/*
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{
	--light-green: #B7C8B5;
	--light-beige: #EDE6DB;
	--text: #35415b;
}

.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5,
.title-white h6,
.p-white p{
		color: white;
	}

.p-black p{
	color: black;
}

.f-30 h1,
.f-30 h2,
.f-30 h3,
.f-30 h4,
.f-30 h5,
.f-30 h6,
.f-30 p{
	font-size: 30px;
}

.f-arvo{
	font-family: "Arvo";
}


/*	MAIN BUTTON*/
button.main-button{
  --color: #9CAD8A;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
}

button.main-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

button.main-button:hover {
  color: #fff;
}

button.main-button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

button.main-button:hover:before {
  top: -30px;
  left: -30px;
}

button.main-button:active:before {
  background: var(--light-green);
  transition: background 0s;
}

/*	HEADER*/
#page-header .l-subheader-cell.at_center{
	background: url(/wp-content/uploads/2024/09/brush-verde.png);
    background-repeat: no-repeat;
    background-position: center;
}

.icon-header{
	fill: #35415b;
	margin-left: 40px;
	transition: 0.5s;
}

.icon-header:hover{
	fill: var(--light-green);
}
#page-header .btn-number{
	font-size: 25px;
	font-weight: bold;
}

/*	HOME*/
#SR7_1_1-1-3{
	border-left: 3px solid var(--text);
}

/*	CHI SIAMO*/

#chi-siamo .w-iconbox-icon{
	fill: var(--light-green);
}

/*	SERVIZI*/
.single-service{
	background-color: var(--light-green);
}

/*	CONTATTI*/
#contatti .w-iconbox-icon{
	color: var(--light-beige);
}

/*	FORM*/

#form{
	max-width: 50%;
	margin: 0 auto;
}

#form .row-form p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#form .row-form label{
	width: 48%;
}

/*	FOOTER*/
#page-footer .w-iconbox-icon{
	color: var(--light-beige);
}

#page-footer .w-iconbox-title{
	color: var(--light-green);
	font-size: 20px;
	padding-bottom: 20px;
}

#page-footer  a,
#page-footer  p{
	color: #8d9096;
	font-size: 15px;
}

#page-footer a:hover{
	color: var(--light-beige);
}

@media screen and (max-width: 499.98px){
	#page-header .btn-number{
		font-size: 15px;
		margin: 0;
	}
	
	button{
		margin: 10px;
	}
	
	#form{
		max-width: 100%;
		margin: 0 auto;
		/*background-color: #ffffffbd;*/
		border-radius: 40px;
		padding: 0 20px;
	}
	
}

@media screen and (min-width: 500px) and (max-width: 793.98px){
	#form{
		max-width: 70%;
		margin: 10% auto;
		/*background-color: #ffffffbd;*/
		border-radius: 40px;
		padding: 0 20px;
	}
}


@media screen and (max-width: 768px){
	button{
		margin: 0;
	}
	#chi-siamo .l-section-img{
		background-position: 70%;
    	opacity: 0.1;
	}
	
	#chi-siamo .w-hwrapper{
		flex-direction: column;
		margin-bottom: 0 !important;
	}
	
	#chi-siamo .w-iconbox {
		margin: 0;
		margin-bottom: 40px;
	}
	
	#chi-siamo .w-iconbox-icon{
		font-size: 2rem !important;
	}
	
	#contatti .g-cols{
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 599.98px){
		
	#form .row-form p{
		flex-direction: column;
	}
	
	#form .row-form label{
	width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 768px){
		#contatti .vc_column_container{
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 905px){
	#servizi .w-ibanner{
		height: 435px;
	}
}

@media screen and (min-width: 600px) and (max-width: 1105px){
	#servizi .w-ibanner-h h3{
		font-size: 20px;
	}
	
	#servizi .w-ibanner-h .w-ibanner-desc{
		margin-top: 0.5rem;
	}
	
	#servizi .w-ibanner-h p{
		font-size: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	#chi-siamo .l-section-img{
		opacity: 0.1;
	}
}

@media screen and (max-width: 1024.98px){
	#page-header .w-nav-list .current-menu-item a,
	#page-header .w-nav-list a:hover{
		color: var(--light-green);
	}
}

@media screen and (max-width: 1224px){
		#servizi .w-ibanner-content{
		padding: 5%;
	}
}