/*-----MAIN-----*/
.googlemap {
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.2);
}


/*-----MENU-----*/

.column-menu {
padding: 15px 0 !important;
}
.column-menu:hover {
    background: #f64255; 
}

.column-menu p {
    coloe: #fff !important;
}
.row-menu {
    padding: 10px !important;
}

/*-----TEXT-----*/

.gradient-h2 {
    background: linear-gradient(45deg, #333740 0%, #f74359 25%, #f74359 50%, #f74359 75%); 
color: #333740;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.gradient-h2 h2 {
  font-size: 3em; 
 font-weight: bold;
}
    
/*---Contact Form 7---*/

.wpcf7 p {
    margin-bottom: 5px !important;
}   
.name7,.tel7,.text7,.message,.select7 {
    position: relative;
    width: 100%;
    background: #f4f5fa;
    color: #7e7e7e !important;
    border: none;
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.message {
    width: 300px;
    height: 150px;
}

.send7 {
    cursor: pointer;
background: #f64255 !important; 
padding: 20px 40px; 
font-size: 14px; 
color: #fff !important; 
border-radius: 100px !important; 
border: none; 
letter-spacing: 1px; 
font-weight: 600; 
font-family: Montserrat; 
box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
margin: 5px 0;
}

@media screen and (max-width: 768px) {
.gradient-h2 h2{
  font-size: 2em !important;
  }
  div.pix-menu, .mobile-res-logo {
  height: 50px !important;
  }
    .header, .pix-menu-align-center {
    height: 60px !important;
  }  
  .mobile-res-logo {
  padding: 5px 0px !important;
  }
  .vc_column_container>.vc_column-inner {
  padding: 0 !important;}
}