/* Guarantee hidden state survives any resets */
[hidden]{display:none !important;}
.swiper-slide.item_nextevent {
    width: auto;
}

.ev__filters .ev__row {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    background: var(--light-gray);
    padding: 18px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.ev__field select, .ev__search input {
    width: 100%;
    padding-left: 45px;
    appearance: none;
    outline: 0;
    border: 1px solid var(--gray);
    border-radius: 25px;
    height: 40px;
    appearance: none;
}
.ev__search input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}
.ev__field select {
    min-width: 220px;
    padding-left: 20px;
    padding-right: 50px;
}
label.ev__field {
    position: relative;
}
label.ev__field:before {
    content: '';
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%229%22%20viewBox%3D%220%200%2018%209%22%3E%3Cpath%20id%3D%22Path%22%20d%3D%22M6.586%2C9%2C.293%2C1.92A1.227%2C1.227%2C0%2C0%2C1%2C.293.33a.923.923%2C0%2C0%2C1%2C1.414%2C0l7%2C7.875a1.227%2C1.227%2C0%2C0%2C1%2C0%2C1.591l-7%2C7.875a.923.923%2C0%2C0%2C1-1.414%2C0%2C1.227%2C1.227%2C0%2C0%2C1%2C0-1.591Z%22%20transform%3D%22translate(18)%20rotate(90)%22%20fill%3D%22%23a98b69%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
label.ev__search {
    background-color: var(--light-gray);
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 15px;
    border-radius: 35px;
    max-width: 100%;
}
label.ev__search:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Group_814%22%20data-name%3D%22Group%20814%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2223.313%22%20height%3D%2223.531%22%20viewBox%3D%220%200%2023.313%2023.531%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Crect%20id%3D%22Rectangle_444%22%20data-name%3D%22Rectangle%20444%22%20width%3D%2223.313%22%20height%3D%2223.531%22%20fill%3D%22%23c6a883%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Group_814-2%22%20data-name%3D%22Group%20814%22%20clip-path%3D%22url(%23clip-path)%22%3E%3Cpath%20id%3D%22Path_772%22%20data-name%3D%22Path%20772%22%20d%3D%22M12.656%2C8.774a.664.664%2C0%2C0%2C0%2C.685-.641%2C4.251%2C4.251%2C0%2C0%2C0-4.1-4.386.664.664%2C0%2C1%2C0-.044%2C1.326%2C2.923%2C2.923%2C0%2C0%2C1%2C2.82%2C3.015.661.661%2C0%2C0%2C0%2C.641.685M16.3%2C16.513h0a1.749%2C1.749%2C0%2C0%2C1%2C2.466%2C0L22.8%2C20.557a1.743%2C1.743%2C0%2C1%2C1-2.466%2C2.466L16.3%2C18.979a1.749%2C1.749%2C0%2C0%2C1%2C0-2.466M8.515%2C2.275a6.24%2C6.24%2C0%2C1%2C1-6.24%2C6.24%2C6.24%2C6.24%2C0%2C0%2C1%2C6.24-6.24M8.515%2C0a8.515%2C8.515%2C0%2C0%2C1%2C6.72%2C13.745l1.572%2C1.572a1.733%2C1.733%2C0%2C0%2C0-1.032.5h0a1.731%2C1.731%2C0%2C0%2C0-.483.935l-1.528-1.528A8.515%2C8.515%2C0%2C1%2C1%2C8.515%2C0%22%20fill%3D%22%23c6a883%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ev_reset { padding:.65rem 1rem; border-radius:999px; }

.ev__results-wrap{position:relative;}
.ev__results-wrap.is-loading .blog_grid{filter:blur(1px) opacity(.6);transition:filter .12s ease,opacity .12s ease;}

.ev__loader{
  position:absolute;inset:0;display:none;place-items:center;
  background:rgba(255,255,255,.65);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);
  z-index:1;pointer-events:auto;
}
.ev__results-wrap.is-loading .ev__loader{display:grid;}
.ev__loader::after{
  content:"";width:32px;height:32px;border:3px solid #ddd;border-top-color:#888;border-radius:50%;
  animation:evspin .8s linear infinite;
}

