/* --- IMPORTANT CSS/HTML NOTES --- 

<!-- code for shop/arc/rent html header nav -->

<div class="clearfix">
  <div class="navwrapstore">
    <div class="pushleft">
      <a href="Store">SHOP</a>
      <a href="Rent">RENT</a>
      <a href="Archive">Archive</a>
    </div>
    <div class="pushright">
      <a href="shopbrands">Brands</a>
      <a href="shop-tops">Tops</a>
      <a href="shop-bottoms">Bottoms</a>
      <a href="shop-shoes">Shoes</a>
      <a href="shop-accessories">Accessories</a>
    </div>
  </div>
</div>

<!-- start mobile dropdown menu LIBRARY -->
<script>
  // https://stackoverflow.com/questions/17150458/keeping-the-accordion-menu-open-to-show-selected-menu-item
  
  function initMenu() {
  $(".sub-menu").hide();
  $(".current_page_item .sub-menu").show();
  $('#menu li a').click(
  
  function() {
  
      var currentArrow = $('#arrowwrap').html();
      var arrowClosedString = '<i class="fa fa-angle-down" aria-hidden="true"></i>'
      var arrowOpenString = '<i class="fa fa-angle-up" aria-hidden="true"></i>'

      if (currentArrow == arrowClosedString){
        $('#arrowwrap').html(arrowOpenString);
      } else {
        $('#arrowwrap').html(arrowClosedString);
      }


      var checkElement = $(this).next();
      if ((checkElement.is('ul')) && (checkElement.is(':visible'))) {
          checkElement.slideUp('normal');
          return false;
      }
      if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
          $('#menu ul:visible').not(checkElement.parentsUntil('#menu')).slideUp('normal');
          checkElement.slideDown('normal');
          return false;
      }
  });
  
  $('.current-menu-item').parentsUntil('#menu').slideDown('normal');
  
  var FullCurrentURL = window.location.href;
  var CurrentURLparts = FullCurrentURL.split("/");
  var CurrentURLindex = CurrentURLparts.length - 1;
  var CurrentURL = CurrentURLparts[CurrentURLindex];
  
  $('#menu li a').each(function () {
      var fullLinkURL = $(this).attr('href');
        var LinkURLparts = fullLinkURL.split("/");
        var LinkURLindex = LinkURLparts.length - 1;
        var LinkURL = LinkURLparts[LinkURLindex];
        if (LinkURL === CurrentURL){
          $(this).parents("li").addClass("current-menu-item");
          $(this).closest("ul").css('display', 'block');   
      }
  });
  
  }
  $(function() {
  initMenu();
  });
</script>

<div class="onlymobile">
  <ul id="menu" class="menu">
    <li>
      <a href="#" id="listtitle">DESIGNERS A-Z <span id="arrowwrap"><i class="fa fa-angle-down" aria-hidden="true"></i></span></a>
      <ul class="sub-menu" style="display: none;">
        <li><a href="Ann-Demeulemeester-Library">Ann Demeulemeester</a></li>
        <li><a href="Carol-Christian-Poell-Library">Carol Christian Poell</a></li>
        <li><a href="Craig-Green-Library-1">Craig Green</a></li>
        <li><a href="Dries-Van-Noten-Library">Dries Van Noten</a></li>
        <li><a href="hedi-slimane-library">Hedi Slimane</a></li>
        <li><a href="Helmut-Lang-Library">Helmut Lang</a></li>
        <li><a href="Issey-Miyake-Library">Issey Miyake</a></li>
        <li><a href="Jean-Paul-Gaultier-Library">Jean Paul Gaultier</a></li>
        <li><a href="Julius-Library">Julius</a></li>
        <li><a href="Jun-Takahashi-Library">Jun Takahashi</a></li>
        <li><a href="Junya-Watanabe-Library">Junya Watanabe</a></li>
        <li><a href="Kapital-Library">Kapital</a></li>
        <li><a href="Martin-Margiela-Library">Martin Margiela</a></li>
        <li><a href="Raf-Simons-Library">Raf Simons</a></li>
        <li><a href="Rei-Kawakubo-Library">Rei Kawakubo</a></li>
        <li><a href="Rick-Owens-Library">Rick Owens</a></li>
        <li><a href="Takahiro-Miyashita-Library">Takahiro Miyashita</a></li>
        <li><a href="Yohji-Yamamoto-Library">Yohji Yamamoto</a></li>
      </ul>
    </li>
     <br>
  </ul>
</div>


<div class="onlymobile">
<div class="rowlib">
  <div class="columnlib">
     <a href="View-All-Prints">View all Print</a>
   </div>
   <div class="columnlib">     
     <a href="footage">View all Footage</a>
   </div>
</div>
</div>

<!-- end mobile dropdown menu LIBRARY -->
*/

