html,
body {
  height: auto;
}

body {
  min-height: 100vh;
}

#social-nav {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #social-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
  }
}

#social-nav .ae-cform-container {
  line-height: 12px;
}

@media screen and (max-width: 768px) {
  #social-nav .ae-cform-container {
    font-size: 18px;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: right;
  }
}

#page-header {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#page-header.dark-header {
  background: rgba(0, 0, 0, 0.4);
}

/******************
    Music Page
******************/
body.music {
  height: auto;
}

.music-releases-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.music-release__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin: 0 2.5% 2.5%;
}

@media screen and (max-width: 768px) {
  .music-release__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
  }
}

.music-release__img {
  width: 100%;
}

.cta-group-btn {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1px white;
          box-shadow: inset 0px 0px 0px 1px white;
  color: white;
  text-transform: uppercase;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}

.cta-group-btn span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta-links {
  background: white;
  padding: 10px 0;
  display: none;
}

.cta-links .cta-link {
  width: 100%;
  display: block;
  margin: 10px auto;
}

.cta-links .cta-link img {
  max-width: 125px;
}

.stackla-widget {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto 50px;
}

.privacy-policy #page-header,
.cookies-policy #page-header {
  position: relative;
}

.privacy-policy #page-content,
.cookies-policy #page-content {
  width: 100%;
}

.privacy-policy .page-padding,
.cookies-policy .page-padding {
  padding: 50px 0;
}

.privacy-policy .table,
.privacy-policy .table-cell,
.cookies-policy .table,
.cookies-policy .table-cell {
  display: block;
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.8);
}

.popup-modal .popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 3em;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .popup-modal .popup-close {
    top: 10px;
    right: 10px;
    font-size: 2em;
  }
}

.popup-modal .popup-close:hover {
  opacity: .6;
  cursor: pointer;
}

.popup-modal .popup-container {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 420px;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .popup-modal .popup-container {
    width: 80%;
  }
}

#mc_embed_signup {
  color: white;
  font: 14px Helvetica,Arial,sans-serif !important;
  background: rgba(255, 255, 255, 0.4) !important;
}

#mc_embed_signup form {
  padding: 10px 0 10px 6% !important;
}

#mc_embed_signup .mc_fieldset.gdprRequired.mc-field-group {
  margin-bottom: 20px;
}

#mc_embed_signup #mc_embed_signup .button,
#mc_embed_signup input#mc-embedded-subscribe {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#mc_embed_signup #mc_embed_signup .button:hover,
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background-color: white;
  color: black;
}

#mc_embed_signup input,
#mc_embed_signup select {
  max-width: 300px;
}

#mc_embed_signup #mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
}

#mc_embed_signup #mergeRow-gdpr {
  margin: 0;
}

#mc_embed_signup .content__gdpr,
#mc_embed_signup .content__gdprLegal {
  font-size: 11px;
}

#mc_embed_signup .content__gdpr p,
#mc_embed_signup .content__gdprLegal p {
  font-size: 11px;
}

#mc_embed_signup #mce-responses,
#mc_embed_signup #mc_embed_signup div#mce-responses {
  margin: 0 !important;
  padding: 0 !important;
}

#mc_embed_signup div.response {
  margin-top: 0 !important;
  padding: 0 !important;
}

#mc_embed_signup #mce-error-response {
  color: red !important;
}

#mc_embed_signup #mce-success-response {
  color: #9aef48 !important;
}

.home-album-2020 {
  -webkit-transition: none;
  transition: none;
  min-height: 100vh;
  max-width: none;
  padding: 0;
  background-position: center;
  background-size: cover;
}

.home-album-2020 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1780px) {
  .home-album-2020 .video::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#bbbfc6), to(rgba(187, 191, 198, 0)));
    background: linear-gradient(to right, #bbbfc6 0%, rgba(187, 191, 198, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
  }
}

.home-album-2020 .video .video-desktop {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .home-album-2020 .video .video-desktop {
    display: none;
  }
}

.home-album-2020 .video .video-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-album-2020 .video .video-mobile {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-album-2020 .video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-album-2020 #page-content {
  max-width: none;
  padding: 0;
  min-height: 100vh;
  background-image: url(../img/fade.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.home-album-2020 .bottom-gradient {
  position: absolute;
  min-height: 100vh;
  width: 100%;
  background-image: url(../img/fade.png);
  background-size: 100% 50vh;
  background-position: bottom;
  background-repeat: no-repeat;
}

.home-album-2020 .album-packshot-container {
  max-width: 800px;
  margin: auto;
  width: 90%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home-album-2020 .album-packshot-container {
    display: block;
    bottom: 18%;
  }
}

.home-album-2020 .album-packshot-container img {
  display: block;
  width: 100%;
}

.home-album-2020 .album-packshot-container .album-title {
  width: 100%;
  margin: auto;
}

.home-album-2020 .album-packshot-container h3 {
  padding: 0;
  margin: 15px auto 10px;
  letter-spacing: 1px;
}

.home-album-2020 .album-packshot-container .buy-btn {
  font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .home-album-2020 .album-packshot-container .buy-btn {
    padding: 8px;
    margin: 3px;
    width: 200px;
  }
}

.home-album-2020 .buy-btn--desktop {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .home-album-2020 .buy-btn--desktop {
    display: none;
  }
}

.home-album-2020 #footer-nav {
  text-align: left;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .home-album-2020 #footer-nav {
    padding-left: 0;
    text-align: center;
  }
}

#cookie-law-info-again {
  display: none !important;
}
/*# sourceMappingURL=styles-may-2019.css.map */