.back-arrow a {
  font-size: 1.5em;
  padding: 0 1em;
  width: 100%;

}

@media only screen and (max-width: 601px){
  .back-arrow {
    text-align: center;
  }

}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
}
.video-wrapper iframe, .video-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes DOTZ {
  0% { opacity: 0.1; color: #d87319; transform: translateY(-50px) rotate(0deg);}
  50% { opacity: 1; color: #bf3938; transform: translateY(0px) rotate(180deg);}
  100% { opacity: 0.1; color: #d87319; transform: translateY(-50px) rotate(360deg);}
}

body {
	color: #fbf5fa;
	background-color: #2a2359;
	
	font-family: 'Poppins', sans-serif;
	
	
	overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

strong {
  font-weight: 600;
}

hr {
  border-color: #fbf5fa;
  border-top: 0;
}

h1 {
	font-size: 72px;
	display: inline-block;
}

h1, h2, h3, h4, h5 {
  
	font-family: 'cheap-pine-sans', sans-serif;
	
	font-weight: 400;
	letter-spacing: 0.09375em;
	color: #bf3938;
}

a { 
  position: relative;
  
  color: #d87319;
  
  font-weight: 400;
  outline: none;
  border: none;
}

a:hover {
  color: #bf3938;
}

a.active {
  color: #bf3938;
}

img {
  max-width: 100%;
  font-size: 0.9rem !important;
  line-height: 0.9rem !important;
}

#loadscreen {
  background-color: #2a2359;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; 
}

#loadscreen img {
  width: 400px;
  transform: translateX(-15px);
  animation: DOTZ 1.5s infinite ease-in-out;
}

#loadscreen .dots {
  font-size: 72px;
  animation: DOTZ 1.5s infinite ease-in-out;
  animation-fill-mode: both;
  display: inline-block;
}



#loadscreen .dots:nth-of-type(1) {
  animation-delay: 0.2s;
}

#loadscreen .dots:nth-of-type(2) {
  animation-delay: 0.4s;
}

#loadscreen .dots:nth-of-type(3) {
  animation-delay: 0.6s;
}

.loaded #loadscreen {
  opacity: 0;
  pointer-events: none;
}

.loaded #loadscreen .dots, .loaded #loadscreen img {
  animation-play-state: paused;
}

.desktop-categories {
  display: table;
  position: absolute;
  transform: translateX(-50%);
  right: 50%;
  left: 50%;
  top: 1.5rem;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  background-color: #2a2359;
  -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;
}

.desktop-categories ul li {
  display: block;
  text-align: center;
  margin: 10px auto;
  white-space: nowrap;
}

.nav li {
  display: inline-block;
  width: 200px;
}

.nav li:hover a:not(.category-trigger a):after {
  width: 100%;
}

.nav ul {
  display: flex;
  justify-content: space-around;
}

.nav ul li a {
  margin: auto 10px auto;
}

#content-wrapper {
	max-width: 100%;
	margin: auto;
}

#content-wrapper.splash-content-container {
  padding-bottom: 0;
}

.loader-content {
  width: 1400px;
  max-width: 100%;
  margin: auto;
}

.loader-content.splash-content {
  width: auto;
}

.title h1 {
  margin: auto;
}

#mobile-logo {
  padding: 1rem;
}

.title img, #mobile-logo img {
  width: auto;
  max-height: 20vh;
  max-width: 90%;
  padding: 1rem;
}

#cornercart {
	position: fixed;
	right: 0;
	top: 0;
	font-size: 1.6rem;
	background-color: #2a2359;
	z-index: 101;
	-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;
	border-bottom-left-radius: 25px;
}

.cart-count {
  opacity: 1;
  position: absolute;
  width: auto;
  text-align:center;
  font-size: 1.25rem;
}

.nav {
  text-align: center;
  margin-top: 0;
}

.title {
	text-align: center;
	margin-top: 50px;
}

.logo {
  position: relative;
  display: block;
  margin: auto;
  font-size: 1rem;
  width: 80%;
  max-width: 400px;
  z-index: 100;
}

.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;
}

.socials {
  text-align: center;
	font-size: 1.5rem;
}

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

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

.content {
  min-height: 60vh;
}

