@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;900&display=swap");
html, body {
  background: #000;
  color: #fff;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  font-display: swap; }

h2, h3, h4, h5, h6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900; }

main:focus {
  outline: none; }

a:link, a:visited {
  color: #fff; }

main {
  /* make sure to cover the screen */
  min-height: 100vh;
  /* need a solid bg to hide the footer */
  background: #000;
  /* put on top */
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto; }

body {
  margin: 0; }

a {
  color: #000; }
  a:hover {
    color: white; }

.hide {
  display: none; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.seo-text,
.seo-text * {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0; }

.cta {
  margin: 2em auto;
  text-align: center; }
  .cta a {
    font-family: "Raleway";
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 1em 2em;
    background-color: #fff;
    color: #000;
    transition: all 0.4s ease-in-out; }
    .cta a:hover {
      background-color: #fff;
      color: #000; }
  .cta.more a {
    font-size: 1rem; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

header {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-family: "Raleway";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #000; }
  header .mobile {
    display: none; }
  header .artistlogo {
    width: 25%;
    box-sizing: border-box;
    vertical-align: middle; }
    @media (max-width: 996px) {
      header .artistlogo {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        z-index: 99; } }
    header .artistlogo .smem-logo {
      width: 100%; }
      @media (max-width: 996px) {
        header .artistlogo .smem-logo {
          margin: 0; } }
      header .artistlogo .smem-logo img {
        width: 100%; }
        @media (max-width: 996px) {
          header .artistlogo .smem-logo img {
            width: unset;
            max-width: 100%;
            max-height: 4rem; } }
  header nav {
    width: 75%;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    transition: all 1s ease-in-out; }
    @media (max-width: 996px) {
      header nav {
        z-index: 666;
        position: fixed;
        top: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        left: -100vw;
        margin: 0px;
        background-color: #000; } }
    header nav .site-nav {
      width: 100%;
      margin: 10px 30px;
      line-height: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media (max-width: 996px) {
        header nav .site-nav {
          text-align: center;
          padding-bottom: 5vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 90%; } }
      @media (max-width: 996px) and (orientation: landscape) {
        header nav .site-nav {
          flex-direction: row;
          flex-wrap: wrap; } }
      header nav .site-nav a {
        font-size: 100%;
        text-decoration: none;
        color: #fff;
        transition: all 0.4s ease-in-out;
        padding: 0 0.5em; }
        header nav .site-nav a:hover {
          color: #fff; }
        @media (max-width: 996px) {
          header nav .site-nav a {
            display: block;
            font-size: 8vmin;
            margin: 1rem auto;
            line-height: 100%; } }
      header nav .site-nav a.current {
        color: #fff;
        pointer-events: none; }
    header nav .social-nav {
      width: 100%;
      margin: 10px 30px;
      display: flex;
      align-items: left;
      justify-content: flex-start; }
      @media (max-width: 996px) {
        header nav .social-nav {
          width: 100%;
          justify-content: center; } }
  @media (max-width: 996px) {
    header.top .artistlogo,
    header.top .hamburger-wrap {
      bottom: unset;
      top: 0; } }
@media (max-width: 996px) {
  body.menu-open header nav {
    left: 0; } }

.smem-logo {
  width: 25%;
  text-align: left; }
  @media (max-width: 996px) {
    .smem-logo {
      width: 80%; } }
  .smem-logo img {
    width: 100%; }

.logo-wrap h1 {
  width: 90%;
  max-width: 1500px;
  margin: 5rem auto 8rem; }
  .logo-wrap h1 .smem-logo img {
    width: 100%; }

.smem-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .smem-socials a {
    color: #fff;
    font-size: 125%;
    text-decoration: none;
    padding-left: 1vw;
    padding-right: 1vw;
    transition: all 0.4s ease-in-out; }
    .smem-socials a:hover {
      color: #fff; }
    @media (max-width: 996px) {
      .smem-socials a {
        padding: 10px;
        text-align: center;
        font-size: 1.75rem;
        line-height: 3rem;
        margin: 0.1rem; } }
  .smem-socials a.tiktok span.tiktok-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1rem;
    height: 100%; }
    .smem-socials a.tiktok span.tiktok-icon svg path.tiktok-icon-fill {
      /* Change to match theme text */
      fill: #fff; }
    .smem-socials a.tiktok span.tiktok-icon:hover svg path.tiktok-icon-fill {
      fill: #fff; }

.hamburger-wrap {
  display: none; }
  @media (max-width: 996px) {
    .hamburger-wrap {
      display: inline-block;
      padding: 15px;
      position: fixed;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 40px;
      height: 33px;
      z-index: 800;
      background-color: #fff; }
      .hamburger-wrap .hamburger-outer {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 33px;
        transition: transform 0.4s 0s ease-in-out; }
        .hamburger-wrap .hamburger-outer .hamburger-inner {
          margin: 15px 0;
          position: absolute;
          width: 40px;
          height: 3px;
          background: #000; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before, .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            content: '';
            display: block;
            position: absolute;
            width: 40px;
            height: 3px;
            background: #000; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before {
            top: -15px;
            transition: top 0.4s 0.6s ease-in-out; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            bottom: -15px;
            transition: transform 0.4s 0s ease-in-out, bottom 0.4s 0.6s ease-in-out; } }
  .hamburger-wrap.active .hamburger-outer {
    transform: rotate(45deg);
    transition: transform 0.4s 0.6s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:before {
      top: 0;
      transition: top 0.4s 0s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.4s 0s ease-in-out, transform 0.4s 0.6s ease-in-out; }

section {
  padding: 0;
  margin: 0px auto; }
  @media (max-width: 996px) {
    section {
      width: 100vw; } }
  section h2.section-title {
    font-size: 200%;
    text-align: center;
    margin: .5em auto .5em;
    padding: 1%;
    background-color: #000;
    color: #ffffff; }
    @media (max-width: 996px) {
      section h2.section-title {
        font-size: 200%; } }
    @media (max-width: 414px) {
      section h2.section-title {
        font-size: 200%; } }
  section h3.section-subtitle {
    font-size: 200%;
    text-align: center;
    margin: 1em auto 1em; }

body.pagehome section {
  margin: 0 auto 5rem;
  padding-bottom: 2rem; }
  body.pagehome section.page-section:last-of-type {
    margin: 0 auto; }
  body.pagehome section.page-section.about {
    position: absolute;
    top: 0;
    text-indent: -9999px;
    color: #000;
    margin: 0px;
    padding: 0px !important;
    height: 0px;
    width: 0px; }
  body.pagehome section.page-section.videos.single {
    border-bottom: 0;
    margin: 0px auto 0px auto; }
  body.pagehome section.page-section.releases .smem-releases {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 600px; }
    @media (max-width: 996px) {
      body.pagehome section.page-section.releases .smem-releases {
        flex-direction: column;
        flex-wrap: wrap; } }
    body.pagehome section.page-section.releases .smem-releases .release {
      flex-direction: column;
      width: 100%;
      min-width: 33.33%;
      flex-wrap: nowrap; }
      body.pagehome section.page-section.releases .smem-releases .release .packshot {
        width: 100%; }
        body.pagehome section.page-section.releases .smem-releases .release .packshot img {
          vertical-align: middle; }
      body.pagehome section.page-section.releases .smem-releases .release .info {
        padding: 0 1rem;
        width: calc(100% - 2rem); }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-title {
          font-size: 2rem; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-date {
          display: none; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-custominfo {
          display: none; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-embed {
          display: none; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .tracklist {
          display: none; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .packshot {
        order: unset; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .info {
        order: unset; }

.modal {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  z-index: 999;
  display: none; }
  .modal .modal-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #fff;
    color: #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    @media (max-width: 996px) {
      .modal .modal-close {
        top: 0;
        right: 0; } }
    .modal .modal-close:hover {
      background-color: #000;
      color: #fff; }
    .modal .modal-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer {
  text-transform: uppercase;
  padding: 1.5em 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  place-items: center; }
  footer .legals span.sep {
    margin: 0 0.5em; }
  footer .legals span a {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 996px) {
    footer .smeuk {
      display: block; }
    footer .privacy {
      display: block; }
    footer .sep {
      display: none; } }
section.page-section.bio .smem-bio .bio p {
  text-align: justify;
  padding-bottom: 2em; }
  section.page-section.bio .smem-bio .bio p img {
    width: 80%;
    height: auto;
    margin: 3rem auto;
    display: block; }
  section.page-section.bio .smem-bio .bio p iframe {
    margin: 3rem auto;
    display: block; }

@media (max-width: 1200px) {
  section.page-section.bio .smem-bio .bio p {
    width: 80%;
    margin: auto; }
  section.page-section.bio .smem-bio .bio img {
    width: 80%;
    height: auto; }
  section.page-section.bio .smem-bio .bio iframe {
    width: 80%; } }

@media (max-width: 996px) {
  section.page-section.bio .smem-bio .bio img {
    width: 100%; }
  section.page-section.bio .smem-bio .bio iframe {
    width: 100%; } }

@media (max-width: 414px) {
  section.page-section.bio .smem-bio .bio p {
    width: 90%;
    margin: auto; }
    section.page-section.bio .smem-bio .bio p img {
      width: 100%; }
    section.page-section.bio .smem-bio .bio p iframe {
      width: 100%; } }

section.page-section.carousel {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0px;
  background-color: #000; }
  section.page-section.carousel .smem-carousel {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0px auto; }
    @media (max-width: 996px) {
      section.page-section.carousel .smem-carousel {
        padding-bottom: 140%; } }
    @media (max-width: 414px) {
      section.page-section.carousel .smem-carousel {
        padding-bottom: 177%; } }
    section.page-section.carousel .smem-carousel #carouselPlayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: transparent;
      display: none; }
      section.page-section.carousel .smem-carousel #carouselPlayer iframe {
        width: 100%;
        height: 100%; }
    section.page-section.carousel .smem-carousel .slides-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 20;
        pointer-events: none;
        font-size: 3em; }
        @media (max-width: 996px) {
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
            font-size: 2em;
            top: auto;
            bottom: 0; } }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
          pointer-events: all;
          cursor: pointer;
          background-color: #000;
          filter: opacity(50%);
          color: #fff;
          transition: all 0.4s ease-in-out; }
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
            filter: opacity(100%);
            background-color: #fff;
            color: #000; }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
          padding: 15px 20px 13px 10px;
          -webkit-border-top-right-radius: 30px;
          -webkit-border-bottom-right-radius: 30px;
          border-radius: 0px 30px 30px 0px; }
          @media (max-width: 996px) {
            section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
              padding: 35px 10px 35px 5px; } }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
          padding: 15px 10px 13px 20px;
          -webkit-border-top-left-radius: 30px;
          -webkit-border-bottom-left-radius: 30px;
          border-radius: 30px 0 0 30px; }
          @media (max-width: 996px) {
            section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
              padding: 35px 5px 35px 10px; } }
      section.page-section.carousel .smem-carousel .slides-wrap .slick-list {
        height: 100%; }
        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track {
          height: 100%; }
          section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div {
            height: 100%; }
            section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
              position: relative;
              height: 100%;
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              display: flex !important;
              flex-direction: column;
              justify-content: flex-end !important;
              align-items: center; }
              @media (max-width: 1600px) and (max-height: 800px) {
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
                  background-position: center center; } }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide:before {
                content: '';
                display: block;
                height: 50%;
                width: 100%;
                bottom: 0;
                position: absolute;
                opacity: 1;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%) no-repeat center center scroll; }
                @media (max-width: 996px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide:before {
                    opacity: 1; } }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide {
                overflow: hidden; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                  height: 100%;
                  width: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin: 0 auto;
                  /*
                                        @media (max-width: 1200px) {
                                            font-size: 150%;
                                        }
                                        @media (max-width: 996px) {
                                            font-size: 150%;
                                        }
                                        @media (max-width: 414px) {
                                            font-size: 100%;
                                        }
                                        */ }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
                    position: absolute;
                    top: auto;
                    left: auto;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    pointer-events: none; }
                    @media (max-width: 996px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
                        width: 150%;
                        height: 150%;
                        top: -25%;
                        left: -25%; } }
                    @media (max-width: 414px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
                        width: 115%;
                        height: 115%;
                        top: -7%;
                        left: -7%; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
                    color: #ffffff;
                    text-align: center;
                    width: 80%;
                    text-decoration: none;
                    text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
                    margin: 20vw 0 0.5em 0; }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
                    color: #fff;
                    width: 80%;
                    text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080; }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
                    width: 80%; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta {
                display: block;
                width: 100%;
                height: 100%;
                z-index: 10;
                text-decoration: none; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta h2 {
                  -webkit-text-fill-color: transparent;
                  -webkit-text-stroke: 2px #fff; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta:hover h2 {
                  -webkit-text-fill-color: #fff;
                  -webkit-text-stroke: 0px #fff; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta * {
                pointer-events: none; }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                width: 80%;
                margin: 0 auto 7vw auto;
                text-align: center;
                text-transform: none;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column wrap;
                z-index: 21;
                font-size: 200%; }
                @media (max-width: 1200px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 150%; } }
                @media (max-width: 996px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 150%; } }
                @media (max-width: 414px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    font-size: 125%; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                  line-height: 100%;
                  text-transform: uppercase;
                  font-weight: 400;
                  padding: 0;
                  margin: 0;
                  display: inline;
                  color: #ffffff;
                  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
                  font-family: 'Canela Light', serif;
                  font-weight: 300;
                  line-height: 100%;
                  text-transform: none;
                  font-size: 100%;
                  padding: 0;
                  margin: 0.5em 0;
                  display: inline-block;
                  width: auto;
                  color: #fff;
                  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                  display: flex;
                  flex-flow: row wrap;
                  align-content: space-between;
                  justify-content: space-around;
                  padding: 0;
                  margin: 0.5em 0; }
                  @media (max-width: 414px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                      flex-direction: column; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-wrap: wrap;
                    padding: 0;
                    margin: 0; }
                    @media (max-width: 414px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                        margin: 0.1em 0;
                        width: 100%; } }
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                      margin: 2em auto;
                      text-align: center;
                      padding: 0;
                      margin: .25em; }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a {
                        font-family: "Raleway";
                        display: inline-block;
                        text-align: center;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 0.8rem;
                        padding: 1em 2em;
                        background-color: #fff;
                        color: #000;
                        transition: all 0.4s ease-in-out; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a:hover {
                          background-color: #fff;
                          color: #000; }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button.more a {
                        font-size: 1rem; }
                      @media (max-width: 414px) {
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                          width: 100%;
                          margin: 0; } }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                        font-size: 80%;
                        color: #000;
                        background-color: #ffffff;
                        padding: 0.5em 2em;
                        font-family: Inter, sans-serif;
                        font-weight: bold; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button i {
                          padding-right: 10px; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button:hover {
                          background-color: #fff !important;
                          color: #000 !important; }
                        @media (max-width: 414px) {
                          section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                            padding: 0.5em;
                            box-sizing: border-box;
                            width: 100%;
                            font-size: 100%; } }
section.page-section.contact {
  text-align: center;
  padding: 3em 10% 5em; }
  section.page-section.contact h2.section-title {
    margin-bottom: 1em; }
  section.page-section.contact .smem-contact {
    font-size: 1.2em; }
    section.page-section.contact .smem-contact a {
      color: #fff;
      transition: all 0.4s ease-in-out; }
      section.page-section.contact .smem-contact a:hover {
        color: #fff; }

section.page-section.faq {
  margin: 100px auto; }
  section.page-section.faq .smem-faq .faq-item {
    margin: 30px auto;
    width: 80%; }
    section.page-section.faq .smem-faq .faq-item .faq-title {
      margin: 0 auto 1em auto;
      text-align: center;
      color: #fff; }
    section.page-section.faq .smem-faq .faq-item .faq-answer p {
      text-align: justify; }
    @media (max-width: 1200px) {
      section.page-section.faq .smem-faq .faq-item .faq-answer p {
        margin: auto; } }
    @media (max-width: 414px) {
      section.page-section.faq .smem-faq .faq-item .faq-answer p {
        margin: auto; } }
#image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 802;
  display: none; }
  #image-viewer #image-viewer-nav {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 810;
    font-size: 3em; }
    #image-viewer #image-viewer-nav #image-nav-prev {
      left: 2vw;
      cursor: pointer;
      position: absolute;
      width: calc(1.25rem + 3rem);
      height: calc(1.25rem + 3rem);
      text-align: center; }
      #image-viewer #image-viewer-nav #image-nav-prev a {
        display: block;
        position: relative;
        font-size: 3rem;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #000;
        transition: all 0.4s ease-in-out; }
        #image-viewer #image-viewer-nav #image-nav-prev a:hover {
          background-color: #000;
          color: #fff; }
        #image-viewer #image-viewer-nav #image-nav-prev a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #image-viewer #image-viewer-nav #image-nav-prev.inactive a {
        opacity: .4;
        cursor: not-allowed; }
    #image-viewer #image-viewer-nav #image-nav-next {
      right: 2vw;
      cursor: pointer;
      position: absolute;
      width: calc(1.25rem + 3rem);
      height: calc(1.25rem + 3rem);
      text-align: center; }
      #image-viewer #image-viewer-nav #image-nav-next a {
        display: block;
        position: relative;
        font-size: 3rem;
        width: 100%;
        height: 100%;
        background-color: #fff;
        color: #000;
        transition: all 0.4s ease-in-out; }
        #image-viewer #image-viewer-nav #image-nav-next a:hover {
          background-color: #000;
          color: #fff; }
        #image-viewer #image-viewer-nav #image-nav-next a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #image-viewer #image-viewer-nav #image-nav-next.inactive a {
        opacity: .4;
        cursor: not-allowed; }
  #image-viewer #image-viewer-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #fff;
    color: #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    @media (max-width: 996px) {
      #image-viewer #image-viewer-close {
        top: 2em;
        right: 1em; } }
    #image-viewer #image-viewer-close:hover {
      background-color: #000;
      color: #fff; }
    #image-viewer #image-viewer-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #image-viewer #image-viewer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    #image-viewer #image-viewer-inner img {
      width: 100%;
      height: 90vh;
      object-fit: contain; }

