/*
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/sea1rqw.css");


.cta-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    background-image: url(img/contact-icon.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-icon:before{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1;
    content: " ";
    background-image: url(img/contact-icon-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 35px;
    right: 75px;
    border-radius: 0px;
}

.cta-icon.hide:before{
    display: none;
}



.info-panel {
    position: fixed;
    right: 95px;
    padding: 10px 50px 10px 20px;
    background-color: #667EBA;
    color: #fff !important;
    border-radius: 15px 0 0 15px;
    display: none;
    z-index: 990;
    font-size: 17px;
    font-weight: 700;
    bottom: 35px;

}
.info-panel p{
    margin: -5px;
}
.info-panel a{
    color: #fff !important;
    font-weight: 400;
}
.info-panel.show {
    display: block;
}

#scroll-top-link{
    display: none !important;
}



body{
    font-family: "source-sans-pro", sans-serif!important;
}

.av-main-nav > li > a{
    font-size: 21px;
    font-weight: 600;
    padding: 0 14px;
}

#top .header_color input[type='search'] {
    background: #fff;
}

.logo img, .logo svg {
    padding: 8px;
}

#menu-item-search a::before {
    background-color: #EAEDF7;
    color: #004996;
    border: none !important;
    border-radius: 25px;
    padding: 11.5px 13.3px;
}

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

.header_bg{
    opacity: 1;
}

.sub_menu>ul>li>a, .sub_menu>div>ul>li>a{
    font-size: 17px;
    font-weight: 400;
    color: #fff !important;
}

.sub_menu li{
    border: none;
}

#header_meta{
    padding: 5px 0;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{
    font-size: 21px;
    font-weight: 600;
    color: #141515;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background-color: #0049960d!important;
}


.header_color .avia-tt, .header_color .avia-tt .avia-arrow, .header_color .avia-tt .avia-arrow{
    background-color: #EAEDF7;
    border-color: #EAEDF7;
}

#top .header_color input[type='text']{
    background-color: #fff;
}

.header_color input[type='submit']{
    background-color: #004996;
}



/* mega menu */

.sub-menu{
	border-top:0px !important;
}

.mega_menu_title.heading-color.av-special-font a{
	font-size: 16px!important;
	color: #004996!important;
}

.header_color .main_menu .menu ul li a:hover, .header_color .main_menu .menu ul li a:focus, .header_color .av-subnav-menu ul a:hover, .header_color .av-subnav-menu ul a:focus{
	background-color:transparent !important;
}

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

#header .avia_mega_div {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08)!important;
}

#top #header .avia_mega_div > .sub-menu > li {
    padding-top: 0;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a{
	font-size:14px;
	color:#141515;
    background-image: url(img/chevron-right-solid-nb.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px;
    padding: 1px 12px 1px 12px;
    transition: 0.3s all;
    line-height: 21px;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a:hover{
    padding-left: 20px;
    transition: 0.3s all;
	color: #004996;
}

#top #header .avia_mega_div > .sub-menu.avia_mega_hr{
    padding: 0 25px 30px 25px;
}

#top #header .avia_mega_div > .sub-menu{
    padding: 30px 25px 30px 25px;
    margin-top: 1px;
}

#header .avia_mega_div{
    box-shadow: none;
}

.html_header_top.html_header_sticky #header {
    border-bottom: 1px solid #EAEDF7;
}



/* layout */

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

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

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

.avia-section{
    min-height: 80px;
}

#top .avia_textblock a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}




/* knoppen */

#top .main_color .avia-color-theme-color{
    background-color: #004996;
    border: none;
    border-radius: 0px;
    padding: 12px 18px;
    font-size: 19px;
    font-weight: 600;
}

#top .main_color .avia-color-theme-color-highlight{
    background-color: #667EBA;
    border: none;
    border-radius: 0px;
    padding: 12px 18px;
    font-size: 19px;
    font-weight: 600;
}

/* formulier */

#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: none !important;
    border-radius: 0px !important;
    padding: 14px 20px;
    font-family: "source-sans-pro", sans-serif !important;
    font-size: 19px !important;
}

.gform-field-label.gform-field-label--type-inline{
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18px;
}

.gform_button.button{
    background-color: #004996 !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 12px 18px !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    font-family: "source-sans-pro", sans-serif !important;
}

/* algemeen */

strong{
    font-weight: 600;
}

.h1-banner h1{
    font-size: 55px !important;
    line-height: 60px;
}

.usp-blok{
    padding-left: 35px;
    background-image: url(img/check.png);
    background-position: top 3px left;
    background-repeat: no-repeat;
    background-size: 21px;
}

.toggler{
    font-size:18px;
    color: #004996 !important;
    font-weight: 600;
}

.toggle_content p{
    color: #141515 !important;
}

.toggle_content p a{
    color: #141515 !important;
    text-decoration: underline !important;
    padding-left: 30px;
    background-image: url(img/cloud-arrow-down-solid.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.toggle_content p a:hover{
    color: #004996 !important;
}

blockquote{
    border-color: #A3ACD6 !important;
    border-width: 3px;
    margin-top: 40px;
}

blockquote p{
    font-size: 28px;
    font-style: italic;
    color: #004996;
    line-height: 33px;
}

#text-2{
    background-color: #EAEDF7;
    padding: 40px;
    margin-bottom: 30px;
}

#text-2 .widgettitle{
    font-size: 30px !important;
    margin-top: 0px;
}

.nieuws-tel{
    margin-left: 15px !important;
}

#text-3{
    background-color: #EAEDF7;
    padding: 40px;
}

artikelen h4{
    margin-bottom: 15px;
}

.wrapper{
    display: inline-flex;
    background-color: #fff;
    margin: 10px 0;
}

.wrapper img{
    width: 30%;
}

