/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.form__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 320px) {
  .form__wrapper {
    padding-top: calc(40px + 40 * (100vw - 320px) / 320);
    padding-bottom: calc(40px + 40 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .form__wrapper {
    padding-top: calc(80px + 10 * (100vw - 768px) / 672);
    padding-bottom: calc(80px + 10 * (100vw - 768px) / 672);
  }
}
@media only screen and (min-width: 1440px) {
  .form__wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 320px) {
  .form__wrapper {
    padding-left: calc(35px + 35 * (100vw - 320px) / 320);
    padding-right: calc(35px + 35 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .form__wrapper {
    max-width: 950px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .form__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.form__title {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato-Bold", sans-serif;
  color: #00748D;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .form__title {
    font-size: calc(12px + 12 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 320px) {
  .form__title {
    margin-bottom: calc(15px + 15 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__title {
    margin-bottom: 30px;
  }
}
.form__embed .wpcf7-response-output {
  font-size: 7px;
  letter-spacing: 0.175px;
  font-weight: 700;
  font-family: "Lato-Bold", sans-serif;
  margin: 30px 0 0;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  .form__embed .wpcf7-response-output {
    font-size: calc(7px + 7 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__embed .wpcf7-response-output {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) {
  .form__embed .wpcf7-response-output {
    letter-spacing: calc(0.175px + 0.175 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__embed .wpcf7-response-output {
    letter-spacing: 0.35px;
  }
}
.form__embed .wpcf7-validation-errors {
  color: #ff0000;
}
.form__embed .wpcf7-mail-sent-ok {
  color: #398f14;
}
.form__embed .wpcf7-not-valid-tip {
  font-size: 14px;
  right: 10px;
  top: 7px;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .form__column {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
  }
}
.form__column:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .form__column:not(:last-child) {
    margin-bottom: calc(10px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .form__column:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .form__column__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.form__column__entry {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .form__column__entry {
    flex-grow: 1;
  }
}
.form__column__entry:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (min-width: 320px) {
  .form__column__entry:not(:first-child) {
    margin-top: calc(10px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry:not(:first-child) {
    margin-top: 20px;
  }
}
.form__column__entry .wpcf7-not-valid-tip {
  letter-spacing: 0.175px;
  right: 12px;
  font-size: 7px;
  font-weight: 700;
  font-family: "Lato-Bold", sans-serif;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media only screen and (min-width: 320px) {
  .form__column__entry .wpcf7-not-valid-tip {
    letter-spacing: calc(0.175px + 0.175 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry .wpcf7-not-valid-tip {
    letter-spacing: 0.35px;
  }
}
@media only screen and (min-width: 320px) {
  .form__column__entry .wpcf7-not-valid-tip {
    right: calc(12px + 12 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry .wpcf7-not-valid-tip {
    right: 24px;
  }
}
@media only screen and (min-width: 320px) {
  .form__column__entry .wpcf7-not-valid-tip {
    font-size: calc(7px + 7 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.form__column__entry .message .wpcf7-not-valid-tip {
  top: 12px;
  transform: none;
}
@media only screen and (min-width: 320px) {
  .form__column__entry .message .wpcf7-not-valid-tip {
    top: calc(12px + 12 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry .message .wpcf7-not-valid-tip {
    top: 24px;
  }
}
.form__column__entry--textarea .wpcf7-not-valid-tip {
  top: 12px;
  transform: none;
}
@media only screen and (min-width: 320px) {
  .form__column__entry--textarea .wpcf7-not-valid-tip {
    top: calc(12px + 12 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__entry--textarea .wpcf7-not-valid-tip {
    top: 24px;
  }
}
.form__column__entry > span {
  display: block;
}
@media only screen and (min-width: 992px) {
  .form__column__entry > span {
    height: 100%;
  }
}
.form__column__button {
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .form__column__button {
    margin-top: calc(10px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__button {
    margin-top: 20px;
  }
}
.form__column__button__submit {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  border: none;
}
@media only screen and (min-width: 320px) {
  .form__column__button__submit {
    padding-top: calc(10px + 10 * (100vw - 320px) / 320);
    padding-bottom: calc(10px + 10 * (100vw - 320px) / 320);
    font-size: calc(10px + 10 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__button__submit {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.form__column__button__submit:after {
  padding-left: 4px;
}
@media only screen and (min-width: 320px) {
  .form__column__button__submit:after {
    padding-left: calc(4px + 4 * (100vw - 320px) / 320);
  }
}
@media only screen and (min-width: 640px) {
  .form__column__button__submit:after {
    padding-left: 8px;
  }
}
.form__column__button__submit.hide-text {
  color: transparent;
}
.form__column__button .ajax-loader {
  position: absolute;
  background-color: #ffffff !important;
}
.form__column__button .ajax-loader::before {
  content: none !important;
}
.form__column__button .ajax-loader.is-active {
  width: 25px;
  height: 25px;
  z-index: 1;
  background: url("/wp-content/themes/werewolftherapeutics/dist/images/svg/ajax-loader.svg") no-repeat center/cover !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 320px) {
  .form__column__button .ajax-loader.is-active {
    width: calc(25px + 20 * (100vw - 320px) / 1600);
    height: calc(25px + 20 * (100vw - 320px) / 1600);
  }
}
@media only screen and (min-width: 1920px) {
  .form__column__button .ajax-loader.is-active {
    width: 45px;
    height: 45px;
  }
}
/*# sourceMappingURL=form-section.css.map*/