.page-template-template-contact .contact_content,
.page-template-template-contact-with-faq .contact_content {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.page-template-template-contact .contact_content.bump_50,
.page-template-template-contact-with-faq .contact_content.bump_50 {
  margin-top: 50px;
}

.page-template-template-contact h1.entry-title,
.page-template-template-contact-with-faq h1.entry-title {
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
  color: #b23a4a;
  font-family: "Figtree";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
}

.page-template-template-contact article,
.page-template-template-contact-with-faq article {
  margin-top: 50px !important;
  display: block;
}

.page-template-template-contact p,
.page-template-template-contact-with-faq p {
  margin-bottom: 19px;
  font-size: 12px;
  font-family: "Figtree";
  font-weight: 300;
  line-height: 20px;
}

.page-template-template-contact li,
.page-template-template-contact-with-faq li {
  font-size: 12px;
  font-family: "Figtree";
  font-weight: 300;
  line-height: 20px;
}

.page-template-template-contact p strong,
.page-template-template-contact-with-faq p strong {
  font-weight: 500;
  color: #482776;
  text-transform: uppercase;
}

.page-template-template-contact ol,
.page-template-template-contact-with-faq ol {
  margin-left: 0;
}

.contact_form {
  background: url("../img/contact_bg.jpg");
  background-size: cover;
  height: 830px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.wpcf7 {
  width: 63%;
  margin: 0 auto 0 !important;
  display: block;
  padding-top: 198px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 90px;
}

input.wpcf7-form-control.wpcf7-submit {
  font-family: "Figtree";
  color: #482776;
  width: 130px;
}

.contact_form input,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  font-family: "Figtree";
  font-size: 12px;
  text-transform: initial;
  color: #3e3e3e;
  width: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  text-align: center;
  margin: 0;
  color: black;
  font-family: "Figtree";
  font-size: 11px;
  font-weight: 300;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  position: absolute;
  width: 460px;
  font-size: 11px;
}

/* iphone 6 portrait */
@media only screen and (max-width: 670px) {
  .contact_form {
    background: none;
    background-size: cover;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
  }

  .page-template-template-contact .contact_content,
  .page-template-template-contact-with-faq .contact_content {
    width: 80%;
  }

  .page-template-template-contact .contact_content.bump_50,
  .page-template-template-contact-with-faq .contact_content.bump_50 {
    margin-top: 80px;
  }

  .contact_content .wpcf7 {
    width: 100%;
    padding-top: 0 !important;
  }
}