@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/4.7.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/Helvetica.woff2") format("woff2"); /* Legacy iOS */
}
html,
body {
  background: #000000;
  color: #ffffff;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-display: swap;
}

body:before {
  content: " ";
  display: block;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  opacity: 0.4;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  pointer-events: none;
  background-attachment: fixed;
  z-index: 5;
}

h2,
h3 {
  text-transform: uppercase;
}

h4,
h5,
h6 {
  color: #ff4901;
}

a {
  color: #fff;
}
a:hover {
  color: #4d4d4d;
}

.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: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cta a:hover {
  background-color: #000;
  color: #ff4901;
}
.cta.more a {
  font-size: 1rem;
}

header {
  text-align: center;
  font-weight: 300;
  font-family: "Helvetica";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #000000;
}
header .mobile {
  display: none;
}
header .artistlogo {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  header .artistlogo {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100vw - ( 40px + calc( 15px * 2 ) ));
    height: calc( calc( 15px * 4 ) + 3px );
    z-index: 9999;
    background-color: #ff4901;
  }
}
header .artistlogo .smem-logo {
  width: 100%;
}
@media (max-width: 992px) {
  header .artistlogo .smem-logo {
    margin: 0;
    padding-left: 15px;
  }
}
header .artistlogo .smem-logo img {
  width: auto;
  max-width: 80%;
  max-height: 50px;
}
@media (max-width: 992px) {
  header .artistlogo .smem-logo img {
    width: unset;
    max-width: 100%;
    max-height: 2rem;
  }
}
header nav {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 992px) {
  header nav {
    z-index: 666;
    position: fixed;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    left: -100vw;
    margin: 0px;
    background-color: #000000;
  }
}
header nav .site-nav {
  width: 70%;
  margin: 0 auto;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  header nav .site-nav {
    text-align: center;
    padding-bottom: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  header nav .site-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header nav .site-nav a {
  font-size: 100%;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
header nav .site-nav a:hover {
  color: #ff4901;
}
@media (max-width: 992px) {
  header nav .site-nav a {
    display: block;
    font-size: 8vmin;
    margin: 1rem auto;
    line-height: 100%;
  }
}
header nav .site-nav a.current {
  color: #ff4901;
  font-weight: 700;
  pointer-events: none;
}
header nav .social-nav {
  width: 30%;
  margin: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  header nav .social-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header nav .social-nav .smem-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header nav .social-nav .smem-socials a {
  color: #ffffff;
  font-size: 125%;
  text-decoration: none;
  padding-left: 1vw;
  padding-right: 1vw;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header nav .social-nav .smem-socials a:hover {
  color: #ff4901;
}
@media (max-width: 992px) {
  header nav .social-nav .smem-socials a {
    padding: 10px;
    text-align: center;
    font-size: 1.75rem;
    line-height: 3rem;
    margin: 0.1rem;
  }
}
@media (max-width: 992px) {
  header.top .artistlogo,
header.top .hamburger-wrap {
    bottom: unset;
    top: 0;
  }
}

@media (max-width: 992px) {
  body.menu-open header nav {
    left: 0;
  }
}

.smem-logo {
  width: 25%;
  margin: 20px auto;
}
@media (max-width: 992px) {
  .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 a.tiktok span.tiktok-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #000;
}
.smem-socials a.tiktok span.tiktok-icon svg path.tiktok-icon-fill:hover {
  fill: #ff4901;
}

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

section {
  z-index: 100;
  position: relative;
  padding: 0;
  max-width: 100vw;
  margin: 0px auto;
}
@media (max-width: 992px) {
  section {
    width: 100vw;
  }
}
section h2.section-title {
  font-size: 200%;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em auto 0.5em;
  padding: 1%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 300;
  border-radius: 0;
}
@media (max-width: 992px) {
  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;
  width: 90%;
}
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: #fff;
  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.album-releases {
  margin-top: 3em;
  border-bottom: 1px solid rgb(255, 73, 1);
}
body.pagehome section.page-section.album-releases .album-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  body.pagehome section.page-section.album-releases .album-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.pagehome section.page-section.album-releases .album-content .album_release_logo_container {
  margin-bottom: 1em;
}
body.pagehome section.page-section.album-releases .album-content .album_release_logo_container img {
  width: 50%;
  max-width: 800px;
}
@media (max-width: 992px) {
  body.pagehome section.page-section.album-releases .album-content .album_release_logo_container img {
    width: 70%;
  }
}
body.pagehome section.page-section.album-releases .album-content .album_release_image_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 1em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.pagehome section.page-section.album-releases .album-content .album_release_image_container img {
  width: 50%;
  max-width: 600px;
}
@media (max-width: 992px) {
  body.pagehome section.page-section.album-releases .album-content .album_release_image_container img {
    width: 100%;
  }
}
body.pagehome section.page-section.releases .smem-releases {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 992px) {
  body.pagehome section.page-section.releases .smem-releases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.pagehome section.page-section.releases .smem-releases .release {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  min-width: 33.33%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.pagehome section.page-section.releases .smem-releases .release:last-child {
  border-bottom: 1px solid #ff4901;
}
@media (max-width: 992px) {
  body.pagehome section.page-section.releases .smem-releases .release {
    width: 100%;
  }
}
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-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 {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .info {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  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: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  z-index: 801;
}
@media (max-width: 992px) {
  .modal .modal-close {
    top: 0;
    right: 0;
  }
}
.modal .modal-close:hover {
  background-color: #000;
  color: #ff4901;
}
.modal .modal-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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;
}
footer .legals span.sep {
  margin: 0 0.5em;
}
footer .legals span a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  footer {
    margin-bottom: calc( calc( 15px * 4 ) + 3px );
  }
}

section.page-section.about .smem-bio .bio p {
  text-align: justify;
}
section.page-section.about .smem-bio .bio p img {
  width: 80%;
  margin: 3rem auto;
  display: block;
}
section.page-section.about .smem-bio .bio p iframe {
  margin: 3rem auto;
  display: block;
}
@media (max-width: 1200px) {
  section.page-section.about .smem-bio .bio img {
    width: 80%;
    height: auto;
  }
  section.page-section.about .smem-bio .bio iframe {
    width: 80%;
  }
}
@media (max-width: 992px) {
  section.page-section.about .smem-bio .bio img {
    width: 100%;
  }
  section.page-section.about .smem-bio .bio iframe {
    width: 100%;
  }
}
@media (max-width: 414px) {
  section.page-section.about .smem-bio .bio img {
    width: 100%;
  }
  section.page-section.about .smem-bio .bio iframe {
    width: 100%;
  }
}

section.page-section.bio {
  text-align: center;
  padding: 3em 0;
}
section.page-section.bio h2.section-title {
  margin-bottom: 1em;
}
section.page-section.bio .smem-bio {
  font-size: 1.2em;
}

section.page-section.carousel {
  height: 70vh;
  min-height: 668px;
  padding: 0;
  position: relative;
  margin: 0 0 30px;
  width: 100%;
  max-width: none;
}
@media (max-width: 992px) {
  section.page-section.carousel {
    height: 50vh;
    min-height: 0;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel {
    height: 60vh;
    width: 100%;
  }
}
@media (max-width: 800px) and (max-height: 414px) {
  section.page-section.carousel {
    height: 95vh;
  }
}
section.page-section.carousel .smem-carousel {
  position: relative;
  height: 100%;
}
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 {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
  position: absolute;
  top: 50%;
  left: 40px;
  width: calc(100% - 80px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3em;
  z-index: 20;
  pointer-events: all;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
    font-size: 2em;
    left: 5px;
    top: 40%;
    width: calc(100% - 10px);
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
  cursor: pointer;
  background-color: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
  background-color: #000;
  color: #ff4901;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
  padding: 5px 20px 3px 10px;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
    padding: 5px 10px 3px 5px;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
  padding: 5px 10px 3px 20px;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
    padding: 5px 5px 3px 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;
}
@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 bottom;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-button:before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  bottom: 0;
  position: absolute;
  opacity: 1;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-button:before {
    opacity: 1;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
  position: absolute;
  bottom: 3%;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (max-width: 1200px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    bottom: 0%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 200%;
  line-height: 100%;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 0 1% 0;
  display: inline;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
    font-size: 80%;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
    font-size: 70%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 150%;
  line-height: 100%;
  font-weight: 400;
  margin: 0 0 1% 0;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  background-color: #ff4901;
  color: #ffffff;
  border-radius: 0;
}
@media (max-width: 992px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
    font-size: 125%;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
    font-size: 100%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 1% 0;
}
@media (max-width: 1200px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem;
}
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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2em auto;
  text-align: center;
}
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: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  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: #000;
  color: #ff4901;
}
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;
}
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 span {
  color: #ff4901;
}
@media (max-width: 992px) {
  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: 100%;
  }
}
@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 {
    font-size: 100%;
    letter-spacing: normal;
  }
}
section.page-section.carousel.fullscreen {
  padding: 0px;
  height: auto;
  width: auto;
  min-height: auto;
  min-width: auto;
  max-width: none;
}
section.page-section.carousel.fullscreen .smem-carousel {
  position: relative;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 0px auto;
}
@media (max-width: 992px) {
  section.page-section.carousel.fullscreen .smem-carousel {
    padding-bottom: 75%;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel.fullscreen .smem-carousel {
    padding-bottom: 100%;
  }
}
section.page-section.carousel.fullscreen .smem-carousel .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.page-section.contact .smem-contact a:hover {
  color: #ff4901;
}

#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: 800;
  display: none;
}
#image-viewer #image-viewer-nav {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 810;
  font-size: 3em;
}
#image-viewer #image-viewer-nav #image-nav-prev {
  left: 2vw;
  cursor: pointer;
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
}
#image-viewer #image-viewer-nav #image-nav-prev a {
  display: block;
  position: relative;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  background-color: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
#image-viewer #image-viewer-nav #image-nav-prev a:hover {
  background-color: #000;
  color: #ff4901;
}
#image-viewer #image-viewer-nav #image-nav-prev a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#image-viewer #image-viewer-nav #image-nav-prev.inactive a {
  opacity: 0.4;
  cursor: not-allowed;
}
#image-viewer #image-viewer-nav #image-nav-next {
  right: 2vw;
  cursor: pointer;
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
}
#image-viewer #image-viewer-nav #image-nav-next a {
  display: block;
  position: relative;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  background-color: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
