@charset "UTF-8";
@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://fast.fonts.net/cssapi/c5ace199-250e-4eaf-bad5-48db13f90f7c.css");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("//fonts.googleapis.com/css?family=Raleway:300,regular,700,&display=swap");
@import url("//fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background: #e8ddd9;
  color: #000;
  font-display: swap;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-height: 100%;
}

a {
  /* These are technically the same, but use both */
  -ms-hyphens: auto;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  hyphens: auto;
  /* Instead use this non-standard one: */
  overflow-wrap: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}

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

body {
  background-attachment: fixed;
  background-color: #e8ddd9;
  background-image: url(../images/body-background-transparent-white-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90vw;
}

@media (max-width: 800px) {
  body {
    background-position: bottom 55px right 5vw;
  }
}
body.pagecontent .mobile {
  display: none;
  width: 100%;
}

@media (max-width: 800px) {
  body.pagecontent .mobile {
    display: block;
    margin-top: 63px;
  }
}
body.pagecontent.page-bio {
  background: #2F1D82 url(../images/body-background-content-about-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-bio {
    background: #fff url(none);
  }
}
body.pagecontent.page-releases {
  background: #241c10 url(../images/body-background-content-music-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-releases {
    background: #fff url(none);
  }
}
body.pagecontent.page-tourdates {
  background: #ffffff url(../images/body-background-content-events-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-tourdates {
    background: #fff url(none);
  }
}
body.pagecontent.page-videos {
  background: #e6e6da url(../images/body-background-content-videos-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-videos {
    background: #fff url(none);
  }
}
body.pagecontent.page-news {
  background: #b3030d url(../images/body-background-content-news-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-news {
    background: #fff url(none);
  }
}
body.pagecontent.page-gallery {
  background: #000000 url(../images/body-background-content-photos-v2.jpg) no-repeat top center fixed;
}

@media (max-width: 800px) {
  body.pagecontent.page-gallery {
    background: #fff url(none);
  }
}
body.pagecontent main {
  padding-top: 500px;
}

@media (max-width: 800px) {
  body.pagecontent main {
    padding: 0;
  }
}
body.pagecontent main section {
  background-color: rgba(255, 255, 255, 0.61);
  padding: 1em 0;
}

@media (max-width: 800px) {
  body.pagecontent main section {
    background-color: #fff;
  }
}
main:focus {
  outline: none;
}

.script {
  font-family: "Snell Roundhand LT W05 Script";
  font-size: 150%;
}

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: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cta a:hover {
  background-color: #fff;
  color: #666666;
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Montserrat";
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

header .mobile {
  display: none;
}

header .artistlogo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}

@media (max-width: 800px) {
  header .artistlogo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 63px;
    left: 0;
    position: fixed;
    top: 0;
    width: calc(100vw - 70px);
    z-index: 99;
  }
}
header .artistlogo .smem-logo {
  width: 100%;
}

@media (max-width: 800px) {
  header .artistlogo .smem-logo {
    margin: 0;
    padding-left: 15px;
  }
}
header .artistlogo .smem-logo img {
  max-height: 50px;
  max-width: 80%;
  width: auto;
}

@media (max-width: 800px) {
  header .artistlogo .smem-logo img {
    max-height: 2rem;
    max-width: 80%;
    width: unset;
  }
}
header nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 75%;
}

@media (max-width: 800px) {
  header nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
    left: -100vw;
    margin: 0px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 666;
  }
}
header nav .site-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  line-height: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  width: 70%;
}

@media (max-width: 800px) {
  header nav .site-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5vh;
    text-align: center;
    width: 90%;
  }
}
@media (max-width: 800px) 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 {
  color: #666666;
  font-size: 100%;
  padding: 0.15em 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header nav .site-nav a:hover {
  color: #000;
}

@media (max-width: 800px) {
  header nav .site-nav a {
    display: block;
    font-size: 6vmin;
    line-height: 100%;
    margin: 0.5rem auto;
  }
  header nav .site-nav a:hover {
    color: #000;
  }
}
header nav .site-nav a.current {
  color: #c10000;
}

header nav .social-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 30px;
  width: 30%;
}

