/*
Theme Name:     DiviChild
Theme URI:      https://malinehrling.se
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;
	}
}


/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}
/*this sets the height of the image container*/
.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}
/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}


/*För vanlig meny på mobil*/
@media (max-width: 980px) {
    .pa-open-mobile-menu .et_pb_menu__menu {
        display: flex !important;

    }
    .pa-open-mobile-menu .et_mobile_nav_menu {
        display: none !important;
    }
	#footersektion .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
	 	justify-content: flex-start !important;
	}
}

#menu-footer  {
     display: block !important;
 }
 #menu-footer .et_pb_menu__wrap {
     justify-content: flex-start !important;
 }