/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Dropdown*/
.elementor-63 .elementor-element.elementor-element-a670898 .elementor-nav-menu--dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-148 {
    border-top: 1px solid #1c1d3417;
    margin-top: 10px;
    padding-top: 10px;
	color: #225591!important;
}
i.fa-light.fa-file-contract {
    margin-right: 8px;
}
/*Dropdown mobil*/
@media (max-width: 1024px) {
  a.elementor-sub-item {
    font-weight: 400 !important;
  }
}
/*Skjema*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
	height: 40px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: 98%!important;
	}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 400!important;
}
/*Quotes*/
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    font-style: italic;
    font-size: 20px;
    padding-left: 24px;
    border-left: 2px solid #1c1d3421;
}
/*Divider*/
hr.wp-block-separator.has-alpha-channel-opacity {
    margin-top: 64px;
    margin-bottom: 64px;
}