#main .tribe-common--breakpoint-medium.tribe-common h3 a,
#main .tribe-common--breakpoint-medium.tribe-common h3 {
    color: #cfa54b !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    height: auto;
    text-decoration: none !important;
    outline: none !important;
    border: 0;
}

.tribe-events-calendar-day__event-description a,
.tribe-events-calendar-month__calendar-event-tooltip-description a,
.tribe-events-calendar-list__event-description a {
    text-align: center;
    color: #cfa54b !important;
    padding: 10px 20px !important;
    background: #00011e !important;
    display: inline-block;
    margin-top: 20px !important;
}

.tribe-events-calendar-day__event-description a,
.tribe-events-calendar-month__calendar-event-tooltip-description a {
    width: 100%;
}

.tribe-events-calendar-month__calendar-event-tooltip-description p {
    width: 100%;
    display: inline-block;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    color: #cfa54b !important;
    padding: 5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
    background: #00011e !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: #00011e !important;
    color: #cfa54b !important;
    border-radius: 40px !important;
}
.tribe-events-calendar-list__event-description a:hover{
    background: #cfa54b !important;
    color: #00011e !important;
    transition: .5s all !important;
}
@media screen and (max-width:991px) {
    .tribe-events-calendar-list__event-details .tribe-common-b2.tribe-events-calendar-list__event-description {
        display: block !important;
        visibility: visible !important;
    }
    .tribe-events-calendar-list__event-title.tribe-common-h6 {
        padding: 0 0 10px;
    }
    h3.tribe-events-calendar-month-mobile-events__mobile-event-title a,
    h3.tribe-events-calendar-month-mobile-events__mobile-event-title,
    .tribe-events-calendar-list__event-title.tribe-common-h6,
    .tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
        color: #cfa54b !important;
        line-height: 1.2 !important
    }
    .tribe-events .tribe-events-calendar-month__day-cell--selected * {
        color: #fff !important;
    }
    .tribe-events .tribe-events-calendar-month__day-cell--selected em {
        background: #fff !important;
    }
}