/*
 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.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Witte balk onder site verwijderen */
footer {
	margin-bottom:-32px;
}

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

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

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

/* 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;
}

/* 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%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*bullet checklist by www.peeayecreative.com en icon numbers at https://www.elegantthemes.com/blog/resources/elegant-icon-font */
.groenvinkje ul {
list-style-type: none!important;
}
.groenvinkje ul li:before {
content: '\4e'!important;
color: #8dc63f;
font-family: 'ETMODULES'!important;
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}