section.page-section.gallery .smem-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto; }
  section.page-section.gallery .smem-gallery .gallery {
    width: calc(33.33% - 2rem);
    padding: 1rem;
    flex-grow: 0.5; }
    section.page-section.gallery .smem-gallery .gallery a.gallery-link .gallery-thumb img {
      width: 100%; }
    section.page-section.gallery .smem-gallery .gallery .gallery-title {
      text-align: center; }

section.page-section.gallery.grid .smem-gallery {
  flex-direction: row; }
  section.page-section.gallery.grid .smem-gallery .gallery-image {
    width: calc( ((100vw - 20vw) / 3) - 1rem);
    height: calc( ((100vw - 20vw) / 3) - 1rem);
    padding: 0.5rem; }
    section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link {
      display: block;
      width: 100%;
      height: 100%; }
      section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb {
        width: 100%;
        height: 100%; }
        section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    section.page-section.gallery.grid .smem-gallery .gallery-image .image-subtitle {
      display: none; }

.instagram-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .instagram-gallery .instagram-item {
    margin: 0.5rem;
    width: calc(33.33% - 1rem);
    overflow: hidden; }
  .instagram-gallery .instagram-item a {
    display: block;
    position: relative; }
  .instagram-gallery .instagram-item .thumbnail picture,
  .instagram-gallery .instagram-item .thumbnail picture source,
  .instagram-gallery .instagram-item .thumbnail picture img,
  .instagram-gallery .instagram-item .thumbnail img {
    display: block;
    width: 100%;
    height: 100%; }
  .instagram-gallery .instagram-item.--video a {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .instagram-gallery .instagram-item.--video .thumbnail picture,
  .instagram-gallery .instagram-item.--video .thumbnail picture source,
  .instagram-gallery .instagram-item.--video .thumbnail picture img,
  .instagram-gallery .instagram-item.--video .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .instagram-gallery .instagram-item .caption {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    padding: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out; }
  .instagram-gallery .instagram-item a:hover > .caption {
    top: 0; }
  @media screen and (max-width: 640px) {
    .instagram-gallery .instagram-gallery {
      flex-direction: column; }
    .instagram-gallery .instagram-item {
      width: calc(100% - 1rem); } }
  .instagram-gallery picture, .instagram-gallery img, .instagram-gallery source {
    width: 100%;
    max-width: 640px; }

#lyricsModal {
  overflow: scroll; }
  #lyricsModal .modal-inner .content-container {
    text-align: center;
    padding: 10vmin 0; }
    #lyricsModal .modal-inner .content-container h2 {
      color: #000; }
    #lyricsModal .modal-inner .content-container .lyrics-content {
      width: 90%;
      margin: 0 auto; }

