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

/*
 * Gap di default tra le colonne (Grid Builder / WPBakery Row).
 * Sovrascrive il fallback nativo di Impreza (--columns-gap, 3rem)
 * definito in wp-content/themes/Impreza/common/css/base/columns.css.
 * Le righe con un gap personalizzato (impostato via Impostazioni Riga >
 * Layout > "Gap between columns") continuano a usare il proprio valore,
 * perche' lo stile inline ha priorita' su questa regola.
 */
.g-cols.via_grid {
	--columns-gap: 5rem;
}

/* Formato editor "Paragraph Large" (menu Formati > Paragraph Large) */
p.paragraph-large {
	font-size: 1.25rem; /* 20px */
	line-height: 1.6;
}
