@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#wpadminbar {
  top: unset !important;
  bottom: 0 !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4em;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

::placeholder {
  color: inherit;
  opacity: 0.7;
}

html {
  margin-top: 0px !important;
}

html body {
  margin-top: 0px !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }

  html body {
    margin-top: 0px !important;
  }
}
@font-face {
  font-family: druk;
  src: url("assets/fonts/DrukWide-Bold-Web.woff") format("woff"), url("assets/fonts/DrukWide-Bold-Web.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
}
body, p {
  font-family: pt-serif, serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

p a {
  border-bottom: 3px solid #ffec43;
}
p a:hover {
  background-color: #ffec43;
}

.upper {
  text-transform: uppercase;
}

h1 {
  font-family: druk, sans-serif;
  font-size: 36px;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: druk, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: druk, sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: druk, sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 12px;
  }
}

h5 {
  font-family: druk, sans-serif;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 11px;
  }
}

.year {
  font-family: druk, sans-serif;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .year {
    font-size: 11px;
  }
}

.title {
  font-family: druk, sans-serif;
  font-size: 72px;
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 56px;
  }
}

.meta {
  font-style: italic;
}

.small {
  font-size: 12px;
}

.tiny {
  font-size: 10px;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.flex-row {
  display: flex;
  flex-wrap: none;
}

section {
  padding: 0 8vw;
}
section.full {
  padding: 0px;
}
section .holder {
  width: 1333px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 781px) {
  #wrapper {
    padding-top: 54px;
  }
}

#hero {
  width: 100%;
  height: 80vh;
  background-color: #ffabbd;
  position: relative;
}
#hero .title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
#hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-round {
  height: 90px;
  width: 90px;
  border: 1px solid black;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}
.button-round:hover {
  background-color: black;
  color: white;
}

.space-bottom-xl {
  margin-bottom: 72px;
}
.space-bottom-l {
  margin-bottom: 48px;
}
.space-bottom-m {
  margin-bottom: 32px;
}
.space-bottom-sm {
  margin-bottom: 16px;
}
.space-top-xl {
  margin-top: 72px;
}
.space-top-l {
  margin-top: 48px;
}
.space-top-m {
  margin-top: 32px;
}
.space-top-sm {
  margin-top: 16px;
}

#next-prev {
  width: 100%;
  display: flex;
  height: 140px;
  display: flex;
}
#next-prev .next, #next-prev .prev {
  width: 50%;
}
#next-prev .next a, #next-prev .prev a {
  display: flex;
  height: 140px;
}
#next-prev .next a .pic, #next-prev .prev a .pic {
  height: 140px;
  width: 140px;
  background-color: black;
}
#next-prev .next a .pic img, #next-prev .prev a .pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#next-prev .next a .story, #next-prev .prev a .story {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  flex-flow: column;
}
#next-prev .next a {
  flex-flow: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  #next-prev {
    flex-flow: column;
    height: 200px;
  }
  #next-prev .next, #next-prev .prev {
    width: 100%;
    height: 100px;
  }
  #next-prev .next a .pic, #next-prev .prev a .pic {
    height: 100px;
    width: 100px;
  }
  #next-prev .next a .pic img, #next-prev .prev a .pic img {
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  #next-prev .next a {
    flex-flow: row;
    text-align: left;
  }
}