section.page-section.news .smem-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  section.page-section.news .smem-news .news-item {
    width: calc(33% - 2rem);
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    color: #fff;
    background: #000; }
    @media (max-width: 996px) {
      section.page-section.news .smem-news .news-item {
        width: 100%; } }
    section.page-section.news .smem-news .news-item .image-wrap {
      order: 1;
      width: 100%;
      overflow: hidden; }
      section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
        display: block;
        position: relative;
        object-position: 50% 50%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: 50% 50%; }
    section.page-section.news .smem-news .news-item .news-title {
      order: 2;
      text-align: center;
      padding: 0px 10px;
      font-size: 75%; }
    section.page-section.news .smem-news .news-item .news-excerpt {
      order: 4; }
      section.page-section.news .smem-news .news-item .news-excerpt p {
        text-align: justify;
        width: 100%;
        margin: 0px auto;
        font-size: 75%; }
      section.page-section.news .smem-news .news-item .news-excerpt .cta {
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
        margin: 20px 0px 0px 0px; }
        section.page-section.news .smem-news .news-item .news-excerpt .cta a {
          flex-grow: 1; }
    section.page-section.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      flex: 1;
      font-family: "Raleway";
      margin-bottom: 20px; }
      section.page-section.news .smem-news .news-item .news-metas .news-date:before {
        font-weight: 400;
        content: '\f073';
        font-family: 'FontAwesome';
        margin-right: 0.6em; }
      section.page-section.news .smem-news .news-item .news-metas .categories {
        display: none; }
        section.page-section.news .smem-news .news-item .news-metas .categories:before {
          font-weight: 400;
          content: '\f02c';
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
    section.page-section.news .smem-news .news-item .news-content {
      order: 4;
      display: none; }
      section.page-section.news .smem-news .news-item .news-content img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto; }
    section.page-section.news .smem-news .news-item .news-embed {
      display: none; }

section.page-section.news.single-news-item .smem-news .news-item:not(.active) {
  display: none; }

section.site-page.news .smem-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 120%; }
  section.site-page.news .smem-news .news-item {
    width: 100%;
    flex-direction: column;
    margin: 4rem auto; }
    section.site-page.news .smem-news .news-item .image-wrap {
      order: 2; }
      section.site-page.news .smem-news .news-item .image-wrap img {
        width: 100%; }
    section.site-page.news .smem-news .news-item .news-title {
      order: 1;
      font-size: 200%;
      text-align: center; }
    section.site-page.news .smem-news .news-item .news-excerpt {
      order: 4;
      display: none; }
    section.site-page.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      color: #fff;
      font-family: "Raleway";
      text-transform: uppercase;
      margin: 15px 0px; }
      section.site-page.news .smem-news .news-item .news-metas .news-date {
        color: #fff; }
        section.site-page.news .smem-news .news-item .news-metas .news-date:before {
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
      section.site-page.news .smem-news .news-item .news-metas .categories {
        display: none; }
        section.site-page.news .smem-news .news-item .news-metas .categories:before {
          content: '\f02c';
          font-family: 'FontAwesome';
          margin-right: 0.6em; }
    section.site-page.news .smem-news .news-item .news-embed {
      order: 6;
      display: block;
      text-align: center;
      margin: 2rem 0; }
      section.site-page.news .smem-news .news-item .news-embed iframe, section.site-page.news .smem-news .news-item .news-embed embed, section.site-page.news .smem-news .news-item .news-embed object {
        margin: 0 auto !important; }
      section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"], section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"] iframe, section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.site-page.news .smem-news .news-item .news-content {
      order: 5;
      margin-bottom: 50px;
      display: block;
      text-align: center; }
      @media (max-width: 996px) {
        section.site-page.news .smem-news .news-item .news-content {
          width: 90%;
          margin: 0 auto; } }
      section.site-page.news .smem-news .news-item .news-content h3 {
        font-size: 200%; }
      section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
        margin: 15px 0px; }
        section.site-page.news .smem-news .news-item .news-content p img, section.site-page.news .smem-news .news-item .news-content div img {
          display: block;
          width: auto !important;
          max-width: 100% !important;
          height: auto !important;
          margin: 0 auto; }