.desktop-copyright {
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 0.8rem;
}

.desktop-copyright a {
  color: #fbf5fa;
  text-decoration: underline;
}

.mobile-copyright {
  position: absolute;
  bottom: 60px;
  text-align: center;
}

/* SPLASH PAGE */
.splash h1 {
  display: block;
  text-align: center;
  padding-top: 20px;
  margin: auto auto 20px;
}

.splash hr {
  margin: 20px auto 20px auto;
}

.splash-inner {
  height: 100%;
  padding: 60px 5vw;
  margin: auto;
}

.splash .product-content {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.splash .product-description a {
  color: white;
  text-decoration: underline;
}

.splash-btn-container {
  display: flex;
  list-style: none;
  padding: 100px 0;
  margin-bottom: 0;
  justify-content: space-around;
}

.splash-btn-container li, .splash-btn-container .btn {
  display: inline-block;
  margin: auto;
}

#splash-section-1 {
  position: relative;
  background-color: #4a4378c2;
  color: ;
  min-height: 100vh;
}

#splash-section-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://s9.limitedrun.com/images/1623945/DSCF8371.jpg');
  background-position: center;
  background-size: cover;
  
  background-attachment: fixed;
  
  width: 100%;
  height: 100%;
  z-index: -10;
}

#splash-section-1 h1, #splash-section-1 h5 {
  color: ;
}

#splash-section-1 a:not(.bit-widget-container a) {
  
  color: ;
  
}

#splash-section-1 a:not(.bit-widget-container a):hover {
  color: ;
}

#splash-section-1 .btn { 
  background-color: ;
  color: ;
}

#splash-section-1 .btn:hover { 
  background-color: ;
  color: ;
}

#splash-section-1 .desktop-categories a {
  color: ;
}

#splash-section-2 {
  position: relative;
  background-color: transparent;
  color: ;
	
	overflow: hidden;
}

#splash-section-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('');
  background-position: center;
  background-size: cover;
  
  background-attachment: fixed;
  
  width: 100%;
  height: 100%;
  z-index: -10;
}

#splash-section-2 h1, #splash-section-2 h5 {
  color: ;
}

#splash-section-2 a:not(.bit-widget-container a) {
  
  color: ;
  
}

#splash-section-2 a:not(.bit-widget-container a):hover {
  color: ;
}

#splash-section-2 .btn { 
  background-color: ;
  color: ;
}

#splash-section-2 .btn:hover { 
  background-color: ;
  color: ;
}

#splash-section-2 .desktop-categories a {
  color: ;
}

#splash-section-2 .title {
  margin-top: 0;
  padding-top: 50px;
}

#splash-section-3 {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  color: ;
	
	text-align: center;
}

#splash-section-3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('');
  background-position: center;
  background-size: cover;
  
  background-attachment: fixed;
  
  width: 100%;
  height: 100%;
  z-index: -10;
}

#splash-section-3 h1 {
  color: ;
}

#splash-section-3 a:not(.bit-widget-container a) {
  
  color: ;
  
}

#splash-section-3 a:not(.bit-widget-container a):hover {
  color: ;
}

#splash-section-3 .btn { 
  background-color: ;
  color: ;
}

#splash-section-3 .btn:hover { 
  background-color: ;
  color: ;
}

#splash-section-3 .desktop-categories a {
  color: ;
}

#splash-section-3 .title {
  margin-top: 0;
  padding-top: 50px;
}

#splash-section-4 {
  position: relative;
  background-color: #4a43785e;
  color: ;
	
}

#splash-section-4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('');
  background-position: center;
  background-size: cover;
  
  background-attachment: fixed;
  
  width: 100%;
  height: 100%;
  z-index: -10;
}

#splash-section-4 h1 {
  color: ;
  text-align: center;
}

#splash-section-4 a:not(.bit-widget-container a) {
  
  color: ;
  
}

#splash-section-4 a:not(.bit-widget-container a):hover {
  color: ;
}

#splash-section-4 .btn { 
  background-color: ;
  color: ;
}

#splash-section-4 .btn:hover { 
  background-color: ;
  color: ;
}

#splash-section-4 .desktop-categories a {
  color: ;
}

