body {
  margin:0px;
  background: #121212;
  color:#fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}

.page-id-1475 .directory {
  display: none;
}

.page-id-1475 .directory-name {
  margin-top:10px;
}

a {
  color:#fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.site-header {
  text-align: center;
}

.site-header img {
  width:90%;
  max-width: 210px;
  margin:auto;
}

.content-area {
  border-top:1px solid #fff;
}

.header-nav {
  position: absolute;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
}

.header-nav ul {
  padding:0px;
  list-style: none;
  margin:0px;
}

.header-nav ul li {
  margin-bottom: 3px;
}

.menu-1 {
  top: 20px;
  left: 20px;
}

.menu-1 a,
.menu-2 a {
  border-bottom: :1px solid #000;
  transition: all .2s ease;
}

.menu-1 a:hover,
.menu-2 a:hover {
  border-bottom: 1px solid #fff;
  transition: all .2s ease;
}

.menu-2 {
  top: 20px;
  right: 20px;
  text-align: right;
}

.site-title {
  margin:60px auto;
}

.site-title a {
  border:none;
}

.subheader {
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin:20px;
  margin-top: -30px;
}

.subheader a {
  text-decoration: none;
}

.directory-wrap {
  margin-top:20px;
  border-top:1px solid #fff;
}

.directory {
  cursor: pointer;
}

.directory.open {
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin:20px;
  margin-bottom: 12px;
}

.directory .carat {
  transform: rotate(0deg);
  transition: all .2s ease;
  display: inline-block;
}

.directory.active .carat {
  transform: rotate(180deg);
  transition: all .2s ease;
}

.directory-list {
  list-style: none;
  padding:0px;
  margin:20px;
  font-size:12px;
  display: none;
}

.directory-wrap .directory-list {
  margin-top:12px;
  text-transform: uppercase;
}

.directory-wrap .directory-list .divider {
  margin-right: 10px;
}

.directory-wrap .directory-list .divider:last-child {
  display: none;
}

.directory-list.active {
  display: block;
}

.releases-directory .directory-name {
  border-bottom: 1px solid #000;
  transition: all .2s ease;
  text-transform: uppercase;
  cursor: pointer;
}

.releases-directory .directory-name:hover {
  border-bottom: 1px solid #fff;
  transition: all .2s ease;
}

.releases-directory .directory-name.active {
  border-bottom: 1px solid #fff;
}

.directory-name {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left:0px;
  letter-spacing: 1px;
  opacity: 1;
}

#latest ul {
  padding:0px;
  margin:0px;
  list-style: none;
}

#latest ul li {
  border-bottom: 1px solid #fff;
  width:100%;
  position: relative;
  display: block;
  text-align: center;
}

.latest-nfo {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  line-height: 18px;
}

.topleft {
  top:20px;
  left:20px;
  text-align: left;
}

.topright {
  top:20px;
  right:20px;
  text-align: right;
}

.stream-text {
  display: block;
}

.bottomleft {
  bottom:20px;
  left:20px;
  text-align: left;
  border:none;
}

.bottomright {
  bottom:20px;
  right:20px;
  text-align: right;
  border:none;
}

.cover {
  width:380px;
  margin:60px auto;
  max-width: 90%;
}

footer {
  text-align: center;
}

.footer-inner {
  margin:60px auto;
}

.footer-nav ul {
  list-style-type: none;
  padding:0px;
  margin:0px;
}

.footer-nav ul li {
  display: inline-block;
  margin:0 2%;
}

.footer-nav ul li a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border:none;
}

.email-signup {
  margin:30px auto;
}

.enter-email {
  background: none;
  border:1px solid #fff;
  outline:0px;
  padding:5px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  width:400px;
  color:#fff;
}

.submit-email {
  cursor: pointer;
  background: #fff;
  color: #121212;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0px;
  -webkit-appearance: none;
  border: none;
  padding: 6px 15px;
  margin-left: -5px;
}

.copy {
  font-size: 12px;
  letter-spacing: 1px;
  color:#fff;
}

.artists {
  list-style: none;
  padding:0px;
  margin:0px;
}

.artist-block {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding:60px 0px;
}

.artist-block-inner {
}

.artist-image {
  display: inline-block;
  vertical-align: top;
  width:500px;
}

.artist-info {
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width:calc(80% - 500px);
  margin-left:20px;
}

.artist-info p:first-child {
  margin-top:0px;
  text-transform: uppercase;
}

.follow-links {
  padding:0px;
  margin-top:30px;
  list-style: none;
}

.follow-links li {
  display: inline-block;
  margin-right:10px;
  margin-bottom: 10px;
}

.follow-links li a {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-archive {
  text-align: center;
  padding: 36px 18px;
  border-bottom: 1px solid #fff;
}

.release-block {
  margin:18px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  width:calc(25% - 45px);
  min-height: 340px;
}

.release-block a {
  text-decoration: none;
  border:none;
}

.cover-thumbnail {
  width:100%;
}

.single-wrap {
  text-align: center;
  text-align: center;
  padding: 60px 0px;
  border-bottom: 1px solid #fff;
}

.single-cover {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  max-width: 90%;
}

.album-info {
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left:25px;
  width:380px;
  max-width: 90%;
}

.album-info p {
  margin:20px auto;
}

.album-info p:first-child {
  margin-top:0px;
}

.album-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0px;
}

.album-title a {
  border:none;
}

.tracklist-title {
  margin-bottom: 5px;
  display: block;
}

.album-links {
  padding:0px;
  list-style: none;
}

.album-links li {
  text-transform: uppercase;
  margin-bottom: 3px;
}

.buy-buttons {
  padding:0px;
  list-style: none;
}

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

.buy-buttons li .buy-button {
  display: inline-block;
}

.about-area {
  text-align: center;
  min-height: 300px;
  border-bottom: 1px solid #fff;
  padding:40px 0px;
}

.about-text {
  width: 800px;
  max-width: 90%;
  margin:20px auto;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}

.about-image {
  width:500px;
  max-width: 90%;
  display: block;
  margin:auto;
}

@media screen and (max-width:880px) {
  .artist-image {
    width: 90%;
    max-width: 500px;
    display: block;
    margin: auto;
  }
  .artist-info {
    margin:20px auto 0px;
    width:90%;
    max-width: 500px;
  }
  .enter-email {
    width:200px;
  }
}

@media screen and (max-width:800px) {
  .single-cover {
    width:40%;
  }
  .album-info {
    width: 40%;
  }
}

@media screen and (max-width:680px) {
  .release-block {
    width:calc(45% - 36px);
  }
  .single-cover {
    width:380px;
    max-width:90%;
    display: block;
    margin:auto;
  }
  .album-info {
    width:380px;
    max-width: 90%;
    display: block;
    margin:25px auto;
  } 
}

@media screen and (max-width:600px) {
  .cover {
    margin:90px auto 60px;
  }
}

@media screen and (max-width:450px) {
  .release-block {
    width:calc(90% - 36px);
  }
}

