@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Trip Horton Portfolio 
Theme URI: http://triphorton.com
Description: Portfolio Website for Trip
Author: Trip Horton
Author URI: http://triphorton.com
Version: 9.10.0
Template: Divi
*/
/*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;
	}
}