
























body {
  font: 14px/1.75em 'Roboto', sans-serif;
  background: #feffff;
}

.content {
  padding: 2em 0;
  overflow: hidden;
  color: #666666;
}

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

@media screen and (min-width: 64em) {
  .content:before {
    content: '';
    display: block;
    height: 90px;
    margin-bottom: 2em;
  }
}

footer {
  background: #17252a;
  color: #def2f1;
}

footer .newsletter-subscribe-form .row + .row {
  margin-top: 9px;
}

footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
  border-radius: 3px;
  display: block;
  max-width: 100%;
  width: 100%;
}

footer .newsletter-subscribe-form input {
  margin-bottom: 9px;
}

footer .newsletter-subscribe-form button {
  height: 40px;
  line-height: 42px;
}

@media screen and (max-width: 40em) {
  .gc-display-area {
    pointer-events: none;
  }
}

@media screen and (min-width: 64em) {
  footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
    display: inline-block;
    margin: 0;
    max-width: 33%;
  }
}

footer .newsletter-subscribe-form + .row {
  margin-top: 18px;
}

section {
  margin-bottom: 2em;
}

section.stripe {
  padding-top: 2em;
  background: #fafafa;
  
    border-top: 1px solid #def2f1;
    border-bottom: 1px solid #def2f1;
  
}

section.top-banner {
  margin-top: -30px;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .row {
    max-width: 1200px;
  }
}



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

h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-family: Raleway;
  font-weight: 700;
  color: #17252a;
}

h2 .underline, h3 .underline, h4 .underline, h5 .underline {
  border-bottom: 3px solid #def2f1;
  padding-bottom: 6px;
  display: inline-block;
}

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

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

h1 {
  font-size: 2em;
}

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

