
/* Events Related CSS */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0px !important;
    min-height: 0px !important;
}

.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h5 {
    color: #349db3 !important;    
}

.tribe-events .tribe-events-calendar-list__month-separator::after {
    background-color: #a12384 !important;
}

.tribe-common .tribe-common-c-btn {
    background-color: #a12384 !important;
}

.tribe-events-event-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}