/* CSS Document */

/*
Theme Name:     Divi Dumel Child
Description:    Child theme for the Divi theme 
Author:         Dumel
Author URI:     http: //www.dumel.co.za
Template:       Divi
*/

@import url("../Divi/style.css");


/* ##### DROPDOWN MENU WIDTH ##### */

.nav li ul {
   width: 300px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 300px !important; /* Use the same size as above */
}

#top-menu li li a {
   width: 260px; /* Make this 40 less then the width of the dropdown menu */
}


