



@keyframes OWLCURSOR{
  0%   { cursor: url(https://s9.limitedrun.com/images/1363114/owlframe1.gif), auto; }
  100% { cursor: url(https://s9.limitedrun.com/images/1363116/owlframe2.gif), auto; }
}

@font-face {
  font-family: 'Gruppo';
  
  src: url('https://f9.limitedrun.com/fonts/393/Gruppo.eot?#iefix') format('embedded-opentype'),  
  url('https://f9.limitedrun.com/fonts/394/Gruppo.woff') format('woff'), 
  url('https://f9.limitedrun.com/fonts/395/Gruppo.ttf')  format('truetype'), 
  url('https://f9.limitedrun.com/fonts/396/Gruppo.svg#Gruppo') format('svg');
  
  font-weight: normal;
  font-style: normal;
}



::placeholder {
  color: #F1ED82;
  opacity: 0.4;
  font-size: 0.8rem;
}

/* pre-HTML5 fix */
header, section, footer, aside, nav, main, article, figure {
  position: relative;
  display: block;
}

/* UTILITY */
.flex-wrapper {    
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/* HTML - LAYOUT */
html {
  scroll-behavior: smooth;
  width: 100%;
  font-size: 12px;
  overflow-x: hidden;
}

html.owltime {
  animation: OWLCURSOR 1s linear infinite;
}

body {
	
	font-family: 'input-mono', sans-serif;
	
	
	
	background-color: black;
	
	
	color: #D0D0CF;
	scroll-behavior: smooth;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://s9.limitedrun.com/images/1360238/stars.gif');
  background-position: center;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: -10;
}

body.loading {
  overflow: hidden;
}

/* MOBILE NAV
#mobile-enter {
  display: none;
  position: absolute;
  bottom: 15vh;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 30px;
  width: 90px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

@media only screen and (max-width: 884px) {
  #mobile-enter {
    display: inline-block;
  }
  
  #index #mobile-enter {
    opacity: 1;
    pointer-events: initial;
  }
  
  #index.nav-is-open #mobile-enter, .loading #mobile-enter {
    opacity: 0;
  }
}
 */
 
aside {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(.75,-0.30,.15,1.35); 
  pointer-events: none;
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.nav-is-open aside {
  pointer-events: initial;
  opacity: 1;
}

aside > ul {
 padding-top: calc(10vh + 20px); 
 align-self: flex-start;
}

aside ul li {
  display: block;
  text-align: center;
  margin: 3.5vh auto;
  font-size: 4vw;
  transition: all 0.6s cubic-bezier(.75,-0.30,.15,1.35);
  transform: translateX(-50%) rotateY(-90deg);
  opacity: 0;
  text-transform: lowercase;
}


aside ul li a, .aside-footer a, .aside-footer {
  color: #D0D0CF;
}

aside ul li a:hover, .aside-footer a:hover  {
  color: #EE3F24;
}




@media only screen and (max-width: 600px) {
  aside ul li {
    font-size: 2rem;
  }
}

.aside-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: white;
}

.nav-is-open aside ul li {
  transform: translateX(0);
  opacity: 1;
}

.nav-is-open aside ul li:hover {
  transform: translateY(-10px) skew(2deg);
}

.nav-is-open aside ul li.special-nav:hover {
  transform: translate(0);
}

.nav-is-open aside ul li .socials li:hover, .nav-is-open aside ul li .category-dropdown li:hover {
  transform: translateY(-5px);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-color: black;
  
  z-index: -5;
  opacity: 0;
  transition: all 0.6s ease-in; 
}

.nav-is-open .nav-overlay {
  opacity: 0.7;
}

/* HEADER */
nav.flex-wrapper {
  display: none;
}

header.flex-wrapper {
  color: #EE3F24;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 50px;
  flex-direction: row;
  z-index: 100;
  justify-content: space-around;
}

header.flex-wrapper a {
  font-weight: 400;
}

header.desktop-nav > span, header.desktop-nav > nav {
  position: relative;
  flex: 0 0 29%;
  text-align: center;
  height: 50px;
}

header.desktop-nav nav {
  flex-grow: 1;
  flex-basis: 38%;
}
    
header.desktop-nav nav a {
  display: inline-block;
  position: relative;
  margin: 0 2%;
  cursor: pointer;
  color: black;
  height: 20px;
  line-height: 20px;
  width: 75px;
  font-family: 'Gruppo', sans-serif;
  font-size: 1.4rem;
}

header.desktop-nav nav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
  background-color: #009464;
}

header nav a:hover:after {
  background-color: #F1ED82;
}

header.desktop-nav nav a#active-link:after {
  background-color: #F1ED82;
}

header.desktop-nav #cart-trigger {
  cursor: pointer;
  margin: 0 20px;
}

/* SOCIALS & SIGNUP */
.zocials ul li {
  display: inline-block;
  width: 20px;
  font-size: 1.5rem;
  margin: 0 5px;
}

#mc_embed_signup input.email {
  font-family: inherit;
  font-size: 0.9rem;
  border: 1px solid #F1ED82;
  color: #F1ED82;
  background-color: transparent;
  height: 20px;
  min-width: 158px;
  width: 12.5vw;
  max-width: 250px;
  text-align: center;
  padding: 0 2.5px 0 17.5px;
}

#mc_embed_signup_scroll {
  position: relative;
}

