@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("../fonts/fonts.css");
/*
@mixin cta {
    margin: 2em auto;
    text-align: center;
    a {
        font-family: $font_secondary;
        text-align: center;
        text-decoration: none;
        border-radius: $border_radius;
        transition: all 0.4s ease-in-out;
		font-weight: 400;
        display: inline-block;
		background: $color2;
		color: $color1;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 7px 20px;
		margin: 5px 5px 5px 0;
		border-radius: 5px;
		border: 1px solid $color1;
		&:hover {
            color: $color2;
			background: $color5;
    		border: 1px solid $color1;
        }
    }
    &.more {
        a {
            
        }
    }
}

*/
/*
@mixin cta_button{
    font-family: $font_secondary;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
	font-weight: 400;
    padding: 1em 2em;
    background-color: rgba(255,255,255,0.00);
    color: check-color-clash($color5, $color1);
    border: 0 solid $color1;
    border-radius: $border_radius;
    transition: all 0.4s ease-in-out;
	position: relative;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
    
	display: inline-block;
    background: white;
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 20px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    border: 1px solid #232323;
    &:hover {
        background: $color5;
        border: 1px solid $color5;
	    color: #fff; 
    }
}
*/
html, body {
  background: #fff;
  color: #000;
  font-family: "Woodford Bourne Regular", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3 {
  font-family: "Woodford Bourne Thin", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  line-height: initial;
  letter-spacing: 3px;
  text-align: center;
  display: block;
  z-index: 2;
  position: relative;
  font-weight: normal; }

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

main:focus {
  outline: none; }

a:link,
a:visited {
  color: #34519B; }
  a:link:hover,
  a:visited:hover {
    color: #000; }

a {
  color: #fff; }
  a:hover {
    color: #34519B; }

.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 a {
  font-family: "Woodford Bourne Thin";
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  background: #fff;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin: 5px 0px 5px 0;
  border: 1px solid #000; }
  .cta a:hover {
    color: #fff;
    background: #34519B;
    border: 1px solid #000; }

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

header {
  text-align: center;
  font-weight: 300;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #FFF;
  height: 70px; }
  @media (max-width: 992px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 667;
      width: 100%;
      box-sizing: border-box;
      height: 80px;
      justify-content: space-between; } }
  header .mobile {
    display: none; }
  header nav {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    transition: all 1s ease-in-out; }
    @media (max-width: 992px) {
      header nav {
        z-index: 666;
        position: fixed;
        top: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        left: -100vw;
        margin: 0px;
        background-color: #fff; } }
    header nav .site-nav {
      margin: 0 auto;
      line-height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 992px) {
        header nav .site-nav {
          text-align: center;
          padding-bottom: 5vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 90%; } }
      @media (max-width: 992px) and (orientation: landscape) {
        header nav .site-nav {
          flex-direction: row;
          flex-wrap: wrap; } }
      header nav .site-nav a {
        font-size: 1vw;
        font-weight: 400;
        text-decoration: none;
        color: #232323;
        transition: all 0.4s ease-in-out;
        display: block;
        padding: 0px 1vw;
        letter-spacing: 1px;
        line-height: 1em;
        text-transform: uppercase;
        height: 68px;
        display: flex;
        align-items: center;
        position: relative; }
        header nav .site-nav a:hover {
          color: #fff !important;
          background-color: #34519B; }
          @media (max-width: 992px) {
            header nav .site-nav a:hover {
              color: #fff !important;
              background-color: #34519B; } }
        @media (max-width: 1400px) {
          header nav .site-nav a {
            padding: 0px 1vw;
            font-size: 1vw; } }
        @media (max-width: 1200px) {
          header nav .site-nav a {
            padding: 0px 1vw;
            font-size: 1vw; } }
        @media (max-width: 1100px) {
          header nav .site-nav a {
            padding: 0px 1vw;
            font-size: 1vw; } }
        @media (max-width: 992px) {
          header nav .site-nav a {
            display: block;
            line-height: 100%;
            font-size: 1.2em;
            margin: 0.4rem auto;
            height: auto;
            padding: 0.5em; } }
      header nav .site-nav a.current {
        color: #34519B; }
  @media (max-width: 992px) {
    header.top .artistlogo,
    header.top .hamburger-wrap {
      bottom: unset;
      top: 0; } }
@media (max-width: 992px) {
  body.menu-open header nav {
    left: 0; } }

.artistlogo {
  box-sizing: border-box;
  display: inline-block;
  padding: 17px 5px 15px 35px;
  line-height: 18px; }
  @media (max-width: 992px) {
    .artistlogo {
      margin-left: 0px;
      display: flex;
      align-items: center;
      width: auto;
      height: calc( calc( 15px * 4 ) + 3px);
      z-index: 667; }
      .artistlogo img {
        height: auto; } }
  .artistlogo .smem-logo {
    width: 100%; }
    @media (max-width: 992px) {
      .artistlogo .smem-logo {
        width: 80%;
        margin: 0;
        padding-left: 15px; } }
    .artistlogo .smem-logo img {
      width: auto;
      max-width: 100%;
      max-height: 50px;
      margin: 1.5vh auto 1vh auto; }
      @media (max-width: 992px) {
        .artistlogo .smem-logo img {
          width: unset;
          width: 200px;
          max-width: 100%;
          max-height: 2rem;
          height: auto; } }
body section.socials {
  display: flex;
  padding-bottom: 0;
  box-sizing: border-box; }
  @media (max-width: 1100px) {
    body section.socials {
      flex-flow: column; } }
.socials-con {
  background: #000;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1100px) {
    .socials-con {
      width: 100%; } }
.social-nav {
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 992px) {
    .social-nav {
      height: auto; } }
  .social-nav .smem-socials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: stretch; }
    .social-nav .smem-socials a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      transition: all 0.4s ease-in-out;
      text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
      text-decoration: none; }
      .social-nav .smem-socials a:hover {
        color: #34519B; }
      @media (max-width: 992px) {
        .social-nav .smem-socials a {
          text-align: center;
          text-shadow: none;
          width: 25%; } }
      .social-nav .smem-socials a i {
        font-size: 2vw;
        padding: 2vw; }
        @media (max-width: 1100px) {
          .social-nav .smem-socials a i {
            font-size: 4vw;
            padding: 5vw 1vw; } }
        @media (max-width: 992px) {
          .social-nav .smem-socials a i {
            font-size: 10vw;
            padding: 10vw 0; } }
.hamburger-wrap {
  display: none; }
  @media (max-width: 992px) {
    .hamburger-wrap {
      display: inline-block;
      padding: 15px;
      cursor: pointer;
      width: 40px;
      height: 33px;
      z-index: 800; }
      .hamburger-wrap .hamburger-outer {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 33px;
        transition: transform 0.4s 0s ease-in-out; }
        .hamburger-wrap .hamburger-outer .hamburger-inner {
          margin: 15px 0;
          position: absolute;
          width: 40px;
          height: 3px;
          background: #232323; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before, .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            content: '';
            display: block;
            position: absolute;
            width: 40px;
            height: 3px;
            background: #232323; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:before {
            top: -15px;
            transition: top 0.4s 0.6s ease-in-out; }
          .hamburger-wrap .hamburger-outer .hamburger-inner:after {
            bottom: -15px;
            transition: transform 0.4s 0s ease-in-out, bottom 0.4s 0.6s ease-in-out; } }
  .hamburger-wrap.active .hamburger-outer {
    transform: rotate(45deg);
    transition: transform 0.4s 0.6s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:before {
      top: 0;
      transition: top 0.4s 0s ease-in-out; }
    .hamburger-wrap.active .hamburger-outer .hamburger-inner:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.4s 0s ease-in-out, transform 0.4s 0.6s ease-in-out; }

section {
  padding: 0;
  max-width: 100vw;
  margin: 0 auto 0;
  padding-bottom: 4rem;
  width: 100%; }
  @media (max-width: 992px) {
    section {
      width: 100vw; } }
  section h2.section-title {
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 2rem;
    letter-spacing: 0.4em;
    padding: 3em 0 2.5em 0; }
    @media (max-width: 992px) {
      section h2.section-title {
        font-size: 200%; } }
    @media (max-width: 414px) {
      section h2.section-title {
        font-size: 200%; } }
  section h3.section-subtitle {
    font-size: 200%;
    text-align: center;
    margin: 1em auto 1em; }

.con-releases, .con-tourdates, .con-about, .page-news .con-news {
  background: #fff; }
  .con-releases section h2.section-title, .con-releases p, .con-tourdates section h2.section-title, .con-tourdates p, .con-about section h2.section-title, .con-about p, .page-news .con-news section h2.section-title, .page-news .con-news p {
    color: #000; }

.con-contact {
  background: #000; }

.con-instagram {
  background: #000; }

.page-news .con-news p {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 300; }

.con-about .bio {
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 300; }

main {
  outline: none;
  border: 0; }
  @media (max-width: 992px) {
    main {
      margin-top: 80px; } }
body.pagehome section {
  margin: 0 auto 0;
  padding-bottom: 4rem; }
  body.pagehome section.page-section:last-of-type {
    margin: 0 auto; }
  body.pagehome section.page-section.videos .video {
    background-color: #000;
    background: #EDEDED; }
    body.pagehome section.page-section.videos .video .video-thumb {
      max-width: 1400px;
      margin: 0 auto; }
      body.pagehome section.page-section.videos .video .video-thumb img {
        width: 100%;
        vertical-align: bottom; }
  body.pagehome section.page-section.tourdates {
    background: #232323; }
  body.pagehome section.page-section.releases .smem-releases {
    flex-direction: row;
    flex-wrap: nowrap; }
    @media (max-width: 992px) {
      body.pagehome section.page-section.releases .smem-releases {
        flex-direction: column;
        flex-wrap: wrap; } }
    body.pagehome section.page-section.releases .smem-releases .release {
      flex-direction: row;
      width: 100%;
      min-width: 33.33%;
      flex-wrap: nowrap; }
      @media (max-width: 992px) {
        body.pagehome section.page-section.releases .smem-releases .release {
          flex-direction: column; } }
      body.pagehome section.page-section.releases .smem-releases .release .packshot {
        width: 100%; }
        body.pagehome section.page-section.releases .smem-releases .release .packshot img {
          vertical-align: middle; }
      body.pagehome section.page-section.releases .smem-releases .release .info {
        padding: 0 1rem;
        width: calc(100% - 2rem); }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-title {
          font-size: 2rem;
          line-height: 1.2em; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-date {
          display: none; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .release-embed {
          display: none; }
        body.pagehome section.page-section.releases .smem-releases .release .info .release-meta .tracklist {
          display: none; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .packshot {
        order: unset; }
      body.pagehome section.page-section.releases .smem-releases .release:nth-child(even) .info {
        order: unset; }

section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
  cursor: pointer;
  background-color: #ec0e1b00;
  color: rgba(255, 255, 255, 0.5); }

section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next .fa-chevron-right:before {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free'; }

section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev .fa-chevron-left:before {
  content: "\f104";
  font-family: 'Font Awesome\ 5 Free'; }

section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
  background: none !important;
  color: white; }

.start1 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 300px;
  height: 100px;
  display: block;
  z-index: 10; }

@media screen and (max-height: 560px) {
  bottom: 0px; }

.start-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/mouse.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 9700;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  pointer-events: none; }

.start-arrow {
  -webkit-animation: animationGo 2s ease infinite none;
  -webkit-animation: animationGo 2s ease infinite none;
  animation: animationGo 2s ease infinite none; }

@keyframes animationGo {
  0% {
    opacity: .9;
    margin-top: 0px; }
  50% {
    opacity: .9;
    margin-top: 10px; }
  100% {
    opacity: .9;
    margin-top: 0px; } }

.slide-inner {
  opacity: 0;
  animation: show_translate_Anim 2.2s;
  animation-fill-mode: forwards;
  animation-delay: 2.0s;
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.71, 0.645, 1);
  -moz-transition-timing-function: cubic-bezier(0.07, 0.71, 0.645, 1);
  -o-transition-timing-function: cubic-bezier(0.07, 0.71, 0.645, 1);
  transition-timing-function: cubic-bezier(0.07, 0.71, 0.645, 1); }

header {
  opacity: 0;
  animation: show_Anim 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
  transition-timing-function: ease-in; }

.slide {
  opacity: 0;
  animation: show_Anim 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  transition-timing-function: ease-in; }

.start-show {
  opacity: 0;
  animation: show_Anim 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
  transition-timing-function: ease-in; }

a.more1 {
  font-family: "Oswald";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1em 2em;
  background-color: #ec0e1b;
  color: #000;
  border: 2px solid #ec0e1b;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  border: 0;
  font-weight: 300;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 6em; }
  a.more1:hover {
    background-color: #fff;
    color: #000;
    border: 0; }
  a.more1 i {
    display: none; }
  @media (max-width: 992px) {
    a.more1 {
      font-size: 100%; } }
@keyframes show_Anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show_scale_Anim {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

@keyframes show_translate_Anim2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes show_translate_Anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.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: #000;
    color: check-color-clash(#34519B, #000);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    z-index: 801; }
    @media (max-width: 992px) {
      .modal .modal-close {
        top: 0;
        right: 0; } }
    .modal .modal-close:hover {
      background-color: #34519B;
      color: check-color-clash(#000, #34519B); }
    .modal .modal-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

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

section.page-section.about {
  text-align: center;
  padding: 0 2em 4em 2em;
  box-sizing: border-box;
  max-width: 960px; }
  @media (max-width: 992px) {
    section.page-section.about {
      padding: 0 2em 4em 2em;
      box-sizing: border-box; } }
  section.page-section.about h2.section-title {
    margin-bottom: 1em; }
  section.page-section.about .smem-bio {
    line-height: 1.6em; }
    section.page-section.about .smem-bio .bio hr {
      margin: 50px 0; }
    section.page-section.about .smem-bio .bio h1 {
      font-size: 250%; }
    section.page-section.about .smem-bio .bio h2 {
      font-size: 200%; }
    section.page-section.about .smem-bio .bio h3 {
      font-size: 150%; }
    section.page-section.about .smem-bio .bio p {
      text-align: justify; }
      section.page-section.about .smem-bio .bio p img {
        width: 80%;
        margin: 3rem auto;
        display: block; }
      section.page-section.about .smem-bio .bio p iframe {
        margin: 3rem auto;
        display: block; }
      section.page-section.about .smem-bio .bio p a {
        color: #34519B; }
        section.page-section.about .smem-bio .bio p a:hover {
          color: #000; }
    section.page-section.about .smem-bio .bio .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    section.page-section.about .smem-bio .bio .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      section.page-section.about .smem-bio .bio img {
        width: 80%;
        height: auto; } }
    @media (max-width: 992px) {
      section.page-section.about .smem-bio .bio img {
        width: 100%;
        height: auto; } }
    @media (max-width: 414px) {
      section.page-section.about .smem-bio .bio img {
        width: 100%;
        height: auto; } }
section.page-section.bio .smem-bio {
  font-size: 1.2em;
  line-height: 1.6em; }

section.page-section.bio h2.section-title {
  margin-bottom: 0 !important; }

section.page-section.faq {
  margin: 100px auto; }
  section.page-section.faq .smem-faq {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: center; }
    section.page-section.faq .smem-faq .faq-item {
      margin: 30px auto;
      width: 80%; }
      section.page-section.faq .smem-faq .faq-item h3.faq-title {
        margin: 0 auto 1em auto;
        text-align: center;
        color: #000; }
      section.page-section.faq .smem-faq .faq-item .faq-answer p {
        text-align: center; }
      section.page-section.faq .smem-faq .faq-item .faq-answer a {
        color: #34519B; }
        section.page-section.faq .smem-faq .faq-item .faq-answer a:hover {
          color: #000; }
      @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; } }
section.page-section.carousel {
  height: calc( 100vh - 70px);
  min-height: 480px;
  padding: 0;
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: none;
  background-color: #fff;
  overflow: hidden; }
  section.page-section.carousel .smem-carousel {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto; }
    @media (max-width: 992px) {
      section.page-section.carousel .smem-carousel {
        height: 100%; } }
    section.page-section.carousel .smem-carousel #carouselPlayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: transparent;
      display: none; }
      section.page-section.carousel .smem-carousel #carouselPlayer iframe {
        width: 100%;
        height: 100%; }
    section.page-section.carousel .smem-carousel .slides-wrap {
      height: 100%; }
      section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 20;
        pointer-events: none;
        font-size: 3em;
        text-shadow: 0 0 1px black, 0 0 5px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.25); }
        @media (max-width: 992px) {
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
            font-size: 2em;
            top: 10vh;
            bottom: auto; } }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
          pointer-events: all;
          cursor: pointer;
          filter: opacity(100%);
          color: #fff;
          transition: all 0.4s ease-in-out; }
          section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
            filter: opacity(70%); }
        section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
          padding: 15px 20px 13px 30px;
          -webkit-border-top-right-radius: 30px;
          -webkit-border-bottom-right-radius: 30px;
          border-radius: 0px 30px 30px 0px; }
          @media (max-width: 992px) {
            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 30px 13px 20px;
          -webkit-border-top-left-radius: 30px;
          -webkit-border-bottom-left-radius: 30px;
          border-radius: 30px 0 0 30px; }
          @media (max-width: 992px) {
            section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
              padding: 35px 5px 35px 10px; } }
      section.page-section.carousel .smem-carousel .slides-wrap .slick-list {
        height: 100%; }
        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track {
          height: 100%; }
          section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div {
            height: 100%; }
            section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
              position: relative;
              height: 100%;
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              display: flex !important;
              flex-direction: column;
              justify-content: flex-end !important;
              align-items: center;
              background-color: #fff; }
              @media (max-width: 1600px) and (max-height: 800px) {
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
                  background-position: center center; } }
              section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.has-title:before {
                content: "";
                display: block;
                height: 100%;
                width: 100%;
                bottom: 0;
                position: absolute;
                opacity: 1;
                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: 992px) {
                  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.video-slide {
                overflow: hidden; }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner {
                  position: absolute;
                  width: 100%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  top: 50%;
                  text-align: left;
                  text-transform: none;
                  /* 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;
                    left: 50%;
                    top: 150%;
                    transform: translate(-50%, -50%);
                    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;
                      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%;
                          height: 100%;
                          /*
                          width: 100vw !important;
                          height: 100vh !important; 
                          */
                          /* Given a 2:1 aspect ratio, 2/1*100 = 200 */
                          /*
                          min-height: 100vh;
                          min-width: 100vh; */
                          /* 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 {
                    text-align: center;
                    width: 100%;
                    color: #fff;
                    font-size: 4em;
                    text-decoration: none;
                    text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
                    margin-top: 40vh; }
                    @media (max-width: 992px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
                        font-size: 3em;
                        text-align: center;
                        width: 90%;
                        margin-left: auto;
                        margin-right: auto; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
                    color: #fff;
                    width: 100%;
                    font-size: 100%;
                    text-shadow: 1px 1px 0px #000, 0px 0px 5px #000;
                    margin-bottom: 3vh; }
                    @media (max-width: 992px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
                        text-align: center;
                        width: 90%;
                        margin-left: auto;
                        margin-right: auto; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
                    width: 100%; }
                    @media (max-width: 992px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
                        text-align: center;
                        width: 90%;
                        margin-left: auto;
                        margin-right: auto; } }
              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 .slide-inner {
                position: absolute;
                width: 80%;
                left: 50%;
                transform: translate(-50%, -50%);
                top: 75%;
                text-align: left;
                text-transform: none;
                display: flex;
                flex-flow: column wrap;
                /* CTA TITLES FOR IMAGE SLIDES */
                /* BUTTONS FOR ALL SLIDES */ }
                @media (max-width: 1200px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    top: 75%; } }
                @media screen and (max-height: 800px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    top: 75%; } }
                @media (max-width: 992px) {
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
                    top: 75%;
                    width: 90%; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                  line-height: 100%;
                  font-size: 4em;
                  font-weight: normal;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 3vh;
                  display: inline;
                  color: #000;
                  text-shadow: 1px 1px 0px #fff, 0px 0px 5px #fff; }
                  @media (max-width: 992px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                      font-size: 4em; } }
                  @media (max-width: 414px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
                      font-size: 3em; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
                  line-height: 100%;
                  text-transform: uppercase;
                  font-weight: 400;
                  font-family: Woodford Bourne Thin;
                  font-size: 75%;
                  letter-spacing: 0.2em;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 3vh;
                  display: inline-block;
                  width: auto;
                  color: #000;
                  text-shadow: 1px 1px 0px #fff, 0px 0px 5px #fff; }
                  @media (max-width: 992px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
                      font-size: 100%; } }
                section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                  display: flex;
                  flex-flow: row wrap;
                  align-content: space-between;
                  justify-content: center;
                  padding: 0;
                  margin: 0;
                  margin-bottom: 5vh; }
                  @media (max-width: 992px) {
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
                      flex-direction: column;
                      align-content: center; } }
                  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-wrap: wrap;
                    padding: 0;
                    margin: 0; }
                    @media (max-width: 414px) {
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
                        margin: 0.5em 0;
                        width: 100%; } }
                    section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                      padding: 0;
                      margin: 0; }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a {
                        font-family: "Woodford Bourne Thin";
                        text-align: center;
                        text-decoration: none;
                        border-radius: 5px;
                        transition: all 0.4s ease-in-out;
                        display: inline-block;
                        background: #fff;
                        color: #000;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        padding: 7px 20px;
                        margin: 5px 0px 5px 0;
                        border: 1px solid #000; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a:hover {
                          color: #fff;
                          background: #34519B;
                          border: 1px solid #000; }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button.more {
                        text-align: center; }
                      @media (max-width: 414px) {
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
                          width: 100%; } }
                      section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                        background-color: #fff;
                        color: #000;
                        border: 1px solid #000;
                        letter-spacing: 0.2em; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button i {
                          padding-right: 10px; }
                        section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button:hover {
                          background-color: #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 .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
                            box-sizing: border-box;
                            width: 100%;
                            font-size: 100%; } }
section.page-section.carousel
.smem-carousel
.slides-wrap
.slider-arrows
.slick-next
.fa-chevron-right:before {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free'; }

section.page-section.carousel
.smem-carousel
.slides-wrap
.slider-arrows
.slick-prev
.fa-chevron-left:before {
  content: "\f104";
  font-family: 'Font Awesome\ 5 Free'; }

section.page-section.contact {
  text-align: center;
  padding: 3em 10% 5em;
  box-sizing: border-box; }
  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: check-color-clash(#E1E6F3, #232323);
      transition: all 0.4s ease-in-out; }
      section.page-section.contact .smem-contact a:hover {
        color: check-color-clash(#000, #232323); }

#image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.9);
  z-index: 802;
  display: none; }
  #image-viewer #image-viewer-nav {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 810;
    font-size: 3em; }
    @media (max-width: 992px) {
      #image-viewer #image-viewer-nav {
        top: auto;
        bottom: 10%; } }
    #image-viewer #image-viewer-nav div {
      pointer-events: all;
      cursor: pointer;
      background-color: #fff;
      filter: opacity(50%);
      color: #000;
      transition: all 0.4s ease-in-out; }
      #image-viewer #image-viewer-nav div:hover {
        filter: opacity(100%);
        background-color: #000;
        color: #fff; }
    #image-viewer #image-viewer-nav #image-nav-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: 992px) {
        #image-viewer #image-viewer-nav #image-nav-prev {
          padding: 35px 10px 35px 5px; } }
    #image-viewer #image-viewer-nav #image-nav-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: 992px) {
        #image-viewer #image-viewer-nav #image-nav-next {
          padding: 35px 5px 35px 10px; } }
  #image-viewer #image-viewer-close {
    display: block;
    font-size: 3em;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 100px;
    right: 0.75em;
    background-color: #fff;
    color: #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    z-index: 801; }
    @media (max-width: 992px) {
      #image-viewer #image-viewer-close {
        width: 40px;
        height: 40px;
        top: 40px;
        right: 0;
        z-index: 801; } }
    #image-viewer #image-viewer-close:hover {
      background-color: #000;
      color: #fff; }
    #image-viewer #image-viewer-close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #image-viewer #image-viewer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    #image-viewer #image-viewer-inner img {
      width: 100%;
      height: 90vh;
      object-fit: contain; }

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

