/* LOAD TEST */ .tribe-events body{} /* no-op for cache-busting */

/* ===========================================================
   THE EVENTS CALENDAR — CONSOLIDATED THEME CSS (v1.4)
   TLACC Child Theme | Accent: #ce3627 | Font: Poppins
   Works with Skeleton Styles enabled.
   =========================================================== */


section#tribe-events {
	max-width: 100vw;
	margin: 0 auto;
	padding: 80px 0 60px 0;
	width: 90% !important;
}

@media screen and (min-width: 1200px) {
	section#tribe-events {width: 1200px !important;}
}




/* ---- Global Tokens ---- */
:root {
  --tlacc-accent: #ce3627;
  --tlacc-accent-dark: #a9281d;
  --tlacc-border: rgba(0,0,0,.10);
  --tlacc-soft: rgba(206,54,39,.06);
}

/* ---- Global Typography & Inheritance ---- */
.tribe-events,
.tribe-events * {
  font-family: "Poppins", sans-serif !important;
  color: inherit;
  box-sizing: border-box;
}

.tribe-events a {
  color: var(--tlacc-accent);
  text-decoration: none;
}
.tribe-events a:hover {
  color: var(--tlacc-accent-dark);
  text-decoration: underline;
}

.tribe-events h1,
.tribe-events h2,
.tribe-events h3 {
  font-weight: 600;
  color: inherit;
}

/* ---- General Button Styling ---- */
.tribe-events .tribe-common-c-btn,
.tribe-events .tribe-events-c-top-bar__today-button,
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  background: var(--tlacc-accent);
  color: #fff;
  border: 1px solid var(--tlacc-accent);
  border-radius: 4px;
  padding: .6em 1.1em;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.tribe-events .tribe-common-c-btn:hover,
.tribe-events .tribe-events-c-top-bar__today-button:hover,
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events .tribe-common-c-btn:focus-visible,
.tribe-events .tribe-events-c-top-bar__today-button:focus-visible,
.tribe-events .tribe-events-c-top-bar__datepicker-button:focus-visible {
  background: var(--tlacc-accent-dark);
  border-color: var(--tlacc-accent-dark);
  color: #fff;
  outline: none;
}

/* ---- Page Container ---- */
.tribe-events {
  width: 100%;
  margin: 0 auto;
}

/* ===========================================================
   TOP BAR / SEARCH
=========================================================== */
.tribe-events .tribe-events-c-top-bar {
  gap: .75rem;
  padding: .5rem 0 1rem;
  border-bottom: 1px solid var(--tlacc-border);
}

.tribe-events .tribe-events-c-search {
  --tec-search-gap: .5rem;
}

.tribe-events .tribe-events-c-search__input-control,
.tribe-events .tribe-events-c-search__button {
  min-height: 40px;
}

/* ===========================================================
   LIST VIEW — EVENT ROW LAYOUT
=========================================================== */
.tribe-events .tribe-events-calendar-list__event {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--tlacc-border);
}

/* ---- Date Column ---- */
.tribe-events .tribe-events-calendar-list__event-date-tag {
  align-self: start;
  text-align: center;
  border: 1px solid var(--tlacc-border);
}

	
	
/* ===========================================================
   TLACC — FIX PACK (v1.5) for List View
   Focus: nav arrows as buttons, spacing, bottom prev/next,
   Subscribe button theme match.
   =========================================================== */

/* 1) NAV ARROWS — MAKE THEM LOOK LIKE BUTTONS (top nav) */
.tribe-e	
.tribe-events .tribe-events-c-nav,
.tribe-events .tribe-events-c-top-bar + .tribe-events-c-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--tlacc-border);
}

