/* General footer font styles */
.site-footer,
.site-footer .widget,
.site-footer .widget_text,
.site-footer .widget a,
.site-footer .widget li {
  font-family: 'bebas-regular', sans-serif;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* Hover effect */
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Target all footer widget section headers */
.site-footer .widget-title,
.site-footer h2.widget-title,
.site-footer h2,
.site-footer .widget h2 {
  font-family: 'bebas-regular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}



.wp-block-embed,
.wp-block-embed iframe,
.wp-block-embed-youtube,
.wp-block-embed-youtube iframe {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* =========================================================
   REEARTHABLE NEWSLETTER CTA — ABOVE FOOTER
   ========================================================= */

.re-newsletter-cta {
  width: 100%;
  box-sizing: border-box;
  background: #fafbf7;
  padding: 18px 30px;
}

.re-newsletter-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}

.re-newsletter-cta-copy {
  text-align: left;
}

.re-newsletter-cta-copy h2 {
  margin: 0;
  font-family: 'bebas-regular', sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: normal;
  color: #303947;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.re-newsletter-cta-action {
  text-align: right;
}

.re-newsletter-cta-button {
  display: inline-block;
  min-width: 120px;
  padding: 9px 20px;
  box-sizing: border-box;

  background: #6C8A2B;
  color: #ffffff !important;

  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;

  border: 0;
  border-radius: 4px;

  transition: opacity 0.2s ease;
}

.re-newsletter-cta-button:hover,
.re-newsletter-cta-button:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.88;
}


/* Mobile */

@media (max-width: 767px) {

  .re-newsletter-cta {
    padding: 20px;
  }

  .re-newsletter-cta-inner {
    display: block;
    text-align: center;
  }

  .re-newsletter-cta-copy {
    text-align: center;
  }

  .re-newsletter-cta-copy h2 {
    font-size: 25px;
  }

  .re-newsletter-cta-action {
    text-align: center;
    margin-top: 14px;
  }

  .re-newsletter-cta-button {
    min-width: 120px;
  }
}
/* Hide newsletter CTA on newsletter signup page */
.page-id-11684 .re-newsletter-cta {
  display: none;
}