/* DEBUG MODE
* {
      background: rgba(255, 255, 255, 0.2) !important;
      color: #f00 !important;
	  outline: solid 1px rgba(39, 255, 21, 0.4) !important;  }
*/

/* @Mike - Define Source-Sans-Pro (via upload)
 see: https://support.cargo.site/Using-Your-Own-Webfonts
 for documentation
 and https://cargo.site/fonts for built-in fonts
*/

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro ExtraLight Italic"),
    local("SourceSansPro-ExtraLightItalic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-ExtraLightItalic.ttf")
      format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-BlackItalic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-ExtraLight.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro SemiBold Italic"),
    local("SourceSansPro-SemiBoldItalic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-SemiBoldItalic.ttf")
      format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-SemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"),
    url("https://files.cargocollective.com/c555089/SourceSansPro-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}


/* GLOBALS / !imporant */

* {
	text-rendering: optimizeLegibility !important; 
}

/* END GLOBALS */

/* @mike - GENERICS */
.underlinetxt {
    text-decoration: underline;
}

.displaynone{
    display: none;
}

.centertext {
	text-align: center !important;
}

/* END GENERICS */

/* @Davie - Bordered Buttons 
(There is also an unknown inline style
applied to this in the html) 
@mike this maybe cargo's WYSIWYG CSS override */
.bordered {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
    padding: 10px 45px;
}

.borderedblack {
    padding: 10px 45px;
    background-color: black;
    color: white;
}

hr.shortgrayline {
    width: 135px;
    border-top: 2px solid #ccc;
}
.verticalpadding{
	margin: 35px 0 35px 0;
}
.verticalnavbarpadding{
	margin: 10px 0 20px 0;
}


/* ----- Editorial CSS Overrides -----
This Div needs to wrap the EDITORIAL pages
as well as the editorials content themselves.
Some editorials are missing text in <p> tags
so this class will catch all that text.
Just make sure the editorial is wrapped
in the <div class=editorialCSSoverrides>...<div/>
*/

.editorialCSSoverrides {
    line-height: 1.75 !important;
    font-weight: 400 !important;

    font-size: 17px !important;
    color: rgb(0, 0, 0) !important;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons !important;
}
.editorialCSSoverrides p {
    font-size: 17px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons !important;
}
/* Editorial Homepage h1 that are links 'a' */
.editorialCSSoverrides h1 > a {
    font-size: 32px !important;
    color: rgb(0, 0, 0) !important;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
    font-weight: 400 !important;
}
.editorialCSSoverrides h1 {
    font-size: 32px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
}
.editorialCSSoverrides small {
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
}
.categoryDate {
    font-size: 14px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
}

@media (max-width: 768px) {
    .editorialCSSoverrides {
        line-height: 1.65em !important;
        font-weight: 400 !important;

        font-size: 17px !important;
        color: rgb(0, 0, 0) !important;
        font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons !important;
    }
    .editorialCSSoverrides p {
        font-size: 17px !important;
        color: rgb(0, 0, 0) !important;
        font-weight: 400 !important;
        font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons !important;
    }
    /* Editorial Homepage h1 that are links 'a' */
    .editorialCSSoverrides h1 > a {
        font-size: 32px !important;
        color: rgb(0, 0, 0) !important;
        font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
        font-weight: 400 !important;
    }
    .editorialCSSoverrides h1 {
        font-size: 32px !important;
        color: rgb(0, 0, 0) !important;
        font-weight: 400 !important;
        font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
    }
    .editorialCSSoverrides small {
        font-size: 14px !important;
        color: rgb(0, 0, 0) !important;
        font-weight: 400 !important;
        font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
    }
    .categoryDate {
        font-size: 14px !important;
        color: rgb(0, 0, 0) !important;
        font-weight: 400 !important;
        font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons !important;
    }

}



/* ------ END Editorial CSS Overrides ------ */



/* HomePage Banner CSS START */
.banner1 {
    padding: 2px;
    margin: 15px 0 5px 0;
    width: 100%;
    background-color: #000;
}

.banner1 a {
    font-size: 1.25rem;
    line-height: 1.7;
    font-family: "Work Sans", Icons;
    letter-spacing: 0.10rem;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: white !important;
    position: relative;
}

.banner1 a:hover{
	border-bottom: 1px solid white;
}

@media (max-width: 769px) {
    .banner1 {
        padding: 2px;
    }
    .banner1 a {
        font-size: 1.25rem;
    }
}

/* Home page Banner CSS END -- check inline too */

/* Start View Print/Footage mobile LIB */
.boxsizelib {
  box-sizing: border-box;
}

.columnlib {
  float: left;
  width:calc(50% - 6px);
  padding: 10px;
  border: 1px solid black;
  margin: 0px 3px 25px 3px;
  text-align: center;
  font-size: 18px;
}

.rowlib:after {
  content: "";
  display: table;
  clear: both;
}
/* End View Print/Footage mobile */


/* --- DROPMENU MOBILE START --- */
/*Renamed onlymobile for the inital wrapper*/

@media (min-width: 769px) {
  .onlymobile {
    display: none; /* hide on desktop */
  }
}

@media (max-width: 768px) {
  .onlymobile ul {
    /* show on mobile */
    font-size: 0.90em;
    font-family: "Work Sans", Icons;
    font-style: inherit;
    line-height: 1.3;
    padding-left: 3px;
    list-style: none;
  }

  #listtitle {
    font-family: "Work Sans", Icons;
    border-bottom: 1px solid black;
  }
}

