/*
  ADAAWE – Wild Apricot (Kaleidoscope Muskoka v3)
  Desktop: header and footer span full width; main column stays 1200px (theme default).

  Theme baseline: .WaPlaceHolder { max-width: 1200px; margin: 0 auto; }
  and .zonePlace { padding: 0 15px; } — we relax the cap on chrome only.
*/

:root {
  --primary-color: #53ABC2;
  --primary-dark: #1b7192;
  --secondary-color: #f68f1f;
  --red-color: #e11d38;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (min-width: 992px) {
  .mLayout .zonePlace.zoneHeader1,
  .mLayout .zonePlace.zoneHeader2,
  .mLayout .zonePlace.zoneFooter1,
  .mLayout .zonePlace.zoneFooter2,
  .mLayout .zonePlace.zoneWAbranding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mLayout .zonePlace.zoneHeader1 .WaPlaceHolder,
  .mLayout .zonePlace.zoneHeader2 .WaPlaceHolder,
  .mLayout .zonePlace.zoneFooter1 .WaPlaceHolder,
  .mLayout .zonePlace.zoneFooter2 .WaPlaceHolder {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mLayout .zonePlace.zoneContent .WaPlaceHolder {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .mLayout .zonePlace.zoneWAbranding .WABranding {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*
    Full-width hero / band inside the content column.

    Usage: in the HTML editor (or an HTML block), wrap the section at the full
    column width, e.g. <div class="adaawe-full-bleed">…</div>

    50% is relative to this element's parent; for an even breakout, place the
    wrapper as a direct child of the main content cell, not inside a narrow
    layout column.
  */
  .mLayout .zonePlace.zoneContent .adaawe-full-bleed {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative;
    box-sizing: border-box;
  }

  .mLayout .zonePlace.zoneContent .adaawe-full-bleed .WaLayoutTable {
    background-color: #f1f1f1;
  }
}

/*
  Centered max-width on this block only (still inside the 1200px content shell).

  Example: style="--adaawe-mw: 900px" for a narrower reading column.
  For edge-to-edge heroes, use .adaawe-full-bleed instead.
*/
.adaawe-max-width {
  max-width: var(--adaawe-mw, 1200px) !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.adaawe-full-bleed p {
  line-height: 0;
}

/* Custom CSS Overrides */

div#id_Lwc9xhk {
  margin-bottom: 0 !important;
}

div#id_Lwc9xhk table td {
  vertical-align: middle !important;
}

.zonePlace {
  padding: 0;
}

[class^='WaLayoutContainer'] {
    margin-bottom: 0px;
}

div#id_6qVKkpF {
  background: none !important;
}


.WaGadgetMenuHorizontal .menuInner,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
  background: var(--primary-color);
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
  color: #fff;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
  color: var(--primary-dark);
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
  background: var(--primary-dark);
  color: #fff;
}

.WaGadgetLoginForm .loginContainer.loginContainer .loginLink
 {
    background: transparent;
    color: var(--primary-color);
 }

 .WaGadgetLoginForm .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm .loginContainer.loginContainer .loginLink.hover {
    background: var(--primary-color);
 }

 #id_VJWnkpa {
   display: none;
 }
.custom-events .gadgetStyleBody ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-events .gadgetStyleBody li {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: all .3s ease;
}

.custom-events .gadgetStyleBody li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

.custom-events .event-badge {
    flex-shrink: 0;
    width: 90px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.custom-events .event-badge-month {
    font-family: "Raleway", sans-serif !important;
    background: var( --primary-dark);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    padding: .5rem;
    text-transform: uppercase;
}

.custom-events .event-badge-day {
    font-family: "Raleway", sans-serif !important;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    padding: .75rem 0;
    color: var( --primary-dark);
}

.custom-events .event-content {
    flex: 1;
}

.custom-events .title {
    margin-bottom: .5rem;
}

.custom-events .title a {
    font-family: "Raleway", sans-serif !important;
    color: var( --primary-dark);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.custom-events .title a:hover {
    color: var( --primary-dark);
}

.custom-events .date {
    color: var( --primary-dark);
    font-size: .95rem;
    margin-bottom: .5rem;
}

.custom-events .date:after {
  display: none;
}

.custom-events .location {
    color: var( --primary-dark);
    font-size: .95rem;
    display: block !important;
}

.custom-events .location:not(:empty)::before {
    content: "📍 ";
}

@media (max-width: 768px) {
    .custom-events .gadgetStyleBody li {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-events .event-badge {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .custom-events .event-badge-month {
        width: 100px;
        padding: 1rem;
    }

    .custom-events .event-badge-day {
        flex: 1;
    }
}
