/* Enter Your Custom CSS Here */
.site-info.container {
    display: none;
}
/* Altura del pie de página */
.footer-widgets {
    padding: 20px 0;
}
/* Menú móvil a la derecha */
@media only screen and (max-width:767px){
        
  .header-wrap .container{
    text-align: left;
  }

  .header-wrap .btn-menu{
    float: right;
    margin-right: 15px;
  }  

  .header-wrap .col-md-4 {
    max-width: 90%;
    position: relative;
    z-index: 2;
  }

  .header-wrap .col-md-8 {
    margin-top: -50px;       
  }        

  #mainnav-mobi {
    top: 70px;
  }
  
}

@media only screen and (min-width: 1200px) {
    div#primary div.widget_sydney_services_type_a div.service {
        width: 25%;
        clear: none;
    }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}