/*   for center style */
/*
.dropmenu { 
margin: 0 auto;
display: table;
 */

/* --- DROP MENU MOBILE END --- */



/* --- STOREMENU WRAPPER START --- */

@media (min-width: 769px) {
  .storemenuwrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  .storemenuwrapper * {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 1;
    /* Line Height for normalizing paddings */
  }
}

/* --- STOREMENU WRAPPER END --- */



/* SHOP RENT ARC NavBar Start */

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.navwrapstore {
    display: block;
    font-family: "Work Sans", Icons;
    font-weight: 300;
  	font-size: 0.80em;
    letter-spacing: 0.02em;
    line-height: 2.0;
    color: black;
    font-style: normal;
    padding: 0px 0px 5px 0px;
    clear: both;
    overflow: hidden; 
    /* ^ overflow is very important to clearfix 
       or else the image gallery below the nav
       will "box" in and not display fullwidth.
    */
}

.pushleft{
    float: left;
}

.pushright{
    float: right;
}

.pushleft a:not(:first-child) {
    padding: 0px 10px;
}

.pushleft a:first-child{
	padding-right: 10px;
}

.pushright a:not(:last-child) {
    padding: 0px 10px;
}

.pushright a:last-child{
	padding-left: 10px;
}

/* mobile css for SHOP RENT ARC */
@media (max-width: 769px) {
    .navwrapstore  {
        display: block;
        text-align: center;
        line-height: 2.0;
        letter-spacing: 0.020em;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .pushleft{
        text-align: center;
        float: none;
        margin-bottom: 5px;

    }

    .pushright{
        text-align: center;
        float: none;
    }
    .pushleft a:not(:first-child) {
	    padding: 0 0 0 25px;
    }

    .pushleft a:first-child{
        padding-right: 0;
    }

    .pushright a:not(:last-child) {
        padding: 0 15px 0 0;
    }

    .pushright a:last-child{
        padding-left: 0px;
    }
    
}



/* SHOP RENT ARC NavBar End */




/**
 * Content
 */
body {
  background-color: #fff;
  color: #000;
}

a:active {
  opacity: 0.7;
}

.page a.active {
  opacity: 0.4;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 300;
  font-size: 1.4rem;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(96, 96, 96, 0.25);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
}


@media (max-width: 769px) {
  .content a > bodycopy > img {
    margin-bottom: -5px; 
  }
    /* @mike - 
    Adjusts the archived top nav on mobile,
    but may shift some other elements slightly.
    */
}

.content img:hover {
  filter: opacity(82%) !important;
}

/* Custom Selection and Scrollbar */
::selection {
  background: #cccccc;
  color: #0b0b0b;
}

::-moz-selection {
  background: #cccccc;
  color: #0b0b0b;
}

::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fffbf7;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
/* End Custom Selection and Scrollbar */

/*@Mike 
	this is the padding for the Archived Discord
	logo in the bottom right corner of the screen */
.logobr-mp {
  padding: 10px;
}

/*@Mike - this is the hover effect for images		*/
.image-link:hover {
  filter: opacity(66%);
}

.image-link .out {
  filter: opacity(66%);
}

.offset-underline-dw {
  border-bottom: 1px solid #666;
  max-width: 10%;
  padding-bottom: 8px;
  /* text-decoration: underline; */
  text-decoration-color: #666;
  margin: 0 auto;
  line-height: 1.4em;
}

@media (max-width: 1230px) {
  .offset-underline-dw {
    max-width: 20%;
  }
}

@media (max-width: 768px) {
  .offset-underline-dw {
    max-width: 30%;
  }
}


.gallery_image_caption {
  margin-top: 0.2em;
  margin-bottom: 0em;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000000;
  font-family: "Work Sans", Icons;
  font-style: inherit;
  line-height: 1.2;
}

.gallery_image_caption:hover {
  color: #666666;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 2.0rem;
  font-weight: 300;
  color: rgb(0, 0, 0);
  font-style: normal;
  line-height: 1.2;
  font-family: Work Sans, Icons;
}

[data-predefined-style="true"] bodycopy a {
  color: #000;
  text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
  color: #666666 !important;
}

a:hover {
  color: #666666 !important;
}

bodycopy a.image-link,
bodycopy a.icon-link {
  border-bottom: 0;
  padding-bottom: 0;
}
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
  color: #ccc;
}

