/*
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:*/

:root {
	--enfold-main-color-bg: #F5F5F5 !important;
}

.woocommerce-info,
.product_meta {
	display: none;
}

.add_to_cart_button {
	color: #313B76 !important;
}

.dropdown_widget_cart .quantity {
	color: black !important
}

.dropdown_widget_cart .mini_cart_item:hover {
	background-color: transparent !important;
}

.dropdown_widget_cart .woocommerce-Price-amount {
	color: black !important
}

.dropdown_widget_cart .woocommerce-mini-cart__buttons {
	background-color: transparent !important
}

#header_main {
	background-color: #f5f5f5 !important;
	padding-block: 8px;
}

#header_main .avia-standard-logo img {
	max-width: 200px !important;
}

#header_meta {
	background-color: white !important;
	padding-block: 8px;
}

#header_meta * {
	color: #313B76 !important;
}

#header_meta .sub_menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	.white-container .container {
		margin: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.white-container .container {
		max-width: 1220px;
		transform: translateX(-45px);
	}
}

.white-container .content {
	background-color: white !important;
	margin-bottom: 40px;
	padding: 42px !important;
}

.white-container .brut-subheading {
	color: #99BD4B;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 8px;
}

.white-container h2 {
	font-family: Lato, sans-serif !important;
	font-size: 44px;
	font-weight: 300 !important;
	margin-bottom: 32px;
	text-transform: unset !important;
}

.white-container p {
	color: #707070 !important;
}

.header-home-section .avia-button {
	font-family: Lato, sans-serif;
	font-size: 32px;
	font-weight:bold;
	margin-top:40px;
	padding: 1rem 2rem;
}

.header-home-section h2 {
	font-family: Lato, sans-serif;
	font-size: 48px;
	font-weight: 300;
	text-transform: unset !important;
	max-width: 70%;
}

.avia-standard-logo > a {
	align-items: center;
	display: flex;
}

.av-special-heading-tag{
	font-family: Lato, sans-serif;
	font-size:2em;
	font-weight: bold !important;
}

.button_blue a {
	border:1px solid #313b76 !important;
	background:transparent !important;
	color: #313b76 !important;
	text-transform: uppercase !important;
	padding: 12px 24px !important;
	font-weight: bold !important;
}

.button_white a {
	border:1px solid #313b76 !important;
	background:#ffffff !important;
	color: #313b76 !important;
	border-radius: 10px !important;
	text-transform: uppercase !important;
	padding: 10px 15px !important;
	font-weight: bold !important;
}


.contact_form input[type='submit']{
	border:1px solid #313b76 !important;
	background:transparent !important;
	color: #313b76 !important;
	border-radius: 10px !important;
	text-transform: uppercase !important;
}
.contact_form input,.contact_form textarea{
	background:#fff !important;
	color: #313b76 !important;
}
.contact_form input::placeholder,.contact_form textarea::placeholder {
	color: #313b76 !important;
}


.form_element {
	text-align: center !important;
}
.avia-slideshow-button {
	background:#fff !important;
	color: #313b76 !important;
}

.mfp-title{
	display: none;
}


#footer .widget{
	margin:0px!important;
	font-size: 14px !important;

}
#footer{
	padding: 30px 0 5px 0;
}

#footer * {
	font-family: Lato, sans-serif;
	font-size: 13px !important;
}
.footer_head{
	text-transform: uppercase !important;
	font-size: 1.5em;
}

.phone-info{
	font-size:14px !important;
}

.phone-info a{
	color:#ffffff !important;
}

#scroll-top-link {
	background: #99BD4B !important;
	border: none !important;
	border-radius: 50% !important;
	opacity: 1 !important;
}

.av-special-heading-tag {
    font-weight: 700 !important;
}

/* Breadcrumbs below page title */
.title_container .breadcrumb { 
	left: 0 !important;
	top: 25px !important;
	right: 0 !important;
}
/*.title_container .breadcrumb { 
     position:relative;
     left:-2px; 
     top: 5px; 
}
.title_container { 
     padding-bottom:10px;
}*/
.avia-caption-title small{
	text-transform: lowercase;
}

.menu-item a{
	color:#313b76 !important;
	font-size: 16px !important;
}

