.nav-item .event { color: #f26365 !important; }

header.event .textOver {
  background: linear-gradient(0deg, rgba(255, 246, 226, 1) 15%, rgba(255, 246, 226, 0) 60%);
}

header.event .event-hero {
  width: 100%; height: 100%;
}

header.event .event-hero img {
  width: 100%; height: 100%; object-fit: cover;
}

.event-logo { width: 500px; }

.event-poster {
  position: absolute; bottom: 0; right: 0; width: 950px;
}

.event-calendar { width: 120px; }
.event-calendar-sm { width: 90px; }

body, html {
	.event-light-bg { background-color: #fff6e2; color: #1e5a53; }
	.event-dark-bg { background-color: #2d3a5c; color: #ffffff; }
}

.btn-main.appt { color: #ffffff; }

.event-activity .img-top { padding-bottom: 5px; }
.event-activity .img-left { padding-right: 2.5px; }
.event-activity .img-right { padding-left: 2.5px; }

.event-banner { background: #fff6e2; }
.event-banner a { color: #ffffff; background: #f26365; }
.event-banner a:hover { color: #f26365; border: 1px solid rgba(242, 99, 101, 0); background-color: rgba(242, 99, 101, 0.2); }

/* Responsive */
@media (max-width: 992px) {
  .event-poster { position: relative; bottom: 0; right: 0; width: 100%; }
  .event-pb-0 { padding-bottom: 0; }
}

@media (max-width: 576px) {
  .event-logo { width: 85%; }
  header.event { height: 70vh; }
}