/* Prev/Next “pills” — cover both anchor and button variants */
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__next,
.tribe-events a.tribe-events-c-nav__prev,
.tribe-events a.tribe-events-c-nav__next,
.tribe-events button.tribe-events-c-nav__prev,
.tribe-events button.tribe-events-c-nav__next {
  display: inline-flex !important;
  align-items: center;
  gap: .5rem;
  background: var(--tlacc-accent) !important;
  color: #fff !important;
  border: 1px solid var(--tlacc-accent) !important;
  border-radius: var(--tlacc-radius) !important;
  padding: .5rem .9rem !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transition: background .2s ease, border-color .2s ease;
}

/* Make sure the arrow SVGs inherit white */
.tribe-events .tribe-events-c-nav__prev svg,
.tribe-events .tribe-events-c-nav__next svg {
  width: 16px; height: 16px;
  fill: currentColor !important;
  color: currentColor !important;
}

/* Hover/Focus */
.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:focus-visible,
.tribe-events .tribe-events-c-nav__next:focus-visible {
  background: var(--tlacc-accent-dark) !important;
  border-color: var(--tlacc-accent-dark) !important;
  outline: none !important;
}


/* Date column card */
.tribe-events .tribe-events-calendar-list__event-date-tag {
  align-self: start !important;
  text-align: center !important;
  border: 1px solid var(--tlacc-border) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-month {
  display: block; background: var(--tlacc-accent) !important; color: #fff !important;
  font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .35rem .4rem;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  display: block; font-size: 1.6rem; font-weight: 700; color: inherit !important;
  background: var(--tlacc-soft); padding: .55rem .6rem .7rem;
}


/* Featured image when present */
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-top: .5rem !important; border-radius: 8px !important; overflow: hidden !important;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
  display: block !important; width: 100% !important; height: auto !important;
}




/* ===========================================================
   TLACC — Subscribe button: override global button gradient
   =========================================================== */

