/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Template: Divi
Version: 1.0.0
*/
 
/* Theme customization starts here
------------------------------------------------------- */


/* ALGEMEEN ==============================*/
html {
	-webkit-hyphens: auto; 
}

/* CONCERT ==============================*/
.beschrijving .titel {
    hyphens: none;
}
.beschrijving .zijkolom hr {
    border-top: 1px dotted red;
}

/* HEADER ==============================*/
/* menubar (wacht tot meer dan één item)
.current-menu-item.verberg-deze-link {  display: none !important; } 
*/
#main-header {
    background-color: #2ea3f2 !important; 
}
#main-header, #et-top-navigation {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}
#main-content .container:before {
    display: none !important;
}
.mobile_menu_bar { 
    padding-bottom: 0px !important; 
}

/* FOOTER ==============================*/
#footer-bottom .container {
    line-height: 1.8em;
    width: 100% !important;
    hyphens: none;
}

/* MEDIA ==============================*/
@media screen and (max-width: 980px) {
	.hide-on-mobile {
         display: none; 
	 }
    #main-header, #et-top-navigation { 
        min-height: 80px !important; 
    }
    .et_mobile_menu {
        width: 20vw !important;
		min-width: 150px !important;
		background-color: rgba(255,255,255,0.66) !important;
		padding: 1%;
        right: 0 !important;
        left: auto !important;
        margin-left: 0 !important;
    }
    .et_mobile_menu li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
	#et_mobile_nav_menu { margin-top: -20px; }
}

@media screen and (min-width: 981px) {
	.hide-on-desktop { 
        display: none; 
	}
}