/*
 Theme Name:     Ducimus Custom
 Theme URI:      https://www.ducimus.digital
 Description:    Divi Child Theme
 Author:         Ducimus Digital Solutions
 Author URI:     https://www.ducimus.digital
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/*make the Divi mobile dropdown menu scrollable*/

.et_mobile_menu {
overflow: scroll !important;
max-height: 80vh;
}