@media (max-width: 996px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll; } }

@media (max-width: 996px) and (orientation: portrait) {
  #newsletterModal {
    height: auto;
    max-height: none; } }

#newsletterModal .modal-inner .content-container {
  display: flex;
  flex-direction: row;
  width: 80vw;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
  @media (max-width: 996px) {
    #newsletterModal .modal-inner .content-container {
      width: 90%;
      height: 100%;
      max-width: 100vw;
      max-height: 100vh;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
      transform: none; } }
  @media (max-width: 996px) and (orientation: portrait) {
    #newsletterModal .modal-inner .content-container {
      display: block;
      flex-direction: column; } }
  #newsletterModal .modal-inner .content-container .left {
    overflow: hidden;
    width: 50%; }
    #newsletterModal .modal-inner .content-container .left .image-desktop {
      display: block;
      height: 100%; }
    #newsletterModal .modal-inner .content-container .left .image-mobile {
      display: none; }
    @media (max-width: 996px) and (orientation: portrait) {
      #newsletterModal .modal-inner .content-container .left {
        width: 100%; }
        #newsletterModal .modal-inner .content-container .left .image-desktop {
          display: none; }
        #newsletterModal .modal-inner .content-container .left .image-mobile {
          display: block; }
          #newsletterModal .modal-inner .content-container .left .image-mobile img {
            height: auto;
            max-height: 45vh;
            max-width: 100vmin; } }
    @media (max-width: 996px) and (orientation: landscape) {
      #newsletterModal .modal-inner .content-container .left .image-desktop {
        width: 100%;
        height: 100%; }
        #newsletterModal .modal-inner .content-container .left .image-desktop img {
          height: 100%;
          width: 100%; } }
    #newsletterModal .modal-inner .content-container .left img {
      width: 100%;
      height: 100%;
      max-width: 90vmin;
      display: block;
      object-fit: cover;
      object-position: center center; }
  #newsletterModal .modal-inner .content-container .right {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em;
    width: calc(50% - 4em); }
    @media (max-width: 996px) and (orientation: portrait) {
      #newsletterModal .modal-inner .content-container .right {
        width: calc(100% - 4em);
        justify-content: unset; } }
    @media (max-width: 996px) and (orientation: landscape) {
      #newsletterModal .modal-inner .content-container .right {
        width: calc(50% - 2em);
        padding: 1em; } }
    #newsletterModal .modal-inner .content-container .right .logo {
      width: 80%;
      margin: 0; }
      @media (max-width: 996px) and (orientation: portrait) {
        #newsletterModal .modal-inner .content-container .right .logo {
          width: 60vw; } }
      #newsletterModal .modal-inner .content-container .right .logo img, #newsletterModal .modal-inner .content-container .right .logo svg {
        width: 100%; }
  #newsletterModal .modal-inner .content-container iframe {
    width: 100%;
    height: 90vh; }
  #newsletterModal .modal-inner .content-container .cta {
    margin: 2em auto 1rem; }
    #newsletterModal .modal-inner .content-container .cta a {
      margin: 5px;
      text-transform: uppercase;
      color: #fff;
      font-size: 100%; }
      #newsletterModal .modal-inner .content-container .cta a:hover {
        color: #000; }
      @media (max-width: 996px) and (orientation: landscape) {
        #newsletterModal .modal-inner .content-container .cta a {
          padding: 0.5em; } }
  #newsletterModal .modal-inner .content-container .newsletter-dismiss {
    margin: 10px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: "Raleway";
    padding: 1em 2em;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.4s ease-in-out; }
    #newsletterModal .modal-inner .content-container .newsletter-dismiss:hover {
      color: #000;
      background-color: #fff; }

section.releases .smem-releases {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around; }
  @media (max-width: 996px) {
    section.releases .smem-releases {
      margin-bottom: 0em; } }
  section.releases .smem-releases .release {
    display: flex;
    flex-direction: row;
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #fff;
    width: calc(100% - 2rem);
    margin-bottom: 50px;
    flex-grow: 0.5; }
    section.releases .smem-releases .release:last-child {
      border-bottom: none; }
    @media (max-width: 996px) {
      section.releases .smem-releases .release {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin-bottom: 150px; } }
    section.releases .smem-releases .release .packshot {
      width: 50%;
      text-align: center; }
      @media (max-width: 996px) {
        section.releases .smem-releases .release .packshot {
          width: 100%; } }
      section.releases .smem-releases .release .packshot img {
        width: 90%; }
    section.releases .smem-releases .release .info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 50%; }
      @media (max-width: 996px) {
        section.releases .smem-releases .release .info {
          width: 100%; } }
      section.releases .smem-releases .release .info .release-title {
        font-size: 150%; }
      section.releases .smem-releases .release .info .release-meta {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%; }
        @media (max-width: 996px) {
          section.releases .smem-releases .release .info .release-meta {
            width: 100%; } }
        section.releases .smem-releases .release .info .release-meta .release-date {
          display: none;
          font-family: "Raleway";
          font-weight: 400;
          font-style: normal;
          font-size: 75%; }
          section.releases .smem-releases .release .info .release-meta .release-date span {
            display: none; }
        section.releases .smem-releases .release .info .release-meta .release-custominfo {
          padding: 0.25em; }
          @media (max-width: 996px) {
            section.releases .smem-releases .release .info .release-meta .release-custominfo {
              width: 90%;
              margin: 0px auto; } }
        section.releases .smem-releases .release .info .release-meta .release-embed {
          position: relative;
          padding-bottom: 56.25%;
          height: 0;
          overflow: hidden;
          max-width: 100%; }
          section.releases .smem-releases .release .info .release-meta .release-embed:empty {
            display: none; }
          section.releases .smem-releases .release .info .release-meta .release-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          @media (max-width: 996px) {
            section.releases .smem-releases .release .info .release-meta .release-embed {
              width: 90%;
              margin: 0 auto; } }
        section.releases .smem-releases .release .info .release-meta .tracklist {
          flex-grow: 2;
          list-style-position: inside;
          margin: 20px;
          padding: 0;
          counter-reset: item;
          text-align: left; }
          @media (max-width: 996px) {
            section.releases .smem-releases .release .info .release-meta .tracklist {
              width: 90%;
              margin: 20px auto; } }
          section.releases .smem-releases .release .info .release-meta .tracklist:empty {
            display: none; }
          section.releases .smem-releases .release .info .release-meta .tracklist li {
            margin: 0.5em 0; }
            section.releases .smem-releases .release .info .release-meta .tracklist li:before {
              content: '';
              margin-right: 0.5em; }
            section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics {
              cursor: pointer; }
              section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button {
                color: #000;
                background: #fff;
                display: inline-block;
                padding: 0.1em 0.5em;
                margin: 0 0.25em;
                border: 1px solid #fff;
                cursor: pointer;
                transition: all 0.4s ease-in-out; }
              section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics:hover > .lyrics-button {
                color: #fff;
                background: #000; }
        section.releases .smem-releases .release .info .release-meta .retail-links {
          display: flex;
          flex-flow: row wrap;
          align-content: space-between;
          justify-content: space-between;
          margin: 20px 0px 50px;
          width: auto;
          margin: 2em auto;
          text-align: center; }
          section.releases .smem-releases .release .info .release-meta .retail-links a {
            font-family: "Raleway";
            display: inline-block;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 0.8rem;
            padding: 1em 2em;
            background-color: #fff;
            color: #000;
            transition: all 0.4s ease-in-out; }
            section.releases .smem-releases .release .info .release-meta .retail-links a:hover {
              background-color: #fff;
              color: #000; }
          section.releases .smem-releases .release .info .release-meta .retail-links.more a {
            font-size: 1rem; }
          @media (max-width: 996px) {
            section.releases .smem-releases .release .info .release-meta .retail-links {
              width: 90%; } }
          section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
            margin: 5px;
            width: 100%;
            padding: 0.5em 1em; }
            section.releases .smem-releases .release .info .release-meta .retail-links .retail-link i {
              padding-right: 10px; }
            @media (max-width: 996px) {
              section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
                flex-direction: column; } }
    section.releases .smem-releases .release:nth-child(even) .packshot {
      order: 2; }
      @media (max-width: 996px) {
        section.releases .smem-releases .release:nth-child(even) .packshot {
          order: 1; } }
    section.releases .smem-releases .release:nth-child(even) .info {
      order: 1; }

