/*
 Theme Name:     Divi Child
 Theme URI:      https://www.bizzka.nl
 Description:    Divi Child Theme for you
 Author:         Marjet van Breederoode
 Author URI:     https://www.bizzka.nl
 Template:       Divi
 Version:        2.5.2
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*
@media (max-width: 767px) {
    .et_pb_module h1,.et_pb_module h2,.et_pb_module h3 {
        font-weight: 400;
		color:#005695 !important;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .et_pb_module h1,.et_pb_module h2,.et_pb_module h3 {
        font-weight: 400;
		color:#005695 !important;
    }
}
@media (min-width: 981px) {
    .et_pb_module h1,.et_pb_module h2,.et_pb_module h3{
        font-weight: 600;
        color: #005695;
    }
    .et_pb_module h1 {
        line-height: 1.4em;
		font-size:2.4em;
    }
    .et_pb_module h2 {
        line-height: 1.4em;
		font-size:2.1em;
    }
    .et_pb_module h3{
        line-height: 1.4em;
		font-size:1.8em;
    }
}
	*/
.et-db #et-boc .et-l.et-l--post .et_builder_inner_content {
    overflow: hidden;
}

@media (min-width: 981px) {
    p:not(.et-fb-modal p):not(.dipl_list_item p):not(.et_pb_circle_counter p):not(.et_pb_fullwidth_header p):not(.brlbs-cmpnt-container p):not(.et_pb_text p):not(.et_pb_number_counter p):not(.et_pb_blurb p):not(.et_pb_blurb p):not(.et_pb_toggle p):not(.et_pb_promo p):not(.et_pb_subscribe p):not(.et_pb_newsletter p):not(.et_pb_team_member p):not(.et_pb_slider p):not(.et_pb_pricing_table p):not(.et_pb_slide p):not(.et_pb_testimonial p):not(.et_pb_tab p):not(#footer-info):not(.et-fb-form__description), .et_pb_fullwidth_header, .et_pb_text, .et_pb_blurb, .et_pb_toggle, .et_pb_promo, .et_pb_subscribe, .et_pb_newsletter, .et_pb_team_member, .et_pb_slider, .et_pb_pricing_table, .et_pb_slide, .et_pb_testimonial, .et_pb_tab, .et_pb_post .post-content, .et_pb_counter_title, .et_pb_counter_amount, .et_pb_slide_content, .et_pb_post .post-meta {
        line-height: 1.6em;
    }
}

/* ----------------------------------------
--------WORDPRESS BLOCK KLEUREN----------------
------------------------------------------ */

/* BUTTON */
.wp-element-button, .wp-block-button__link {
    background-color: #005695;
    padding: 10px 20px;
	border-radius:25px;
	border:2px solid #ffffff;
margin-top:15px;
}
.wp-element-button:hover, .wp-block-button__link:hover {
    border-color: #005695;
}


/* ----------------------------------------
--------DIVI----------------
------------------------------------------ */

/* VERWIJDER VISUAL BUILDER UIT TOOLBAR
#wp-admin-bar-et-use-visual-builder {
	display:none;
} */

/* DIVI SIDEBAR VERWIJDEREN */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
/*** Hide Sidebar ***/
#sidebar {display:none;}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/* BUILDER TWEAKS */
/* De vreemde extra sectie padding van 50px op mobiel verwijderen */
@media (max-width: 980px) {
    .et_pb_section {
        padding: 0;
    }
}


/* MAAK STICKY MENU MINDER HOOG DOOR KLEINERE PADDING ITEMS */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 10px 10px;
}

/* MAAK DIVI MOBILE MENU SCROLLABLE */
.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}


/* verwijder witte balk onder site */
footer{
	margin-bottom:-32px;
}

/* geef ook op mobiel standaard padding aan een sectie */
@media (max-width: 980px) {
    .et_pb_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* ruimte onder de inhoud en geen ruimte bij divi */
#main-content {
    padding-bottom: 40px;
}
.et_pb_pagebuilder_layout #main-content {
    padding-bottom: 0px;
}

/* maximale inhoud breedte als geen divi pagina */
body:not(.et-tb) #main-content .container {
    max-width: 980px;
}


/* OMGEKEERDE KOLOMVOLGORDE OP MOBIEL gebruik class in rij */

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* ----------------------------------------
--------WORDPRESS GUTENBERG----------------
------------------------------------------ */

/* MAAK RUIMTE TUSSEN GUTENBERG AFBEELDING EN TEKST */
figure.wp-block-gallery.has-nested-images {
    margin-top: 20px;
margin-bottom:20px;
}

/* ----------------------------------------
--------------PLUGINS----------------------
------------------------------------------ */

/* COMPLIANZ */
/* Grijze achtergrond youtube bij cookie weigering */
.wp-block-embed__wrapper {
    background-color: #eeeeee;
}
/* Uitlijning klik voor toestemming youtube bij cookie weigering */
.cmplz-blocked-content-notice {
    margin: -150px 50px 50px;
    background-color: #eeeeee;
    padding: 10px;
}