h3 {
  font-size: 1.5em;
  margin-top: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

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

.subheading {
  font-size: 0.65em;
  font-weight: normal;
  font-family: 'Roboto';
  color: #17252a;
}



/********************
  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: #f76c6c;
  text-decoration: none;
}

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

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

small {
  font-size: 0.85em;
}

select {
  height: 36px;
  line-height: 36px;
  text-indent: 10px;
  border-radius: 3px;
  -webkit-appearance: none;
  background: #feffff;
  border: 1px solid #def2f1;
  color: #666666;
}

select option[disabled] {
  color: #aaaaaa;
}

input[type='text'], input[type='password'], input[type='number'], input[type='email'], input[type='search'], textarea {
  border-radius: 3px;
  line-height: 36px;
  text-indent: 8px;
  width: 100%;
  margin-bottom: 1em;
  background: #feffff;
  border: 1px solid #def2f1;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input[type='text'], input[type='password'], input[type='number'], input[type='email'], input[type='search'] {
  height: 36px;
  min-height: 36px;
}

textarea {
  min-height: 120px;
}

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



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

button, .button {
  color: #fff;
  padding: 0 4em;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.2s ease;
  background: #f76c6c;
}

button:hover, .button:hover {
  background: #666666;
  color: #feffff;
}

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

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

.ribbon {
  position: absolute;
  color: white;
  width: 130px;
  top: 13px;
  left: -30px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
}

.ribbon.preorder {
  background: #f76c6c;
}

.sticker {
  position: absolute;
  display: inline-block;
  color: white;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.sticker.stock {
  right: 15px;
  bottom: 15px;
  height: 4.5em;
  width: 4.5em;
  border-radius: 2.25em;
  background: #808080;
  line-height: 1.25em;
  padding-top: 1em;
}

.sticker.sale {
  right: 20px;
  top: 20px;
  height: 3.5em;
  width: 3.5em;
  line-height: 3.5em;
  background: #C51919;
  transform: rotate(35deg);
}

.sticker.sale:before,
.sticker.sale:after {
  content:"";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.sticker.sale:after {
  transform: rotate(60deg);
}

.badge {
  height: 15px;
  width: 15px;
  line-height: 17px;
  text-align: center;
  font-size: 9px;
  border-radius: 50%;
  color: white;
  text-indent: 1px;
  background: #f76c6c;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.relative {
  position: relative;
}

.hide-images img {
  display: none;
}

iframe {
  max-width: 100%;
}

[class*="arrow-"]:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-radius: 3px;
}

.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 [class*="arrow-"]:before {
  height: 20px;
  width: 20px;
}

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

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

.slick-slider .slick-list {
  max-height: 600px;
}

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

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

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

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

.vertical-list.news-list li span {
  width: 4.5em;
}

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



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

.top-bar {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #2b7a78;
}

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

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

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

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



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

.main-nav {
  z-index: 1051;
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-right: 55px;
  transition: height 0.4s ease, line-height 0.4s ease;
  
    border-bottom: 1px solid #def2f1;
  
  background: #fafafa;
  
    font-family: 'Raleway';
  
}

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

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

.main-nav li {
  display: inline-block;
}

.main-nav a {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.9em;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #17252a;
}

.main-nav a:hover {
  color: #f76c6c;
}

.main-nav h1,
.main-nav .logo {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.main-nav .logo img {
  max-height: 90px;
  padding: 5px 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

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

.main-nav .dropdown.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0;
}

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

.main-nav .dropdown li a {
  display: block;
  padding: 0;
  border-top: 1px dotted rgba(0,0,0,0.1);
  white-space: nowrap;
  overflow: clip;
  max-width: 200px;
  text-overflow: ellipsis;
}

.main-nav .dropdown .small {
  font-size: .8em;
  opacity: .5;
}

.main-nav .dropdown .right.small {
  margin-left: 1em;
}

.main-nav .dropdown li a.sale {
  font-weight: bold;
  color: #C51919;
}

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

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

.main-nav i {
  font-size: 1.2em;
  vertical-align: middle;
}


  .main-nav .search-trigger {
    border-left: 1px solid #def2f1;
    padding-left: 2em;
    margin-left: 1em;
  }


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

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

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

@media screen and (min-width: 64em) {
  .main-nav {
    height: 90px;
    line-height: 90px;
    padding-right: 0;
  }

  .main-nav .logo img {
    max-height: 90px;
    padding: 10px 0;
  }

  .main-nav.shrink .logo img {
    max-height: 80px;
    padding: 5px 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: 1.25em;
  background: #fafafa;
}

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

.mobile-nav.open > .row > .columns:after {
  content: '';
  display: block;
  height: 150px;
}

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

.mobile-nav li a {
  display: block;
  padding: 0.5em 0;
  color: #17252a;
}

.mobile-nav li a .fa-bandcamp::before {
  background: #17252a;
}

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

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

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

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

.nav-is-visible .cart-trigger,
.nav-is-visible .search-trigger {
  display: none;
}



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

.pagination {
  text-align: center;
}

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

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

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



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

footer {
  text-align: center;
}

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

.footer-content {
  font-family: 'Raleway';
  padding: 2em;
}

.footer-copyright {
  font-size: 0.9em;
  padding: 1em;
  background: rgba(255,255,255,0.05);
}



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

.grid-item {
  margin-bottom: 2em;
  text-align: center;
  color: #17252a;
}

.grid-item-caption {
  margin-top: 10px;
}

.grid-item-caption a {
  color: #17252a;
}

.grid-item .price {
  font-size: 0.9em;
  opacity: 0.5;
}

.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;
  margin-bottom: 0.5em;
}

figure img {
  width: 100%;
}

.list {
  margin-bottom: 4em;
}

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



/********************
  GLOBAL
********************/

.inline-list li {
  display: inline-block;
  margin-right: 1em;
}

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

.breadcrumbs {
  margin: 10px auto;
}

.breadcrumbs li,
.breadcrumbs a {
  font-size: 1em;
  font-weight: 300;
  /* color: #333333; */
}

.breadcrumbs .active-link a {
  font-weight: 500;
}



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

.index .content:before {
  margin-top: -2em;
}

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

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

.index .carousel .caption h3,
.news .carousel .caption h3 {
  margin: 0;
  color: #17252a;
}

.index .carousel .caption h3:hover,
.news .carousel .caption h3:hover {
  color: #17252a;
}

.index .new-artist-carousel img {
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.index .new-artist-carousel h3 {
  position: relative;
  padding: 0.5em 2em;
  background: #f76c6c;
  margin: 0;
  color: #fff;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  float: right;
  margin-top: -1.75em;
}

.index .spotify {
  width: 100%;
}

/* .news .list {
  border-top: 3px solid #def2f1;
  padding-top: 2em;
} */




/********************
  NEWS ITEM PAGE
********************/


.news article ul,
.news-item article ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}





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

.unavailable,
.new-release-item .release-date {
  opacity: 0.4;
  font-size: 0.85em;
}

.unavailable {
  text-align: center;
  line-height: 36px;
  width: 100%;
}

.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 h2 em {
  font-size: .8em;
  color: #f76c6c;
}

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

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

.product .header {
  border-bottom: 1px solid #def2f1;
}

.product .header .release-date {
  float: right;
  display: inline-block;
  font-size: .5em;
  font-weight: normal;
}

.product .header .release-date.delayed {
  margin-top: -5px;
  line-height: 16px;
}

.product .buy-button .button {
  margin: 0.5em 0;
}

.product .boxed {
  background: #fafafa;
  
    border: 1px solid #def2f1;
    border-radius: 3px;
  
  padding: 1em;
  margin-bottom: 1em;
}

.product .boxed .header {
  margin-top: 0;
  padding-bottom: 0.5em;
}

.product .sale-banner {
  margin: 5px 0;
  background: #C51919;
  color: #ffffff;
  padding: 5px 10px;
}

.product .sale-banner a {
  color: #ffffff;
  text-decoration: underline;
}

.product .info-banner {
  background: #2b7a78;
  color: #ffffff;
}

.product .info-banner a {
  color: #ffffff;
  text-decoration: underline;
}

.variations {
  position: relative;
  display: flex;
  /* background: white; */
  /* height: 30px; */
  /* line-height: 30px; */
}

.variations .fa-angle-down,
.bundles-select .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
}

.variations .variant-select {
  position: relative;
  flex: 1;
}

.variations .button {
  padding: 0 1em;
}