#mc_embed_signup_scroll:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.5px;
  background: url('https://s9.limitedrun.com/images/1360243/email.gif');
  background-size: 15px;
}

@media only screen and (max-width: 885px) {
 .desktop-nav {
   display: none;
 }
}

/* MOBILE NAV */
header.mobile-nav {
  margin-top: 5%;
  width: 100%;
  padding: 0 5%;
  justify-content: space-between;
  display: none;
}

.mobile-nav #menu-trigger {
  font-size: 1.5rem;
}

.nav-is-open #menu-trigger {
  color: white;
}

@media only screen and (max-width: 885px) {
  header.mobile-nav {
    display: flex;
  }
}

/* ANIMATION */
canvas, video {
  position: absolute;
  top: 10%;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-40%);
  transform-origin: top;
  z-index: -1;
}

video {
  transform: translateY(-46%) scale(0.88);
  border-radius: 100%;
  opacity: 0.6;
}

#index canvas {
  transform: translateY(0%);
}

#index video {
   transform: scale(0.88);
}

video {
  top: 1vh;
  left: 0;
  right: 0;
  margin: auto;
}

#logo-flex {
  position: absolute;
  top: -5%;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  transform: translateY(-30%);
}

#index #logo-flex {
  transform: translateY(0%);
}

#logo-flex > span {
  flex: 0 0 30%;
  text-align: center;
}

#logo-flex .img-container {
  position: relative;
}

#logo-flex .img-container:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Gruppo', sans-serif;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#logo-flex .moon {
  z-index: 1;
  flex-shrink: 1;
  flex-basis: 36%;
}

#logo-flex .moon img {
  display: none;
  max-height: none;
  margin-left: -2.5%;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scrolled #index #logo-flex .moon img {
  display: none;
}

#index #logo-flex .moon img {
  display: block;
  pointer-events: none;
}

#logo-flex img {
  max-height: 70px;
  margin: 0 1vw;
}

#logo-flex #logo {
  max-width: 250px;
  padding-top: 20px;
}

#logo-flex #scroll {
  font-family: 'Gruppo', sans-serif;
  font-size: 2.5rem;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  text-align: center;
  transition: opacity 2s ease-out;
  z-index: 2;
}

#index #scroll {
  opacity: 1;
}

#logo-flex #scroll a {
  color: #009464;
}

