/* set all header elements to font-family 'Jost',
sans-serif; */

.tribe-events h1,
.tribe-events h2,
.tribe-events h3,
.tribe-events h4,
.tribe-events h5,
.tribe-events h6,
time,
.tribe-events-calendar-month__day-date-link {
    font-family: 'Jost', sans-serif;
}

/* set the rest of the text elements to  "PT Serif",
 serif; */

.tribe-events p,
.tribe-events li,
.tribe-events span,
.tribe-events .tribe-events-c-event-meta__label,
.tribe-events .tribe-events-c-event-meta__value,
.tribe-events .tribe-events-c-event-meta__value span {
    font-family: 'PT Serif', serif;
}

.tribe-events .tribe-events-c-view-selector__content,
.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: white;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background: linear-gradient(to right, #ff0054, #c40142);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    color: white !important;
}

#tribe-events-footer {
    display: none;
}


.tribe-events-calendar-month__body button:focus,
.tribe-events-calendar-month__body .tribe-theme-twentyseventeen button:focus {
    border: solid 2px #ff0054;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ff0054;
    color: #fff;
}

.tribe-events-calendar-month__body button:focus h3,
.tribe-events-calendar-month__body .tribe-theme-twentyseventeen button:focus h3 {
    color: #fff;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
    border-color: #ff0054;
    color: #ff0054;
}

.tribe-common .tribe-common-c-btn-border:focus,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:focus,
.tribe-common a.tribe-common-c-btn-border:hover {
    background-color: #ff0054;
}

.single-tribe_events a {
    color: #ff0054;
}

.single-tribe_events a:hover {
    color: #c40142;
}