.nav-panel {
  background-color: #000000;
}

.entry-title {
  background-color: #960505;
  margin-top: 93px;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #7c7344;
  color: #ffffff;
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 90%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
color: black;
}

.large-9 .button-area{
  padding-top: 88px!important;
}

.wpcf7-form-control-wrap input, .wpcf7-select{
  height: 40px;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 12px;
}

p {
  text-align: center;
}

@media screen and (max-width: 1024px){
  .large-9 .button-area{
  padding-top: 64px!important;
}
}

@media screen and (max-width: 970px){
	form .wrapper{
    flex-wrap: wrap;
  }
  form .wrapper div{
  width: 25%!important;
  }
  form .wrapper .describe, form .wrapper .button-area{
    width: 100%!important;
    padding-top: 0!important;
  }
  div.wpcf7 img.ajax-loader{
    width: 0!important;
  }
}

@media screen and (max-width: 650px){
  form .wrapper div{
  width: 50%!important;
  font-size: 12px;
  }
}