/*
 Theme Name:     AEM Expertise
 Description:    Custom theme for AEM Expertise (based on Divi Theme)
 Author:         iodev
 Author URI:     www.iaako.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */

/* TOP NAV - Set cursur as default on a-tags without href */
#top-menu-nav>ul>li>a:not([href]) {
    cursor: default;
}

/* TOP NAV - Set the Divi menu dropdown auto 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;
	}
}