/* circle logo */
.builder-cards.builder-cards-2,
.home .column-index-2 {
  position: relative;
}
.builder-cards.builder-cards-2:after,
.home .column-index-2:before,
.home .column-index-2:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--gold);
  position: absolute;
  bottom: 20px;
  left: 0;
}
.home .column-index-2:before {
  top: 12px;
  bottom: unset;
}

.home .column-index-2:after {
  bottom: 12px;
}
.builder-cards .card-wrap {
  height: 560px !important;
  position: relative;
}

.builder-cards .card-wrap picture {
  height: 100%;
}
.builder-cards .card-wrap picture:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  /* linear backbgroun black fade */
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); */
  position: absolute;
  top: 0;
  left: 0;
}
.builder-cards .card-wrap picture img {
}
.builder-cards .card-wrap .text-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
}

.cards-row,
.home .column-index-2 .column-image {
  position: relative;
}

.cards-row > div {
  z-index: 2;
  position: relative;
}

.builder-cards.builder-cards-2 em {
  font-size: 60px;
}
.builder-cards.builder-cards-2 span {
  left: 0;
  bottom: 30px;
}

@keyframes subtleRotate {
  from {
    transform: translateX(40%) rotate(0deg);
  }
  to {
    transform: translateX(40%) rotate(360deg);
  }
}

.word-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.word-slider .track {
  display: flex;
  width: max-content;
}

.word-slider .track > * {
  flex: 0 0 auto;
  font-family: var(--header-text);
  font-size: 36px;
  color: var(--red);
}

/* LEFT → RIGHT */
.word-slider.right .track {
  animation: word-slide-right 240s linear infinite;
}

@keyframes word-slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* RIGHT → LEFT */
.word-slider.left .track {
  animation: word-slide-left 240s linear infinite;
}

@keyframes word-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.builder-gallery-slider {
  border-bottom: 4px solid var(--red);
}
h2:has(span.text-bayshore) {
  position: relative;
  /* padding-bottom: 60px !important; */
}
h2:has(span.text-bayshore) > span {
  display: block;
  text-align: right;
}

.spaces-list-wrap {
  border-bottom: 2px solid var(--gold);
  gap: 16px;
}
.spaces-list-wrap a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.spaces-list-wrap a:after {
  content: " | ";
  display: flex;
  align-items: center;
}
.spaces-list-wrap a:last-child::after {
  display: none;
}
/* widget */
.floating-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: var(--gold);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.widget-box {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
}
.widget-header {
  background: var(--gold);
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-body {
  padding: 15px;
}

.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.content-reward {
  min-height: 136px;
}
.content-reward h3 {
  font-size: 36px;
}
.content-reward p {
  font-size: 16px;
  margin-top: 8px;
}

.loyalty-img-pizza {
  top: 0px;
  height: 200px;
  left: 0;
  object-fit: contain;
  width: auto;
  transform: translate(-50%, -80%);
}
.loyalty-img-beer {
  bottom: 0px;
  right: 0;
  height: 190px;
  object-fit: contain;
  width: auto;
  transform: translateX(60%);
}

.builder-loyalty .word-slider {
  border-top: 1px solid var(--gold);
  margin-top: 60px;
  padding-top: 30px;
}

.page-id-2551 .box-shadow-content {
  background-color: var(--white);
  padding: 60px;
}

.page-id-2551 .box-shadow-content .column-text-1 {
}
.page-id-2551 .box-shadow-content .column-text-2 {
  align-items: center;
  display: flex;
}

.page-id-2551 {
  .gform-theme.gform-theme--foundation
    form
    .gform-body.gform_body
    .ginput_container
    > input,
  .gform-theme.gform-theme--foundation
    form
    .gform-body.gform_body
    .ginput_container
    > select,
  .gform-theme.gform-theme--foundation
    form
    .gform-body.gform_body
    .ginput_container
    > textarea,
  .gform-theme.gform-theme--foundation form .gform_fields input {
    border: none;
    border-bottom: 1px solid var(--red);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    outline: none !important;
  }
  .gfield_description {
    display: none !important;
  }

  .gf_browser_chrome.gform_wrapper.gform-theme
    .gform-footer.gform_footer.top_label
    .gform_button.button {
    border-radius: 30px;
    background: var(--red);
    border-color: var(--red);
    padding: 0 40px;
  }
}

.page-id-2587 .ec-magazines {
	display: none;
} 

/* .page-id-2592 .ec-wrap > .ec-topbar,
.page-id-2592 .ec-wrap > .ec-grid,
.page-id-2592 .ec-wrap > .ec-pagination,
.page-id-2592 .ec-wrap .ec-subscribe-row {
	display: none;
}  */

.builder-spaces img {
  height: 100%;
  object-fit: cover;
}

.membership-steps {
}

.step-card {
  border: 1px solid #28495b;
  border-radius: 15px;
  background: transparent;
}

.step-card h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #28495b;
  margin-bottom: 20px;
}