section.page-section.gallery.grid .smem-gallery {
  flex-direction: row; }
  section.page-section.gallery.grid .smem-gallery .gallery-image {
    width: 30vh;
    height: 30vh;
    padding: 0.5rem; }
    section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link {
      display: block;
      width: 100%;
      height: 100%; }
      section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb {
        width: 100%;
        height: 100%; }
        section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    section.page-section.gallery.grid .smem-gallery .gallery-image .image-subtitle {
      display: none; }

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

section.page-section.news .smem-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  section.page-section.news .smem-news .news-item {
    width: calc(33% - 2rem);
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    background-color: #fff;
    color: #232323; }
    @media (max-width: 1100px) {
      section.page-section.news .smem-news .news-item {
        width: calc(50% - 2rem) !important; } }
    @media (max-width: 992px) {
      section.page-section.news .smem-news .news-item {
        width: 100% !important; } }
    section.page-section.news .smem-news .news-item .image-wrap {
      order: 1;
      width: 100%;
      overflow: hidden; }
      section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
        display: block;
        position: relative;
        object-position: 50% 50%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.page-section.news .smem-news .news-item .image-wrap a.imagelink img {
          width: 100%;
          height: auto;
          max-width: none; }
    section.page-section.news .smem-news .news-item .news-title {
      order: 2;
      text-align: center;
      padding: 0px 10px;
      font-weight: 400;
      text-transform: uppercase; }
      section.page-section.news .smem-news .news-item .news-title h2 {
        font-size: 15px;
        white-space: initial; }
    section.page-section.news .smem-news .news-item .news-excerpt {
      display: none;
      order: 4; }
      section.page-section.news .smem-news .news-item .news-excerpt p {
        text-align: center;
        width: 100%;
        line-height: 1.6em;
        margin: 0px auto;
        font-size: 100%;
        font-weight: 300;
        margin-bottom: 2em;
        font-family: sans-serif; }
      section.page-section.news .smem-news .news-item .news-excerpt .cta {
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
        margin: 20px 0px 0px 0px; }
        section.page-section.news .smem-news .news-item .news-excerpt .cta a {
          font-family: "Woodford Bourne Thin";
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          transition: all 0.4s ease-in-out;
          display: inline-block;
          background: #fff;
          color: #000;
          letter-spacing: 2px;
          text-transform: uppercase;
          padding: 7px 20px;
          margin: 5px 0px 5px 0;
          border: 1px solid #000; }
          section.page-section.news .smem-news .news-item .news-excerpt .cta a:hover {
            color: #fff;
            background: #34519B;
            border: 1px solid #000; }
    section.page-section.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      flex: 1;
      font-family: "Woodford Bourne Thin";
      margin-bottom: 20px; }
      section.page-section.news .smem-news .news-item .news-metas .news-date {
        text-transform: uppercase; }
        section.page-section.news .smem-news .news-item .news-metas .news-date:before {
          font-weight: 400;
          content: '\f073';
          font-family: 'Font Awesome\ 5 Free';
          margin-right: 0.6em;
          display: none; }
      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: 'Font Awesome\ 5 Free';
          margin-right: 0.6em; }
    section.page-section.news .smem-news .news-item .news-content {
      order: 4;
      display: none; }
      section.page-section.news .smem-news .news-item .news-content img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto; }
    section.page-section.news .smem-news .news-item .news-embed {
      display: none; }

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