@media (max-width: 800px) {
  header nav .social-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
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: #666666;
  font-size: 125%;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header nav .social-nav .smem-socials a:hover {
  color: #000;
}

@media (max-width: 800px) {
  header nav .social-nav .smem-socials a {
    font-size: 1.75rem;
    line-height: 3rem;
    margin: 0.1rem;
    padding: 10px;
    text-align: center;
  }
  header nav .social-nav .smem-socials a:hover {
    color: #fff;
  }
}
@media (max-width: 800px) {
  header.top .artistlogo,
  header.top .hamburger-wrap {
    bottom: unset;
    top: 0;
  }
}
@media (max-width: 800px) {
  body.menu-open header nav {
    left: 0;
  }
}
.smem-logo {
  width: 25%;
  margin: 20px auto;
}

@media (max-width: 800px) {
  .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%;
}

.hamburger-wrap {
  display: none;
}

@media (max-width: 800px) {
  .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;
    -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 {
  padding: 0;
  max-width: 100vw;
  margin: 0px auto;
  width: 80vw;
}

@media (max-width: 800px) {
  section {
    width: 100vw;
  }
}
section h2.section-title {
  font-size: 200%;
  text-align: center;
  margin: 0.5em auto 0.5em;
  padding: 1%;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

@media (max-width: 800px) {
  section h2.section-title {
    font-size: 150%;
  }
}
@media (max-width: 414px) {
  section h2.section-title {
    font-size: 100%;
  }
}
section h3.section-subtitle {
  font-size: 100%;
  text-align: center;
  margin: 1em auto 1em;
}

body.pagehome section.page-section:last-of-type {
  margin: 0 auto;
}

body.pagehome section.page-section.carousel {
  padding-bottom: 0;
}

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.playlist {
  margin: 0;
}

body.pagehome section.page-section.releases .smem-releases .release.playlist .packshot {
  display: none;
}

body.pagehome section.page-section.releases .smem-releases .release.playlist .info .release-meta .release-embed {
  display: block;
}

.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: #666666;
  color: #fff;
  -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: 800px) {
  .modal .modal-close {
    top: 0;
    right: 0;
  }
}
.modal .modal-close:hover {
  background-color: #fff;
  color: #666666;
}

.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%;
}

section.page-section.about .smem-bio {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
  display: block;
}

@media (max-width: 800px) {
  section.page-section.about .smem-bio {
    width: 100%;
  }
}
section.page-section.about .smem-bio .bio {
  padding: 1em 2em;
}

section.page-section.about .smem-bio .bio p {
  text-align: justify;
}

section.page-section.about .smem-bio .bio p img {
  width: 80%;
  height: auto;
  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: 800px) {
  section.page-section.about .smem-bio .bio img {
    width: 100%;
    height: auto;
  }
  section.page-section.about .smem-bio .bio iframe {
    width: 100%;
  }
}
@media (max-width: 414px) {
  section.page-section.about .smem-bio .bio img {
    width: 100%;
    height: auto;
  }
  section.page-section.about .smem-bio .bio 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;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  -webkit-animation: fadein 5s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 5s;
}

@media (max-width: 800px) {
  section.page-section.carousel .smem-carousel {
    height: 100svh;
  }
}
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -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;
  z-index: 20;
  pointer-events: none;
  font-size: 3vw;
}

@media (max-width: 800px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
    font-size: 6vw;
    font-family: "Montserrat";
    font-weight: normal;
    text-transform: uppercase;
    top: auto;
    bottom: 0;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
  color: #000;
  background-color: #fff;
}

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: 800px) {
  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: 800px) {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  /* HIDE ALL THE MS CONTENT FOR FULL SLIDE CTA'S */
  /* BUTTONS FOR ALL SLIDES */
}

@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: top center;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-title:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(50%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))) no-repeat center center scroll;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%) no-repeat center center scroll;
}

@media (max-width: 800px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-title:before {
    opacity: 1;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
  width: 80vw;
  margin-bottom: 5vh;
  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;
  z-index: 21;
}

@media (max-width: 800px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    padding-bottom: 5vh;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    padding-bottom: 0;
  }
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-bottom: 0;
  /* CTA TITLES FOR VIDEO SLIDES */
}

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;
}

section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* VIMEO - MOBILE LOADING OTHER SCALE 1:2 */
}

@media screen and (max-width: 822px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed iframe {
    width: 100% !important;
    height: 200vw !important;
    /* Given a 2:1 aspect ratio, 2/1*100 = 200 */
    min-height: 100vh;
    min-width: 50vh;
    /* Given a 16:9 aspect ratio, 1/2*100 = 50 */
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
  width: 80vw;
}

section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
  width: 80vw;
}

section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
  width: 80vw;
  margin-bottom: 5vh;
}

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 span.seo-text {
  display: none;
}

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 .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap {
  margin: 0 1vw;
}