.menu-item.btn a {
	background: #99BD4B;
	color: #ffffff !important;
	display: inline;
	padding-block: 8px;
}

@media only screen and (min-width: 768px) {
	.menu-item.btn a  {
		margin-left: 20px;
	}
}


.menu-item.current_page_item a{
	color:#99bd4b !important;
}

.menu-item a:hover{
	color:#99bd4b !important;
}

.menu-item-has-children > a:after {
	content: ' >';
}

.menu-item-has-children > .sub-menu {
	min-width: 320px;
	padding: 16px;
}

.menu-item-has-children > .sub-menu > li > a {
	font-family: Lato, sans-serif;
	font-size: 20px !important;
	font-weight: 300;
}

.menu-item-has-children > .sub-menu > li:first-child > a {
	font-weight: 500 !important;
}

#footer > .container {
	display: flex;
	padding: 40px 0 !important;
}

@media only screen and (max-width: 767px) {
	#footer > .container {
		flex-direction: column;
	}
}

#footer > .container .flex_column {
	display: flex;
	flex: 1;
	margin-left: 0;
}

@media only screen and (min-width: 768px) {
	#footer > .container {
		padding-inline: 50px !important;
	}
	#footer > .container .flex_column {
		justify-content: center;
	}
}

#footer .widgettitle {
	color: #9C9C9A;
	text-transform: unset !important;
}

#footer .menu-item a {
    color: #ffffff !important;
    text-transform: inherit !important;
    padding: 0 !important;
}

#footer + #socket .menu-item a {
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	text-transform: inherit !important;
	padding: 0 !important;
}

.breadcrumb-trail * { color: #313b76 !important; }

span.trail-before {
	display: none !important;
}

a.trail-begin{
	display: none!important;
}
span.sep:nth-child(3) {
	display: none!important;
}

.breadcrumb_bar{
	min-height:56px !important;
}

.breadcrumb {
	font-size:14px !important;
}

.breadcrumb .sep {
    width: unset !important;
}

.sub_menu{
	float: right;
}

.fab{
	color:#ffffff !important;
	padding:5px;
}

.fa-15x {
    font-size: 1.5em;
}

.fa-phone{
	color:#99bd4b !important;
}

.fa-envelope{
	color:#99bd4b !important;
}

.page_heading h1{
	color: #fff !important;
	font-family: Lato, sans-serif;
	font-weight: 300 !important;
	font-size:3em;
	text-transform: unset !important;
}

.page_heading .av-subheading * {
	color: #FFF !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.top_slider h2{
	color:#fff !important;
	font-size:3em;
	text-shadow: 2px 2px 4px #000000;
}

.caption_bottom .slideshow_caption .slideshow_inner_caption{
	position: initial !important;
}


.special_amp{
	color:#fff !important;
	font-family: Lato, sans-serif !important;
	font-size: 1em !important;
	font-style: normal !important;
	font-weight: 300 !important;
}


#scroll-top-link {
    color: #ebebeb;
    border: 1px solid #ebebeb;
}

/* particulier knop header */
.particulier {
	background-color: #719430;
	border: none;
	border-radius: 2px;
    color: white;
    padding: 5px 10px;
    margin: -4px;
    text-align: center;
    text-decoration: none;
}

 /* Hide breadcrumbs on mobile*/
@media only screen and (max-width:767px) {
	/*.title_container .breadcrumb {
		display:none;
	}*/
	.page_heading h1 {
	    font-size: 1.8em !important;
	}
	.header_color .av-hamburger-inner::before,.header_color .av-hamburger-inner,.header_color .av-hamburger-inner::after {
	    background-color: #313b76;
	}
	.phone-info{
		font-size:11px !important;
	}
	.responsive #header_meta .sub_menu > ul > li {
	    padding: 0 !important;
	}
	.responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
	    width: unset !important;
	    float: right !important;
	}
	.breadcrumb_bar{
		display:none !important;
	}
	.responsive #top .slideshow_caption h2 {
	    font-size: 16px !important;
	}
	#top .avia-slideshow-button {
	    margin-top: -10px;
	}
	.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
	    padding: 10px 0;
	}
	.caption_bottom .slideshow_caption .slideshow_inner_caption {
	    padding: 0 30px;
	}
}
