.newsletter-content {
  background: var(--color-bg-gradient);
  color: #fff;
  padding: 2.2em 0 1em 0;
  position: relative;
  margin-bottom: 3em;
}

.newsletter-content a {
  color: #fff;
}

.newsletter-content h1,
.newsletter-content h3 {
  color: #fff;
}

.newsletter-content .container img {
  display: block;
}

.newsletter-image {
  display: none;
}

/* form */
.newsletter-content .newsletter-signup {
  margin-bottom: 3em;
}

/* Social */
.content-wpb .social-header {
  border: 0;
}

/*--------------------------------------------------------------
#  Tablet
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .newsletter-content {
    padding: 3.2em 0 0 0;
  }
  .newsletter-content .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .newsletter-image {
    display: block;
    align-items: baseline;
    align-self: end;
  }
  body .newsletter-signup_wrapper.gform_wrapper .top_label input[type=email] {
    width: 100% !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body .newsletter-signup_wrapper.gform_wrapper .top_label input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/*--------------------------------------------------------------
#  Desktop
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .newsletter-content .container {
    grid-template-columns: 1fr 0.6fr;
    grid-gap: 5em;
  }
  .newsletter-content .newsletter-signup {
    margin-left: 0;
  }
}

/*# sourceMappingURL=newsletter-lp.css.map */
