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

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

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

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


/* 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;
}
/* GRIJZE ACHTERGROND YOUTUBE BIJ COOKIE WEIGERING */
.wp-block-embed__wrapper {
    background-color: #eeeeee;
}

.wp-block-heading {
	padding-top:15px;
}

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