@font-face {
  font-family: 'TWKLausanne-450';
  src: url(../fonts/TWKLausanne-450.woff2) format('woff2'),
       url(../fonts/rTWKLausanne-450.woff) format('woff'),
       url(../fonts/TWKLausanne-450.ttf) format('truetype'),
       url(../fonts/TWKLausanne-450.eot) format('eot');
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: 'TWKLausanne-450Italic';
  src: url(../fonts/TWKLausanne-450Italic.woff2) format('woff2'),
       url(../fonts/TWKLausanne-450Italic.woff) format('woff'),
       url(../fonts/TWKLausanne-450Italic.ttf) format('truetype'),
       url(../fonts/TWKLausanne-450Italic.eot) format('eot');
  font-weight: 450;
  font-style: italic;
}


@font-face {
  font-family: 'TWKLausanne-800';
  src: url(../fonts/TWKLausanne-800.woff2) format('woff2'),
       url(../fonts/rTWKLausanne-800.woff) format('woff'),
       url(../fonts/TWKLausanne-800.ttf) format('truetype'),
       url(../fonts/TWKLausanne-800.eot) format('eot');
  font-weight: 800;
  font-style: bold;
}

@font-face {
  font-family: 'TWKLausanne-800Italic';
  src: url(../fonts/TWKLausanne-800Italic.woff2) format('woff2'),
       url(../fonts/TWKLausanne-800Italic.woff) format('woff'),
       url(../fonts/TWKLausanne-800Italic.ttf) format('truetype'),
       url(../fonts/TWKLausanne-800Italic.eot) format('eot');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Parabole-Regular';
  src: url(../fonts/Parabole-Regular.woff2) format('woff2'),
       url(../fonts/Parabole-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}



html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "calt", "liga", "clig", "kern";
  -webkit-font-feature-settings: "calt", "liga", "clig", "kern";
  -moz-font-feature-settings: "calt", "liga", "clig", "kern";
  -moz-font-feature-settings: "calt=1, liga=1, clig=1, kern=1";
  -ms-font-feature-settings: "calt", "liga", "clig", "kern";
  -o-font-feature-settings: "calt", "liga", "clig", "kern";
}

:root {
  --site-margin-top: 1em;
  --site-margin-side: 1rem;
  --site-nav-font-size: 16px;
}


body{
    font-family: "TWKLausanne-450", "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 450;
    font-size: 1em;
    line-height: 1.3;

    margin-top: var(--site-margin-top);
    margin-left: var(--site-margin-side);
    margin-right: var(--site-margin-side);
    margin-bottom: 0;

    color: black;
    background: white;
}

strong{
  font-family: "TWKLausanne-800", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-style: bold;
}

em{
  font-family: "TWKLausanne-450Italic", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 450;
  font-style: italic;
}

strong em{
  font-family: "TWKLausanne-800Italic", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-style: italic;
}

@media only screen and (min-width: 600px) {
  :root {
    --site-nav-font-size: 20px;
    --site-margin-top: 2em;
    --site-margin-side: 3rem;
  }
}
@media only screen and (min-width: 2200px) {
  :root {
    --site-nav-font-size: 20px;
    --site-margin-top: 2em;
    --site-margin-side: 6rem;
  }
}


figure{
  margin: 0;
}
figure img{
  width: 100%;
  height: auto;
}
img{
  width: 100%;
  height: auto;
}

a{
  color: inherit;
}
a:hover{
  color: #666;
  text-decoration: none;
}

h1{
  font-weight: normal;
  margin: 0 0 0.5em 0;
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
}
h2{
  text-transform: uppercase;
  font-size: var(--site-nav-font-size);
  font-weight: 450;
  margin: 0 0 0.6em 0;
}
h3{
  text-transform: uppercase;
  font-weight: 450;
  margin: 0 0 0.6em 0;
}
h4{
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 0.6em 0;
  font-family: "TWKLausanne-800", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-style: bold;
}
.active{
  color: #CCC;
}




