  .wp-site-blocks{
    padding-top: 0;
  padding-bottom: 0;
    
  }
  html, body{
    overflow-x:hidden;
  }
  
  .grecaptcha-badge{
    display:none;
  }
  
  
  /**nav {
  background:#ffff;
  height:70px;
  z-index:999;
  margin:0 auto;
  border-bottom:1px solid #dadada;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
}**/

/* Stile generale per il form */
form {
    max-width: 400px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.wpcf7-form {
    max-width: 100%;
    margin: 0px;
}

/* Stile per le etichette */
form label {
    display: block;
    font-weight: bold;
}

/* Stile per gli input  */
form input[type="text"],
form input[type="tel"],
form input[type="email"] {
    width: 100%;
   /* padding: 0px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;*/
}

/* Stile per il pulsante di invio */
form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

/* Stile per il pulsante di invio al passaggio del mouse */
form input[type="submit"]:hover {
    background-color: #45a049;
}

/*Stile per non mostrare spinner contact form*/
.wpcf7-spinner{
display:none;  
}
/* Stile per la risposta del form */
.wpcf7-response-output {
    margin-top: 20px;
    font-style: italic;
    background: #ffffff;
}
