/*
	Theme Name: Subtle Recordings
	Description: Subtle Recordings based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Tristan
*/
/* line 1, sass/_reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 6, sass/_reset.scss */
*:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 15, sass/_reset.scss */
html {
  font-size: 100%;
}

/* line 19, sass/_reset.scss */
body {
  font: 300 16px/1.6 'rift', sans-serif;
  color: #444;
  background: #222;
  overflow: hidden;
  color: #f7f7f7;
  perspective: 1200px;
  perspective-origin: center center;
  width: 100vw;
  min-height: 100vh;
}

/* line 31, sass/_reset.scss */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

/* line 37, sass/_reset.scss */
.clear:after {
  clear: both;
}

/* line 40, sass/_reset.scss */
.clear {
  *zoom: 1;
}

/* line 43, sass/_reset.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 1, sass/_simplebar.scss */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

/* line 9, sass/_simplebar.scss */
[data-simplebar="init"] {
  display: flex;
}

/* line 13, sass/_simplebar.scss */
[data-simplebar] .simplebar-scroll-content,
[data-simplebar] .simplebar-content {
  overflow: hidden;
}

/* line 18, sass/_simplebar.scss */
[data-simplebar="init"] .simplebar-scroll-content,
[data-simplebar="init"] .simplebar-content {
  overflow: scroll;
}

/* line 23, sass/_simplebar.scss */
.simplebar-scroll-content {
  overflow-x: hidden !important;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
}

/* line 30, sass/_simplebar.scss */
.simplebar-content {
  overflow-y: hidden !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

/* line 36, sass/_simplebar.scss */
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  pointer-events: none;
}

/* line 45, sass/_simplebar.scss */
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

/* line 52, sass/_simplebar.scss */
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #666666;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 63, sass/_simplebar.scss */
.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0 linear;
}

/* line 70, sass/_simplebar.scss */
.simplebar-track.vertical {
  top: 0;
}

/* line 74, sass/_simplebar.scss */
.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

/* line 79, sass/_simplebar.scss */
.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none;
}

/* line 86, sass/_simplebar.scss */
.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* line 92, sass/_simplebar.scss */
.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
/* line 103, sass/_simplebar.scss */
[data-simplebar-direction="rtl"] .simplebar-track {
  right: auto;
  left: 0;
}

/* line 108, sass/_simplebar.scss */
[data-simplebar-direction="rtl"] .simplebar-track.horizontal {
  right: 0;
}

/* line 1, sass/_typography.scss */
a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.6s ease;
}
/* line 6, sass/_typography.scss */
a:hover {
  color: #999999;
  outline: 0;
}
/* line 11, sass/_typography.scss */
a:active {
  outline: 0;
}
/* line 15, sass/_typography.scss */
a:focus {
  outline: 0;
}

/* line 20, sass/_typography.scss */
h1 {
  margin: 0.5rem 0 0.25rem;
}

/* line 25, sass/_typography.scss */
#releases h1, #podcasts h1, #merch h1 {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -0.25rem;
  margin-bottom: 2rem;
}

/* line 34, sass/_typography.scss */
p {
  font-size: 1rem;
}

/* line 38, sass/_typography.scss */
.title {
  font-size: 1.5rem;
}

/* line 42, sass/_typography.scss */
.number {
  font-size: 1.1rem;
}

/* line 46, sass/_typography.scss */
.meta {
  font-size: 0.75rem;
  color: #888;
}

/* line 51, sass/_typography.scss */
.more-info {
  transition: color 0.6s ease;
}
/* line 54, sass/_typography.scss */
.more-info:hover {
  color: #999999;
}

@font-face {
  font-family: 'subtle-icons';
  src: url("fonts/subtle-icons.eot?4ayq8c");
  src: url("fonts/subtle-icons.eot?4ayq8c#iefix") format("embedded-opentype"), url("fonts/subtle-icons.ttf?4ayq8c") format("truetype"), url("fonts/subtle-icons.woff?4ayq8c") format("woff"), url("fonts/subtle-icons.svg?4ayq8c#subtle-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, sass/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'subtle-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, sass/_icons.scss */
.icon-play:before {
  content: "\e90a";
}

/* line 28, sass/_icons.scss */
.icon-pause:before {
  content: "\e909";
}

/* line 31, sass/_icons.scss */
.icon-up:before {
  content: "\e903";
}

/* line 34, sass/_icons.scss */
.icon-down:before {
  content: "\e900";
}

/* line 37, sass/_icons.scss */
.icon-left:before {
  content: "\e901";
}

/* line 40, sass/_icons.scss */
.icon-right:before {
  content: "\e902";
}

/* line 43, sass/_icons.scss */
.icon-facebook:before {
  content: "\e907";
}

/* line 46, sass/_icons.scss */
.icon-soundcloud:before {
  content: "\e90b";
}

/* line 49, sass/_icons.scss */
.icon-instagram:before {
  content: "\e908";
}

/* line 52, sass/_icons.scss */
.icon-download:before {
  content: "\e905";
}

/* line 55, sass/_icons.scss */
.icon-fullscreen:before {
  content: "\e906";
}

/* line 58, sass/_icons.scss */
.icon-return:before {
  content: "\e904";
}

/* header */
/* line 2, sass/_header.scss */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 5vh;
  z-index: 0;
}

/* line 10, sass/_header.scss */
.header-content {
  width: 100vw;
  height: 5vh;
  text-align: center;
}

/* logo */
/* line 16, sass/_header.scss */
.logo {
  width: 100%;
  height: auto;
  display: none;
  float: left;
  text-align: center;
}

/* footer */
/* line 2, sass/_footer.scss */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100vw;
  transform: rotateX(60deg) translate3d(0, 0, -40px);
  z-index: 1000;
}
/* line 11, sass/_footer.scss */
#footer .content {
  width: 100%;
  height: auto;
  transform: translate3d(0, 220%, 0);
  float: left;
  padding: 0 7rem;
}
/* line 19, sass/_footer.scss */
#footer #copyright, #footer #merch, #footer #social {
  float: left;
}
/* line 25, sass/_footer.scss */
#footer #copyright .copyright {
  font-size: 0.9rem;
}
/* line 30, sass/_footer.scss */
#footer #merch {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 36, sass/_footer.scss */
#footer #merch h1 {
  margin: 0;
  line-height: 1;
  text-align: center;
}
/* line 43, sass/_footer.scss */
#footer #social {
  float: right;
}
/* line 46, sass/_footer.scss */
#footer #social .social {
  float: right;
  font-size: 2rem;
}
/* line 50, sass/_footer.scss */
#footer #social .social a {
  margin-left: 1rem;
}
/* line 55, sass/_footer.scss */
#footer #social .demos {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 3, sass/_audio-player.scss */
#player-wrapper {
  position: absolute;
  left: 0;
  top: 3rem;
  height: auto;
  width: 100%;
}
/* line 10, sass/_audio-player.scss */
#player-wrapper .audio-player {
  width: 35vw;
  height: 40px;
  margin: 25px auto 0;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 19, sass/_audio-player.scss */
