/** Needed in public side due to conditinal loading **/
.elementor-editor-active #wpadminbar {
  display: none !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-title-link {
  text-decoration: underline !important;
}

.tribe-events-calendar-list__event-wrapper {
  border-left: 4px solid #7420FF !important;
}

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

.tribe-events-c-top-bar__datepicker-time {
  text-transform: capitalize;
}

.tribe-common-c-btn {
  background-color: #7420FF !important;
}

.tribe-events-single .tribe-events-event-meta a, .tribe-events-single .tribe-events-event-meta span, .tribe-events-single .tribe-events-event-meta dd, .tribe-events-event-meta dt {
  font-family: "Nunito Sans" !important;
  font-size: 16px !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
  max-height: 300px;
  object-fit: contain;
  object-position: left;
}

.custom-events-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  padding-bottom: 80px !important;
}

.custom-events-header h1 {
  font-family: "Sunday Masthead", Sans-serif;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 58px;
}

.custom-events-header .custom-btn {
  display: flex;
  align-self: flex-start;
  width: auto;
  padding: 12px 24px;
  text-align: center;
  color: white;
  padding: 12px 24px;
  color: white !important;
  background-color: #46AF74;
}

.custom-events-header .custom-btn:hover {
  background-color: #7420FF;
}

.tribe-events-pg-template {
  max-width: 1400px !important;
}