.step-card .divider {
  width: 85%;
  height: 1px;
  background: #7a8a8a;
  margin: 0 auto 25px;
}

.step-card p {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #28495b;
  max-width: 280px;
  margin: 0 auto;
}

/* faq-template-2 */
.faq-template-2 {
  .faq-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
  }
  .faq-header::before {
    content: "";
    position: relative;
    width: 20px;
    height: 4px;
    background: var(--prime-3);
    display: block;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
  }
  .faq-item.open .faq-header::before {
    transform: unset;
  }
  .faq-item.open .faq-header::after {
    display: none;
  }
  .faq-header::after {
    content: "";
    position: relative;
    height: 20px;
    width: 4px;
    background: var(--prime-3);
    display: block;
    border: none;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
    position: absolute;
    transform: translate(8px, 0px);
  }
  .faq-item {
    border: 2px solid var(--prime-3);
    padding: 0 20px;
    border-radius: 0;
  }
  .faq-item img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .faq-title {
    cursor: pointer;
    color: var(--prime-3);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-top: 12px;
  }
  .faq-content {
    display: none;
    padding: 0;
    background: transparent;
  }
}

.form-career-wrap {
  border-color: var(--prime-3) !important;
  width: 100%;
}

/* ── Reset / Base ─────────────────────────────────────────── */
:root {
  --ec-teal: #3d8a8a;
  --ec-teal-dark: #2a6060;
  --ec-teal-light: #5eb8b8;
  --ec-bg: #f0ede8;
  --ec-card-bg: #2e6a6a;
  --ec-card-overlay: #1a4a4a;
  --ec-text: #1a1a1a;
  --ec-text-muted: #555;
  --ec-border: rgba(255, 255, 255, 0.12);
  --ec-btn-outline: #2e6a6a;
  --ec-radius-card: 12px;
  --ec-radius-btn: 6px;
  --ec-font-body: "Inter", system-ui, sans-serif;
  --ec-font-script: "Dancing Script", "Pacifico", cursive;
  --transition: cubic-bezier(0.4, 0, 0.2, 1);
}

.ec-wrap {
}

/* ── Top bar ─────────────────────────────────────────────── */
.ec-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 32px 0;
}

.ec-nav-arrows {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ec-arrow-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--prime-3);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition:
    background 200ms var(--transition),
    border-color 200ms var(--transition);
  text-decoration: none;
}

.ec-arrow-btn:hover {
  background: #e8e8e8;
  border-color: #aaa;
}

.ec-arrow-btn svg {
  width: 34px;
  height: 34px;
}

.ec-view-btns {
  display: flex;
  gap: 6px;
}

.ec-view-btn {
  padding: 5px 14px;
  border: 2px solid var(--prime-3);
  border-radius: 4px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  font-weight: 500;
  color: var(--prime-3);
  cursor: pointer;
  text-decoration: none;
  transition:
    background 180ms,
    color 180ms;
}

.ec-view-btn:hover,
.ec-view-btn.is-active {
  background: var(--prime-3);
  border-color: var(--prime-3);
  color: #fff;
}

/* ── Category tabs ───────────────────────────────────────── */
.ec-cats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}

.ec-cat-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--prime-3);
  text-decoration: none;
  letter-spacing: 0.02em;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition:
    color 180ms,
    border-color 180ms;
}

.ec-cat-link:hover {
  color: var(--ec-text);
}

.ec-cat-link.is-active {
  color: var(--prime-3);
  border-bottom-color: var(--prime-3);
}

/* ── Grid ────────────────────────────────────────────────── */
.ec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

