/*
Theme Name:     DiviChild
Theme URI:      https://project-within.com
Description:    Ett barntema för Divi
Author:         Madelene Jansson
Author URI:     https://madelenejansson.se
Template:       Divi
Version:        1.0.0
*/

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

/*För tillgänglighet*/
:focus-visible {
  outline: 1px dotted #3A141E; 
  outline-offset: 2px;
}