#image-viewer #image-viewer-nav #image-nav-next a:hover {
  background-color: #000;
  color: #ff4901;
}
#image-viewer #image-viewer-nav #image-nav-next a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#image-viewer #image-viewer-nav #image-nav-next.inactive a {
  opacity: 0.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: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  z-index: 801;
}
#image-viewer #image-viewer-close:hover {
  background-color: #000;
  color: #ff4901;
}
#image-viewer #image-viewer-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#image-viewer #image-viewer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#image-viewer #image-viewer-inner img {
  width: 80%;
  height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

section.page-section.gallery .smem-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
}
section.page-section.gallery .smem-gallery .gallery {
  width: calc(33.33% - 2rem);
  padding: 1rem;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page-section.gallery.grid .smem-gallery .gallery-image .image-subtitle {
  display: none;
}

#lyricsModal {
  overflow: scroll;
}
#lyricsModal .modal-inner .content-container {
  text-align: center;
  padding: 10vmin 0;
}

section.page-section.news .smem-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
section.page-section.news .smem-news .news-item {
  width: calc(33% - 2rem);
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
  color: #ffffff;
  background: #000000;
}
@media (max-width: 992px) {
  section.page-section.news .smem-news .news-item {
    width: 100%;
  }
}
section.page-section.news .smem-news .news-item .image-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
}
section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
  display: block;
  position: relative;
  -o-object-position: 50% 50%;
     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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
