



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: white;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.cover {
  background: #2d2d2d;
  position: fixed;
  top: 0px; right: 0; bottom: 0; left: 0px;
  z-index: 1900;
}

.fadeIn{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}

body {
  font: 13px/1.75em 'Source Sans Pro', sans-serif;
  background: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

.content {
  margin: 0 auto;
  padding: 2em 0 5em;
  color: #d7d7d7;
}

.row {
  width: 76em;
}



/********************
  TYPOGRAPHY
********************/

h2, h3, h4,
h2 a, h3 a, h4 a,
a h2, a h3, a h4 {
  font-family: 'Passion One', 'Source Sans Pro', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #d7d7d7;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
  line-height: 1.25em;
  border-bottom: 2px solid #414141;
  padding-bottom: 0.25em;
}

h3 {
  border-bottom: 2px solid #414141;
  padding-bottom: 0.25em;
  font-size: 1.85em;
  margin: 1.5em 0 1em;
}

h4 {
  font-size: 1.25em;
  margin: 0.5em 0 0;
}

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



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

p {
  margin: 0 0 1.5em;
}

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

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

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

a:hover {
  color: #d7d7d7;
}

input, textarea, select {
  font: inherit;
}

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

input, iframe {
  max-width: 100%;
}



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

button, .button {
  color: #fff;
  padding: 0 3em;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-family: inherit;
  font-size: 1.2em;
  margin: 0 0 1em;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #B71F23;
}

button:hover, .button:hover {
  background: #222;
  color: #eee;
}

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

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

.panel {
  background: rgba(0,0,0,0.075);
  padding: 10px;
  margin-bottom: 1.5em;
}

.full-width {
  width: 100%;
}

.accent {
  color: #B71F23 !important;
}

.button.action {
  font-size: 1.15em;
  height: 40px;
  line-height: 40px;
  margin: 0.5em 0 1.5em;
}

.small-centered {
  text-align: center;
}


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

header h1 {
  width: 175px;
  background: url(http://s0.limitedrun.com/images/1149994/logo.png) no-repeat 50% 50%;
  background-size: 100%;
  text-indent: -9999px;
  margin: 0 0 0 48px;
}

header a {
  display: inline-block;
  color: #d7d7d7;
}

nav li, .icons li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.top-bar {
  padding: 0.5em;
  background: #B71F23;
}

.top-bar a {
  color: white;
  font-weight: bold;
}

.top-bar li {
  margin-right: 0.5em;
}

.top-bar i {
  font-size: 1.15em;
  margin-right: 5px;
}

.desktop-nav {
  border-top: 6px double #525252;
  border-bottom: 6px double #525252;
  text-align: center;
  font-size: 1.85em;
  font-family: 'Passion One', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.desktop-nav li:after {
  content: '';
  display: block;
  float: right;
  height: 20px;
  width: 2px;
  background: #525252;
  margin: 10px 10px 10px 15px;
}

.desktop-nav .dropdown li:after,
.desktop-nav li:last-child:after {
  display: none;
}

.desktop-nav a {
  padding: 10px 2px;
  //border-right: 2px solid #525252;
}

.desktop-nav li:first-child a {
  padding-left: 0;
}

.desktop-nav li:last-child a {
  padding-right: 0;
}

.desktop-header a:hover,
.desktop-header a.active {
  color: #fff;
}

.desktop-header .logo {
  margin: 5em;
}

.desktop-header .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  width: 230px;
  background: #333;
  border-top: 6px double #525252;
}

.desktop-header .dropdown li {
  display: block;
}

.desktop-header .dropdown li a {
  display: block;
  padding: 10px;
  text-align: left;
}

.desktop-header .dropdown li a:hover {
  box-shadow: none;
}

.desktop-header li:hover .dropdown {
  display: block;
}

.mobile-header {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #B71F23;
}

.mobile-header .logo {
  width: 50%;
}

.mobile-header a:hover {
  color: #eee;
}

.mobile-header .store-functions {
  position: absolute;
  top: 0;
  right: 10px;
}

.mobile-header .store-functions a {
  margin: 0 5px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  overflow-y: scroll;
  width: 80%;
  left: -80%;
  height: 100%;
  z-index: 100;
  text-align: left;
  transition: left 0.25s;
  background: #2d2d2d;
}

.mobile-nav.open {
  left: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

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

.mobile-nav li {
  display: block;
}

.mobile-nav a {
  font-size: 1.25em;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 1em;
  font-family: 'Passion One', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #d7d7d7;
}

.mobile-nav .divider {
  border-top: 2px solid #414141;
  margin: 0.5em 1em;
}

.mobile-nav a.active,
.mobile-nav a:hover {
  margin: 0;
  background: rgba(0,0,0,0.05);
  color: #d7d7d7;
}

/* Nav Toggle */

.nav-trigger {
  position: absolute;
  left: 0;
  height: 48px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.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: #d7d7d7;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-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:after {
  content: '';
  display: block;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0,0,0,0.5);
}

#banner, .featured-images, .banner {
  position: relative;
  margin-bottom: 3em;
}

#banner img, .featured-images img, .banner img {
  width: 100%;
}

#banner:after, .featured-images:after, .banner:after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
}

.breadcrumbs {
  margin-bottom: 2em;
  font-size: 1.15em;
  font-weight: bold;
  color: #B71F23;
}



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

.pagination {
  float: right;
  border-top: 2px solid #545454;
  padding: 0.5em 0;
  width: 200px;
  text-align: right;
  font-weight: bold;
  font-size: 1.15em;
}

