/*
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://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Work Sans", sans-serif;
}

.av-main-nav>li>a{
    font-size: 18px;
    font-weight: 600;
}

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

.header_bg{
    opacity: 1;
}

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

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

/* 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 selec{
    background-color: #fff !important;
    border: none!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    color: #071e21!important;
    font-family: "Open Sans", sans-serif!important;
    padding: 17px 20px!important;
}

#top .footer_color .input-text, #top .footer_color input[type='text'], #top .footer_color input[type='input'], #top .footer_color input[type='password'], #top .footer_color input[type='email'], #top .footer_color input[type='number'], #top .footer_color input[type='url'], #top .footer_color input[type='tel'], #top .footer_color input[type='search'], #top .footer_color textarea, #top .footer_color select{
    background-color: #fff !important;
    border: none!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    color: #071e21!important;
    font-family: "Open Sans", sans-serif!important;
    padding: 15px 20px!important;
}

#top .footer_color .gform_button.button{
    padding: 15px 30px!important;
}

body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder] {
  color: #071e21;
  opacity: 1;
}

.gform_button.button{
    background-color: #DC9319!important;
    border: none!important;
    border-radius: 0px!important;
    padding: 17px 30px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #fff!important;
    font-family: "Open Sans", sans-serif!important;
}

.gfield_label.gform-field-label{
    color: #fff;
    font-size:16px !important;
    font-weight: 500;
}

.gfield.gfield--type-html h3{
	color:#fff !important;
	font-size: 22px !important;
	margin-top:20px!important;
}

.gfield_required.gfield_required_text{
	color:#fff !important;
}

.gform-field-label.gform-field-label--type-inline{
	color:#fff !important;
}

.gform_title{
	color:#fff !important;
}

/* knoppen */

#top .main_color .avia-color-theme-color, #top .alternate_color .avia-color-theme-color{
    background-color: #DC9319;
    border: none;
    border-radius: 0px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#top .alternate_color .avia-color-theme-color-highlight{
    background-color: #1F285A;
    border: none;
    border-radius: 0px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#top .avia-button.avia-color-light{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 17px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* algemeen */

.special-header .av-special-heading-tag {
	font-family: "Krona One", sans-serif;
}

.special-header .av_custom_color.av-subheading.av-subheading_below p{
	font-family: "Krona One", sans-serif;
}

#gradient-bg{
    background: #1F285A;
    background: linear-gradient(90deg, rgba(31, 40, 90, 1) 0%, rgba(220, 147, 25, 1) 100%);
}

.special_amp{
    font-style: inherit !important;
}

.wpgb-card-4 .wpgb-card-media.wpgb-scheme-light{
    height: 120px !important;
}

.wp-grid-builder .wpgb-card-4 .wpgb-card-media-thumbnail div{
	background-size: contain !important;
}

/* events */


.evenementen-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.evenement-item {
    display: flex;
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    align-items: stretch; 
}

.evenement-datebox {
    min-width: 80px;
    background: #1F285A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.evenement-item:hover .evenement-datebox{
    background-color: #DC9319;
}

.evenement-date-day {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}

.evenement-date-month {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 4px;
}


.evenement-content {
    font-size: 16px;
}

.evenement-content h3 {
    margin: 0 0 5px;
    font-size: 22px;
}

.evenement-item:hover .evenement-content h3{
    color: #DC9319;
}

.evenement-content p {
    margin: 0 0 3px;
    line-height: 22px;
    color:#071e21 !important;
}


/*blog */

#blog-banner {
    position: relative;
    min-height: 300px; /* laat de sectie het hele scherm vullen */
    overflow: hidden;
}

#blog-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(10px);
    transform: scale(1.1);
    z-index: 0;
}

#blog-banner > .container {
    position: relative;
    z-index: 1;
}


.blog-content-sectie {
    background: #fff;
    margin-top: -180px !important;
    padding: 30px;
    display: inline-block !important;
    width: 100% !important;
}

#blog-sectie {
    margin-bottom: 0;
    padding-bottom: 0;
}

.event-content{
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
}

.datum-icon{
	padding-left: 25px !important;
	background-image:url(img/calendar-solid-full.png)!important;
	background-position:left center!important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
}
.starttijd-icon{
	padding-left: 25px !important;
	background-image:url(img/clock-solid-full.png)!important;
	background-position:left center!important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
}
.locatie-icon{
	padding-left: 25px !important;
	background-image:url(img/location-dot-solid-full.png)!important;
	background-position:left center!important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
}

/* Responsive */

@media only screen and (max-width: 767px) {
	.content, .sidebar {
		padding-top: 60px;
		padding-bottom: 60px;
	}	
}