section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap:first-child, section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap:last-child {
  margin: 0;
}

@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap {
    margin: 1vh 0;
  }
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap:first-child, section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap:last-child {
    margin: 0;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap .carousel-button {
  margin: 0 1vh;
}

@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap .carousel-button {
    width: 100%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
  font-family: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  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 .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button:hover {
  background-color: #fff;
  color: #666666;
}

section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .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 .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button:hover {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #000;
}

@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.slide-title, .subtitle {
  color: #fff;
  text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
  width: auto;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  padding: 0 0 3vh 0;
  margin: 0;
  display: inline;
}

.slide-title {
  font-size: 5vw;
}

@media (max-width: 414px) {
  .slide-title {
    font-size: 10vw;
  }
}
.subtitle {
  font-family: Raleway;
  display: inline-block;
}

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: #666666;
}

section.page-section.faq .smem-faq {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
  display: block;
}

@media (max-width: 800px) {
  section.page-section.faq .smem-faq {
    width: 100%;
  }
}
section.page-section.faq .smem-faq .faq-item {
  padding: 1em 2em;
  margin: 30px auto;
}

section.page-section.faq .smem-faq .faq-item .faq-title {
  margin: auto;
  text-align: center;
  color: #666666;
}

section.page-section.faq .smem-faq .faq-item .faq-answer p {
  text-align: center;
}

@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: 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: #666666;
  color: #fff;
  -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: #fff;
  color: #666666;
}

#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: #666666;
  color: #fff;
  -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: #fff;
  color: #666666;
}

#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: #666666;
  color: #fff;
  -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: #fff;
  color: #666666;
}

#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 {
  background-color: rgba(255, 255, 255, 0.91);
}

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(26.6666666667vw - 2rem);
  height: calc(26.6666666667vw - 2rem);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.page-section.news .smem-news .news-item {
  width: 29%;
  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: #000;
  background: #fff;
}

@media (max-width: 1200px) {
  section.page-section.news .smem-news .news-item {
    width: 44%;
  }
}
@media (max-width: 800px) {
  section.page-section.news .smem-news .news-item {
    width: 100%;
    margin: 0 0 2em 0;
  }
}
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%;
  text-transform: uppercase;
}

section.page-section.news .smem-news .news-item .news-excerpt {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-transform: uppercase;
}

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: "Montserrat";
  margin-bottom: 20px;
  text-transform: uppercase;
}

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;
}

@media (max-width: 800px) {
  section.site-page.news .smem-news .news-item .news-title {
    font-size: 150%;
  }
}
@media (max-width: 414px) {
  section.site-page.news .smem-news .news-item .news-title {
    font-size: 100%;
  }
}
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: "Montserrat";
  text-transform: uppercase;
  margin: 15px 0px;
}

section.site-page.news .smem-news .news-item .news-metas .news-date {
  color: #666666;
}

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;
  padding-bottom: 50px;
  display: block;
  text-align: center;
}

@media (max-width: 800px) {
  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%;
  padding-left: 1em;
  padding-right: 1em;
}

section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
  padding-left: 1em;
  padding-right: 1em;
  margin: 15px 0px;
}

@media (max-width: 414px) {
  section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
    font-size: 75%;
  }
}
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;
}

section.site-page.news .smem-news .news-item .news-content a {
  color: #c10000;
}

section.site-page.news .smem-news .news-item .news-content a:hover {
  color: #000;
}

@media (max-width: 800px) {
  section.site-page.news .smem-news .news-item .news-content iframe {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll;
  }
}
@media (max-width: 800px) 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: #fff;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

@media (max-width: 800px) {
  #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: 800px) 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: 800px) 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: 800px) 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;
  text-transform: uppercase;
  padding: 2em;
  width: calc(50% - 4em);
}

@media (max-width: 800px) 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: 800px) 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: 800px) 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;
}

@media (max-width: 800px) and (orientation: landscape) {
  #newsletterModal .modal-inner .content-container .cta a {
    padding: 0.5em;
  }
}
#newsletterModal .modal-inner .content-container .cta a:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

#newsletterModal .modal-inner .content-container .newsletter-dismiss {
  margin: 5px;
  color: #fff;
  background-color: #666666;
  border: 2px solid #666666;
  padding: 1em 2em;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 0.8em;
  font-weight: 300;
  text-decoration: none;
  -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: #fff;
  border: 2px solid #000;
}

