/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2023 | 10:13:30 */
/*messaggio di invio*/
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	display: inline-block;
	width: 100%;
}
/*messaggio di invio*/
.wpcf7-response-output {
	display: inline-block;
	width: 100%;
}
/*left align the contact form submit button*/
.taco-contact-form-1 .et_contact_bottom_container {
	float: left!important;
}
/*stile form in pagina contatti*/
.taco-form-2 .taco-row-1{
	margin-top: 2px;
	margin-bottom:2px;
	min-height: 40px;
}
.taco-form-2 .taco-row-1 .taco-col-2{
	margin-top: 1px;
}
.taco-form-2 input.text,
.taco-form-2 input.title,
.taco-form-2 input[type=email],
.taco-form-2 input[type=tel],
.taco-form-2 input[type=text],
.taco-form-2 input[type='date']{
	background-color: #fff;
/*	border: 1px solid #676767; */
	padding: 10px;
	border-radius: 30px;
	height: 34px;
	width: 85%;
}
.taco-form-2 .taco-row-1 .taco-col-2{
	/*width: 80%;*/
}
.taco-form-2 select {
	background-color: #fff;
/*	border: 1px solid #FFFFFF; */
	padding: 5px;
	border-radius: 30px;
	height: 36px;
	width: 85%;
}
.taco-form-2 textarea {
	background-color: #fff;
/*	border: 1px solid #676767; */
	padding: 10px;
	border-radius: 30px;
	height: 100px;
	width: 85%;
}

/*per far rimanere*/
.taco-list-item-1 .wpcf7-list-item{
	display: flex-end;
	min-height: 40px;
	width: 87%;
}
.taco-form-2 .taco-row-1.taco-b{
	height: auto!important;
	margin-top: 25px!important;
}
.taco-radio-1{
	display: flex;
	align-items: center;
}
.taco-form-2 select.wpcf7-form-control.wpcf7-select {
	-webkit-appearance: menulist!important;
	-webkit-align-content: center;
}
.taco-form-2 .taco-row-1.taco-a{
	height: auto!important;
	min-height:50px;
	margin-bottom: 50px;
}
.taco-form-2 .wpcf7-submit{
	color: #F39204!important;
	/* font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif!important; */
	font-weight: 500!important;
	text-transform: uppercase!important;
	background-color: transparent!important;
	padding-top: 5px!important;
	padding-right: 15px!important;
	padding-bottom: 5px!important;
	padding-left: 15px!important;
	font-size: 14px!important;
	line-height: 1.7em!important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 3px solid;
	border-radius: 3px;
	transition: all .2s;
	/*width: 100px; */
	height: 35px;
}
.taco-form-2 .wpcf7-submit:hover{
	background-color: rgba(0,101,46,0.6);
	cursor: pointer;
}
.taco-form-2 input[type="radio"] {
	/*background-color: initial;
	cursor: default;
	-webkit-appearance: radio;
	box-sizing: border-box;*/
	margin: 3px 10px 0px 10px;
	/*padding: initial;
	border: initial;*/

	/*    -webkit-appearance: none; */
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #676767;
	transition: 0.2s all linear;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.taco-form-2 input[type="radio" i]:checked{
	border: 10px solid #F39204;
}
/*****SELECT****/
.taco-select {
}
.taco-form-2 select.wpcf7-form-control.wpcf7-select {
	-webkit-appearance: menulist!important;
}
.taco-form-2 .select-icon {
	float: right;
	position: relative;
	top: -43px;
	right: 53px;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 20px solid #707070;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.spiegazione {
	width: 85%;
	padding-left: 5%;
	margin-bottom: 2%;
	font-size:12px;
	font-weight: 500;
	line-height: 1.6em;

}

