.tribe-events .tribe-events-c-search__button {
    background-color: var(--sec-color) !important;
    color: var(--white) !important;
}

.tribe-events .tribe-events-c-search__button:hover {
    background-color: var(--sec-color) !important;
    color: var(--white) !important;
}

.tribe-common header,
header.tribe-events-widget-events-list__event-header {
    background-color: var(--white) !important;
    box-shadow: none !important;
}

.tribe-common a,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
    color: var(--sec-color) !important;
}