[data-predefined-style="true"] h1 {
  font-family: "Work Sans", Icons;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
  font-family: "Work Sans", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.8rem;
  line-height: 1;
}

[data-predefined-style="true"] h2 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h3 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Bureau Grot", Icons;
  font-style: normal;
  line-height: 1.3;
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Work Sans", Icons;
  letter-spacing: 0.05rem;
  font-style: normal;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
  color: #000;
  text-decoration: none;
}

[data-predefined-style="true"] small a:hover {
  color: #666666 !important;
}

small a:hover {
  color: #666 !important;
}

.forcehovercolor-dw:hover {
  color: #666 !important;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
  background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
  margin-left: 0 /*!content_left*/;
  margin-right: auto /*!content_left*/;
  text-align: left /*!text_left*/;
}

[data-css-preset] body {
  background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
  width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
  padding-top: 1.8rem /*!main_margin*/;
  padding-bottom: 1.8rem /*!main_margin*/;
  padding-left: 1.8rem /*!main_margin*/;
  padding-right: 1.8rem /*!main_margin*/;
}

[data-css-preset] text-limit {
  display: inline-block /*!text_width*/;
  max-width: 66rem /*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
  justify-content: flex-start;
}

[data-css-preset] .thumbnails {
  background-color: transparent /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
  width: 100% /*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
  padding: 0.8rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -1.8rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.375rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -0.75rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "work sans", Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-family: "Neue Haas Grotesk", Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.thumbnails .has_title .tags {
  margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1;
  font-size: 26px /*!site_menu_button*/;
  padding: 0px;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 3rem /*!site_menu_button*/;
  left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 23px;
  margin-top: -13px;
}

#site_menu_button.custom_icon {
  width: 28px;
  height: auto;
}

#site_menu_button.active {
  display: auto;
}

/**
 * Site Menu
 */

#site_menu {
  font-family: "Work Sans", Helvetica, sans-serif, "Helvetica Neue Regular",
    Icons;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 200px 100px rgba(0, 0, 0, 0.2);
  font-style: normal;
  font-weight: 300;
  font-size: 2em;
  max-width: 300px;
  min-width: 299px;
  text-align: left;
  display: inline-table;
  justify-content: initial;
  text-decoration: underline !important;
  border-bottom: 1px solid #000009;
}

body.mobile #site_menu {
  width: 100%;
  min-height: 70%;
}

#site_menu .page-link a {
  color: #000;
  margin: 10px 0px;
  font-size: 1em;
}

/*@mike Offset the first link away from the X*/
#site_menu .page-link:nth-child(2) {
  margin: 35px 0px 0px 0px;
}

/*@mike Creates the "line separator on the 4th link*/
#site_menu .page-link:nth-child(5) {
  border-bottom: solid 1px #666;
  width: 80%;
  padding: 0px 0px 10px 0px;
}