.highlight-title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
.highlight-title strong {
    font-weight: 700;
    color: var(--beige);
}
.events_upcoming.alignfull {
    margin-bottom: 60px;
    position: relative;
}
.item_nextevent {
    display: flex;
    height: 100%;
    width: 100%;
}
.item_nextevent a.next-event-card {
    position: relative;
    padding-bottom: 128%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.item_nextevent img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_nextevent .next-event-card {
    transition: transform 0.3s ease-in-out;
    transform: scale(0.85);
    display: block;
}
.item_nextevent:hover .next-event-card {
    transform: scale(1);
}
.item_nextevent .item_cta {
    opacity: 0;
    margin-top: 15px;
    transition: opacity 0.3s ease-in-out;
}
.item_nextevent:hover .item_cta {
    opacity: 1;
}
.events_archive .blog_featured .blog_post {
    align-items: center;
}
.events_archive a.item_cta {
    justify-content: flex-end;
}
.events_archive .cat-name {
    font-size: 18px;
    text-decoration: none;
}
.events_archive .blog_content {
    flex: 1;
}
.events_archive a.item_cta.cta svg {
    margin-left: 18px;
}
.events_archive h3.blog-title {
    margin: 2px 0 17px;
}
.events_archive .blog_grid .blog_featured_img {
    width: 235px;
    height: 150px;
    min-width: 235px;
    min-height: 150px;
}

.nextevent-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    gap: 16px;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
}
.nextevent-swiper-nav {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.nextevent-swiper-nav.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}
.nextevent-swiper-nav:hover, .nextevent-swiper-nav:focus {
    filter: brightness(0);
}
.nextevent-swiper-nav.next::before {
    content: '';
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2241%22%20viewBox%3D%220%200%2041%2041%22%3E%3Cg%20id%3D%22Group_588%22%20data-name%3D%22Group%20588%22%20transform%3D%22translate(-1159%20703.5)%20rotate(-90)%22%3E%3Cg%20id%3D%22Group_792%22%20data-name%3D%22Group%20792%22%3E%3Cg%20id%3D%22Group_376%22%20data-name%3D%22Group%20376%22%20transform%3D%22translate(703.5%201159.161)%20rotate(90)%22%3E%3Cg%20id%3D%22Group_790%22%20data-name%3D%22Group%20790%22%3E%3Cg%20id%3D%22Group_789%22%20data-name%3D%22Group%20789%22%20transform%3D%22translate(0%20-1)%22%3E%3Cpath%20id%3D%22Mask%22%20d%3D%22M14.366%2C5.6%2C11.255%2C2.39a1.431%2C1.431%2C0%2C0%2C1%2C0-1.98%2C1.328%2C1.328%2C0%2C0%2C1%2C1.919%2C0L18.6%2C6.01a1.431%2C1.431%2C0%2C0%2C1%2C0%2C1.98l-5.429%2C5.6a1.328%2C1.328%2C0%2C0%2C1-1.919%2C0%2C1.431%2C1.431%2C0%2C0%2C1%2C0-1.98L14.366%2C8.4H1.355a1.4%2C1.4%2C0%2C0%2C1%2C0-2.8Z%22%20transform%3D%22translate(10.839%2014)%22%20fill%3D%22%23a98b69%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22Ellipse_1%22%20data-name%3D%22Ellipse%201%22%20transform%3D%22translate(-0.161)%22%20fill%3D%22none%22%20stroke%3D%22%23a98b69%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2220.5%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2220%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nextevent-swiper-nav.prev::before {
    content: '';
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2241%22%20viewBox%3D%220%200%2041%2041%22%3E%3Cg%20id%3D%22Group_588%22%20data-name%3D%22Group%20588%22%20transform%3D%22translate(1200%20-662.5)%20rotate(90)%22%3E%3Cg%20id%3D%22Group_792%22%20data-name%3D%22Group%20792%22%3E%3Cg%20id%3D%22Group_376%22%20data-name%3D%22Group%20376%22%20transform%3D%22translate(703.5%201159.161)%20rotate(90)%22%3E%3Cg%20id%3D%22Group_790%22%20data-name%3D%22Group%20790%22%3E%3Cg%20id%3D%22Group_789%22%20data-name%3D%22Group%20789%22%20transform%3D%22translate(0%20-1)%22%3E%3Cpath%20id%3D%22Mask%22%20d%3D%22M14.366%2C5.6%2C11.255%2C2.39a1.431%2C1.431%2C0%2C0%2C1%2C0-1.98%2C1.328%2C1.328%2C0%2C0%2C1%2C1.919%2C0L18.6%2C6.01a1.431%2C1.431%2C0%2C0%2C1%2C0%2C1.98l-5.429%2C5.6a1.328%2C1.328%2C0%2C0%2C1-1.919%2C0%2C1.431%2C1.431%2C0%2C0%2C1%2C0-1.98L14.366%2C8.4H1.355a1.4%2C1.4%2C0%2C0%2C1%2C0-2.8Z%22%20transform%3D%22translate(10.839%2014)%22%20fill%3D%22%23a98b69%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22Ellipse_1%22%20data-name%3D%22Ellipse%201%22%20transform%3D%22translate(-0.161)%22%20fill%3D%22none%22%20stroke%3D%22%23a98b69%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2220.5%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%2220%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nextevents {
    max-width: calc(100% - 120px);
}
.nextevent-swiper-nav.prev {
    left: 0px;
}
.nextevent-swiper-nav.next {
    right: 0px;
}

@keyframes evspin{to{transform:rotate(360deg);}}

.ev__more{text-align:center;margin:24px 0 8px;}
#ev-load-more{padding:.7rem 1.2rem;border-radius:999px;}

@media screen and (max-width: 1040px) {
    .events_archive .blog_grid  {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 50px;
    }
    .events_archive .blog_grid::before {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .events_archive .blog_post {
        flex-wrap: wrap;
    }
    .events_archive .blog_content {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .events_archive .blog_grid .blog_featured_img {
        width: 100%;
        height: 150px;
        min-width: 235px;
        min-height: 150px;
    }
    .events_archive .blog_featured .blog_featured_img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
  .ev__filters .ev__row {
    display: flex;
    gap: 18px;
  }
  .ev__field select {
      max-width: 160px;
      min-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .ev__filters .ev__row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .ev__field select {
      max-width: 100%;
      min-width: 100%;
  }
  .ev__grid { display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap:35px; margin-top:35px; }
  label.ev__field {
      max-width: 100%;
      position: relative;
      width: 100%;
  }
  .ev__reset {
      width: 100%;
  }
}