



















.hoefler {
  font-family: 'https://f9.limitedrun.com/fonts/1623/Hoefler_Text_Regular.ttf';
  font-weight: normal;
  color: rgb(226, 39, 38);
  font-size: 50px;
}

body {
  font: 15px/1.65em 'Arial', sans-serif;
  font-weight: 300;
  background: #000000;
  -webkit-font-smoothing: initial;
}

main {
  background: #000000;
  overflow: hidden;
  color: #000000;
}

main:before {
  content: '';
  display: block;
  height: 60px;
}

@media screen and (min-width: 64em) {
  main:before {
    content: '';
    display: block;
    height: 72px;
  }
}



footer {
  background: #000000;
  color: #fbff00;
}

section {
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .row {
    width: 98%;
    max-width: 1440px;
  }
  
  header .row,
  footer .row {
    /*max-width: calc(1440px + 90px);*/
  }
}







/********************
  MARK CUSTOM CSS
********************/
.img-sizer {
  width: 100%; 
}

.bad-gif {
 width: 90%; 
 max-width: 450px;
 margin: 0px auto 0px;
 padding-top: 10px;
 
}

.video-container {
	width: 90%;   /*Change Container With*/
	margin: 0px auto 0px;
	max-width: 900px;
}

.video {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom:50%; /* 16:9 */
  padding-top: 23px;
  margin-bottom: 0px;
  }

.video iframe {
        position: absolute;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
 }
 




/** Spotify Embed **/
.track-container {
  width: 90%;
	max-width: 900px;
  margin: 0px auto;
  padding-top: 20px;
	padding-bottom: 20px;
}

.track {
    position: relative;
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    height: 80px;
}

.track iframe,
.track object,
.track embed {
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.bad-tour-dates {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto;
}


.single-link-container {
  margin: 0px auto;
  text-align: center;
  width: 90%;
  max-width: 700px;
}
 
 
 
  
 .merci-links-2 {
    font-size: 2em;
    color: #f7fdff;
    text-shadow: 1px 1px 2px #ffb2c4, -1px -1px 2px #a5ffff;
    line-height: 1.2em;
  }
  .merci-link-links-2:hover {
    opacity: 0.5;
    color: #f7fdff;
  }
  
  
  .merci-pre-save {
   padding: 5px 10px;
   border: 1px solid #fff;
  }
    
 
 
  .merci-merch-container {
    background-color: rgba(255, 255, 255, 0.5);
    width: 90%;
    height: 90%;
    padding: 16px 5px;
    max-width: 1080px;
    box-shadow: 1px 1px 2px #ffb2c4, -1px -1px 2px #a5ffff, 0px 0px 4px 1px white;
  } 
 
 .merci-merch-container-item {
  padding: 0px 5px;
 }
 
 .merci-header-image {
   width: 90%;
   max-width: 900px;
   margin: 0px auto;
   padding-top: 8px;
 }
 
 
 
 .breakpoint-580px {
   display: none;
 }
 
 .breakpoint-920px {
   display: none;
 }
 
.merci-flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 940px;
}