.variations select.cart_variation {
  padding-right: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  /* width: 70%;
  color: #333;
  padding-left: 5px;
  line-height: 28px;
  height: 28px; */
}

.variations .variant-select + .add-to-cart {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

li .variations {
  /* border: 1px solid rgba(0,0,0,0.075); */
  border-right: none;
}

.variations-radio ul {
  margin: 0 10px;
}

.variations-radio ul li {
  font-size: 1.2em;
  line-height: 2;
}

.variations-radio label > span {
  font-weight: 600;
  display: inline;
  margin: auto 5px;
}

.variations-radio label > input {
  position: relative;
  /*top: -2px;*/
}

.variations-radio .sold-out span,
.variations-radio .sold-out small {
  text-decoration: line-through;
  color: #aaaaaa;
}

.variations-radio .bundles-select {
  display: inline-block;
  width: auto;
  position: relative;
}

.variations-radio .bundles-select select {
  padding-right: 32px;
}

.variations-radio .button {
  margin: 10px;
  margin-left: 0;
}

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



/********************
  HISTORY PAGE
********************/

.history .list h3 {
  margin: .75em 0 0;
}

.history .list img {
  border: 1px solid #f6f6f6;
}

.history h3 em {
  font-size: .8em;
  color: #f76c6c;
}


/********************
  GALLERY PAGE
********************/

.image-gallery {
  padding-left: calc(0.9375rem - 10px);
  padding-right: calc(0.9375rem - 10px);
}

.image-gallery .column {
  padding: 10px;
}



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



.category .search {
  flex: 0;
  padding-left: 0;
}

.category .search a {
  color: #17252a;
  font-size: 1.25em;
  line-height: 2em;
}



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

.roster .social-list {
  font-size: .9em;
  margin: 1em 0;
}

.roster .social-list a > span {
  font-size: .8em;
  margin-left: 40px;
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
}



/********************
  YOUTUBE
********************/

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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



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

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

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

.bit-widget .bit-button {
  background-color: #f76c6c !important;
  color: #feffff !important;
}

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




/********************
  ICONS
********************/

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

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



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

#search {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  padding: 2em;
  z-index: 2000;
  background-color: #feffff;
}

#search.open {
  display: block;
}

#search input[type="search"] {
  background: transparent;
  position: absolute;
  top: 50%; left: 50%;
  border: 0;
  width: 90%;
  max-width: 640px;
  text-indent: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.4em;
  font-family: Raleway;
  font-weight: 700;
  border-bottom: 2px solid #def2f1;
}

#search .close {
  background: transparent;
  position: fixed;
  top: 0px;
  right: 20px;
  font-size: 2.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; }

@media screen and (min-width: 64em) {
  #search input[type="search"] {
    top: 20%;
  }
}



/********************
  FONTAWESOME
********************/

.fa-bandcamp::before {
  content: "";
  background: white;
  width: .8em;
  display: inline-block;
  height: .8em;
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
}



/********************
  MAILCHIMP
********************/

#mc_embed_signup form {
  display:block;
  position:relative;
  text-align:left;
  padding:10px 0 10px 3%;
}

#mc_embed_signup h2 {
  font-weight:bold;
  padding:0;
  margin:15px 0;
  font-size:1.4em;
}

#mc_embed_signup input {
  border:1px solid #999;
  -webkit-appearance:none;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance:checkbox;
}

#mc_embed_signup input[type=radio]{
  -webkit-appearance:radio;
}

#mc_embed_signup input:focus {
  border-color:#333;
}

#mc_embed_signup .button {
  clear:both;
  background-color: #aaa;
  border: 0 none;
  border-radius:4px;
  letter-spacing:.03em;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size:15px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding:0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
  background-color:#777;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space:nowrap;
}

#mc_embed_signup .clear {
  clear:none;
  display:inline;
}

#mc_embed_signup label {
  display:block;
  font-size:16px;
  padding-bottom:10px;
  font-weight:bold;
}

#mc_embed_signup input.email {
  font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  display:block;
  padding:0 0.4em;
  margin:0 4% 10px 0;
  min-height:32px;
  width:58%;
  min-width:130px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mc_embed_signup input.button {
  display:block;
  width:35%;
  margin:0 0 10px 0;
  min-width:90px;
}

#mc_embed_signup div#mce-responses {
  float:left;
  top:-1.4em;
  padding:0em .5em 0em .5em;
  overflow:hidden;
  width:90%;margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin:1em 0;
  padding:1em .5em .5em 0;
  font-weight:bold;
  float:left;
  top:-1.5em;
  z-index:1;
  width:80%;
}

#mc_embed_signup #mce-error-response {
  display:none;
}

#mc_embed_signup #mce-success-response {
  color:#529214;
  display:none;
}

#mc_embed_signup label.error {
  display:block;
  float:none;
  width:auto;
  margin-left:1.05em;
  text-align:left;
  padding:.5em 0;
}


/********************
  ACCORDION
********************/

.accordion + .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion + .panel > div {
  padding-top: 15px;
}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}




.row {
  clear: both;
}

.bandcamp-dl {
  padding: .75em;
  padding-top: 0;
}
