/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url("https://use.typekit.net/lfw4buc.css");

body{
    font-family: "filson-pro", sans-serif;
}

#header_main, #header_meta{
    border-width: 0px !important;
}


.av-main-nav > li > a{
    font-size: 17px;
    font-weight: 500;
    padding: 0 17px;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text{
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.av-menu-button-colored{
    background-color: #028365;
}

#header_meta{
    padding: 5px 0;
    z-index: 1;
}

.logo.avia-standard-logo, .logo.avia-standard-logo a, .logo.avia-standard-logo a img{
    width: 140px;
    height: 140px;
    z-index: 999;
}

.logo.avia-standard-logo{
    margin-top: -40px;
    filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
    border-radius: 0 0 15px 15px
}

.header_bg{
    opacity: 1;
}

.avia-menu-fx{
    display: none;
}

.phone-info {
    margin-left: 170px;
}

.phone-info span{
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 20px;
    background-image: url(img/square-check-solid.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
    margin-right: 20px;
}

#menu-item-37 svg{
    color: #C5A789;
}

#header{
	filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.08));
}

/* mega menu */

#top #header .avia_mega_div > .sub-menu{
    background-color: #5C4F42;
    border: none;
    padding: 60px 30px;
}

#top #header .avia_mega_div > .sub-menu > li{
    border: none !important;
    padding: 0px;
}

#header .mega_menu_title{
    color: #C5A789;
    font-size: 16px;
    font-weight: 500;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a{
    background-color: #5C4F42; !important;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0 8px 20px;
    background-image: url(img/arrow-right-light.png);
    background-position: left top 14px;
    background-repeat: no-repeat;
    background-size: 10.5px;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a:hover .avia-menu-text{
    border-bottom: 2px solid #C5A789;
    padding-bottom: 4px;
}

.avia-bullet{
    display: none !important;
}

/* layout */

.content, .sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
}

.avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* knoppen */

#top .main_color .avia-color-theme-color-highlight, #top .footer_color .avia-color-theme-color-highlight{
    background-color: #028365;
    border: none !important;
    border-radius: 8px;
    color:#FFFFFF;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 20px;
    transition: 0.3s all;
}

#top .main_color .avia-color-theme-color-highlight:hover, #top .footer_color .avia-color-theme-color-highlight:hover{
    background-color: #004837;
    opacity: 1;
}

#top .main_color .avia-color-theme-color{
    background-color: #C5A789;
    border: none !important;
    border-radius: 8px;
    color:#000000;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 20px; 
    transition: 0.3s all;
}

#top .main_color .avia-color-theme-color:hover{
    background-color: #FFFFFF; 
    opacity: 1;
}

.main_color .avia-color-theme-color-subtle{
    background-color: #FFFFFF;
    border: none !important;
    border-radius: 8px;
    color:#000000;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 20px;  
    transition: 0.3s all;
}

.main_color .avia-color-theme-color-subtle:hover{
    background-color: #C5A789;
    opacity: 1;
}

/* formulier */



.gform_required_legend{
    display: none !important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
    background-color: #fff;
    border: 1px solid #C5A789;
    border-radius: 8px;
    color: #000000;
    font-size: 17px;
    font-family: "filson-pro", sans-serif;
    padding: 18px 20px;
}

.gform_wrapper.gravity-theme .gform_drop_area{
    border: 1px dashed #C5A789 !important;
    background-color: #fff!important;
    border-radius: 8px!important;
    color: #000000!important;
    font-size: 17px!important;
    font-family: "filson-pro", sans-serif!important;
}

.gfield_label.gform-field-label{
    font-size: 15px !important;
    color: #5C4F42 !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.button.gform_button_select_files.gform-theme-button.gform-theme-button--control{
    border: none !important;
    border-radius: 4px!important;
    color:#FFFFFF!important;
    font-size: 16px!important;
    font-weight: 500!important;
    padding: 10.5px 12px!important;
    font-family: "filson-pro", sans-serif!important;
}

.gfield_required.gfield_required_asterisk{
    font-size: 15px !important;
    color: #E0185D !important;
    font-weight: 400 !important; 
}