.facebook {
  background-image: url(assets/img/icon-facebook.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.twitter {
  background-image: url(assets/img/icon-twitter.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.youtube {
  background-image: url(assets/img/icon-youtube.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.apple {
  background-image: url(assets/img/icon-apple.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.instagram {
  background-image: url(assets/img/icon-instagram.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.spotify {
  background-image: url(assets/img/icon-spotify.svg);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.slick-next {
  position: absolute;
  top: calc(50% - 40px);
  right: 5px;
  z-index: 2;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: none;
  background: #ffec43;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  mix-blend-mode: normal;
  transition: all 0.33s;
}
.slick-next:before {
  content: ">";
  font-family: druk;
  position: absolute;
  right: 11px;
  color: black;
  font-size: 64px;
  top: -14px;
}
.slick-next:hover {
  transform: scale(1.1);
}

.slick-prev {
  position: absolute;
  top: calc(50% - 40px);
  left: 5px;
  z-index: 2;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: none;
  background: #ffec43;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  mix-blend-mode: normal;
  transition: all 0.33s;
}
.slick-prev:before {
  content: "<";
  font-family: druk;
  position: absolute;
  left: 11px;
  color: black;
  font-size: 64px;
  top: -14px;
}
.slick-prev:hover {
  transform: scale(1.1);
}

html {
  margin-top: 0px !important;
}

html body {
  margin-top: 0px !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }

  html body {
    margin-top: 0px !important;
  }
}
.red {
  background-color: #ff5573;
}

.yellow {
  background-color: #ffec43;
}

.blue {
  background-color: #254EDD;
}

.purple {
  background-color: #9377bb;
}

.random {
  background-color: #ffabbd;
}

.pink {
  background-color: #ffabbd;
}

.tan {
  background-color: #C6AB8E;
}

.hover-tan:hover {
  background-color: #C6AB8E;
}
.hover-pink:hover {
  background-color: #ffabbd;
}
.hover-purple:hover {
  background-color: #9377bb;
}
.hover-blue:hover {
  background-color: #254EDD;
}
.hover-yellow:hover {
  background-color: #ffec43;
}
.hover-red:hover {
  background-color: #ff5573;
}
.hover-random:hover {
  background-color: #ffabbd;
}

#header {
  position: absolute;
  top: 0;
  padding: 10px 24px;
  z-index: 4;
  width: 100%;
  box-sizing: border-box;
}
#header #nav-wrap {
  height: 60px;
  display: flex;
  align-items: center;
}
#header #nav-wrap #logo {
  height: 40px;
  color: red;
  margin: 0 0px;
  position: absolute;
  top: 20px;
  left: 4vw;
  z-index: 42;
}
#header #nav-wrap #logo svg {
  height: 100%;
}
#header #nav-wrap .social {
  margin-top: 50px;
  max-width: 100%;
}
#header #nav-wrap .social .signup {
  display: none;
}
#header #nav-wrap .social .links {
  display: flex;
  justify-content: space-between;
}
#header #nav-wrap .social .links a:hover {
  filter: invert(1);
}
#header #nav-wrap #menu-toggle {
  height: 27px;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 4vw;
  z-index: 42;
}
#header #nav-wrap #main-nav {
  height: 100vh;
  width: 100vw;
  background-color: #254EDD;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 40;
  display: none;
  padding: 100px 32px;
  flex-flow: column;
  font-size: 22px;
  line-height: 1.4;
  font-family: druk, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#header #nav-wrap #main-nav .sub-menu {
  padding-left: 20px;
}
#header #nav-wrap #main-nav.show {
  display: block;
}

