body.home .special-offers {
  background-color: var(--color-primary);
  background-image: url("/wp-content/uploads/blue-checker-background.jpg");
  background-size: cover;
  background-position: center;
}
body.home .special-offers h2 {
  color: white;
}
body.home .special-offers h2 a:hover {
  color: var(--color-secondary);
}
body.home .special-offers p.white {
  color: white !important;
}
body.home .special-offers .icon img {
  background: #0a1726;
}
body.home .special-offers .coupon-footer {
  background: var(--color-primary-hover);
}
body.home .special-offers .offer-buttons a {
  color: white;
}

.special-offers {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .special-offers .coupons {
    margin-left: 0;
  }
}
.special-offers h2 {
  color: var(--color-primary);
  margin-bottom: 8px;
}
.special-offers p.white {
  margin-bottom: 2rem;
  color: var(--color-primary) !important;
}
.special-offers .icon img {
  padding: 8px;
}

.expires-date {
  color: var(--color-black);
  font-weight: var(--font-weight-semibold);
  font-size: 12px;
  padding: 8px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.coupon-subheadline {
  font-weight: var(--font-weight-bold);
  font-size: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 0;
}

.coupon-content p {
  text-wrap: balance;
  margin-bottom: 0;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.coupon-headline {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  font-size: 44px;
  line-height: 1;
  font-family: var(--font-family-body), sans-serif;
  color: var(--color-white);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.coupon-headline small {
  display: block;
  clear: both;
  font-size: 22px;
}

.offer-headline {
  font-size: 18px;
  color: var(--color-terciary);
  letter-spacing: 0.9px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  font-family: var(--font-family-body), sans-serif;
}
.offer-headline img {
  max-height: 25px;
  width: auto;
  margin: 0 auto;
}

.offer-banner {
  position: relative;
  padding: 12px 0;
  letter-spacing: 0.05em;
}
.offer-banner figure {
  background: var(--color-terciary);
  width: 55px;
  height: 55px;
  padding: 12px;
  position: absolute;
  left: -10px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-banner figure img {
  filter: brightness(0) invert(1);
}

.coupon-offer {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.dotted-square {
  border: 3px dashed var(--color-primary);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 8px 8px;
}

.coupon-footer {
  padding: 12px;
  position: relative;
  z-index: 1;
}
.coupon-footer .button-group {
  margin-bottom: 0;
}

.coupon-body {
  background: var(--color-secondary);
  background-image: url("/wp-content/uploads/coupon-background.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  flex-grow: 1;
  padding: 60px 20px;
  align-items: center;
}

.offer-buttons a {
  color: var(--color-primary);
  border: 2px solid var(--color-secondary);
  text-transform: uppercase;
  padding: 14px;
  width: 45%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-family: var(--font-family-body), sans-serif;
}
@media only screen and (min-width: 641px) {
  .offer-buttons a:nth-of-type(2) {
    margin-left: 2.5%;
  }
}
.offer-buttons a i.fa-arrow-right {
  float: right;
  margin-top: 6px;
}
.offer-buttons a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.offer-buttons a.view-coupon {
  width: 100%;
}

.coupon-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.special-offers .shaded-box {
  background: #074073;
  border: 1px solid #3A678F;
  border-radius: 20px;
  text-align: center;
  padding: 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .special-offers .shaded-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .special-offers .shaded-box {
    padding: 24px;
  }
}
.special-offers .shaded-box h2 {
  color: var(--color-light-blue);
}

.find-buttons a {
  color: var(--color-white);
  background: var(--color-red);
}
.find-buttons a:hover {
  background: var(--color-shaded-navy);
}

.single-coupon .coupons .offer-buttons a {
  width: 100%;
  margin: 8px 0;
}

/*# sourceMappingURL=style.css.map */
