/*
 * Plugin: The Calendar Events
 * Last updated by: Alex C.
 */
.tribe-events .tribe-common-c-btn-icon {
    color: white;
    border: 2px solid #546F96;
    width: 44px;
    height: 44px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tribe-events .tribe-common-c-btn-icon svg {
    width: 8px;
    height: 14px;
}

.tribe-events .tribe-events-c-top-bar__nav-link {
    display: flex;
}

.tribe-events .tribe-common-c-btn-icon:disabled {
    opacity: 0.65;
    border: 1px solid #546F96;
    background: none;
    cursor: not-allowed;
}

.tribe-events .tribe-events-c-top-bar__today-button {
    color: white;
    border: 2px solid #00B7F9;
    height: 44px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    font-size: 18px;
}

.tribe-events .tribe-events-c-top-bar__today-button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
    margin: 0 32px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
    background: none;
    color: white;
}

.tribe-events .tribe-events-header__events-bar {
    display: none;
}

.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
    color: white;
    border: 2px solid #546F96;
    height: 44px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button {
    color: white;
    background-color: #00B7F9;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    cursor: pointer;
}

.tribe-events .tribe-events-c-subscribe-dropdown__button button {
    color: white;
    background-color: #00B7F9;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
    opacity: 0.65;
    border: 1px solid #546F96;
    background: none;
    cursor: not-allowed;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 16px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 32px;
    font-weight: 700;
    font-family: "Abril Fatface";
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 200;
}

.tribe-events .tribe-events-calendar-list__event-title {
    font-weight: 200;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    border-radius: 8px;
}

@media screen and (min-width: 818px) {
    .tribe-events .tribe-events-calendar-list__event-wrapper {
        border-left: 2px solid #546F96;
    }
    
    .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-wrapper {
        border-left: 3px solid #00B7F9;
    }
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
    display: none;
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
    color: #00B7F9;
    font-weight: 500;
}

.tribe-events .tribe-events-calendar-list__event-title a,
.tribe-events .tribe-events-calendar-list__event-title a:visited {
    color: white;
}