/* form contatti */
.wpcf7-form{
	background: white;
	border-radius: 6px;
	padding: 28px;
	box-shadow: 0 20px 150px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.wpcf7-list-item{
	margin: 0;
}
.wpcf7-form > h3{
	width: 100%;
	margin: 0px;
	padding: 0;
	font-size: 1.6rem;
}
.wpcf7-form > p {
	width: calc(50% - 8px);
	padding: 0;
}
.wpcf7-form > p:nth-child(5), .wpcf7-form > p:nth-child(6) {
    width: 100%;
}
.wpcf7-form > p:nth-child(6) > label{
	width: 100%;
}
.wpcf7-form > p:nth-child(8) {
	display: flex;
	justify-content: end;
	flex-direction: row-reverse
}
.wpcf7-form > p > label >span > input{
	width: 100%;
	border-radius: 4px;
	background: #eee;
	padding: 14px;
	border: none;
}
.wpcf7-form > p > span > label{
	display: flex;
	align-items: center;
	gap: 12px;
}
.wpcf7-quiz{
	width: 42px;
	border-radius: 4px !important;
	background: #eee !important;
	padding: 14px !important;
	border: none !important;
	text-align: center;
}

.wpcf7-form > p:nth-child(8) > input{
	width: 100px;
	border-radius: 4px;
	background: #259E8B;
	padding: 14px 16px;
	text-align: center;
	color: white;
}

.wpcf7-form > p > label >span > textarea{
	width: 100%;
	border-radius: 4px;
	background: #eee;
	padding: 14px;
	border: none;
	height: 120px;
}

/* form contatti footer */
#wpcf7-f30272-o2 > .wpcf7-form{
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	color: white;
}
#wpcf7-f30272-o1 > .wpcf7-form{
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	color: white;
}

#wpcf7-f30272-o2 >.wpcf7-form > p {
	width: 100%;
	padding: 0;
	height: auto;
}
#wpcf7-f30272-o2 > .wpcf7-form > p:nth-child(6), #wpcf7-f30272-o2 > .wpcf7-form > p:nth-child(7){
	width: calc(50% - 5px);
}
 #wpcf7-f30272-o2 > .wpcf7-form > p:nth-child(7){
	display: flex;
	justify-content: end;
	flex-direction: row-reverse
}
#wpcf7-f30272-o1  > .wpcf7-form > p:nth-child(7){
	display: flex;
	justify-content: end;
	flex-direction: row-reverse
}
#wpcf7-f30272-o1 >.wpcf7-form > p {
	width: 100%;
	padding: 0;
	height: auto;
}
#wpcf7-f30272-o1 > .wpcf7-form > p:nth-child(6), #wpcf7-f30272-o2 > .wpcf7-form > p:nth-child(7){
	width: calc(50% - 5px);
}
.submit-form-contatti{
	width: 100px!important;
	border-radius: 4px;
	background: #259E8B;
	padding: 12px;
	text-align: center;
	border: 0px;
	color: white;
	display: block
		
}
.wpcf7-form > p > label >span > textarea{
	width: 100%;
	border-radius: 4px;
	background: #eee;
	padding: 12px;
	border: none;
	height: 100px;
}