@media (max-width: 680px) {
  .ec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .ec-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Event card ──────────────────────────────────────────── */
.ec-card {
  /* background: var(--ec-card-bg); */
  border-radius: var(--ec-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 220ms var(--transition),
    box-shadow 220ms var(--transition);
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10); */
}

.ec-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

/* Card image area */
.ec-card__media {
  position: relative;
  overflow: hidden;
  background: var(--ec-card-overlay);
}

.ec-card__bg {
  position: relative;
  inset: 0;
  width: 100%;
  height: 300px;
  object-fit: contain;
}

/* Teal bokeh overlay — replicates the screenshot atmosphere */
.ec-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 60% at 80% 20%,
      rgba(100, 200, 200, 0.18),
      transparent
    ),
    radial-gradient(
      ellipse 40% 40% at 20% 80%,
      rgba(60, 160, 160, 0.14),
      transparent
    );
  z-index: 1;
  pointer-events: none;
}

/* Artist photo inset (top-left square) */
.ec-card__photo {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.18);
  z-index: 2;
  background: var(--ec-teal-dark);
}

/* Script name overlay (bottom-right) */
.ec-card__name-overlay {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.15;
  text-align: right;
  max-width: 65%;
  word-break: break-word;
}

/* Card body */
.ec-card__body {
  padding: 14px 14px 12px;
  background: var(--lite);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ec-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ec-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 34px;
}

.ec-card__date-month {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--prime-1);
  line-height: 1;
}

.ec-card__date-day {
  font-size: 32px;
  font-weight: 700;
  color: var(--prime-1);
  line-height: 1.1;
}

.ec-card__divider {
  width: 1px;
  height: 100%;
  background: var(--prime-1);
  flex-shrink: 0;
  margin-top: 2px;
}

.ec-card__info {
  flex: 1;
}

.ec-card__time {
  font-size: 16px;
  color: var(--prime-1);
  margin-bottom: 2px;
}

.ec-card__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--prime-1);
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.ec-card__title:hover {
  color: var(--ec-teal-dark);
}

.ec-card__btn {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid var(--prime-3);
  border-radius: var(--ec-radius-btn);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--prime-3);
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  transition:
    background 180ms,
    color 180ms;
  align-self: flex-start;
  cursor: pointer;
}

.ec-card__btn:hover {
  background: var(--prime-3);
  border-color: var(--prime-3);
  color: #fff;
}

/* ── Pagination row ──────────────────────────────────────── */
.ec-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--prime-3);
  border-bottom: 1px solid var(--prime-3);
  padding: 16px 0;
}

.ec-pag-btn {
  padding: 4px 18px;
  border: 1px solid var(--prime-3);
  border-radius: var(--ec-radius-btn);
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: var(--prime-3);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 180ms,
    border-color 180ms;
}

.ec-pag-btn:hover:not(.is-disabled) {
  background: var(--ec-teal);
  border-color: var(--ec-teal);
  color: #fff;
}

.ec-pag-btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

/* ── Subscribe row ───────────────────────────────────────── */
.ec-subscribe-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.ec-subscribe-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: transparent;
  border: 1px solid var(--prime-2);
  border-radius: var(--ec-radius-btn);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--prime-2);
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms;
}

.ec-subscribe-btn:hover {
  background: var(--ec-teal);
  border-color: var(--ec-teal);
}

.ec-subscribe-btn svg {
  width: 14px;
  height: 14px;
}

/* ── Empty state ─────────────────────────────────────────── */
.ec-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  color: var(--ec-text-muted);
  font-size: 15px;
}

.ec-empty strong {
  display: block;
  font-size: 18px;
  color: var(--ec-text);
  margin-bottom: 6px;
}

/* ── Reduced motion ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .ec-card,
  .ec-card__bg,
  .ec-arrow-btn,
  .ec-view-btn,
  .ec-cat-link,
  .ec-card__btn,
  .ec-pag-btn,
  .ec-subscribe-btn {
    transition: none;
  }

  .ec-card:hover {
    transform: none;
  }
}

.page-id-2585 .builder-cards-generic.builder-cards picture img {
  height: auto;
}

.container-xl:has(div.premium-wrap),
.column-content:has(div.premium-wrap) {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}

.column-content:has(div.premium-wrap) {
  /* padding: 40px 0 !important; */
}
div.premium-wrap {
  width: 100%;
}
div.premium-wrap img {
  max-width: 500px;
  margin: 0 auto;
  height: 500px;
  object-fit: contain;
}

.mag-search {
  position: relative;
}
.mag-search__input {
  padding: 10px 40px 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 260px;
  font: inherit;
}
.mag-search__input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.mag-search__spinner {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: mag-spin 0.6s linear infinite;
}
@keyframes mag-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mag-search__spinner {
    animation: none;
  }
}
