/**
 * The Events Calendar - Custom Style Overrides
 * Styles for TEC's default Views V2 to match the Figma design
 */
.tribe-events {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tribe-events {
    padding: 0 30px;
  }
}

.tribe-events-l-container {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .tribe-events-l-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.tribe-events-header {
  margin-bottom: 30px;
}

.tribe-events-c-events-bar {
  background-color: transparent;
  border: none;
  padding: 0;
}

.tribe-events-c-events-bar__search,
.tribe-events-c-events-bar__search-button,
.tribe-events-c-view-selector {
  display: none !important;
}

.tribe-events-c-events-bar__search-button {
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  background-color: #fff;
  color: #626361;
}
.tribe-events-c-events-bar__search-button:hover {
  border-color: #29235C;
  color: #29235C;
}

.tribe-events-c-view-selector__button {
  font-size: 14px;
  font-weight: 700;
  color: #141827;
  border: none;
  background: transparent;
}
.tribe-events-c-view-selector__button:hover, .tribe-events-c-view-selector__button:focus {
  color: #29235C;
}

.tribe-events-c-view-selector__list-item-link {
  font-size: 14px;
  color: #141827;
}
.tribe-events-c-view-selector__list-item-link:hover {
  color: #29235C;
  background-color: #f5f5f5;
}
.tribe-events-c-view-selector__list-item-link--active {
  font-weight: 700;
  color: #29235C;
}

.tribe-events-c-top-bar {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.tribe-events-c-top-bar__today-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 12px;
  color: #626361;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-c-top-bar__today-button:hover {
  border-color: #29235C;
  color: #29235C;
}

.tribe-events-c-top-bar__nav-link {
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-c-top-bar__nav-link:hover {
  color: #29235C;
}
.tribe-events-c-top-bar__nav-link svg path {
  stroke: currentColor;
}

.tribe-events-c-top-bar__datepicker-button {
  font-size: 22px;
  font-weight: 400;
  color: #1c1c1c;
  border: none;
  background: transparent;
}
@media (min-width: 768px) {
  .tribe-events-c-top-bar__datepicker-button {
    font-size: 28px;
  }
}
.tribe-events-c-top-bar__datepicker-button:hover, .tribe-events-c-top-bar__datepicker-button:focus {
  color: #29235C;
}

.tribe-events-calendar-list__month-separator {
  margin-bottom: 30px;
}

.tribe-events-calendar-list__month-separator-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #1c1c1c;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.tribe-events-calendar-list__month-separator-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e4e4e4;
  margin-left: 15px;
}

.tribe-events-calendar-list__event-row {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-row {
    padding: 40px 0;
  }
}
.tribe-events-calendar-list__event-row:first-child {
  padding-top: 0;
}
.tribe-events-calendar-list__event-row:last-child {
  border-bottom: none;
}

.tribe-events-calendar-list__event-date-tag {
  text-align: center;
  min-width: 50px;
  flex: 0 0 50px !important;
  max-width: 50px !important;
}

.tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 11px !important;
  font-weight: 400;
  color: #626361;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 2px;
}

.tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #1c1c1c;
  line-height: 1.4;
}

.tribe-events-calendar-list__event {
  position: relative;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event {
    flex-direction: row-reverse;
  }
}

.tribe-events-calendar-list__event-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.tribe-events-calendar-list__event-title a,
.tribe-events-calendar-list__event-cta-btn,
a.tribe-events-calendar-list__event-cta-btn,
.tribe-events-calendar-list__event-featured-image-link {
  position: relative;
  z-index: 2;
}

.tribe-events-calendar-list__event-wrapper {
  flex: 1;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-wrapper {
    padding: 0 30px;
  }
}

.tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 10px;
}

.tribe-events-calendar-list__event-datetime {
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.4;
}

.tribe-events-calendar-list__event-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1c1c1c;
  margin: 0 0 12px !important;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-title {
    font-size: 24px !important;
  }
}
.tribe-events-calendar-list__event-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events-calendar-list__event-title a:hover {
  color: #29235C;
}

.tribe-events-calendar-list__event-description {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.4;
  margin: 0 0 20px;
  max-width: 500px;
}
.tribe-events-calendar-list__event-description p {
  margin: 0;
  line-height: 140%;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-description {
    margin-bottom: 30px;
  }
}

.tribe-events-calendar-list__event-venue {
  display: none;
}

.tribe-events-calendar-list__event-cost {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.tribe-events-calendar-list__event-cost,
.tribe-events-c-small-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: auto;
}

.tribe-events-c-small-cta__price {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1;
}

.tribe-events .tribe-events-calendar-list__event-cta-btn,
a.tribe-events-calendar-list__event-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 160px;
  padding: 0 30px;
  background-color: #FFCC00 !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 8px;
  border: none;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tribe-events .tribe-events-calendar-list__event-cta-btn:hover,
a.tribe-events-calendar-list__event-cta-btn:hover {
  background-color: rgb(229.5, 183.6, 0) !important;
  color: #000 !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-featured-image-wrapper {
    display: block;
    flex: 0 0 293px;
    max-width: 293px;
  }
}

.tribe-events-calendar-list__event-featured-image-link {
  display: block;
  width: 293px;
  height: 293px;
  overflow: hidden;
  border-radius: 8px;
}

.tribe-events-calendar-list__event-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.tribe-events-calendar-month {
  border-color: #e4e4e4;
}

.tribe-events-calendar-month__header-column-title {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
}

.tribe-events-calendar-month__day {
  border-color: #e4e4e4;
}

.tribe-events-calendar-month__day-date-link {
  color: #1c1c1c;
  font-weight: 500;
}
.tribe-events-calendar-month__day-date-link:hover {
  color: #29235C;
}

.tribe-events-calendar-month__calendar-event-title-link {
  color: #1c1c1c;
  font-weight: 500;
}
.tribe-events-calendar-month__calendar-event-title-link:hover {
  color: #29235C;
}

.tribe-events-c-subscribe-dropdown {
  display: none !important;
}

.tribe-events-c-nav,
.tribe-events-calendar-list-nav {
  display: none !important;
}

.tribe-events .tribe-common-c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 30px;
  background-color: #FFCC00 !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.04);
}
.tribe-events .tribe-common-c-btn:hover {
  background-color: rgb(229.5, 183.6, 0) !important;
}

.tribe-common {
  --tec-color-text-primary: #1c1c1c;
  --tec-color-text-secondary: #3a3a3a;
  --tec-color-text-tertiary: #626361;
  --tec-color-link-primary: #29235C;
  --tec-color-link-primary-hover: rgb(24.5354330709, 20.9448818898, 55.0551181102);
  --tec-color-link-accent: #29235C;
  --tec-color-link-accent-hover: rgb(24.5354330709, 20.9448818898, 55.0551181102);
  --tec-color-background-primary: #ffffff;
  --tec-color-border-default: #e4e4e4;
}

.tribe-events-calendar-list__event-row-title {
  display: none;
}

@media (max-width: 767px) {
  .tribe-events-calendar-list__event-featured-image-wrapper {
    display: block;
    flex: none;
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
  }
  .tribe-events-calendar-list__event-featured-image-link {
    width: 100%;
    height: 200px;
  }
  .tribe-events-calendar-list__event-row {
    flex-wrap: wrap;
  }
  .tribe-events-calendar-list__event-wrapper {
    flex: 1 1 calc(100% - 70px);
  }
}

/*# sourceMappingURL=events-archive.css.map */
