/**
 *
 * Lightbox
 *
 */
/******************************************************************
Site Name: Lisa Yuskavage
Author: Tinymill

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*==================================
=            Typography            =
==================================*/
/*=====  End of Typography  ======*/
/*============================
=            etc.            =
============================*/
/*=====  End of etc.  ======*/
/*===============================
=            Extends            =
===============================*/
/*=====  End of Extends  ======*/
img {
    /* width: 100%;
    height: auto;  */
} 
  
  /*================================
  =            Dragular            =
  ================================*/
  .gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  
  .gu-hide {
    display: none !important; }
  
  .gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important; }
  
  .gu-transit {
    opacity: 0.2;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
  
  /*=====  End of Dragular  ======*/
  h2.lightbox-title {
    line-height: 1.2; }
  
  .lightboxBtn {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px 15px; }
  
  /*icons*/
  .large-icon:before,
  .large-icon:after {
    font-family: "LisaYuskavage";
    font-size: 2rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a4a4a;
    /*   text-shadow: 0px 0px 2px #fff; */
    opacity: 1; }
  
  /* Helper classes */
  .cf:before,
  .cf:after {
    content: ' ';
    display: table; }
  
  .cf:after {
    clear: both; }
  
  .hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  
  /* Blueprint header */
  .bp-header > span {
    color: #171717;
    position: relative;
    z-index: 100;
    display: block;
    padding: 0 0 .6em .1em;
    letter-spacing: .5em;
    text-transform: uppercase;
    text-indent: 30px; }
  
  .bp-header > span span:after {
    font-size: 50%;
    font-size: 75%;
    position: relative;
    top: -8px;
    left: -12px;
    width: 30px;
    height: 30px; }
  
  .bp-header > span span:hover:before {
    content: attr(data-content);
    position: absolute;
    left: auto;
    margin-left: 4px;
    padding: .8em 1em;
    text-align: left;
    text-indent: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background: #171717;
    font-family: "canada-type-gibson", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  
  .bp-header nav {
    margin: 0 auto; }
  
  .bp-header nav a {
    text-transform: uppercase;
    text-decoration: none; }
    .bp-header nav a i {
      padding-right: 5px; }
    .bp-header nav a:after {
      padding: 5px;
      content: "|"; }
    .bp-header nav a:last-of-type:after {
      content: ""; }
  
  .bp-icon:after {
    font-family: "LisaYuskavage";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    color: #171717;
    speak: none;
    -webkit-font-smoothing: antialiased; }
  
  .bp-header nav .bp-icon:after {
    line-height: 2.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0; }
  
  .bp-header nav a:hover:after {
    color: #171717; }
  
  .bp-icon-next:after {
    content: '\e000'; }
  
  .bp-icon-drop:after {
    content: '\e001'; }
  
  .bp-icon-archive:after {
    content: '\e002'; }
  
  .bp-icon-about:after {
    content: '\e003'; }
  
  .bp-icon-prev:after {
    content: '\e004'; }
  
  @media screen and (max-width: 40em) {
    .bp-header h1 {
      font-size: 1.8em; } }
  /**
   *
   * Component
   *
   */
  .view {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
  
  .view--compare {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }
  
  /* artwork grid */
  /* .grid {
    margin-left: -1em;
    padding: 7px 0em;
    text-align: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } */
  
  .compare-controls {
    float: right;
    width: 20px;
    display: inline-block; }
    .compare-controls .action {
      padding: 2.5px; }
  
  /* if flexbox is supported, let's use it to lay out the artworks */
  /* artwork */
  .artwork-lb-item {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    display: inline-block; }
  
  .artwork--selected {
    box-shadow: 0 0 0 2px #E2E4E6; }
  
  /* artwork info */
  .artwork__info {
    display: inline-block;
    position: relative; }
  
  .artwork__info > span {
    display: block;
    padding: 1em 0; }
  
  /* since we'll be using the artwork info inside of the comparison, we'll hide the extra info for the grid view */
  .grid .extra {
    display: none; }
  
  .artwork__image {
    display: block;
    margin: 0 auto;
    object-fit:cover;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  
  .compare__item .compare__effect .artwork__image {
    display: none !important; }
  
  .artwork__image_compare {
    display: none; }
  
  .compare__item .compare__effect .artwork__image_compare {
    display: block !important; }
  
  /* https://daneden.github.io/animate.css/ */
  @-webkit-keyframes swing {
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 6deg);
      transform: rotate3d(0, 0, 1, 6deg); }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, -4deg);
      transform: rotate3d(0, 0, 1, -4deg); }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 2deg);
      transform: rotate3d(0, 0, 1, 2deg); }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }
  @keyframes swing {
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 6deg);
      transform: rotate3d(0, 0, 1, 6deg); }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, -4deg);
      transform: rotate3d(0, 0, 1, -4deg); }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 2deg);
      transform: rotate3d(0, 0, 1, 2deg); }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }
  .artwork__title {
    margin: 1em 0 0;
    min-height: 3em; }
  
  .artwork__price {
    font-weight: bold;
    color: #171717; }
  
  .action {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    padding: 0.85em 1.25em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center; }
  
  .action:focus {
    outline: none; }
  
  .action--button {
    background: #E2E4E6;
    color: #4a4a4a;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    padding: 0.5em 1.25em 0.83em 1.25em; }
  
  .action--button:hover {
    background: #E2E4E6; }
  
  .action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none; }
  
  .action--button i + span {
    margin-left: 1em; }
  
  .flexbox .action--buy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 1em;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  
  .action--close {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #ddd;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.2s;
    transition: opacity 0.3s, background 0.2s; }
  
  .view--compare + .compare .action--close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s; }
  
  .action--close:hover,
  .action--close:focus {
    color: #171717; }
  
  .action--compare {
    clear: both;
    display: block;
    border: 1px solid #afafaf;
    padding: 17px 30px;
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-size: 1em;
    margin-bottom: 75px;
    color: #4a4a4a;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 5px 15px;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 1em; }
  
  .compare-basket--active .action--compare {
    opacity: 1; }
  
  .action--remove {
    position: absolute;
    overflow: hidden;
    color: #ddd;
    top: 0px;
    right: 2px;
    padding: 0;
    font-size: 0.65em; }
  
  a.action--compare-add {
    color: #ddd; }
    a.action--compare-add .icon:before {
      color: #979797; }
  
  a.action--lightbox-remove {
    color: #ddd; }
    a.action--lightbox-remove .icon:before {
      color: #979797; }
  
  .action--lightbox-remove:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
    right: 10px;
    color: #ddd;
    letter-spacing: 0;
    background: #4a4a4a;
    border-radius: 2px;
    padding: 3px 5px;
    z-index: 100; }
  
  .action--compare-add:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
    right: 10px;
    color: #ddd;
    letter-spacing: 0;
    background: #4a4a4a;
    border-radius: 2px;
    padding: 3px 5px;
    z-index: 1; }
  
  .action--remove:hover .icon:before,
  .action--lightbox-remove:hover .icon:before,
  .action--compare-add:hover .icon:before {
    color: #171717; }
  
  .action--compare-add .icon-check,
  .action--compare-add input[type=checkbox]:checked ~ .icon-plus {
    display: none; }
  
  .action--compare-add input[type=checkbox]:checked ~ .icon-check {
    display: block;
    color: #171717; }
  
  .check-hidden {
    position: absolute;
    opacity: 0; }
  
  .compare-basket {
    width: 100%;
    height: 143px;
    padding: 0.75em;
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #E2E4E6;
    z-index: 6000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1); }
  
  .compare-basket--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .flexbox .compare-basket {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  
  .artwork-icon {
    display: inline-block;
    vertical-align: middle;
    background: #F3F4F5;
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative; }
  
  .artwork-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    box-shadow: -123px 0 #F3F4F5; }
  
  .compare-basket--full .artwork-icon::after {
    display: none; }
  
  .flexbox .artwork-icon {
    display: block; }
  
  /* comparison overlay */
  .compare {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0s 0.4s;
    transition: height 0s 0.4s; }
    @media (min-width: 780px) {
      .compare {
        padding-left: 245px; } }
  
  .flexbox .compare {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
  
  .view--compare + .compare {
    pointer-events: auto;
    height: 100%;
    -webkit-transition: none;
    transition: none; }
  
  .compare::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  
  .view--compare + .compare::before {
    opacity: 1; }
  
  .artwork-compare-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    display: none; }
    .compare__effect .artwork-compare-container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  
  .compare__item {
    height: 100%;
    width: 50%;
    background: #fff;
    text-align: center;
    cursor: default;
    padding: 2em 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
  
  .no-flexbox .compare__item {
    display: inline-block;
    width: 50%; }
  
  .compare__item:nth-of-type(2) {
    background: #fff; }
  
  .compare__item .artwork__title {
    margin: 1em 0;
    min-height: 0; }
  
  .compare__item .artwork__price {
    color: #CECECE; }
  
  .compare__item span[class^="artwork__"] {
    display: block;
    padding: 0.85em 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  
  .compare__item span[class^="artwork__"].hover {
    background: #000; }
  
  /* three items */
  .compare__item:first-of-type:nth-last-of-type(3),
  .compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
    width: 33.3333%; }
  
  .flexbox .compare__item {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto; }
  
  .compare__item:nth-child(odd) {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0); }
  
  .compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0); }
  
  .view--compare + .compare .compare__item:nth-child(odd),
  .view--compare + .compare .compare__item:nth-child(even) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .compare .hidden-compare {
    display: none; }
  
  .compare__effect {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1); }
  
  .compare__item:nth-child(odd) .compare__effect {
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0); }
  
  .compare__item:nth-child(even) .compare__effect {
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0); }
  
  .view--compare + .compare .compare__item:nth-child(odd) .compare__effect,
  .view--compare + .compare .compare__item:nth-child(even) .compare__effect {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  
  .flexbox .compare__effect {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  
  .flexbox .compare__item .artwork__image {
    -webkit-align-self: center;
    -ms-flex-align: center;
    align-self: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  
  .flexbox .compare__item .artwork__image_compare {
    -webkit-align-self: center;
    -ms-flex-align: center;
    align-self: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  
  body.compare-open {
    left: 0 !important;
    margin-right: 0 !important; }
  
