/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	Luigi
Theme URI: http://impreza.us-themes.com/
Author URI: https://itmedianet.it/
*/

/*Add your own styles here:*/

@import 'assets/css/layout.css';
@import 'assets/css/typo.css';
@import 'assets/css/queries.css';

:root {
	--imn-green: #3a9273;
	--imn-lightgreen: #92CEB9; 
	--imn-lightblue: #6083A5S;
	--imn-grey: #737373;
}

.txt-center { text-align: center; }

.txt-white, .txt-white h3, .txt-white h5 { color: white; }

.fw-bold h3, .fw-bold h2, .fw-bold { font-weight: 600; }

.mt-30 { margin-top: 30px; }

.mb-20 { margin-bottom: 20px;}
.mb-40 { margin-bottom: 40px;}
.mb-60 { margin-bottom: 60px;}

.g-cols.via_grid.type_default>.has_bg_color.p-col,
.p-col.wpb_column {
	padding: 80px 120px;
}
.g-cols.via_grid.type_default>.has_bg_color.p-col2,
.p-col2.wpb_column {
	padding: 80px 30% 80px 0px;
}