section.page-section.news .smem-news .news-item .news-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  padding: 0px 10px;
  font-size: 75%;
}
section.page-section.news .smem-news .news-item .news-excerpt {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
section.page-section.news .smem-news .news-item .news-excerpt p {
  text-align: justify;
  width: 90%;
  margin: 0px auto;
  font-size: 75%;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 0px 0px;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.page-section.news .smem-news .news-item .news-metas {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Helvetica";
  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 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 120%;
}
section.site-page.news .smem-news .news-item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4rem auto;
}
section.site-page.news .smem-news .news-item .image-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 200%;
  text-align: center;
}
section.site-page.news .smem-news .news-item .news-excerpt {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: none;
}
section.site-page.news .smem-news .news-item .news-metas {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #ffffff;
  font-family: Helvetica;
  text-transform: uppercase;
  margin: 15px 0px;
}
section.site-page.news .smem-news .news-item .news-metas .news-date {
  color: #ff4901;
}
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 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          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 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  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: 992px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll;
  }
}
@media (max-width: 992px) and (orientation: portrait) {
  #newsletterModal {
    height: auto;
    max-height: none;
  }
}
#newsletterModal .modal-inner .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80vw;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000000;
  color: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  #newsletterModal .modal-inner .content-container {
    width: 90%;
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 992px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 992px) 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: 992px) 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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#newsletterModal .modal-inner .content-container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  width: calc(50% - 4em);
  text-transform: uppercase;
}
@media (max-width: 992px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .right {
    width: calc(100% - 4em);
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media (max-width: 992px) 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: 992px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .right .logo {
    width: 40vw;
  }
}
#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;
}
@media (max-width: 992px) and (orientation: landscape) {
  #newsletterModal .modal-inner .content-container .cta a {
    padding: 0.5em;
  }
}
#newsletterModal .modal-inner .content-container .newsletter-dismiss {
  margin: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Helvetica;
  font-size: 0.8em;
  text-decoration: none;
  border: #ff4901 2px solid;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#newsletterModal .modal-inner .content-container .newsletter-dismiss:hover {
  background-color: #000;
  color: #ff4901;
  border: 2px solid #ff4901;
}

