/* tribe events calendar */
.tribe-events-before-html a.button,
.tribe-common a:not(.tribe-common-anchor--unstyle).button{
	color:#fff;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: var(--button_bg,#000)!important;
   color:#fff!important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid var(--button_bg,#000)!important;
    color: var(--button_bg,#000)!important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--button_bg,#000)!important;
   color:#fff!important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: var(--button_bg,#000)!important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
    color: #999!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.tribe-events ul li:before {
	content: none;
}
.bodyContent .tribe-events ul li:before {
    content: none!important;
}