:root {
  --wpem-card-radius: 22px;
  --wpem-soft-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  --wpem-border: #ece7df;
  --wpem-text: #2f2f2f;
  --wpem-muted: #787878;
  --wpem-accent: #ff9f1c;
  --wpem-accent-2: #ff7a00;
  --wpem-surface: #ffffff;
  --wpem-page-bg: #f8f3ea;
}

.wpem-hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 720px);
  margin: 0 auto;
  margin-top: 16px;
  padding: 8px;
  border-radius: 999px;
  background: var(--wpem-surface);
  box-shadow: var(--wpem-soft-shadow);
}

.wpem-hero-search__field {
  flex: 1;
  min-width: 0;
}

a.rss_link{
  display: none;
}

.wpem-hero-search__field.wpem-hero-search__field--location, .wpem-main.wpem-event-listings-header {
    display: none;
}

.wpem-hero-search__field input {
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    background: transparent;
    padding: 14px 16px !important;
    font-size: 16px !important;
    color: var(--wpem-text) !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.wpem-hero-search__field input::placeholder {
  color: #8a8a8a;
}

.wpem-hero-search__field--location {
  max-width: 240px;
  border-left: 1px solid #eee;
}

.wpem-hero-search .wpem-hero-search__button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  border-radius: 999px !important;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, var(--wpem-accent), var(--wpem-accent-2));
  box-shadow: 0 10px 24px rgba(255, 159, 28, 0.28);
}

.wpem-event-filter-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 18px;
}

.wpem-event-filter-version-2-filter-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--wpem-border);
  background-color: #fff !important;
  color: var(--wpem-text);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.wpem-event-filter-toolbar__icon {
  font-size: 16px;
  color: var(--wpem-accent-2);
}

.wpem-event-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.wpem-event-filter-modal.is-open {
  display: block;
}

.wpem-event-filter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.wpem-event-filter-modal__panel {
  position: relative;
  width: min(92vw, 620px);
  margin: 50vh auto 0;
  background: var(--wpem-surface);
  border-radius: 18px;
  box-shadow: var(--wpem-soft-shadow);
  overflow: hidden;
  transform: translateY(-50%);
}

.wpem-modal-open header, .wpem-modal-open footer {
    z-index: 0;
}

.wpem-event-filter-modal__header,
.wpem-event-filter-modal__footer {
  padding: 18px 22px;
}

.wpem-event-filter-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0ece6;
}

.wpem-event-filter-modal__header h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  color: var(--wpem-text);
}

.wpem-event-filter-modal__close {
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #888;
}

.wpem-event-filter-modal__body {
  padding: 18px 22px 8px;
}

.wpem-event-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wpem-event-filter-grid .wpem-form-group {
  margin: 0;
}

.wpem-event-filter-grid .wpem-form-label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  color: var(--wpem-muted);
  font-size: 13px;
}

.wpem-event-filter-grid input[type="text"],
.wpem-event-filter-grid select {
  width: 100%;
  border: 1px solid var(--wpem-border);
  border-radius: 999px;
  padding: 12px 16px;
  background: #fff;
  color: var(--wpem-text);
  font-size: 14px;
  outline: none;
}

.wpem-event-filter-grid .chosen-container {
  width: 100% !important;
}

.wpem-event-filter-modal__footer {
  padding-top: 10px;
  padding-bottom: 22px;
}

.wpem-event-filter-version-2-apply {
  min-width: 120px;
  border: 0;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, var(--wpem-accent), var(--wpem-accent-2));
  box-shadow: 0 10px 24px rgba(255, 159, 28, 0.28);
}

.wpem-event-box-col {
  margin-bottom: 24px;
}

.event-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.event-card {
  height: 100%;
  overflow: hidden;
  border-radius: var(--wpem-card-radius);
  background: var(--wpem-surface);
  box-shadow: none;
  border: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
  border: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover {
  box-shadow: var(--wpem-soft-shadow);
  border-radius: var(--wpem-card-radius);
}

.event-card__media {
  position: relative;
}

.event-card__image {
  position: relative;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-card__badge {
  position: absolute;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.95);
  color: #414141;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.event-card__badge--spots {
  right: 14px;
}

.event-card__badge--cancelled {
  left: 14px;
  background: rgba(255, 244, 244, 0.96);
  color: #b10000;
}

.event-card__body {
    display: flex;
    gap: 16px;
    padding: 18px 18px 10px;
    flex-direction: column;
} 

.event-card__date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2px;
    text-align: center;
    gap: 12px;
}

.event-card__date-month {
  font-size: 14px;
  font-weight: 800;
  color: #E85D20;
  line-height: 1;
  text-transform: uppercase;
}

.event-card__date-day {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: var(--wpem-text);
  letter-spacing: -0.04em;
}

.event-card__content {
  min-width: 0;
}

.event-card__meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--wpem-muted);
}

.event-card__weekday {
  font-weight: 700;
}

.event-card__time {
  white-space: nowrap;
}

.event-card__title {
  margin-bottom: 8px;
}

.event-card__title .wpem-heading-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: var(--wpem-text);
}

.event-card__location {
  margin-bottom: 12px;
  color: var(--wpem-muted);
  font-size: 13px;
  line-height: 1.45;
}

.event-card__type,
.event-card__ticket-type {
  display: inline-flex;
  align-items: center;
  margin: 0 8px 8px 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffe5be;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 700;
}

.event-card__footer {
    padding: 0 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.event-card__footer button.event-card__button {
    padding: 8px 18px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: 50rem !important;
}

.event-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  color: var(--wpem-text);
}

.event-card__price-label {
  font-size: 14px;
}

.event-card__price-value {
  font-size: 18px;
}

.event-card__price-value--free {
  color: #0f7a3d;
}

html.wpem-modal-open,
html.wpem-modal-open body {
  overflow: hidden;
}

.event_listings_main {
  background: #f7f0e7;
  padding: 28px 0 46px;
}

.wpem-event-listings-header {
  background: #f7f0e7;
  padding: 10px 0 0;
}

@media (max-width: 900px) {
  .wpem-event-filter-grid {
    grid-template-columns: 1fr;
  }

  .wpem-event-filter-modal__panel {
    width: min(94vw, 620px);
  }

  .event-card__body {
    grid-template-columns: 68px 1fr;
  }

  .event-card__date-day {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .wpem-hero-search {
    flex-direction: column;
    border-radius: 24px;
    padding: 14px;
  }

  .wpem-hero-search__field--location {
    max-width: none;
    border-left: 0;
    border-top: 1px solid #eee;
    width: 100%;
  }

  .wpem-hero-search__button {
    width: 100%;
  }

  .event-card__body {
    grid-template-columns: 1fr;
  }

  .event-card__date {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    padding-top: 0;
  }

  .event-card__date-day {
    font-size: 24px;
  }
}
.wpem-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}