.tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event-featured-image-wrapper,
.tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event-datetime
{
    display: none;
}
article.other_event {
    background: #f2921c;
}
article.dlfny_event {
    background: darkmagenta;
}

.categories_tabs .categories_select {
    padding: 10px;
    font-weight: bolder;
    font-size: 16px;
}

.categories_select.active.all {
    background: red;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.categories_select.active.dlfny, .cat_dlfny {
    background: darkmagenta;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.categories_select.active.other, .cat_other {
    background: #f2921c;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tribe-events-calendar-month__body article.tribe_events a {
    color: #fff;
    font-weight: bold;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    font-size: 20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height: 130px;
}
.tribe-events .tribe-events-calendar-month__header-column-title {
    font-size: 18px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title {
    font-size: 16px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-size: 12px;
}

.tribe-events-c-promo, .tribe-events-single .tribe-events-sub-nav {
    display: none !important;
}