#player-wrapper #play-pause {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  transition: color 0.6s ease;
}
/* line 28, sass/_audio-player.scss */
#player-wrapper #play-pause:hover {
  color: #999999;
}
/* line 32, sass/_audio-player.scss */
#player-wrapper #play-pause .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1;
}
/* line 41, sass/_audio-player.scss */
#player-wrapper #scrubber {
  width: calc(100% - 40px);
  height: 39px;
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  float: right;
  cursor: pointer;
}
/* line 52, sass/_audio-player.scss */
#player-wrapper #seek-bar {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
/* line 62, sass/_audio-player.scss */
#player-wrapper #start-time {
  position: absolute;
  left: 5px;
  top: -22px;
}
/* line 68, sass/_audio-player.scss */
#player-wrapper #end-time {
  position: absolute;
  right: 5px;
  top: -22px;
}
/* line 74, sass/_audio-player.scss */
#player-wrapper #track-title {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  /* line 84, sass/_audio-player.scss */
  #player-wrapper .audio-player {
    width: 25vw;
  }
}
@media screen and (max-width: 1680px) {
  /* line 92, sass/_audio-player.scss */
  #player-wrapper .audio-player {
    width: 30vw;
  }
}
/* line 1, sass/_common.scss */
body {
  background-image: url(img/subtle-recordings-background.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* line 8, sass/_common.scss */
body.shopping main {
  filter: blur(4px);
}
/* line 12, sass/_common.scss */
body.shopping #background {
  filter: blur(8px);
}

/* line 18, sass/_common.scss */
main, #background {
  transition: all 0.6s ease;
}

/* line 22, sass/_common.scss */
main {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* line 29, sass/_common.scss */
.wrapper {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

/* line 35, sass/_common.scss */
#background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 43, sass/_common.scss */
.panel {
  position: absolute;
  width: 40%;
  height: 100vw;
}

/* line 49, sass/_common.scss */
.content {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  overflow: visible;
}
/* line 56, sass/_common.scss */
.content h1 {
  color: #f7f7f7;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
}

/* line 64, sass/_common.scss */
.toggle {
  cursor: pointer;
}

/* line 68, sass/_common.scss */
.close {
  color: #888888;
  cursor: pointer;
  transition: color 0.6s ease;
}
/* line 73, sass/_common.scss */
.close:hover {
  color: #ffffff;
}

/* line 78, sass/_common.scss */
.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 83, sass/_common.scss */
  .mobile-only {
    display: block;
  }
}
/* line 88, sass/_common.scss */
#loading {
  display: none;
}

/* line 90, sass/_common.scss */
#fullscreen {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  float: left;
  color: #f1f1f1;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  z-index: 10;
  opacity: 0.25;
  transition: opacity 0.6s ease;
}
/* line 105, sass/_common.scss */
#fullscreen:hover {
  color: #999999;
  opacity: 1;
}
/* line 111, sass/_common.scss */
#fullscreen.enabled .icon-fullscreen:before {
  content: "\e904";
}

/* line 117, sass/_common.scss */
.has_fullscreen #fullscreen {
  display: block;
}

/*
	Release & Podcast common styles
*/
/* line 124, sass/_common.scss */
.release, .podcast {
  padding: 1rem 0;
  float: left;
  transform-style: preserve-3d;
  width: 100%;
}
/* line 130, sass/_common.scss */
.release .title, .podcast .title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  line-height: 1;
}
/* line 138, sass/_common.scss */
.release .details, .podcast .details {
  width: 65%;
  padding: 0 1rem;
}
/* line 143, sass/_common.scss */
.release .artist, .podcast .artist {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 0.75rem;
}
/* line 151, sass/_common.scss */
.release .side, .podcast .side {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.75rem;
  transition: color 0.6s ease;
  cursor: pointer;
  float: left;
  width: 100%;
}
/* line 161, sass/_common.scss */
.release .side:hover, .podcast .side:hover {
  color: #999999;
}
/* line 166, sass/_common.scss */
.release .side-label, .podcast .side-label {
  font-size: 0.6rem;
  vertical-align: top;
  line-height: 1.5;
  padding-right: 0.25rem;
}
/* line 173, sass/_common.scss */
.release .track-title, .podcast .track-title {
  font-size: 1.6rem;
  font-weight: 700;
}
/* line 178, sass/_common.scss */
.release .play-button, .podcast .play-button {
  font-size: 0.8rem;
  vertical-align: top;
  line-height: 1.6rem;
  padding-left: 1rem;
}

/* line 185, sass/_common.scss */
.podcast .play-button {
  padding-left: 0;
  padding-right: 1rem;
}