section.releases.sidebar-section .smem-releases {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around; }
  @media (max-width: 996px) {
    section.releases.sidebar-section .smem-releases {
      margin-bottom: 0em; } }
  section.releases.sidebar-section .smem-releases .release {
    display: flex;
    flex-direction: row;
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #fff;
    width: calc(100% - 2rem);
    margin-bottom: 50px;
    flex-grow: 0.5; }
    section.releases.sidebar-section .smem-releases .release:last-child {
      border-bottom: none; }
    @media (max-width: 996px) {
      section.releases.sidebar-section .smem-releases .release {
        width: 100%;
        flex-direction: column;
        padding: 0; } }
    section.releases.sidebar-section .smem-releases .release .packshot {
      width: 50%;
      text-align: center; }
      @media (max-width: 996px) {
        section.releases.sidebar-section .smem-releases .release .packshot {
          width: 100%; } }
      section.releases.sidebar-section .smem-releases .release .packshot img {
        width: 90%; }
    section.releases.sidebar-section .smem-releases .release .info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 50%; }
      @media (max-width: 996px) {
        section.releases.sidebar-section .smem-releases .release .info {
          width: 100%; } }
      section.releases.sidebar-section .smem-releases .release .info .release-title {
        font-size: 150%; }
      section.releases.sidebar-section .smem-releases .release .info .release-meta {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        section.releases.sidebar-section .smem-releases .release .info .release-meta .release-date {
          display: none; }
        section.releases.sidebar-section .smem-releases .release .info .release-meta .release-custominfo {
          display: none; }
        section.releases.sidebar-section .smem-releases .release .info .release-meta .release-embed {
          display: none; }
        section.releases.sidebar-section .smem-releases .release .info .release-meta .tracklist {
          display: none; }

section.store {
  padding: 2em 0; }
  section.store .products-widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    section.store .products-widget .product {
      width: calc(33.33% - 2rem);
      padding: 1rem;
      display: flex;
      flex-direction: column; }
      @media (max-width: 996px) {
        section.store .products-widget .product {
          width: calc(100% - 2rem); } }
      section.store .products-widget .product .product-image {
        width: 100%; }
        section.store .products-widget .product .product-image a {
          width: 100%; }
          section.store .products-widget .product .product-image a img {
            width: 100%; }
      section.store .products-widget .product .product-info-wrap {
        display: flex;
        flex-direction: column;
        margin-top: auto; }
        section.store .products-widget .product .product-info-wrap .product-title h2 {
          margin-bottom: 0.8em;
          font-size: 1.5rem;
          font-weight: 300; }
        section.store .products-widget .product .product-info-wrap .product-price h3 {
          font-size: 1rem; }
        section.store .products-widget .product .product-info-wrap .product-content {
          display: none; }
        section.store .products-widget .product .product-info-wrap .product-buy-button a {
          font-family: "Raleway";
          display: inline-block;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: bold;
          padding: 1em 2em;
          background-color: #ffffff;
          color: #000;
          border: 2px solid #ffffff;
          border-radius: 0;
          transition: all 0.4s ease-in-out;
          display: block;
          width: 80%;
          text-transform: uppercase;
          font-weight: 700; }
          section.store .products-widget .product .product-info-wrap .product-buy-button a:hover {
            background-color: #fff;
            color: #000;
            border: 2px solid #fff; }

section.tourdates .smem-tourdates {
  margin: 0px auto; }
  section.tourdates .smem-tourdates .date {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    font-size: 1rem;
    align-items: center;
    border-bottom: 3px solid #fff; }
    @media (max-width: 996px) {
      section.tourdates .smem-tourdates .date {
        flex-direction: column;
        width: 90%;
        margin: 30px auto; } }
    section.tourdates .smem-tourdates .date:last-child {
      border-bottom: none; }
    section.tourdates .smem-tourdates .date div.day {
      order: 1;
      width: 20%; }
      @media (max-width: 996px) {
        section.tourdates .smem-tourdates .date div.day {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em; } }
    section.tourdates .smem-tourdates .date div.venue {
      order: 2;
      width: 35%;
      font-size: 1.25em;
      font-weight: 400; }
      @media (max-width: 996px) {
        section.tourdates .smem-tourdates .date div.venue {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em;
          font-size: 1em; } }
    section.tourdates .smem-tourdates .date div.town {
      order: 3;
      width: 25%; }
      @media (max-width: 996px) {
        section.tourdates .smem-tourdates .date div.town {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em; } }
    section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
      order: 4;
      display: flex;
      flex-direction: column;
      align-content: flex-end;
      padding: 0.5em 0em;
      width: 20%; }
      @media (max-width: 996px) {
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em; } }
      section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
        align-self: stretch;
        background-color: #fff;
        color: #000;
        padding: 0.5em 1em;
        font-size: 0.8rem;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        border: 2px solid #fff;
        text-transform: uppercase; }
        @media (max-width: 996px) {
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
            font-size: 1rem;
            padding: 1em 2em; } }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.pre_sale {
          background-color: green;
          color: #fff;
          border: 2px solid green; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.on_sale {
          background-color: #fff;
          color: #000;
          border: 2px solid #fff; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.null-link {
          background-color: black;
          border-color: white;
          color: #fff;
          cursor: not-allowed; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out {
          background-color: red;
          border: 2px solid red;
          color: #000;
          cursor: not-allowed; }
          section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out:hover {
            background-color: red;
            color: #000;
            border: 2px solid red; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.resale {
          background-color: pink;
          color: #000;
          border: 2px solid pink; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
          background-color: #000;
          color: #fff;
          border: 2px solid #fff;
          box-sizing: border-box; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:nth-child(even) {
          margin: 1em 0; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:last-child {
          margin-bottom: 0; }
    section.tourdates .smem-tourdates .date div.show-info {
      box-sizing: border-box;
      order: 5;
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
      border: 3px solid #fff;
      border-bottom: none;
      margin: 1em auto -1rem; }
      @media (max-width: 996px) {
        section.tourdates .smem-tourdates .date div.show-info {
          text-align: center; } }
      section.tourdates .smem-tourdates .date div.show-info a {
        color: #fff;
        transition: all 0.4s ease-in-out; }
        section.tourdates .smem-tourdates .date div.show-info a:hover {
          color: #fff; }
    section.tourdates .smem-tourdates .date:last-child .show-info {
      border-bottom: 3px solid #fff;
      margin-bottom: 0; }
  section.tourdates .smem-tourdates .no-tour-dates {
    text-align: center;
    text-transform: uppercase; }
    section.tourdates .smem-tourdates .no-tour-dates p {
      width: 80%;
      margin: 0 auto; }
      section.tourdates .smem-tourdates .no-tour-dates p a {
        font-weight: 700;
        color: #fff;
        transition: all 0.4s ease-in-out; }
        section.tourdates .smem-tourdates .no-tour-dates p a:hover {
          color: #fff; }
    section.tourdates .smem-tourdates .no-tour-dates .cta {
      font-family: "Raleway";
      display: inline-block;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      padding: 1em 2em;
      background-color: #ffffff;
      color: #000;
      border: 2px solid #ffffff;
      border-radius: 0;
      transition: all 0.4s ease-in-out; }
      section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
        background-color: #fff;
        color: #000;
        border: 2px solid #fff; }

#video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  display: none; }
  #video-player.active {
    display: block; }
  #video-player #video-player-inner,
  #video-player #video-player-inner iframe {
    width: 100%;
    height: 100%; }
  #video-player #video-player-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #fff;
    color: #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    z-index: 801; }
    #video-player #video-player-close:hover {
      background-color: #000;
      color: #fff; }
    #video-player #video-player-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

section.page-section.videos .smem-videos {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 996px) {
    section.page-section.videos .smem-videos {
      flex-direction: column; } }
  section.page-section.videos .smem-videos .video {
    border: solid 1px #fff;
    width: calc(33.33% - 2rem);
    margin: 20px;
    flex-grow: 0.5; }
    @media (max-width: 996px) {
      section.page-section.videos .smem-videos .video {
        width: calc(100% - 4rem); } }
    section.page-section.videos .smem-videos .video a.video-link {
      display: block; }
      section.page-section.videos .smem-videos .video a.video-link .video-thumb {
        width: 100%; }
        section.page-section.videos .smem-videos .video a.video-link .video-thumb img,
        section.page-section.videos .smem-videos .video a.video-link .video-thumb video {
          max-width: 100%; }
    section.page-section.videos .smem-videos .video .video-subtitle {
      text-align: center;
      font-size: 0.75rem; }
    section.page-section.videos .smem-videos .video.--video-single {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      margin: 0; }
      section.page-section.videos .smem-videos .video.--video-single iframe, section.page-section.videos .smem-videos .video.--video-single video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

section.page-section.videos.single {
  padding: 0; }
  section.page-section.videos.single .smem-videos {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0px auto; }
    section.page-section.videos.single .smem-videos iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-regular-webfont.woff2") format("woff2"), url("../fonts/inter-regular-webfont.woff") format("woff");
  font-style: "normal";
  font-weight: "regular"; }

@font-face {
  font-family: "Canela Thin";
  src: url("../fonts/Canela-Thin.woff2") format("woff2"), url("../fonts/Canela-Thin.woff") format("woff");
  font-style: "normal";
  font-weight: "regular"; }

@font-face {
  font-family: "Canela Light";
  src: url("../fonts/Canela-Light.woff2") format("woff2"), url("../fonts/Canela-Light.woff") format("woff");
  font-style: "normal";
  font-weight: "regular"; }

body {
  background: #111214;
  font-family: Inter, sans-serif; }
  body.pagehome {
    background-image: url(../../assets/images/3.jpg);
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media (max-width: 996px) {
      body.pagehome {
        background-size: 350% auto; } }
h1, h2 {
  font-family: 'Canela Light', serif;
  font-weight: 300; }

header {
  background: transparent;
  z-index: 1000;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 2em 0; }
  .pagehome header {
    position: fixed;
    top: 0;
    transition: all 1s;
    padding: 1em 0; }
    .pagehome header.scrolled {
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center; }
      .pagehome header.scrolled img.logo {
        max-width: 8em; }
  header img.logo, header .artistlogo {
    max-width: 12em;
    margin: 0 0 0 2em;
    position: relative;
    transition: all 1s; }
    @media (max-width: 996px) {
      header img.logo, header .artistlogo {
        margin: 0 0 0 0.5em; } }
  header nav {
    width: auto;
    flex-direction: row; }
    header nav .social-nav {
      margin: 0; }
      @media (max-width: 996px) {
        header nav .social-nav {
          display: none; } }
      header nav .social-nav a:hover {
        color: #ffffff; }

.hamburger-wrap {
  display: inline-block;
  padding: 0 2em 0 0.5em;
  cursor: pointer;
  width: 25px;
  height: 20px;
  background-color: transparent; }
  @media (max-width: 996px) {
    .hamburger-wrap {
      padding: 0 1em 0 0.5em;
      top: 1.5em; } }
  .hamburger-wrap .hamburger-outer {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px; }
    .hamburger-wrap .hamburger-outer .hamburger-inner {
      margin: 10px 0;
      position: absolute;
      width: 25px;
      height: 2px;
      background: #ffffff; }
      .hamburger-wrap .hamburger-outer .hamburger-inner:before, .hamburger-wrap .hamburger-outer .hamburger-inner:after {
        content: '';
        display: block;
        position: absolute;
        width: 25px;
        height: 2px;
        background: #ffffff; }
      .hamburger-wrap .hamburger-outer .hamburger-inner:before {
        top: 8px; }
      .hamburger-wrap .hamburger-outer .hamburger-inner:after {
        bottom: 8px; }

nav#slide_out {
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  background: #2d3e4e;
  background-image: url(../../assets/images/1-v2.jpg);
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ffffff;
  transition: all 250ms cubic-bezier(0.85, 0, 0.15, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  right: -30%; }
  @media (max-width: 996px) {
    nav#slide_out {
      right: -100%;
      width: 100%; } }
  nav#slide_out.active {
    right: 0; }
  nav#slide_out .links {
    display: flex;
    flex-direction: column;
    text-align: center; }
    nav#slide_out .links a {
      color: #ffffff;
      text-decoration: none;
      line-height: 2.5em;
      font-size: 2em;
      text-transform: uppercase;
      font-weight: normal; }
      @media (max-width: 996px) {
        nav#slide_out .links a {
          font-size: 1.5em;
          line-height: 2em; } }
  nav#slide_out .social {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2em; }
    nav#slide_out .social .smem-socials {
      flex-wrap: wrap;
      justify-content: center; }
      nav#slide_out .social .smem-socials a {
        color: #ffffff; }
        @media (max-width: 996px) {
          nav#slide_out .social .smem-socials a {
            font-size: 1.25em; } }
  nav#slide_out .close {
    text-align: right;
    margin: 1em;
    cursor: pointer;
    position: relative;
    width: 2em;
    height: 2em;
    align-self: flex-end; }
    nav#slide_out .close:before, nav#slide_out .close:after {
      position: absolute;
      left: 1em;
      content: ' ';
      height: 2em;
      width: 2px;
      background-color: #ffffff; }
    nav#slide_out .close:before {
      transform: rotate(45deg); }
    nav#slide_out .close:after {
      transform: rotate(-45deg); }

