


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

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


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

    #header, #page_header, .type-fullscreen #header, 
    .layout-hero-header #header, .header-fixed-wrapper #header, 
    #slideshow.split_slideshow.full_list, #hero_header.hero-mode-split,
    #container {
      padding: 0 var(--space-0);
    }

    body.responsive-nav-slide-nav.responsive-nav-side-position-fullscreen #responsive_slide_nav_wrapper .navigation ul li a, 
    body.responsive-nav-slide-nav.responsive-nav-side-position-fullscreen #responsive_slide_nav_wrapper .navigation ul li .dropdown-btn {
      font-size: 2rem;
    }

   body {
      text-align: left;
      font-size: var(--base-step-0--responsive-font-size);
      line-height: var(--base-step-0-responsive-line-height);
   }

   #bio,
   .records_list .content .description {
      font-size: 1.4rem;
      line-height: 1.8em;
   }

   #content {
      margin: 0;
      padding: 20px 0 0;
   }

   #main_content,
   #footer .inner {
      padding: 0;
   }

   body.layout-hero-header.layout-fixed-header:not(.layout-hero-mode-inset):not(.layout-hero-header-aspect-ratio) #main_content {
      padding: 0 !important;
   }

   body.layout-hero-mode-inset #hero_header,
   .heading_wrapper h1 .h1_heading,
   #main_content h1,
   #hero_header,
   .records_list .content .date  {
      margin: 0;
   }

   #hero_header #hero_heading {
      left: var(--space-2);
      right: auto;
   }

   #top_nav.navigation ul li.active {
      border-bottom: none;
   }

   #content, #main_content .heading_wrapper, #sub_nav, #exhibitions_nav, .records_list, .image, .content {
      /* float: none; */
      /* width: 100%;
      min-height: 0;
      min-width: 0;
      margin: 0;
      height: auto;
      clear: both; */
   }

   .heading_wrapper.heading_wrapper_alternative #sub_nav.navigation {
      padding: var(--space-1) 0;
   }


   .fullscreen_slideshow ul li .content .h1_subtitle,
   .section-home #slideshow.fullscreen_slideshow ul li .content h2 span {
      font-size: var(--h-step-2-font-size);
      line-height: var(--h-step-2-line-height);
   }

   .fullscreen_slideshow ul li .content .h1_subtitle {
      margin: var(--space--1) 0 0;
   }

   .fullscreen_slideshow .content h2 {
      margin: 0 0 var(--space--1) 0;
   }

   .fullscreen_slideshow ul li .content .inner {
      padding: 0 var(--space-1);
   }

   #footer {
      margin: 0 0 var(--space-2);
   }

   #footer.advanced_footer #social_links {
      padding: var(--space-2) 0 0;

   }

   #footer.advanced_footer .advanced_footer_item {
      min-width: 160px;
   }

   #map_basic, .google-map {
      height: 400px;
   } 


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

    #slideshow {
      left: var(--space--1);
      right: var(--space--1);
      width: auto;
      backface-visibility: hidden;
      position: static;
    }

    .section-home #slideshow ul,
    #slideshow.fullscreen_slideshow {
      right: 0 !important;
      left: 0 !important;
    }

    #hero_header {
      right: 0;
    }

   #hero_heading,
   #hero_heading a {
      font-size: 6rem;
      line-height: 1em;
      min-width: 320px;
   }

   #hero_heading .subtitle_location a {
      font-size: var(--base-step-1-font-size);
   }

   body.layout-hero-header.layout-hero-header-record-data:not(.type-fullscreen) #main_content::before {
      height: 62vh;
   }

   body.layout-hero-header.layout-hero-header-record-data #hero_header > .inner, 
   body.layout-hero-header.layout-hero-header-record-data:not(.type-fullscreen) #main_content::before,
   #hero_header > .inner, body.layout-hero-header #container::before {
      min-height: 95vh;
   }

   #sidebar, .sidebar {
      width: var(--width-100);
      padding: 0;
   }

   #content_module, .content_module {
      width: var(--width-100);
   }
   

   blockquote {
      font-size: var(--h-step-2-font-size);
   }

   #slideshow.fullscreen_slideshow::before, 
   #slideshow.fullscreen_slideshow::after {
      width: 0;
   }

   .records_list ul li .content {
      padding: var(--space--1) 0;
   }

   .records_list ul li .dimensions, 
   .records_list ul li .medium {
      font-size: 1.4rem;
   }



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

    /* Feature Panels
    ----------------------------------------------------------- */

    /* .feature_panels .panel_image_text_adjacent .image,
    .feature_panels .panel_image_text_adjacent .content,
    .records_list.feature_list ul li .image {
      width: var(--width-100);
    } */

    .feature_panels .panel_image_text_adjacent .content .hidden {
      display: none;
    }

    .feature_panels .panel_image_text_adjacent .content {
      padding: 0 0 0 30px;

    }
     .feature_panels .panel_image_text_adjacent.panel_variant_2 .content {
      padding: 0 30px 0 0;
    }

    .feature_list ul li .content .location {
      border-bottom: var(--border-dark);
    } 

     .feature_list ul li .content .location, 
     .feature_list ul li .content .date {
      font-size: var(--base-step--1-font-size);
      line-height: var(--base-step--1-line-height);
   }

   .records_list ul li {
      padding-right: 20px;
   }

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

    /* Home
    ----------------------------------------------------------- */

    .section-home #slideshow.fullscreen_slideshow,
    .fullscreen_slideshow ul li .content .date {
      position: relative;
    }

    #slideshow.fullscreen_slideshow {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      z-index: 1000;
      backface-visibility: hidden;
   }

   .fullscreen_slideshow ul li .content h2, 
   .fullscreen_slideshow ul li .content h2 a {
      font-size: 6rem;
      line-height: 1em;
   }

   .section-store .subsection-store-basket {
        padding: 50px 0 0 0;
   }


   /* Artists
   ----------------------------------------------------------- */

   .section-artists .sidebar {
      width: 60%;
   }

   .section-artists .heading_wrapper.heading_wrapper_alternative #sub_nav.navigation {
      padding: 40px 0 0 0;
   }

   /* Art fairs
   ----------------------------------------------------------- */

   .section-art-fairs #main_content .heading_wrapper {
      width: var(--width-100);
   }

   /* Exhibitions
    ----------------------------------------------------------- */

   .section-exhibitions #content_module, .section-exhibitions .content_module {
      column-count: 1;
   }

   .section-exhibitions .reveal-subnav-dropdown-list {
      margin-top: -63px
   }

   #exhibitions-grid-current .records_list.feature_list ul li .content {
      margin: 0 0 0 30px;
   }

   /* News
    ----------------------------------------------------------- */

    .section-news #main_content {
      padding: 0;
    }

    .section-news .layout-no-subnav .heading_wrapper {
      width: var(--width-100);
    }

   /* Store
   ----------------------------------------------------------- */

   .section-store #sub_nav {
      padding: var(--space-2) 0;
    }

   /* Press
   ----------------------------------------------------------- */

   .layout-no-subnav .heading_wrapper {
      width: 100%;
      margin: var(--space-2) 0;
   }
}

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

   .heading_wrapper .subtitle, .heading_wrapper .date, 
   .heading_wrapper .location {
      clear: both;
   }

   .section-home .fullscreen_slideshow ul li .content .inner {
      padding: 0 var(--space-1);
   }

   #content_module, .content_module {
      width: var(--width-100);
   }

   .records_list ul li .content {
      padding: var(--space--1) 0;
   }

   .records_list ul li .content .title, .records_list ul li .content .artist {
      font-size: var(--h-step-2-font-size);
      line-height: var(--h-step-2-line-height);
   }

   .poster, .subtitle, .h1_subtitle, .location {
      font-size: var(--base-step-1-font-size);
   }

   #hero_header {
      right: 0;
   }

   #hero_header #hero_heading {
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      align-items: start;
      margin: var(--space-0);
   }

   .subtitle_location_date {
      width: var(--width-100);
   }

   #exhibitions-grid-current .records_list.feature_list ul li .content {
      margin: 0 0 0 20px;
      padding: 10px 0;
   }
   #exhibitions-grid-forthcoming .records_list.feature_list ul li .content {
      margin: 0 20px 0 0;
      padding: 10px 0;
   }

   #exhibitions-grid-current .records_list ul li a .content h2, 
   #exhibitions-grid-forthcoming .records_list ul li a .content h2 {
      margin: 15px 0;
   }

   #exhibitions-grid-current .feature_list ul li .content .description, 
   #exhibitions-grid-forthcoming .feature_list ul li .content .description {
      padding-top: 5px;
   }

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

   .records_list.feature_list ul li .content {
      padding: 0 var(--space-2) 0 0;
   }

   .section-exhibitions .records_list ul li .content {
      padding: var(--space-0) 0;
   }

   .section-art-fairs .records_list .content .description,
   .section-news .records_list .content .description {
      padding: var(--space-0) 0 5px 0;
   }

   .related_items_panel .records_list.mini_list ul li .content {
      padding: 5px 0;
   }

   .records_list.feature_list ul li .image span {
      padding: 0;
   }

   #cookie_notification .inner #cookie_notification_preferences {
      margin-left: 0;
      padding: 3rem;
   }

   .section-exhibitions .scroll_section_installation_shots .subheading {
      display: none;
   }
}



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


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


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

    #sidebar, .sidebar,
    .records_list.feature_list ul li .image span,
    #exhibitions-grid-current .section-exhibitions .records_list.feature_list ul li .image span {
      padding: 0;
    }

    #content,
    .mini_list ul li {
      margin: 0;
    }

   #hero_header {
      right: 0;
      left: 0;
   }

    #hero_header > .inner {
      justify-content: end;
    }

    #hero_header #hero_heading .title {
      text-align: start;
    }

    .subheading {
      margin: 0 0 50px;
    }

   .feature_panels .panel_image_text_adjacent .image,
    .feature_panels .panel_image_text_adjacent .content,
    .records_list.feature_list ul li .image {
      width: var(--width-100);
    }

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

    .feature_panels .panel_image_text_adjacent .content .hidden {
      display: none;
    }

    .records_list.flow_list .flow_list_formatted ul {
      gap: 30px;
    }

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

    .section-contact .records_list.feature_list ul li {
      display: flex;
      flex-direction: column;
    }

    #map_basic, .google-map {
      height: 300px;
    }

   #exhibitions-grid-current .subheading {
      position: relative;
      border-top: var(--border-dark);
    }

    .section-exhibitions .navigation ul {
      float: left;
    }

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

   /*  Exhibitions
   ----------------------------------------------------------- */

   .section-exhibitions .location_dates {
      width: 80%;
   }

   #exhibitions-grid-current .records_list.feature_list ul li .content,
   #exhibitions-grid-forthcoming .records_list.feature_list ul li .content {
      padding: 20px 0;
      margin: 40px 0;
      display: flex;
      flex-direction: column;
      position: relative;
   }

   .section-exhibitions .subsection-press_release .content_module {
      column-count: 2;
   }

   /*  Art Fairs
   ----------------------------------------------------------- */

   .section-art-fairs .subsection-event-detail-page .subtitle_date {
      padding: 7px 0;
      font-size: var(--base-step-1-font-size);
   }

   /*  Artists
   ----------------------------------------------------------- */

   .section-artists .sidebar {
      width: 100%;
   }

   .section-artists .navigation ul {
      float: left;
   }

   /*  Shop
   ----------------------------------------------------------- */

   .section-store #hero_header:not(.hero-mode-split) .title, 
   .section-store #hero_header:not(.hero-mode-split) .subtitle {
      text-align: start;
      font-size: 6rem;
   }

   .section-store #hero_header #slideshow ul li .content, 
   .section-store #hero_header #slideshow ul li .content a {
      justify-content: end;
   }

   .section-store #h1_wrapper, 
   .section-store .h1_wrapper {
      width: 100%;
   }

   .section-store .navigation ul {
      float: left;
   }

}





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


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

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

   .link, .link a, .link span, .simple_list ul li a, 
   #content_module .date, .content_module .date {
      font-size: var(--base-step-1-responsive-font-size);
      line-height: var(--base-step-1-line-height);
   }


   #hero_header {
      margin: 0;
      border: none;
   }

    #footer .inner,
    .records_list.tile_list ul li,
    .records_list.feature_list ul li .content {
      padding: 0;
    }

    #footer #social_links {
      position: relative;
    }

    #footer.advanced_footer .copyright {
      display: block;
    }

    #footer #copyright .copyright-text, 
    #footer #copyright #artlogic, 
    #footer #copyright #artlogic a {
      margin: 0;
    }

    #footer #copyright {
      display: flex;
      flex-direction: column;
      float: left;
    }

   .subheading {
      margin: 0 0 var(--space-1);
    }

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

    .subheading,
    .reveal-subnav-dropdown-list,
    .records_list .content h2,
    .records_list ul li .content .title, .records_list ul li .content .artist,
    .fullscreen_slideshow ul li .content .h1_subtitle,
    .section-home #slideshow.fullscreen_slideshow ul li .content h2 span,
    h2, .feature_list ul li .content h2,
    body.responsive-nav-slide-nav.responsive-nav-side-position-fullscreen #responsive_slide_nav_wrapper .navigation ul li .dropdown-btn {
      font-size: var(--h-step-2-font-size);
    }

     body.responsive-nav-slide-nav.responsive-nav-side-position-fullscreen #responsive_slide_nav_wrapper .navigation ul li a {
      font-size: 2.5rem;
     }

    .navigation ul {
      float: left;
    }

    .section-viewing-room .feature_panels .panel_type_2 .description {
        column-count: 1;
    }

    #hero_header .subtitle_location, 
    #hero_heading .subtitle_location a,
    #hero_header .subtitle_date,
    .section-exhibitions #hero_header .subtitle_location,
    .section-exhibitions #hero_header .subtitle_date {
      font-size: var(--base-step--1-font-size);
    }

    #hero_header {
      left: 0;
      right: 0;
    }

    #hero_header #hero_heading {
      margin: 0;
      position: relative;
    }

    #hero_header #hero_heading .title {
      text-align: start;
      left: 32px;
    }

    .subtitle_location_date {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      order: 0;
      padding-bottom: 10px;
    }


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

    body.responsive-layout-forced-image-lists .records_list.image_list ul li .image span img, 
    body.responsive-layout-forced-lists .records_list.detail_list ul li .image span img {
      height: 100%;
      object-fit: cover;
    }

    #sub_nav.navigation, #exhibitions_nav.navigation, 
    .list_grid_control.navigation, .subsection-navigation.navigation, 
    .heading_wrapper .news_filters_group.navigation {
      margin-top: var(--space-0);
    }

    .heading_wrapper.heading_wrapper_alternative #sub_nav.navigation {
      margin: var(--space-1) 0;
    }

    #sub_nav.navigation ul li, 
    #exhibitions_nav.navigation ul li, 
    .list_grid_control.navigation ul li {
      margin: 0 var(--space-0) 0 0;
    }

    .reveal-subnav-dropdown-list .dropdown-arrow {
      top: 6px;
    }
    
    body.responsive-layout-forced-image-lists .records_list.image_list ul li .image span img, 
    body.responsive-layout-forced-lists .records_list.detail_list ul li .image span img {
      width: 100%;
    }

    /* -----------------------------------------------------------
       Page Specific
    ----------------------------------------------------------- */
    .feature_list ul li .content .location {
      padding-bottom: var(--space--2);
    }

    .records_list .content .subtitle,
    .feature_list ul li .content .subtitle {
      font-size: 1.6rem;
      line-height: var(--base-step--1-line-height);
    }


    blockquote {
      width: var(--width-100);
    }

   /*  Artists
   ----------------------------------------------------------- */

   .section-artists .subsection-exhibitions .records_list.feature_list ul li > a ,
   .section-art-fairs .records_list, .records_list > ul li .content{
      display: block;
   }

    .section-artists .subsection-exhibitions .records_list.feature_list ul li .content {
      padding: 30px 0;
      margin: 0;
    }

   /*  News
   ----------------------------------------------------------- */

   .section-news .layout-no-subnav .heading_wrapper {
      padding: var(--space--1) 0;
   }

   /*  Art Fairs
   ----------------------------------------------------------- */

   .section-art-fairs .heading_wrapper h1 .h1_heading {
      padding: var(--space--1) 0 0 0;
   }

   .section-art-fairs #main_content .heading_wrapper {
      width: var(--width-100);
      float: none;
   }

   .section-art-fairs #events-grid-forthcoming_featured .feature_list ul li .content h2 {
      padding: 20px 0 0 0;
   }

   /*  Exhibitions
   ----------------------------------------------------------- */

   .section-exhibitions .location_dates {
      display: none;
    }

    .section-exhibitions .reveal-subnav-dropdown-list {
      font-size: var(--base-step-1-font-size);
    }


   #exhibitions-grid-current .records_list.feature_list ul li .content,
   #exhibitions-grid-forthcoming .records_list.feature_list ul li .content {
      padding: 40px 0;
      margin: 0;

      display: flex;
      flex-direction: column;
      position: relative;
   }

   #exhibitions-grid-container #exhibitions-grid-past.subsection-exhibitions-grid .navigation ul {
      float: none;
   }

   .section-exhibitions .scroll_section_installation_shots .subheading {
      padding: var(--space-0);
   }

     .section-exhibitions .records_list ul li a .content h2,
    .subsection-exhibitions .records_list .content h2 {
      margin: 35px 0 10px 0;
    }

    .section-exhibitions #exhibitions-grid-current .records_list ul li a .content .date, 
    .section-exhibitions #exhibitions-grid-forthcoming .records_list ul li a .content .date,
    .section-artists .subsection-exhibitions .feature_list ul li .content .location, 
    .section-artists .subsection-exhibitions .feature_list ul li .content .date,
    .section-exhibitions #exhibitions-grid-current .records_list ul li a .content .location, 
    .section-exhibitions #exhibitions-grid-forthcoming .records_list ul li a .content .location {
      top: 0;
    }

   .section-exhibitions .subsection-press_release .content_module {
      column-count: 1;
    }

   /*  Viewing Room
   ----------------------------------------------------------- */

   .section-viewing-room .records_list.gd_no_of_columns_2:not(.feature_list):not(.tile_list) > ul > li {
      width: var(--width-100);
   }
}

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

    #hero_header .subtitle_location, 
    #hero_heading .subtitle_location a,
    #hero_header .subtitle_date,
    .section-exhibitions #hero_header .subtitle_location,
    .section-exhibitions #hero_header .subtitle_date {
      font-size: 12px;
    }

    #hero_header #hero_heading {
      margin: 0;
      position: relative;
      width: 100%;
   }

   #hero_header #hero_heading .title {
      text-align: center;
   }

   .subtitle_location_date {
      display: none;
   }
}