/* line 189, sass/_common.scss */
.podcast .more-info {
  margin-top: 0.3rem;
}

/* 
	Releases 
*/
/* line 4, sass/_releases.scss */
#releases {
  left: 0;
  top: 0;
  transform: rotateY(22deg) translate3d(0, 0, -80px);
}
/* line 9, sass/_releases.scss */
#releases .content {
  transform: translate3d(-100%, 0, 0);
  padding: 3rem 1rem 1rem 7rem;
  float: right;
}
/* line 15, sass/_releases.scss */
#releases .releases-wrapper {
  height: 74vh;
  overflow-y: scroll;
}

/* line 23, sass/_releases.scss */
.release .title, .release .artwork, .release .details, .release .title, .release .info, .release .artist {
  float: left;
}
/* line 27, sass/_releases.scss */
.release .info, .release .artist {
  width: 100%;
}
/* line 31, sass/_releases.scss */
.release .details {
  line-height: 1;
}
/* line 35, sass/_releases.scss */
.release .close {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
/* line 41, sass/_releases.scss */
.release .more-info {
  float: left;
}
/* line 44, sass/_releases.scss */
.release .more-info .icon-down {
  margin-left: 0.25rem;
}
/* line 49, sass/_releases.scss */
.release .more-info.open .icon-down:before {
  content: "\e903";
}
/* line 55, sass/_releases.scss */
.release .information {
  max-height: 0rem;
  transition: all 0.6s ease;
  overflow: hidden;
  float: left;
  clear: left;
  width: 100%;
  padding: 0 9rem 0 0;
  margin-top: 1rem;
  line-height: 1;
}
/* line 66, sass/_releases.scss */
.release .information.open {
  max-height: 30rem;
}
/* line 71, sass/_releases.scss */
.release .information .info.small {
  font-size: 1rem;
  line-height: 1.3;
}
/* line 76, sass/_releases.scss */
.release .information .info.large {
  font-size: 1.25rem;
  margin: 0.25rem 0;
}

/*
	Podcasts
*/
/* line 4, sass/_podcasts.scss */
#podcasts {
  right: 0;
  top: 0;
  transform: rotateY(-22deg) translate3d(0, 0, -80px);
}
/* line 9, sass/_podcasts.scss */
#podcasts .content {
  overflow-y: auto;
  transform: translate3d(100%, 0, 0);
  padding: 3rem 7rem 1rem 1rem;
  float: left;
}
/* line 16, sass/_podcasts.scss */
#podcasts h1 {
  text-align: right;
}
/* line 20, sass/_podcasts.scss */
#podcasts .podcast .title, #podcasts .podcast .artwork, #podcasts .podcast .details, #podcasts .podcast .tracklist {
  float: right;
}

/* line 26, sass/_podcasts.scss */
.podcast .title {
  text-align: right;
}
/* line 30, sass/_podcasts.scss */
.podcast .side:hover {
  color: inherit;
}
/* line 34, sass/_podcasts.scss */
.podcast .artwork {
  margin: 0;
}
/* line 37, sass/_podcasts.scss */
.podcast .artwork:hover {
  transform: rotateZ(0);
}
/* line 42, sass/_podcasts.scss */
.podcast .controls {
  float: right;
  width: 100%;
  padding-bottom: 0.75rem;
}
/* line 47, sass/_podcasts.scss */
.podcast .controls a {
  margin-left: 0.5rem;
}
/* line 52, sass/_podcasts.scss */
.podcast .details {
  text-align: right;
}
/* line 56, sass/_podcasts.scss */
.podcast .track {
  text-align: right;
  cursor: pointer;
  margin-right: 17px;
  line-height: 1.4;
}
/* line 63, sass/_podcasts.scss */
.podcast .tracklist {
  max-height: 0px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.6s ease;
  clear: right;
  padding: 0;
  margin-top: 1rem;
  list-style: none;
  width: 100%;
}
/* line 74, sass/_podcasts.scss */
.podcast .tracklist .track-time {
  margin: 0 0 0 0.25rem;
}
/* line 78, sass/_podcasts.scss */
.podcast .tracklist .track-title {
  font-size: 1rem;
  font-weight: 100;
}
/* line 83, sass/_podcasts.scss */
.podcast .tracklist.open {
  max-height: 15rem;
}
/* line 87, sass/_podcasts.scss */
.podcast .active-track {
  position: absolute;
  right: 0.75rem;
  top: 0;
  width: 0;
  background: rgba(50, 50, 50, 0.75);
  z-index: -1;
  height: 1.4rem;
  transition: top 0.6s ease, width 0.6s ease;
}
/* line 97, sass/_podcasts.scss */
.podcast .more-info {
  float: right;
  line-height: 1;
}
/* line 101, sass/_podcasts.scss */
.podcast .more-info .icon-down {
  margin-right: 0.25rem;
}
/* line 105, sass/_podcasts.scss */
.podcast .more-info .details {
  max-height: 0rem;
  transition: all 0.6s ease;
  overflow: hidden;
  float: left;
  clear: left;
  width: 100%;
  padding: 0;
  margin-top: 0.25rem;
}
/* line 117, sass/_podcasts.scss */
.podcast .more-info.open .icon-down:before {
  content: "\e903";
}

/* line 1, sass/_products.scss */
#merch {
  display: none;
}

/* products */
/* line 6, sass/_products.scss */
.btn {
  cursor: pointer;
}

/* line 10, sass/_products.scss */
#player-wrapper .btn.cart {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.5rem;
  right: -4rem;
  opacity: 0.8;
}

/* line 23, sass/_products.scss */
#merch-wrapper .btn.cart {
  width: 6rem;
  height: 6rem;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
}
/* line 31, sass/_products.scss */
#merch-wrapper .btn.cart .cart-count {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
}

