@media screen and (min-width: 768px) {
    
    html {
        font-size: 11px;
    }
    
    #footer.advanced_footer .advanced_footer_item {
        padding-right: 97px;
    }
    .page-store #main_content .store-header,
    .page-store #main_content #additional_nav{
        display: inline-block;
        width: auto;
    }
    .page-store #main_content #additional_nav {
        float: right;
    }
    .page-store #main_content #additional_nav ul li {
        margin-right: 0;
        margin-left: 25px;
    }
    .fullscreen_slideshow ul li .content h2,
    .fullscreen_slideshow ul li .content h2 a,
    .fullscreen_slideshow ul li .content h2 a:visited {
        font-size: 24px;
    }
    
    .fullscreen_slideshow ul li .content h2 .h1_subtitle,
    .fullscreen_slideshow ul li .content h2 a .h1_subtitle {
        font-size: 18px;
    }
    
    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */
    
    .page-contact #sidebar {
        float: left;
        padding-left: 0;
        padding-right: 50px;
    }
    .page-contact #content_module {
        float: right;
    }
    .page-contact .address-block {
        max-width: 540px;
    }
    #footer {
        padding-top: 43px;
    }
    .page-param-type-exhibition_id.page-param-overview #content_module {
        float: right;
    }
    .page-param-type-exhibition_id.page-param-overview #sidebar {
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media screen and (min-width: 1024px) {
    .page-contact #sidebar {
        padding-right: 89px;
    }
    .page-param-type-exhibition_id.page-param-overview #sidebar {
        padding-right: 90px;
    }
    .page-artists .subsection-overview #sidebar,
    .page-artists .subsection-biography #sidebar {
        width: 56%;
        padding-left: 100px;
    }
    .page-artists .subsection-overview #content_module,
    .page-artists .subsection-biography #content_module {
        width: 44%;
    }
    .section-store .subsection-store-grid-artworks .detail_list .image {
        margin-bottom: 0;
        width: 42%;
    }
    .section-store .subsection-store-grid-artworks .detail_list .content {
        width: 58%;
    }
    .section-store .subsection-store-grid-artworks .detail_list ul li {
        margin-bottom: 60px;
    }
    .section-store .subsection-store-grid-artworks .detail_list .content {
        padding-left: 40px;
    }
    
}
@media screen and (min-width: 1280px) {
    #slideshow .slideshow_pagination_next {
        right: -25px;
    }
    #slideshow .slideshow_pagination_prev {
        left: -25px;
    }
}




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

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


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



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



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



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */
    
    .section-home #slideshow .inner {
        flex-direction: column;
    }


}



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


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


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



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



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



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */
    
    #home_splash .content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .section-home #slideshow h2 a .h1_subtitle {
        padding-left: 0;
        display: block;
        margin-bottom: 0;
    }
    .section-home #slideshow h2 .h1_subtitle,
    .section-home #slideshow h2 a .h1_subtitle {
        line-height: 1.7rem;
    }
    
    .page-param-type-exhibition_id .subsection-exhibition-detail-page #slideshow.records_list ul li .image > span {
        display: flex;
    }



}





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


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

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



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



    /* -----------------------------------------------------------
        Global classes
    ----------------------------------------------------------- */
    
    .feature_panels .records_list ul li .image {
        margin: 0 0 25px;
    }
    .image_list.records_list ul li .content {
        padding-top: 20px;
    }
    #image_gallery #content_module .subtitle .artist {
        margin-bottom: 45px;
    }



    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */
    
    .subsection-artists-list #content.vertical-align-middle {
        padding-left: 5%;
        padding-right: 5%;
    }
    .section-store .subsection-store-grid-artworks .detail_list .content .description {
        padding-bottom: 40px;
    }
    .section-store .subsection-store-grid-artworks .detail_list .content .price {
        margin: 0;
        padding: 0;
    }
    
    


}