#gfield_description_2_12{
    color: #9A9188;
    font-size: 15px;
    padding-top: 0px !important;
    margin-top: -5px;
    padding-bottom: 5px;
}

.gfield_description.gform_fileupload_rules{
    display: none !important;
}

.gfield--type-html{
    margin-top: 15px !important;
    margin-bottom: -5px;
}

.gform_button.button{
    background-color: #028365!important;
    border: none !important;
    border-radius: 8px!important;
    color:#FFFFFF!important;
    font-size: 17px!important;
    font-weight: 500!important;
    padding: 18.5px 20px!important;
    font-family: "filson-pro", sans-serif!important;
}

body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder], .gf_placeholder {
    color: #9A9188 !important;
    opacity: 1;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
    color: #9A9188!important;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: #9A9188!important;
}

/* algemeen */



.avia_textblock ul{
    margin: 0px;
    line-height: 38px !important;
}

.avia_textblock ul li{
    margin: 0px;
    list-style: none;
    background-image: url(img/li-icon.png);
    background-position: left top 11px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 35px;
}

.li-dark li{
    background-image: url(img/li-dark.png)!important;
    background-position: left top 11px!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
}

.snelle-links h5{
    color: #C5A789 !important;
}

.snelle-links ul{
    margin-top:10px
}

.snelle-links li{
    background-image: url(img/arrow-right-light.png)!important;
    background-position: left top 14px!important;
    background-repeat: no-repeat!important;
    background-size: 10.5px!important;
    padding-left: 20px!important;
}

.cta-pagina{
    background: linear-gradient(130deg,rgba(204, 230, 224, 1) 0%, rgba(183, 214, 206, 1) 100%);
    position: relative !important;
}

.cta-pagina::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 304px;
    height: 430px;
    background-image: url('img/cta-persoon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 304px;
    z-index: 1;
    visibility: visible;
}

.av-milestone-date {
    display: none !important;
}

.avia-timeline .milestone_icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.av-milestone-icon-wrap{
    width: 70px !important;
    max-width: 70px;
}

.avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap{
    vertical-align: top !important;
}

.avia-timeline-vertical .av-milestone-icon-wrap{
    padding-top: 0px !important;
}

.avia-timeline-vertical .av-milestone-icon-wrap:after {
    left: 33%;
}

.av-milestone-content-wrap{
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.av-milestone-content p{
    margin-top: 8px !important;
}

.bedankt{
    background: linear-gradient(90deg,rgba(42, 131, 101, 1) 0%, rgba(23, 72, 55, 1) 100%);
}

.page-id-165 #av_section_2 {
    background: linear-gradient(90deg,rgba(42, 131, 101, 1) 0%, rgba(23, 72, 55, 1) 100%);
}

.large-thumps-up span {
    background-image: url(img/duimpje.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 170px;
    padding-right: 140px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.thumps-up span {
    background-image: url(img/duimpje.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px;
    padding-right: 80px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.left-thumps span{
    background-image: url(img/duimpje.png);
    background-repeat: no-repeat;
    background-position: left -17px center;
    background-size: 65px;
    padding-left: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.social-links{
    text-align: right;
}


/* widget */

#text-3{
	padding-top:25px;
	padding-bottom:25px;
}

#text-2{
	column-count:2;
	padding-top:0px;
}

#text-2 h5{
	color:#C5A789;
	margin-bottom:10px;
}

#text-2 a{
	color:#000000!important;
	font-size:17px!important;
}

#text-2 ul{
    margin: 0px !important;
    line-height: 34px !important;
	list-style:none;
	color:#000000!important;
	font-size:17px!important;
}

#text-2 ul li{
    background-image: url(img/arrow-right-light.png)!important;
    background-position: left top 13px!important;
    background-repeat: no-repeat!important;
    background-size: 10.5px!important;
    padding: 0 0 0 20px!important;
    margin: 0px !important;
	color:#000000!important;
	font-size:17px!important;
}

#text-2 a:hover{
    border-bottom: 2px solid #C5A789;
    padding-bottom: 4px;
    
}

/* wp grid builder */

