/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*@import url(bgafonts.css);*/
@import url(https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400&display=swap');

@font-face {
    font-family: 'classicobold';
    src: url('../font/classico-bold-webfont.woff2') format('woff2'),
         url('../font/classico-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'classicoregular';
    src: url('../font/classico-webfont.woff2') format('woff2'),
         url('../font/classico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'neutraface-light';
  src: url('../font/neutraface-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

img {
    image-orientation: from-image;
}


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body{
  background: #000000 !important;
  color: #E8E6DE !important;
  /*font-family: 'Barlow', sans-serif;*/
  font-family: 'classicoregular', sans-serif;
  font-weight:  400;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a{ text-decoration: none; color: #089EDD; }
a:hover{text-decoration: underline;}

.float-right{float: right;}
.float-left{float: left;}

.color-lightblue{color: #089EDD;}

.print-only, .mobile-only{display:  none}

#header{
  height: 100vh;
  width: 100%;
  display: block;
  position: relative
}

  #header-pages {
    display: block;
    position: sticky;
    z-index: 10002;
    top: 0;
    background: #000;
    max-width: 1750px;
    margin: 0 auto
  }
  #header-feature{width: 100%; height: 100vh; background-size: 100% auto; background-repeat: no-repeat; background-position: left bottom}
  #header-inner{
    height: 260px;
    width: 100%;
    background: linear-gradient( 0deg , rgba(3,5,23,0) -0%, #000000 55%);
    display: block;
    position: relative;
    z-index: 10001;
  }
  #header-menu{
    height: 125px; max-height: 125px;
    display: block;
    max-width: 1750px;
    margin: 0 auto
  }

  #home-collections-container {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 800;
  }
    .hc-slider{
      width:  100%; height:  100vh;
    }
    .hc-slider-item {
        width: 100%;
        height: 100vh;
    }

    #home-collections-left, #home-collections-right{display: inline-block}
    #home-collections-left{
      width:  80%;
      height: 100vh;
      background-repeat: no-repeat;
      background-size:  cover;
      background-position: center bottom;
    }
      #home-collections-left-inner{
        background: linear-gradient(90deg, rgba(3,5,23,0) 50%, #000000 100%);
        width: 100%;
        height: 100%;
      }
    #home-collections-right{ width: 20% }
      .home-collections-right-item {
          height: 50vh;
          width: 100%;
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
      }

      #home-collections-right-inner{
        background: linear-gradient(-90deg, rgba(3,5,23,0) -60%, #000000 100%);
        width: 20%;
        height: 100%;
        position: absolute;
        top:  0;
        display:  table;
      }

      #home-collections-link{
        display:  table-cell;
        vertical-align: middle;
        font-size: 18px;
        line-height:  21px;
        text-transform: uppercase;
      }
        #home-collections-link:hover{cursor:  pointer}
        #home-collections-link i.fi.fi-rs-angle-right {
            margin-top: -10px;
            position: absolute;
            zoom: 1.3;
            margin-left: 10px;
        }

    #site-logo {
        display: inline-block;
        float: left;
        width: 320px;
        height: 70px;
        padding: 0;
        padding-top: 50px;
        padding-left: 53px;
        background-image: url(../images/bgalogo2021.png);
        background-size: 340px auto;
        background-repeat: no-repeat;
        background-position: right center;
    }
    #site-menu{
      display: inline-block; width: calc(100% - 373px);float: right;
      text-transform: uppercase; text-align: right; padding: 0; padding-top: 60px;
      height: 35px;
      font-size: 14px; line-height: 14px; font-weight:  400;
    }

    #main-menu{ list-style: none; margin: 0; padding: 0; margin-right: 75px; font-size: 15px; font-weight: 600 }
    #main-menu li{ display: inline-block; padding: 13px 20px; border: 1px solid transparent; letter-spacing: 0.8px; }
      #main-menu li:hover{ border: 0.5px solid #979797; cursor: pointer;}
      #main-menu li i{color: #E8E6DE; position: relative; top: 4px; font-size: 16px; line-height: 14px;}

    #browse-menu{
      display: none;
      height: 620px;
      width: 100%;
      background-color: #E8E6DE;
      position: absolute;
      z-index: 10000;
      top:  125px;
    }
      #browse-menu-container{width: auto; height: 100%; padding: 0; margin: 0; position: relative; background: #000000;}
      #browse-menu-left{
        display: inline-block;
        width: 23%;
          font-weight: 600;
          font-size: 15px;
          line-height: 15px;
          vertical-align: top
      }
      #browse-menu-right{
        display: inline-block;
        width: 76.5%;
        vertical-align: top
      }
        .browse-menu-inner{ padding: 35px 85px; }
        #browse-menu-right .browse-menu-inner {
            padding-left: 0;
        }
        #main-menu-left{ list-style: none; margin: 0; padding: 0; }
        #main-menu-left li{ display: block; padding: 15px; text-transform: uppercase }
        .red-dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: red;
            border-radius: 5px;
            margin-bottom: 3px;
        }
        #main-menu-left-artist, .main-menu-right-catpreview {
            width: 75px;
            height: 50px;
            background-size: cover;
            background-position: center;
            margin-bottom: 10px;
        }

        #main-menu-right-list {
            width: 100%;
            list-style: none;
            margin: 0px auto;
            padding: 0px;
            display: table;
            table-layout: fixed
        }

        #main-menu-right-list > li{
            display: table-cell;
            width: calc(100% / 7);
            /* max-width: 14%; */
            /* overflow: hidden; */
            /*overflow-wrap: break-word;*/
            text-align: left;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            padding:  0px 10px;
        }
           #main-menu-left > li:hover, #main-menu-right-list > li > span:hover{cursor: pointer;}

      .main-menu-subcats{
        list-style: none; margin: 0; padding: 0; position : relative; top: 20px; /*font-weight: 300;*/
      }
      .main-menu-subcats li{
        display: block !important;
        width: 100% !important;
        line-height: 25px !important;
        text-transform: none
      }
      .main-menu-subcats li:hover{
        text-decoration: underline;
        cursor: pointer;
      }

  #search-bar, #search-bar-mobile {
    position: absolute;
    top: 0;
    background: #E8E6DE;
    width: calc(100% - 2px);
    height: 130px;
    border: 1px solid #D4D4D4;
    background-color: #E8E6DE;
    box-shadow: 1px 10px 44px -2px rgba(0,0,0,0.51);
    -webkit-box-shadow: 1px 10px 44px -2px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 10px 44px -2px rgba(0,0,0,0.51);
    color: #000000;
    display: none;
    z-index: 10001;
  }
    #search-bar-inner, #search-bar-inner-mobile{
      padding: 50px 80px;
      font-size: 27px; line-height: 31px
    }
      #search_keyword, #search_keyword_mobile{
        border: 0px;
        width: calc(100% - 195px);
        margin-left: 35px;
        background:  inherit;
      }
        #search-bar-inner input:focus, #search-bar-inner-mobile input:focus{
          border-color: inherit;
          -webkit-box-shadow: none;
          box-shadow: none;
          outline:none;
        }

        #search-bar-inner > i.fi-br-cross:hover{ cursor: pointer; opacity: 0.5}
        #search-bar-inner-mobile > i.fi-br-cross:hover{ cursor: pointer; opacity: 0.5}

        .easy-autocomplete {
            display: inline-block;
            border: 0px;
            width: calc(100% - 195px) !important;
            margin-left: 35px;
        }

        #eac-container-search_keyword {
          position: absolute;
          width: 100%;
          left: 0;
          display: block;
          top:  120px;
        }

        #eac-container-search_keyword ul{
          display:  none;
          list-style:  none;
          width:  100% !important;
          background:  #E8E6DE;
          margin:  0; padding:  0;
        }

        #eac-container-search_keyword ul li {
          padding: 10px;
          display: block;
          border-bottom: 1px solid #e2e2e2;
        }

        .eac-item a {
          display: block;
          background-size: contain !important;
          background-position: center left !important;
          padding: 20px 0px 20px 150px;
          font-size: 17px;
          color:  #000 !important
        }

        #eac-container-search_keyword ul li:hover {
            background: #000 !important;
            color: #e8e6de !important;
        }
        .eac-item a:hover{
          color:  #e8e6de !important;
        }




  #home_instagram, #home_events {
        margin: auto;
        background: #E8E6DE;
        padding: 60px 0px 0px 0px;
        margin-top: -20px;
        overflow: hidden;
        min-height: 400px;
        /* max-height: 360px; */
        overflow: hidden;
        text-align: center;
        font-family:  'Josefin Sans', sans-serif;
        font-weight:  300;
    }

    #home_events{
        color: #000;
        overflow: auto;
      }

      #home_event_date{font-size: 18px}
      #home_event_title{ font-size: 24px }
      #home_event_photo{margin-top: 20px}


      #home_instagram_titles, #home_events_titles {
          width: 100%;
          margin: auto;
          color: #000;
          /*font-weight: 400;*/
          font-size: 18px;
          line-height: 19px;
          margin-bottom: 40px;
      }
      #home_instagram_titles h3, #home_events_titles h3{line-height: 27px; font-size: 23px; 
        /*font-weight: 600;*/
        margin:0; margin-bottom: 20px;}
      #instafeed{visibility: hidden}



      #home_instagram .flickity-slider{width: 110%;}
      .home_instagram_item{width: 300px; height: 300px; overflow: hidden; background-size: cover !important; background-position: center center !important;}
      .home_instagram_item img{opacity: 0}
      .home_instagram_item_caption {
            position: absolute;
            bottom: 0;
            height: 50px;
            overflow: hidden;
            background: rgba(81,81,81, 0.8);
            font-size: 14px;
            line-height: 19px;
            /*font-weight: 300;*/
            padding: 10px;
        }

        span.instagram-icon img {
            width: 32px;
            height: 32px;
            margin-right: 20px;
            margin-top: -3px;
        }


  .flickity-viewport {
      touch-action: pan-y !important;
    }
    .flickity-page-dots .dot{
      width: 10px;
      height: 10px;
      margin: 0px 4px;
    }
      .flickity-page-dot{
        background: #FFF !important
      }

    .flickity-cell{
      overflow: hidden !important
    }

    button.fancybox-button.fancybox-close-small {
        background: #E8E6DE;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin-top: 10px;
        margin-right: 10px;
        color: #000;
    }


  #footer{
    width: 100%; margin: 0 auto; padding: 0;
    color: #E8E6DE;
  }
    #footer-inner{
      padding: 80px 90px;
      max-width: 1750px;
      margin: 0 auto
    }
    .footer-section {
        display: inline-block;
        min-width: 400px;
        padding-right: 40px;
        color: #E8E6DE;
        /*font-weight: 300;*/
        font-size: 16px; line-height: 19px;
        vertical-align: top;
        font-family:  'Josefin Sans', sans-serif;
        font-weight:  300;
    }
      .footer-section h3{
        line-height: 27px;
        font-size: 20px;
        font-weight: 300;
        margin:0; margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

    #footer-links, #footer-links2 {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 60px;
        font-size: 15px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }
      #footer-links li, #footer-links2 li{ display: inline-block; margin-right: 30px; padding: 7px; border:  0.5px solid transparent}
      #footer-links li:hover, #footer-links2 li:hover{cursor: pointer; border:  0.5px solid #979797}

      .footer-section a {
          color: #E8E6DE !important;
      }
      .footer-section a:hover{
          text-decoration: underline;
      }

      #footer-author {
          float: right;
          margin-top: -35px;
          font-size: 16px;
          font-weight: 300;
          font-family: 'Josefin Sans';
      }

      #footer-author a{
        color:  #E8E6DE;
      }

  #screen-blackout{ width: 100%; height: 100%; position: absolute; display: none; z-index: 10000; top:  0; background:  #000; opacity: 75%}


    #content{
      width: 100%; background: #E8E6DE;
      /* color: #000000; */
      color:#E8E6DE !important;
      font-family:  'Josefin Sans', sans-serif;
      font-weight:  300;
      max-width: 1750px;
      margin: 0 auto;
    }
      #content-inner{margin: 0 auto; padding: 50px 35px;}
      #content h1 {
          /*font-weight: 700;*/
          text-transform: uppercase;
          font-size: 34px;
          line-height: 40px;
          margin: 0;
          padding: 0;
          font-family: 'classicoregular', sans-serif;
          font-weight: 600;
      }

        /** COLLECTIONS **/
        #collection-filter{margin-top: 42px;}
        .collection-grid-wrapper{
          height:  1000px;
        }

        .collections-grid-wrapper{
          min-height:  500px;
        }

        .collections-grid {
          opacity: 0;
          position: relative;
          transition: opacity .65s ease-in-out;
         -moz-transition: opacity .65s ease-in-out;
         -webkit-transition: opacity .65s ease-in-out;
          height:  1000px;
          display:  block;
        }

       .cgrid-item {
          float: left;
          background:  #CCCCCC;
           transition: opacity .65s ease-in-out;
          -moz-transition: opacity .65s ease-in-out;
          -webkit-transition: opacity .65s ease-in-out;
        }
          .cgrid-item:hover{opacity: 60%}

        .cgrid-item--width2 { width: 160px; }
        .cgrid-item--height2 { height: 140px; }

        .cgrid-sizer,
        /* .cgrid-item { width: calc( 25% - 15px ); margin-bottom: 15px;} */
        .cgrid-item { width: calc( 33.33% - 25px ); margin-bottom: 15px;}
        /* 2 columns */
        .cgrid-item--width2 { width: 400px; }

        /* clear fix */
        .collections-grid:after {
          content: '';
          display: block;
          clear: both;
        }
        .cgrid-item img {
          display: block;
          max-width: 100%;
          visibility: hidden;
          margin: auto;
          text-align: center;
          transition: opacity .25s ease-in-out;
         -moz-transition: opacity .25s ease-in-out;
         -webkit-transition: opacity .25s ease-in-out;
        }

        .cgrid-hidden{
          opacity: 0;
           transition: opacity .25s ease-in-out;
         -moz-transition: opacity .25s ease-in-out;
         -webkit-transition: opacity .25s ease-in-out;
        }

        #item-related .cgrid-sizer, #item-related .cgrid-item{
          width: 24% !important;
        }

        

    #collection-filter-list { display: block; position: relative; list-style: none; margin: 0; padding: 0; margin-bottom: 10px; }
      .collection-filter-item{
          display: inline-block;
          padding: 13px 16px;
          font-size: 13px;
          line-height: 15px;
          font-weight: 400;
          text-transform: uppercase;
          border: 1px solid #5c5c58;
          margin-right: 10px;
          /* color: #5C5C5C; */
          color: #FFFFFF;
          margin-bottom: 5px;
      }
      .collection-filter-item:hover{ cursor: pointer; /*background: #565656;*/; border: 1px solid #e8e6dd; color: #FFFFFF;}
      .collection-filter-active{background: #e8e6dd; color: #000000;}
      .collection-filter-active:hover{background: #e8e6dd; color: #000000;}

      #collection-filter-sublist { display: block; position: relative; list-style: none; margin: 0; padding: 0;}


      /* ITEM DISPLAY */
      #collections-item-breadcrumbs{
          text-transform: uppercase;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.8px
      }
        #collections-item-breadcrumbs a{color: #E8E6DE;}
      .ib-item{display: inline-block; padding-right: 5px;}
      .ib-item-active{color : #9E9E9E;}

      #item-detail-container{
        margin-top: 50px;
        display: block;
        font-size: 19px; line-height: 30px;
      }
        #idc-left{ vertical-align: top; width:  55% ;max-width: 700px; display: inline-block; }

          #idc-photos{
            list-style:  none;
            margin:  0; padding:  0;
          }

          #idc-photos li{
            display:  block;
          }

        #idc-spacer{width: 60px; display: inline-block;}
        #idc-right{
          vertical-align: top; width: calc(100% - 70%); display: inline-block;
          font-weight: 400;
          position: sticky; top: 140px;
        }

          #idc-right h3 {
            font-size: 27px;
            line-height: 30px; 
          }

          .item-image{display: none; width: 100%; max-width: 700px; margin-bottom: 17px;}

          .item-button {
              min-width: 240px;
              height: 50px;
              background: none;
              color: #E8E6DE !important;
              border: 1px solid #E8E6DE;
              font-size: 15px;
              letter-spacing: 0.8px;
              margin-bottom: 15px;
              text-align: left;
              padding: 0px 15px;
          }

          .item-button:hover{cursor: pointer; background: #E8E6DE; color: #000 !important}
          .item-button:hover i{color: #000}

          .item-button i {
              font-size: 20px;
              color: #E8E6DE;
              font-weight: 200;
          }
          .item-button span {
              padding-top: 4px; padding-left: 10px;
              display: inline-block;
              vertical-align: top;
          }

          #item-related h4 {
            font-size: 27px;
            font-weight: 400;
            line-height: 30px;
            color: #E8E6DE;
          }

        /*#artist-list {
            margin: 0; padding: 0; margin-top: 42px;
            height: 2200px;
            -webkit-column-count: 3;
               -moz-column-count: 3;
                    column-count: 3;
        }*/

        #collections-item-breadcrumbs{
          margin-bottom:  50px;
        }

        #artist-list{
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          max-height: 2500px;
          margin: 0; padding: 0; margin-top: 42px;
          list-style: none
        }

        #artist-list a{ color: #E8E6DE; }

        .alist-key{
            background: #343434; color: #E8E6DE;
            font-size: 13px; padding: 11px 16px;
         }

          #artist-sublist {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 30px;
            margin-bottom: 50px;
            font-size: 15px; line-height: 25px;
            /* color: #5C5C5C; */
        }

      #artist-content{
        text-align: center;
      }
        #artist-content h2{ text-align: center; font-weight: 400; font-size: 22px;}
        #artist-photo {
            width: 215px;
            height: 215px;
            background-position: center center !important;
            border-radius: 215px;
            margin: 0px auto;
            margin-top: 18px; margin-bottom: 38px;
            background-size: cover !important;
        }

        #artist-bio{max-width: 733px; margin: 0px auto; text-align: justify;
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 95px;
        }

      #contact-content{margin-bottom: 62px;}
      #contact-content h1{ text-align: center; margin-bottom: 40px; margin-top: 41px; }
      #contact-content p{
          font-size: 18px;
          line-height: 24px;
      }

      #about-content{
        font-size: 18px; line-height: 24px; font-weight: 400;  text-align: center; 
      }
        #about-content h1{ color: #000000; margin-bottom: 40px; margin-top: 41px; }
        #about-text{max-width: 833px; margin: 0px auto; text-align: justify}

        #staff-container{margin-top: 150px;}

        #staff-container ul {
          list-style: none;
          position: relative;
          padding: 0px 100px;
        }
          #staff-container ul li{
          display: inline-block;
          width: calc(100% / 3.9);
          margin-bottom: 35px;
          vertical-align: top;
          margin-right: 10px;
        }
          #staff-container ul li a{ text-decoration:  none; color: inherit}
          .about-spacer{width: 3% !important; display:  none !important}

          .about-box{
            margin: 0px auto;
            border-radius: 5px;
            background-color: #E8E6DE;
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.22);
            position: relative;
            vertical-align: top;
            padding-bottom:  30px;
          }
          .about-box h4 {
              text-align: center;
              font-weight: 700;
              color: #303030;
              font-size: 15px;
              line-height: 24px;
              margin:0;
          }

          .about-box:hover{cursor: pointer}

          .about-box-short {
              text-align: center;
              padding: 20px 15px;
              background: #E8E6DE;
              margin: 0px 10%;
              min-height:  100px;
              margin-top: -50px;
          }


          .about-photo {
            margin: 0px auto;
            text-align: center;
            width: 100%;
            height: 300px;
            background-color: #000;
            background-repeat: no-repeat;
          }

          .about-button {
              background: #6E6E6E;
              height: 40px;
              width: 141px;
              border: 0px;
              border-radius: 24px;
              color: #E8E6DE;
              font-weight: 300;
              font-size: 14px;
              text-transform: uppercase;
              margin-top: 24px;
          }
          .about-button:hover{
            cursor: pointer; background: #000;
          }

          .about-box-hidden {
              width: 800px;
              height: auto;
              /* color: #5c5c5c; */
              padding: 0 !important;
              background:  #000 !important;
              overflow: hidden !important;
          }

          .about-hidden-photo{
            width: 100%;
            height: 105vh;
            margin: 0px auto;
            background-color: #000;
            background-repeat: no-repeat;
          }
            .about-box-hidden h4 {
                text-align: center;
                font-size: 24px;
                line-height: 30px;
                color: #000000;
                font-weight: 800;
                margin: 0px;
                padding: 0;
                margin-top: 25px;
                margin-bottom: 10px;
            }
            .about-hidden-box-tag{text-align: center; margin-bottom: 45px;}

            .about-hidden-textbox {
              font-family:  'Josefin Sans', sans-serif;
              font-weight:  300;
              margin: -50% 36px 30px 36px;
              padding: 20px 40px 40px 40px;
              background: #E8E6DE;
              color: #000
            }


    .ripple{
        display: block;
        animation: pulse 3s infinite;
      }

      @keyframes pulse {
        0% {
          background-color: #E8E6DE;
        }
        70% {
          background-color: #CCCCCC;
        }
        100%{
         background-color: #E8E6DE; 
        }
      }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .dont-print{ display: none !important}

  body{
    background : #FFF !important;
    height:  95vh;
    /* height:  1000px; */
  }


  a,
  a:visited {
    text-decoration: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  a[href]:after { display: none; visibility: hidden; }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-inprint{ display: none }
  .print-only{ display: block; }

  #print-address {
    /* font-family: 'neutraface-light'; */
    transform-origin: 0 0;
    transform: rotate(270deg);
    color: #000;
    z-index: 999999999;
    /* position: absolute; */
    height: 20px;
    /* right: 0; */
    text-align: left;
    margin-left: 93%;
    width: 500px;
    font-size: 13pt;
    padding-left: 20px;
    line-height: 14pt;
    zoom: 90%
  }

  #print-address a{
    color: #2039b4;
    font-size: 14pt;
    text-decoration: underline;
  }

  #header-pages{
    background:  #FFF !important;
    /* display: block; */
    position: relative;
    width: 100%;
    max-height:  125px;
    display: none !important;
  }

  #content{
    background: #FFF !important;
    margin-top:  20px;
    height: 100%
  }

  #footer{
    background:  #000;
    max-height:  270px;
    overflow: hidden;
    display:  none;
  }

  #footer-inner{ zoom: 60% }

  #footer-links, #footer-links2, .item-button{
    display: none;
  }

  #content-inner {
    margin: 0 auto;
    padding: 20px;
    zoom:  80%;
  }

  #collections-item-breadcrumbs, #site-menu
  {
    display:  none;
  }

  #idc-left{ 
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  #idc-right{ 
    display: block;
    text-align: center;
    max-width: 100%;
    width: calc( 100% - 20% );
    margin: 0px auto;
    margin-top: 70px;
    padding: 0 10%;
    zoom: 110%;
  }

  .idc-logo-display{
    margin-bottom: 70px;
    width: 500px;
    margin-left: 30px;
  }

  .prod-photo-wrapper img{
    height: 65vh;
    max-height:  68vh !important;
    width:  auto;
    max-width: unset;
  }
    .img-horizontal img{      
      width:  70vh !important;
      max-width:  70vh !important;      
      height: auto !important;
      max-height: unset !important;
    }

  .prod-photo-wrapper img.landscape {
    width: 70vh !important;
    height: auto !important;
    max-width: 70vh;
  }

  .prod-photo-wrapper.not-default{
    display: none !important;
  }

  div#site-logo {
    background-image: url('../images/bgalogo_print2.png?v=23233') !important;
    zoom:  80%;
    margin: 0;
    padding: 20px;
    background-size: 400px auto;
    background-position-x: 40px;
    width: 25%;
    margin-top: 20px;
    display: none;
  }


  #idc-spacer{
    display: none !important;
  }

  .idc-large-photo-item {
    height: 820px;
    padding-left: 20px;
    width: auto;
  }


}