#splash-section-4 .title {
  margin-top: 0;
  padding-top: 50px;
}



/* SIDENAV */

.btn-floating.sidenav-trigger {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
	background-color: #2a2359;
	z-index: 101;
	border-bottom-right-radius: 25px;
}

.slide-out-logo {
  margin: auto;
  text-align: center;
}

.slide-out-logo h1 {
  margin: auto;
  font-size: 2rem;
}

.slide-out-logo h1 a {
  color: #d87319 !important;
}

#category-slide-out {
  
  color: #d87319;
  
  
  
  background-color: #2a2359;
  
}

#slide-out {
  
  color: #d87319;
  
  
  
  background-color: #2a2359;
  
}

.divider {
  
  background-color: #d87319 !important;
  
}

.sidenav a, .sidenav > li a {
  
  color: #d87319;
  
}

/* STORE */

.right-sticker, .left-sticker, .sale-sticker {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  right: 0;
  border-radius: 1000px;
  background-color: #2a2359;
  color: #fbf5fa;
  z-index: 3;
  font-size: 15px;
	text-transform: uppercase;
}

.left-sticker {
  right: initial;
  left: 0;
}

.sale-sticker {
  background: #d6e5a0;
}

.sale {
  color: green;
}

.filter-group a {
  cursor: pointer;
}

.filter-group a.is-checked:after {
  width: 100%;
}

.filter-group a.is-checked {
  text-decoration: underline;
}

.product-wrapper {
	padding: 1rem;
}

.product-wrapper a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-wrapper a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product-item {
	position:relative;
	padding-top:100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	overflow: hidden;
}

.product-item img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-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;
	background-color: rgba(255, 255, 255, 0);
}

.product-overlay {
	position: absolute;
	-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;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 10;
}

.product-overlay p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: #fbf5fa;
	font-weight: 400 !important;
	background-color: #2a2359;
  text-transform: uppercase;
}

.product-item:hover .product-overlay {
	opacity: 1;
}

.old-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.price {
  color: #bf3938;
}

.mobile-price {
	display: none;
}

@media screen and (max-width: 45em) {
 .grid-sizer, .grid-item {
	width: 100%;
  } 
  
 .mobile-price {
   text-align: center;
   display: block !important;
   color: #fbf5fa !important;
   font-size: 15px !important;
 }
 
 .product-overlay {
	opacity: 0;
 }
}

@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: 20%;
  } 
  
 .grid-item.large {
   width: 40%;
 }
}


	
/* PRODUCT PAGE */

#product {
	margin: auto;
}

.single-image {
  padding: 0;
  margin-bottom: 20px;
}

.single-image img {
  height: auto;
  width: 100%;
}

.product-description {
	padding: 2em;
}

.product-description h5 {
	text-align: center;
	font-size: 2.5rem;
}

.product-boxes {
  display: block;
  margin: auto auto 0;
}

.product-boxes .col.s6.m3 {
  height: 150px;
}

.product-boxes .material-placeholder {
  height: 150px;
}

.product-boxes img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

/* OVERRIDES */

.loading .glass-case {
  transform: translateX(500vw);
}

.glass-case {
  margin: auto;
  width: 100% !important;
}

.gc-display-area {
  background-color: transparent;
  width: 100% !important;
  border: 0;
}

.gc-icon {
  background: #2a2359;
  border: #d87319;
  color: #fbf5fa;
  border-radius: 20px;
}

.gc-icon-next {
  right: 0;
}

.gc-icon-prev {
  left: 0;
}

.gc-icon-next::before, .gc-icon-prev::before .gc-icon-close::before {
  top: 0;
}

.gc-icon-close::before {
  right: 0;
}

.gc-icon-next::before {
  right: 0;
}
  
.gc-icon-prev::before {
  left: 0;
}

.gc-zoom-area {
  background-color: transparent;
  border-color: #bf3938;
}

.glass-case ul li {
  background-color: transparent;
  border: 0;
}

.glass-case ul li.gc-active {
  border: 2px solid #d87319;
}

.glass-case ul li:hover, .glass-case ul li.gc-active:hover {
  border: 2px solid #bf3938;
}

