/* override plugin colors */
/*
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background-color:#333 !important;
}
.tribe-events .tribe-events-calendar-list__event-datetime-featured-text, .tribe-common .tribe-common-c-svgicon, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link, .tribe-events .tribe-events-calendar-day__event-datetime-featured-text, .tribe-events .tribe-events-c-ical__link, .tribe-events-pro .tribe-events-pro-photo__event-datetime-featured-text {
	color: #e51b1f !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after, .tribe-events .tribe-events-calendar-month__calendar-event--featured:before, .tribe-events .tribe-events-calendar-day__event--featured:after {
	background-color: #e51b1f;
}
.tribe-events .tribe-events-c-ical__link {
	border: none;
}
.tribe-events .tribe-events-c-ical__link:hover .tribe-events-c-ical__link-icon-svg path {
	stroke: #e51b1f;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner, .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	background-color: rgba(0,0,0,.14)
}
button.tribe-events-c-top-bar__datepicker-button {
	color: inherit !important;
	text-transform: inherit !important;
}
*/