﻿
/* |<---->|                      */
/* |  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;
    }
}

/* |<----------->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 991px) {

    .events_view_filters {
        font-size: 0.9em;
    }
    .ticket_container {
        padding: var(--pl) var(--p) var(--p) var(--p);
    }

    .ticket {
        flex-flow: column;
    }
        .ticket::before {
            transform: none;
            background-position: bottom;
            background-size: contain;
            background-image: url(../../_resources/images/artp-arrows-vert.png);
        }

        .ticket .flex{
            flex-flow: column;
        }
        .ticket .details{
            width: 100%;
        }
}