section.site-page.news .smem-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 120%; }
  section.site-page.news .smem-news .news-item {
    width: 100%;
    flex-direction: column;
    margin: 1rem auto;
    padding-right: 2em;
    padding-left: 2em;
    box-sizing: border-box;
    color: #232323; }
    @media (max-width: 1100px) {
      section.site-page.news .smem-news .news-item {
        width: 100% !important; } }
    section.site-page.news .smem-news .news-item .image-wrap {
      order: 2; }
      section.site-page.news .smem-news .news-item .image-wrap img {
        width: 100%; }
    section.site-page.news .smem-news .news-item .news-title {
      order: 1;
      font-size: 200%;
      text-align: center; }
    section.site-page.news .smem-news .news-item .news-excerpt {
      order: 4;
      display: none; }
    section.site-page.news .smem-news .news-item .news-metas {
      order: 3;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      color: #E1E6F3;
      font-family: "Woodford Bourne Thin";
      text-transform: uppercase;
      margin: 15px 0px; }
      section.site-page.news .smem-news .news-item .news-metas .news-date {
        color: #232323;
        text-transform: uppercase; }
        section.site-page.news .smem-news .news-item .news-metas .news-date:before {
          font-family: 'Font Awesome\ 5 Free';
          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: 'Font Awesome\ 5 Free';
          margin-right: 0.6em; }
    section.site-page.news .smem-news .news-item .news-embed {
      order: 6;
      display: block;
      text-align: center;
      margin: 2rem 0; }
      section.site-page.news .smem-news .news-item .news-embed iframe, section.site-page.news .smem-news .news-item .news-embed embed, section.site-page.news .smem-news .news-item .news-embed object {
        margin: 0 auto !important; }
      section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"], section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"] iframe, section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    section.site-page.news .smem-news .news-item .news-content {
      order: 5;
      margin-bottom: 4em;
      display: block;
      text-align: center; }
      @media (max-width: 992px) {
        section.site-page.news .smem-news .news-item .news-content {
          width: 90%;
          margin: 0 auto; } }
      section.site-page.news .smem-news .news-item .news-content h3 {
        font-size: 200%; }
      section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
        margin: 15px 0px; }
        section.site-page.news .smem-news .news-item .news-content p img, section.site-page.news .smem-news .news-item .news-content div img {
          display: block;
          width: auto !important;
          max-width: 100% !important;
          height: auto !important;
          margin: 0 auto; }

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

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

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