/* line 40, sass/_products.scss */
#merch-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
/* line 48, sass/_products.scss */
#merch-wrapper .blackout {
  transition: opacity 1s ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  perspective: 3200px;
}

/* line 62, sass/_products.scss */
#shop {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
/* line 67, sass/_products.scss */
#shop.open {
  visibility: visible;
  opacity: 1;
}
/* line 72, sass/_products.scss */
#shop .products {
  width: 100vw;
  height: 100vh;
}
/* line 77, sass/_products.scss */
#shop .product-list {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}
/* line 87, sass/_products.scss */
#shop .product {
  width: 520px;
  height: 600px;
  clip-path: url(#cp);
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.6s ease;
  filter: none;
  /* TODO: typography */
}
/* line 99, sass/_products.scss */
#shop .product.open {
  clip-path: none !important;
}
/* line 103, sass/_products.scss */
#shop .product.open .details, #shop .product.open .variants, #shop .product.open .close {
  opacity: 1;
}
/* line 108, sass/_products.scss */
#shop .product .close {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
/* line 116, sass/_products.scss */
#shop .product .image {
  width: 520px;
  height: 640px;
}
/* line 121, sass/_products.scss */
#shop .product .details {
  position: relative;
  padding: 0 0rem;
  opacity: 0;
}
/* line 129, sass/_products.scss */
#shop .product .title {
  font-family: brandon-grotesque;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1rem;
}
/* line 136, sass/_products.scss */
#shop .product .description {
  margin: 0.25rem 0 1.25rem;
  font-size: 0.81rem;
}
/* line 140, sass/_products.scss */
#shop .product .price {
  float: right;
  font-family: brandon-grotesque;
  font-size: 1.15rem;
  font-weight: 700;
}
/* line 146, sass/_products.scss */
#shop .product .price .currency {
  font-family: rift;
  font-size: 0.81rem;
  font-weight: 100;
  padding-left: 0.2rem;
}
/* line 157, sass/_products.scss */
#shop .variants, #shop .details, #shop .close {
  transition: all 0.6s ease;
}
/* line 162, sass/_products.scss */
#shop .product.right {
  transform: translate3d(25%, -50%, 0);
}
/* line 165, sass/_products.scss */
#shop .product.right.more {
  transform: translate3d(75%, -50%, 0);
}
/* line 169, sass/_products.scss */
#shop .product.left {
  transform: translate3d(-10%, -50%, 0);
}
/* line 172, sass/_products.scss */
#shop .product.left.more {
  transform: translate3d(-75%, -50%, 0);
}
/* line 175, sass/_products.scss */
#shop .images .visible {
  display: block;
}
/* line 178, sass/_products.scss */
#shop .images img {
  display: none;
}

/* line 184, sass/_products.scss */
.shopify-buy-frame--cart {
  max-width: 460px !important;
  width: 100vw;
  height: 100vh !important;
  transform: translateX(-40px) !important;
  opacity: 0;
  visibility: hidden;
}
/* line 192, sass/_products.scss */
.shopify-buy-frame--cart.is-active {
  transform: translateX(0) !important;
  opacity: 1;
  visibility: visible;
}

/* line 199, sass/_products.scss */
.products {
  transition: all 0.6s ease;
  transform: translateY(-3%) scale(0.9);
}

@media screen and (min-height: 1000px) {
  /* line 205, sass/_products.scss */
  .products {
    transform: translateY(-3%) scale(1);
  }
}
@media only screen and (min-aspect-ratio: 8 / 3) and (max-aspect-ratio: 8 / 1) {
  /* line 210, sass/_products.scss */
  .products {
    transform: translateY(-3%) scale(0.4);
  }
}
@media only screen and (min-aspect-ratio: 8 / 6) and (max-aspect-ratio: 8 / 3) and (max-height: 930px) {
  /* line 216, sass/_products.scss */
  .products {
    transform: translateY(-3%) scale(0.75);
  }
}
/* line 221, sass/_products.scss */
.shopify-buy-cart-wrapper {
  background: rgba(8, 8, 8, 0.99);
  padding: 2rem 1.75rem;
  overflow-y: auto;
}
/* line 226, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__cart__header {
  position: relative;
}
/* line 229, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__cart__header .shopify-buy__btn--close {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 0.8;
  transition: color 0.2s ease;
  outline: none;
}
/* line 241, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__cart__header .shopify-buy__btn--close:hover {
  color: #999999;
}
/* line 245, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__cart__header .shopify-buy__btn--close:active {
  outline: none;
}
/* line 251, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__btn--seamless {
  color: white;
  background: none;
  border: none;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.2s ease;
  outline: none;
  width: 1rem;
  height: 1.6rem;
}
/* line 262, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__btn--seamless:hover {
  color: #999999;
}
/* line 266, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__btn--seamless:active {
  outline: none;
}
/* line 270, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__btn--seamless path {
  fill: white;
}
/* line 275, sass/_products.scss */
.shopify-buy-cart-wrapper input::-webkit-outer-spin-button,
.shopify-buy-cart-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 281, sass/_products.scss */
.shopify-buy-cart-wrapper .shopify-buy__quantity {
  font-size: 1rem;
  color: white;
  border: none;
  background: none;
  width: 1rem;
  text-align: center;
  -moz-appearance: textfield;
}
/* line 291, sass/_products.scss */
.shopify-buy-cart-wrapper .quantity-label {
  margin-right: 0.75rem;
}

/* line 295, sass/_products.scss */
.shopify-buy--visually-hidden, .visuallyhidden {
  visibility: hidden;
  display: none;
}

/* line 300, sass/_products.scss */
.shopify-buy__product__variant-selectors {
  float: left;
  margin-right: 1.125rem;
}

/* line 305, sass/_products.scss */
.shopify-buy__btn-wrapper {
  float: left;
}

