/**
 * Theme Name:     Divi Child
 * Author:         Webexec
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
@import url("../Divi/style.css");

/* Make the Divi mobile dropdown menu scrollable */
.et_mobile_menu {
	overflow: scroll !important;
	max-height: 80vh;
}


/* FOOTER */
/* Adjust Footer Menu Spacing */
@media screen and (min-width: 981px) {
    #footer-widgets {
        padding-top: 1%!important;
    }
    .footer-widget {
        margin-bottom: 1%!important;
    }
}


