﻿
/* |<----------->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 991px) {

    .events_view_filters {
        font-size: 0.9em;
    }

    .calendar_week_labels {
        display: none;
    }

    .calendar_day {
        width: auto;
        float: none;
    }

    .calendar_day_inner {
        height: auto !important;
        min-height: 40px;
    }

    .other_month {
        display: none;
    }

    .calendar_day_number {
        right: auto;
        left: 10px;
    }

    a.calendar_event {
        margin-right: 0;
        margin-left: 27px;
    }

    .carousel-event {
        background: #222a5e !important;
    }

    .carousel-event,
    .carousel-event .container,
    .carousel-event .container .row,
    .carousel-event .container .col-xs-12 {
        height: auto;
    }

    .carousel-event-image {
        padding: 0;
    }

    .carousel-event-image img {
        height: 10em !important;
    }

    .event-snippet {
        display: none;
    }

    .carousel-event-pager {
        display: none;
    }

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    a.calendar_event {
        margin-right: 0;
        margin-left: 27px;
    }

    .sidebar_box {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