/* line 310, sass/_products.scss */
.shopify-buy__btn {
  line-height: 1.125;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  background: rgba(255, 255, 255, 0.125);
  border: none;
  color: #ffffff;
  margin-right: 1.25rem;
}
/* line 319, sass/_products.scss */
.shopify-buy__btn.disabled {
  pointer-events: none;
}

/* line 324, sass/_products.scss */
.shopify-buy__product__price {
  float: left;
}
/* line 327, sass/_products.scss */
.shopify-buy__product__price .shopify-buy__product__actual-price {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0.25rem 0;
}

/* line 335, sass/_products.scss */
.shopify-buy__option-select-wrapper {
  position: relative;
  width: 3.25rem;
}
/* line 339, sass/_products.scss */
.shopify-buy__option-select-wrapper .variants {
  background: none;
  border: none;
  padding: 0 14px 0 0;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  cursor: pointer;
  line-height: 1.2;
}
/* line 353, sass/_products.scss */
.shopify-buy__option-select-wrapper .variants:focus {
  outline: none;
}
/* line 357, sass/_products.scss */
.shopify-buy__option-select-wrapper .variants option {
  color: #333;
}
/* line 362, sass/_products.scss */
.shopify-buy__option-select-wrapper svg {
  width: 14px;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  transition: top 0.2s ease;
}
/* line 371, sass/_products.scss */
.shopify-buy__option-select-wrapper svg path {
  fill: white;
}
/* line 377, sass/_products.scss */
.shopify-buy__option-select-wrapper:hover svg {
  top: -2px;
}

/* line 384, sass/_products.scss */
.shopify-buy__cart-item__title, .shopify-buy__cart-item__price-and-discounts, .shopify-buy__cart-item__variant-title, .shopify-buy__quantity-container {
  width: 280px;
}

/* line 387, sass/_products.scss */
.shopify-buy__cart-item__price, .shopify-buy__cart-item__variant-title {
  font-size: 1.5rem;
  line-height: 1.25;
}

/* line 392, sass/_products.scss */
.shopify-buy__cart-item__title {
  line-height: 1;
}

/* line 396, sass/_products.scss */
.shopify-buy__cart-item__variant-title {
  width: 280px;
  margin-top: 1rem;
}

/* line 401, sass/_products.scss */
.shopify-buy__quantity-container {
  margin-top: 0.75rem;
}

/* line 405, sass/_products.scss */
.shopify-buy__cart-item__image {
  width: 122px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 1rem;
}

/* line 416, sass/_products.scss */
.shopify-buy__cart__subtotal__price {
  font-size: 2rem;
}

/* line 421, sass/_products.scss */
.shopify-buy__btn--cart-checkout {
  margin: 1rem 0 2.5rem;
}

/* line 426, sass/_products.scss */
.cart-count {
  position: absolute;
  top: 4px;
  left: 50%;
  background: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: black;
}

/* line 441, sass/_products.scss */
.shopify-buy__btn--seamless {
  width: 32px;
  height: 32px;
  color: transparent;
  overflow: hidden;
}

/* line 448, sass/_products.scss */
.shopify-buy__cart-item {
  min-height: 170px;
}

/* line 451, sass/_products.scss */
.shopify-buy__cart-item, .shopify-buy__cart-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}

/* line 458, sass/_products.scss */
.shopify-buy__cart-bottom {
  padding-top: 3.5rem;
}

/* line 461, sass/_products.scss */
.shopify-buy__cart__title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  margin: 1.5rem 0 2.5rem 0;
  line-height: 1;
}

/* line 471, sass/_products.scss */
#shop .product {
  clip-path: none;
  width: 520px;
  height: 640px;
  clip-path: url(#cp);
  background: none;
}

/* line 479, sass/_products.scss */
#shop .product.open {
  clip-path: none !important;
}

/* line 484, sass/_products.scss */
#cart {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
/* line 489, sass/_products.scss */
#cart.open {
  visibility: visible;
  opacity: 1;
}
/* line 494, sass/_products.scss */
#cart .shopping-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -45%, 0);
  text-align: center;
  display: flex;
  flex-direction: column;
}
/* line 503, sass/_products.scss */
#cart .shopping-cart .header {
  border-bottom: 1px solid #999999;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 509, sass/_products.scss */