section.releases {
  /*
    &.home-section {
        .smem-releases {

            .release {
                border: dotted 1px red;
                padding: 0;
                margin: 0;
                flex-wrap: wrap;
                .packshot {
                    border: dotted 1px red;
                    width: 50%;
                    img {
                        //border: dotted 1px #999;
                        width: 100%;
                        max-width: 100%;
                    }
                }
                .info {
                    width: 50%;

                    .release-title {
                        font-size: 100%;
                        text-transform: uppercase;
                    }
                    .release-meta {

                        .release-custominfo {
                            display: none;
                        }
                        .release-embed {
                            display: none;
                        }
                        .tracklist {
                            display: none;
                        }
                        .retail-links {
                            width: auto;

                        }
                    }
                }  
            }
        }
    }

    */
}

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: 800px) {
  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;
  width: 90%;
  margin: 0 auto 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: 1200px) {
  section.releases .smem-releases .release {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
section.releases .smem-releases .release .packshot {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
      -ms-flex-pack: flex;
          justify-content: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1200px) {
  section.releases .smem-releases .release .packshot {
    width: 100%;
  }
}
section.releases .smem-releases .release .packshot img {
  width: 100%;
}

section.releases .smem-releases .release .info {
  background-color: rgba(255, 255, 255, 0.61);
  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: 1200px) {
  section.releases .smem-releases .release .info {
    width: 100%;
  }
}
section.releases .smem-releases .release .info .release-title {
  font-size: 100%;
  text-transform: uppercase;
  margin: 2em 1em 0 1em;
}

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;
  margin: 0 2em;
}

section.releases .smem-releases .release .info .release-meta .release-date {
  display: none;
  font-family: "Montserrat";
  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-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 {
  margin: 2em auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
  padding: 0px;
  width: 100%;
}

section.releases .smem-releases .release .info .release-meta .retail-links a {
  font-family: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  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: #fff;
  color: #666666;
}

section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
  margin: 5px 0;
  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: 800px) {
  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: 1200px) {
  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: 800px) {
  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: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  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: #fff;
  color: #666666;
}

section.tourdates {
  text-align: center;
}

section.tourdates h3 {
  width: 80%;
  padding: 1em 1em;
  margin: 0 auto 1em;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #fff;
}

section.tourdates h3 a {
  font-weight: 700;
  color: #c10000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.tourdates .smem-tourdates {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 100px auto;
  display: block;
  padding: 1em 0;
}

@media (max-width: 800px) {
  section.tourdates .smem-tourdates {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1em;
  padding: 1em 0;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #666666;
}

@media (max-width: 800px) {
  section.tourdates .smem-tourdates .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 1em;
  }
}
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: 20%;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  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: 35%;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  section.tourdates .smem-tourdates .date div.venue {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
}
section.tourdates .smem-tourdates .date div.town {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 25%;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  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: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  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: #fff;
  color: #666666;
}

@media (max-width: 800px) {
  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: #666666;
  color: #fff;
  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 #666666;
  border-bottom: none;
  margin: 1em auto -1rem;
}

@media (max-width: 800px) {
  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: #666666;
  -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 #666666;
  margin-bottom: 0;
}

section.tourdates .smem-tourdates .no-tour-dates {
  text-align: center;
  /*
        p:after {
            content:'Test'; 
            visibility: visible;
            display: block;
            position: absolute;
            background-color: red;
            padding: 5px;
            top: 2px;
        }
        */
}

section.tourdates .smem-tourdates .no-tour-dates p {
  display: none;
  width: 80%;
  margin: 0 auto;
}

section.tourdates .smem-tourdates .no-tour-dates p a {
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.tourdates .smem-tourdates .no-tour-dates .cta {
  font-family: "Montserrat";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #666666;
  color: #fff;
  border: 2px solid #666666;
  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: #fff;
  color: #666666;
}

#video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1200;
  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: #666666;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 801;
}

#video-player #video-player-close:hover {
  background-color: #fff;
  color: #666666;
}

#video-player #video-player-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section .smem-videos {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  section .smem-videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section .smem-videos .video {
  width: 30%;
}

@media (max-width: 800px) {
  section .smem-videos .video {
    width: 100%;
    margin: 1vh auto;
  }
}
section .smem-videos .video:first-child {
  width: 100%;
}

section .smem-videos .video a.video-link {
  display: block;
}

section .smem-videos .video a.video-link .video-thumb {
  width: 100%;
  text-align: center;
}