.glass-case ul li .gc-display-container img {
  width: 100% !important;
  height: auto !important;
}


/* OPTIONS */
.nav li a, .item-name, h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

/* MEDIA QUERIES - TABLET AND BELOW */
@media only screen and (max-width:720px) {	
  #splash-section-1 .title {
    padding-top: 50px;
  }
  
  .nav ul {
    display: block;
  }
  
  .nav li {
    display: block;
    margin: auto;
    height: 40px;
  }
	
	.socials li {
	  margin: auto;
	}
	
	.mobile-copyright {
    position: relative;
    bottom: 0;
  }
}

@media only screen and (max-width:720) {
  h1 {
    font-size: 40px;
  }
}

/* MATERIALIZE OVERRIDES */
label {
  color: inherit;
}

.select-wrapper input.select-dropdown {
  color: #fbf5fa;
	
	font-family: 'Poppins', sans-serif;
	
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #bf3938;
}

.dropdown-content {
  background-color: #2a2359;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #bf3938;
}

.btn, #mc_embed_signup .button {
	text-transform: uppercase;
  display: block;
	background-color: #2a2359;
	color: #d87319;
	
	font-family: 'Poppins', sans-serif;
	
	font-weight: 800;
	margin: 15px auto 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;
	border-radius: 100px;
}

#mc_embed_signup .button:after, .btn:after {
  content: "";
  position: absolute;
  border: #d87319 solid 2px;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 100px;
}

.btn-floating {
  border-radius: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn:hover, .btn:focus {
	background-color: #bf3938;
	color: #2a2359;
}

#cornercart:hover, .btn-floating:hover, .btn-floating:active, .btn-floating:focus {
	background-color: #bf3938;
}

a.btn-floating:after {
  width: 0;
}

.btn-floating i {
	color: #bf3938;
	cursor: pointer;
	line-height: 50px;
}

.btn-floating:hover i {
	color: #d87319;
}

#product-content .row {
	margin-bottom: 0;
}

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

/* GC OVERRIDES */
.gc-slide-container-current {
  z-index: 9 !important;
}

/* THE SUMMER SALT SPECIAL (1200 CALORIES) */
.splash-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
}

.splash-inner .row {
  width: 100%;
}

/* DESCRIPTION - FIRST SLIDE */

.splash-nav li {
  display: inline-block;
}

.splash-nav li a {
  font-family: 'cheap-pine-sans', sans-serif;
  font-size: 2rem;
  margin: auto 0.5rem;
  color: #bf3938;
}

#splash-section-1 .splash-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-evenly;
  min-height: 100vh;
  width: 100%;
}

#splash-section-1 .title {
  margin-top: 0;
  padding: 0;
}

.newest {
  padding: 25px;
  max-width: 525px;
  margin: auto;
}

.newest h2 a {
  color: #bf3938;
}

/* ALBUM SOCIALS - SECOND SLIDE */
.splash-album {
  max-width: 800px;
}

.splash .btn {
	height: 55px;
  line-height: 55px;
}

/* STORE SLIDE */
#splash-section-3 .btn {
  display: inline-block;
  margin: auto;
}

#splash-section-3 .splash-inner {
  max-width: 100%;
}

#splash-section-3 h1 {
  color: #bf3938;
}

@media only screen and (max-width: 600px) {
  .splash-inner .description.col, .splash-inner .description.col h1 {
    text-align: center;
  }
}

/* TOUR SLIDE */
.seated-event-link1 {
  border-radius: 100px !important;
	background-color: #2a2359 !important;
	color: #d87319 !important;
}

/* NEWS */
.featured-image-container {
  margin: 35px auto;
}

.featured-image-container img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
}

article h2 a {
  color: #bf3938;
}

.timed, .oct-24 {
  display: none;
}


.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: #812b8c !important;
}


/* PAGINATION */
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: calc(1rem + 0.5vw);
  background: transparent;
}

.pagination a, .pagination .inactive, .pagination .current {
  padding: calc(10px + 0.1em);
}

.pagination > *.inactive {
  opacity: 0.7;
}

.pagination > *.current {
  color: var(--accent_color);
}

.pagination a {
  border: 2px solid var(--accent_color);
  height: 100%;
  display: block;
}