


/* ------------------------------------------------------------------------
--------------------------------- Size 3 ----------------------------------
------------------------------------------------------------------------ */

@media screen and (max-width: 1023px) {


    /* -----------------------------------------------------------
       Generic
    ----------------------------------------------------------- */

    .list_grid_control.navigation {
        clear: both;
    }
    .subsection-exhibition-detail-page .heading_wrapper {
        text-align: left;
    }
    /* -----------------------------------------------------------
       General layout
    ----------------------------------------------------------- */


    #top_nav.navigation ul li.active a {
        border-bottom: 0;
    }
    /* -----------------------------------------------------------
        Global classes
    ----------------------------------------------------------- */



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */


}



/* ------------------------------------------------------------------------
--------------------------------- Size 2 ----------------------------------
------------------------------------------------------------------------ */


@media screen and (max-width: 767px) {


    /* -----------------------------------------------------------
       Generic
    ----------------------------------------------------------- */
    h1 {
        font-size: 1.9rem;
        line-height: 2.4rem;
        margin: 0 0 20px;
    }
    .heading_wrapper h1 .h1_heading {
        margin: 0 0 10px;
    }
    #footer.advanced_footer .advanced_footer_item {
        padding: 0 0 0 0;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    
    .artist_list_section_wrapper:first-of-type,
    .artist_list_section_wrapper:nth-of-type(2) {
        width: 100%;
        float: none;
        display: block;
    }
    .subsection-artists-list .subheading {
        margin: 0 0 30px;
    }
    #hero_header #hero_heading {
        margin: 0px 0 0;
    }
     #hero_heading, .parallax-element-with-slideshow #hero_heading {
        font-size: 30px;
    }
    /* -----------------------------------------------------------
       General layout
    ----------------------------------------------------------- */



    /* -----------------------------------------------------------
        Global classes
    ----------------------------------------------------------- */



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */



}





/* ------------------------------------------------------------------------
--------------------------------- Size 1 ----------------------------------
------------------------------------------------------------------------ */


@media screen and (max-width: 459px) {

    /* -----------------------------------------------------------
       Generic
    ----------------------------------------------------------- */
    #hero_heading, .parallax-element-with-slideshow #hero_heading {
        font-size: 24px;
        line-height: 33px;
    }
    body.responsive-nav-side-position-fullscreen.responsive-nav-slide-nav #responsive_slide_nav_wrapper #top_nav {
        max-width: 800px;
        padding: 0 20px;
    }
    .feature_panels_inner > ul > li {
        display: block;
        margin: 0 0 20px;
    }
    .feature_panels .panel_type_8 .content {
        padding: 20px 0 0;
    }
    .layout-fixed-header #main_content, #main_content {
        padding-top: 20px;
    }
    .feature_panels_inner > ul {
        margin: 0 0 20px;
    }


    
    /* -----------------------------------------------------------
       General layout
    ----------------------------------------------------------- */



    /* -----------------------------------------------------------
        Global classes
    ----------------------------------------------------------- */



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */


}