#logo-flex #scroll img {
  display: block;
  transform: rotate(90deg);
  margin: 10px auto;
}

.scrolled #index #scroll {
  opacity: 0;
}

@media only screen and (max-width: 885px) {
  canvas {
    transform: translateY(-35%) scale(0.6);
  }
  
  video {
    display: none;
  }
  
  #index canvas {
    transform: translateY(10%) scale(0.6);
  }
  
  #logo-flex {
    top: 10vh;
    height: 60vh;
    transform: translateY(0%);
    align-content: baseline;
    justify-content: space-between;
    padding: 0 2%;
  }
  
  #logo-flex img {
    max-height: 25px;
  }
  
  #logo-flex .img-container:after {
    content: "" !important;
  }
  
  #logo-flex #logo {
    max-width: 75px;
    padding-top: 0;
  }
  
  #logo-flex span {
    align-self: baseline;
  }
  
  .moon {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  #index .moon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* NAVTEXT */
#logo-flex:hover .img-container:after {
  opacity: 1;
}

#logo-flex .home:after {
  content: "";
}

#logo-flex .music:after {
  content: "music";
}

#logo-flex .tour:after {
  content: "tour";
}

#logo-flex .merch:after {
  content: "merch";
}

/* MAIN CONTENT */

main {
  margin-top: 24vh;
  min-height: 80vh;
  background: transparent;
}

#index main {
  margin-top: 90vh;
}

@media only screen and (max-width: 885px) {
  main {
    margin-top: 12vh;
  }
  
  #index main {
    margin-top: 65vh;
  }
}

.loaded-content {
  max-width: 100%;
}

.new-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.width-wrapper {
  max-width: 85vw;
  padding: 15px;
  margin: auto;
  background-color: transparent;
  width: 1600px;
}




/* HTML - ELEMENTS */

strong {
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 9vw;
  }
}

h1, h2, h3, h4, h5 {
  
	font-family: 'Gruppo', sans-serif;
	
	font-weight: 400;
	color: #D0D0CF;
	text-transform: lowercase;
	text-align: center;
	font-size: 1rem;
}

a { 
  position: relative;
  color: #EE3F24;
  font-weight: 400;
  outline: none;
  border: none;
  text-transform: lowercase;
}

a:hover,a:focus {
  color: #D0D0CF;
}

img {
  max-width: 100%;
}

.socials {
  display: block;
  width: 250px;
  max-height: 80px;
  margin: auto;
  max-width: 100%;
  text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.socials li {
	display: inline-block;
	width: 25px;
	margin: auto 7px;
	font-size: 1.2em;
}

.socials li a {
  font-weight: 400;
}

/* COLORING */

.bg-backing {
	background-color: #000000;
}

.bg-body {
	background-color: #D0D0CF;
}

.bg-header {
  background-color: #D0D0CF;
}

.bg-accent {
	background-color: #EE3F24;
}

.hover-bg-backing:hover {
	background-color: #000000;
}

.hover-bg-body:hover {
	background-color: #D0D0CF;
}

.hover-bg-header:hover {
  background-color: #D0D0CF;
}

.hover-bg-accent:hover {
	background-color: #EE3F24;
}

.cl-backing {
	color: #000000;
}

.cl-body {
	color: #D0D0CF;
}

.cl-header {
	color: #D0D0CF;
}

.cl-accent {
	color: #EE3F24;
}

.hover-cl-backing:hover,.hover-cl-backing:focus {
	color: #000000;
}

.hover-cl-body:hover,.hover-cl-body:focus {
	color: #D0D0CF;
}

.hover-cl-header:hover,.hover-cl-header:focus {
	color: #D0D0CF;
}

.hover-cl-accent:hover,.hover-cl-accent:focus {
	color: #EE3F24;
}

/* PAGES - PRODUCT */
.product-nav {
  display: block;
  text-align: center;
}

.product-nav h1 {
  font-size: 2.5rem;
}

.product-nav ul {
  display: none;
}

.product-nav ul li {
  display: inline-block;
}

.product-nav ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 20px;
}