.merci-flex-video-container {
  width: 90%;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.merci-flex-video-item {
  width: 100% !important;
  padding: 10px 0px;
  margin: 0px auto;

}
 
   .merci-avail-status-2 {
    line-height: 70px;
    color: white;
    font-family: avenir;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 1px 1px 3px #ffb2c4, -1px -1px 3px #a5ffff;
  }
  
 
 
 
 
 /***** POUR (REDUX) *****/
 /***** POUR (REDUX) *****/
 /***** POUR (REDUX) *****/
 
 .pour-header {
   margin: 0px auto;
   width: 90%;
   max-width: 600px;
 }
 
 .pour-body {
   background-image: url("https://s9.limitedrun.com/images/1448198/pour_background-min.jpg");
 }
 
 
 .pour-button {
  font-family: Arial Black;
  background-color: #fcfcee;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.pour-button:hover {
 color: #fcfcee;
 background-color: #000;
}
 
 
 /**************************/
 /**************************/
 /**************************/
 
 
@media screen and (max-width: 920px) {
  .breakpoint-920px {
    display: inline-block;
  }
  .only-920 {
    display: none;
  }
  
  .merci-avail-status-2 {
    font-size: 40px;
    line-height: 50px;
  }
} 
 
@media screen and (max-width: 580px) {
  .desktop-only {
    display: none;
  }
  
  .breakpoint-580px {
    display: block;
  }
  
  .merci-links-2 {
    font-size: 1.5em;
  }
  
  .merci-avail-status-2 {
    font-size: 25px;
    line-height: 40px;
  }
  
  .merci-flex-container {
    flex-direction: column;
  }
  
  .merci-flex-video-container {
    flex-direction: column;
  }
}
 
.merch-mobile-breakpoint-720px {
  display: none;
}
 
@media screen and (max-width: 720px) {
  .desktop-merch-breakpoint-720px {
    display: none;
  }
  
  .merch-mobile-breakpoint-720px {
    display: block;
  }
}
 
 
.split-button {
  font-family: Arial Black;
  background-color: #f5df9c;
  color: black;
  border: 2px solid black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
 
 
 
 
 
/********************
 TYPOGRAPHY
********************/

h2, h3, h4 {
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-family: Arial Black;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h2 a, h3 a, h4 a, h5 a,
a h2, a h3, a h4, a h5 {
  color: #ffffff;
}

h2 a:hover, h3 a:hover, h4 a:hover,
a h2:hover, a h3:hover, a h4:hover {
  color: #ffffff;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.65em;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-family: Arial;
  font-size: 1.15em;
}

h5 {
  font-size: 1.1em;
}

h2 small, h3 small {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

.subheading {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: initial;
  margin-top: -5px;
  font-family: 'Arial';
  color: #ffffff;
}

.lines {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em 0;
 }

.lines:before, 
.lines:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #000;
  position: relative;
  top: 0.5em;
}

.lines:before {
  margin-right: 1em;
}

.lines:after {
  margin-left: 1em;
}



/********************
  HTML ELEMENTS
********************/

p {
  margin: 0 0 1.5em;
}

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

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #000000;
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #ffffff;
}

small {
  font-size: 0.8em;
}

select {
  height: 48px;
  line-height: 45px;
  text-indent: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

input, textarea {
  border-radius: 0;
  min-height: 40px;
  text-indent: 8px;
  width: 100%;
  margin-bottom: 1em;
  background: #ffffff;
  border: 1px solid #ffffff;
}

textarea {
  min-height: 120px;
}

*:focus, *:active {
  outline: none;
}

#button-id {
   width: 30%;
  height: 40px;
  line-height: 38px;
  padding: 0;
  background: none;
  border-color: white;
  margin-bottom: 0;

}


/********************
  CLASSES
********************/

.button {
  color: #fff;
  padding: 0 4em;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s ease;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-font-smoothing: antialiased;
}

.button:hover {
  background: #000000;
  color: #000000;
  border: 1px solid #000000;
}

.button.disabled {
  background: #ddd;
  pointer-events: none;
  border-color: #ddd;
}

.button.secondary {
  background: none;
  color: #000000;
  border: 1px solid;
}

.banner {
  background: #C51919;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

article.row + article.row {
  margin-top: 50px;
}

.sticker {
  position: absolute;
  color: white;
  width: 120px;
  top: 10px;
  left: -30px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  background: #ffffff;
}

.badge {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  text-indent: 1px;
  font-family: Arial;
  background: #ffffff;
}

.announcement {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  z-index: 1;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 64em) {
  .announcement {
    top: 72px;
  }
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.arrow-up:before,
.arrow-right:before,
.arrow-bottom:before,
.arrow-left:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}

.arrow-up:before    { transform: rotate(-45deg); }
.arrow-right:before { transform: rotate(45deg); }
.arrow-down:before  { transform: rotate(135deg); }
.arrow-left::before { transform: rotate(-135deg); }

.arrow-down-fill {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
}

.arrow-down-fill {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  transform: translateX(-50%);
}

.slider {
  margin: 0 -.9375rem;
}

.slick-slider [class*="arrow-"] {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  color: white;
  z-index: 1;
  transition: all 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slick-slider [class*="arrow-"]:before {
  height: 15px;
  width: 15px;
}

.slick-slider .arrow-left {
  left: 1em;
}

.slick-slider .arrow-right {
  right: 1em;
}

@media screen and (min-width: 64em) {
  .slider.slick-slider .arrow-left {
    color: black;
    left: -1.5em;
  }
  
  .slider.slick-slider .arrow-right {
    color: black;
    right: -1.5em;
  }
}

.carousel [class*="arrow-"] {
  opacity: 0;
}

.carousel:hover [class*="arrow-"] {
  opacity: 1;
}

.vertical-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #ffffff;
}

.vertical-list li span {
  display: inline-block;
  width: 3.5em;
  text-transform: uppercase;
  font-size: 0.9em;
}

.horizontal-list {
  margin-bottom: 1.5em;
}

.horizontal-list li {
  display: inline-block;
}

.horizontal-list li:after {
  content: '/';
  font-size: 0.9em;
  margin: 0 5px 0 8px;
}

.horizontal-list li:last-child:after {
  display: none;
}

.square,
.two-three,
.three-two,
.four-five,
.five-four {
  position: relative;
}

.square > *,
.two-three > *,
.three-two > *,
.four-five > *,
.five-four > * {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.square:before,
.two-three:before,
.three-two:before,
.four-five:before,
.five-four:before {
  display: block;
  content: "";
  width: 100%;
}

.square:before {
  padding-top: 100%;
}

.two-three:before {
  padding-top: calc(3 / 2 * 100%);
}

.three-two:before {
  padding-top: calc(2 / 3 * 100%);
}

.four-five:before {
  padding-top: calc(5 / 4 * 100%);
}

.five-four:before {
  padding-top: calc(4 / 5 * 100%);
}



/********************
  TOP BAR
********************/

.top-bar {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 0.85em;
  font-family: Arial Black;
  color: ;
  background: ;
}

.top-bar a {
  font-size: 14px;
  padding: 0 0.5em;
  opacity: 0.75;
  color: ;
}

.top-bar a:hover {
  opacity: 1;
  color: ;
}

.top-bar .social-icons {
  float: right;
}

.top-bar li:last-child a {
  padding-right: 0;
}



/********************
  HEADER
********************/

.main-nav {
  position: absolute;
  width: 100%;
  height: 72px;
  line-height: 72px;
  z-index: 1040;
  padding-right: 50px;
  transition: height 0.4s ease, line-height 0.4s ease;
  background: #000000;
  -webkit-font-smoothing: antialiased;
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.main-nav.shrink {
  height: 60px;
  line-height: 60px;
}

.main-nav li {
  float: left;
}

.main-nav a {
  display: block;
  padding: 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbff00;
  font-family: 'Arial Black';
  font-size: 0.9em;
}

.main-nav a:hover {
  opacity: 0.8;
}

.main-nav h1,
.main-nav .logo {
  margin: 0px;
  line-height: 36px;
  padding: 0px;
  font-size: 1em;
  text-transform: uppercase;
  margin-right: 2em;
  font-weight: 700;
}

.main-nav .logo img {
  max-height: 60px;
  padding: 20px 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
  max-width: 80%;
}

.main-nav .dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  min-width: 15em;
  opacity: 0;
  transition: opacity 0.2s;
  border: 1px solid white;
  border-top: 0;
  background: #000000;
}

.main-nav .dropdown.columns {
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
  padding: 0;
}

.main-nav .dropdown li {
  float: none;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
}

.main-nav .dropdown li a {
  display: block;
  padding: 0;
}

.main-nav .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #000000;
}

.main-nav li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.main-nav .cart-trigger {
  position: relative;
  padding-right: 0;
}

.main-nav .badge.cart-count {
  position: absolute;
  top: 15px;
  right: -12px;
  transition: top 0.4s ease;
}

.main-nav.shrink .cart-count {
  top: 15px;
}

.main-nav .social-icons {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  overflow: auto;
  padding-left: 1em;
  margin-left: 2em;
}

.main-nav .social-icons li:last-child a {
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .main-nav {
    height: 72px;
    line-height: 72px;
    padding-right: 0;
  }
  
  .main-nav .logo img {
    max-height: 72px;
    padding: 10px 0;
  }
  
  .main-nav.shrink .logo img {
    max-height: 60px;
    padding: 10px 0;
  }
  
  .main-nav .cart-count {
    top: 30px;
  }
}



/********************
  MOBILE NAVIGATION
********************/

.mobile-nav {
  position: fixed;
  left: 0; top: -100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s;
  padding-top: 10px;
  background: #000000;
}

.mobile-nav.open {
  top: 0;
  opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav li a {
  display: block;
  padding: 0.4em 0;
  font-size: 1.5em;
  color: #fbff00;
}

.mobile-nav .social-icons {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  background: #fafafa;
  height: 60px;
  line-height: 60px;
}

.mobile-nav .social-icons a {
  padding: 0 1em;
}

.nav-trigger {
  position: absolute;
  top: 0; right: 1em;
  height: 60px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  z-index: 1100;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  width: 18px;
  height: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fbff00;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span:after {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.nav-trigger span::before {
  bottom: 6px;
}

.nav-trigger span::after {
  top: 6px;
}

.nav-is-visible {
  position: fixed;
}

.nav-is-visible .nav-trigger {
  position: fixed;
}

.nav-is-visible .nav-trigger span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav-is-visible .nav-trigger span::before,
.nav-is-visible .nav-trigger span::after {
  background-color: #fbff00;
}

.nav-is-visible .nav-trigger span::before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav-is-visible .nav-trigger span::after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}



/********************
  PAGINATION
********************/

.pagination {
  padding: 1em 0;
  text-align: center;
}

.pagination .page a,
.pagination .current {
  display: inline-block;
  padding: 2px 10px;
  margin: 2px;
  color: #000000;
}

.pagination .current {
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  display: none;
}



/********************
  FOOTER
********************/

footer {
  font-size: 0.9em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

footer a {
  color: #fbff00;
}

footer a:hover {
  color: #ccc;
}

footer nav li {
  display: inline-block;
}

footer nav a:after {
  content: '';
  border-right: 1px solid #fbff00;
  margin: 0 .75em 0 1em;
  vertical-align: -.5px;
}

footer nav li:last-child a:after {
  display: none;
}

.footer-content {
  background: rgba(0,0,0,0.15);
  padding: 2em 0;
}

.footer-copyright {
  font-size: 0.9em;
  padding: 1.5em 0 1.5em;
  line-height: 1.75;
}

.footer-copyright,
.footer-copyright a {
  color: #666;
}

footer h3, footer h4 {
  margin: 0 0 1em;
  color: white;
}

footer .email,
footer #email {
  width: 70%;
  float: left;
  margin-bottom: 0;
  background: none;
  color: white;
  border-color: white;
  border-right: 0;
}

footer .button {
  width: 30%;
  height: 40px;
  line-height: 38px;
  padding: 0;
  background: none;
  border-color: white;
  margin-bottom: 0;
}

footer .button:hover {
  background: white;
  color: black;
  border-color: white;
}

.message_area {
  position: absolute;
  border: 0 !important;
  padding: 5px 10px 6px;
}

footer .close {
  position: absolute;
  right: 3px;
  top: -2px;
  color: black;
}



/********************
  GRIDS
********************/

.grid-item {
  margin-bottom: 2em;
  text-align: center;
  width: 340px;
  color: #ffffff;
}

.grid-item img {
  height: 100%;
  width: auto !important;
  transition: transform 10s ease 0.1s;
}

.events .grid-item img {
  width: 100% !important;
  height: auto;
}

/*.grid-item img:hover {*/
/*  transform: scale(1.1);*/
/*}*/

.grid-item .overlay h5 {
  margin-bottom: 0;
}

.grid-item-caption {
  padding: .75em;
  line-height: 1.5;
}

.grid-item-caption a {
  font-weight: bold;
  color: #ffffff;
}

.grid-item h4 {
  margin-bottom: 0;
}

.grid-item div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.4s ease;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure img {
  width: 100%;
}

figure .overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  background: rgba(255,255,255,0.8);
}

figure:hover .overlay {
  opacity: 1;
}

.list {
  margin-bottom: 4em;
}

.list h3 {
  margin: 0 0 1em;
}



/********************
  HOME PAGE
********************/

.index .carousel {
  margin-top: -2em;
}

.index .carousel .caption {
  display: inline-block;
  position: absolute;
  bottom: 2em;
  padding: 1em 2em;
  background: ;
}

.index .carousel .caption h3 {
  margin: 0;
  color: ;
}

.index .carousel .caption h3:hover {
  color: ;
}


/********************
  PRODUCT PAGE
********************/

.slick-slide img {
  width: 100%;
}

.slider-prev, .slider-next {
  width: 50px;
  text-align: center;
  font-size: 5em;
  color: rgba(255,255,255,0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-prev:hover, .slider-next:hover {
  color: white;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
}

.slider-thumbnails li {
  padding: 2px 2px 0 0;
  cursor: pointer;
  max-height: 120px;
}

.product .content select,
.product .content .button {
  margin-bottom: 1em;
}

.variations {
  position: relative;
  overflow: auto;
}

.related-products .grid-item {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}



/********************
  ORDER PAGE
********************/

.order table {
  margin-bottom: 2em;
  width: 100%;
}

.order table thead th,
.order table tbody td {
  text-align: left;
  vertical-align: top;
  height: 30px;
}

.order table tbody td + td {
  text-align: right;
  width: 20%;
}

.order table#metadata td {
  width: 50%;
}

.order table#metadata td + td {
  text-align: left;
}



/********************
  ICONS & SHARING
********************/

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  font-size: 15px;
  padding: 0 0.75em;
}

.sharing-button {
  transition: 25ms ease-out;
  height: 32px;
  line-height: 32px;
  padding: 0 0.75em;
}

.sharing-button__link,
.sharing-button__icon {
  display: inline-block
}

.sharing-button__link {
  margin: 0.5em;
  color: white;
}

.sharing-button__link:hover {
  color: white;
}

.sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.sharing-button__icon {
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.sharing-button--twitter {
  background-color: #55acee
}

.sharing-button--twitter:hover {
  background-color: #2795e9
}

.sharing-button--pinterest {
  background-color: #bd081c
}

.sharing-button--pinterest:hover {
  background-color: #8c0615
}

.sharing-button--facebook {
  background-color: #3b5998
}

.sharing-button--facebook:hover {
  background-color: #2d4373
}

.sharing-button--email {
  background-color: #777
}

.sharing-button--email:hover {
  background-color: #5e5e5e
}

.strip {
  background: #f5f5f5;
  margin-bottom: -2em;
  padding: 1.5em 0;
}

.instagram #photos {
  margin: 0 -20px;
}



/* Events */

.masthead {
  margin-top: calc(-2em - 12px);
}

.event .masthead {
  margin-top: calc(-2em - 40px);
}

.event-item-info {
  position: absolute;
  bottom: 2em;
  width: 100%;
}

.event-item-info div,
.event-item-info h2,
.event-item-info h3 {
  display: inline-block;
  padding: 0.4em 2% 0.5em;
  margin: 0 0 1px;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: #000000;
}

.event-info {
  border-top: 1px solid #ffffff;
  padding-top: 1.5em;
  overflow: hidden;
}

.event-info div {
  float: left;
  width: 48%;
}

.event-info div:last-of-type {
  padding-left: 1.5em;
  border-left: 1px solid #ffffff;
}

.terms {
  font-size: 0.8em;
  line-height: 1.5;
  background: #fafafa;
  padding: 1.5em;
  overflow: hidden;
}


/* Variations */

.variation {
  margin-bottom: 1em;
}

.variation:last-of-type {
  margin-bottom: 0.5em;
}

.variation label,
.variation .label {
  width: 65%;
  margin-right: 2%;
  float: left;
  padding: 0 1em;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  border: 1px solid #ffffff;
}

.variation .button {
  width: 33%;
  padding: 0;
}

.variation label:hover,
.variation .label:hover {
  border-color: #000000;
}

.variation.disabled label,
.variation.disabled .button {
  color: #ccc;
  border: 1px solid #ffffff;
  pointer-events: none;
}

/********************
  TOUR
********************/

.table {
  font-size: 0.9em;
}

.table li {
  padding: .75em 0;
  overflow: auto;
  transition: all .25s;
  border-bottom: 1px solid #ffffff;
}

.table li:first-child {
  padding-top: 0;
}

.table li div {
  float: left;
  vertical-align: top;
  margin-top: 5px;
}

.table li span {
  display: inline-block;
  margin-top: 5px;
}

.table li .button {
  margin: 0;
  padding: 0 .5em;
  height: 32px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.table li .date {
  width: 20%;
}

.table li .venue {
  width: 40%;
}

.table li .state {
  width: 40%;
}

.table li .tickets {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .table li .date {
    width: 15%;
  }
  
  .table li .venue {
    width: 30%;
  }
  
  .table li .state {
    width: 35%;
  }

  .table li .tickets {
    width: 20%;
    text-align: right;
    float: right;
    margin: 0;
  }
}

.instashow, .instashow-gallery-wrapper {
  font: inherit !important;
  text-transform: none !important;
}

.fa-heart-o {
  font-size: 0.9em;
}

/* Cart Popup */

.cart-modal {
  display: none;
  background: white;
  position: fixed;
  left: 50%;
  top: 12%;
  padding: 1em 1em 0;
  width: 100%;
  max-width: 420px;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0,0,0,0.05);
  transform: translateX(-50%);
  z-index: 6000;
}

.cart-modal.open {
  display: block;
}

.modal-is-visible:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 101;
}

.add-to-cart {
  margin-top: 1.5em;
}

.contact-titles {
  font-weight: bold;
  font-style: italic;
}

.contact-form {
  width:70%; 
}

.news-formatting {
  margin: auto;
  width: 64%;
}

@import url('https://fonts.googleapis.com/css?family=Bebas+Neue');


.category-banner {
  background-color: #B4FDFF; 
  text-align: center;
  font-size: 20px;
  font-family: 'Bebas Neue', arial;
}

/************************/
/* SPLASH PAGE */
/************************/

.splash-category-title {
  margin-bottom: 0px;
  line-height: 100px;
  font-style: italic;
}

.splash-tour-dates {
  width: 70%;
  margin: auto;
}

#splash-video { 
  width: 100%;
}

.splash-video-container {
  overflow: hidden;
  height: 600px;
  margin: -140px 0 0 0;
}

#splash-album-cover {
  width: 468px;
  min-width: 468px;
  float: right;
}