section .smem-videos .video a.video-link .video-thumb img,
section .smem-videos .video a.video-link .video-thumb video {
  max-width: 100%;
}

section .smem-videos .video .video-subtitle {
  text-align: center;
}

/* ADA */
.sr-only, .screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* added */
img {
  display: block;
  height: auto;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

.gm-preloader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1000;
}

section h2.section-title {
  color: rgb(128, 128, 128);
  font-size: 28px;
  font-weight: 600;
  padding: 48px 0;
  text-align: left;
}

#main {
  padding-top: var(--hh);
  max-width: 100vw;
  overflow: hidden;
}

.smem-socials {
  display: inline-block;
}

.top-strip {
  display: block;
  aspect-ratio: 100/36;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .top-strip {
    aspect-ratio: 12/16;
    background-image: url(../images/mbanner.jpg);
  }
}

@media screen and (max-width: 700px) {
  .hero-image {
    background-color: #eee;
    aspect-ratio: 1/1;
    background-image: var(--bg-img);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .hero-image img {
    display: none;
  }
}

section {
  max-width: 1000px;
  width: calc(100% - 40px);
}

section.releases .smem-releases .release {
  width: 100%;
  margin-bottom: 100px;
}
section.releases .smem-releases .release .packshot {
  width: 38%;
}
section.releases .smem-releases .release .info {
  width: 62%;
}
section.releases .smem-releases .release .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
section.releases .smem-releases .release .info .release-title {
  max-width: 400px;
  width: 100%;
}
section.releases .smem-releases .release .info .release-meta {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% - 2rem);
  max-width: 400px;
}
section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
section.releases .smem-releases .release .info .release-custominfo {
  color: rgb(128, 128, 128);
  font-size: 14px;
}
section.releases .smem-releases .release .info .tracklist {
  color: rgb(128, 128, 128);
  font-size: 14px;
  text-align: left;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  section.releases .smem-releases .release {
    max-width: 500px;
  }
  section.releases .smem-releases .release .packshot {
    width: 100%;
  }
  section.releases .smem-releases .release .info {
    width: 100%;
  }
  section.releases .smem-releases .release .info .release-title {
    max-width: 500px;
    width: 100%;
  }
  section.releases .smem-releases .release .info .release-meta {
    max-width: 500px;
    width: 100%;
  }
  section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.releases .smem-releases .release:nth-child(even) .packshot {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.releases.home-section .smem-releases .release {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
section.releases.home-section .smem-releases .release .packshot {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
section.releases.home-section .smem-releases .release .info {
  width: 100%;
}
section.releases.home-section .smem-releases .release .info .release-title {
  text-align: center;
}
section.releases.home-section .smem-releases .release .info .release-meta .retail-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section_news,
#section_releases,
#section_videos,
#section_gallery,
#section_bio {
  background: #fff;
}

.page-bio #main,
.page-gallery #main,
.page-videos #main,
.page-releases #main,
.page-news #main {
  background: #fff;
}

body.pagecontent {
  background: white !important;
}

.smem-bio p {
  font-size: 14px;
  color: #777 !important;
  line-height: 1.5;
  text-align: left !important;
}
.smem-bio p strong {
  color: rgb(26, 26, 26);
}

section.page-section.about .smem-bio {
  width: 100%;
}
section.page-section.about .smem-bio .bio {
  padding: 1em 0;
}

section.page-section.about .smem-bio .bio p img {
  width: 100%;
}

section.page-section.faq .smem-faq {
  width: 100%;
}
section.page-section.faq .smem-faq .faq-item {
  padding: 0;
  margin: 0;
}
section.page-section.faq .smem-faq .faq-item h3.faq-title {
  color: rgb(26, 26, 26);
  font-size: 14px;
  text-align: left;
}
section.page-section.faq .smem-faq .faq-item .faq-answer {
  padding-bottom: 1rem;
}
section.page-section.faq .smem-faq .faq-item .faq-answer p {
  color: rgb(128, 128, 128);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#main img.mobile {
  display: none !important;
}

body.pagecontent.page-news {
  background: none !important;
}

body.pagecontent main section {
  background: white;
}

.gm-header {
  backdrop-filter: blur(8px);
  background: transparent;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.gm-header button {
  -webkit-appearance: none;
  border: none;
  background: none;
  color: rgb(128, 128, 128);
  display: none;
  cursor: pointer;
}
@media (max-width: 1110px) {
  .gm-header button {
    display: block;
  }
}
.gm-header .gm-header-main-nav {
  text-align: left;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1110px) {
  .gm-header .gm-header-main-nav .gm-main-nav {
    display: none;
  }
}
.gm-header .gm-header-main-nav a {
  color: rgb(128, 128, 128);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1.3rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  opacity: 0.7;
}
.gm-header .gm-header-main-nav a:hover, .gm-header .gm-header-main-nav a.current {
  opacity: 1;
}
.gm-header .gm-header-logo {
  margin: 0;
}
.gm-header .gm-header-secondary-nav {
  text-align: right;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 800px) {
  .gm-header .gm-header-secondary-nav .gm-socials-nav {
    display: none;
  }
}
.gm-header .gm-header-secondary-nav a {
  color: rgb(128, 128, 128);
  margin-left: 1.3rem;
}
.gm-header .gm-header-secondary-nav a i {
  font-size: 1rem;
}

.gm-logo {
  width: 40px;
  position: relative;
}
.gm-logo .guitar {
  opacity: 0;
  -webkit-animation: fadeIn 2.5s normal forwards ease-in-out;
          animation: fadeIn 2.5s normal forwards ease-in-out;
}
.gm-logo .e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeIn 2.5s normal forwards ease-in-out;
          animation: fadeIn 2.5s normal forwards ease-in-out;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.gm-header-sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
}
.gm-header-sidebar-inner {
  background: #fff;
  padding: 2rem;
  height: 100%;
  width: 412px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gm-header-sidebar-inner .gm-header-sidebar-close {
  border-radius: 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  background: transparent;
  height: 48px;
  width: 48px;
  cursor: pointer;
  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;
}
.gm-header-sidebar-inner .gm-header-sidebar-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gm-header-sidebar-inner .gm-header-sidebar-menu a {
  display: inline-block;
  color: #777;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 1rem;
  position: relative;
}
.gm-header-sidebar-inner .gm-header-sidebar-menu a:before {
  background: #777;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.gm-header-sidebar-inner .gm-header-sidebar-menu a:hover:before {
  width: 100%;
}
.gm-header-sidebar-inner .gm-header-sidebar-socials a {
  color: #777;
  margin-left: 1.3rem;
}
.gm-header-sidebar-inner .gm-header-sidebar-socials a:first-of-type {
  margin-left: 0;
}

.sidebar-active {
  overflow: hidden;
}
.sidebar-active .gm-header-sidebar {
  display: block;
}

.gm-footer {
  background: white;
}
.gm-footer .statement {
  padding: 48px 20px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.gm-footer .statement .rainbow-text {
  background-image: -webkit-gradient(linear, right top, left top, from(violet), color-stop(indigo), color-stop(blue), color-stop(green), color-stop(yellow), color-stop(orange), to(red));
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gm-footer .statement i {
  opacity: 0;
  font-size: 5px;
  margin: 1px 10px 4px 10px;
}
.gm-footer .socials {
  text-align: center;
  padding: 0 0 32px;
}
.gm-footer .socials a {
  color: #000;
  margin: 0 0.75rem;
}

.ap-footer {
  background: #fff !important;
  padding-bottom: 64px !important;
}
.ap-footer .ap-footer__brand {
  display: none !important;
}
.ap-footer .ap-footer__links {
  color: rgb(128, 128, 128);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: none;
}
.ap-footer .ap-footer__links .ap-footer__text-item a {
  color: rgb(128, 128, 128) !important;
  text-decoration: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.ap-footer .ap-footer__links .ap-footer__text-item a:hover {
  color: #000 !important;
}
.ap-footer .ap-footer__links .ap-footer__text-item:after {
  content: "•";
}
@media (max-width: 800px) {
  .ap-footer .ap-footer__links .ap-footer__text-item:after {
    content: "";
  }
}
.ap-footer .ap-footer__links .ap-footer__text-item:last-of-type:after {
  content: "";
}

@media (min-width: 700px) {
  .gm-header {
    padding: 18px 32px;
  }
  .gm-logo {
    width: 60px;
  }
}
@media (min-width: 984px) {
  .gm-footer .statement {
    padding: 64px 32px;
  }
}
@media (min-width: 1000px) {
  .gm-header {
    padding: 18px 48px;
  }
  .gm-footer .statement {
    padding: 72px 48px;
  }
}
@media (min-width: 1200px) {
  .gm-footer .statement {
    padding: 80px 48px;
  }
}
@media (min-width: 1500px) {
  .gm-footer .statement {
    padding: 96px 48px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cta--sectionlink.more {
  padding: 24px 0;
}

.retail-links a.cta-updated,
.cta a.cta-updated {
  border: none !important;
  background-color: transparent !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0;
}
.retail-links a.cta-updated span,
.cta a.cta-updated span {
  color: rgb(128, 128, 128);
  text-transform: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.retail-links a.cta-updated span:nth-of-type(1),
.cta a.cta-updated span:nth-of-type(1) {
  line-height: 1.6;
  position: relative;
}
.retail-links a.cta-updated span:nth-of-type(1):before,
.cta a.cta-updated span:nth-of-type(1):before {
  content: "";
  background: rgba(26, 26, 26, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.retail-links a.cta-updated span:nth-of-type(2),
.cta a.cta-updated span:nth-of-type(2) {
  background: rgba(26, 26, 26, 0.1);
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.retail-links a.cta-updated:hover span:nth-of-type(1):before,
.cta a.cta-updated:hover span:nth-of-type(1):before {
  width: 100%;
}
.retail-links a.cta-updated:hover span:nth-of-type(2),
.cta a.cta-updated:hover span:nth-of-type(2) {
  background: rgb(26, 26, 26);
  color: #fff;
}

section.page-section.news .smem-news {
  gap: 2rem;
}
section.page-section.news .smem-news .news-item {
  margin: 0;
  width: calc((100% - 4rem) / 3);
  height: auto;
}
@media (max-width: 700px) {
  section.page-section.news .smem-news .news-item {
    width: 100%;
  }
}
section.page-section.news .smem-news .news-item .news-title {
  padding: 1rem 0 0;
  min-height: 130px;
}
@media (max-width: 700px) {
  section.page-section.news .smem-news .news-item .news-title {
    min-height: 0;
  }
}
@media (min-width: 900px) {
  section.page-section.news .smem-news .news-item .news-title {
    min-height: 100px;
  }
}
@media (min-width: 1000px) {
  section.page-section.news .smem-news .news-item .news-title {
    min-height: 90px;
  }
}
section.page-section.news .smem-news .news-item .news-title h2 {
  font-size: 14px;
  color: rgb(26, 26, 26);
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  min-height: 63px;
}
@media (max-width: 700px) {
  section.page-section.news .smem-news .news-item .news-title h2 {
    min-height: 0;
  }
}
section.page-section.news .smem-news .news-item .news-metas {
  display: none;
}
section.page-section.news .smem-news .news-item .news-excerpt {
  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.page-section.news .smem-news .news-item .news-excerpt p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  width: 100%;
  min-height: 84px;
}
@media (max-width: 700px) {
  section.page-section.news .smem-news .news-item .news-excerpt p {
    min-height: 0;
  }
}
@media (min-width: 700px) {
  @supports (-webkit-line-clamp: 4) {
    section.page-section.news .smem-news .news-item .news-excerpt p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    }
  }
}
section.page-section.news .smem-news .news-item .news-excerpt .cta {
  margin-top: 30px;
}

section.page-section.news.site-page .smem-news {
  max-width: none;
}
section.page-section.news.site-page .smem-news .news-item {
  width: 100%;
}
section.page-section.news.site-page .smem-news .news-item .news-excerpt {
  display: none;
}
section.page-section.news.site-page .smem-news .news-item .news-title {
  padding: 1rem 0 0;
}
section.page-section.news.site-page .smem-news .news-item .news-title h2 {
  font-size: 14px;
  color: rgb(26, 26, 26);
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  padding-bottom: 24px;
}
section.page-section.news.site-page .smem-news .news-item .news-content {
  width: 100% !important;
  padding: 24px 0;
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
section.page-section.news.site-page .smem-news .news-item .news-content p {
  padding: 0;
}

section.releases .smem-releases .release .info .release-title {
  font-size: 14px;
  color: rgb(26, 26, 26);
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}

#section_videos .video-thumb {
  position: relative;
}
#section_videos .play-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
  cursor: pointer !important;
}
#section_videos .play-button .video-play-button {
  --text-color: 255 255 255;
  --play-button-shadow-size: 12px;
  -webkit-appearance: button;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.0509803922));
          filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.0509803922));
  cursor: pointer !important;
}
@media (min-width: 700px) {
  #section_videos .play-button .video-play-button {
    --play-button-shadow-size: 20px;
  }
}
#section_videos .play-button .video-play-button:before {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: calc(-1 * var(--play-button-shadow-size));
  left: calc(-1 * var(--play-button-shadow-size));
  width: 100%;
  height: 100%;
  padding: var(--play-button-shadow-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--text-color)/0) 0%, rgb(var(--text-color)) 100%);
  opacity: 0.3;
  border-radius: 100%;
  -webkit-animation: 2s ease-in-out infinite alternate ping;
          animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}
#section_videos .play-button .video-play-button .sr-only {
  height: 0;
  width: 0;
}
#section_videos .play-button .video-play-button svg {
  display: block;
  height: 5rem;
  width: 5rem;
  color: #fff;
}
#section_videos .play-button p.h3 {
  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