.pagination .page,
.pagination .inactive {
  display: none;
}

.pagination .prev {
  float: left;
}



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

footer a {
  color: white;
}

footer nav li {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-right: 15px;
}

.footer-content {
  padding: 0.5em;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  background: #B71F23;
}

.footer-copyright {
  padding: 1em;
  background: #1a1a1a;
  text-align: center;
}

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

.footer-copyright img {
  opacity: 0.3;
  margin: 10px;
}

.icons a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: white;
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
  color: #B71F23;
}

.icons li:last-child a {
  margin-right: 0;
}

.icons a:hover {
  color: #aaa;
}

.mailing-list form {
  background: white;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 8px;
}

.mailing-list input[type=email] {
	font: inherit;
	border: 0;
	background: transparent;
}

.mailing-list input[type=submit] {
  height: 30px;
  line-height: 30px;
  background: black;
  padding:0 2em;
  margin: 0;
}

@media only screen and (min-width: 40.063em) {
  .footer-content {
    padding: 0;
    text-align: left;
  }
  
  .icons {
    float: left;
  }
  
  .mailing-list form {
    margin-left: 20px;
  }
}



/********************
  SIDEBAR
********************/

.sidebar section {
  margin-bottom: 2em;
}

.sidebar h3 {
  border: 0;
  margin: 0;
  color: #B71F23;
}

.sidebar a {
  color: #d7d7d7;
  display: block;
}

.sidebar a:hover {
  color: #B71F23;
}

.sidebar li {
  //font-size: 1.15em;
  //line-height: 1.75em;
  border-bottom: 1px solid #424242;
}

.sidebar li:last-child {
  border-bottom: none;
}

.sidebar .cart {
  font-size: 1.15em;
}

.sidebar i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin: 5px 5px 0 0;
  color: white;
  background: #B71F23;
}




/********************
  PRODUCT GRIDS
********************/

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

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

figure:hover .overlay {
  opacity: 1;
}

figure .overlay div {
  position: absolute;
  top: 50%;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.product {
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}

.product img {
  margin-bottom: 1em;
}

.product a {
  color: #d7d7d7;
}

.product .price {
  font-family: 'Passion One', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  [class*="block-grid-"] {
    margin: 0 -1em;
  }
  
  [class*="block-grid-"]>li {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
  }
}


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

.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: 5px 5px 0 0;
}

.related-products .product {
  display: none;
}

.related-products .product:nth-child(-n+3) {
  display: block;
}

.variations select {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  height: 40px;
  font-weight: bold;
  margin-bottom: 1em;
  background: #555;
  color: white;
}

#product h2,
#product h3 {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  text-transform: none;
}

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

#order table {
  margin-bottom: 40px;
  width: 100%;
}

#order table thead th, #order table tbody td {
  text-align: left;
  vertical-align: top;
}

#order table thead th {
  vertical-align: bottom;
}

#order table tbody td + td {
  text-align: right;
  width: 130px;
}

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

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



/********************
  ABOUT PAGE
********************/

#about .intro {
  font-size: 1.15em;
  line-height: 1.7em;
  margin-bottom: 3em;
}

#about .intro img {
  margin: 3em 0;
  max-width: 60%;
}

#about .band-member {
  margin: 2em 0 3em;
  text-align: center;
}

#about .band-member h4 {
  margin: 0.5em 0 0.25em;
}

#about .band-member .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  margin: 0 2px;
  background: #d7d7d7;
  color: #2d2d2d;
}



/********************
  MUSIC
********************/

#music .buy-album {
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 2em 0 2em;
}

#music .buy-album .button {
  width: 45%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 1em;
}

#music .intro {
  font-size: 1.15em;
  line-height: 1.7em;
  margin-bottom: 4em;
}

#music .buy-links {
  font-size: 1.15em;
  font-weight: bold;
}

#music .buy-links a {
  border-right: 1px solid #8d8d8d;
  padding-right: 5px;
  margin-right: 5px;
}

#music .buy-links a:last-child {
  border: 0;
}

#music .release-box {
  background: #4f4f4f;
  padding: 6px;
  color: white;
  margin-bottom: 3em;
}

#music .release-box h4 {
  text-transform: uppercase;
  margin: -6px -6px 10px;
  padding: 6px;
  background: #B71F23;
}

#music .release-box iframe {
  width: 100% !important;
}

#music .release-box iframe:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}



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

#bit-events {
  margin-bottom: 4em;
}

#bit-events,
#bit-events a {
  font-family: inherit !important;
  font-size: 1em !important;
}

#bit-events .bit-artist-event-link,
#bit-events .bit-tickets {
  font-weight: bold !important;
}

#bit-events td.bit-location a {
  text-transform: uppercase !important;
}

#bit-events .bit-header {
  height: 65px;
  display: none;
}

.bit-description-links,
.bit-rsvp,
.bit-venue .lineup {
  display: none !important;
}

td.bit-date {
  width: 15% !important;
}

td.bit-venue {
  width: 40% !important;
}



/********************
  VIDEO
********************/

#video .row + .row {
  margin-top: 3em;
}

#video iframe {
  border: 0.5em solid #545454;
}

#youtube-playlist {
  margin-bottom: 2em;
}




#contact label {
  display: block;
}

.contact-form {
  width: 100%;
  background: #555;
  border: 0;
  height: 40px;
  line-height: 40px;
  color: white;
  padding-left: 10px;
  margin-bottom: 2em;
}

textarea.contact-form {
  min-height: 120px;
}