html:root {
  --tec-color-background-events-bar-submit-button: var(--secondary);
  --tec-color-background-events-bar-submit-button-hover: var(--secondary-light);
  --tec-color-button-primary: var(--secondary);
  --tec-color-accent-primary: var(--secondary);
  --tec-font-family-sans-serif: helvetica-neue-lt-pro, sans-serif;
}
.tribe-events-view.alignwide {
  width: 100%;
}
.tribe-events-calendar-month__header, .tribe-events-calendar-month__body {
  width: 100%;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
  width: 100%;
}
section > div:where(:not(.bricks-shape-divider)) {
  align-items: initial;
}
.tribe-events svg {
  min-width: 0;
  min-height: 0;
}
.tribe-events .tribe-events-c-events-bar__filter-button-container {
  display: flex;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
  border: 4px solid var(--secondary);
  background-color: var(--secondary);
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button:hover {
  border: 4px solid var(--secondary-light);
  background-color: var(--secondary-light);
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  background-color: var(--tec-color-background);
  border: 1px solid var(--secondary);
  border-radius: var(--tec-border-radius-default);
  color: var(--secondary);
  padding: 11px 20px;
  text-align: center;
  transition: var(--tec-transition);
  width: 100%;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  border: 1px solid var(--secondary-light);
  color: var(--neutral-ultra-light);
  background-color: var(--secondary-light);
}