#header.top {
  position: relative;
  top: 0;
  padding: 0px 0px 0 24px;
  z-index: 4;
  width: 100%;
  box-sizing: border-box;
}
#header.top #menu-toggle {
  display: none;
}
#header.top #nav-wrap {
  height: 80px;
  display: flex;
  align-items: center;
}
#header.top #nav-wrap #logo {
  height: 60px;
  margin: 0 0px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 42;
}
#header.top #nav-wrap #logo svg {
  height: 100%;
}
@media only screen and (max-width: 1140px) {
  #header.top #nav-wrap #logo {
    height: 50px;
  }
}
#header.top #nav-wrap #logo:hover {
  filter: invert(1);
}
#header.top #nav-wrap #menu-toggle {
  height: 27px;
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 42;
}
#header.top #nav-wrap .social {
  margin-top: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#header.top #nav-wrap .social .signup {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1140px) {
  #header.top #nav-wrap .social .signup {
    display: none;
  }
}
#header.top #nav-wrap .social .signup:hover {
  color: white;
}
#header.top #nav-wrap .social a {
  margin-left: 3px;
  margin-right: 0;
}
@media only screen and (max-width: 885px) {
  #header.top #nav-wrap .social .links a {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
  }
}
#header.top #nav-wrap #main-nav {
  height: 100%;
  width: 100vw;
  z-index: 40;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-flow: row;
  position: relative;
  padding: 0 24px;
  background-color: unset;
}
@media only screen and (min-width: 781px) {
  #header.top #nav-wrap #main-nav .signup.mobile {
    display: none;
  }
}
#header.top #nav-wrap #main-nav .menu-navigation-container {
  flex-grow: 1;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul {
  height: 100%;
  display: flex;
  align-items: center;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li {
  font-size: 30px;
  font-family: druk, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0 10px;
  position: relative;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:has(.sub-menu) {
  padding-right: 20px;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:has(.sub-menu):after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 2px;
}
@media screen and (max-width: 1020px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li:has(.sub-menu):after {
    top: 1px;
    font-size: 10px;
  }
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li .sub-menu {
  display: none;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:hover {
  color: white;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 0px;
  width: fit-content;
  padding: 10px 0px;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:hover .sub-menu li {
  width: max-content;
  background-color: black;
  margin-left: 10px;
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:hover .sub-menu li:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1500px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1380px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1140px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1020px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 885px) {
  #header.top #nav-wrap #main-nav .menu-navigation-container ul li {
    font-size: 12px;
  }
}
#header.top #nav-wrap #main-nav .menu-navigation-container ul li:hover {
  color: white;
}

#features {
  position: relative;
  background-color: #254EDD;
  height: fit-content;
  gap: 50px;
  padding: 0 0vw;
  overflow: visible;
}
#features h2 {
  position: absolute;
  top: 12%;
  left: 24px;
  z-index: 2;
}
#features .slick-track {
  display: flex !important;
}
#features .slick-slide {
  height: inherit !important;
}
#features .feature {
  background-position: center;
  transition: all 0.25s;
  transform: scale(0.9);
  height: 100%;
}
#features .feature a {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  flex-flow: column;
  align-items: center;
}
#features .feature a h3 {
  max-width: 90%;
  text-align: center;
  padding: 0 5% 5% 5%;
}
@media only screen and (max-width: 1140px) {
  #features .feature a h3 {
    font-size: 18px;
  }
}
#features .feature a img {
  width: 600px;
  width: 90%;
  padding: 5%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  #features .feature a {
    width: 100vw;
    justify-items: flex-start;
  }
}
#features .feature:hover {
  transform: scale(0.8);
}

#releases {
  padding: 72px 8vw;
}
#releases .flex-grid {
  margin: 0 -20px;
}
#releases .release {
  flex: 1 1 calc(25% - 20px);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  text-transform: lowercase;
  transition: all 0.33s;
}
#releases .release img {
  width: 300px;
  max-width: 100%;
  margin: auto;
  height: auto;
  transition: all 0.33s;
}
#releases .release .album-title {
  font-style: italic;
}
#releases .release .artist-name {
  font-family: druk;
  line-height: 1.3em;
  padding-top: 10px;
}
#releases .release:hover img {
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  #releases .release {
    flex: 1 1 calc(50% - 20px);
  }
}

#catalog {
  position: relative;
  padding: 72px 8vw;
}
#catalog .year-group {
  position: relative;
  margin-left: 60px;
}
#catalog .year-group .year {
  position: absolute;
  top: 60px;
  left: -60px;
}
#catalog .year-group .flex-grid {
  margin: 0 -20px;
}
#catalog .year-group .release {
  height: 80px;
  width: 80px;
  margin: 20px;
  box-sizing: border-box;
  background: black;
  transition: all 0.33s;
  font-size: 6.5px;
}
#catalog .year-group .release a {
  height: 80px;
  width: 80px;
}
#catalog .year-group .release a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #catalog .year-group .release {
    height: 30vw;
    width: 30vw;
    margin: 5px 0 5px 10px;
  }
}
#catalog .year-group .release:hover {
  transform: scale(2);
}
#catalog .year-group .release:hover .release-info {
  display: block;
}
#catalog #catalog-info {
  position: absolute;
  background: #ff5573;
  pointer-events: none;
  padding: 5px;
}
#catalog #catalog-info .album-title {
  font-style: italic;
  line-height: 1.2em;
}
#catalog #catalog-info .artist-name {
  font-family: druk;
  line-height: 1.2em;
}

