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

/* - FONTS - */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	line-height: unset !important;
}




/* - ALGEMEEN - */



/* afbeeldingen */
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
	border-radius: 0 !important;
	z-index: 1;
}




/* Afbeeldingen boven titels */
.blauw-oranje {
	width: 95px !important;
	padding-bottom: 15px;
}

.blauw-oranje.avia-image {
	border-radius: 0;
	padding-bottom: 15px;
}

.wit-oranje {
    width: 95px !important;	
	padding-bottom: 15px;
}

/* Afbeelding hoeken kleur algemeen */
.avia-image-container-inner:after, .avia-image-container-inner:before {
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    content: " ";
}

/* Afbeelding hoeken kleur oranje blauw */
.oranje-blauw-img .avia-image-container-inner:after {
    top: -5px;
    right: -5px;
    background: #EF793D;
}

.oranje-blauw-img .avia-image-container-inner:before {
    bottom: -5px;
    left: -5px;
    background: #294C84;
}

/* Afbeelding hoeken kleur oranje wit */
.oranje-wit-img .avia-image-container-inner:after {
    top: -5px;
    right: -5px;
    background: #EF793D;
}

.oranje-wit-img .avia-image-container-inner:before {
    bottom: -5px;
    left: -5px;
    background: #ffffff;
}


/* - CLASSES - */





/* -- TEKST -- */
p {
    margin: 0 0 0.85em 0;
	font-weight: 400;
}

blockquote {
    border: unset;
    padding: 0;
}

blockquote p {
	font-family: 'Roboto Slab' !important;
	font-size: 25px !important;
    font-weight: 600 !important;
	line-height: 1.3em !important;
}

li {
	font-weight: 100;
}

/* list markers */
ul {
    margin-left: 0;
}

li::marker {
	color: #EF793D;
}


/* -- HEADINGS -- */
.av-special-heading {
	margin-top: 0 !important;
}

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

.av-subheading.av-subheading_below {
	font-size: 36px !important;
	font-weight: 100;
	text-transform: uppercase;
	color: #294C84;
	margin: 0 0 15px 0;
}

/* H1 t/m H6 */
H4 {
	margin-bottom: 10px;
}


/* -- BUTTONS -- */

.avia-button.avia-size-large { 
	font-size: 17px; 
} 

.avia-button.avia-size-medium { 
	font-size: 15px; 
	min-width: 30px !important;
} 

.avia-button.avia-size-small { 
	font-size: 13px; 
} 

#top .alternate_color .avia-color-theme-color-highlight {
    color: #fff !important;
}

.avia-button {
	padding-top: 13px !important;
}

/* Header inlogbuttons */
.inlog-button a {
    background-color: #E5793C !important;
    padding: 5px 10px !important;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 15px;
}

#top #wrap_all #header.header_color .av-menu-button-colored > a .avia-menu-text {
    text-transform: uppercase;
	font-size: 15px;
}

/* linkedin button */
#top #wrap_all .avia-button.av-mqyxcv7x-6ea4f94b88f388ec4467eaaed345ef5a {
    padding: 10px !important;
}

/* - STRUCTUUR - */

/* flex direction */
.flex_column {
    display: flex;
    flex-direction: column;
}


/* padding variaties */
.avia-section-small .content {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.avia-section-large .content {
    padding-top: 150px;
    padding-bottom: 150px;
}

.avia-section-huge .content {
	padding-top: 0px;
    padding-bottom: 100px;
}

body .column-top-margin {
    margin-top: 100px;
}

/* -- HEADER -- */
#header_meta {
    height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.phone-info.with_nav a {
    padding: 0 10px 0 0;
	font-size: 16px;
}

.sub_menu li {
	border-right: unset;
	font-size: 16px;
}

.main_menu {
    margin: 0 -13px 0 0;
}

/* -- MAIN -- */
.hero-sectie {
    background-size: cover;
    min-height: 720px;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.hero-sectie-content-blok {
    padding: 40px 40px 20px 40px;
}


.contactsectie.avia_textblock {
    line-height: 1.3em;
}

/* Contactformulier */
.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 20px !important;
}

.gform_heading, .charleft.ginput_counter.gfield_description {
	display: none !important;
}

input {
    border-color: #294C84 !important;
    border-radius: 4px !important;
	height: 44px !important;
}

input::placeholder, textarea::placeholder {
	color: #294C84 !important;
	opacity: 0.8 !important;
}

textarea {
	margin: 0 !important;
	border-color: #294C84 !important;
    border-radius: 4px !important;
}
.gform_button {
	padding: 10px 20px !important;
	background-color: #E5793C !important;
	border: unset !important;
	text-transform: uppercase !important;
}

.alternate_color input {
    border-color: #ffffff !important;
}

.alternate_color input::placeholder, .alternate_color textarea::placeholder {
	color: #ffffff !important;
}

.alternate_color textarea {
	border-color: #ffffff !important;
}

/* -- FOOTER -- */
#socket {
    display: none;
}

.footer p {
	font-size: 15px;
}

.socket-info {
    padding: 0 10px 0 0;
}

.footer-kolom-1 {
	display: flex;
    flex-direction: column;
}

.footer .content {
    padding-top: 100px;
    padding-bottom: 30px;
}

/* - CUSTOM - */





/* - RESPONSIVE - */

/* heading */
@media (max-width: 479px) {
    .av-subheading.av-subheading_below {
        font-size: 20px !important;
    }
	blockquote p {
		font-size: 19px !important;
		font-family: 'Roboto Slab' !important;
}
	.hero-sectie-content-blok {
    	padding: 20px;
}
	.oranje-blauw-img, .oranje-wit-img {
		margin: 0 0 20px 0 !important;
	}
}
	
@media (min-width: 480px) and (max-width: 767px) {
    .av-subheading.av-subheading_below {
        font-size: 24px !important;
    }
	blockquote p {
		font-size: 22px !important;
}
	.hero-sectie-content-blok {
    	padding: 30px;
}
	.oranje-blauw-img, .oranje-wit-img {
		margin: 0 0 20px 0 !important;
	}
}

@media (max-width: 767px) {
	.hero-sectie{
		background-size: auto 300px;
		min-height: auto !important;
	}
	
	.hero-sectie .av-content-full{
		padding-bottom: 0 !important;
	}
}

/* header */
@media (min-width: 1170px) {
	.mb-only {
		display: none !important;
	}
}

 @media only screen and (max-width: 1170px) {
#top #header .av-main-nav > li.menu-item  {
    display: none!important;
}
#top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
}
#header_meta .sub_menu {
		display: none !important;
	}
}

/* footer */
@media (max-width: 999px) {
	.socket-info {
    	display: flex;
    	flex-direction: row;
	}
}
