.newsletter-subscribe {
  background-color: #eddbad;
  padding: 20px 0;
  margin: 0 0 60px 0 !important;
}
.newsletter-subscribe__inner {
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto;
}
.newsletter-subscribe__inner:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.newsletter-subscribe__signup-photo {
  display: block;
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__signup-photo {
    display: none;
  }
}
.newsletter-subscribe__signup-text {
  display: block;
  float: left;
  margin: 0 28px 0 0;
  height: 79px;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__signup-text {
    display: none;
  }
}
.newsletter-subscribe__signup-text--mobile {
  display: none;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__signup-text--mobile {
    display: block;
    float: none;
    margin: 0 auto 15px;
    height: auto;
  }
}
.newsletter-subscribe__form {
  margin: 15px 0 0 0;
  float: right;
  width: 380px;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__form {
    max-width: 380px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.newsletter-subscribe__form .gform_wrapper {
  margin: 0;
}
.newsletter-subscribe__form .gform_wrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.newsletter-subscribe__form .gform_wrapper .gform_body {
  float: left;
  width: 260px !important;
  margin: 0 12px 0 0;
}
.newsletter-subscribe__form .gform_wrapper .gfield {
  margin: 0 !important;
  border: none !important;
  width: 100% !important;
}
.newsletter-subscribe__form .gform_wrapper .gfield .gfield_label {
  display: none;
}
.newsletter-subscribe__form .gform_wrapper .gfield input[type="text"] {
  border: 0;
  line-height: 36px;
  padding: 0 10px !important;
  font-family: 'Domine', serif !important;
  font-size: 14px !important;
  color: #a1a1a1;
  border-radius: 0;
  margin: 0 !important;
  min-width: 260px;
  text-align: center;
}
.newsletter-subscribe__form .gform_wrapper .gfield.gfield_error {
  background-color: none;
}
.newsletter-subscribe__form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  margin-bottom: 12px !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.newsletter-subscribe__form .gform_wrapper .gfield.gfield_error.gfield_contains_required .gfield_description {
  margin: 0 !important;
  font-family: 'PT Sans', sans-serif !important;
  text-align: center !important;
  padding: 8px 0 !important;
  max-width: 100%;
  width: 100%;
  background-color: #f9eeed;
  color: #c85b52;
}
.newsletter-subscribe__form .gform_wrapper .ginput_container {
  margin: 0 !important;
  max-width: 100% !important;
}
.newsletter-subscribe__form .gform_wrapper .gform_footer {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}
.newsletter-subscribe__form .gform_wrapper .gform_footer input[type="submit"] {
  background: #4a4a4a;
  font-family: 'Domine', serif;
  box-shadow: none;
  margin: 0;
  border: 0;
  color: white;
  text-shadow: none;
  border-radius: 0;
  line-height: 36px;
  padding: 0 30px;
  font-size: 16px;
}
.newsletter-subscribe__form .gform_wrapper .gform_footer input[type="submit"]:hover {
  border: 0;
  box-shadow: none;
}
.newsletter-subscribe__form .gform_wrapper .gform_ajax_spinner {
  display: none!important;
}
@media screen and (max-width: 599px) {
  .newsletter-subscribe__form .gform_wrapper {
    max-width: 400px;
  }
  .newsletter-subscribe__form .gform_wrapper .gform_body {
    width: 100% !important;
    float: none;
    display: block;
  }
  .newsletter-subscribe__form .gform_wrapper .gfield {
    margin: 0 0 20px 0 !important;
  }
  .newsletter-subscribe__form .gform_wrapper .gfield input[type="text"] {
    width: 100% !important;
    margin: 0 !important;
    padding: 6px 5px !important;
  }
  .newsletter-subscribe__form .gform_wrapper .gform_footer {
    float: none;
    display: block;
  }
  .newsletter-subscribe__form .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    height: 40px;
  }
}
.newsletter-subscribe__form .gform_confirmation_message {
  width: 260px;
  margin: 0;
  text-align: center;
  font-family: 'PT Sans', sans-serif !important;
  line-height: 20px;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__form .gform_confirmation_message {
    width: 100%;
  }
}
.newsletter-subscribe__form__annotation {
  min-width: 260px;
  text-align: center;
  font-family: 'Domine', serif;
  font-size: 13px;
  display: inline-block;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 959px) {
  .newsletter-subscribe__form__annotation {
    width: 100%;
    display: block;
  }
}
