.tribe-common {
  margin-bottom: 140px;
}

.fusion-body .tribe-common .tribe-common-anchor-thin {
  font-size: 24px !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event {
  flex-direction: row;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 33.33%;
  padding-top: 22px;
}
.tribe-events img {
  aspect-ratio: 5/3;
  object-fit: cover;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-featured-image-wrapper
  img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.tribe-common
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-details {
  width: 66.66%;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-g-row--gutters
  > .tribe-common-g-col {
  padding-top: 16px;
}

.tribe-events-calendar-list__event-category-label {
  padding: 8px 16px !important;
  border-radius: 5px;
  color: #fff;
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
}

.tribe-events .tribe-events-calendar-month__day {
  min-height: 90px !important;
}

.fusion-body
  .fusion-wrapper
  #main
  .tribe-events
  .tribe-events-calendar-list__event-title {
  margin-bottom: 8px !important;
}

.fusion-body
  .fusion-wrapper
  #main
  .tribe-events
  .tribe-events-calendar-list__event-title
  a {
  color: #264468 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}

.tribe-events-calendar-list__event-datetime {
  color: #836440 !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.fusion-body
  .fusion-wrapper
  #main
  .tribe-events.tribe-events-view
  article
  header
  h3:not(.tribe-events-pro-summary__event-title) {
  font-size: 28px !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-venue {
  margin-bottom: 4px;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-venue
  a:hover {
  /* text-decoration: underline;
  text-underline-offset: 2px; */
}

.tribe-events-calendar-list__event-header {
  margin-bottom: 16px !important;
}
.fusion-body
  .fusion-wrapper
  #main
  .tribe-events
  .tribe-events-calendar-list__event-description {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.fusion-body
  .fusion-wrapper
  #main
  .tribe-events
  .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 0 !important;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s linear, box-shadow 0.2s linear;
  border-radius: 16px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-inline: 0 !important;
}
@media screen and (max-width: 800px) {
  .tribe-common-g-row.tribe-events-calendar-list__event-row {
    padding-left: 0;
    padding-right: 0;
  }
}

.tribe-common-g-row.tribe-events-calendar-list__event-row:hover {
  background-color: #fcf9f1 !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0);
}

.tribe-common-g-row.tribe-events-calendar-list__event-row:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/img/noise-pattern-cut-2.webp");
  background-repeat: repeat !important;
  background-size: 20%;
  z-index: 100;
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.tribe-events-calendar-list__event-featured-image-link {
  overflow: hidden;
  border-radius: 16px;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row img {
  transition: scale 0.2s linear;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row:hover img {
  scale: 1.1;
}

.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  padding: 0 !important;
}

.fusion-body .fusion-wrapper #main .tribe-common .tribe-common-h6--min-medium {
  font-family: ivyjournal, "Bookman Old Style", serif !important;
  color: #836440 !important;
}

.tribe-events .tribe-events-calendar-list__month-separator::before {
  background-color: #ded3b6;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  margin-right: 20px;
}
.tribe-events .tribe-events-calendar-list__month-separator::after {
  background-color: #ded3b6 !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event {
  justify-content: flex-start;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: 1px solid #cda678;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event {
  flex-direction: row !important;
}
