@media (max-width:500px){
.page-wrap{
  padding-top:0;
}

}
.appointment-button{
   cursor:pointer;
}
.btn-menu{
  color:black;
}
.hidden{
  display: none;
}
.half-transparent{
  opacity:0.8;
}
article .entry-header{
  display:none;
}

.site-header {
  background-color:#fff;
}

.wpcf7-form{
    background: #eee;
    color:#3156A3;
    width : 100%;    
    overflow: hidden;
    
    padding: 20px;
    border: 1px solid #3156A3;
    
}
.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}

.wpcf7-form input, .wpcf7-form textarea {
    margin: 0;
   width:90%;
}
.wpcf7-form input[type='submit']{
   width:50%;
}
.wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
    // width:90%;
}
.wpcf7-form p{
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 0 0 10px;
    color: #3156A3;
}


.buttons_form {
     padding: 0px;
     height: 30px;
     width: 150px !important;
     border: none !important;
     cursor: pointer;
     color: #fff;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     color: #faddde;
     border: solid 1px #980c10;
     background: #d81b21;
     background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
     background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