#release {
  background-color: #C6AB8E;
  padding: 150px 0 72px;
}
#release .holder {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #release .holder {
    flex-flow: column;
  }
}
#release .release_cover {
  flex: 1;
  padding: 0 8vw;
}
#release .release_info {
  flex: 1;
  padding: 0 8vw;
}
#release .interact {
  position: relative;
}
#release .interact .buy {
  position: absolute;
  top: 165px;
  cursor: pointer;
}
#release .interact .buy .buy-links {
  display: none;
}
#release .interact .listen {
  position: absolute;
  top: 45px;
  transition: all 0.33s;
  cursor: pointer;
}
#release .interact .listen .listen-links {
  display: none;
}
#release .interact .listen:hover {
  height: 200px;
  width: 200px;
  background-color: black;
  color: white;
  border-radius: 100px;
}
#release .interact .listen:hover h4 .listen_label {
  font-size: 0;
}
#release .interact .listen:hover .listen-links {
  display: block;
}
#release .interact .listen:hover .listen-links .spotify-listen {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#release .interact .listen:hover .listen-links .spotify-listen:hover {
  color: #1DB954;
}
#release .interact .listen:hover .listen-links .apple_music {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
#release .interact .listen:hover .listen-links .apple_music:hover {
  color: #fa57c1;
}
@media only screen and (max-width: 768px) {
  #release .interact {
    height: 140px;
    width: 100%;
  }
  #release .interact .listen {
    left: calc(8vw + 45px);
    top: 55px;
  }
  #release .interact .buy {
    left: calc(8vw + 155px);
    top: 55px;
  }
}

#releases.release-page {
  background: #ffec43;
}

#artist-detail {
  background-color: #f4f4f4;
}
#artist-detail #hero {
  width: 100%;
  height: 80vh;
  background-color: #ff5573;
  position: relative;
}
#artist-detail #hero .title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
#artist-detail #hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#artist-detail #artist-main {
  display: flex;
  padding: 72px 0vw;
}
@media only screen and (max-width: 600px) {
  #artist-detail #artist-main {
    flex-flow: column-reverse;
  }
}
#artist-detail #artist-main #releases {
  flex: 0.6;
  padding: 0 5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #artist-detail #artist-main #releases {
    flex: unset;
    width: 200px;
    padding: 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #artist-detail #artist-main #releases {
    width: 100%;
  }
}
#artist-detail #artist-main #description {
  flex: 1;
  padding: 0 5vw;
  box-sizing: border-box;
}
#artist-detail #artist-main #description .artist-links {
  border-bottom: 2px solid gray;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