img.social-icon {
  height: 20px; }

main {
  max-width: initial;
  background: none;
  z-index: initial; }

.cta a {
  font-family: Inter, sans-serif;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold; }
  .cta a:hover {
    background: #ffffff; }

.cta.cta-top-right {
  position: absolute;
  right: 1em;
  top: 0;
  margin: 0; }
  .cta.cta-top-right a {
    padding: 0.5em 1em;
    font-size: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    .cta.cta-top-right a:hover {
      color: #000000; }
  @media (max-width: 996px) {
    .cta.cta-top-right {
      display: none; } }
section {
  margin: 0 auto 5rem;
  padding: 0; }
  @media (max-width: 996px) {
    section {
      margin: 0 auto 2rem; } }
  section .section-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transition: opacity 3.5s; }
    .pagehome section .section-wrapper {
      opacity: 0; }
    @media (max-width: 996px) {
      section .section-wrapper {
        padding: 0 1em; } }
    section .section-wrapper.inview {
      opacity: 1; }
  @media (max-width: 996px) {
    body.pagehome section {
      width: initial;
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }
  section h2.section-title {
    margin-top: 0;
    padding-top: 0;
    background: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#section_carousel {
  /*
//  background-image: url(../../assets/images/header-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-width: initial;
  //height: 100vh;
  height: 56.25vw;
  max-height: 100vh;
  margin: 0;
  overflow: hidden;

  @media (max-width: 996px) {
//    background-image: url(../../assets/images/header-mob-img.jpg);
    height: 177vw;
  }

  video, .smem-carousel {
    //min-height: 100vh;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    @media (max-width: 996px) {
//      display: none;
    }
  }

  .slide-arrow {
    -webkit-border-top-right-radius: initial;
    -webkit-border-bottom-right-radius: initial;
    border-radius: initial;
    font-size: 1.5rem;
    background: #ffffff;
    &.slick-prev {
      padding: 65px 20px 63px 10px;
    }
    &.slick-next {
      padding: 65px 10px 63px 20px;
    }
  }
  */ }
  #section_carousel nav {
    background: linear-gradient(transparent, #131416);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 0;
    animation: fadeIn ease 3s; }
    @media (max-width: 996px) {
      #section_carousel nav {
        display: none; } }
    #section_carousel nav#text-nav div {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      text-transform: uppercase;
      padding: 0 1em; }
      #section_carousel nav#text-nav div span {
        flex: 1; }
      #section_carousel nav#text-nav div a {
        flex: 1;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        padding: 1em 2em;
        font-weight: bold; }
        #section_carousel nav#text-nav div a:hover {
          color: #ffffff; }
        #section_carousel nav#text-nav div a:first-of-type, #section_carousel nav#text-nav div a:last-of-type {
          color: #ffffff;
          border: 2px solid #ffffff;
          transition: all 0.4s ease-in-out; }
          #section_carousel nav#text-nav div a:first-of-type:hover, #section_carousel nav#text-nav div a:last-of-type:hover {
            background: #ffffff;
            color: #000000; }