.wpgb-button{
    background-color: #FFFFFF!important;
    border-radius: 8px!important;
    border: none!important;
    padding: 12px 15px !important;
}

.wpgb-button-label{
    font-size: 17px!important;
    color: #000000!important;  
    margin: 0px !important;
    padding: 0px!important;
}

.wpgb-facet .wpgb-button[aria-pressed=true]{
    background-color: #C5A789 !Important;
}

.wpgb-prev-button{
    border-radius: 8px!important;
    background-image: url(img/arrow-left-slider.png)!Important;
    background-position: center!Important;
    background-repeat: no-repeat!Important;
    background-size: 20px!Important;
}

.wpgb-prev-button svg{
    display: none;
}

.wpgb-next-button{
    border-radius: 8px!important;
    background-image: url(img/arrow-right-slider.png)!Important;
    background-position: center!Important;
    background-repeat: no-repeat!Important;
    background-size: 20px!Important;
}

.wpgb-next-button svg{
    display: none;
}

.wpgb-lightbox-caption{
	display:none !important;
}

/* footer */

#footer-content{
	position: relative;
    z-index: 0;
}

#footer-content .template-page.content{
    padding-bottom: 20px !important;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-item {
    background-color: #CCE6E0;
    padding: 30px;
    border-radius: 20px;
    max-height: 140px;
    width: 100%;
}

.footer-link ul{
    line-height: 38px;
    margin-top: 15px;
}

.footer-link ul li{
    margin: 0px;
    list-style: none;
    background-image: url(img/arrow-right-light.png);
    background-position: left top 14px;
    background-repeat: no-repeat;
    background-size: 10.5px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.footer-link a:hover{
    border-bottom: 2px solid #C5A789;
    padding-bottom: 4px;
    
}

/* mobiel */

@media only screen and (max-width: 1015px) {
	.av-main-nav > li.menu-item-avia-special {
		display: block;
	}
	.av-main-nav > li {
		display: none;
	}
	#header {
		filter: none;
	}
}

@media (max-width: 767px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    
    h1{
        font-size: 38px !important;
    }
    
    h2{
        font-size: 36px !important;
    }
    
    h3{
        font-size: 30px !important;
    }
    
    #header_main{
        height: 70px!important;
    }
    
    .logo.avia-standard-logo{
        width: 80px!important;
        height: 90px !important;
        margin-top: 1px!important;
    }
    .logo.avia-standard-logo a{
        width: 80px!important;
        height:  80px!important;
    }
    .logo.avia-standard-logo a img{
        width: 80px!important;
        height:  80px!important;
        margin-bottom: 0px;
    }
    .phone-info {
        margin-left: 0px !important;
    }
    
    .phone-info div{
        line-height: 15px;
    }
    
    .phone-info span {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        padding-left: 15px;
        background-image: url(img/square-check-solid.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 10px;
        margin-right: 11px;
    }
    
    .gradient-overlay{
        height: 350px !important;
    }
    
    .gradient-overlay h3{
        font-size: 24px !important;
    }
    
    .av-mbhmcgmn-9058f810cb886736366e1dea0cf7d1bf{
        margin-top: 0px !important;
    }
    
    .cta-links{
        border-radius: 20px 20px 0 0 !important;
        margin-bottom: 0px !important;
    }
    
    .cta-rechts{
        border-radius: 0 0 20px 20px !important;
    }
    
    .grid-item {
        max-height: max-content;
        font-size: 15px !important;
        line-height: 20px;
    }
    
    .social-links{
        text-align: left !important;
    }
    
    .avia-button{
        font-size: 15px !important;
        padding: 20px 15px !important;
    }
    
    .cta-pagina{
        padding: 30px !important;
    }
    
    .cta-pagina:before{
        display: none !important;
    }
    
    .av-burger-menu-main.menu-item-avia-special {
        margin-top: -7px !important;
    }
    
    .av-submenu-indicator{
        display: none !important;
    }
	
    .phone-info span {
        font-size: 9px;
        font-weight: 400;
        color: #FFFFFF;
        padding-left: 15px;
        background-image: url(img/square-check-solid.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 9px;
        margin-right: 5px;
    }
}