/*** STORE ***/











body {
  background: #ffffff;
  font: 13px/1.8em 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

header {
  background: rgba(17, 17, 17, 0.95);
}

.content {
  margin: 0 auto;
  padding: 1.5em 0;
  background: #ffffff;
  color: #333333;
}

footer {
  text-align: center;
  background: rgba(17, 17, 17, 0.95);
  color: #eeeeee;
}

.row {
  max-width: 75em;
}

section {
  margin-bottom: 2em;
}

section:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  footer {
    text-align: left;
  }
}



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

h1, h2, h3, h4 {
  font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a,
a h1, a h2, a h3, a h4 {
  color: #333333;
}

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

h1 {
  font-size: 2.4em;
}

h2 {
  margin: 0.5em 0 1em;
  font-size: 1.85em;
  line-height: 1.25em;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  padding-bottom: 0.25em;
}

h3 {
  margin: 0.5em 0;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  padding-bottom: 0.25em;
}

h4 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
}

h2 small, h3 small {
  font-size: 0.85rem;
  display: block;
  margin-top: 5px;
}

.top-bar .name h1 {
  font-size: 0.8125rem;
}



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

p {
  margin: 0 0 20px;
}

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

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

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

a:hover {
  color: #333333;
}

select {
  -webkit-appearance: none;
  background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
  border-radius: 0;
}

input, textarea {
  border: 0;
}

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



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

button, .button {
  margin: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font: inherit;
  font-size: 0.9em;
  text-transform: uppercase;
  background: #B22222;
}

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

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

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

.boxed {
  background: rgba(0,0,0,0.05);
  padding: 10px;
  margin-bottom: 2em;
}

article + article {
  margin-top: 4em;
}

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

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

[class*="arrow-"]: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); }

.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 .arrow-left {
  left: 0;
}

.slick-slider .arrow-right {
  right: 0;
}

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

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

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



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

.header-image {
  text-align: center;
}

.header-image img {
  margin: 2em 0 1em;
  width: 120px;
}



.announcement {
  color: white;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #B22222;
}

.mobile-header,
.desktop-header {
  position: relative;
  background: rgba(17, 17, 17, 0.95);
}

.mobile-header .logo, .mobile-header h1,
.desktop-header .logo, .desktop-header h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #eeeeee;
}


  .mobile-header h1,
  .desktop-header h1 {
    width: 125px;
    background: url(https://s9.limitedrun.com/images/1174103/te-logo-2.png) no-repeat 50% 50%;
    background-size: 100%;
    text-indent: -9999px;
    font-size: 1.2em;
    margin: 0 auto;
  }


.mobile-header a,
.desktop-header a {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #eeeeee;
}

.mobile-header a.current,
.mobile-header a:hover, 
.desktop-header a:hover,
.desktop-header a.current {
  color: #bababa;
}



/********************
  MOBILE HEADER
********************/

.mobile-header {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(17, 17, 17, 0.95);
}

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

.mobile-header .logo img {
  height: 100%;
  padding: 5px;
}

.mobile-nav {
  position: fixed;
  top: 0; bottom: 0; left: -80%;
  overflow-y: scroll;
  width: 80%;
  transition: left 0.25s;
  z-index: 100;
  text-align: left;
  background: rgba(17, 17, 17, 0.95);
}

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

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

.mobile-nav a, .mobile-nav .label {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
}

/* 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: #eeeeee;
}

.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 .nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}

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

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

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

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



/********************
  DESKTOP HEADER
********************/

.desktop-header {
  height: 70px;
  line-height: 68px;
}

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

.desktop-header a {
  display: inline-block;
  padding: 0 1em;
}

.desktop-header .logo {
  margin-right: 1em;
}

.desktop-header .logo img {
  padding: 10px 0;
  height: 70px;
}

.desktop-header .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 12em;
  background: rgba(17, 17, 17, 0.95);
}