#section_intro_releases_news_wrapper {
  background-image: linear-gradient(to bottom, transparent, #111214), url(../../assets/images/1-v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.pagehome #section_intro {
  background-image: url(../../assets/images/border-graphic-top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center -8vw;
  padding-top: 8em;
  overflow-x: visible;
  margin-bottom: 0;
  min-height: 40vh; }
  @media (max-width: 996px) {
    .pagehome #section_intro {
      padding-top: 4em; } }
#section_intro .section-wrapper {
  display: flex;
  position: relative; }
  @media (max-width: 996px) {
    #section_intro .section-wrapper {
      flex-wrap: wrap; } }
#section_intro .images {
  position: relative;
  flex: 1 0 50%; }
  @media (max-width: 996px) {
    #section_intro .images {
      flex-basis: 100%;
      padding-bottom: 100%; } }
  #section_intro .images img {
    position: absolute; }
    #section_intro .images img:first-of-type {
      top: 10%;
      left: 2%;
      width: 38%;
      z-index: 2; }
    #section_intro .images img:nth-of-type(2) {
      top: 15%;
      left: 30%;
      width: 50%; }
    #section_intro .images img:last-of-type {
      bottom: 0;
      right: 0;
      width: 34%; }

#section_intro .text {
  padding: 0 2em; }
  @media (max-width: 996px) {
    #section_intro .text {
      flex-basis: 100%;
      padding: 0; } }
  #section_intro .text h2 {
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 0; }
    @media (max-width: 996px) {
      #section_intro .text h2 {
        font-size: 2em; } }
  #section_intro .text .cta {
    text-align: left; }
  #section_intro .text p {
    line-height: 1.7em; }

#section_releases .smem-releases {
  max-width: initial;
  flex-wrap: wrap;
  flex-direction: row; }

#section_releases .release {
  border-bottom: none;
  padding: 0 1rem 0.5rem;
  flex: 1 0 30%;
  max-width: 30%;
  min-width: auto;
  margin-bottom: 0;
  flex-direction: column; }
  @media (max-width: 996px) {
    #section_releases .release {
      flex: 1 0 auto;
      max-width: 100%;
      width: auto;
      margin-bottom: 150px; } }
  #section_releases .release:nth-of-type(3n + 2):not(:last-of-type) {
    margin-top: 5em; }
  #section_releases .release .packshot {
    width: 100%; }
    #section_releases .release .packshot img {
      width: 100%; }
  #section_releases .release .info {
    align-items: flex-start;
    padding: 0;
    width: calc(100% - 2rem); }
    #section_releases .release .info .release-title {
      font-size: 1.6rem; }
    #section_releases .release .info .release-meta {
      position: relative;
      /*
        &::before {
          position: absolute;
          content: 'Stream on';
          font-size: 0.9em;
          font-family: Inter, sans-serif;
        }
        */ }
      #section_releases .release .info .release-meta .release-date, #section_releases .release .info .release-meta .release-custominfo, #section_releases .release .info .release-meta .release-embed, #section_releases .release .info .release-meta .tracklist {
        display: none; }
      #section_releases .release .info .release-meta .retail-links {
        margin: 0em 0;
        align-content: flex-start;
        justify-content: flex-start;
        /*
          a {
            background: transparent;
            color: $powder-blue;
            width: auto;
            padding: 0.5em 0.125em;
            font-size: 1.5em;

            &:first-of-type {
              padding-left: 0;
            }

            &[href*="apple"] {
              i::before {
                content: "\f179";
              }
            }
            &[href*="spotify"] {
              i::before {
                content: "\f1bc";
              }
            }
            &[href*="amazon"] {
              i::before {
                content: "\f270";
              }
            }

            i {
              padding: 0;
            }
          }
          */ }
        #section_releases .release .info .release-meta .retail-links a.retail-link {
          font-family: "Raleway";
          display: inline-block;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: bold;
          padding: 1em 2em;
          background-color: #ffffff;
          color: #000;
          border: 2px solid #ffffff;
          border-radius: 0;
          transition: all 0.4s ease-in-out;
          width: 100%;
          margin: 1vw 0; }
          #section_releases .release .info .release-meta .retail-links a.retail-link:hover {
            background-color: #fff;
            color: #000;
            border: 2px solid #fff; }
          #section_releases .release .info .release-meta .retail-links a.retail-link i {
            padding-right: 10px; }
  #section_releases .release:nth-child(2n) .info, #section_releases .release:nth-child(2n) .packshot {
    order: initial; }

#section_news .smem-news {
  max-width: 1200px; }

#section_news.single-news-item .section-wrapper {
  max-width: 800px; }

#section_news .news-item {
  background: none;
  width: calc(50% - 2em);
  margin: 0 auto 2em auto; }
  @media (max-width: 996px) {
    #section_news .news-item {
      width: 100%;
      margin: 1em auto; } }
#section_news .news-metas {
  order: 1;
  flex: 0;
  justify-content: flex-start;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 0.9em; }
  #section_news .news-metas .news-date {
    color: #ffffff; }

#section_news .image-wrap {
  order: 2; }

#section_news .news-title {
  order: 3;
  flex: 1;
  text-align: left;
  padding: 0;
  font-size: 1em; }

#section_news .news-excerpt p {
  font-size: 1em;
  line-height: 1.7em; }

#section_news .news-excerpt .cta {
  display: block;
  text-align: left; }

#section_news .news-content {
  text-align: left;
  line-height: 1.7em;
  font-size: 1rem;
  width: 100%; }

.page-article #section_news .news-item {
  width: auto; }

#section_videos_instagram_wrapper {
  background-image: url(../../assets/images/2-v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.pagehome #section_videos {
  background-image: url(../../assets/images/border-graphic-mid.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 5em; }

#section_videos .video {
  border: none; }
  @media (max-width: 996px) {
    #section_videos .video {
      width: 100%;
      margin: 0; } }
#section_gallery {
  background-image: url(../../assets/images/border-graphic-3.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom -6vw;
  padding-bottom: 10rem; }
  #section_gallery .gallery-image {
    height: initial;
    width: calc(33.33% - 2rem);
    margin: 1rem;
    padding: 0;
    flex-grow: 0; }
    @media (max-width: 996px) {
      #section_gallery .gallery-image {
        width: 100%; } }
  .pagehome #section_gallery .gallery-image {
    width: calc(50% - 2rem); }
    @media (max-width: 996px) {
      .pagehome #section_gallery .gallery-image {
        width: 100%; } }
    .pagehome #section_gallery .gallery-image:nth-of-type(n+5) {
      display: none; }

