/*
 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:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* VERWIJDER DE SIDEBAR */
/*** 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;
	max-width:840px;
    padding: 23px 0px 0px !important;
    float: none !important;
	margin: auto !important;
}
}
/* VERWIJDER VISUAL BUILDER UIT TOOLBAR */
#wp-admin-bar-et-use-visual-builder {
	display:none;
}
/* VERWIJDER UPDATE MANAGER UIT TOOLBAR */
#wp-admin-bar-easy-updates-manager-admin-bar{
	display:none;
}

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