.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-de6c266 *//* ==========================================
   ABUNDANCE COMMUNITY HALLS FOOTER
========================================== */

:root {
  --ach-footer-navy: #081b2e;
  --ach-footer-navy-dark: #061523;
  --ach-footer-gold: #c79a3b;
  --ach-footer-white: #ffffff;
  --ach-footer-muted: rgba(255,255,255,.70);
  --ach-footer-border: rgba(255,255,255,.13);

  --ach-footer-serif: "Playfair Display", Georgia, serif;
  --ach-footer-sans: "Montserrat", Arial, sans-serif;
}


/* MAIN */

.ach-footer {
  background: var(--ach-footer-navy);
  color: var(--ach-footer-white);
  font-family: var(--ach-footer-sans);
}

.ach-footer * {
  box-sizing: border-box;
}

.ach-footer-main {
  padding: 72px 0 58px;
}

.ach-footer-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.4fr .8fr 1.15fr .9fr;
  gap: 50px;
}


/* LOGO */

.ach-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.ach-footer-logo img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.ach-footer-brand p {
  max-width: 330px;
  margin: 0;
  color: var(--ach-footer-muted);
  font-size: 14px;
  line-height: 1.8;
}


/* HEADINGS */

.ach-footer h3 {
  margin: 4px 0 12px;
  color: var(--ach-footer-white);
  font-family: var(--ach-footer-serif);
  font-size: 22px;
  font-weight: 500;
}

.ach-footer-line {
  width: 36px;
  height: 2px;
  margin-bottom: 23px;
  background: var(--ach-footer-gold);
}


/* LINKS */

.ach-footer-links {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.ach-footer-links a,
.ach-footer-contact a {
  width: fit-content;
  color: var(--ach-footer-muted) !important;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
  transition:
    color .25s ease,
    transform .25s ease;
}

.ach-footer-links a:hover,
.ach-footer-contact a:hover {
  color: var(--ach-footer-gold) !important;
  transform: translateX(3px);
}


/* CONTACT */

.ach-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ach-footer-contact p {
  margin: 0 0 11px;
  color: var(--ach-footer-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ach-footer-contact strong {
  color: var(--ach-footer-white);
  font-weight: 600;
}

.ach-footer-email {
  margin-top: 8px;
  word-break: break-word;
}


/* LEGAL NOTE */

.ach-footer-note {
  margin-top: 28px;
  padding: 18px;
  border-left: 2px solid var(--ach-footer-gold);
  background: rgba(255,255,255,.04);
}

.ach-footer-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--ach-footer-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ach-footer-note p {
  margin: 0;
  color: var(--ach-footer-muted);
  font-size: 12px;
  line-height: 1.65;
}


/* BOTTOM BAR */

.ach-footer-bottom {
  border-top: 1px solid var(--ach-footer-border);
  background: var(--ach-footer-navy-dark);
}

.ach-footer-bottom-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ach-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.ach-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ach-footer-bottom-links a {
  color: rgba(255,255,255,.65) !important;
  font-size: 12px;
  text-decoration: none !important;
}

.ach-footer-bottom-links a:hover {
  color: var(--ach-footer-gold) !important;
}

.ach-footer-bottom-links span {
  color: var(--ach-footer-gold);
}


/* TABLET */

@media (max-width: 1024px) {

  .ach-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 50px 60px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .ach-footer-main {
    padding: 55px 0 40px;
  }

  .ach-footer-container {
    width: min(100% - 34px, 1180px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ach-footer-logo img {
    width: 160px;
  }

  .ach-footer-bottom-container {
    width: min(100% - 34px, 1180px);
    min-height: auto;
    padding: 25px 0;

    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ach-footer-bottom-links {
    flex-wrap: wrap;
  }
/* Remove space between page content and footer */
.ach-final-cta {
    margin-bottom: 0 !important;
}

.elementor-location-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove possible theme/footer spacing */
.site-footer,
footer {
    margin-top: 0 !important;
}

/* Elementor containers directly before footer */
.elementor-location-footer > .e-con,
.elementor-location-footer > .elementor {
    margin-top: 0 !important;
}
}/* End custom CSS */