#banner-contact{
    background: url(../../uploads/2018/11/contact-banner.jpg);
    background-size: cover;
    height: 320px;
    max-height: 320px;
    background-position: center;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100% !important;
    margin-bottom: 20px;
    color: #6a51d1;
    border: 1px solid white;
    font-family: 'Quicksand';
}
input.wpcf7-form-control.wpcf7-submit {
    background: #8ec549!important;
    max-width: 100% !important;
    padding: 0px 15px !important;
    top: 15px;
    font-weight: bold!important;
    font-size: 15px!important;
    margin: 20px 35% !important;
    text-align: center!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a51d1!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a51d1!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a51d1!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a51d1!important;
}
div#info strong {
    font-size: 26px;
}
.violet{
  color: #6a51d1!important;
}
@media(max-width:750px){
  .menu-contact {
    max-height: 200px!important;
    height: 200px !important;
  }
  .input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    font-family: 'Quicksand' !important;
  }
}  