/*
Theme Name: Rezonance Design Child Theme
Theme URI:
Author: Menno van den Hout
Author URI: rezonancedesign.com
Description: A child theme for Divi from Rezonance Design. Please note we provide no warranty.
Version: 1.0.0
Template: Divi
*/

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */

/*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;
	}
}