/*Lazy loading*/
img.lazy {
  opacity: 0;
}
img:not(.initial) {
    transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
    opacity: 1;
}
img:not([src]) {
    visibility: hidden;
}



/*Site header*/
/* header.site-header{
  font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 90;
}
header.site-header nav.site-nav{
}
header.site-header nav.site-nav a{
  text-decoration: none;
}
header.site-header nav.site-nav a:hover{
  color: #999;
}
header.site-header nav.site-nav ul{
  margin: 0;
  padding: 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  list-style: none;
  padding-top: 0.2em;
}
header.site-header nav.site-nav ul li{
  margin: 0;
  padding: 0.5em 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  font-size: var(--site-nav-font-size);
}
header.site-header nav.site-nav ul li:nth-child(1){
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.site-header nav.site-nav ul li:nth-child(1) > *{
  width: 49%;
  display: block;
} */


.site-nav-trigger{
  background: none;
  text-align: right;
  position: relative;
}
.site-nav-trigger:hover{
  color: #999;
}
.site-nav-trigger span{
  transform-origin: 50% 50%;
  display: block;
  position: absolute;
  top: -0.2em;
  right: 0;
}
.site-nav-trigger.isOpen span{
  transform: rotate(45deg);
}


header.site-header nav.site-nav ul li button.site-nav-trigger{
  border: 0;
  font-size: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 1.3em;
}

header.site-header nav.site-nav ul li ul.submenu{
  display: none !important;
  padding-top: 0;
}
header.site-header nav.site-nav ul li ul.submenu.isOpen{
  display: flex !important;
}

header.site-header nav.site-nav ul li ul.submenu{
  position: absolute;
  width: 100%;
  background: #FFF;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
/*  -webkit-box-shadow: 0px 10px 20px 0px #FFF;
  box-shadow: 0px 10px 20px 0px #FFF;*/
}
header.site-header nav.site-nav ul li ul.submenu li{
  background: none;
  border-bottom: 2px solid black;
  padding: 0.6em 0 0.4em 0; /*Shared with crumbs*/
  width: 100%;
}
header.site-header nav.site-nav ul li ul.submenu li a{

}
/*header.site-header nav.site-nav ul li:nth-child(2) ul.submenu li:nth-child(1){
  display: inline-block;
  background: #CCC;
}*/
header.site-header nav.site-nav ul li ul.submenu li:last-child{
  border-bottom:none;
}

/*Enable two column main menu*/
@media only screen and (min-width: 400px) {
  header.site-header nav.site-nav ul li ul.submenu{
    justify-content: space-between;
  }
  header.site-header nav.site-nav ul li ul.submenu li{
    width: 49%;
    display: inline-block;
  }
}








main{
  margin-top:8em;
  margin-bottom: 4em;
  min-height: 50vh;
}
main.error p{
  font-size: 3em !important;
}


/*About*/
main section.page-intro{
  margin-bottom: 6em;
}

main section.page-intro .page-intro-text{
  max-width: 52.5em;
}
@media only screen and (min-width: 700px) {
  main section.page-intro .page-intro-text{
    font-size: var(--site-nav-font-size);
  }
}



main.about section.portrait{
  margin-bottom: 4em;
}
main.about section.portrait figure{

}
main.about section.portrait figure figcaption{
  text-align: right;
  color: #999;
}
main.about section.portrait figure img{
  vertical-align: bottom;
}


main.about section.row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid black;
  padding-top: 1em;
  margin-bottom: 2em;
}
main.about section.row .col{
  width: 100%;
  margin-bottom: 1em;
}
main.about section.row .col p{
  margin: 0 0 1em 0;
}
main.about section.row .col.col--full{
  width: 100% !important;
}
@media only screen and (min-width: 700px) {
  main.about section.row{
    border-top: 0;
  }
  main.about section.row .col{
    width: 32%;
    padding-top: 1em;
    border-top: 2px solid black;
  }
main.about section.row .col.col--half{
  width: 66% !important;
}
}