.desktop-header .dropdown.artists {
  min-width: 12em;
  -webkit-columns: 150px 4;
  -moz-columns: 150px 4;
  columns: 150px 4;
}

.desktop-header .dropdown li {
  display: block;
  height: 38px;
  line-height: 38px;
}

.desktop-header .dropdown li a {
  display: block;
  padding: 0 1em;
  letter-spacing: 0.25px;
  text-transform: none;
}

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

.icons li {
  display: inline-block;
}

.icons a {
  padding: 0 0.5em;
}

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



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

.pagination {
  margin: 2em 0;
  text-align: center;
}

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

.page a:hover, .current {
  background: rgba(0,0,0,0.05);
}

.prev, .next {
  display: none;
}



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

footer div > div {
  padding: 1.5em 0;
  font-size: 0.9em;
  letter-spacing: 0.25px;
}

footer, footer a, footer a:hover {
  color: #eeeeee;
}

footer a:hover {
  color: #ccc;
}

footer .icons {
  margin-bottom: 1em;
}



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

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

figure img {
  width: 100%;
}

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

figure:hover figcaption.overlay {
  opacity: 1;
}

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

.variations {
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  background: #ffffff;
}

.variations select {
  width: 70%;
  padding-left: 5px;
  line-height: 28px;
  color: #333333;
}

li .variations {
  border-bottom: 1px solid rgba(0,0,0,0.075);
}


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

#social {
  margin: 2em 0;
}

#social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

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

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

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

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

.recent-releases .product-item {
  display: none;
}

.recent-releases .product-item:nth-child(-n+8) {
  display: block;
}



/********************
  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;
}



/********************
  CONTACT PAGE
********************/

#contact input, #contact textarea {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}

#contact textarea {
  height: 150px;
}



/********************
  BANDSINTOWN
********************/

.bit-widget {
  font-family: inherit !important;
  color:  !important;
}

.bit-widget .bit-event {
  font-size: px !important;
  color:  !important;
}

.bit-widget .bit-button {
  background-color: #B22222 !important;
  color: #ffffff !important;
}

.bit-nav-bar-container {
  display: none;
}



/********************
  ROSTER
********************/

/*.roster figure img {*/
/*  height: 200px;*/
/*  margin-bottom: 5px;*/
/*}*/

.roster figure .image-wrapper {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 5px;
}

.three-two {
  position: relative;
  overflow: hidden;
}

.three-two:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(0.666*100%);
}

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

.roster .alumni figure img {
  height: 150px;
  margin-bottom: 5px;
}

.roster figcaption {
  margin-top: 5px;
  text-align: center;
}



/********************
  NEWS
********************/

.news-summary {
  clear: both;
  overflow: auto;
  margin-bottom: 2em;
}

.news-summary img {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.news-summary span {
  color: #999;
  font-size: 0.9em;
}

.news article h2:nth-child(2),
.news-item article h2:nth-child(2) {
  display: none;
}

.news article img,
.news article iframe,
.news-item article img,
.news-item article iframe {
  width: 100%;
}

.index .content {
  padding-top: 0;
}

.carousel {
  max-height: 85vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*.carousel img {*/
/*  transform: translateY(-10%);*/
/*}*/

.carousel figcaption {
  position: absolute;
  top: 75vh;
  left: 50%;
  z-index: 100;
  background: rgba(0,0,0,0.65);
  color: white;
  font-size: 2em;
  padding: 10px 20px 12px;
  transform: translate(-50%,-50%);
}

.category-slider {
  margin: -1em -1em 0;
}

.category-slider li {
  padding: 1em;
}

h3 + br {
  display: none;
}

input#mce-EMAIL {
  height: 30px;
  float: left;
  text-indent: 8px;
  width: 70%;
}

.contact {
  margin-top: 3em;
}

.contact h4 {
  margin-top: 1em;
  font-size: 1.1em;
}