@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,700&display=swap');

html {
  font-size: unset !important;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #151515;
  font-family: 'Space Mono', monospace;
  border: #151515 solid 1px;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

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

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(127, 127, 127, 0.2);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: .5em;
}

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-style: normal;
  line-height: 1.3;
}

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

[data-predefined-style="true"] bodycopy {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Space Mono', monospace;
  font-style: normal;
}

[data-predefined-style="true"] bodycopy a {
  color: #151515;
}

[data-predefined-style="true"] bodycopy a:hover {
}

bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 3rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
  }

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
  font-style: normal;
  font-weight: 400;
  padding: 10px 0 6px 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 3rem;
  line-height: 1.2;
  }

[data-predefined-style="true"] h2 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
	font-family: "Space Mono", Icons /*!null*/;
}

[data-predefined-style="true"] small a {
  color: rgb(0, 0, 0);
  border-bottom-width: 0em;
}

[data-css-preset] .page {
  background-color: initial;
}

.mobile .page, [data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

[data-css-preset] .container {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

[data-css-preset] body {
  background-color: rgb(255, 255, 255);
}

[data-css-preset] .container_width {
  width: 100%;
}

[data-css-preset] .content_padding {
  padding: 0 !important;
}

[data-css-preset] text-limit {
  display: inline-block;
  max-width: 66rem;
}

div[thumbnails] {
  justify-content: space-between;
}

[data-css-preset] .thumbnails {
  background-color: transparent;
}

[data-css-preset] .thumbnails_width {
  width: 100%;
}

[data-css-preset] [thumbnails-pad] {
  padding: 0px;
}

[data-css-preset] [thumbnails-gutter] {
  margin: 40px;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: 0rem;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: .3rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
  line-height: 1.1;
}

.thumbnails .tags {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.thumbnails .has_title .tags {
  margin-top: 0rem;
}

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
  background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

.quick-view-navigation .left-arrow, .quick-view-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
}

.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

.wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow {
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color {
  stroke: #000;
    stroke-width: 2.5px;
  opacity: 0.6;
}

.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
  background: transparent;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
  fill: rgba(0, 0, 0, 0.85);
  padding: 30%;
  width: 100%;
  margin: auto;
}

.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}

header .logo {
  padding: 20px 40px;
  background-color: #E2E8E7;
}

.mobile header .logo {
  padding: 20px 20px;
}

header .logo img {
  width: 228px;
  height: auto;
  margin: 0;
}

header nav {
  border-top: #151515 solid 1px;
  border-bottom: #151515 solid 1px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

header nav a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .04em;
}

.underline-links a {
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid;
  box-sizing: border-box;
}

.underline-links a:hover, .underline-links a:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.bodycopy p {
  font-size: 14px;
}

.bodycopy small {
  font-size: 12px;
  color: #999999;
}

.bodycopy h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.baths-section {
  border-bottom: 1px solid #151515;
}

.baths-stretch {
  align-items: stretch !important;
}

.baths-pad-full {
    padding: 40px !important;
}

.baths-pad {
  padding: 0 40px !important;
}

.baths-pad-left {
  padding-left: 40px !important;
}

.baths-pad-right {
  padding-right: 40px !important;
}

.baths-pad-top {
  padding-top: 20px !important;
}

.baths-pad-bottom {
  padding-bottom: 40px !important;
}

.baths-footer-top {
  padding-top: 40px !important;
}

.mobile .baths-pad-full {
    padding: 20px !important;
}

.mobile .baths-pad {
  padding: 0 20px !important
}

.mobile .baths-pad-left {
  padding-left: 20px !important
}

.mobile .baths-pad-right {
  padding-right: 20px !important
}

.mobile .baths-pad-top {
  padding-top: 20px !important
}

.mobile .baths-pad-bottom {
  padding-bottom: 20px !important;
}

.read-more-link .right a:before {
  display: inline-block;
  content: "→";
  padding-right: 2px;
  box-sizing: border-box;
}

.baths-news-feed {
  display: flex;
  flex-flow: row;
}

.baths-news-feed .right,
.baths-news-feed .left {
    flex: 1;
    flex-basis: 50%;
}

.baths-news-feed .right a {
  font-size: 14px;
}

.baths-news-feed .right .blog-post {
  border: 1px solid #b5b5b5;
}

.baths-news-feed .right .blog-post,
.baths-archive .blog-post {
  padding: 20px;
}

.baths-news-feed .right .title {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  justify-self: flex-start;
}

.baths-news-feed .left img {
  width: 100% !important;
  height: auto !important;
}

.baths-news-feed .left .blog-post {
  flex-flow: column;
}
  
.baths-news-feed p {
  padding-bottom: 40px;
}

.baths-merch-gallery {
  display: flex;
  flex-flow: row;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-around;
  align-content: center;
}

.baths-merch-gallery .image-link {
  flex-basis: calc(100% / 3);
}

.baths-merch-gallery .image-link img {
  width: 100% !important;
  height: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

.baths-merch-gallery .image-link img:hover,
.baths-releases .release:hover {
  opacity:0.75;
  transition: 0.3s;
}

.baths-newsletter .baths-input {
  display: flex;
  flex-flow: row;
}

.baths-newsletter .baths-input input[type=email] {
  border: none;
  margin-left: -5px;
  flex: 1;
  font-family: 'Space Mono', monospace;
  font-size: 30px;
  text-transform: uppercase;
}

.baths-newsletter .baths-input input::placeholder {
  color: #c0c0c0;
}

.baths-newsletter .baths-input input[type=submit] {
  border: 1px solid #151515;
  flex-basis: 150px;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  -webkit-appearance: none;
  background-color:#fff;
}

.baths-newsletter .baths-input input[type=submit]:hover {
  background-color: #151515;
  color: #E2E8E7;
}

.baths-data-releases {
  display: flex;
  flex-flow: row wrap;
  margin: -20px;
  padding-bottom: 10px;
}

.baths-data-releases .release {
  box-sizing: border-box;
  padding: 20px;
}

.baths-data-releases.full .release {
  flex-basis: calc(100% / 6);
}

.baths-data-releases:not(.full) .release {
  flex-basis: calc(100% / 3);
}

.baths-data-releases .release img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #f1f1f1;
}

.baths-data-releases .release .title {
  font-style: italic;
}

.baths-news-feed .right .baths-data-blog .blog-post:hover {
  background-color: #f1f3f3;
}

.baths-news-feed .right .baths-data-blog {
  margin-bottom: 15px;
}

.baths-data-blog .blog-post {
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid #151515;
  margin-bottom: -1px;
  text-decoration: none;
}

.baths-data-blog.full .blog-post:hover {
  border-top: 1px solid;
  background: #f1f3f3;
  margin-top: -1px !important;
}

.baths-data-blog .blog-post .excerpt {
  margin-bottom: 20px;
  margin-top: 20px;
}

.baths-data-blog[data-featured] .blog-post {
  border-bottom: none;
}

.baths-data-blog .blog-post .info {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.baths-archive .blog-post .info {
  justify-content: center;
}

.baths-data-blog[data-featured] .blog-post .title,
.baths-archive .baths-data-blog .blog-post .title {
  font-size: 24px;
  font-weight: 600;
}

.baths-data-blog .blog-post .date {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  text-align: center;
  flex: 0;
}

.baths-events {
  border-left: 1px solid #151515;
  background: #e2e8e7;
  display: flex;
  flex-flow: column;
}

.mobile .baths-events {
  border-left: none;
}

.baths-events [data-type="bandsintown"] {
  flex: 1;
  height: 100%;
}

.baths-events .bit-widget-container {
  border: 1px solid #B5B5B5 !important;
  padding: 20px;
  flex-basis: 100%;
  height: 100%;
}

.baths-events .bit-widget-container * {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.baths-events .bit-widget .bit-event, .baths-events .bit-widget .bit-upcoming-events, .baths-events .bit-widget .bit-past-events {
  border-color: #B5B5B5 !important;
}

.baths-title {
  display: flex;
  flex-flow: row;
  margin: 40px 0;
  line-height: 14px;
}

.mobile .baths-title {
  margin: 30px 0;
}

.baths-title .text {
  flex: 0 1;
  padding-right: 20px;
  letter-spacing: .04em;
}

.baths-title .line {
  flex: 1;
  background-image: linear-gradient(to right, #151515 2px, rgba(255, 255, 255, 0) 0%);
  background-position:center;
  background-size: 16px 1px;
  background-repeat: repeat-x;
}

.baths-title .line2 {
  flex: 1;
  background-image: linear-gradient(to right, #b5b5b5 2px, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 16px 1px;
  background-repeat: repeat-x;
}

.baths-title.bottom a {
  color: #b5b5b5;
  white-space: nowrap;
  font-size: 12px;
  padding: 0;
}

.baths-title a.right {
  margin-left: 20px;
}

.baths-title.bottom {
  padding-bottom: 0px;
  margin-top: 40px !important;
}

.mobile .baths-title.bottom {
  padding-top: 0px !important;
}

.baths-album-page,
.baths-blog-page {
  background-color: #e2e8e7;
  border-bottom: 1px solid #151515;
}

.baths-album-page .album-art img {
  padding: 0;
  height: 100% !important;
  width: 100% !important;
  margin: 0 -1px -1px 0;
  border-bottom: 1px solid #151515;
  border-right: 1px solid #151515;
  display: block;
}

.baths-album-page .album-info,
.baths-blog-page {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

.baths-album-page .album-info .left,
.baths-album-page .album-info .right,
.baths-blog-page .baths-blog-content,
.baths-blog-page .baths-blog-date {
  box-sizing: border-box;
  border-bottom: 1px solid #151515;
  border-right: 1px solid #151515;
  border-left: 1px solid #151515;
  margin: 0 0px -1px -1px;
  background-color: #fff;
  flex: 0;
  flex-basis: 50%;
}


.baths-blog-page .baths-blog-content {
	flex: 1;
}

.baths-blog-page .baths-blog-date time {
  display: flex;
  flex-flow: column;
}

.baths-blog-page h1 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}

.baths-blog-page img {
  width: 100% !important;
  height: auto !important;
}

.baths-blog-page .baths-blog-date {
  flex: 0 0 270px;
}

.baths-blog-page .baths-blog-date .baths-title {
  margin: 0px;
  margin-bottom: 20px;
}

.baths-album-page .album-info .right {
  border-right: none;
}

.baths-album-page .purchase, .baths-album-page .stream {
  border-top: 1px solid #151515;
  padding: 20px;
  text-align: center;
}

.baths-album-page .info {
  font-size: 28px;
  margin-bottom: 40px;
}

.mobile .baths-album-page .info {
  margin-bottom: 20px;
}

.baths-about h1 {
  margin-bottom: 10px;
  font-size: 50px;
}

.baths-about p {
  padding-top: 20px;
  font-size: 14px;
  width: 50%;
}

footer {
  background: #e2e8e7;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
  padding-bottom:-20px;
}

footer a {
}

footer .basement-logo {
  flex: 0 1;
  display: flex;
  flex-flow: row;
  white-space: nowrap;
  align-items: center;
}

footer .basement-logo .text {
  flex: 1 0;
}

footer img {
  margin: 0;
  width: 58px;
  height: auto;
}

.baths-splash input {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  height: 50px;
  width: 300px;
  font-family: 'Space Mono', monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 15px;
}

.baths-splash input[type=email] {
  background-color: transparent;
}

.baths-splash .button {
  background-color: #000;
  color: #fff;
  width: 150px;
  margin-top: 20px;
}

.baths-splash .button:hover {
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.v1 {
  background-color: #e2e8e8;
  border-style: none;
}

.v1 img {
  border-style: solid;
  border-width: 1px;
}

.v1 a:hover {
  text-decoration: none;
}

@media only screen and (max-width:1200px) {
  .baths-data-releases.full .release {
    flex-basis: calc(100% / 5);
  }
}

@media only screen and (max-width:999px) {
  .baths-data-releases .release.release {
    flex-basis: calc(100% / 2);
  }
   
  .baths-data-releases:not(.full) > div:nth-child(n+9) {
    display: none;
  }
    
  .baths-data-releases.full .release {
    flex-basis: calc(100% / 4);
  }

  .baths-album-page {
    flex-flow: column;
    align-items: stretch;
  }

  .baths-album-page .album-art, .baths-album-page .album-info {
    width: 100%;
  }

  .baths-album-page .album-art {
    z-index: 2;
  }

  .baths-album-page .album-art img {
    border-right: 0;
  }
    
  .baths-blog-page {
  flex-flow: column;
  }

  .baths-blog-page .baths-blog-date {
    flex: 0 0;
    width: 100%;
    order: 0;
    z-index: 1;
  border-right: none;
    border-left: none;
  }
  
  .baths-blog-page .baths-blog-content {
  order: 1;
    margin-top: 0;
  }
}

@media only screen and (max-width: 900px) {
  .baths-news-feed .right .blog-post {
    flex-flow: row wrap;
    font-weight: 600;
  }

  .baths-news-feed .right .blog-post .baths-5-3-wrapper {
    padding: 0 20px 20px 0;
  }

  .baths-news-feed .right .blog-post .info {
    order: 2;
    flex-basis: 100%;
  }
}

@media only screen and (max-width:768px) {
  .v1 img {
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 300px;
  }

  .baths-news-feed {
    flex-flow: column;
  }

  .baths-news-feed [data-featured] {
    margin-bottom: 20px;
  }

  .baths-news-feed .right,
  .baths-news-feed .left {
    padding: 0 !important;
  }

  .baths-news-feed .right .blog-post .info {
    padding: 0 !important;
  }

  .baths-releases {
  border-bottom: 1px solid #151515;
  }
    
  .baths-about p {
    width: 80%;
  }

  .baths-data-releases .release.release {
    flex-basis: calc(100% / 2);
  }

  .baths-newsletter .baths-input input[type=email] {
    font-size: 20px;
    margin-left: 0px;
  }

  .baths-album-page .album-info {
    flex-flow: column;
    align-items: stretch;
  }

  .baths-album-page .album-info .left {
    z-index: 1;
  }

  .baths-album-page .album-info .left {
    border-right: 0;
  }
    
  .baths-merch-gallery {
  flex-flow: column;  
  }
    
  footer {
  flex-flow: column;
    padding-top: 30px !important;
  }
    
  footer a {
      margin-top:14px;
      margin-bottom: 14px;
  }
}

@media only screen and (max-width:512px) {
  .baths-newsletter .baths-input {
    flex-flow: column;
    align-items: stretch;
  }

  .baths-newsletter .baths-input input[type=email]{
  margin-bottom: 30px;
  }

  .baths-newsletter .baths-input input {
    flex: unset !important;
  }
    
  header nav {
    flex-flow: row wrap;
  }
    
  header nav > span {
  flex-basis: calc(100%/3);
  padding-bottom: 10px;
  }
}

@media only screen and (max-width:414px) {
  .baths-about p {
    width: 100%;
  }

  .baths-about h1 {
    font-size: 35px;
  }
  
}

[grid-pad="0"] {
  padding: unset;
}

.baths-5-3-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.baths-5-3-wrapper::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 60%;
}

.baths-5-3-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.unstyled-link,
a.unstyled-link:hover {
  text-decoration: none;
  border: none;
}