.main-navigation a {
 font-weight: normal;
 }
/* ---- bordo sottomenù ---------- */
.main-navigation ul ul a {

  border-top: 1px solid #666666;
  /* padding:10px; */
  }
#main {
	padding: 0 35px 60px 35px;
}
/*------ cf 7 -------*/

.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
    font-size: 14px;
   	padding:6px 15px; 
  	margin-bottom:5px;
    height: auto;
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0,0,0,.06);
    border: 1px solid #d9d9d9;
    width: auto;
    font-family: lato,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight:500;
}
select {
	color: #666666;
}
.wpcf7-form .wpcf7-submit { 
	background:#666666; 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#fff; 
	border-radius:7px;
	font-weight:normal;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
  padding:0;
}

@media screen and (max-width: 360px) {
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
    width: 100%;
	}
}
/* ------------ personalizazione area titolo pagina su mobile ----------- */
@media (max-width: 780px) {
  #pgc-164-0-0 {
  margin-bottom: 0;
  }
}
/* ------------ personalizazione header su mobile ----------- */
@media screen and (max-width: 640px) {
  body.responsive #footer-widgets .widget, body.responsive #masthead-widgets .widget {
    padding-bottom:0;
	}
}