/*@mike padding top applied to (5th) link (for line) */
#site_menu .page-link:nth-child(6) {
  margin: 10px 0px 0px 0px;
}

/* @Mike -
   Changes CSS for all elements (links)
   that come after the offset value
   (n+6) = all links after the 5th 
   (the X counts as a link/element in the set) */
#site_menu .page-link:nth-child(n + 6) {
  font-size: 0.6em;
}

/* change link color after line */
#site_menu .page-link:nth-child(6) a {
     color: red;
}

/*@Mike -
  For all <a> elements that are children of any div
  that contains class .set-link, apply this CSS...
*/
#site_menu .set-link > a {
  color: #000000;
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.5;
}

#site_menu .close {
  display: block;
  color: rgba(0, 0, 0, 1);
  line-height: 0em;
  font-size: 29px;
  font-weight: 900;
}

body.mobile #site_menu .close {
  font-size: 2em;
  right: initial;
  font-weight: 100;
  margin: 27px -5px 20px -5px;
}

#site_menu .break {
  height: px;
}

#site_menu .indent {
  margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
  color: black;
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 0;
  top: 1.5rem /*!shop_button*/;
  right: 1.5rem /*!shop_button*/;
  margin: 11px 0 0 0;
  /* @Mike -- note:
    the margin is to align it with the navbar,
    this element is "free floated" and not in the
    div with rest of the navbar.
  */
}

#shop_button.text {
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Work Sans", Icons;
  letter-spacing: 0.05rem;
  font-style: normal;
  font-weight: 300;
  color: #000;
}

body.mobile #shop_button.text {
  font-size: 16px;
  margin: 0.25rem 0.5rem;

  /* @mike - 
       cart as text on mobile adjustments.
       try to get it centered manually, like
       with the icon below
    */
}

body.mobile #shop_button:not(.text) {
  font-size: 26px;
  margin: -5px -4px 0px 0px;
  /* @Mike -
    shop button mobile alignment & size
    This changes depending on phone device,
    but this is centered manually,
    in relation to "ARCHIVED" and "hamburger menu"*/
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

/*
 * Shop Product Widget
 */

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: inherit;
  display: inline;
  text-align: end;
}

.shop_product .price {
  font-family: "Work Sans", Helvetica, sans-serif, "Helvetica Neue Regular",
    Icons;
  font-size: 1.9rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
  margin-top: 18px;
}

.shop_product .dropdown {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white
    url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat
    right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0.7rem 1rem;
}

.shop_product .button {
  font-family: "Work Sans", Icons;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  flex: 0 0 50%;
  text-align: center;
  display: table cell;
  line-height: 1;
  padding: 0.8rem 2.6rem .8rem;
  box-shadow: 1px 2px 3px 0px rgba(255, 255, 255,
      0.1);
 border-radius: 1px;
  border-color: black;
  display: inline-block;
  flex-direction: column;
  border: 1px solid #000 !important;
}

.cd-cart--empty .cd-cart__trigger,


/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 0.7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
  background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

/**
 * Feed
 */

.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}


/*
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif",
    Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
  background: transparent;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
  fill: rgba(0, 0, 0, 0.85);
  padding: 30%;
  width: 100%;
  margin: auto;
}

.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}

/* @Davie - Discord Link Logo -- Resize for mobile screens*/
@media (max-width: 768px) {
  .logobr-mp img {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: 7px !important;
    margin-right: 5px !important;
  }
}

/* @ Davie & Mike - MailChimp Form 
Embed Code - Horizontal Super Slim 12/16/2015 v10.7
Adapted from: 
http://blog.heyimcat.com/universal-signup-form/ */
#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
  font-family: "Arial";
  color: #666;
  margin: 0 auto;
  text-align: center;
}

.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mc_embed_signup input.email {
  -webkit-appearance: none;
  font-size: 15px;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000;
  border-radius: 0;
  color: #666666;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0 0 30px 0;
  width: 350px;
  vertical-align: top;
}

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

#mc_embed_signup .clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: 1px solid #000;
  -webkit-appearance: none;
  border-radius: 0;
  letter-spacing: 0.03em;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  display: inline-block;
  margin: 0 18px;
  transition: all 0.15s ease-in 0s;
}

#mc_embed_signup .button:hover {
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 75%;
    margin-bottom: 5px;
  }

  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }

  #mc_embed_signup .button {
    width: 50%;
    margin: 0;
  }
}