#artist-detail #artist-main #description .artist-links .official {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: druk;
}
#artist-detail #artist-events {
  padding: 72px 5vw;
  background-color: #e3e0e1;
}
#artist-detail #artist-events .bit-widget {
  background: none;
}
#artist-detail #artist-events .bit-widget .bit-event-list-title {
  display: none;
}
#artist-detail #artist-events .bit-upcoming-events-container {
  font-family: pt-serif, serif;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-upcoming-events {
  margin: 0 0 0 0;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-offers-container, #artist-detail #artist-events .bit-upcoming-events-container .bit-rsvp-container, #artist-detail #artist-events .bit-upcoming-events-container .bit-upcoming-events-show-all-button {
  font-family: druk;
  font-size: 14px;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-titleWrapper {
  margin-right: unset;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-event {
  padding: 16px 0;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-date {
  font-weight: 400;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-rsvp {
  border: none;
}
#artist-detail #artist-events .bit-upcoming-events-container .bit-play-my-city-button {
  font-family: druk;
  margin: 0;
}
#artist-detail #artist-events .bit-top-track-button {
  font-weight: 400;
  padding: 32px 0px 0px 0px;
}
#artist-detail #artist-events .bit-nav-bar-container {
  padding: 0px 0px 0px 0px;
}
#artist-detail #artist-events .artist .artist-show-list {
  cursor: pointer;
}
#artist-detail #artist-events .artist .artist-show-list:hover {
  color: white;
}
#artist-detail #artist-events .artist .show-list-holder {
  display: none;
  padding: 32px;
}
#artist-detail #artist-events .artist .artist-page-link {
  display: none;
}
#artist-detail #artist-events .artist .artist-tour-nav {
  display: flex;
  align-items: center;
}
#artist-detail #artist-events .artist .artist-tour-nav .artist-show-list {
  flex-grow: 1;
}
#artist-detail #artist-events .artist.show {
  background: yellow;
}
#artist-detail #artist-events .artist.show .show-list-holder {
  display: block;
}
#artist-detail #artist-events .artist.show .artist-tour-nav {
  padding: 32px 32px 0 32px;
}
#artist-detail #artist-events .artist.show .artist-show-list {
  font-size: 36px;
  line-height: 1em;
  max-width: calc(100% - 105px);
}
#artist-detail #artist-events .artist.show .artist-page-link {
  display: block;
}
#artist-detail #artist-news {
  padding: 72px 5vw;
  background-color: #ffec43;
}
#artist-detail #artist-news li {
  display: flex;
}
#artist-detail #artist-news li .meta {
  width: 100px;
}
#artist-detail #artist-news li a {
  width: calc(100% - 100px);
}

.artist-page #list-toggle {
  cursor: pointer;
  width: 62px;
  height: 31px;
  background-image: url(assets/img/gridlist.svg);
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  position: absolute;
  right: 8vw;
}
.artist-page #list-toggle:hover {
  background-color: #ffec43;
}
@media only screen and (max-width: 768px) {
  .artist-page #list-toggle {
    right: 8vw;
  }
}

.artist-page #releases {
  padding: 72px 8vw;
}
@media only screen and (max-width: 768px) {
  .artist-page #releases {
    padding: 100px 8vw;
  }
}

.artist-page #releases.list .flex-grid {
  margin: 0 -20px;
}
@media only screen and (max-width: 768px) {
  .artist-page #releases.list .flex-grid {
    display: block;
  }
}
.artist-page #releases.list .release {
  flex: 1 1 calc(100% - 20px);
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  text-transform: lowercase;
  transition: all 0.33s;
}
.artist-page #releases.list .release img {
  display: none;
}
.artist-page #releases.list .release .artist-name a, .artist-page #releases.list .release .artist-name a:visited {
  font-size: 60px;
  color: black;
  text-transform: capitalize;
  z-index: 3;
  line-height: 0.8em;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  mix-blend-mode: lighten;
}
.artist-page #releases.list .release .artist-name a:hover, .artist-page #releases.list .release .artist-name a:visited:hover {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0px;
}
@media only screen and (max-width: 768px) {
  .artist-page #releases.list .release .artist-name a, .artist-page #releases.list .release .artist-name a:visited {
    font-size: 24px;
    color: white;
    text-transform: capitalize;
    line-height: 1.2em;
    z-index: 3;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    mix-blend-mode: lighten;
    margin: 6px 0;
  }
}
.artist-page #releases.list .release:hover img {
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  .artist-page #releases.list .release {
    flex: 1 1 calc(50% - 20px);
  }
}

#hover-img {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 200px;
  height: 50vh;
  width: 50vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: none;
  background-position: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
}
#hover-img.list.in {
  display: block;
}