/* 1) Kill background and gradients on the subscribe trigger/button */
.tribe-events :is(.tribe-events-c-subscribe-dropdown__button,
                  .tribe-events-c-subscribe__button) {
  /* neutralize any global button backgrounds */
  background: #fff !important;
  background-image: none !important;
  background-color: #fff !important;

  color: var(--tlacc-accent, #ce3627) !important;
  border: 1px solid var(--tlacc-accent, #ce3627) !important;
  border-radius: 6px !important;
  padding: .6rem 1rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

/* 2) Some themes wrap label inside spans—make sure no child paints a bg */
.tribe-events :is(.tribe-events-c-subscribe-dropdown__button,
                  .tribe-events-c-subscribe__button) > * {
  background: transparent !important;
  background-image: none !important;
}

/* 3) Hover/focus states (accent filled) */
.tribe-events :is(.tribe-events-c-subscribe-dropdown__button,
                  .tribe-events-c-subscribe__button):hover,
.tribe-events :is(.tribe-events-c-subscribe-dropdown__button,
                  .tribe-events-c-subscribe__button):focus-visible {
  background: var(--tlacc-accent, #ce3627) !important;
  background-image: none !important;
  color: #fff !important;
  border-color: var(--tlacc-accent, #ce3627) !important;
  outline: none !important;
}

/* 4) Dropdown panel polish (optional) */
.tribe-events .tribe-events-c-subscribe-dropdown__content {
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.08) !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__link:hover {
  background: rgba(206,54,39,.06) !important;
}


/* 5) RESPONSIVE (List view) */
@media (max-width: 782px) {
  .tribe-events .tribe-events-calendar-list__event {
    grid-template-columns: 1fr !important;
    gap: .65rem !important;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    justify-self: start !important;
  }
}

/* 6) ACCESSIBILITY FOCUS */
.tribe-events a:focus,
.tribe-events button:focus {
  outline: 2px solid var(--tlacc-accent) !important;
  outline-offset: 2px !important;
  text-decoration: none !important;
}



/* ===========================================================
   TLACC — Top Bar Nav Arrow Fix (Exact-Match Selectors)
   =========================================================== */

/* Ensure nav list is visible (you mentioned it looks faint) */
.tribe-events .tribe-events-c-top-bar__nav {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Turn the icon buttons into real buttons */
.tribe-events .tribe-events-c-top-bar__nav-link,
.tribe-events button.tribe-events-c-top-bar__nav-link--prev,
.tribe-events button.tribe-events-c-top-bar__nav-link--next {
  background: var(--tlacc-accent, #ce3627) !important;
  border: 1px solid var(--tlacc-accent, #ce3627) !important;
  color: #fff;
  border-radius: 999px !important;
  padding: .55rem .85rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease !important;
}

/* Give disabled buttons a muted version */
.tribe-events button.tribe-events-c-top-bar__nav-link--prev[disabled],
.tribe-events button.tribe-events-c-top-bar__nav-link--next[disabled] {
  background: #ddd !important;
  border-color: #ccc !important;
  color: #3F3F3F !important;
  cursor: not-allowed !important;
}
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
  fill: #3F3F3F !important;
}

/* SVG arrows: ensure they turn white */
.tribe-events .tribe-events-c-top-bar__nav-link svg,
.tribe-events button.tribe-events-c-top-bar__nav-link--prev svg,
.tribe-events button.tribe-events-c-top-bar__nav-link--next svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
  color: currentColor !important;
}

/* Hover state */
.tribe-events button.tribe-events-c-top-bar__nav-link--prev:not([disabled]):hover,
.tribe-events button.tribe-events-c-top-bar__nav-link--next:not([disabled]):hover {
  background: var(--tlacc-accent-dark, #a9281d) !important;
  border-color: var(--tlacc-accent-dark, #a9281d) !important;
}




/* -----------------------------------------------------------
   3) CTA AREA (Get Tickets + Price)
------------------------------------------------------------ */
.tribe-events .tribe-events-c-small-cta {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
  margin-top: .5rem !important;
}

.tribe-events .tribe-events-c-small-cta__link {
  background: var(--tlacc-accent, #ce3627) !important;
  color: #fff !important;
  padding: .45rem .85rem !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.tribe-events .tribe-events-c-small-cta__link:hover {
  background: var(--tlacc-accent-dark, #a9281d) !important;
}

.tribe-events .tribe-events-c-small-cta__price {
  font-weight: 600 !important;
  color: var(--tlacc-accent, #ce3627) !important;
}



/* ===========================================================
   TLACC — EVENT DETAILS FULL-WIDTH UNDER DATE CARD (v1.7)
   =========================================================== */

/* 1) Make the event row a single-column layout on all screen sizes */
.tribe-events article.tribe-events-calendar-list__event {
  display: grid !important;
  grid-template-columns: 1fr !important; /* just one column */
  gap: 1.25rem !important;
}

/* 2) Date card should appear first and full-width */
.tribe-events .tribe-events-calendar-list__event-date-tag {
  justify-self: start !important;
  width: auto !important;
}

/* 3) Event details now get full width */
.tribe-events .tribe-events-calendar-list__event-details {
  width: 100% !important;
  display: block !important;
}

/* 4) Additional spacing to breathe */
.tribe-events .tribe-events-calendar-list__event-header,
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-list__event-description,
.tribe-events .tribe-events-c-small-cta {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 5) OPTIONAL — widen description and CTA spacing */
.tribe-events .tribe-events-calendar-list__event-details > * {
  margin-bottom: .75rem !important;
}





/* ===========================================================
   TLACC — Datepicker (Days & Months) unified styling
   Targets: .datepicker-days, .datepicker-months
   Optional: add .datepicker-years to the lists below if needed
   =========================================================== */

:root {
  --tlacc-accent: #ce3627;
  --tlacc-accent-dark: #a9281d;
  --tlacc-border: rgba(0,0,0,.12);
}

/* ===== Popup container (panel) ===== */
.tribe-events :is(.datepicker-days, .datepicker-months) {
  background: #fff !important;
  color: inherit !important;
  border: 1px solid var(--tlacc-border) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  overflow: hidden;
}

/* ===== Table + headings ===== */
.tribe-events :is(.datepicker-days, .datepicker-months) .table-condensed,
.tribe-events :is(.datepicker-days, .datepicker-months) thead,
.tribe-events :is(.datepicker-days, .datepicker-months) tbody,
.tribe-events :is(.datepicker-days, .datepicker-months) th,
.tribe-events :is(.datepicker-days, .datepicker-months) td {
  background: #fff !important;
  color: inherit !important;
  border-color: transparent !important;
}

/* ===== Header controls: month switch + prev/next ===== */
.tribe-events :is(.datepicker-days, .datepicker-months) :is(.datepicker-switch, .prev, .next) {
  /* Neutralize global button background/gradient */
  background: #fff !important;
  background-image: none !important;
  color: inherit !important;
  border: 1px solid var(--tlacc-border) !important;
  border-radius: 6px !important;
  padding: .35rem .6rem !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.tribe-events :is(.datepicker-days, .datepicker-months) :is(.datepicker-switch, .prev, .next):hover,
.tribe-events :is(.datepicker-days, .datepicker-months) :is(.datepicker-switch, .prev, .next):focus-visible {
  background: #fafafa !important;
  border-color: rgba(0,0,0,.18) !important;
  outline: none !important;
}

/* SVG arrows inside prev/next */
.tribe-events :is(.datepicker-days, .datepicker-months) :is(.prev, .next) svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
  color: currentColor !important;
}

/* ===== Weekday abbreviations (days view) ===== */
.tribe-events .datepicker-days .dow {
  background: #fff !important;
  color: rgba(0,0,0,.7) !important;
  font-weight: 600 !important;
}

/* ===== Day buttons (days view) ===== */
.tribe-events .datepicker-days .day {
  background: #fff !important;
  background-image: none !important;
  color: inherit !important;
  border: 1px solid transparent !important; /* keeps cells aligned */
  border-radius: 6px !important;
  box-shadow: none !important;
  padding: .35rem .45rem !important;
}
.tribe-events .datepicker-days .day:hover,
.tribe-events .datepicker-days .day:focus-visible {
  background: #fff !important;
  border-color: var(--tlacc-accent) !important;
  outline: none !important;
}
.tribe-events .datepicker-days .day.active,
.tribe-events .datepicker-days .day[aria-selected="true"],
.tribe-events .datepicker-days .current.day {
  background: var(--tlacc-accent) !important;
  color: #fff !important;
  border-color: var(--tlacc-accent) !important;
}

/* Muted days (old/new/past) stay readable on white */
.tribe-events .datepicker-days :is(.old.day, .new.day, .past.day) {
  color: rgba(0,0,0,.55) !important;
}

/* ===== Month buttons (months view) ===== */
.tribe-events .datepicker-months .month {
  /* months are buttons too — neutralize global gradient */
  background: #fff !important;
  background-image: none !important;
  color: inherit !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  padding: .45rem .55rem !important;
  box-shadow: none !important;
}
.tribe-events .datepicker-months .month:hover,
.tribe-events .datepicker-months .month:focus-visible {
  background: #fff !important;
  border-color: var(--tlacc-accent) !important;
  outline: none !important;
}
.tribe-events .datepicker-months .month.active,
.tribe-events .datepicker-months .month[aria-selected="true"] {
  background: var(--tlacc-accent) !important;
  color: #fff !important;
  border-color: var(--tlacc-accent) !important;
}

/* ===== Optional: show footer Today/Clear as white buttons (if visible) ===== */
.tribe-events :is(.datepicker-days, .datepicker-months) tfoot .today,
.tribe-events :is(.datepicker-days, .datepicker-months) tfoot .clear {
  background: #fff !important;
  background-image: none !important;
  color: inherit !important;
  border: 1px solid var(--tlacc-border) !important;
  border-radius: 6px !important;
  padding: .45rem .7rem !important;
}
.tribe-events :is(.datepicker-days, .datepicker-months) tfoot .today:hover,
.tribe-events :is(.datepicker-days, .datepicker-months) tfoot .clear:hover {
  background: var(--tlacc-accent) !important;
  color: #fff !important;
  border-color: var(--tlacc-accent) !important;
}






/* ===========================================================
   TLACC — Ticket Quantity Control (– / + / input)
   Matches site accent, defeats global button gradients.
   =========================================================== */

.tribe-common button.tribe-common-c-btn-link {color: #fff !important;}
.event-tickets .tribe-tickets__tickets-item-quantity-remove, 
.event-tickets .tribe-tickets__tickets-item-quantity-add {width: 22px !important;}

/* Wrap: line up minus | input | plus nicely */
.tribe-events .tribe-tickets__tickets-item-quantity {
  display: inline-flex !important;
  align-items: center !important;
  gap: .4rem !important;
}

/* Base styles shared by – and + buttons */
.tribe-events :is(.tribe-tickets__tickets-item-quantity-remove,
                   .tribe-tickets__tickets-item-quantity-add) {
  /* kill global gradient/backgrounds */
  background: var(--tlacc-accent) !important;
  background-image: none !important;
  color: #fff !important;

  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;

  border: 1px solid var(--tlacc-accent) !important;
  border-radius: 6px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  padding: 0 !important;
  cursor: pointer !important;

  box-shadow: none !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease !important;
}

.tribe-events :is(.tribe-tickets__tickets-item-quantity-remove,
                   .tribe-tickets__tickets-item-quantity-add):hover,
.tribe-events :is(.tribe-tickets__tickets-item-quantity-remove,
                   .tribe-tickets__tickets-item-quantity-add):focus-visible {
  background: var(--tlacc-accent-dark) !important;
  border-color: var(--tlacc-accent-dark) !important;
  outline: none !important;
}

/* Disabled state (e.g., when qty is 0 and minus should not act) */
.tribe-events :is(.tribe-tickets__tickets-item-quantity-remove,
                   .tribe-tickets__tickets-item-quantity-add)[disabled],
.tribe-events :is(.tribe-tickets__tickets-item-quantity-remove[aria-disabled="true"],
                   .tribe-tickets__tickets-item-quantity-add[aria-disabled="true"]) {
  background: #e7e7e7 !important;
  border-color: #d5d5d5 !important;
  color: #9a9a9a !important;
  cursor: not-allowed !important;
}

/* Number input block wrapper */
.tribe-events .tribe-tickets__tickets-item-quantity-number {
  display: inline-flex !important;
  align-items: center !important;
}

/* Number input itself */
.tribe-events .tribe-tickets__tickets-item-quantity-number-input {
  width: 64px !important;
  height: 36px !important;

  text-align: center !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1 !important;

  color: inherit !important;
  background: #fff !important;
  border: 1px solid var(--tlacc-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove browser spinners for consistency */
.tribe-events .tribe-tickets__tickets-item-quantity-number-input::-webkit-outer-spin-button,
.tribe-events .tribe-tickets__tickets-item-quantity-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tribe-events .tribe-tickets__tickets-item-quantity-number-input[type="number"] {
  -moz-appearance: textfield;
}

/* Focus ring for accessibility */
.tribe-events .tribe-tickets__tickets-item-quantity-number-input:focus {
  outline: 2px solid var(--tlacc-accent) !important;
  outline-offset: 2px !important;
  border-color: var(--tlacc-accent) !important;
}

/* Compact mode for narrow screens */
@media (max-width: 480px) {
  .tribe-events :is(.tribe-tickets__tickets-item-quantity-remove,
                     .tribe-tickets__tickets-item-quantity-add) {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 16px !important;
  }
  .tribe-events .tribe-tickets__tickets-item-quantity-number-input {
    width: 56px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
}