/*** MEDIA QUERIES **/
 * /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .desktop-only{display:  none !important}
  .mobile-only{display: block}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .desktop-only{display:  none !important}
  .mobile-only{display: block}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .desktop-only{display:  none !important}
  .mobile-only{display: block}

}

@media only screen and (max-width:  1500px){
  
  #staff-container ul{
    padding:  0px !important;
  }

}

@media only screen and (max-width:  1050px){
  #staff-container ul li {
    display: inline-block;
    width: calc(100% / 2.2);
    margin-bottom: 35px;
    vertical-align: top;
    margin-right: 10px;
  }

  #about-beforepoldi{display: none !important;}
}

@media only screen and (max-width: 991px) {
  .desktop-only{display:  none !important}
  .mobile-only {
      display: block;
      /*height: 100px;*/
      width: 100%;
      /*position: absolute;
      z-index: 10000;*/
  }

  #header{ height: 460px !important }
  #header-pages{height: 80px; background:  #000; position: sticky; z-index: 10000; top:  0}
  
  #header-inner-mobile {
    background: linear-gradient( 0deg, rgba(3,5,23,0) 0%, #000000 100%);
    z-index: 10001;
    position: absolute;
  }


  .mobile-menu-box{
    display: inline-block; width:  calc( 100% / 3.1);
    text-align:  center;
  }

  #header-feature{height: 470px; max-height:  470px;}
  #header-menu{ display:  none}

  #site-logo {
    background-size: contain;
    padding: 0;
    margin: 0 auto;
    background-position: center center;
    height: 36px;
    margin-top: 20px;
    width:  100%;
  }

    #mobile-logo{
      width: 37%;
    }
    #mobile-menu{text-align:  left; width:  30% !important;}
    #mobile-search{text-align:  right; width:  30% !important;}
    #mobile-menu i {
        font-size: 24px !important;
        padding: 20px;
    }
    #mobile-search i{
        font-size: 24px !important;
        padding: 20px; 
    }
    .mobileSearch-active i:before{
      content:  '\f161';
    }

    #mobile-menu i:hover, #mobile-search i:hover{cursor:  pointer}

  #home-collections-left{ display: block; width: 100%; height: 470px }
  #home-collections-right {
      width: 100%;
      height: 92px;
  }
  #home-collections-right-inner{
    width: 100%;
    height: 92px;
    top: 470px;
    background:  linear-gradient(90deg, rgba(3,5,23,0) -60%, #000000 100%)
  }

  #home-collections-right-wrapper{
    width:  66%;
    float:  right;
  }

  #home-collections-link {
    font-size: 12px;
    padding-left: 30px;
  }

  .home-collections-right-item{ display: inline-block; width: 50%; height: 92px }

  #mobile-menu-list, #mobile-menu-list2{
    margin-top:  15px;
    display: none;
    position: absolute;
    z-index: 10001;
    width: 100%;
  }

  #mobile-menu-list2{
    margin-top:  0px !important;
    height:  90vh; overflow: auto;
  }

  #main-mobilemenu {
      /* background: #E8E6DE; */
      background: #000;
      list-style: none;
      text-align: center;
      margin: 0;
      padding: 0;
  }
    #main-mobilemenu li, #main-mobilemenu2 li{
      padding:  22px 0px;
      border-bottom:  1px solid #CCCCCC;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 15px;
      font-weight: 700;
    }
      #main-mobilemenu li:first-child, #main-mobilemenu2 li:first-child{
        padding:  0px;
      }

      #main-mobilemenu li:last-child, #main-mobilemenu2 li:last-child{
        border:  none;
      }
       #main-mobilemenu li:hover{cursor: pointer;}

      #main-mobilemenu-mainlinks{
      list-style: none;
      margin: 0; padding:  0;
    }

      #main-mobilemenu-mainlinks li{
        display: inline-block; width: calc(100% / 3.1); padding:  22px 0px !important;
        margin:  0 !important; 
        border:  none;
        border-right:  1px solid #CCCCCC;
      }


      .red-dot{
        margin-left:  -3px;
      }

      #search-bar-mobile{
        margin-top:  15px; 
        top:  unset;
        height: 82px;
        background: #FFFFFF;
        border:  none;
        text-align:  center;
        width:  100%;
      }
        #search-bar-inner, #search-bar-inner-mobile {
          padding: 10px;
          font-size: 15px;
          line-height: 18px;
        }

        input#search_keyword_mobile {
            padding: 20px 50px 20px 20px;
            margin: 0px auto;
            width: 70%;
        }

        #search-bar-magnifying-mobile {
          margin-left: -40px;
          margin-right:  20px;
        }

    .hc-slider-item{ max-height: 552px }


    .home-collections-div{
      position: relative;
      display: block;
      height:  562px !important;
      max-height: 562px;
      /*margin-top: -20px;*/
      /*padding:  0px 10px 40px 10px;*/
      background-size: contain;
      background-repeat : no-repeat;
      background-position: center center;
    }



    .home-collections-grid{
      margin:  0px auto;
      height:  532px !important;
      max-height: 532px !important;
      width:  80%;
      zoom:  0.9;
    }      

    #home_link_browse {
      position: absolute;
      top: 22%;
      box-sizing: border-box;
      height: 36.5px;
      width: 168px;
      border: 0.5px solid rgba(255,255,255,0.54);
      background-color: rgba(0,0,0,0.54);
      font-size: 12px;
      text-align: center;
      padding: 10px;
      left: calc(50% - 84px);
      font-weight: 300;
      letter-spacing: 0.8px;
      z-index: 10000;
    }

    #collections-item-breadcrumbs{ margin-bottom: 30px }

    #artist-list {
      display:  block;
      flex-direction: unset;
      flex-wrap: unset;
      max-height: unset;

    }

    #home_instagram{
      min-height:  300px !important; padding-bottom:  0px;
      position: relative;
      z-index: 999;
      padding: 20px 0px;
    }

    #home_events {
      color: #000;
      overflow: visible;
      margin-top: 40px;
      padding: 80px 30px;
      max-height: unset !important;
      height: unset !important;
      zoom: 70% !important;
    } 

    #home_instagram_titles{margin-bottom:  20px}
    #home_instagram_titles h3 {
        font-size: 15px !important;
        margin-bottom: 0px !important;
    }
    #home_instagram_titles span{
        font-size:  12px !important;
    }

    #home_instagram .flickity-slider, .idc-photos .flickity-slider{width: 100%;}
      .home_instagram_item{width: 185px; height: 185px; overflow: hidden; background-size: cover !important; background-position: center center !important;}
      .home_instagram_item img{opacity: 0}
      .home_instagram_item_caption {
            position: absolute;
            bottom: 0;
            height: 50px;
            overflow: hidden;
            background: rgba(81,81,81, 0.8);
            font-size: 12px;
            line-height: 19px;
            font-weight: 300;
            padding: 10px;
        }
        
        span.instagram-icon img {
            width: 32px;
            height: 32px;
            margin-right: 20px;
            margin-top: -3px;
        }

  #content-inner{padding:  30px 20px}

  .cgrid-item, .cgrid-sizer { width: 25%; margin-bottom: 15px;}

  #item-related .cgrid-item, #item-related .cgrid-sizer { width: 20% !important; margin-bottom: 15px;}

  #collection-filter-list{
    border-bottom: 1px solid #343434;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  #content h1 {
      font-size: 20px;
      margin-bottom: -30px;
  }

  #about-content h1, #contact-content h1, #artists-content h1, #rooms-content h1{
      font-size: 27px;
      margin-bottom: 20px;
      margin-top:  -10px;
  }
  #artist-content h1{
      font-size: 27px;
      margin-bottom: 20px;
      margin-top:  -10px;
      text-align:  center
  }

  #contact-content h1{ margin-top: 0px }
  #contact-content p{font-size:  15px; line-height:  24px}

  #staff-container ul {
      padding: 0;
      margin: 0;
  }

  #staff-container ul li {
    display: inline-block;
    width: calc(100% / 2.2);
  }
    #staff-container ul li.about-spacer{display:  none}

    .ismobile .fancybox-slide{
      width:  100% !important; padding:  0 !important;
    }

    .ismobile .fancybox-button {
        margin-right: 10px;
    }

  #mobile-item-detail-title{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: unset;
  }

    #collections-item-breadcrumbs{
      font-size:  12px;
    }

    #mobile-item-detail-title h3{
      font-size: 27px; line-height: 30px; font-weight: 600;
    }

    #item-detail-container{
      margin:  0; text-align:  center;
    }

    #idc-left, #idc-right, #idc-spacer{
      display: block; width:  100%;
    }

    #idc-right{text-align:  left}

    .idc-photos{
      display:  block;
    }

    .idc-photo {
      width: 100%; 
      height: 400px;
      margin-right: 10px;
    }
      .idc-photo img{
          height: 100%;
          width: auto;
      }

    #item-description{
      margin-top:  50px;
    }

    #idc-right{
      font-size: 15px;
      line-height: 20px;
    }

    #item-related h4{font-size:  20px}


  .footer-section{
    min-width:  unset;
    font-size:  12px;
    margin-bottom:  30px;
  }
  .footer-section h3{
    font-size:  15px;
    font-weight: 500;
    color: #E8E6DE;
  }
    #footer-links{margin-top:10px}

    #footer-links li {
        display: block;
        padding: 18px 0px;
        border-bottom: 1px solid #acacac42;
        width: 252px;
        font-size: 15px;
    }

  #footer-inner{padding-left:  43px; padding-right:  43px; margin-top:  -50px}

    #main-mobilemenu-footerlinks {
      background: #000;
      color: #ACACAC;
      font-weight: 300 !important;
      text-transform: unset !important;
      font-size: 12px !important;
    }

    #main-mobilemenu-footerlinks h3 {
      text-transform: uppercase;
    }

    #footer-links2 {
      margin-bottom:  30px;
    }

    #footer-links2 li {
      display: block;
      text-align: center;
      padding: 10px 10px !important;
      width: 50%;
      margin: 0px auto;
      font-size: 15px;
      color: #E8E6DE;
    }

    #footer-author {
        display: block;
        float: unset;
        margin-top: 50px;
    }

    #staff-container{
      margin-top:  50px;
    }

    .about-hidden-photo{
      height:  60vh;
    }

    .about-hidden-textbox{
      margin-top:  -5%;
    }
    .about-hidden-box-tag{text-align: center; margin-bottom: 25px;}



}

