.elementor-242 .elementor-element.elementor-element-28b47a8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.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-28b47a8 *//* ==================================================
   ABUNDANCE COMMUNITY HALLS HEADER
================================================== */

:root {
  --ach-navy: #081b2e;
  --ach-navy-deep: #061523;
  --ach-gold: #c79a3b;
  --ach-gold-hover: #d9ad52;
  --ach-white: #ffffff;
  --ach-muted: rgba(255,255,255,.76);
  --ach-border: rgba(199,154,59,.38);

  --ach-sans: "Montserrat", Arial, sans-serif;
}


/* =========================
   GENERAL
========================= */

.ach-site-header,
.ach-site-header * {
  box-sizing: border-box;
}

.ach-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;

  background:
    linear-gradient(
      180deg,
      var(--ach-navy) 0%,
      var(--ach-navy-deep) 100%
    );

  border-top: 3px solid var(--ach-gold);

  box-shadow:
    0 8px 28px rgba(0,0,0,.22);

  font-family: var(--ach-sans);
}


/* =========================
   HEADER INNER
========================= */

.ach-header-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 125px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: 250px 1fr auto;

  align-items: center;

  gap: 34px;
}


/* =========================
   LOGO
========================= */

.ach-brand {
  display: block;

  padding-right: 28px;

  border-right:
    1px solid var(--ach-border);
}

.ach-brand-logo {
  display: block;

  width: 100%;
  max-width: 245px;

  height: 92px;

  object-fit: contain;
  object-position: left center;
}


/* =========================
   NAVIGATION
========================= */

.ach-main-nav {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 34px;
}

.ach-nav-link {
  position: relative;

  padding:
    43px 0
    39px;

  color:
    rgba(255,255,255,.92) !important;

  text-decoration: none !important;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: .7px;

  white-space: nowrap;

  transition:
    color .2s ease;
}


/* GOLD LINE */

.ach-nav-link::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 30px;

  width: 100%;
  height: 2px;

  background:
    var(--ach-gold);

  transform:
    scaleX(0);

  transform-origin:
    center;

  transition:
    transform .25s ease;
}


/* HOVER / ACTIVE */

.ach-nav-link:hover,
.ach-nav-link.is-active {
  color:
    var(--ach-gold) !important;
}

.ach-nav-link:hover::after,
.ach-nav-link.is-active::after {
  transform:
    scaleX(1);
}


/* =========================
   RIGHT SIDE
========================= */

.ach-header-actions {
  display: flex;

  align-items: center;

  gap: 18px;
}


/* CONTACT DETAILS */

.ach-header-contact {
  display: flex;

  flex-direction: column;

  gap: 8px;
}

.ach-header-meta {
  display: flex;

  align-items: center;

  gap: 8px;

  color:
    var(--ach-muted) !important;

  text-decoration:
    none !important;

  font-size:
    12px;

  line-height:
    1.3;

  transition:
    color .2s ease;
}

.ach-header-meta:hover {
  color:
    var(--ach-gold) !important;
}

.ach-meta-icon {
  width: 18px;

  color:
    var(--ach-gold);

  text-align:
    center;
}


/* =========================
   CTA BUTTON
========================= */

.ach-header-cta {
  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  min-height:
    46px;

  padding:
    0 22px;

  border:
    1px solid var(--ach-gold);

  border-radius:
    3px;

  background:
    var(--ach-gold);

  color:
    var(--ach-navy) !important;

  text-decoration:
    none !important;

  text-transform:
    uppercase;

  font-size:
    12px;

  font-weight:
    800;

  letter-spacing:
    .7px;

  white-space:
    nowrap;

  transition:
    all .22s ease;
}

.ach-header-cta:hover {
  background:
    var(--ach-gold-hover);

  transform:
    translateY(-1px);
}


/* =========================
   MOBILE MENU BUTTON
========================= */

.ach-menu-toggle {
  display:
    none;

  width:
    46px;

  height:
    42px;

  padding:
    9px;

  border:
    1px solid rgba(255,255,255,.2);

  border-radius:
    3px;

  background:
    transparent;

  cursor:
    pointer;
}

.ach-menu-toggle span {
  display:
    block;

  width:
    100%;

  height:
    2px;

  margin:
    5px 0;

  background:
    var(--ach-white);

  transition:
    transform .2s ease,
    opacity .2s ease;
}


/* HAMBURGER ANIMATION */

.ach-menu-toggle.is-open span:nth-child(1) {
  transform:
    translateY(7px)
    rotate(45deg);
}

.ach-menu-toggle.is-open span:nth-child(2) {
  opacity:
    0;
}

.ach-menu-toggle.is-open span:nth-child(3) {
  transform:
    translateY(-7px)
    rotate(-45deg);
}


/* =========================
   MOBILE MENU
========================= */

.ach-mobile-menu {
  display:
    none;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

  .ach-header-inner {
    grid-template-columns:
      220px
      1fr
      auto;

    gap:
      22px;
  }

  .ach-main-nav {
    gap:
      22px;
  }

  .ach-header-contact {
    display:
      none;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 820px) {

  .ach-header-inner {
    width:
      min(100% - 28px, 1240px);

    min-height:
      86px;

    grid-template-columns:
      1fr auto;

    gap:
      16px;
  }


  /* LOGO */

  .ach-brand {
    padding-right:
      0;

    border-right:
      0;
  }

  .ach-brand-logo {
    max-width:
      245px;

    height:
      92px;
  }


  /* HIDE DESKTOP MENU */

  .ach-main-nav,
  .ach-header-cta {
    display:
      none;
  }


  /* SHOW HAMBURGER */

  .ach-menu-toggle {
    display:
      block;
  }


  /* MOBILE MENU */

  .ach-mobile-menu {
    display:
      none;

    width:
      min(100% - 28px, 1240px);

    margin:
      0 auto;

    padding:
      10px 0 22px;

    border-top:
      1px solid rgba(255,255,255,.1);
  }

  .ach-mobile-menu.is-open {
    display:
      block;
  }


  /* MOBILE NAV LINKS */

  .ach-mobile-menu > a:not(.ach-mobile-cta) {
    display:
      block;

    padding:
      14px 0;

    border-bottom:
      1px solid rgba(255,255,255,.08);

    color:
      var(--ach-white) !important;

    text-decoration:
      none !important;

    text-transform:
      uppercase;

    font-size:
      13px;

    font-weight:
      700;

    letter-spacing:
      .6px;
  }


  /* MOBILE CONTACT */

  .ach-mobile-contact {
    display:
      grid;

    gap:
      10px;

    padding:
      18px 0;
  }

  .ach-mobile-contact a {
    color:
      var(--ach-muted) !important;

    text-decoration:
      none !important;

    font-size:
      13px;
  }


  /* MOBILE CTA */

  .ach-mobile-cta {
    display:
      flex;

    align-items:
      center;

    justify-content:
      center;

    min-height:
      48px;

    margin-top:
      4px;

    background:
      var(--ach-gold);

    color:
      var(--ach-navy) !important;

    text-decoration:
      none !important;

    text-transform:
      uppercase;

    font-size:
      12px;

    font-weight:
      800;

    letter-spacing:
      .7px;
  }

}/* End custom CSS */