section.releases .smem-releases {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around; }
  @media (max-width: 992px) {
    section.releases .smem-releases {
      margin-bottom: 0em; } }
  section.releases .smem-releases .release {
    display: flex;
    flex-direction: row;
    padding: 2rem 1rem 2rem;
    border-bottom: 1px solid #000;
    width: calc(100% - 2rem);
    margin-bottom: 0px;
    flex-grow: 0.5; }
    section.releases .smem-releases .release:last-child {
      border-bottom: none; }
    @media (max-width: 992px) {
      section.releases .smem-releases .release {
        width: 100%;
        flex-direction: column;
        padding: 0; } }
    section.releases .smem-releases .release .packshot {
      width: 50%;
      text-align: center; }
      @media (max-width: 992px) {
        section.releases .smem-releases .release .packshot {
          width: 100%; } }
      section.releases .smem-releases .release .packshot img {
        width: 100%;
        max-width: 45vmin; }
        @media (max-width: 1100px) {
          section.releases .smem-releases .release .packshot img {
            max-width: 90%; } }
    section.releases .smem-releases .release .info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: stretch;
      flex-grow: 2;
      width: 50%;
      color: #000; }
      @media (max-width: 992px) {
        section.releases .smem-releases .release .info {
          width: 100%; } }
      section.releases .smem-releases .release .info .release-title {
        color: #000; }
      section.releases .smem-releases .release .info .release-meta {
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        section.releases .smem-releases .release .info .release-meta .release-date {
          font-family: "Woodford Bourne Thin";
          font-weight: 400;
          font-style: normal;
          font-size: 1rem;
          text-transform: uppercase; }
          section.releases .smem-releases .release .info .release-meta .release-date span {
            display: none; }
        section.releases .smem-releases .release .info .release-meta .release-custominfo {
          padding: 0.25em; }
        section.releases .smem-releases .release .info .release-meta .release-embed {
          position: relative;
          padding-bottom: 56.25%;
          height: 0;
          overflow: hidden;
          max-width: 100%; }
          section.releases .smem-releases .release .info .release-meta .release-embed:empty {
            display: none; }
          section.releases .smem-releases .release .info .release-meta .release-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        section.releases .smem-releases .release .info .release-meta .tracklist {
          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;
            transition: all 0.4s ease-in-out; }
            section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:before {
              content: ')'; }
            section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button:after {
              content: '('; }
          section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics:hover > .lyrics-button {
            opacity: 1; }
        section.releases .smem-releases .release .info .release-meta .retail-links {
          display: flex;
          flex-flow: row wrap;
          align-content: space-between;
          justify-content: center;
          margin: 20px 0px 50px;
          width: 100%; }
          section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
            font-family: "Woodford Bourne Thin";
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            transition: all 0.4s ease-in-out;
            display: inline-block;
            background: #fff;
            color: #000;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 7px 20px;
            margin: 5px 0px 5px 0;
            border: 1px solid #000; }
            section.releases .smem-releases .release .info .release-meta .retail-links .retail-link:hover {
              color: #fff;
              background: #34519B;
              border: 1px solid #000; }
            section.releases .smem-releases .release .info .release-meta .retail-links .retail-link i {
              padding-right: 10px; }
            @media (max-width: 992px) {
              section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
                flex-direction: column; } }
    section.releases .smem-releases .release:nth-child(even) .packshot {
      order: 2; }
      @media (max-width: 992px) {
        section.releases .smem-releases .release:nth-child(even) .packshot {
          order: 1; } }
    section.releases .smem-releases .release:nth-child(even) .info {
      order: 1; }

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

section.store {
  padding: 2em 0; }
  section.store .products-widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    section.store .products-widget .store-panel {
      width: 33%;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-sizing: border-box; }
      @media (max-width: 992px) {
        section.store .products-widget .store-panel {
          width: calc(100% - 2rem); } }
      section.store .products-widget .store-panel .panel-image-wrap {
        width: 100%; }
        section.store .products-widget .store-panel .panel-image-wrap a {
          display: block; }
          section.store .products-widget .store-panel .panel-image-wrap a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            vertical-align: bottom; }
      section.store .products-widget .store-panel .panel-title {
        margin-bottom: 0.8em;
        font-size: 1.5rem;
        font-weight: 300; }
      section.store .products-widget .store-panel .panel-description img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        vertical-align: bottom; }
      section.store .products-widget .store-panel .panel-links a {
        font-family: "Woodford Bourne Thin";
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        background: #fff;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 7px 20px;
        margin: 5px 0px 5px 0;
        border: 1px solid #000;
        display: block;
        border: 1px solid #fff; }
        section.store .products-widget .store-panel .panel-links a:hover {
          color: #fff;
          background: #34519B;
          border: 1px solid #000; }
        section.store .products-widget .store-panel .panel-links a:hover {
          background-color: #000;
          color: #fff;
          border: 1px solid #fff; }
      section.store .products-widget .store-panel .product-info-wrap {
        display: flex;
        flex-direction: column;
        margin-top: auto;
        text-align: center; }
        section.store .products-widget .store-panel .product-info-wrap .product-price h3 {
          font-size: 2rem;
          font-weight: 300;
          color: #000; }
        section.store .products-widget .store-panel .product-info-wrap .product-content {
          display: none; }
        section.store .products-widget .store-panel .product-info-wrap .product-buy-button a {
          font-family: "Woodford Bourne Thin";
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          transition: all 0.4s ease-in-out;
          display: inline-block;
          background: #fff;
          color: #000;
          letter-spacing: 2px;
          text-transform: uppercase;
          padding: 7px 20px;
          margin: 5px 0px 5px 0;
          border: 1px solid #000;
          width: 80%;
          border: 1px solid #fff; }
          section.store .products-widget .store-panel .product-info-wrap .product-buy-button a:hover {
            color: #fff;
            background: #34519B;
            border: 1px solid #000; }
          section.store .products-widget .store-panel .product-info-wrap .product-buy-button a:hover {
            background-color: #000;
            color: #fff;
            border: 1px solid #fff; }
    section.store .products-widget .no-store-panels {
      width: 80%;
      text-align: center; }
      section.store .products-widget .no-store-panels a {
        color: #fff; }
        section.store .products-widget .no-store-panels a:hover {
          color: #000; }
      section.store .products-widget .no-store-panels a.newsletter-cta {
        font-family: "Woodford Bourne Thin";
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        background: #fff;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 7px 20px;
        margin: 5px 0px 5px 0;
        border: 1px solid #000;
        display: inline-block;
        text-align: center;
        border: 1px solid #fff; }
        section.store .products-widget .no-store-panels a.newsletter-cta:hover {
          color: #fff;
          background: #34519B;
          border: 1px solid #000; }
        section.store .products-widget .no-store-panels a.newsletter-cta:hover {
          background-color: #000;
          color: #fff;
          border: 1px solid #fff; }

section.tourdates .smem-tourdates {
  margin: 0px auto; }
  section.tourdates .smem-tourdates .date {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 0;
    font-size: 1rem;
    align-items: center;
    border-bottom: 1px solid rgba(124, 124, 124, 0.25);
    color: #fff; }
    section.tourdates .smem-tourdates .date:hover {
      background: rgba(81, 81, 81, 0.1); }
    @media (max-width: 992px) {
      section.tourdates .smem-tourdates .date {
        flex-direction: column;
        margin: 30px auto; } }
    section.tourdates .smem-tourdates .date:last-child {
      border-bottom: none; }
    section.tourdates .smem-tourdates .date div.day {
      order: 1;
      width: 20%;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        section.tourdates .smem-tourdates .date div.day {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em; } }
    section.tourdates .smem-tourdates .date div.venue {
      order: 2;
      width: 35%;
      font-weight: 400; }
      @media (max-width: 992px) {
        section.tourdates .smem-tourdates .date div.venue {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em;
          font-size: 1em; } }
    section.tourdates .smem-tourdates .date div.town {
      order: 3;
      width: 25%; }
      @media (max-width: 992px) {
        section.tourdates .smem-tourdates .date div.town {
          width: 100%;
          text-align: center;
          margin-bottom: 0.5em; } }
    section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
      order: 4;
      width: 20%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 992px) {
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
          width: auto;
          text-align: center;
          margin-bottom: 0.5em; } }
      section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
        width: calc(100% - 2em);
        color: #fff;
        margin: 0.25rem auto;
        padding: 0.5em 1em;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        text-transform: uppercase; }
        section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.null-link {
          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 {
      order: 5;
      width: calc(100% - 2rem);
      font-size: 0.75rem;
      padding: 0.5rem 1rem;
      border: 3px solid check-color-clash(#000, #232323);
      border-bottom: none;
      margin: 1em auto -1rem; }
      @media (max-width: 992px) {
        section.tourdates .smem-tourdates .date div.show-info {
          text-align: center;
          margin-bottom: 0.5em; } }
      section.tourdates .smem-tourdates .date div.show-info a {
        color: check-color-clash(#000, #232323);
        transition: all 0.4s ease-in-out; }
        section.tourdates .smem-tourdates .date div.show-info a:hover {
          color: check-color-clash(#E1E6F3, #232323); }
    section.tourdates .smem-tourdates .date:last-child .show-info {
      border-bottom: 3px solid check-color-clash(#000, #232323);
      margin-bottom: 0; }
  section.tourdates .smem-tourdates .no-tour-dates {
    text-align: center; }
    section.tourdates .smem-tourdates .no-tour-dates p {
      width: 80%;
      margin: 0 auto; }
      section.tourdates .smem-tourdates .no-tour-dates p a {
        font-weight: 700;
        color: #000;
        transition: all 0.4s ease-in-out; }
        section.tourdates .smem-tourdates .no-tour-dates p a:hover {
          color: check-color-clash(#000, #232323); }
    section.tourdates .smem-tourdates .no-tour-dates .cta {
      font-family: "Woodford Bourne Thin";
      text-align: center;
      text-decoration: none;
      border-radius: 5px;
      transition: all 0.4s ease-in-out;
      display: inline-block;
      background: #fff;
      color: #000;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 7px 20px;
      margin: 5px 0px 5px 0;
      border: 1px solid #000;
      color: #000; }
      section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
        color: #fff;
        background: #34519B;
        border: 1px solid #000; }

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

section.page-section.videos .smem-videos {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    section.page-section.videos .smem-videos {
      flex-direction: column; } }
  section.page-section.videos .smem-videos .video {
    width: calc(33.33% - 2rem);
    margin: 20px;
    flex-grow: 0.5; }
    @media (max-width: 992px) {
      section.page-section.videos .smem-videos .video {
        width: calc(100% - 4rem); } }
    section.page-section.videos .smem-videos .video a.video-link {
      display: block; }
      section.page-section.videos .smem-videos .video a.video-link .video-thumb {
        width: 100%; }
        section.page-section.videos .smem-videos .video a.video-link .video-thumb img,
        section.page-section.videos .smem-videos .video a.video-link .video-thumb video {
          max-width: 100%; }
    section.page-section.videos .smem-videos .video .video-subtitle {
      text-align: center; }
      section.page-section.videos .smem-videos .video .video-subtitle h3 {
        font-size: 1rem;
        font-family: "Woodford Bourne Thin", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px; }
    section.page-section.videos .smem-videos .video.--video-single {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      margin: 0; }
      section.page-section.videos .smem-videos .video.--video-single iframe, section.page-section.videos .smem-videos .video.--video-single video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

section.page-section.videos.single .video-con {
  width: 66%;
  margin: auto; }
  @media (max-width: 992px) {
    section.page-section.videos.single .video-con {
      width: 100%; } }
section.page-section.videos.single .smem-videos {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 0px auto; }
  section.page-section.videos.single .smem-videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.logo {
  width: 300px;
  height: auto !important; }
  @media (max-width: 1100px) {
    .logo {
      width: 240px; } }
.sec-con {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  box-sizing: border-box;
  margin: auto; }

/* HEADER */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.color_button {
  color: #000; }

body.pagehome section.video-sec {
  width: 100%;
  padding-bottom: 8em; }

section.page-section.videos.video-sec .smem-videos .video {
  width: 100%;
  margin: 0;
  flex-grow: 0.5; }

section.page-section.videos.video-sec .video-subtitle {
  display: none; }

body {
  overflow-x: hidden; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: white; }

::-webkit-scrollbar-thumb {
  background: #232323; }

.news ::-webkit-scrollbar-track {
  background: #EDEDED; }

.sec-dark .sec-con {
  color: #fff; }

section.tourdates.sec-dark .smem-tourdates .date {
  color: #fff; }

section.tourdates.sec-dark h2 {
  color: #fff; }

/* demo related */
.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px; }

.button-test {
  user-select: none;
  Transition: background-color 0.1s ease-out;
  -webkit-filter: url("#filter");
  filter: url("#filter"); }

.item-scroll {
  /*
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
	*/ }

section.page-section.news .item-scroll .smem-news,
section.page-section.videos.videos2 .item-scroll .smem-videos {
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  width: 100%; }

section.page-section.news .item-scroll .smem-news .news-item,
.videos.videos2 .video.youtube,
section.page-section.videos.videos2.video-sec .smem-videos .video {
  width: 40% !important;
  display: inline-block;
  margin: 0 2rem;
  vertical-align: top; }
  @media (max-width: 768px) {
    section.page-section.news .item-scroll .smem-news .news-item,
    .videos.videos2 .video.youtube,
    section.page-section.videos.videos2.video-sec .smem-videos .video {
      width: 90% !important; } }
section.page-section.videos.videos2.video-sec .video-subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Woodford Bourne Thin";
  letter-spacing: 3px;
  margin-bottom: 4em; }

section.page-section.videos.videos2.video-sec .video-subtitle h3 {
  font-weight: normal;
  white-space: initial; }

section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%; }

.videos2 {
  background: #ededed;
  background: #EDEDED; }

/* RELEASES 2 */
body.pagehome section.page-section.releases#section_releases2 {
  padding-top: 0; }

#section_releases2 .release:nth-child(1) {
  display: none; }

#section_releases2 .release:nth-child(2) {
  background-color: #ededed; }

#section_releases2 .release:nth-child(3) {
  background-color: #232323; }

#section_releases2 .release {
  flex-direction: column;
  position: relative;
  padding: 0;
  width: 50%;
  display: inline-block;
  border-bottom: none; }
  @media (max-width: 1100px) {
    #section_releases2 .release {
      width: 100%; } }
body.pagehome section.page-section.releases#section_releases2 .smem-releases {
  display: block;
  overflow-y: scroll;
  display: block;
  width: 100%; }
  @media (max-width: 1100px) {
    body.pagehome section.page-section.releases#section_releases2 .smem-releases {
      overflow-y: inherit; } }
body.pagehome section.page-section.releases#section_releases2 .smem-releases .release .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 81, 155, 0.94);
  display: flex;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  padding: 0;
  top: 0; }

body.pagehome section.page-section.releases#section_releases2 .smem-releases .release:hover .info {
  opacity: 1;
  transition: all 0.4s ease-in-out; }

body.pagehome section.page-section.releases#section_releases2 .smem-releases .release .release-title {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff; }
  @media (max-width: 1100px) {
    body.pagehome section.page-section.releases#section_releases2 .smem-releases .release .release-title {
      font-size: 1rem; } }
body.pagehome section.page-section.releases#section_releases2 .smem-releases .release .packshot {
  padding: 6em 2em;
  box-sizing: border-box; }

/* SEC SOCIAL */
.links {
  width: 20%;
  display: flex;
  align-items: stretch; }
  @media (max-width: 1100px) {
    .links {
      width: 100%; } }
.links a {
  padding: 37px 30px;
  width: 100%;
  text-align: center;
  background: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
  color: #232323;
  text-decoration: none;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s; }

.links a:first-child {
  padding: 27px 30px 26px 29px;
  border-bottom: 1px solid white; }

.links a:hover {
  background: #34519B;
  color: white; }

.links a:after {
  right: 90%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-width: 8px 10px;
  margin-top: -7px;
  z-index: 100;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s; }

.links a:hover:after {
  border-color: #34519B;
  border-right-color: #34519B; }

.links a:hover:after {
  right: 100%; }

/* PAGE CONTENT */
.pagecontent main {
  background-color: #f5f5f5; }

/* PAGE - NEWS .page-news */
section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
  width: 100%;
  padding-top: 50%; }

.page-news section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
  width: 100%;
  padding-top: 76%; }

.page-news section.page-section.news.site-page .smem-news .news-item .news-title h2 {
  font-size: 2rem;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.2em; }

.page-tourdates main .tourdates {
  background: #232323; }

.page-tourdates main .tourdates h2 {
  color: #fff; }

/* PHOTOS */
#image-viewer-inner img {
  max-width: inherit; }

#image-viewer #image-viewer-nav {
  color: #fff; }

#image-viewer #image-viewer-nav :hover {
  color: #34519B; }
