@charset "utf-8";
/* CSS Document */
.contenitore-contatti{
	padding: 15px 0 !important; 
	max-width: 620px;
	background-color: pink;
	margin: auto;
}

.contatti textarea, .contatti input {
  font-size:16px;
  font-family: 'Roboto',"sans-serif";
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  background: white no-repeat;
  /* 2 imgs : 1px gray line (normal state) AND 2px green line (focus state) */
	/*background-image: linear-gradient(to bottom, #00B8A9, #00B8A9), linear-gradient(to bottom, silver, silver);
	/* sizes for the 2 images (default state) */
	/*background-size: 0 2px, 100% 1px;*/
	/* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
	/*background-position: 50% 100%, 50% 100%;*/
	/* animation solely on background-size */
  /*transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);*/

}

.contatti input:focus,
.contatti textarea:focus{
  /* sizes for the 2 images (focus state) */
	background-size: 100% 2px, 100% 1px;
	outline: none;
}
/* -----------------contatti------------- */

.contatti{
	
	width: 100%;
	margin-bottom: 40px;
}

.contatti-wrap{
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	overflow: auto;
}

/* 
.contatti label {
	text-align: left;
	width:100%;
	display:block;
	}	
*/

.ginput_container .gfield_consent_label {
/* background-color: violet; */
line-height: 12px;
}

#input_1_10_1, #input_1_7_1 {
width: 25px;
height: 25px;	
margin-bottom: 10px;
}


#field_1_10 .gfield_label {
/*	background-color: green; */
	padding-bottom:6px;
}


body .gform_wrapper ul li.gfield {
 margin-top: 32px;
 padding-top: 0;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
line-height: 0 !important ; 
min-height: 0 !important ; 
}


#input_1_10_1{
width: 25px;
height: 25px;	
margin-bottom: 10px;
}

/*
.contatti_cont .social_cont .posts-list {
list-style-type: none;
margin: 0 auto;
}

.contatti_cont .social_cont .posts-list > ul > li {
text-align: center;
margin: 0.5em 0.5em 0.5em 0;
display: inline-block;
vertical-align: top;
background-color:#C99D66; 
height: 2em;
width: 2em;
border-radius: 6em;
}

.contatti_cont .social_cont .posts-list > ul > li img {
	margin-top:0.2em;
}

.contatti_cont .social_cont .posts-list > ul > li:hover {
background-color:#D4AC83;  
}*/

.contact-informations{
	}
/* --------------inizio form-----------*/
.contatti input {
	padding:8px 16px;
	border:solid white 1px;
	margin-top: 0em;  /* --need for textarea float--*/
	background-color:#fff ;
	color:#999;
	font-family: 'Roboto', san serif;
	
}

.contatti textarea {
	border:solid white 1px; 
	background-color:#fff /* grigio chiaro*/;
	padding:8px 16px;
	
	height:40px;
	
	/* transition:height 0.2s ease;
	-webkit-transition:height 0.2s ease;
	-moz-transition:height 0.2s ease;
	-o-transition:height 0.2s ease; 
	-ms-transition-duration: height 0.2s ease;*/
}

/*.contatti textarea:focus{
	height:10em;
}*/

.btn-margin{
	margin-top:16px;
}

.messaggio{
	padding-top:8px;
	background-color:#FFF;
	padding-bottom:8px;
}

.privacy{
	text-align:left;
	font-size:0.7em;
    margin: auto;
	padding:16px 0;
	background-color:#ffffff;
	width:288px;
	float:left;
}

.privacy input{
	width: 1.5em;
	height:1.5em;
}

.contatti_cont select {  /* select non ancora formattate*/
	border-radius:0.6em;
	height: 35px; 
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 10px 0px;
	border:solid #c0c0c0 1px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("img/freccia-select.png.html") right / 90% no-repeat #ffffff;  /*dice non esista sta roba*/
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width:0\0) { /*dice dimensioni sconosciute. dice serva per internet explorer*/
select {
        background:none;
        padding: 5px;
    }
}

#errori {
	color: #C99D66; /* gold*/
	font-size:1em;
	}
	
#risultato {
	color: #8ca53b; /* verde email inviata */
	font-size:1em;
}

.mappa{
	width: 100%;
    height: 400px;
    overflow: hidden;
	margin-bottom: 40px;
}

.checkbox-personalizzata{
	background-color: red;
	height: 80px;
	width: 80px;
}



/** modifica del form **/
.gform_wrapper #field_1_4 .gfield_label {
    line-height: 1 em;
}

input#gform_submit_button_1 { /** in samples.css equivale a .btn **/
	color:white;
  	background-color:#E61E5B;
	display: inline-block;
    margin-bottom: 0;
	border-radius:50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size:1.1em;
    border: none;
	font-weight:bold;
	transition: background-color 0.17s ease;
	padding: 20px;
	width: 290px;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    position: inherit!important;
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    max-height: 130px !important;
}

input#gform_submit_button_1:hover {
	background-color: #EB5C77;
    text-decoration: none;
	
}



li#field_1_7 {
    padding-bottom: 30px;
}



.ginput_container .gfield_consent_label {
 line-height: 18px;
 width: 533px;
 margin-top: -10px;
}

.ginput_container .gfield_consent_label a {
font-weight: bold;
}

#input_1_10_1, #input_1_7_1 {

float: left;
display: inline;
}

select {	
color: #999;	
}

#input_1_1, #input_1_2, #input_1_3, #input_1_4, #input_1_5, #input_1_8, #input_1_9 {
width: 100%;
border-radius: 14px;	
}

#input_1_5 radio{
	height: 300px;
	width: 300px;
}