/*override theme style by WOM */
.header-sticky.sticky .site-logo a {width: 180px;}
.header-sticky.sticky .site-logo img {padding-top:0px;}

.site-logo img{width:230px; height:auto; padding-top:10px;}
h1.kc_title{text-transform:uppercase; font-size: 35px  !important; font-weight: 600  !important;}


/*scroll smooth*/
html {
  scroll-behavior: smooth;
}

.wom-logo-form {margin: 0 auto; width: 50px; height: 53px;}
.wom-form-contact-wrapper {float:none;}
.wom-form-contact {width:55%; margin: 0 auto;}
.wom-form-row label{font-weight:600; font-size: 16px;}
.wom-form-row input[type="submit"] {width:auto; margin-top:25px; padding:20px 50px 35px; font-weight:600; font-size: 20px; font-family: "Titillium Web"; background-color:#31B3BC; color:#FFF; border:none; border-radius:0px}



a:focus, a:hover {
    text-decoration: underline;
}







/*OVERRIDE FORM CSS*/
.wpcf7-not-valid-tip {
    color: #FFF;
    background:#dc3232;
    font-size: 1.2em;
    padding:5px 10px;
}




/*FINESTRA MODALE*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  /*height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
   max-height: calc(100vh - 210px);
    overflow-y: auto;
}

/* The Close Button */
.close {
  color: #E30231;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1 !important;
  padding: 10px 15px 15px;
}

.close:hover,
.close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background:#E30231;
}
/*FINE FINESTRA MODALE*/














/*RESPONSIVE*/
@media only screen and (max-width: 767px) {
 .wom-form-contact {width:85%; margin: 0 auto;}
 .site-logo {padding: 0; width: 80%;}
 .sticky .site-logo {padding: 15px 0px} 
 body.kc-css-system .kc-css-516326 {

    padding-top: 200px;
    padding-bottom: 120px;

}

body.kc-css-system .kc-css-565404 .content-desc {

    padding-left: 10px;
    padding-right: 10px;
}
 
 body.kc-css-system .kc-css-379510 {

    padding-top: 50px;
    padding-bottom: 50px;
}

body.kc-css-system .kc-css-736528 {
    padding-top: 50px;
    padding-bottom: 50px;
}

body.kc-css-system .kc-css-641697 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.modal-content {

    width: 80%;
   
}


 
}
/*FINE RESPONSIVE*/












