/*
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:*/
/*		GENERAL*/
:root{
	--imn-orange: #f37022;
}
.titolo-arancione :is(h1, h2, h3, h4, h5, h6){color: var(--imn-orange);}
.testo-arancione :is(p, span){color: var(--imn-orange);}
.testo-bianco :is(p, span, a){color: white;}
.br-grey{border-right: 1px solid #727f9f;}
.bb-grey{border-bottom: 1px solid #727f9f;}
.mr-4rem{margin-right: 4rem;}
h2{text-transform: uppercase !important;}

/*letters fly in from top*/
.fs-45-uppercase {
  word-wrap: break-word;
  white-space: normal;
}
.fs-45-uppercase .word {
  display: inline-block;
}
.fs-45-uppercase .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(-40px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat", sans-serif;
}
.fs-45-uppercase.animate .letter {
  opacity: 1;
  transform: translateY(0);
}
.fs-45-uppercase .space {
  display: inline-block;
  width: 0.6em; /* Spazio visivo tra parole */
}
/*end*/
.fs-45-uppercase p {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat";
}
.g-breadcrumbs{
	color: white;
}
.g-breadcrumbs a{
	font-weight: 800;
}
.g-breadcrumbs span:hover{
	color: var(--imn-orange) !important;
}
/*			HOME*/
#fgas-certificazione h2{
	font-size: 45px;
	color: #2E2E72;
}
/*			CONTATTI*/
form i{
	margin-left: 10px;
}
.contatti{
	margin: 0 -90px !important;
}
.contatti i,
.contatti-footer i{
	padding: 15px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--imn-orange);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/*			FOOTER*/
#page-footer :is(a, p, h1, h3, h4, h5, h6){
	color: white;
}
#page-footer a:hover{
	color: var(--imn-orange);
}
#page-footer img{
	height: 160px !important;
}
.footer-message{
	font-weight: 800;
	font-size: 20px;
}
#page-footer button.wpcf7-submit:hover{
	color: white !important;
	border-color: white !important;
}

#page-footer .frase-footer p{
	color: white;
	font-size: 50px;
	font-family: 'Montserrat';
	font-weight: 800;
	line-height: 50px;
}