
/* |<------------------>|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) {

}

/*               |<---->|        */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 1199px) and (min-width: 992px) {

}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {
    .cycle_banner_container .banner_item_description_container .text_container .flex {
        flex-flow: column;
        gap: 1em;
    }
}

/* |<-->|500                     */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 500px) {
    .cycle_banner_container{
        max-height: 100vh;
    }
    .banner_item_description_column {
        min-width: none;
    }
    .cycle_banner_container .banner_item_date {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 15px;
    }
    .cycle_banner_container .banner_item_description_container {
        max-width: calc(100% - 15px);
    }

    .cycle_banner_container .banner_item_description_container h2{
        font-size: 1.8em;
    }
    .cycle_banner_container .banner_pager{
        bottom: -30px;
        right: 30px;
    }
    
}
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

}

/* |<----------->|               */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 991px) {
    .group_members .listing_grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* |<---->|                      */
/* |  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%;
        }
}
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar {
        margin-bottom: 30px;
    }

    .modNewsFilterBar .btn-group {
        display: block;
    }

    .modNewsFilterBar .dropdown-menu {
        width: 100%;
    }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }
}

@media screen and (max-width: 1199px) {

    .filter_highlight span.second {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 991px) {

    .filter_highlight span.second {
        font-size: 1.5em;
    }
}

/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .listing_grid.start_2.mobile_1 {
        --cols: 1;
    }

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar {
        margin-bottom: 30px;
    }

    .modNewsFilterBar .btn-group {
        display: block;
    }

    .modNewsFilterBar .dropdown-menu {
        width: 100%;
    }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }

    .filter_highlight {
        margin: 15px 0;
    }
}

/* Mobiles Portrait */
@media screen and (max-width : 767px) {

    .search-overlay .closebtn {
        top: 15px;
        right: 15px;
        font-size: 50px;
    }

    .search-overlay-content {
        width: 95%;
    }

    .search-overlay input[type=text] {
        font-size: 1em;
        width: 75%;
    }

    .search-overlay button {
        padding: 14.5px 20px;
    }

    .quicksearch_results ul {
        max-height: 120px;
    }
}