@media only screen and (min-width: 700px) {
  main.about section.row.fullBorder{
    border-top: 2px solid black;
  }
  main.about section.row.fullBorder .col{
    border-top: 0 solid black;
  }
}
main.about section.row .col p:first-child strong, main.about section.row .col h3{
  font-family: "TWKLausanne-450", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 450;
  text-transform: uppercase;
  font-size: var(--site-nav-font-size);
}

main.about section.row.logo img{
  width: 100%;
  max-width: 60em;
}





/*Syn*/

section.downloads{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.downloads a.download{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #f0f0f0;
  width: 47%;
  height: 14em;
  margin-bottom: 2em;
  border: 2px solid transparent;
  text-decoration: none;
  line-height: 1.4;
}
section.downloads a.download:hover{
  border: 2px solid black;
  background: white;
  color: black;
}
@media only screen and (min-width: 380px) {
  section.downloads a.download{
      height: 18em;
  }
}
@media only screen and (min-width: 500px) {
  section.downloads a.download{
      height: 22em;
  }
}
@media only screen and (min-width: 800px) {
  section.downloads{
    justify-content: flex-start;
  }
  section.downloads a.download{
    width: 20em;
    height: 30em;
    margin: 0 2em 2em 0;
  }
}
/*@media only screen and (min-width: 1200px) {
  section.downloads a.download{
    width: 16%;
    height: 32em;
  }
}*/


section.downloads a.download .download-content{
  text-align: center;
  padding: 0 0.5em;
}
section.downloads a.download .download-content .download-title{
  font-size: var(--site-nav-font-size);
  text-decoration: underline;
}
section.downloads a.download .download-content .download-size{

}








main.exhibition{

}

main.exhibition header.exhibition-header{

}
main.exhibition header.exhibition-header h1{
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  font-family: 'Parabole-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 400px) {
  main.exhibition header.exhibition-header h1{
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 600px) {
  main.exhibition header.exhibition-header h1{
    font-size: 5em;
  }
}
@media only screen and (min-width: 2200px) {
  main.exhibition header.exhibition-header h1{
    font-size: 8em;
  }
}

@supports (-webkit-text-stroke: 1px black) {
  main.exhibition header.exhibition-header h1{
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
  }
}

main.exhibition section.exhibition-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main.exhibition section.exhibition-info aside.exhibition-meta{
  border-top: 2px solid black;
  padding-top: 1em;
  width: 20%;
  min-width: 15em;
  font-family: "TWKLausanne-800", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 800;
  font-style: bold;
  margin-top: 0.3em;
  margin-right: 2em;
}
main.exhibition section.exhibition-info aside.exhibition-meta *{
  font-size: var(--site-nav-font-size);
}
main.exhibition section.exhibition-info div.exhibition-text{
  max-width: 44em;
  margin-right: 10%;
}
@media only screen and (min-width: 1400px) {
  main.exhibition section.exhibition-info div.exhibition-text{
    font-size: var(--site-nav-font-size);
  }
}
@media only screen and (min-width: 2200px) {
  main.exhibition section.exhibition-info div.exhibition-text{
    margin-right: 20%;
  }
}
main.exhibition section.exhibition-info div.exhibition-text div.exhibition-description{

}
main.exhibition section.exhibition-info div.exhibition-text div.exhibition-description p{
  margin: 0 0 0.8em 0;
}
main.exhibition section.exhibition-info div.exhibition-text div.artist-bio{
  margin-top:  4em;
}



main.exhibition section.exhibition-gallery{
  margin-top: 4em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr 2%  1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  grid-row-gap: 5%;
  margin-bottom: 16em;
}

main.exhibition section.exhibition-gallery figure{
  -ms-grid-column-span: 6;
  grid-column: span 6;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 900px) {
  main.exhibition section.exhibition-gallery figure{
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
main.exhibition section.exhibition-gallery figure a{
  display: block;
  width: 100%;
  height: auto;
}
main.exhibition section.exhibition-gallery figure a img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
main.exhibition section.exhibition-gallery figure a figcaption{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  color: #999;
  font-size: 11px;
}
main.exhibition section.exhibition-gallery figure a figcaption p{
  margin: 0.6em 0 0 0;
}









/* Breadcrumb */

nav.nav-page-crumb{
  font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
nav.nav-page-crumb ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.nav-page-crumb ol li{
  float: left;
  margin-right: 0.5em;
}
nav.nav-page-crumb ol li:first-child{
  display: none;
  visibility: hidden;
}

nav.nav-page-crumb ol li a{
  font-size: var(--site-nav-font-size) !important;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 0 0.4em 0; /*Shared with crumbs*/
  letter-spacing: 0.02em; /*Shared from site nav li*/
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 450;
  color: #999;
}
nav.nav-page-crumb ol li:last-child a{
  color: black;
}
nav.nav-page-crumb ol li a:hover{
  color: black;
}


/* Manually removes middle stages of store crumb*/
body.page-store-artist nav.nav-page-crumb ol li:nth-child(3),
body.page-store-product nav.nav-page-crumb ol li:nth-child(3){
  display: none;
  visibility: hidden;
}












/*-------------------------*/
/* SHARED EXHIBITION VIEWS */
/*-------------------------*/

.exhibition .exhibition-meta{
  margin-top: 1em;
  text-transform: uppercase;
  min-height: 6.5em; /*Make sure this fits 4 lines of text*/
}
.exhibition .exhibition-meta h3{
  margin: 0;
  font-size: inherit;
}
.exhibition a{
  text-decoration: none;
}
.exhibition a:hover{
  text-decoration: underline;
}

/*.exhibition .exhibition-date .exhibition-timestamp{
  display: inline-block;
}
*/
.exhibition .exhibition-image{
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.exhibition .exhibition-image figure{
  margin: 0;
}
.exhibition .exhibition-image figure a{
  text-decoration: none;
  display: block;
}
.exhibition .exhibition-image figure a:hover{
  opacity: 0.9;
}
.exhibition .exhibition-image figure a img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*SHARED SIZES*/
.exhibition.item-size-small .exhibition-meta{
  min-height: 5em; /*Make sure this fits 4 lines of text*/
}
.exhibition.item-size-small .exhibition-image{
  margin-top: 1em;
}





/* Exhibitions: program featured */
section.program-featured{
  margin-bottom: 3em; /*Shared/same*/
}
section.program-featured .program-featured-exhibitions{

}
section.program-featured .program-featured-exhibitions{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 1em;
}
section.program-featured .program-featured-exhibitions .exhibition{
  border-top: 2px solid black;
  width: 100%;
  margin-bottom: 4em;
}

@media only screen and (min-width: 600px) {
  section.program-featured .program-featured-exhibitions .exhibition {
    width: 49%;
    margin-bottom: 1em;
  }
  section.program-featured .program-featured-exhibitions .exhibition .exhibition-date,
  section.program-featured .program-featured-exhibitions .exhibition .exhibition-details{
    font-size: var(--site-nav-font-size);
  }
}

section.program-featured .program-featured-exhibitions .exhibition .exhibition-details h3{
  font-size: inherit;
}









/* Exhibitions: program compact  */
section.program-compact{
  background: #D8EBE9;
  padding: 3em var(--site-margin-side);
  margin: 0 calc(var(--site-margin-side) * -1) 3em calc(var(--site-margin-side) * -1);
}

section.program-compact .program-compact-exhibitions{
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.program-compact .program-compact-exhibitions .exhibition{
  width: 49%;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid black;
  /*padding-top: 1em;*/
}

section.program-compact .program-compact-exhibitions .exhibition .exhibition-meta{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 4em;
  /*font-size: var(--site-nav-font-size);*/
}
section.program-compact .program-compact-exhibitions .exhibition .exhibition-date{
  margin-bottom: 0.5em;
  width: 30%;
  padding-right: 1em;
  min-width: 11em;
}
section.program-compact .program-compact-exhibitions .exhibition .exhibition-details{
  min-width: 11em;
}
section.program-compact .program-compact-exhibitions .exhibition .exhibition-date .exhibition-timestamp{
}

section.program-compact .program-compact-exhibitions .exhibition .exhibition-details h3{
  font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}








/* Exhibitions: program archive */
section.archive{
  margin-bottom: 3em; /*Shared/same*/
}
section.archive .archive-list{
  border-top: 2px solid black;
  padding-top: 1em;
}
section.archive .archive-list .program-archive{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 1fr 2% 1fr 2% 1fr 2% 1fr 2% 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  padding-top: 1em;
  padding-bottom: 4em;
}
section.archive .archive-list .program-archive .exhibition{
  border-top: 2px solid black;
  margin-bottom: 1em;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
section.archive h3{
  font-size: inherit;
  margin: 0;
  margin-top: 0.25em;
}
@media only screen and (min-width: 600px) {
  section.archive .archive-list .program-archive .exhibition{
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1100px) {
  section.archive .archive-list .program-archive .exhibition{
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (min-width: 2400px) {
  section.archive .archive-list .program-archive .exhibition{
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}









/* HOME BLOCKS*/
section.home-blocks{
  padding: 2.1em 0;
}
section.home-blocks .block{
}



/* ALL BLOCKS*/
.block{
}

/* HOME BLOCKS:  Notice*/
.block.block-type--notice{
  background: #F7CBB0;
  padding: 2em;
  text-align: center;
  margin-bottom: 6em;
  border-radius: 0.25em;
}
.block.block-type--notice h2{
  margin: 0.4em 0 0.2em 0;
}
.block.block-type--notice p{
  max-width: 60em;
  margin: 0 auto 0.4em auto;
}

/* BLOCKS:  Program*/
.block.block-type--program{
  background: #D8EBE9;
  padding: 3em var(--site-margin-side);
  margin: 4em calc(var(--site-margin-side) * -1) 3em calc(var(--site-margin-side) * -1);
}
.block.block-type--program .program-compact-exhibitions{
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block.block-type--program .program-compact-exhibitions .exhibition{
  width: 49%;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 2px solid black;
}
.block.block-type--program .program-compact-exhibitions .exhibition .exhibition-meta{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 4em;
}
.block.block-type--program .program-compact-exhibitions .exhibition .exhibition-date{
  margin-bottom: 0.5em;
  width: 30%;
  padding-right: 1em;
  min-width: 11em;
}
.block.block-type--program .program-compact-exhibitions .exhibition .exhibition-details{
  min-width: 11em;
}
.block.block-type--program .program-compact-exhibitions .exhibition .exhibition-date .exhibition-timestamp{
}
.block.block-type--program .program-compact-exhibitions .exhibition .exhibition-details h3{
  font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* HOME BLOCKS:  Exhibition*/
.block.block-type--exhibition{
  border-top: none;
  width: 100%;
  margin-bottom: 6em;
}
.block.block-type--exhibition .exhibition-image{

}
.block.block-type--exhibition .exhibition-meta{
  min-height: auto;
  font-size: var(--site-nav-font-size);
/*  display: flex;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: wrap;*/
}
.block.block-type--exhibition .exhibition-meta .exhibition-date{
  padding-right: 2em;
}
.block.block-type--exhibition .exhibition-meta .exhibition-date .exhibition-timestamp{
  max-width: 12em;
  border-top: 2px solid black;
  padding-top: 0.6em;
  margin-top: 1em;
}

.block.block-type--exhibition .exhibition-meta .exhibition-details h3{
  font-family: 'Parabole-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1;
  margin-top:-0.15em;

  -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-width: 10em;
    margin: 0;
}
@media only screen and (min-width: 400px) {
  .block.block-type--exhibition .exhibition-meta .exhibition-details h3{
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 600px) {
  .block.block-type--exhibition .exhibition-meta .exhibition-details h3{
    font-size: 5em;
  }
}
@media only screen and (min-width: 2200px) {
  .block.block-type--exhibition .exhibition-meta .exhibition-details h3{
    font-size: 8em;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  .block.block-type--exhibition .exhibition-meta .exhibition-details h3 {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
  }
}



/*Styles for second (last) exhibitor on home page*/
@media only screen and (min-width: 1000px) {
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition{
    border-top: none;
    width: 100%;
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition-meta{
    width: 40%;
  }
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition-meta .exhibition-date{
    min-width: auto;
    padding-right: 1em; /*To ensure reflow of line*/
  }
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition-meta .exhibition-details{
    display: flex;
    align-items: flex-start;
  }
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition-image{
    width: 60%;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
  .block.block-type--exhibition.exhibition-size-isSmall .exhibition-meta .exhibition-details h3{
    font-size: 3.5em;
    padding-right: 0.25em; /*To ensure reflow of line*/
  }
}






/*NEWS BLOCK*/
.block.block-type--news{
  margin: 4em 0;
}
.block.block-type--news .news-row.news-reverse{
  flex-direction: row-reverse;
}
.block.block-type--news .news-col figure img{
  vertical-align: bottom;
  margin-bottom: 1.5em;
}
.block.block-type--news .news-col h3{
  border-top: 2px solid black;
  padding-top: 1em;
}
.block.block-type--news .news-col.news-col-text{
  display: flex;
  flex-wrap: wrap;
}
.block.block-type--news .news-col.news-col-text .news-col-text-content{
  margin-top: auto;
  width: 100%;
}
.block.block-type--news .news-col.news-col-text .news-col-text-content p{
  max-width: 30em;
}
@media only screen and (min-width: 900px) {
  .block.block-type--news .news-row{
    display: flex;
    justify-content: space-between;
  }
  .block.block-type--news .news-row .news-col{
    width: 49%;
  }
}










section.program-home{
  padding-top: 2.1em;
  margin-bottom: 6em;
}








section.store-home{
  border-top: 2px solid black;
  margin-top: 3em;
  padding-top: 1em;
  margin-bottom: 6em;
}
section.store-home h2{
  margin-bottom: 2em;
}






/*Store section*/
main.store{
}
main.store h2{
  margin-bottom: 2em;
}

main.store section.studio{
  margin-bottom: 1em;
  padding-bottom: 6em;
  border-bottom: 2px solid black;
}

@media only screen and (min-width: 900px) {
  main.store section.studio{
    display: flex;
    justify-content:  flex-start;
    flex-direction: row-reverse;
  }
  main.store section.studio .studio-artists{
    width: 30%;
  }
  main.store section.studio .studio-about{
    width: 70%;
  }
}
main.store section.studio .studio-artists{

}
main.store section.studio .studio-artists nav.studio-artists-nav{
}
main.store section.studio .studio-artists nav.studio-artists-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main.store section.studio .studio-artists nav.studio-artists-nav ul li{
}
main.store section.studio .studio-about{

}
main.store section.studio .studio-about .studio-about-text{
  max-width: 40em;
  margin-bottom: 3em;
}







/*Single page store product*/
main.store-product{

}

main.store-product section.store-product-presentation figure figcaption{
  display: none;
  visibility: hidden;
}

main.store-product section.store-product-presentation h1{
  border-top: 2px solid black;
  padding-top: 1em;
  margin-bottom: 2em;
}

main.store-product section.store-product-presentation .store-item-image{
  margin-bottom: 2em;
}

/*Product gallery*/
main.store-product section.store-product-presentation .store-item-image-additional{
  margin-top: 0.5em;
  display: grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1em 3fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 2em;
}
/*@media only screen and (min-width: 1200px) {
  main.store-product section.store-product-presentation .store-item-image-additional{
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(3, 1fr);
    max-width:50em;
  }
}
*/



main.store-product section.store-product-presentation .store-item-details{

}

main.store-product section.store-product-presentation .store-item-details .store-item-details-text{
  max-width: 40em;
  margin-bottom: 3em;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-buy{
font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-buy form button{
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 0.6em 1em 0.6em 1em;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  background: none;
  cursor: pointer;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-buy form button:hover{
  background: black;
  color: white;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-buy .store-item-details-buy-price{
  font-size: var(--site-nav-font-size);
  margin-bottom: 1em;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-meta{
  margin-top: 2em;
  font-family: 'TWKLausanne-800', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-additional{
  margin-top: 2em;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-bio{
  margin-top: 2em;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-legal{
  margin-top: 5em;
  font-size: 0.75em;
  letter-spacing: 0.01em;
}
main.store-product section.store-product-presentation .store-item-details .store-item-details-text .store-item-details-legal p{
  max-width: 40em;
}






@media only screen and (min-width: 900px) {
  main.store-product section.store-product-presentation{
    display: flex;
    justify-content:  flex-start;
  }
  main.store-product section.store-product-presentation .store-item-image{
    width: 45%;
    margin-right: 5%;
  }
  main.store-product section.store-product-presentation .store-item-details{
    width: 50%;
  }
}


/*main.bio section.artist .artist-details figure{
  margin: 0 0 1em 0;
}
main.bio section.artist .artist-details figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
*/











/*PRODUCTS @ Store*/
section.products{

}

section.products div.products-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.8em;
}
@media only screen and (min-width: 600px) {
  section.products div.products-list{
    font-size: inherit;
  }
}


section.products div.products-list div.product{
  width: 49%;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1100px) {
  section.products div.products-list div.product{
    width: 23.5%;
  }
}

section.products div.products-list div.product figure.product-image{
  position: relative;
  margin-bottom: 1em;
}
section.products div.products-list div.product figure.product-image .soldIndicator{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: tomato;
  border-radius: 50%;
}
section.products div.products-list div.product.isSold figure.product-image .soldIndicator{
  display: block;
}
@media only screen and (min-width: 320px) {
  section.products div.products-list div.product figure.product-image .soldIndicator{
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 900px) {
  section.products div.products-list div.product figure.product-image .soldIndicator{
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  section.products div.products-list div.product figure.product-image .soldIndicator{
    width: 180px;
    height: 180px;
  }
}


section.products div.products-list div.product figure.product-image a{
  display: block;
  text-decoration: none;
  border: 2px solid transparent;
}
section.products div.products-list div.product figure.product-image a:hover{
  border-color: black;
}
section.products div.products-list div.product.isSold figure.product-image a:hover{
  border-color: transparent;
}

section.products div.products-list div.product figure.product-image img{
  vertical-align: bottom;
}
section.products div.products-list div.product .product-details-wrapper{
}
section.products div.products-list div.product .product-details-wrapper .product-details{
}
section.products div.products-list div.product .product-details-wrapper .product-details .product-artist{
  text-transform: uppercase;
}
section.products div.products-list div.product .product-details-wrapper .product-details .product-name{

}
section.products div.products-list div.product .product-details-wrapper .product-details .product-name a{
  text-decoration: none;
}
section.products div.products-list div.product .product-details-wrapper .product-details .product-name a:hover{
  text-decoration: underline;
}
section.products div.products-list div.product .product-details-wrapper .product-sales{
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.products div.products-list div.product .product-details-wrapper .product-sales .product-price{
}
section.products div.products-list div.product .product-details-wrapper .product-sales .product-more{
}

section.products div.products-list div.product .product-details-wrapper .product-sales .product-more a.product-link{
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 0.6em 1em 0.35em 1em;
  font-size: 0.9em;
  letter-spacing: 0.025em;
}
section.products div.products-list div.product .product-details-wrapper .product-sales .product-more a.product-link:hover{
  background: black;
  color: white;
  border-color: white;
}

section.products div.products-list div.product.isSold .product-details-wrapper .product-sales .product-more a.product-link{
  border: 1px solid #999;
  color: #999;
}
section.products div.products-list div.product.isSold .product-details-wrapper .product-sales .product-more a.product-link:hover{
  border: 1px solid #999;
  color: #999;
  background: transparent;
}



/*Store artist bio*/
main.bio h2{
  margin-bottom: 2em;
}

main.bio section.artist{
  margin-bottom: 1em;
  padding-bottom: 6em;
  border-bottom: 2px solid black;
}

main.bio section.artist .artist-details figure{
  margin: 0 0 1em 0;
}
main.bio section.artist .artist-details figure img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (min-width: 900px) {
  main.bio section.artist{
    display: flex;
    justify-content:  flex-start;
    flex-direction: row-reverse;
  }
  main.bio section.artist .artist-details{
    width: 20%;
    margin-right: 5%;
  }
  main.bio section.artist .artist-description{
    width: 75%;
  }
}
main.bio section.artist .artist-description .artist-description-text{
  max-width: 40em;
  margin-bottom: 3em;
}






main.checkout{
  padding-bottom: 4em;
}
main.checkout form.form-checkout{
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 1em 0 4em 0;
  max-width: 30em;
}
main.checkout form.form-checkout input{
  font-size: inherit;
  border: 1px solid #999;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
main.checkout form.form-checkout select{
  font-size: inherit;
  width: 100%;
  box-sizing: border-box;
}

main.checkout #stripe-card{
  border: 1px solid #999;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
main.checkout #checkout-button{
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.6em 1em 0.55em 1em;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  cursor: pointer;
  background: black;
  border: 2px solid black;
  color: white;
  border-radius: 0.2em;
  font-size: 1.25em;
}
main.checkout #checkout-button:hover{
  background: white;
  color: black;
  border-color: black;
}




main.order{
}

main.order button.print{
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 0.6em 1em 0.55em 1em;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  background: none;
  cursor: pointer;
}
main.order button.print:hover{
  border: 1px solid black;
  background: black;
  color: white;
}

@media print {
  header.site-header {
    display: none;
  }
  footer.main-footer {
    display: none;
  }
}





footer.main-footer{
  margin-top: 10em;
  /*margin-bottom: 6em;*/
  background: #111;
  color: #f0f0f0;
  padding: 2em var(--site-margin-side);
  padding-bottom: 4em;
  margin: 0 calc(var(--site-margin-side) * -1);
  line-height: 1.5;
}
footer.main-footer .main-footer-wrapper{
  margin-top: 2.5em ;
  padding-top: 2.5em;
  border-top: 2px solid #f0f0f0;;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.main-footer .main-footer-wrapper .main-footer-col{
  width: 100%;
  margin-bottom: 1em;
}
footer.main-footer .main-footer-wrapper .main-footer-col-newsletter form input{
  font-size: inherit;
  background: transparent;
  border: 1px solid #666;
  padding: 0.25em 0.5em;
  color: white;
  outline: none;
}

@media only screen and (min-width: 400px) {
  footer.main-footer .main-footer-wrapper .main-footer-col{
    width: 49%;
  }
}

@media only screen and (min-width: 1000px) {
  footer.main-footer .main-footer-wrapper .main-footer-col{
    width: 24%;
  }
}


/*PHOTOSHWIPE*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #f0f0f0; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }




 /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 40px;
  height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: -15px -55px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 10px; }

.pswp__button--arrow--right {
  right: 10px; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -215px -50px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -150px -50px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 1.5em;
  line-height: 44px;
  color: #000;
  padding: 0 10px;
}

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #000; }

.pswp__caption__center {
  text-align: left;
  max-width: 56em;
  margin: 0 auto;
  padding: 10px;
  line-height: 1.3;
  color: #000;
}

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 54px;
  width: auto;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  /*background-color: rgba(255, 255, 255, 0.5);*/
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  /*background-color: rgba(255, 255, 255, 0.3);*/
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