#cart .shopping-cart .header h1 {
  text-align: left;
  font-family: brandon-grotesque;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  width: 70%;
  line-height: 1;
  margin: 0 0 3rem 0;
}
/* line 520, sass/_products.scss */
#cart .shopping-cart .header .label {
  font-size: 0.8rem;
  font-family: rift;
  font-weight: 100;
  margin-bottom: 1rem;
  width: 15%;
}
/* line 530, sass/_products.scss */
#cart .shopping-cart .items {
  list-style: none;
  padding: 0;
  max-height: 55vh;
}
/* line 535, sass/_products.scss */
#cart .shopping-cart .items .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #999999;
  padding: 1.5rem 0;
}
/* line 544, sass/_products.scss */
#cart .shopping-cart .items .item:last-child {
  border-bottom: none;
}
/* line 548, sass/_products.scss */
#cart .shopping-cart .items .item .image {
  width: 10%;
  height: auto;
}
/* line 553, sass/_products.scss */
#cart .shopping-cart .items .item .details {
  width: 60%;
  padding-left: 1rem;
}
/* line 557, sass/_products.scss */
#cart .shopping-cart .items .item .details .title {
  font-family: brandon-grotesque;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
}
/* line 564, sass/_products.scss */
#cart .shopping-cart .items .item .details .description {
  font-size: 0.81rem;
  margin-top: 0.7rem;
}
/* line 569, sass/_products.scss */
#cart .shopping-cart .items .item .details .size {
  font-family: brandon-grotesque;
  font-size: 2rem;
  font-weight: 700;
}
/* line 576, sass/_products.scss */
#cart .shopping-cart .items .item .quantity .minus, #cart .shopping-cart .items .item .quantity .plus {
  background: none;
  padding: 0 0.5rem;
  line-height: 1;
  border: none;
  transition: all 0.6s ease;
  color: #ffffff;
}
/* line 584, sass/_products.scss */
#cart .shopping-cart .items .item .quantity .minus:hover, #cart .shopping-cart .items .item .quantity .plus:hover {
  color: #999999;
}
/* line 588, sass/_products.scss */
#cart .shopping-cart .items .item .quantity .minus {
  position: relative;
  top: -2px;
}
/* line 594, sass/_products.scss */
#cart .shopping-cart .items .item .quantity, #cart .shopping-cart .items .item .total {
  font-family: brandon-grotesque;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  width: 15%;
  text-align: center;
}
/* line 606, sass/_products.scss */
#cart .shopping-cart .footer {
  border-top: 1px solid #999999;
}
/* line 609, sass/_products.scss */
#cart .shopping-cart .footer .subtotal {
  font-size: 0.81rem;
  text-align: right;
  margin-top: 1.5rem;
  line-height: 1;
}
/* line 615, sass/_products.scss */
#cart .shopping-cart .footer .subtotal .label {
  margin-right: 0.8rem;
}
/* line 619, sass/_products.scss */
#cart .shopping-cart .footer .subtotal .amount {
  font-family: brandon-grotesque;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.2rem;
}
/* line 628, sass/_products.scss */
#cart .shopping-cart .footer .fine-print {
  text-align: right;
  font-size: 0.81rem;
  margin-top: 1rem;
  line-height: 1;
}
/* line 635, sass/_products.scss */
#cart .shopping-cart .footer .checkout {
  font-family: brandon-grotesque;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
  line-height: 1;
  margin-top: 2rem;
}

/* line 650, sass/_products.scss */
#player-wrapper {
  z-index: 99999;
}

/* line 654, sass/_products.scss */
.exit-shop {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
}

/* line 669, sass/_products.scss */
body.shopping #footer {
  visibility: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
/* line 675, sass/_products.scss */
body.shopping .exit-shop {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
}

/*
	Card flip
*/
/* line 4, sass/_card-flip.scss */
.front, .back {
  transition: transform 1.6s ease-in-out;
  backface-visibility: hidden;
  float: left;
  overflow: visible;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 13, sass/_card-flip.scss */
.front img, .back img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

/* line 22, sass/_card-flip.scss */
.front {
  transform: rotate3d(0, 1, 0, 0deg);
}

/* line 26, sass/_card-flip.scss */
.back {
  transform: rotate3d(0, 1, 0, 180deg);
}

/* line 31, sass/_card-flip.scss */
.flip .front {
  transform: rotate3d(0, 1, 0, 180deg);
}
/* line 35, sass/_card-flip.scss */
.flip .back {
  transform: rotate3d(0, 1, 0, 360deg);
}

/*
	Artwork, vinyl, sleve, etc.
*/
/* line 5, sass/_artwork.scss */
.artwork, .vinyl, .sleeve {
  transition: transform 0.6s ease;
  transform-origin: center;
  transform: translate3d(0, 0, 0) rotateZ(0);
}

/* line 11, sass/_artwork.scss */
.artwork {
  width: 35%;
  position: relative;
  margin: 0;
  transform-style: preserve-3d;
}
/* line 18, sass/_artwork.scss */
.artwork .vinyl, .artwork .sleeve {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 24, sass/_artwork.scss */
.artwork .sleeve {
  position: relative;
}
/* line 28, sass/_artwork.scss */
.artwork img {
  width: 100%;
  height: auto;
}
/* line 33, sass/_artwork.scss */
.artwork:hover {
  transform: rotateZ(5deg);
  cursor: pointer;
}
/* line 37, sass/_artwork.scss */
.artwork:hover .vinyl {
  transform: translate3d(-22%, 0, 0) rotateZ(-22deg);
}

/* line 44, sass/_artwork.scss */
.playing .artwork {
  transform: rotateZ(5deg);
}
/* line 47, sass/_artwork.scss */
.playing .artwork .vinyl {
  transform: translate3d(-22%, 0, 0) rotateZ(-22deg);
}
/* line 52, sass/_artwork.scss */
.playing .icon-play:before {
  content: "\e909";
}

/* line 1, sass/_lightbox.scss */
#lightbox {
  display: none;
  z-index: 100;
}
/* line 5, sass/_lightbox.scss */
#lightbox .blackout {
  transition: opacity 1s ease;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  perspective: 3200px;
}
/* line 17, sass/_lightbox.scss */
#lightbox .blackout #lightbox-content {
  width: 70vw;
  height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-style: preserve-3d;
  transform-origin: center;
  perspective: 3200px;
}
/* line 29, sass/_lightbox.scss */
#lightbox .blackout #lightbox-next, #lightbox .blackout #lightbox-prev {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 2rem;
  padding: 1rem;
  transition: color 0.6s ease;
}
/* line 37, sass/_lightbox.scss */
#lightbox .blackout #lightbox-next:hover, #lightbox .blackout #lightbox-prev:hover {
  color: #999999;
}
/* line 42, sass/_lightbox.scss */
#lightbox .blackout #lightbox-next {
  right: 1rem;
}
/* line 45, sass/_lightbox.scss */
#lightbox .blackout #lightbox-prev {
  left: 1rem;
}
/* line 50, sass/_lightbox.scss */
#lightbox .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* browser compat warning overlay */
/* line 3, sass/_browser-compat.scss */
#browser-compat-warning {
  display: none;
}
/* line 6, sass/_browser-compat.scss */
#browser-compat-warning .browser-compat-blackout {
  transition: opacity 1s ease;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
}
/* line 18, sass/_browser-compat.scss */
#browser-compat-warning .compat-content {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
/* line 26, sass/_browser-compat.scss */
#browser-compat-warning .compat-content h1 {
  color: #FFC502;
}
/* line 30, sass/_browser-compat.scss */
#browser-compat-warning .compat-content p {
  font-size: 1.4rem;
}
/* line 34, sass/_browser-compat.scss */
#browser-compat-warning .compat-content .download-browser {
  display: inline-block;
  margin: 2rem 1.6rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* line 40, sass/_browser-compat.scss */
