/*
 Theme Name: Divi Child - biorexmannheim.com
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme for biorexmannheim.com
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* BOF: make the Divi mobile dropdown menu scrollable */
.et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
}
/***** EOF: make the Divi mobile dropdown menu scrollable *****/

/* BOF: Auto-Adjusting Menu Dropdown Width */
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
		margin-left: 0 !important;
	}
	.nav li li ul {
		left: 300px;
	}
	.et-menu .sub-menu .menu-item-has-children>a:first-child:after {
		font-family: ETmodules;
		content: "5";
	}
}
/* EOF: Auto-Adjusting Menu Dropdown Width */

/* BOF: Sub Menu Exit Delay */
@media (min-width: 981px) {
    .et-dropdown-removing > ul {
        display: block !important;
    }
    .nav li ul {
        -webkit-transition: .4s ease-in-out .4s;
        transition: .4s ease-in-out .4s;
    }
    .nav li ul:hover {
        -webkit-transition: 0.4s ease-in-out 0s !important;
        transition: 0.4s ease-in-out 0s !important;
    }
    #et-top-navigation nav > ul > li:hover ~ .et-dropdown-removing > ul {
        display: none !important;
    }
}
/* EOF: Sub Menu Exit Delay */