#splash-album-availability {
  display: inline-block;
  margin-left: 6px;
}

.add-inline-block {
  display: inline-block;
}

.splash-alternate-section {
  background-color: #f2f2f2;
}

/***********************/
/* Single Teaser page */
/*********************/
.save-face-black {
  background-color: #0C0C0C;
}

#teaser-text {
  display: block;
  opacity: 0.4;
}

/*****************/
/* Single Launch */
/***************/
/*.video-container {
	position:relative;

	padding-bottom:38.5%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container-container {
  width: 56%;
  margin: auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;

	height: 100%;
}**/

.badlinks {
  color: #8F8662;
}
.badlinks:hover {
  color: #521039;
}

.single-link-container {
  font-size: 1.4em;
  color: #521039;

}

/*****************/
/* MERCI ANNOUNCE */
/***************/
 .merci-body {
    background-image: url("http://gdurl.com/FCEt");
  }
  
  .new-body {
    background-image: url("https://gdurl.com/Dcpi");
  }
  
 @media only screen and (max-width: 812px) {
      #merci-nbsp {
          display: none;
      }
  } 
  
  .merci-header-text {
    color: white;
    display: inline-block;
    font-family: avenir;
    font-size: 90px;
    text-shadow: 1px 1px 3px #ffb2c4, -1px -1px 3px #a5ffff;
    line-height: 90px;
  }
  #merci-saveface{
    font-weight: bold;  
  }
  
  .merci-bold-italic {
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 0px #000000;
  }
  
  .merci-desc {
    color: white;
    font-size: 1.4em;
    text-shadow: 1px 1px 1px #ffb2c4, -1px -1px 1px #a5ffff;
  }
  
  .b-desc {
    color: #f5df9c;
    font-family: 'Arial Black';
    font-size: 1.4em;
  }
  
  .merci-avail-status {
    line-height: 70px;
    color: white;
    font-family: avenir;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 1px 1px 3px #ffb2c4, -1px -1px 3px #a5ffff;
  }
  
  .merci-date {
    font-size: 30px;
  }
  
  .merch-container {
    background-color: rgba(255, 255, 255, 0.5);
    width: 60%;
    height: 100%;
    padding: 16px;
    min-width: 310px;
    box-shadow: 1px 1px 2px #ffb2c4, -1px -1px 2px #a5ffff, 0px 0px 4px 1px white;
  }
  
  .merci-artwork {
    /*min-width: 81px;*/
    box-shadow: 1px 1px 3px #ffb2c4, -1px -1px 3px #a5ffff;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .merci-links {
    font-size: 2.5em;
    color: #f7fdff;
    text-shadow: 1px 1px 2px #ffb2c4, -1px -1px 2px #a5ffff
  }
  .merci-link-links:hover {
    font-size: 2.6em;
    color: #f7fdff;
    opacity: 0.5;
  }

  
  .merci-button {
    color: #fff;
    background: none;
    padding: 0 4em;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.2s ease;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    -webkit-font-smoothing: antialiased;
    box-shadow: 1px 1px 1px #ffb2c4, -1px -1px 1px #a5ffff;
    max-width: 314px;
  }
  
  .merci-button:hover {
    background: rgba(255,255,255, 0.5);
    color: white;
    border: 1px solid;
  }
  
   /* The Modal (background) */
  .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 40%;
      min-width: 290px;
      max-width: 310px;
      height: 280px;
  }
  
  /* The Close Button */
  .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }

  /*Modal 2*/
  /* Modal 2 (background) */
  .inner-modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal 2 Content/Box */
  .inner-modal-content {
      background-color: #fefefe;
      margin: 10% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 90%; /* Could be more or less, depending on screen size */
  }
  
  /* The Second Close Button */
  .inner-modal-close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }
  
  .inner-modal-close:hover,
  .inner-modal-close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }
    
  .continue-button {
    background-color: #8BB3E0;
    border: 1px solid white;
    -webkit-font-smoothing: antialiased;
    box-shadow: 1px 1px 1px #ffb2c4, -1px -1px 1px #a5ffff;
  }
  
  .continue-button:hover {
    background: #ffb2c4;
    color: white;
    border: 1px solid;
  }
  
  .merci-vid-master-container{
    width: 30%;
    margin: auto;
  }
  
  .merci-vid-master-container-bad{
    width: 36%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 2%;
  }
  
  .merci-vid-master-container-heartache{
    width: 36%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2%;
    margin-right: auto;
  }
  
  .merci-video-container {
  	position:relative;
  	padding-bottom:56.25%;
  	padding-top:30px;
  	height:0;
  	overflow:hidden;
  	box-shadow: 1px 1px 2px #ffb2c4, -1px -1px 2px #a5ffff, 0px 0px 4px 1px white;
  }
  .merci-video-container iframe, .video-container object, .video-container embed {
  	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  }
  
  #epitaph-logo {
    width: 4%;
    margin: auto;
    min-width: 50px; 
  }
  
  #avail-status {

  }
  
  
  
  
  
  
 /***** GLITTER *****/
 /***** GLITTER *****/
 /***** GLITTER *****/
 
 
 
 .glitter-header {
   margin: 0px auto;
   width: 90%;
   max-width: 600px;
 }
 
 .glitter-body {
   background-image: url("https://s9.limitedrun.com/images/1534219/background.jpg");
 }
 
 
 .glitter-button {
  font-family: 'Hoefler Text', serif;
  background-color: #E22726;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}

.glitter-button:hover {
 background-color: #000000;
 transition: 0.5s;
 color: #fff !important;
}
 
 
 
  /***** GLITTER rollout *****/
 
 
 .glitter-rollout-header {
   margin: 0px auto;
   width: 90%;
   max-width: 600px;
 }
 
 .glitter-rollout-body {
   background-image: url("https://s9.limitedrun.com/images/1534794/GL-PINK-2_pinktile.jpg");
 }
 
 .glitter-rollout-button {
  font-family: 'Hoefler Text', serif;
  background-color: #ffccff;
  color: #fff;
  padding: 10px 20px;
    text-shadow: 1px 2px #000;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}

 .glitter-rollout-text {
  font-family: 'Hoefler Text', serif;
  color: #fff;
  text-shadow: 0px 2px #000;
      background: rgba(204, 204, 204, 0.5);

  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}

.glitter-rollout-button:hover {
 background-color: #000000;
 transition: 0.5s;
 color: #fff !important;
}
 
 
 
 
 
 
/***** AKFTHR *****/
/***** AKFTHR *****/
/***** AKFTHR *****/

 .ak4thr-header {
   margin: 0px auto;
   width: 90%;
   max-width: 600px;
 }
 
 .ak4thr-body {
   background-image: url("https://s9.limitedrun.com/images/1540009/background-min.jpg");
 }
 
 
 .ak4thr-button {
  font-family: 'Hoefler Text', serif;
  background-color: #E22726;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}

.ak4thr-button:hover {
 background-color: #000000;
 transition: 0.5s;
 color: #fff !important;
}

.ak4thr-text {
  font-family: 'Hoefler Text', serif;
  font-size: 1.5em;
  text-transform: uppercase;
}


/***** FDATCS *****/
/***** FDATCS *****/
/***** FDATCS *****/

 .fdatcs-header {
   margin: 0px auto;
   width: 90%;
   max-width: 600px;
 }
 
 .fdatcs-body {
   /*background-image: url("https://s9.limitedrun.com/images/1540009/background-min.jpg");*/
   background-color: #ffcfd4;
 }
 
 
 .fdatcs-button {
  font-family: 'Hoefler Text', serif;
  background-color: #E22726;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
}

.fdatcs-button:hover {
 background-color: #000000;
 transition: 0.5s;
 color: #fff !important;
}

.fdatcs-text {
  font-family: 'Hoefler Text', serif;
  font-size: 1.5em;
  text-transform: uppercase;
}
 





  