.glasscase-container {
  display: none;
}

@media only screen and (min-width: 886px) {
  #product-content .row .col-flex {
    display: flex;
    align-items: center;
  }
  
  .product-nav ul {
    display: block;
  }
  
  .glasscase-container {
    display: block;
  }
  
  .mobile-images {
    display: none;
  }
}

.back-button {
  position: absolute;
  z-index: 9;
}

.selector-container {
  text-align: center;
  transition: opacity 0.5s ease, max-height 1s ease-in;
  max-height: 500px;
  margin-bottom: 15px;
  padding-top: 15px;
  width: auto;
  margin: auto;
}

.selector {
  display: inline-block;
  color: black;
  padding: 5px;
  margin: 5px 5px;
  min-width: 35px;
  cursor: pointer;
  background-color: #009464;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  transition: box-shadow 1s ease, opacity .4s ease;
  overflow: hidden;
  text-transform: uppercase;
}

.selector:hover {
  color: black;
}

.selector.full-width {
  width: 100%;
}

.selector:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009464;
  z-index: -1;
}

.selector.in-stock:hover, .selector.available:hover, .selector.selected-color, #selected.selector {
  box-shadow: 0 2px 20px 5px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  opacity: 1;
}

.has-selection .selector {
  opacity: 0.5;
}

.has-selection:hover .selector.available {
  opacity: 1;
}

.selector.unavailable, .selector.out-of-stock, .has-selection:hover .selector.out-of-stock {
  opacity: 0.15;
  cursor: not-allowed;
  color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.not-safari #selected.selector {
  transition: 1s ease;
  transform: rotateY(360deg);
}

.not-safari #selected.selector.full-width {
  transition: 1s ease;
  transform: rotateY(15deg);
}

#selected.selector:after {
  background-color: #f1ed82;
  z-index: -10;
}

.sizes-container.unselected {
  opacity: 0;
  max-height: 0px;
}

.sizes-container .size-selector {
  font-size: 1rem;
}

.product-copy {
  width: 1000px;
  max-width: 100%;
  padding-bottom: 200px;
  text-align: center;
  margin: auto;
}

#product h5 {
  width: 75%;
  margin: auto;
}

.product-description .btn-container {
  text-align: center;
}

.product-descripton .btn {
  display: inline-block;
  margin: 10px auto 0;
}

.btn {
  display: block;
	background-color: #f1ed82;
	color: black;
	font-family: inherit;
	font-weight: 400;
  text-transform: uppercase;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 0 20px;
	height: 30px;
	line-height: 0;
	letter-spacing: 0;
}

.btn:hover, .btn:focus {
  color: black;
	background-color: #009464;
}

.btn.disabled {
  border-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 600px) {
  .product-description {
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 855px) {
  .product-copy {
    padding-bottom: 50px;
  }
}

/* RELATED PRODUCTS */
.related-products {
  margin-top: 5vh;
  text-align: center;
}

.related-products h3 {
  font-size: 1.5vw;
}

@media only screen and (max-width: 1064px) {
  .related-products h3 {
    font-size: 2rem;
  }
}

.grid-item {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

/* PRODUCT GRID - ISOTOPE BASE */
@media screen and (max-width: 45em) {
 .grid-sizer, .grid-item {
	width: 100%;
  } 
}

@media screen and (min-width: 45.1em) and (max-width: 63.9375em) {
 .grid-sizer, .grid-item {
	width: 50%;
  } 
}


@media screen and (min-width: 64em) {
 .grid-sizer, .grid-item {
	width: 25%;
  } 
  
 .grid-item.large {
   width: 50%;
 }
}



/* PAGE SPECIFIC */

.opaque-video video {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  #music .row {
    display: flex;
    align-items: center;
  }
}