#browser-compat-warning .compat-content .download-browser:hover {
  opacity: 0.75;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1280px) {
  /* line 7, sass/_responsive.scss */
  .release .artist, .podcast .artist {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1366px) {
  /* line 16, sass/_responsive.scss */
  #releases .content h1, #podcasts .content h1 {
    font-size: 3.2rem;
  }

  /* line 21, sass/_responsive.scss */
  #releases .content {
    padding: 3.8rem 1rem 1rem 7rem;
  }

  /* line 24, sass/_responsive.scss */
  #podcasts .content {
    padding: 3.8rem 7rem 1rem 1rem;
  }

  /* line 28, sass/_responsive.scss */
  #merch h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 36, sass/_responsive.scss */
  #releases.panel, #podcasts.panel {
    width: 50%;
  }

  /* line 42, sass/_responsive.scss */
  .content h1 {
    font-size: 2.5rem;
  }

  /* line 47, sass/_responsive.scss */
  .release, .podcast {
    padding: 0.75rem 0;
  }
  /* line 50, sass/_responsive.scss */
  .release .title, .podcast .title {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }
  /* line 54, sass/_responsive.scss */
  .release .title .number, .podcast .title .number {
    font-size: 0.9rem;
  }
  /* line 58, sass/_responsive.scss */
  .release .artist, .podcast .artist {
    font-size: 2.5rem;
  }
  /* line 62, sass/_responsive.scss */
  .release .track-title, .podcast .track-title {
    font-size: 1.4rem;
  }

  /* line 67, sass/_responsive.scss */
  #player-wrapper {
    position: fixed;
    top: initial;
    bottom: 0;
    background: #111111;
  }
  /* line 73, sass/_responsive.scss */
  #player-wrapper .audio-player {
    width: 100vw;
  }

  /* line 78, sass/_responsive.scss */
  #footer {
    margin-bottom: 50px;
  }
  /* line 81, sass/_responsive.scss */
  #footer #social, #footer #copyright {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  /* line 90, sass/_responsive.scss */
  #footer #copyright, #footer #social, #footer #merch, #footer #social .social {
    width: 100%;
    text-align: left;
  }
  /* line 94, sass/_responsive.scss */
  #footer #social .social a.demos {
    margin-left: 0;
  }
  /* line 99, sass/_responsive.scss */
  #footer #social, #footer #copyright {
    width: 100%;
  }
  /* line 103, sass/_responsive.scss */
  #footer #merch {
    position: relative;
    left: 0;
    transform: none;
  }
  /* line 108, sass/_responsive.scss */
  #footer #merch h1 {
    text-align: left;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 117, sass/_responsive.scss */
  body {
    overflow: auto;
    height: auto;
  }

  /* line 122, sass/_responsive.scss */
  main {
    overflow-y: scroll;
  }

  /* line 127, sass/_responsive.scss */
  .release .close {
    right: 1rem;
    left: initial;
  }
  /* line 132, sass/_responsive.scss */
  .release .back {
    overflow-y: scroll;
    padding: 1rem;
  }
  /* line 136, sass/_responsive.scss */
  .release .back .artwork {
    display: none;
  }
  /* line 140, sass/_responsive.scss */
  .release .back .details {
    width: 100%;
    padding: 0 2rem 1rem 0;
  }

  /* line 147, sass/_responsive.scss */
  #releases, #podcasts {
    float: left;
    transform: none !important;
  }
  /* line 151, sass/_responsive.scss */
  #releases.panel, #podcasts.panel {
    position: relative;
    height: auto;
    width: 50%;
    margin: 4rem 0;
  }
  /* line 158, sass/_responsive.scss */
  #releases .content, #podcasts .content {
    height: auto;
    transform: none !important;
    padding: 1rem;
  }

  /* line 166, sass/_responsive.scss */
  #podcasts h1, #podcasts .title, #podcasts .details, #podcasts .tracklist {
    text-align: left;
  }
  /* line 170, sass/_responsive.scss */
  #podcasts .podcast .title, #podcasts .podcast .artwork, #podcasts .podcast .details, #podcasts .podcast .tracklist {
    float: left;
  }
  /* line 174, sass/_responsive.scss */
  #podcasts .podcast .track {
    text-align: left;
  }
  /* line 178, sass/_responsive.scss */
  #podcasts .podcast .more-info {
    float: left;
  }

  /* line 185, sass/_responsive.scss */
  .content h1 {
    font-size: 2rem;
  }

  /* line 190, sass/_responsive.scss */
  .release, .podcast {
    padding: 0.75rem 0;
  }
  /* line 193, sass/_responsive.scss */
  .release .title, .podcast .title {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  }
  /* line 197, sass/_responsive.scss */
  .release .title .number, .podcast .title .number {
    font-size: 0.9rem;
  }
  /* line 201, sass/_responsive.scss */
  .release .artist, .podcast .artist {
    font-size: 2.5rem;
  }
  /* line 205, sass/_responsive.scss */
  .release .track-title, .podcast .track-title {
    font-size: 1.4rem;
  }

  /* line 210, sass/_responsive.scss */
  #footer {
    display: block;
  }

  /* line 214, sass/_responsive.scss */
  body {
    perspective: none;
  }

  /* line 218, sass/_responsive.scss */
  #header {
    position: relative;
  }
  /* line 221, sass/_responsive.scss */
  #header .logo {
    display: block;
  }
  /* line 224, sass/_responsive.scss */
  #header .logo img {
    width: 75%;
    margin: 2rem 0 0 0;
  }

  /* line 231, sass/_responsive.scss */
  main {
    height: auto;
  }

  /* line 236, sass/_responsive.scss */
  #releases.panel, #podcasts.panel {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 0 4rem 0;
  }

  /* line 244, sass/_responsive.scss */
  #background {
    display: none;
  }

  /* line 248, sass/_responsive.scss */
  #footer {
    transform: none;
    position: relative;
    float: left;
    height: auto;
    margin: 5rem 0;
  }
  /* line 255, sass/_responsive.scss */
  #footer .content {
    transform: none;
    padding: 0 1rem;
  }

  /* line 262, sass/_responsive.scss */
  .has_fullscreen #fullscreen {
    display: none;
  }

  /* line 266, sass/_responsive.scss */
  .release .information {
    padding: 0rem;
  }

  /* line 269, sass/_responsive.scss */
  #releases.panel, #podcasts.panel {
    margin: 1rem 0;
  }

  /* line 274, sass/_responsive.scss */
  .front img, .back img {
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
  }

  /* line 283, sass/_responsive.scss */
  #lightbox .blackout {
    position: fixed;
  }

  /* line 287, sass/_responsive.scss */
  #footer {
    transform: none;
    position: relative;
    float: left;
    height: auto;
    margin-bottom: 5rem;
  }
  /* line 294, sass/_responsive.scss */
  #footer .content {
    transform: none;
    padding: 0 1rem;
  }

  /* line 301, sass/_responsive.scss */
  #merch-wrapper {
    position: relative;
    height: auto;
    z-index: 1000;
  }
  /* line 306, sass/_responsive.scss */
  #merch-wrapper .blackout {
    display: none;
  }

  /* line 311, sass/_responsive.scss */
  #shop {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    top: auto;
    transform: none;
  }
  /* line 318, sass/_responsive.scss */
  #shop .product-list {
    display: flex;
    flex-direction: column;
  }
  /* line 323, sass/_responsive.scss */
  #shop .product-list {
    height: auto;
    width: auto;
  }
  /* line 329, sass/_responsive.scss */
  #shop .product {
    clip-path: none;
    position: relative;
    top: 0;
    transform: none;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    padding: 0 1rem 6rem;
  }
  /* line 341, sass/_responsive.scss */
  #shop .product .image {
    width: 100vw;
    height: auto;
  }
  /* line 346, sass/_responsive.scss */
  #shop .product .images {
    width: 100%;
    height: auto;
  }
  /* line 352, sass/_responsive.scss */
  #shop .products {
    transform: scale(1);
    height: auto;
    width: auto;
    padding: 0;
  }

  /* new shop mobile */
  /* line 361, sass/_responsive.scss */
  body {
    padding-bottom: 360px;
    position: relative;
  }
  /* line 366, sass/_responsive.scss */
  body.shopping main {
    filter: none;
  }

  /* line 372, sass/_responsive.scss */
  #footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* line 378, sass/_responsive.scss */
  .shopify-buy__btn-wrapper, .shopify-buy__product__variant-selectors {
    margin-bottom: 0.5rem;
  }

  /* line 381, sass/_responsive.scss */
  .shopify-buy__cart-item__title, .shopify-buy__cart-item__price-and-discounts, .shopify-buy__cart-item__variant-title, .shopify-buy__quantity-container {
    width: 190px;
  }

  /* line 386, sass/_responsive.scss */
  .images .image {
    display: none !important;
  }
  /* line 389, sass/_responsive.scss */
  .images .image:last-child {
    display: block !important;
  }

  /* line 395, sass/_responsive.scss */
  #footer #social .social {
    font-size: 1.75rem;
  }
  /* line 399, sass/_responsive.scss */
  #footer #copyright .copyright {
    font-size: 0.7rem;
  }

  /* line 406, sass/_responsive.scss */
  body.shopping #footer {
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
  }
  /* line 412, sass/_responsive.scss */
  body.shopping .exit-shop {
    visibility: hidden;
    transition: all 0.3s ease;
    opacity: 0;
  }
}
@media only screen and (max-width: 320px) {
  /* line 425, sass/_responsive.scss */
  .artwork {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* line 430, sass/_responsive.scss */
  .release .title, .podcast .title {
    text-align: center;
  }

  /* line 434, sass/_responsive.scss */
  .release .details, .podcast .details, .release .more-info {
    width: 100%;
    text-align: center;
  }

  /* line 439, sass/_responsive.scss */
  #releases .content h1, #podcasts .content h1 {
    font-size: 3rem;
    text-align: center;
  }

  /* line 444, sass/_responsive.scss */
  #podcasts .podcast .title, #podcasts .podcast .artwork, #podcasts .podcast .details, #podcasts .podcast .tracklist {
    width: 100%;
    text-align: center;
  }

  /* line 449, sass/_responsive.scss */
  #footer #copyright .copyright {
    text-align: center;
  }

  /* line 453, sass/_responsive.scss */
  #footer #copyright, #footer #social, #footer #merch, #footer #social .social {
    text-align: center;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
/* line 5, sass/_misc.scss */
::selection {
  background: none;
  color: #FFF;
  text-shadow: none;
}

/* line 10, sass/_misc.scss */
::-webkit-selection {
  background: none;
  color: #FFF;
  text-shadow: none;
}

/* line 15, sass/_misc.scss */
::-moz-selection {
  background: none;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* line 25, sass/_misc.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 28, sass/_misc.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 33, sass/_misc.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 37, sass/_misc.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 41, sass/_misc.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 45, sass/_misc.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 48, sass/_misc.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 52, sass/_misc.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, sass/_misc.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 64, sass/_misc.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 67, sass/_misc.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 70, sass/_misc.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 73, sass/_misc.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 81, sass/_misc.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