#section_tourdates {
  margin-bottom: 0;
  padding: 2em 0; }
  .pagehome #section_tourdates {
    background-color: #090a0b; }
  #section_tourdates .date {
    border-bottom: none;
    background: rgba(27, 29, 32, 0.3);
    margin: 0.5em auto;
    justify-content: space-between;
    align-items: baseline; }
    #section_tourdates .date .day {
      width: auto;
      flex-grow: 0;
      padding-left: 1em;
      padding-right: 1em;
      border-right: 1px solid rgba(228, 233, 238, 0.1); }
      @media (max-width: 996px) {
        #section_tourdates .date .day {
          border-right: none;
          width: 100%;
          text-align: center;
          padding: 0; } }
      #section_tourdates .date .day::before {
        font-weight: 400;
        content: '\f073';
        font-family: 'FontAwesome';
        margin-right: 0.6em;
        color: #ffffff;
        font-size: 1.4em; }
    #section_tourdates .date .venue {
      width: auto;
      padding-left: 1em;
      padding-right: 1em; }
      @media (max-width: 996px) {
        #section_tourdates .date .venue {
          width: 100%;
          text-align: center;
          padding: 0; } }
    #section_tourdates .date .town {
      width: auto;
      flex-grow: 1;
      opacity: 0.6;
      font-size: 0.9em; }
      @media (max-width: 996px) {
        #section_tourdates .date .town {
          width: 100%;
          text-align: center; } }
    #section_tourdates .date .ticketlinks-wrap {
      width: auto; }
      @media (max-width: 996px) {
        #section_tourdates .date .ticketlinks-wrap {
          width: 100%;
          text-align: center; } }
      #section_tourdates .date .ticketlinks-wrap .ticketlink {
        background: none !important;
        border: 2px solid #ffffff;
        color: #ffffff;
        max-width: 15em;
        align-self: flex-end;
        margin-right: 1em;
        font-size: 1em; }
        @media (max-width: 996px) {
          #section_tourdates .date .ticketlinks-wrap .ticketlink {
            align-self: center;
            margin-right: 0; } }
        #section_tourdates .date .ticketlinks-wrap .ticketlink.sold_out {
          border: 2px solid #666;
          color: #666;
          cursor: not-allowed; }
          #section_tourdates .date .ticketlinks-wrap .ticketlink.sold_out:hover {
            color: #fff; }
    #section_tourdates .date .show-info {
      border: 2px solid #ffffff;
      margin: 1em 0; }
      #section_tourdates .date .show-info a {
        color: #ffffff; }
  #section_tourdates .no-tour-dates p {
    line-height: 1.7em; }
    #section_tourdates .no-tour-dates p a:hover {
      color: #ffffff; }
  #section_tourdates .no-tour-dates .cta {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: transparent;
    font-size: 1rem;
    font-family: Inter, sans-serif; }
    #section_tourdates .no-tour-dates .cta:hover {
      background: #ffffff;
      color: #000000; }

#section_store .products-widget {
  flex-wrap: nowrap; }
  @media (max-width: 996px) {
    #section_store .products-widget {
      flex-direction: row;
      flex-wrap: wrap; } }
  #section_store .products-widget .product {
    width: auto;
    padding: 0.5rem;
    flex: 1 1 calc(50% - 1em); }
    @media (max-width: 996px) {
      #section_store .products-widget .product {
        flex: 1 1 100%; } }
#section_store .product-title, #section_store .product-price, #section_store .product-buy-button {
  display: none; }

#section_bio {
  min-height: auto;
  margin-bottom: 0; }
  #section_bio .section-wrapper {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 996px) {
      #section_bio .section-wrapper {
        flex-wrap: wrap;
        margin: 0 1em; } }
  #section_bio h2 {
    color: #ffffff;
    font-size: 5em;
    width: 40%;
    margin: 0 1em 0 0; }
    @media (max-width: 996px) {
      #section_bio h2 {
        margin-bottom: 1em;
        width: 100%;
        font-size: 2em;
        text-align: center; } }
  #section_bio p {
    line-height: 1.7em; }
    #section_bio p:first-of-type {
      margin-top: 0; }

#section_faq {
  margin: 0 auto 5rem;
  padding-top: 1em; }
  #section_faq .section-wrapper {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 996px) {
      #section_faq .section-wrapper {
        flex-wrap: wrap;
        margin: 0 1em; } }
  #section_faq .faq-item {
    width: auto; }
  #section_faq .faq-title, #section_faq a {
    color: #ffffff; }

footer {
  background-color: transparent;
  background-image: url(../../assets/images/border-graphic-footer.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 4em;
  display: block;
  position: initial;
  font-size: 1em; }
  @media (max-width: 996px) {
    footer {
      padding-top: 1em; } }
  footer .legals {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 1em;
    box-sizing: border-box;
    justify-content: space-between; }
    @media (max-width: 996px) {
      footer .legals {
        flex-direction: column;
        flex-wrap: wrap;
        width: auto; } }
  footer .footer-logo {
    width: 10em; }
    @media (max-width: 996px) {
      footer .footer-logo {
        order: 2;
        align-self: center; } }
    footer .footer-logo img {
      width: 100%; }
  @media (max-width: 996px) {
    footer p:first-of-type {
      order: 1; }
    footer p:last-of-type {
      order: 2; } }
#image-viewer, #video-player, .modal {
  z-index: 3000; }
  #image-viewer #image-viewer-close, #image-viewer #video-player-close, #image-viewer .modal-close, #video-player #image-viewer-close, #video-player #video-player-close, #video-player .modal-close, .modal #image-viewer-close, .modal #video-player-close, .modal .modal-close {
    background-color: #ffffff; }
    #image-viewer #image-viewer-close:hover, #image-viewer #video-player-close:hover, #image-viewer .modal-close:hover, #video-player #image-viewer-close:hover, #video-player #video-player-close:hover, #video-player .modal-close:hover, .modal #image-viewer-close:hover, .modal #video-player-close:hover, .modal .modal-close:hover {
      color: #ffffff; }

.pagecontent {
  background-color: #111214;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; }
  @media (max-width: 996px) {
    .pagecontent {
      background-size: 200% auto; } }
  .pagecontent.page-tourdates {
    background-image: url(../../assets/images/tour-bg-v2.jpg); }
  .pagecontent.page-releases {
    background-image: url(../../assets/images/header-img-v2.jpg); }
  .pagecontent.page-news {
    background-image: url(../../assets/images/news-bg-v2.jpg); }
  .pagecontent.page-article {
    background-image: url(../../assets/images/news-bg-v2.jpg); }
  .pagecontent.page-videos {
    background-image: url(../../assets/images/video-bg-v2.jpg); }
  .pagecontent.page-gallery {
    background-image: url(../../assets/images/gallery-bg-v2.jpg); }
  .pagecontent.page-bio {
    background-image: url(../../assets/images/news-bg-v2.jpg); }
  .pagecontent h2.section-title {
    background-image: url(../../assets/images/border-graphic-3-interior.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 4rem;
    text-align: center;
    font-size: 4em;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 6rem; }
    @media (max-width: 996px) {
      .pagecontent h2.section-title {
        font-size: 2em;
        background-position: center 3rem;
        padding-bottom: 3rem; } }
  .pagecontent section {
    padding-top: 5em;
    background-color: #111214;
    min-height: 25vh; }
    @media (max-width: 996px) {
      .pagecontent section {
        padding-top: 2em;
        min-height: initial; } }
#text-nav a:first-of-type, #text-nav a:last-of-type {
  color: #ffffff !important;
  border: none !important;
  transition: none !important; }
  #text-nav a:first-of-type:hover, #text-nav a:last-of-type:hover {
    background: none !important;
    color: #ffffff !important; }

#text-nav span {
  display: none !important; }

.pagehome #section_news .section-wrapper, .pagehome #section_bio .section-wrapper {
  display: none; }

.pagehome #section_news, .pagehome #section_bio, .pagehome #section_releases {
  padding-bottom: 0;
  margin-bottom: 0; }
