/*
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:*/
:root {--section-custom-padding: 5rem;}
.g-cols{--columns-gap: 3rem !important;}
.w-grid.type_grid .w-grid-list{gap: 3rem !important;}

@media (max-width:1381px) {
	:root {--section-custom-padding: 4rem;}
	.g-cols{--columns-gap: 2rem !important;}
	.w-grid.type_grid .w-grid-list{gap: 2rem !important;}
	.header_hor .w-nav .menu-item.level_1>a:not(.w-btn){padding-left:8px !important;padding-right:8px !important;font-size:14px !important}
}
@media (max-width:1300px) {
	.header_hor .w-nav .menu-item.level_1>a:not(.w-btn){padding-left:8px !important;padding-right:8px !important;font-size:14px !important}
}
@media (max-width:1025px) {
	:root {--section-custom-padding: 3rem;}
	.g-cols{--columns-gap: 1.5rem !important;}
	.w-grid.type_grid .w-grid-list{gap: 2rem !important;}
	.header_hor .w-nav .menu-item.level_1>a:not(.w-btn){padding-left:10px !important;padding-right:10px !important;font-size:15px !important}
	.w-nav.type_mobile .menu-item>a.w-btn{display:block;padding:10px 20px;font-size: 16px;}
}