/*
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:*/


/*CUSTOM COLUMN GRID CLASS*/
body .w-hwrapper{--hwrapper-gap:30px !important;}
body .w-hwrapper.half_gap{--hwrapper-gap:15px !important;}
.w-grid.type_grid .w-grid-list,
.l-section .g-cols.via_grid{gap:30px}
.l-section.no_gap .g-cols.via_grid{gap:0}
body .w-hwrapper.gap_L_desktop{--hwrapper-gap:60px !important;}
.l-section .gap_L_desktop.g-cols,
.gap_L_d .g-cols.via_grid,
.l-section .gap_L_d.g-cols,
.gap_L_desktop .l-section-h > .g-cols.via_grid{gap:60px}

@media (max-width:1199px){
	body .w-hwrapper.gap_L_desktop{--hwrapper-gap:45px !important;}
	.l-section .gap_L_desktop.g-cols,
	.gap_L_desktop .l-section-h > .g-cols.via_grid{gap:45px}
}
@media (max-width:1024px){
	body .w-hwrapper.gap_L_desktop{--hwrapper-gap:30px !important;}
	.l-section .gap_L_desktop.g-cols,
	.gap_L_desktop .l-section-h > .g-cols.via_grid{gap:30px}
}
@media (max-width:1199px) and (min-width:767px) {
	.row_half_laptop.g-cols,
	.row_half_laptop .l-section-h > .g-cols{grid-template-columns: repeat(2, 1fr);}
	.col_full_laptop,
	.col_full_laptop .l-section-h > .g-cols{grid-column:1 / -1;grid-template-columns: 1fr;}
}
@media (max-width:1023px) and (min-width:767px) {
	.row_half_tablet.g-cols,
	.row_half_tablet .l-section-h > .g-cols{grid-template-columns: repeat(2, 1fr);}
	.col_full_tablet,
	.col_full_tablet .l-section-h > .g-cols{grid-column:1 / -1;grid-template-columns: 1fr;}
}

/*HEADER*/
#page-header .w-btn{white-space:nowrap}