@media only screen and (max-width: 600px) {
  #staff-container ul li {
        width: 100%;
        display: block;
        margin-bottom: 25px
 }

 .about-hidden-textbox{
  margin-top:  -20%;
 }

 #home-collections-left {
    background-position: right bottom !important;
  }
}

@media only screen and (max-width: 400px) {
 
 .about-hidden-textbox{
  margin-top:  -35%;
 }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .desktop-only{display:  block !important}
  .mobile-only{display: none !important}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .desktop-only{display:  block !important}
  .mobile-only{display: none !important}

}

.featured-single{
  width:  100% !important;
  height:  100% !important;
}

/** ADMIN CSS **/
td#adminside {background: #eee; padding: 20px; padding-top: 40px;}
td#admincontent { padding: 20px ; font-size: 1em;  padding-top: 40px;}

.sidecatlink:before, .sidecatlink2:before {
  content: "\f141";
  font-family: uicons-regular-straight !important;;
  padding-right: 5px;
}

.cattitle {
  padding: 7px;
  background: #999;
  color: #E8E6DE;
  margin-bottom: 7px;
}

.disptbl td{border: 1px solid #999;}

.admin-featured-list, .admin-featured-others{margin: 0px auto; list-style: none; padding: 0; margin: 0px auto; margin-left: 7px;}

li.admin-featured-item, .admin-featured-others li{
  display: inline-block;
  width: 30.5%;
  height: 200px;
  overflow: hidden;
  border: 1px solid #999;
  padding: 10px;
  position: relative;
}
.admin-featured-others li{width: 47.2% !important;}

.admin-featured-img {
  width: 100%;
  height: 150px;
}
.admin-featured-details{ font-size: 0.9em; overflow:hidden; margin-top: 8px; line-height: 20px;} .afd-desc{white-space: nowrap; text-overflow: ellipsis; font-size: 15px;}
  .admin-featured-item span.icon-entypo-trash {
      position: absolute;
      top: 5px;
      right: 7px;
      cursor: pointer;
    }

.product-item-admin {
  display: inline-block;
  width: 24%;
  padding-bottom: 10px;
  text-align: center
}

  .admin-addbutton{position: absolute !important; top: 30px; right: 20px;}

  div#product-images-area{
    /*display: inline-block; width: 60%;*/
  }

/* -------------- loader6 -------------- */

.loader{
    position: relative;
    width: 30px;
    height: 30px;

    top: 46%;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: 46%;
    left: -webkit-calc(50% - 6px);
    left: calc(50% - 6px);
    
    border-radius: 30px;
    background-color: #000;
    -webkit-transform-origin:  50% 50%;
            transform-origin:  50% 50% ;
    -webkit-animation: loader 1s ease-in-out infinite;
            animation: loader 1s ease-in-out infinite;
}

.loader:before{
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0px;
    left: -45px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.loader:after{
    content: "";
    position: absolute;
    background-color: rgba(0, 0 ,0 ,.5);
    top: 0px;
    left: 45px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}


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

@keyframes loader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}

.optiontext{
  color:  #000 !important;
}