.wcp-aweber-subscribers .wcp-aws__content {
  border-radius: 15px;
  padding: 20px 20px 145px 20px;
  background-position: bottom -25px center;
  background-size: 198px auto;
  background-repeat: no-repeat;
  background-color: #2B2D42;
}
.wcp-aweber-subscribers .wcp-aws__heading {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
  color: #FF5C01;
  margin-bottom: 16px;
  text-align: center;
}
.wcp-aweber-subscribers .wcp-aws__subheading {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 135%;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.wcp-aweber-subscribers .wcp-aws__form-container {
  display: grid;
  grid-row-gap: 5px;
  grid-template-areas: "email" "agreement" "submit";
}
.wcp-aweber-subscribers .wcp-aws__form-container .wcp-aws__input--email {
  grid-area: email;
}
@media (min-width: 768px) {
  .wcp-aweber-subscribers .wcp-aws__form-container {
    grid-template-columns: 360px 180px;
    grid-template-rows: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    grid-template-areas: "email submit" "agreement agreement";
  }
}
@media (min-width: 992px) {
  .wcp-aweber-subscribers .wcp-aws__form-container {
    justify-content: center;
  }
}
.wcp-aweber-subscribers .wcp-aws__input--submit {
  grid-area: submit;
}
.wcp-aweber-subscribers .wcp-aws__input--agreement {
  grid-area: agreement;
  align-self: start;
}
.wcp-aweber-subscribers .wcp-aws__input input {
  display: block;
  width: 100%;
  background: #F5F5FA;
  border-radius: 15px;
  padding: 13px 16px;
  color: #444769;
  border: none;
  max-height: 50px;
}
.wcp-aweber-subscribers .wcp-aws__submit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(90deg, #EF233C 0%, #FF5C00 100%);
  border-radius: 25px;
  border: none;
  padding: 14.5px 16px;
  line-height: 135%;
  max-height: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .wcp-aweber-subscribers .wcp-aws__submit {
    margin-bottom: 20px;
  }
}
.wcp-aweber-subscribers .wcp-aws-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  position: relative;
}
.wcp-aweber-subscribers .wcp-aws-checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  visibility: hidden;
}
.wcp-aweber-subscribers .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark {
  background-color: #FF791A;
  border-color: #FF791A;
}
.wcp-aweber-subscribers .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark:after {
  display: block;
}
.wcp-aweber-subscribers .wcp-aws-checkbox__mark {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #8ab9b1;
  border-radius: 5px;
  align-self: flex-start;
  position: relative;
  top: 0;
}
.wcp-aweber-subscribers .wcp-aws-checkbox__mark:after {
  display: none;
  content: "";
  position: absolute;
  left: 5.5px;
  top: 1.5px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}
.wcp-aweber-subscribers .wcp-aws-checkbox__label {
  font-size: 14px;
  margin-left: 10px;
  color: #759c95;
}
.wcp-aweber-subscribers .wcp-aws-checkbox__label a {
  color: #8ab9b1;
  text-decoration: underline;
}
.wcp-aweber-subscribers .wcp-aws-checkbox__label a:hover {
  color: #FF791A;
}
.wcp-aweber-subscribers .wcp-aws__error {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 135%;
  color: #FF0000;
  margin-bottom: 10px;
}
.wcp-aweber-subscribers input[name=subject] {
  display: none;
}
.wcp-aweber-subscribers .wcp-aws__success {
  text-align: center;
}
.wcp-aweber-subscribers .wcp-aws__success p {
  color: #ffffff !important; /* because kit styles has bigger priority for common paragraph */
}
.wcp-aweber-subscribers .wcp-aws__form.loading {
  position: relative;
}
.wcp-aweber-subscribers .wcp-aws__form.loading > * {
  opacity: 0.2;
}
.wcp-aweber-subscribers .wcp-aws__form.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0' width='80' height='80' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' display='block'%3E%3Ccircle cx='84' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='0.8333333333333334s' calcMode='spline' keyTimes='0;1' values='10;0' keySplines='0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='fill' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='discrete' keyTimes='0;0.25;0.5;0.75;1' values='%23e15b64;%23ffef00;%23f8b26a;%23f47e60;%23e15b64' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f47e60'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='10' fill='%23f8b26a'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23ffef00'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3C/circle%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wcp-aweber-subscribers .wcp-aws__content {
    padding-right: 230px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right 45px bottom;
  }
  .wcp-aweber-subscribers .wcp-aws__input input {
    margin-bottom: 0;
  }
  .wcp-aweber-subscribers .wcp-aws__input p {
    color: #ffffff;
  }
  .wcp-aweber-subscribers .wcp-aws__submit {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .wcp-aweber-subscribers .wcp-aws__error {
    margin-bottom: 22px;
  }
  .wcp-aweber-subscribers .wcp-aws__success {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .wcp-aweber-subscribers .wcp-aws__content {
    padding-right: 240px;
  }
}

/*# sourceMappingURL=wcp-aweber-subscribers.theme.css.map */
