:root {
  --eventsPrimaryColor: #004281 !important;
  --bs-badge-color: #004281;
  --fc-button-border-color: #322f31 !important;
  --fc-button-bg-color: #322f31 !important;
}
.col-xl-2 + .col-xl-2 {
  display: none;
}
.col-xl-2 + .col-xl-2:has(.btn) {
  display: inline-block;
}
.events-header .form-group .btn {
  border-radius: 0;
  height: 57px;
  width: 100%;
  font-size: 1.4rem;
}
.events-header {
  margin-top: 1rem;
  padding: 0 1.5rem;
}

.event-promo .tags {
  margin: 0;
  min-height: 84px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.events-header .form-control {
  border-radius: 0 !important;
}

.events-header {
  background-color: transparent;
}

#filtering {
  box-shadow: none;
  padding: 20px 0;
}

.events-header + .row > .col-xl-3 {
  margin-bottom: 30px;
}
.event-promo {
  margin-bottom: 0;
  height: 100%;
}
.tags .badge,
.badge.badge-primary {
  color: var(--eventsPrimaryColor);
  font-size: 1rem;
  line-height: 1;
}
.tags .badge {
  white-space: break-spaces;
  text-align: center;
}
.event-promo .details .name {
  min-height: 5.25rem;
}
.event-item-row.date img,
.event-item-row.where img {
 /* filter: grayscale(1);*/
}
.rich-content a {
  margin-right: auto;
  border: 2px solid var(--site1);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--site1);
  padding: 0.3rem 1rem;
}
.tags .badge,
.badge.badge-primary {
  color: var(--eventsPrimaryColor);
}
.events-header span.btn {
  pointer-events: none;
}
.event-item-row.where:before,
.event-item-row.date:before {
  filter: grayscale(1);
}

.event-promo .details .icon,
.event-promo .read-more-btn {
  border-radius: 0;
}