/* --- CODE GRAVEYARD --- */

/* https://www.github.com/mparsakia */

/*@Mike  -- Custom 'hover image' css.
Example: Maxfield Image Hover-text Classes +
Custom image gallery classes
Can't do it in cargo's image gallery!


.containerdiv {}

.griddiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.griddiv a {
	color: #fff !important;
}


.griddiv img {
width: auto !important;
    max-height: 75vh !important;
    padding: 5px;
    overflow: auto !important;
    object-fit: scale-down !important;
}

.imgwrap {
 position: relative;
}

.imgdescr {
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Work Sans", Icons;
    font-style: inherit;
    line-height: 1.2;
    color: #fff !important;
    text-align: center;
    text-shadow:
        0px 0px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  width:100%;
  height: calc(35% + 50px);
  padding: 10px 15px;
  overflow: visible;
  top:1;
  bottom:0;
  left:0;
  right:0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.0) 100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s, visibility .2s;
  border-radius: 2px 2px 10px 10px;
}

.imgwrap:hover .imgdescr {
  visibility: visible;
  opacity: 1;
 
}

.cardbutton {
    cursor: url;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    border: 1px solid white;
    padding: 10px 15px;
    font-weight: 400;
    white-space: nowrap;
}

.cardbutton:hover{
	color: #ccc !important;
}


@media (max-width: 800px) {
  .cardbutton{
        padding: 7px 5px;
}
  .containerdiv{
	width: auto;
}
.griddiv{
	display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    grid-gap: 5px;
}
  .griddiv img {
    margin: 0;
    padding: 0;
    align-self: center;
    width: 100% !important;
    height: auto !important;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15);     
  }
    
   .imgdescr {
    font-size: 1.1rem;
    height: calc(35% + 80px);
    padding: 5px 7px;
    border-radius: 0;
  }
}

*/


/* --- SHOP RENT BRANDS TOPS MENU CSS --- */

/* 
.shoprent-mp {
  font-family: "Work Sans", Icons;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 0.85em;
  letter-spacing: 0.05rem;
}


.shoprent-mp a {
  padding: 5px 35px;
}

.shopcategories-dw {
  font-family: "Work Sans", Icons ;
  font-weight: 300;
  letter-spacing: 0.05rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.shopcategories-dw a {
  margin: 20px 0px;
  font-size: 0.7em;
  width: 769px;
}

@media (max-width: 768px) {
  .shoprent-mp {
    font-family: "Work Sans", Icons;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.85em;
  }
  .shoprent-mp a {
    padding: 5px 50px;
  }
  .shopcategories-dw {
    font-family: "Work Sans", Icons;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .shopcategories-dw a {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0px 15px 0px;
    font-size: 0.7em;
  }
}
*/
/* --- END SHOP RENT BRANDS TOPS CSS --- */





/* ----- Start Custom Hover Gallery ----- */
/*
.parentgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gridchild > img {
  width: auto !important;
  max-height: 80vh !important;
  padding: 5px;
  overflow: auto !important;
  object-fit: scale-down !important;
}

.imgwrap2 {
  position: relative;
  width: inherit !important;
  height: inherit !important;
  overflow: none;
}

.imgdescr2 {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Work Sans", Icons;
  font-style: inherit;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: calc(55%);
  padding: 10px 15px;
  overflow: none;
  top: 1;
  bottom: 15px;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.2s;
  border-radius: 2px 2px 10px 10px;
}

.imgwrap2:hover .imgdescr2 {
  visibility: visible;
  opacity: 1;
}

.cardbutton2 {
  cursor: url;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  color: #fff !important;
  border: 1px solid white;
  padding: 10px 15px;
  font-weight: 400;
  white-space: nowrap;
}

.cardbutton2:hover {
  color: #ccc !important;
}

@media (max-width: 800px) {
  .cardbutton2 {
    padding: 7px 5px;
  }
  .wrapit {
    width: auto;
  }
  .parentgrid {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-gap: 5px;
    align-items: center;
  }
  .parentgrid img {
    margin: 0;
    padding: 0;
    align-self: center;
    width: 100% !important;
    height: auto !important;
  }

  .imgdescr2 {
    font-size: 1.2rem;
    height: calc(35% + 80px);
    padding: 5px 7px;
    border-radius: 0;
    bottom: 10px;
  }
} 
*/
/*-------END CUSTOM HOVER GALLERY-------------*/