#artist-list {
  background: #ff5573;
  padding: 120px 32px;
}
#artist-list .artist-item {
  cursor: pointer;
  position: relative;
}
#artist-list .artist-item h2 {
  font-size: 60px;
  color: black;
  text-transform: capitalize;
  line-height: 1.2em;
  z-index: 3;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  mix-blend-mode: lighten;
}
@media only screen and (max-width: 768px) {
  #artist-list .artist-item h2 {
    font-size: 24px;
    color: white;
    text-transform: capitalize;
    line-height: 1.2em;
    z-index: 3;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    mix-blend-mode: lighten;
    margin: 6px 0;
  }
}
#artist-list .artist-item h2:visited {
  color: inherit;
  text-decoration: none;
}
#artist-list .artist-item h2:hover {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  z-index: 5;
}
#artist-list .artist-item .artist-img {
  display: none;
}
#artist-list #hover-img {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 200px;
  height: 50vh;
  width: 50vw;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: none;
  background-position: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
#artist-list #hover-title {
  font-family: druk;
  position: absolute;
  z-index: 3;
  font-size: 60px;
  color: white;
  text-transform: capitalize;
  line-height: 1.2em;
  pointer-events: none;
}

#news-hero {
  padding: 50px 50px 50px 50px;
  height: 550px;
  max-height: 70vh;
  box-sizing: border-box;
  text-align: center;
}
#news-hero img {
  height: 100%;
  width: auto;
  margin: auto;
}
#news-hero .news_pic {
  width: fit-content;
  max-width: 680px;
  margin: auto;
}

#news-detail {
  position: relative;
}
#news-detail #news-holder #news-content {
  width: calc(100% - 200px);
  max-width: 680px;
  margin: auto;
}
#news-detail #news-holder #news-content .article {
  font-size: 20px;
  line-height: 1.9em;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1120px) {
  #news-detail #news-holder #news-content {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #news-detail #news-holder #news-content {
    margin: auto;
    width: 100%;
  }
}
#news-detail #related {
  width: 140px;
  position: absolute;
  top: 0;
  left: 32px;
}
@media only screen and (max-width: 768px) {
  #news-detail #related {
    width: 100%;
    position: relative;
    left: 0;
  }
}

#news {
  width: 680px;
  padding-top: 150px;
  max-width: calc(100% - 20px);
  margin: auto;
}
#news .news-item {
  transition: all 0.33s;
  display: flex;
  padding: 36px 0;
  border-bottom: 1px solid #f4f4f4;
}
#news .news-item .news-img {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 600px) {
  #news .news-item .news-img {
    width: 100px;
    height: 100px;
  }
}
#news .news-item .news-img img {
  object-fit: cover;
}
#news .news-item .news-content {
  width: calc(100% - 200px);
  padding: 0 0 0 36px;
}
#news .news-item .news-content h3 {
  line-height: 1.3em;
  margin-bottom: 5px;
}
#news .news-item .news-content .excerpt {
  line-height: 1.4em;
  padding: 5px 0;
}
@media only screen and (max-width: 600px) {
  #news .news-item .news-content {
    width: calc(100% - 100px);
    padding: 0 0 0 24px;
  }
  #news .news-item .news-content .meta {
    display: none;
  }
  #news .news-item .news-content p {
    display: none;
  }
}
#news .news-item:hover {
  transform: scale(1.1);
  border-bottom: none;
}

#nav-below {
  font-family: druk;
  text-align: center;
}

