/**
 * Customize Tribe Events
 */
/**Remove excerpt text from event list view**/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
    display: none!important;
    }

/**Reduce Size of Events List View Image**/
.tribe-common img {
    max-width: 50%;
}

/**Change Event Title Color**/
.tribe-common a:not(.tribe-common-anchor--unstyle) {
    color: #0c2441!important;
}

/**Change Event Date Picker Color**/
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    color: #b11f28;
}

/** Date Number Color **/

.tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium {
    color: #b11f28;
}

.tribe-common .tribe-common-h5 {
    color: #b11f28;
}
