/* General typography */
.tribe-common,
.tribe-events-calendar,
.tribe-events-view {
    font-family: "Acumin Pro", sans-serif;
}
.tribe-events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-title-link,
.tribe-events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-title-link:visited {
    color: #000;
    font-family: "Industry Bold", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}
.tribe-events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-daynum {
    font-size: 2.5rem;
    line-height: 1;
}

/* Event archive page */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.tribe-events .tribe-events-l-container {
    padding-top: 0;
}

/* Event search button */
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
    background-color: #167792;
    border-radius: 30px;
    padding: 0.5625rem 1.3125rem;
    border: 2px solid #167792;
    color: #fff;
}
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover {
    background-color: transparent;
    border-radius: 30px;
    padding: 0.5625rem 1.3125rem;
    border: 2px solid #167792;
    color: #167792;
}

/* Event filters */
.tribe-filter-bar .tribe-filter-bar-c-pill--button button.tribe-filter-bar-c-pill__pill {
        background-color: transparent;
        font-size: 0.875rem;
        border-radius: 30px;
        border: 1px solid #167792;
        color: #167792;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button button.tribe-filter-bar-c-pill__pill:focus,
.tribe-filter-bar .tribe-filter-bar-c-pill--button button.tribe-filter-bar-c-pill__pill:hover {
        background-color: transparent;
        border-radius: 30px;
        border: 1px solid #167792;
        color: #167792;
}
.tribe-events-header .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__form {
    align-items: baseline;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide {
    margin-right: 1rem;
}

.tribe-events .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button{
    top: 33%;
}

.tribe-events-header .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
    margin: 0 0 1rem;
}


/* Hide the default tribe events views bar */
.tribe-events .tribe-events-c-events-bar__views {
    display: none;
}

.tribe-events-c-nav__today.tribe-common-b2,
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
    background-color: #167792;
    border-radius: 30px;
    padding: 0.5625rem 1.3125rem;
    border: 2px solid #167792;
    color: #fff;
}
.tribe-events-c-nav__today.tribe-common-b2:hover,
.tribe-events-c-nav__today.tribe-common-b2:focus,
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover,
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:focus {
    background-color: transparent;
    color: #167792;
}

/* Event featured image wrapper */
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    margin-bottom: 1.25rem;
}

.tribe-events-pro.tribe-events-pro-photo--grid .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image {
    clip-path: polygon(0 0, 100% 0, 100% 66%, 80% 100%, 0% 100%)
}

.tribe-common .tribe-common-g-row {
    gap: 1rem;
}

/* Custom layout fixes when using the events shortcode in block editor */
.blocks-container .tribe-events .tribe-events-l-container,
.blocks-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0;
    margin: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col,
.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}

.tribe-common .tribe-common-g-row--gutters,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
    margin: 0;
}

/* Event grid columns */
.tribe-common--breakpoint-xsmall.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
    flex: 0 0 calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
    flex: 0 0 calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
}

/* Event date tag */
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-month,
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-datetime {
    color: #000;
    font-family: 'Industry', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

/* Event date tag and details */
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag,
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-details {
    gap: 1rem;
    margin-top: 0;
}
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-daynum {
    font-size: 2.75rem;
    line-height: 1;
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month {
    color: #000;
    font-family: 'Industry', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1rem;

}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-events-pro-photo__event-datetime.tribe-common-b2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.tribe-events-pro-photo__event-datetime.tribe-common-b2 {
    font-family: 'Industry', sans-serif;
    font-weight: 500;
}
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
    gap: 1rem;
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
    width: 5.5rem;
    text-align: left;
    margin-right: 0;
}
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag-datetime {
    margin-top: 0;
    gap: 0.75rem;
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime {
    text-align: left;
}
.tribe_events-pro .tribe-events-pro-photo .tribe-events-pro-photo__event-date-tag {
    gap: 1rem;
}

/* Custom event category list */
.the-events-calendar-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}

.the-events-calendar-category-list ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 0;
}

.the-events-calendar-category-list ol li {
    display: inline-block;
    list-style: none;
}
.the-events-calendar-category-list ol .wp-block-button__link::after {
    content: unset;
}

/* EVENT SINGLE PAGE */
.single-tribe_events #tribe-events-pg-template,
.single-tribe_events .tribe-events-pg-template {
    padding: 1rem 2rem 0 2rem;
}

/* Event title */
.single.single-tribe_events .tribe-events-single.tribe-blocks-editor .tribe-events-single-event-title {
    color: #000;
    font-family: "Industry Bold", sans-serif;
    font-size: 2.5rem;
    @media(min-width: 768px) {
        font-size: 3.5rem;
    }
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}
.tribe-related-events .tribe-related-events-title a {
    color: #000;
    font-family: "Industry Bold", sans-serif;
    font-weight: 700;
    line-height: normal;
}
.single.single-tribe_events a {
    color: #000;
}
.single.single-tribe_events .tribe-events-back a {
    color: #167792;
}
.tribe-blocks-editor .tribe-related-event-info .tribe-event-date-start,
.tribe-blocks-editor .tribe-related-event-info .tribe-event-date-end {
    color: #000;
    font-family: 'Industry', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Navigation links */
.tribe-events-single .tribe-events-sub-nav {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 0;
}
.tribe-events-single .tribe-events-sub-nav li a {
    background: transparent;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 1rem 0;
    @media( min-width: 768px) {
        font-size: 1rem;
    }
}

.tribe_events-template-default :is(.wp-block-paragraph, p),
.tribe_events-template-default .wp-block-heading {
    @media(min-width: 830px) {
        max-width: 55rem;
    }
}