#section_videos .video-subtitle h3 {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.5;
  padding: 24px 1rem 36px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

@-webkit-keyframes ping {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes ping {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.gm-header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 96px 0 48px;
}
.gm-header-bar h2.section-title {
  margin: 0;
  padding: 0;
}
.gm-header-bar .cta {
  margin: 0;
  text-align: right;
}

#section-quote {
  margin: 40px auto;
}
#section-quote .big-quote {
  background-image: -webkit-gradient(linear, right top, left top, from(violet), color-stop(indigo), color-stop(blue), color-stop(green), color-stop(yellow), color-stop(orange), to(red));
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 2.5rem 2rem;
}
@media (max-width: 1000px) {
  #section-quote .big-quote {
    font-size: 48px;
  }
}
@media (max-width: 700px) {
  #section-quote .big-quote {
    font-size: 24px;
  }
}
#section-quote center img {
  max-width: 150px;
  width: 60%;
}

#section_store .products-widget {
  gap: 2rem;
  margin-bottom: 40px;
}
#section_store .products-widget .product {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 700px) {
  #section_store .products-widget .product {
    width: 100%;
  }
}
#section_store .products-widget .product .product-title h2 {
  color: rgb(26, 26, 26);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
#section_store .products-widget .product .product-price h3 {
  color: rgba(26, 26, 26, 0.7);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