.artikel-content{
    width: 70%;
    padding: 20px 20px 50px 20px;
    background-image: url(img/arrow-right-sharp-regular.png);
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.artikel-content p{
    margin: 0px;
    font-size: 23px;
    font-weight: 600;
}

.mascotte img{
    z-index: -1 !important;
}
.titel-onder{
    z-index: 999 !important;
}

/* gridbuilder */

.wpgb-facet-title{
    display: none;
}

.wpgb-facet ul .wpgb-button{
    border-radius: 0px !important;
    padding: 5px 20px !important;
}

.wpgb-button-label{
    font-size: 19px !important;
    font-weight: 600 !important;
}

.wpgb-facet .wpgb-input, .wpgb-facet .wpgb-select, .wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before{
    border: 1px solid #004996 !important;
}

.wpgb-facet .wpgb-button[aria-pressed="true"] {
    background-color: #004996 !IMPORTANT;
    border-color: #004996 !important;
}

/* Blog */

#top .av-share-box ul, .av-share-box ul li{
    border-radius: 0px;
    border-color: #A3ACD6;
}



/* Projecten */

#top div .avia-gallery .avia-gallery-big {
    border:1px solid #EAEDF7!important;
    border-radius: 0 !important;
    margin: 0 0 10px 0;
}

#top div .avia-gallery img {
    border:1px solid #EAEDF7!important;
}

#top .avia-gallery .avia-gallery-thumb a {
    margin: 0 10px 0 0;
}

div .mfp-title {
    display: none;
}





/* Productmodule */

.table-title {}

.table-title img {
    float: right;
    margin-top: -19px;
}

@media only screen and (min-width: 990px) {

    .table-title img {
        display: none;
    }

}



.table {
	width: 100%;
	overflow-x: scroll;
}



table {
	margin: 20px 0 40px 0;
	font-size: 14px;
    text-align: center;
}

th, td {}
th:first-child, td:first-child {
    text-align: left;
}

th {
    padding: 4px 10px;
    font-weight: 600;
	font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

td {
    font-size: 14px;
    padding: 0 10px;
}

td a {
	text-decoration: underline!important;
}
td a.download {
	padding-left: 30px;
	background: url(img/icon-download.png) left center/23px 16px no-repeat;
}



.main_color th, .main_color td {
	border-color: #9caed5;
}

.main_color th {
	background: #004996;
	color: #fff;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #fff;
}


a.anchor {
    display: block;
    position: relative;
    top: -133px;
    visibility: hidden;
}


.product-categories {
	margin: 0 -20px;
}

.product-categories .category {
	float: left;
	width: calc(25% - 40px);
	margin: 0 20px 40px;
	background: #eaedf7;
}

.product-categories .category img {
    float: left;
    width: 100%;
}

.product-categories .category .content {
	float: left;
	width: 100%;
	min-height: 180px;
	padding: 20px 20px 30px;
	text-align: center;
	box-sizing: border-box;
}

.product-categories .category .content h3 {
	margin-bottom: 20px;
	color: #004996;
	font-weight: 600;
	font-size: 20px!important;
}

.product-categories .category .content a {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 25px;
	background: #667eba;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none!important;
}



@media only screen and (max-width: 989px) {

    .product-categories .category {
        width: calc(33.33333% - 40px);
    }

}

@media only screen and (max-width: 767px) {

    .product-categories .category {
        width: calc(50% - 40px);
    }

}

@media only screen and (max-width: 479px) {

    .product-categories .category {
        width: 100%;
        margin: 0 0 40px;
    }

}





/* Footer */

#footer-page .avia_textblock ul{
    margin: 0px;
}

#footer-page .avia_textblock p{
    margin-top: 0px;
}

#footer-page .avia_textblock ul li, .list-li ul li{
    margin: 0px;
    list-style: none;
    padding-left: 13px;
    background-image: url(img/chevron-right-solid.png);
    background-position: top 13px left;
    background-repeat: no-repeat;
    background-size: 6px;
}

#footer-page .avia_textblock ul li a:hover, .list-li ul li a:hover{
padding-left: 10px;
    transition: 0.3s all;
}

#footer-page .avia_textblock ul li a, .list-li ul li a{
    transition: 0.3s all;
}

#cta-footer{
	position:relative;
}

.mascotte-footer{
	width: 200px;
	z-index: 999;
}





/* Search disable instant search */

#top #searchform .ajax_search_response {
    display: none !important;
}

#top #searchform .ajax_load {
    display: none !important;
}




/* Search results */


.search-title {
	margin-bottom: 40px;
}

.search-title span {
	color: #a3acd6;
}



.search-highlight {
	background: #eaedf7;
}



#product-results {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}



#content-results {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

#content-results .result {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a3acd6;
}

#content-results .result h3 {
	margin-bottom: 0;
	font-size: 23px;
}

#content-results .result h2 a {
	color: #004996;
}





/* Responsive */

@media only screen and (max-width: 1040px) {

	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

}



@media only screen and (max-width: 989px) {

    .menu-item {
        display: none;
    }

    .main_menu {
        display: block !important;
    }

    .av-burger-menu-main.menu-item-avia-special {
        display: block;
    }

	.sub-menu{
        background-color: transparent!important;
        padding: 0 !important;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        padding: 10px 50px;
    }

}



@media only screen and (max-width: 767px) {

    .h1-banner h1{
        font-size: 36px !important;
        line-height: 40px;
    }

    .responsive .logo img, .responsive .logo svg {
        height: auto !important;
        width: auto;
        max-width: 80%;
        display: block;
        max-height: 80px;
    }

    .sub-menu .sub-menu .avia-menu-text{
        font-size: 16px;
        font-weight: 400;
    }

	.mascotte-footer {
		width: 170px;
		z-index: 999;
	}

}