#footer, #mn-footer {
  background-color: white;
  padding: 24px 24px 100px;
  box-sizing: border-box;
}
#footer .privacy a, #mn-footer .privacy a {
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  #footer .privacy, #mn-footer .privacy {
    display: block;
  }
  #footer .privacy a, #mn-footer .privacy a {
    margin: 0 10px 0 0;
  }
}
#footer .join-ato, #mn-footer .join-ato {
  display: flex;
}
@media only screen and (max-width: 600px) {
  #footer .join-ato, #mn-footer .join-ato {
    flex-flow: column;
  }
}
#footer .join-ato .social, #footer .join-ato .playlist, #footer .join-ato .newsletter, #mn-footer .join-ato .social, #mn-footer .join-ato .playlist, #mn-footer .join-ato .newsletter {
  position: relative;
  padding-top: 35px;
  height: 100px;
  box-sizing: border-box;
}
#footer .join-ato .logo, #mn-footer .join-ato .logo {
  height: 100px;
  padding: 15px 40px 0 0;
}
#footer .join-ato .logo svg, #mn-footer .join-ato .logo svg {
  height: 60px;
}
@media only screen and (max-width: 900px) {
  #footer .join-ato .logo, #mn-footer .join-ato .logo {
    display: none;
  }
}
#footer .join-ato .newsletter, #mn-footer .join-ato .newsletter {
  flex-grow: 1;
}
#footer .join-ato .newsletter .mc-btn, #mn-footer .join-ato .newsletter .mc-btn {
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(assets/img/icon-arrow.svg);
  background-color: black;
  background-position: center;
  height: 25px;
  width: 25px;
  background-size: 11px;
  border-radius: 14px;
  background-repeat: no-repeat;
}
#footer .join-ato .newsletter .mc-signup, #mn-footer .join-ato .newsletter .mc-signup {
  font-family: druk;
  font-size: 14px;
  color: black;
  padding: 10px 0px;
  background: none;
}
#footer .join-ato .newsletter .signup, #mn-footer .join-ato .newsletter .signup {
  border-bottom: 2px solid black;
  width: fit-content;
}
#footer .join-ato .newsletter input, #mn-footer .join-ato .newsletter input {
  border: none;
}
@media only screen and (max-width: 768px) {
  #footer .join-ato .newsletter, #mn-footer .join-ato .newsletter {
    width: 100%;
  }
  #footer .join-ato .newsletter .signup, #mn-footer .join-ato .newsletter .signup {
    width: 100%;
  }
  #footer .join-ato .newsletter .signup .mc-signup, #mn-footer .join-ato .newsletter .signup .mc-signup {
    width: calc(100% - 30px);
  }
}
#footer .join-ato .social, #mn-footer .join-ato .social {
  padding-right: 30px;
  display: inline-block;
}
#footer .join-ato .playlist, #mn-footer .join-ato .playlist {
  padding-left: 30px;
  border-left: 1px solid #ccc;
  display: inline-block;
}
#footer .join-ato .playlist h4, #mn-footer .join-ato .playlist h4 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .join-ato .playlist, #mn-footer .join-ato .playlist {
    border-left: none;
  }
}
#footer .join-ato .meta, #mn-footer .join-ato .meta {
  position: absolute;
  top: 10px;
}

#mn-footer {
  background-color: unset;
  padding: unset;
  padding: 124px 0px 24px;
  width: calc(100vw - 96px);
}
#mn-footer .join-ato .playlist, #mn-footer #mn-footer .join-ato .playlist {
  border-left: 1px solid #000;
}

#signup-modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  z-index: 1000;
  align-items: center;
  background: #ffabbd;
  justify-content: center;
  top: 0;
  left: 0;
  display: none;
}
#signup-modal .close {
  height: 32px;
  width: 32px;
  background-image: url(assets/img/close.svg);
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 60px;
}
#signup-modal .close:hover {
  background-color: #ffec43;
}
#signup-modal .newsletter .mc-btn {
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(assets/img/icon-arrow.svg);
  background-color: black;
  background-position: center;
  height: 25px;
  width: 25px;
  background-size: 11px;
  border-radius: 14px;
  background-repeat: no-repeat;
}
#signup-modal .newsletter .mc-signup {
  font-family: druk;
  font-size: 14px;
  color: black;
  padding: 10px 0px;
  background: none;
}
#signup-modal .newsletter .signup {
  border-bottom: 2px solid black;
  width: fit-content;
}
#signup-modal .newsletter input {
  border: none;
}
@media only screen and (max-width: 768px) {
  #signup-modal .newsletter {
    width: 100%;
  }
  #signup-modal .newsletter .signup {
    width: 100%;
  }
  #signup-modal .newsletter .signup .mc-signup {
    width: calc(100% - 30px);
  }
}
