@font-face {
  font-family: 'Sofia Pro';
  src: url('https://f9.limitedrun.com/fonts/185/SofiaProRegular.woff2') format('woff2'),
       url('https://f9.limitedrun.com/fonts/184/SofiaProRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*** STORE ***/





























body {
  
    background-color: #f4f4f4;
  
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75em;
  -webkit-font-smoothing: antialiased;
}

.content {
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden;
  color: #565656;
  
    padding-top: calc(88px + 2em);
  
}

footer {
  text-align: center;
  background: #1C1F28;
}

@media only screen and (min-width: 40.063em) {
  footer {
    text-align: initial;
  }
  
  
    .content {
      padding-top: calc(70px + 2em);
    }
  
  
  
    .content {
      padding-top: calc(70px + 40px + 2em);
    }
  
}

@media only screen and (min-width: 64.063em) {
  .row {
    max-width: 85%;
  }
  
  
}



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

h1, h2, h3, h4 {
  font-family: Sofia Pro;
  font-weight: 700;
  
}

h2, h3, h4,
h2 a, h3 a, h4 a,
a h2, a h3, a h4 {
  color: #565656;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

h3 {
  font-size: 1.5em;
  margin: 0.5em 0;
}

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

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

.subheading {
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
  font-weight: normal;
}



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

p {
  margin: 0 0 20px;
}

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

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
  margin: 0 0 2em;
}

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

a:hover {
  color: #565656;
}

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

input, textarea, select {
  font: inherit;
  border: 0;
}

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



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

button, .button {
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  height: 34px;
  line-height: 32px;
  padding: 0 2em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  background: #F94F00;
}

button:hover, .button:hover {
  background: #565656;
  color: #f4f4f4;
}

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

.centered {
  text-align: center;
}

.boxed {
  background: white;
  padding: 1em;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

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

.full-width {
  width: 100%;
}

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

.product .banner {
  position: absolute;
  text-align: center;
  background: red;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  top: 10px;
  left: -70px;
  width: 100%;
  padding: 2px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
}

.sticker {
  position: absolute;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 5px;
  left: 5px;
  display: table;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  background: #F94F00;
}

.sticker div {
  display: table-cell;
  vertical-align: middle;
}

.sticker.inside {
  top: 5px;
  left: 5px;
}

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

section {
  margin-bottom: 2em;
}

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



/********************
  HEADERS
********************/

.mobile-header,
.desktop-header,
.sidebar {
  background: #1C1F28;
  
    font-family: Sofia Pro;
  
  
}

.mobile-header .logo, .mobile-header h1,
.desktop-header .logo, .desktop-header h1,
.sidebar .logo, .sidebar h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #999999;
}


  .mobile-header h1,
  .desktop-header h1,
  .sidebar h1 {
    width: 125px;
    background: url(http://s0.limitedrun.com/images/1147415/tangledtalk.png) no-repeat 50% 50%;
    background-size: 100%;
    text-indent: -9999px;
    font-size: 1.2em;
    margin: 0 auto;
    opacity: 0.7;
  }
  
  .mobile-header h1:hover,
  .desktop-header h1:hover,
  .sidebar h1:hover {
    opacity: 1;
  }


.mobile-header a,
.sidebar-nav a,
.desktop-nav a {
  color: #999999;
}

.mobile-header a.button,
.sidebar-nav a.button,
.desktop-nav a.button {
  color: white;
}

.sidebar-nav a.active,
.sidebar-nav a:hover, 
.desktop-header a:hover,
.desktop-header a.active {
  background: transparent;
  color: #999999;
}



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

.mobile-header {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1C1F28;
  
    position: fixed;
    width: 100%;
    z-index: 100;
  
}

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

.mobile-header .store-functions a {
  display: inline-block;
  padding: 0 0.5em;
}

.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;
  padding-bottom: 38px;
  z-index: 100;
  text-align: left;
  background: white;
}

.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,
.sidebar-nav a, .sidebar-nav .label {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
  color: #565656;
}

.mobile-nav a.active,
.mobile-nav a:hover {
  background: #f5f5f5;
}

.mobile-nav .cart {
  position: fixed;
  bottom: 0; left: -80%;
  width: 80%;
  transition: left 0.25s;
  background: #f5f5f5;
}

.mobile-nav.open .cart {
  left: 0;
}

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

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

.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: 70px;
  
  
    position: fixed;
    width: 100%;
    z-index: 100;
  
}

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

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

.desktop-header a:hover,
.desktop-header a.active {
  color: #eee;
  box-shadow: inset 0 -4px 0 #F94F00;
}

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

.desktop-header .logo:hover {
  box-shadow: none;
}

.desktop-header .logo.left + nav {
  float: right;
}

.desktop-header .logo.right + nav {
  float: left;
}

.desktop-header .cart {
  background: rgba(255,255,255,0.05);
  display: inline;
  padding: 0.5em 1em 0.6em 0.8em;
  border-radius: 20px;
  margin-right: 0;
}

.desktop-header .cart:hover {
  box-shadow: none;
  background: rgba(255,255,255,0.075);
}

.desktop-header .dropdown {
  background: white;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: none;
  padding: 1em 0;
}

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

.desktop-header .dropdown li a {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

.desktop-header .dropdown-column {
  float: left;
  width: 33%;
  padding: 0 2em;
  border-right: 1px solid rgba(0,0,0,0.1);
}

.desktop-header .dropdown-column:last-child {
  border: 0;
}

.desktop-header .dropdown form {
  position: relative;
  height: 32px;
  line-height: 32px;
  margin: 1em 0 1.5em;
}

.desktop-header .dropdown form input {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 8px;
  width: 100%;
}

.desktop-header .dropdown form button {
  position: absolute;
  top: 1px; right: 8px;
  background: transparent;
  padding: 0;
  color: ;
}

.announcement {
  color: white;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #F94F00;
  
    position: absolute;
    top: 48px;
    width: 100%;
  
}

@media only screen and (min-width: 40.063em) {
  
    .announcement {
      top: 70px;
    }
  
}



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

.sidebar {
  position: fixed;
  top: 0; bottom: 0;
  overflow-y: scroll;
  z-index: 100;
  text-align: left;
  width: 70px;
}

.sidebar h1 {
  margin: 1em;
}

.sidebar .logo img {
  padding: 1em;
}

.sidebar-nav .cart {
  position: fixed;
  bottom: 0;
  width: 70px;
  background: #ffffff;
}



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

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

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

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

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



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

.footer-content {
  padding: 2em 0 0.5em;
}

.footer-copyright {
  padding: 1em;
  background: rgba(255,255,255,0.05);
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0;
}

.footer-copyright,
.footer-copyright a {
  color: rgba(255,255,255,0.5);
}

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

footer h4 {
  margin-top: 0;
}

footer .icons,
footer .mailing-list {
  margin-bottom: 2em;
}

.icons li {
  display: inline-block;
}

.icons a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
}

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

.icons a:hover {
  color: white;
}

.mailing-list {
  overflow: hidden;
  width: 100%;
}

.mailing-list input[type=email] {
	font: inherit;
	height: 34px;
	line-height: 32px;
	float: left;
	padding-left: 10px;
	width: 70%;
	background: #f4f4f4;
}

.mailing-list input[type=submit] {
  float: right;
  font-size: 1em;
  width: 30%;
}

@media only screen and (min-width: 40.063em) {
  footer .icons {
    text-align: right;
  }
}



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

.masthead {
  position: relative;
  overflow: hidden;
  margin: -2em 0 1em;
  max-height: calc(100vh - 110px);
}

.masthead .slick-slide {
  position: relative;
  max-height: calc(100vh - 110px);
}

.masthead img {
  width: 100%;
}

.masthead h2, .masthead h4 {
  color: white;
  border: 0;
  margin: -0.15em;
  text-shadow: 0 0px 50px rgba(0,0,0,0.25);
  font-weight: bold;
}

.masthead h2 {
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1em;
}

.masthead h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.secondary-overlay {
  position: absolute;
  bottom: 1em; right: 1em;
  color: white;
  border-bottom: 2px solid;
  text-shadow: 0 0 15px black;
}

.secondary-overlay h3,
.secondary-overlay h4 {
  margin: 0;
  color: white;
}

.shop-helper select, .shop-helper input {
  background: transparent;
  font: inherit;
  padding: 0.25em 0;
  border-bottom: 2px solid;
  margin-bottom: 1em;
  width: 100%;
  color: #565656;
}

.shop-helper input::-webkit-input-placeholder {
  color: #565656;
}

.shop-helper i {
  margin-top: -40px;
  font-size: 1.5em;
}

.shop-helper form {
  position: relative;
}

.shop-helper form button {
  position: absolute;
  top: -3px; right: 0;
  padding: 0;
  background: transparent;
  font-size: 0.6em;#
  border: 0;
  color: #565656;
}

.featured-artist {
  margin-bottom: 1.5em;
}

.featured-artist figure {
  margin-bottom: 1px;
}



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

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

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

figure:hover .overlay {
  opacity: 1;
}

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

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



.product-item img {
  background: #ffffff;
}

.product-item figure {
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

.product-item figure:hover {
  border-bottom: 2px solid #F94F00;
}

.product-info {
  background: white;
  padding: 0.5em 0.75em;
  overflow: hidden;
}

.product-info a {
  color: #565656;
}

.product-info a:hover,
.product-info a h4:hover {
  color: #F94F00;
}

.product-info h4 {
  margin: 0;
}



.latest-news a {
  color: #565656;
  border-top: 1px dotted rgba(0,0,0,0.075);
  display: block;
  padding: 0.5em 0;
  line-height: 1.5em;
  position: relative;
}

.latest-news i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}



/********************
  CATEGORY SLIDERS
********************/

.slider {
  margin-top: -1em;
  margin-left: -10px;
  margin-right: -10px;
}

.slider li {
  padding: 10px;
}



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

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

.product-gallery {
  margin: -1em 0 2em;
}

.product-thumbnails li {
  padding: 2px 2px 0 0;
  cursor: pointer;
}

.variations {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.variations + div {
  margin: 0 0 2em;
  font-size: 0.9em;
}

[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

label span {
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0 1em;
  cursor: pointer;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgba(0,0,0,0.1);
}

[type="radio"]:checked + span {
  box-shadow: inset 0 0 0 1px #565656;
  border: 1px solid #565656;
}

[type="radio"]:disabled + span {
  cursor: default;
  color: rgba(0,0,0,0.1);
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1em;
}

dl, dt, dd {
  margin: 0;
}

.accordion {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.075);
}

.accordion dt {
  border-top: 1px solid rgba(0,0,0,0.075);
}

.accordion dt a {
  display: block;
}

.accordion dt i {
  color: #565656;
  float: right;
  margin-top: 12px;
}

.accordion h4 {
  display: inline-block;
}

.accordion ol, .accordion .soundcloud {
  margin-bottom: 1em;
}

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

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

@media only screen and (min-width: 40.063em) {
  .product-gallery {
    margin-top: 0;
  }
  
  .related-products .product-item:nth-child(-n+3) {
    display: block;
  }
}



/********************
  ROSTER PAGE
********************/

.secondary-nav {
  background: white;
  margin: -1em 0 2em;
  height: 48px;
  line-height: 48px;
}

.secondary-nav h2 {
  font-size: 1.2em;
  border: 0;
  margin: 0;
  padding: 0;
}

.secondary-nav a {
  padding: 0 0.25em;
  color: #565656;
}

.secondary-nav a:hover {
  color: #F94F00;
}

.roster-history img {
  margin-right: 1em;
}
.roster-history li {
  overflow: auto;
  margin-bottom: 1em;
}



/********************
  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-events,
#bit-events a {
  font-family: inherit !important;
  font-size: 1em !important;
}

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

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

.bit-event-data {
  font-weight: normal !important;
}



/********************
  SEARCH
********************/

#search {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  display: none;
}

#search.open {
  display: block;
}

#search input[type="search"] {
  background: transparent;
  position: absolute;
  top: 50%;
  font-family: inherit;
  font-size: 4em;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#search .close {
  background: transparent;
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 5em;
  font-weight: 200;
  color: inherit;
  padding: 0;
}

#search .close:hover {
  border: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



.news article {
  margin-bottom: 2em;
  overflow: hidden;
}

.news img {
  width: 110%;
  max-width: 110%;
  margin: -1em -1em 0 -1em;
  height: auto !important;
  cursor: pointer !important;
}


@media only screen and (min-width: 40.063em) {
  .news article {
    width: 31.3333%;
  }
  
  .news .gutter-sizer {
    width: 3%;
  }
}