/**
 * Theme Name:      Freelance Child Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Divi created by Chiara Broom
 * Author:          Chiara Broom Freelance Web Designer
 * Author URI:      https://www.chiarabroom.co.uk
 * Template:         Divi
 * Version:         1.0.0
 * Text Domain:     freelance-child-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */


/*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;
				font-size:18px!important;

	}
}