section.releases .smem-releases {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 992px) {
  section.releases .smem-releases {
    margin-bottom: 0em;
  }
}
section.releases .smem-releases .release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 1rem 2rem;
  border-bottom: 1px solid #ff4901;
  width: calc(100% - 2rem);
  margin-bottom: 50px;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}
section.releases .smem-releases .release:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  section.releases .smem-releases .release {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0 auto 20vh auto;
  }
}
section.releases .smem-releases .release .packshot {
  width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  section.releases .smem-releases .release .packshot {
    width: 100%;
  }
}
section.releases .smem-releases .release .packshot img {
  width: 100%;
  max-width: 45vmin;
}
@media (max-width: 992px) {
  section.releases .smem-releases .release .packshot img {
    max-width: none;
  }
}
section.releases .smem-releases .release .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 50%;
}
@media (max-width: 992px) {
  section.releases .smem-releases .release .info {
    width: 100%;
  }
}
section.releases .smem-releases .release .info .release-title {
  font-size: 100%;
}
section.releases .smem-releases .release .info .release-meta {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.releases .smem-releases .release .info .release-meta .release-date {
  font-family: Helvetica;
  font-weight: 400;
  font-style: normal;
  font-size: 75%;
  display: none;
}
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;
}
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%;
}
section.releases .smem-releases .release .info .release-meta .tracklist {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  list-style-position: inside;
  margin: 20px;
  padding: 0;
  counter-reset: item;
}
section.releases .smem-releases .release .info .release-meta .tracklist:empty {
  display: none;
}
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 .lyrics-button {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:before {
  content: ")";
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:after {
  content: "(";
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics:hover > .lyrics-button {
  opacity: 1;
}
section.releases .smem-releases .release .info .release-meta .retail-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 50px;
  width: 100%;
  margin: 2em auto;
  text-align: center;
}
section.releases .smem-releases .release .info .release-meta .retail-links a {
  font-family: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.releases .smem-releases .release .info .release-meta .retail-links a:hover {
  background-color: #000;
  color: #ff4901;
}
section.releases .smem-releases .release .info .release-meta .retail-links.more a {
  font-size: 1rem;
}
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: 992px) {
  section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.releases .smem-releases .release:nth-child(even) .packshot {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 992px) {
  section.releases .smem-releases .release:nth-child(even) .packshot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.releases .smem-releases .release:nth-child(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.store {
  padding: 2em 0;
}
section.store .products-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.store .products-widget .product {
  width: calc(33.33% - 2rem);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  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: #000;
  color: #ff4901;
}

section.tourdates .smem-tourdates {
  margin: 0px auto;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
}
section.tourdates .smem-tourdates .tourdata-section {
  width: 100%;
}
section.tourdates .smem-tourdates .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #ff4901;
  text-align: center;
}
@media (max-width: 992px) {
  section.tourdates .smem-tourdates .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
  }
}
section.tourdates .smem-tourdates .date:last-child {
  border-bottom: none;
}
section.tourdates .smem-tourdates .date div.day {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25%;
}
@media (max-width: 992px) {
  section.tourdates .smem-tourdates .date div.day {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
section.tourdates .smem-tourdates .date div.venue {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 25%;
  font-size: 1.25em;
  font-weight: 400;
}
@media (max-width: 992px) {
  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 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 25%;
}
@media (max-width: 992px) {
  section.tourdates .smem-tourdates .date div.town {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto;
  text-align: center;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
  font-family: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
  background-color: #000;
  color: #ff4901;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap.more a {
  font-size: 1rem;
}
@media (max-width: 992px) {
  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 {
  width: calc(100% - 2em);
  background-color: #ff4901;
  color: #000;
  margin: 0.25rem auto;
  padding: 0.5em 1em;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.null-link {
  background-color: #b3b3b3;
  border-color: #4d4d4d;
  color: #000;
  cursor: not-allowed;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out {
  text-decoration: line-through;
  background-color: red;
  border-color: #af1a1a;
  color: #fff;
  cursor: not-allowed;
}
section.tourdates .smem-tourdates .date div.show-info {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: calc(100% - 2rem);
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border: 3px solid #ff4901;
  border-bottom: none;
  margin: 1em auto -1rem;
}
@media (max-width: 992px) {
  section.tourdates .smem-tourdates .date div.show-info {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
section.tourdates .smem-tourdates .date div.show-info a {
  color: #ff4901;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .date div.show-info a:hover {
  color: #ffffff;
}
section.tourdates .smem-tourdates .date:last-child .show-info {
  border-bottom: 3px solid #ff4901;
  margin-bottom: 0;
}
section.tourdates .smem-tourdates .no-tour-dates {
  text-align: center;
  height: 100%;
}
section.tourdates .smem-tourdates .no-tour-dates p {
  width: 80%;
  margin: 0 auto;
}
section.tourdates .smem-tourdates .bandsintown-container{
  max-width: 90%
}
section.tourdates .smem-tourdates .no-tour-dates p a {
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .no-tour-dates p a:hover {
  color: #ff4901;
}
section.tourdates .smem-tourdates .no-tour-dates .cta {
  font-family: "Helvetica";
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ff4901;
  color: #000;
  border: 2px solid #ff4901;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
  background-color: #000;
  color: #ff4901;
}

#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: #ff4901;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  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: #ff4901;
}
#video-player #video-player-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.page-section.videos .smem-videos {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.page-section.videos .smem-videos .video {
  width: calc(33.33% - 2rem);
  margin: 20px;
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}
@media (max-width: 992px) {
  section.page-section.videos .smem-videos .video {
    width: calc(100% - 4rem);
  }
  section.page-section.videos .smem-videos .video .tp-placeholder h3 {
    font-size: 0.7rem;
    margin: 0;
  }
  section.page-section.videos .smem-videos .video .tp-placeholder p {
    font-size: 0.5rem;
  }
  section.page-section.videos .smem-videos .video .tp-placeholder button {
    font-size: 0.7rem;
  }
}
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%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .tp-placeholder div {
  width: inherit !important;
}