/*
Theme Name: Divi Child Theme
Template: Divi
Version: 1.0
*/
#top-menu li a {
    font-size: 16px;
    font-weight: normal;
}
#top-menu li.et-hover a, #top-menu li.current-menu-item a{text-decoration:underline; color:#56585e; text-underline-offset: 9px;}
p {
    margin-bottom: 32px;
    padding-bottom: 0;
}
.video-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
@media (max-width: 980px) {
	.mobile_menu_bar:before {    color: #fff !important;    font-size: 40px;}
	.et_header_style_centered #main-header .mobile_nav{background-color:transparent; height: 45px;}
	span.select_page{display:none !important;}
	.et_header_style_centered #logo {    max-height: 100px;}
	div#et_mobile_nav_menu {    display: flex;    place-content: flex-end;    position: absolute;    top: -65px;    right: 0;    width: 100%;}
	.logo_container {    display: flex;}
	div#et-top-navigation {    top: 70px;   place-content: flex-end;   position:absolute !important;}
	ul#mobile_menu {    background: #8C7D5A !important;}

	
}