/*** STORE ***/





























body {
  
    background-color: #ffffff;
  
  font-family: 'Source Sans 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: #333333;
  
    padding-top: calc(48px + 2em);
  
}

footer {
  padding: 2em 0;
  font-size: 0.9em;
  background: #000000;
}

@media only screen and (min-width: 40.063em) {
  
    .content {
      padding-top: calc(80px + 2em);
    }
  
}

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



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

h1, h2, h3, h4 {
  font-family: aktiv-grotesk,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  
}

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

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #eeeeee;
}

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 2em;
}

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

ul {
  list-style: none;
}

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

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

a:hover {
  color: #333333;
}

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: 32px;
  line-height: 32px;
  padding: 0 2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 200;
  background: #000000;
}

button:hover, .button:hover {
  background: #333333;
  color: #ffffff;
}

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

button.secondary:hover, .button.secondary:hover {
  background: #333333;
  color: #ffffff;
  border: 1px solid transparent;
}

button.small, .button.small {
  height: 26px;
  line-height: 24px;
  font-size: 0.78em;
  border: 1px solid #333333;
}

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

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

.full-width {
  width: 100%;
}

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

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

section {
  margin-bottom: 2em;
}

.grid-list li a {
  padding: 0.5em 0;
  display: block;
  border-top: 1px solid #eeeeee;
}


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

.mobile-header,
.desktop-header,
.sidebar {
  background: #fff;
  
    font-family: aktiv-grotesk,"Helvetica Neue",Helvetica,Arial,sans-serif;
  
  
}

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


  .mobile-header h1,
  .desktop-header h1,
  .sidebar h1 {
    width: 125px;
    background: url(https://d1h6olfj08dopz.cloudfront.net/images/30570/Tinashe-Logo-Black.png) no-repeat 50% 50%;
    background-size: 100%;
    text-indent: -9999px;
    font-size: 1.2em;
    margin: 0 auto;
  }


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

.mobile-nav a.active,
.mobile-nav a:hover,
.sidebar-nav a.active,
.sidebar-nav a:hover, 
.desktop-header a:hover,
.desktop-header a.active {
  background: #eee;
}



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

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

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

.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: center;
  text-transform: uppercase;
  background: #fff;
  
}

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

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

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

.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 {
  min-height: 80px;
  line-height: 80px;
  
  
    position: fixed;
    width: 100%;
    z-index: 1;
  
}

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

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

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

.desktop-header .logo:hover {
  background: none;
}

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

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

.desktop-header .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 10em;
  text-align: left;
}

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

.desktop-header .dropdown li a {
  display: block;
  padding: 0 1em;
  background: #fff;
  color: #000;
}

.desktop-header .dropdown li a:hover {
  background: #222222;
}

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



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

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

.sidebar h1 {
  margin: 1em;
}

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

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



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

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



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

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

footer .icons {
  text-align: right;
  margin-bottom: 1.5em;
}

.icons li {
  display: inline-block;
  margin-right: 10px;
}

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

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

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

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



/********************
  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 -15px;
  }
  
  [class*="block-grid-"]>li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: calc(15px * 2);
  }
}



.product-item figure {
  padding: 0px;
  background-color: #ffffff;
}

.product-item {
  text-align: center;
}

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

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

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

.product-name:after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 0.25em auto 0.5em;
  background: #333333;
}





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

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

.category-slider li {
  padding: 15px;
}

.category-slider .slider-prev,
.category-slider .slider-next {
  font-size: 2em;
}



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

.product-images {
  margin-bottom: 2em;
}

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

.variations {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eeeeee;
}

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

label span, .external-link {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0 1em;
  cursor: pointer;
  height: 34px;
  line-height: 32px;
  border: 1px solid #eeeeee;
}

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

[type="radio"]:disabled + span {
  cursor: default;
  color: #eeeeee;
}

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

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);
  padding: 0.5em 0;
}

.accordion dt a {
  display: block;
}

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

.accordion h4 {
  display: inline-block;
}

.accordion dd {
  margin: 10px 0;
}

.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) {
  .related-products .product-item:nth-child(-n+3) {
    display: block;
  }
}

.notify-message-container {display: none;}

/* The Selection box for Variation Options */
#variations-dropdown select {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    border: .1em solid  #eeeeee;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

 Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #variations-dropdown select {padding-right:.12em}
}

#variations-dropdown label {position:relative}

#variations-dropdown label:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: inherit;
    right: .8em; 
    top: 2em;
    padding:0.5 0 .01em;
    position:absolute;
    pointer-events:none;
}

.variations fieldset {margin-bottom: 1em}


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

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



/********************
  EVENTS PAGE
********************/

.events .event-list-header {
  background: rgba(0,0,0,0.04);
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1.15em;
  font-weight: bold;
  transition: background 0.15s;
}

.events .event-month,
.events .event-day {
  font-family: 'Open Sans';
  text-transform: uppercase;
  text-align: center;
}

.events .event-month {
  font-size: 0.9em;
  margin-bottom: -2px;
  letter-spacing: 1px;
}

.events .event-day {
  font-weight: 900;
  font-size: 1.65em;
  letter-spacing: 0.5px;
}

.events .event-list-header .button {
  margin: 0.5em 0.5em 0 0;
  padding: 0 1em;
}

.events .event-list-body {
  margin: 1.5em 0 0;
}




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


.product-item img {
  background: none;
}

.product-item figure a > div {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