#section_store .products-widget .product .product-buy-button {
  display: none;
}

.older-strip {
  display: block;
  aspect-ratio: 100/36;
  background-image: url(../images/older-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 72px;
}

.timeline-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-slide-image {
  width: 50%;
}
.timeline-slide-image img {
  display: block;
  height: auto;
  max-width: min(700px, 50vw);
  width: 83.5%;
}
.timeline-slide-prose {
  width: 50%;
}
.timeline-slide-prose h2 {
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.025em;
  max-width: 85%;
  margin-top: 0;
  text-transform: uppercase;
}
.timeline-slide-prose p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.6;
  max-width: 85%;
}
@media (max-width: 1000px) {
  .timeline-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .timeline-slide-image {
    width: 100%;
  }
  .timeline-slide-image img {
    margin: 0 auto;
  }
  .timeline-slide-prose {
    width: 100%;
    text-align: center;
  }
  .timeline-slide-prose h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-slide-prose p {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.timeline-controls {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.timeline-controls-buttons {
  width: calc(100% - 152px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 12px;
  overflow: hidden;
}
.timeline-controls-buttons .nav-bar {
  position: absolute;
  background-color: rgba(26, 26, 26, 0.12);
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
}
.timeline-controls-buttons .button {
  text-decoration: none;
  width: 14.2857142857%;
}
.timeline-controls-buttons .button:before {
  content: "";
  display: block;
  border: 2px solid rgba(26, 26, 26, 0.12);
  background: white;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
}
.timeline-controls-buttons .button span {
  color: rgba(26, 26, 26, 0.5);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}
.timeline-controls-buttons .button.selected:before {
  background: red;
  border: none;
}
.timeline-controls-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112px;
}
.timeline-controls-nav a {
  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;
  border: 1px solid rgba(26, 26, 26, 0.12);
  height: 48px;
  width: 48px;
  text-decoration: none;
}
.timeline-controls-nav a i {
  color: rgb(26, 26, 26);
  font-size: 12px;
}
.timeline-controls-nav a i:nth-of-type(2) {
  display: none;
}
.timeline-controls-nav a:hover i:nth-of-type(1) {
  display: none;
}
.timeline-controls-nav a:hover i:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 1000px) {
  .timeline-controls {
    margin-top: 20px;
  }
  .timeline-controls-buttons {
    margin: 0 auto;
    width: 100%;
  }
  .timeline-controls-buttons .button:before {
    margin: 0 auto;
  }
  .timeline-controls-buttons .button span {
    text-align: center;
    width: 100%;
  }
  .timeline-controls-nav {
    display: none;
  }
}