/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.menu-mobile.type_mobile {
	display: inline-block;
}
.menu-mobile.type_desktop {
	display: none;
}

.menu-desktop.type_mobile {
	display: none;
}
.menu-desktop.type_desktop {
	display: inline-block;
}
	
.state_mobiles.header_hor .l-header.pos_fixed~.l-main >.l-section:first-of-type >.l-section-h {
	padding-bottom: 20%;
}
.state_tablets.header_hor .l-header.pos_fixed~.l-main >.l-section:first-of-type >.l-section-h {
	padding-bottom: 10%;
}

@media (max-width: 901px) {
	.wpbs-main-wrapper {
    	display: flex;
    	flex-wrap: wrap;
	}
	
	.wpb_wrapper .wpbs-main-wrapper .wpbs-calendars-wrapper,
	.wpb_wrapper .wpbs-main-wrapper > .wpbs-form-container {
		width: 100% !important;
		max-width: 100% !important;
	}
}
