/*
Theme Name: Salvatore Siino Theme
Template: hello-elementor
Author: Tivitti web e comunicazione
Author URI: https://tivitti.com/
Version: 2.5.0.1652783507
Updated: 2022-05-17 10:31:47

*/

/* Contact Form */
.elementor-shortcode label {
	width: 100%;
}
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password],  
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
	border-radius: 0px!important;
	border: 0px solid;
	font-size: 14px!important;
	margin-top: 10px;
	background-color: #e74e0f00;
	color: #000!important;
	border-bottom: 1px solid #000!important;
	padding: .5rem 0rem!important;
}
.wpcf7-list-item {
	margin: 0px!important;
}
.accettazionecontatti {
	font-size: 13px;
	line-height: 23px;
	padding-top: 0px;
	font-weight: 400;
	margin: 15px 0px!important;	
	color:#000!important;
}
.accettazionecontatti a {
	font-size: 13px;
	line-height: 23px;
	color:#ffd067;
}
.accettazionecontatti input[type=checkbox] {
	margin-right: 7px;
}
.submit {
	text-align:center!important;
}
[type=submit] {
	color: #fff!important;
	border: 1px solid #fff!important;
	background: #134174;
}
:focus-visible {
	outline: 0px!important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000!important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000!important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000!important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000!important;
    opacity: 1;
}

@media screen and (max-width:768px) {
	.accettazionecontatti {	
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width:575px) {
	.accettazionecontatti input[type=checkbox] {
		margin-right: 5px;	
	}
}

/* Recaptcha */
.grecaptcha-badge {
	opacity: 0%!important;
}