/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
/* ##### DROPDOWN MENU WIDTH ##### */
@media screen and (min-width: 981px) {

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

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

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

.grecaptcha-badge { opacity:0;}