/*
Theme Name: TripleE Fusion 
Description: This is the Theme for Triplee Fusion
Version: 1.0.0
Author: Trip Horton
Author URI: https://triphorton.com
Theme URI: htps://tripleefusion.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */
/*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;
	}
}