@charset "UTF-8";
@import url("https://use.typekit.net/zyx3wtl.css");
@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");
/*
Note that typefaces used in SMEUK websites must be licensed. There are 3 web font services with licenced web fonts:
- Google Fonts (https://fonts.google.com)
- Adobe Typekit (https://fonts.adobe.com contact neato to set up a webkit)
- Monotype (https://enterprise.monotype.com contact neato to set up a webkit)
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  display: none;
}
@media (max-width: 996px) {
  .hamburger {
    padding: 11px 14px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0px !important;
    overflow: visible;
    background-color: #fff;
    position: fixed;
    right: 0;
    cursor: pointer;
    z-index: 800;
    top: 0;
    transition: top 0.3s;
    vertical-align: middle;
  }
  .hamburger.header-up {
    top: -100px;
  }
  .hamburger:hover {
    filter: opacity(60%);
  }
  .hamburger.is-active:hover {
    filter: opacity(60%);
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
  }
}

.hamburger-box {
  width: 30px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-more-2-old {
  background: #FFFFFF;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(241, 198, 164) 100%);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  height: 200px;
  width: 200px;
}

.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.more {
  display: flex;
}
.cta.more a {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  background-color: #fff;
  border: 0 !important;
  font-size: 1.4rem;
  padding: 0.6em 3em;
  font-weight: 700;
}
.cta.more a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

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

header {
  width: 100%;
  height: 100px;
  text-align: center;
  font-family: "inter-variable", sans-seri;
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  transition: top 0.3s;
  z-index: 999;
  /*max-width: vars.$content-width;*/
  /*&:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    opacity: 1;
    background: rgb(0, 0, 0);
    background: transparent\9;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.5) 100%
      )
      no-repeat center center scroll;

    @media (max-width: 996px) {
      opacity: 1;
    }
  }*/
}
@media (max-width: 996px) {
  header {
    height: 58px;
  }
}
header.header-up {
  top: -150px;
}
header nav {
  box-sizing: border-box;
  width: 80vw;
  padding-right: 29px;
  /*padding-top: calc(hamburger.$hamburger-area-width / 3);*/
  padding-top: 30px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
@media (max-width: 996px) {
  header nav {
    z-index: 98;
    position: fixed;
    transition: all 0.4s ease-in-out;
    top: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 58px);
    height: 100vh;
    left: -100vw;
    margin: 0px;
    padding-right: 0;
    background: #000;
    box-shadow: 0px 0px 10px 0px #000;
  }
}
header nav .site-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  order: 2;
}
@media (max-width: 996px) {
  header nav .site-nav {
    text-align: center;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 58px);
    order: 1;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  header nav .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  header nav .site-nav a {
    margin: 0 5vw;
  }
}
header nav .site-nav a {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 2px transparent;
  padding: 0 1vw;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  vertical-align: bottom;
  transition: all 0.4s ease-in-out;
  /*text-shadow: 1px 1px 0px vars.$color1, 0px 0px 5px vars.$color1;*/
}
header nav .site-nav a:hover {
  color: #fff;
  border-bottom: solid 2px #fff;
}
@media (max-width: 996px) {
  header nav .site-nav a {
    color: #fff;
    display: block;
    font-size: 5vmin;
    padding: 1vw 0;
    text-shadow: none;
    width: auto;
  }
  header nav .site-nav a:hover {
    color: #fff;
    text-shadow: none;
    border-bottom: solid 2px #fff;
  }
}
header nav .site-nav a.current {
  color: #EDB4AD;
  border-bottom: solid 2px #EDB4AD;
}
@media (max-width: 996px) {
  header nav .site-nav a.current {
    color: #999;
    border-bottom: solid 2px #999;
  }
}

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

.artistlogo {
  left: 0;
  width: 20vw;
  padding: 0 0 0 40px;
  z-index: 99;
  justify-content: center;
  display: flex;
}
@media (max-width: 996px) {
  .artistlogo {
    height: 104px;
    width: 100%;
    z-index: 99;
    transition: top 0.5s;
    padding: 0;
  }
}
.artistlogo .smem-logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 996px) {
  .artistlogo .smem-logo {
    width: 70vw;
    max-height: 52px;
  }
}
.artistlogo .smem-logo img {
  width: 100%;
  width: 200px;
}
@media (max-width: 996px) {
  .artistlogo .smem-logo img {
    width: 150px;
  }
}
@media (max-width: 430px) {
  .artistlogo .smem-logo img {
    width: 120px;
  }
}

@media (max-width: 996px) {
  body.menu-open header .artistlogo .smem-logo {
    padding-right: 58px;
  }
}
.social-nav {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  order: 2;
}
@media (max-width: 996px) {
  .social-nav {
    width: 100%;
    justify-content: center;
  }
}
.social-nav .smem-socials {
  display: flex;
  flex-wrap: wrap;
  margin: 1vh 0;
  justify-content: flex-end;
  align-content: stretch;
}
@media (max-width: 996px) {
  .social-nav .smem-socials {
    justify-content: space-around;
  }
}
.social-nav .smem-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
  /*text-shadow: 1px 1px 0px vars.$color1, 0px 0px 5px vars.$color1;*/
  text-decoration: none;
}
@media (max-width: 996px) {
  .social-nav .smem-socials a {
    margin-right: 0px;
  }
}
.social-nav .smem-socials a:hover {
  color: #fff;
}
@media (max-width: 996px) {
  .social-nav .smem-socials a {
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    color: #fff;
  }
  .social-nav .smem-socials a:hover {
    color: #fff;
  }
}
.social-nav .smem-socials a i {
  font-size: 18px;
  padding: 20px 10px;
}
@media (max-width: 1200px) {
  .social-nav .smem-socials a i {
    font-size: 22px;
    padding: 20px 10px;
  }
}
@media (max-width: 996px) {
  .social-nav .smem-socials a i {
    font-size: 24px;
    padding: 20px 10px;
  }
}

section {
  display: flex;
  flex-direction: column;
  position: relative;
}
section h2.section-title, section .crm-form-text-block h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 996px) {
  section h2.section-title, section .crm-form-text-block h3 {
    font-size: 4rem;
  }
}
@media (max-width: 430px) {
  section h2.section-title, section .crm-form-text-block h3 {
    font-size: 3rem;
  }
}
section.page-section .content-section {
  margin: 10vh auto;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  section.page-section .content-section {
    width: 90%;
  }
}

body.pagehome .divider .jarallax,
body.pagecontent .divider .jarallax {
  display: flex;
  align-items: center;
}
body.pagehome .divider .jarallax h2.section-title.title-anim,
body.pagecontent .divider .jarallax h2.section-title.title-anim {
  color: #EDB4AD;
  position: relative;
  font-size: 5vh;
  font-weight: 600;
  text-shadow: 0 0 100px rgba(255, 255, 255, 0.4), 0 0 12px rgba(255, 255, 255, 0.4), 0 4px 20px rgba(255, 255, 255, 0.4), 0 8px 40px rgba(255, 255, 255, 0.4), 0 12px 60px rgba(255, 255, 255, 0.4);
  animation: glowPulse 2.5s ease-in-out infinite;
}
body.pagehome .divider .jarallax h2.section-title.title-anim::after,
body.pagecontent .divider .jarallax h2.section-title.title-anim::after {
  /*content: '';*/
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 120%;
  height: 60%;
  background: radial-gradient(ellipse at center, #fff 0%, transparent 90%);
  filter: blur(45px);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 430px) {
  body.pagehome .divider .jarallax h2.section-title.title-anim,
  body.pagecontent .divider .jarallax h2.section-title.title-anim {
    font-size: 10vw;
  }
}

#jarallax-container-2 img {
  object-position: 50% 10% !important;
}

#jarallax-container-0 img {
  object-position: 50% 80% !important;
}

@keyframes glowPulse {
  0%, 100% {
    color: #fff;
    transform: translate(0, 0);
    text-shadow: 0 0 100px rgba(255, 255, 255, 0.41), 0 0 12px rgba(255, 255, 255, 0.41), 0 0px 20px rgba(255, 255, 255, 0.41), 0 0px 40px rgba(255, 255, 255, 0.41), 0 0px 60px rgba(255, 255, 255, 0.41);
  }
  50% {
    color: #fff;
    transform: translate(0px, 10px);
    text-shadow: 0 0 100px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0px 20px rgb(255, 255, 255), 0 0px 140px rgb(255, 255, 255), 0 0px 60px rgb(255, 255, 255);
  }
}
#section_store .divider .section-title {
  font-size: 16vh;
  color: #EDB4AD;
}

#sme-crm-module {
  display: flex;
  flex-direction: column;
}

.crm {
  background: #fff;
}

.crm .section-title {
  color: #EDB4AD;
}

body #sme-crm-module form button, body #sme-crm-module .button-well button,
section.store .content-section .products-widget .no-store-panels a.newsletter-cta {
  padding: 0.5rem 3rem !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  border: 2px solid #fff;
  background: transparent !important;
  color: #fff !important;
}
body #sme-crm-module form button span, body #sme-crm-module .button-well button span,
section.store .content-section .products-widget .no-store-panels a.newsletter-cta span {
  color: #fff !important;
}
body #sme-crm-module form button:hover, body #sme-crm-module .button-well button:hover,
section.store .content-section .products-widget .no-store-panels a.newsletter-cta:hover {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #fff;
}
body #sme-crm-module form button:hover span, body #sme-crm-module .button-well button:hover span,
section.store .content-section .products-widget .no-store-panels a.newsletter-cta:hover span {
  color: #000 !important;
}

#sme-crm-module form button:before, #sme-crm-module .button-well button:before {
  display: none !important;
}

.crm-con {
  z-index: 20;
  margin: auto;
}
.crm-con h3, .crm-con #sme-crm-module .crm-form-text-block p, .crm-con #sme-crm-module form p.policy, .crm-con .crm-con .delayed-1 {
  color: #fff !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.368627451), 0px 0px 10px rgba(0, 0, 0, 0.368627451);
}
.crm-con #sme-crm-module form p.policy {
  color: #fff;
}
.crm-con .delayed-1 {
  color: #fff;
}

#parallax-3.jarallax {
  position: relative;
  z-index: 0;
  height: 80vh;
  max-height: none;
  min-height: 800px;
}

.sidebar-section {
  margin: 10vh auto;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .sidebar-section {
    width: 90%;
  }
}
.sidebar-section.single section {
  width: 100%;
}
.sidebar-section.double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar-section.double section {
  width: 48%;
}
@media (max-width: 996px) {
  .sidebar-section.double section {
    width: 100%;
  }
}
.sidebar-section.double .packshot {
  width: 48%;
  text-align: center;
  align-self: stretch;
  aspect-ratio: 1/1;
  margin: auto;
  max-width: 100%;
  height: 20vw;
  width: auto;
}
.sidebar-section.double .packshot img {
  width: 100%;
}
.sidebar-section .sidebar-item h3.section-title {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.sidebar-section .sidebar-item .smem-releases .release {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.sidebar-section .sidebar-item .smem-releases .release.playlist .packshot {
  display: none;
}
.sidebar-section .sidebar-item .smem-releases .release.playlist .info .release-meta .release-embed {
  display: block;
}
.sidebar-section .sidebar-item .smem-releases .release .packshot {
  width: 48%;
  text-align: center;
  align-self: stretch;
  aspect-ratio: 1/1;
  margin: auto;
}
.sidebar-section .sidebar-item .smem-releases .release .packshot img {
  width: 100%;
}
.sidebar-section .sidebar-item .smem-releases .release .info {
  width: 100%;
}
.sidebar-section .sidebar-item .smem-releases .release .info .release-meta .release-date {
  display: none;
}
.sidebar-section .sidebar-item .smem-releases .release .info .release-meta .release-custominfo {
  display: none;
}
.sidebar-section .sidebar-item .smem-releases .release .info .release-meta .release-embed {
  display: none;
}
.sidebar-section .sidebar-item .smem-releases .release .info .release-meta .tracklist {
  display: none;
}
.sidebar-section .sidebar-item .smem-videos .video {
  margin: 0;
}
.sidebar-section .sidebar-item .smem-videos a.video-link .video-thumb img {
  max-width: 100%;
  height: 20vw;
  width: auto;
}

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.videos {
  background-color: #fac495;
}
body.pagehome section.page-section.tourdates {
  background-color: #466268;
}
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;
}
body.pagehome section.page-section.store {
  padding: 0 !important;
  background-color: #fff;
}
body.pagehome section.page-section.store .sec-con .section-title {
  color: #000;
}
body.pagehome section.page-section.store .sec-con a {
  color: #393939;
}

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

section.page-section.about .smem-about .bio p img {
  width: 100%;
  margin: 3rem auto;
  display: block;
  height: auto;
}
section.page-section.about .smem-about .bio p iframe {
  width: 100%;
  margin: 3rem auto;
  display: block;
}

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 */
  -moz-animation: fadein 5s; /* Firefox < 16 */
  -ms-animation: fadein 5s; /* Internet Explorer */
  -o-animation: fadein 5s; /* Opera < 12.1 */
  animation: fadein 5s;
}
@media (max-width: 996px) {
  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 {
  box-sizing: border-box;
  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: 3vw;
  font-size: 40px;
}
@media (max-width: 996px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
    font-size: 20px;
    font-family: "inter-variable", sans-seri;
    font-weight: normal;
    text-transform: uppercase;
    top: auto;
    bottom: 0;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
  box-sizing: border-box;
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  /*background-color: vars.$color1;*/
  transition: all 0.4s ease-in-out;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
  opacity: 0.8;
}
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: 996px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
    padding: 35px 10px 35px 5px;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
  padding: 15px 30px 13px 20px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 996px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
    padding: 35px 5px 35px 10px;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center;
  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: 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: 996px) {
  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: 10vh;
  display: flex;
  flex-flow: column wrap;
  z-index: 21;
}
@media (max-width: 996px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    padding-bottom: 5vh;
  }
}
@media (max-width: 430px) {
  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: flex;
  justify-content: flex-end;
  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;
  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: flex;
  justify-content: center;
}
@media (max-width: 430px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .buttons-wrap {
    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: 430px) {
  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: 430px) {
  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 {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  border: 2px solid #fff;
  padding: 0.5em 3em;
  font-size: 1.4em;
  border-width: 2px 2px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  color: #fff;
}
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 {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
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: #fff;
  color: #000 !important;
  border-width: 2px 2px;
}
@media (max-width: 430px) {
  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 TITLES & SUBTITLES ON ALL SLIDES */
.slide-title, .subtitle {
  color: #EDB4AD;
  /*text-shadow: 1px 1px 0px vars.$color1, 0px 0px 5px vars.$color1;*/
  width: auto;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  padding: 0 0 3vh 0;
  margin: 0;
  display: inline;
}
.slide-title {
  font-size: 6vw;
}
@media (max-width: 430px) {
  .slide-title {
    font-size: 10vw;
  }
}

.subtitle {
  font-family: "inter-variable", sans-seri;
  display: inline-block;
}

section.page-section.contact .smem-contact .contact-details p img {
  width: 100%;
  margin: 3rem auto;
  display: block;
  height: auto;
}
section.page-section.contact .smem-contact .contact-details p iframe {
  width: 100%;
  margin: 3rem auto;
  display: block;
}

section.page-section.faq {
  margin: 100px auto;
}
section.page-section.faq .section-title {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
section.page-section.faq .smem-faq .faq-item {
  width: 100%;
}
#image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 802;
  display: none;
}
#image-viewer #image-viewer-nav {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 810;
  font-size: 4vw;
}
@media (max-width: 996px) {
  #image-viewer #image-viewer-nav {
    top: auto;
    bottom: 10%;
  }
}
#image-viewer #image-viewer-nav div {
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  transition: all 0.4s ease-in-out;
}
#image-viewer #image-viewer-nav div:hover {
  color: #000;
  background-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: 996px) {
  #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: 996px) {
  #image-viewer #image-viewer-nav #image-nav-next {
    padding: 35px 5px 35px 10px;
  }
}
#image-viewer #image-viewer-close {
  display: block;
  font-size: 4vw;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 100px;
  right: 0.75em;
  color: #000;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 801;
}
@media (max-width: 996px) {
  #image-viewer #image-viewer-close {
    font-size: 8vw;
    width: 58px;
    height: 58px;
    top: 58px;
    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;
}
#image-viewer #image-viewer-inner .image-caption h3 {
  color: #fff;
}

section.page-section.gallery .smem-gallery {
  max-width: none;
}
section.page-section.gallery.grid .smem-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
section.page-section.gallery.grid .smem-gallery .gallery-image {
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 1201px) {
  section.page-section.gallery.grid .smem-gallery .gallery-image {
    width: calc((100vw - 40vw) / 4 - 1rem);
    height: calc((100vw - 40vw) / 4 - 1rem);
    max-width: none;
  }
}
@media (max-width: 996px) {
  section.page-section.gallery.grid .smem-gallery .gallery-image {
    width: calc((100vw - 40vw) / 2 - 1rem);
    height: calc((100vw - 40vw) / 2 - 1rem);
  }
}
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;
}
#lyricsModal .modal-inner .content-container h2 {
  color: #fff;
}
#lyricsModal .modal-inner .content-container .lyrics-content {
  width: 90%;
  margin: 0 auto;
}

.pagehome section.page-section.news {
  margin-top: 0;
}
.pagehome section.page-section.news .content-section {
  margin-top: 0;
}
.pagehome section.page-section.news .content-section h2.section-title {
  font-size: 400%;
  color: #fff;
}
@media (max-width: 996px) {
  .pagehome section.page-section.news .content-section h2.section-title {
    font-size: 300%;
  }
}
.pagehome section.page-section.news .content-section .smem-news {
  width: 100%;
}
.pagehome section.page-section.news .content-section .smem-news .news-item {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 3vw;
}
@media (max-width: 996px) {
  .pagehome section.page-section.news .content-section .smem-news .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 3em auto;
  }
}
.pagehome section.page-section.news .content-section .smem-news .news-item .image-wrap {
  grid-column: 1/1;
  grid-row: 1/4;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .image-wrap a.imagelink {
  display: block;
  border: solid 1px #999;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .image-wrap a.imagelink img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-title {
  grid-column: 2/2;
  text-align: left;
}
@media (max-width: 996px) {
  .pagehome section.page-section.news .content-section .smem-news .news-item .news-title {
    text-align: center;
    padding: 0;
    margin: 0.5em 0;
  }
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-excerpt {
  grid-column: 2/2;
  padding-bottom: 2em;
  padding-right: 2em;
}
@media (max-width: 996px) {
  .pagehome section.page-section.news .content-section .smem-news .news-item .news-excerpt {
    width: 100%;
    margin: 0px;
    padding: 0;
    text-align: center;
  }
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-excerpt .cta a {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-excerpt .cta a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 996px) {
  .pagehome section.page-section.news .content-section .smem-news .news-item .news-excerpt .cta a {
    width: 100%;
  }
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-metas {
  display: none;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-content {
  display: none;
}
.pagehome section.page-section.news .content-section .smem-news .news-item .news-embed {
  display: none;
}

section.page-section.news {
  margin-top: 20vh;
}
section.page-section.news .smem-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.page-section.news .smem-news .news-item {
  width: calc(33% - 2rem);
  margin: 0 1vw 1vw 1vw;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 996px) {
  section.page-section.news .smem-news .news-item {
    width: 100%;
    margin-bottom: 10vw;
  }
}
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;
  border: solid 1px #999;
  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%;
  object-fit: cover;
  object-position: 50% 50%;
}
section.page-section.news .smem-news .news-item .news-title {
  order: 2;
}
section.page-section.news .smem-news .news-item .news-excerpt {
  order: 4;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta a {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.page-section.news .smem-news .news-item .news-metas {
  order: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
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;
}
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.site-page.news .smem-news {
  display: flex;
  flex-direction: column;
}
section.site-page.news .smem-news .news-item {
  width: 100%;
  flex-direction: column;
}
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;
  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;
}
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;
  display: block;
  text-align: justify;
}
section.site-page.news .smem-news .news-item .news-content h1,
section.site-page.news .smem-news .news-item .news-content h2,
section.site-page.news .smem-news .news-item .news-content h3,
section.site-page.news .smem-news .news-item .news-content h4,
section.site-page.news .smem-news .news-item .news-content h5,
section.site-page.news .smem-news .news-item .news-content h6 {
  color: #fff;
  font-family: "inter-variable", sans-seri;
  font-weight: normal;
  text-transform: uppercase;
  font-size: normal;
}
section.site-page.news .smem-news .news-item .news-content img {
  display: block;
  width: auto !important;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption {
  width: 100% !important;
  text-align: center;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption.aligncenter {
  text-align: center;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption.alignleft {
  text-align: left;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption.alignright {
  text-align: right;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption img {
  height: auto !important;
  margin: 0 auto;
}
section.site-page.news .smem-news .news-item .news-content .wp-caption .wp-caption-text {
  font-size: 75%;
  text-align: center;
}

@media (max-width: 996px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll;
  }
}
@media (max-width: 996px) and (orientation: portrait) {
  #newsletterModal {
    height: auto;
    max-height: none;
  }
}
#newsletterModal .modal-inner .content-container {
  display: flex;
  flex-direction: row;
  width: 80vw;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (max-width: 996px) {
  #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: 996px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container {
    display: block;
    flex-direction: column;
  }
}
#newsletterModal .modal-inner .content-container .left {
  overflow: hidden;
  width: 50%;
}
#newsletterModal .modal-inner .content-container .left .image-desktop {
  display: block;
  height: 100%;
}
#newsletterModal .modal-inner .content-container .left .image-mobile {
  display: none;
}
@media (max-width: 996px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .left {
    width: 100%;
  }
  #newsletterModal .modal-inner .content-container .left .image-desktop {
    display: none;
  }
  #newsletterModal .modal-inner .content-container .left .image-mobile {
    display: block;
  }
  #newsletterModal .modal-inner .content-container .left .image-mobile img {
    height: auto;
    max-height: 40vh;
    max-width: 100vmin;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  #newsletterModal .modal-inner .content-container .left .image-desktop {
    width: 100%;
    height: 100%;
  }
  #newsletterModal .modal-inner .content-container .left .image-desktop img {
    height: 100%;
    width: 100%;
  }
}
#newsletterModal .modal-inner .content-container .left img {
  width: 100%;
  height: 100%;
  max-width: 90vmin;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#newsletterModal .modal-inner .content-container .right {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  width: calc(50% - 4em);
}
@media (max-width: 996px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .right {
    padding: 1em 2em;
    width: calc(100% - 4em);
    justify-content: unset;
  }
}
@media (max-width: 996px) 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;
  filter: invert(1);
}
#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 {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
}
#newsletterModal .modal-inner .content-container .cta a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
#newsletterModal .modal-inner .content-container .newsletter-dismiss {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
}
#newsletterModal .modal-inner .content-container .newsletter-dismiss:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.modal {
  background: rgba(0, 0, 0, 0.8);
}

.page-newsletter .crm-form-text-block h3 {
  padding-top: 4rem;
}

.page-newsletter .retail-links {
  display: none !important;
}

.page-newsletter .video-subtitle h3 {
  margin: 0.83em 0;
  line-height: 1;
}

.page-newsletter .sidebar-section a {
  margin-top: 0;
}

section.releases .smem-releases .release {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  margin-bottom: 5vh;
  padding-bottom: 5vh;
}
section.releases .smem-releases .release:last-child {
  border-bottom: none;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release {
    flex-direction: column;
  }
}
section.releases .smem-releases .release .packshot {
  width: 48%;
  text-align: center;
  align-self: stretch;
  aspect-ratio: 1/1;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .packshot {
    width: 100%;
  }
}
section.releases .smem-releases .release .packshot img {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  object-fit: cover;
  height: 100%;
}
section.releases .smem-releases .release .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info {
    width: 100%;
  }
}
section.releases .smem-releases .release .info .release-title {
  text-align: center;
}
section.releases .smem-releases .release .info .release-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta {
    width: 100%;
  }
}
section.releases .smem-releases .release .info .release-meta .release-date {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .release-date span {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .release-custominfo {
  text-align: center;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .release-custominfo {
    margin: 0px auto;
  }
}
section.releases .smem-releases .release .info .release-meta .release-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
section.releases .smem-releases .release .info .release-meta .release-embed:empty {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .release-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .release-embed {
    width: 100%;
    margin: 0 auto;
  }
}
section.releases .smem-releases .release .info .release-meta .tracklist {
  flex-grow: 2;
  list-style-position: inside;
  margin: 20px;
  padding: 0;
  counter-reset: item;
  text-align: left;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .tracklist {
    width: 90%;
    margin: 20px auto;
  }
}
section.releases .smem-releases .release .info .release-meta .tracklist:empty {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .tracklist li {
  margin: 0.5em 0;
  list-style: none;
  list-style-position: inside;
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.5em;
  text-align: center;
}
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:last-child {
  border-bottom: solid 0px #fff;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .tracklist li {
    font-size: 115%;
    text-align: center;
  }
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics {
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 1em 0;
  }
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button {
  vertical-align: top;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0.2em 0.9em;
  margin: 0 0.25em;
  font-size: 0.7em;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics .lyrics-button {
    margin-top: 1em;
  }
}
section.releases .smem-releases .release .info .release-meta .tracklist li.has-lyrics:hover > .lyrics-button {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
section.releases .smem-releases .release .info .release-meta .retail-links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 430px) {
  section.releases .smem-releases .release .info .release-meta .retail-links {
    flex-direction: column;
  }
}
section.releases .smem-releases .release .info .release-meta .retail-links a.retail-link {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
  margin: 1vw 0;
}
section.releases .smem-releases .release .info .release-meta .retail-links a.retail-link:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.releases .smem-releases .release .info .release-meta .retail-links a.retail-link i {
  padding-right: 10px;
}
section.releases .smem-releases .release.playlist .packshot {
  display: none;
}
section.releases .smem-releases .release.playlist .info {
  width: 100%;
}
section.releases .smem-releases .release.playlist .info .release-meta .release-embed {
  display: block;
}
section.releases .smem-releases .release:nth-child(even) .packshot {
  order: 2;
}
@media (max-width: 996px) {
  section.releases .smem-releases .release:nth-child(even) .packshot {
    order: 1;
  }
}
section.releases .smem-releases .release:nth-child(even) .info {
  order: 1;
}

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

section.store .content-section .products-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.store .content-section .products-widget .store-panel {
  width: calc(33% - 2rem);
  margin: 0 1vw 1vw 1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
  box-sizing: border-box;
}
section.store .content-section .products-widget .store-panel:only-child {
  width: 100%;
}
@media (max-width: 996px) {
  section.store .content-section .products-widget .store-panel {
    width: 100%;
    margin-bottom: 10vw;
  }
}
section.store .content-section .products-widget .store-panel .panel-image-wrap {
  width: 100%;
}
section.store .content-section .products-widget .store-panel .panel-image-wrap a {
  display: block;
}
section.store .content-section .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 .content-section .products-widget .store-panel .panel-title {
  text-align: center;
}
section.store .content-section .products-widget .store-panel .panel-description {
  text-align: center;
}
section.store .content-section .products-widget .store-panel .panel-links a {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
}
section.store .content-section .products-widget .store-panel .panel-links a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.store .content-section .products-widget .no-store-panels {
  width: 100%;
  text-align: center;
}
section.store .content-section .products-widget .no-store-panels a {
  color: #fff;
}
section.store .content-section .products-widget .no-store-panels a:hover {
  color: #999;
}
section.store .content-section .products-widget .no-store-panels a.newsletter-cta {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
section.store .content-section .products-widget .no-store-panels a.newsletter-cta:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates {
  box-sizing: border-box;
}
section.tourdates .smem-tourdates .date {
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  padding: 1.2rem 2rem;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000;
  border-bottom: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date {
    flex-direction: column;
    justify-content: center;
    margin: 5vh auto;
    border-bottom: 2px solid #000;
  }
}
section.tourdates .smem-tourdates .date:last-child {
  border-bottom: 2px solid #000;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
section.tourdates .smem-tourdates .date div.day {
  width: 20%;
  font-size: 1.6em;
  padding-right: 1rem;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div.day {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date div.venue {
  width: 28%;
  padding-right: 1rem;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div.venue {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date div.town {
  width: 28%;
  font-size: 1.6em;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div.town {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  padding: 0.5em 0em;
  width: 19%;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
  width: 100%;
  margin: 0.5vw 0;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.not_on_sale {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  pointer-events: none;
  cursor: default;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.pre_sale {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.on_sale {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out {
  color: #616161;
  background-color: #000;
  border: 2px solid #000;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.resale {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
  color: #000;
  background-color: #EDB4AD;
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
section.tourdates .smem-tourdates .date div.show-info {
  box-sizing: border-box;
  padding: 1em 0;
}
@media (max-width: 996px) {
  section.tourdates .smem-tourdates .date div.show-info {
    width: 100%;
  }
}
section.tourdates .smem-tourdates .date div.show-info a {
  color: #fff;
}
section.tourdates .smem-tourdates .date div.show-info a:hover {
  color: #fff !important;
}
section.tourdates .smem-tourdates .date:last-child .show-info {
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
}
section.tourdates .smem-tourdates .no-tour-dates {
  text-align: center;
  padding: 5em 0;
}
section.tourdates .smem-tourdates .no-tour-dates p {
  width: 80%;
  margin: 0 auto;
}
section.tourdates .smem-tourdates .no-tour-dates p a {
  color: #fff;
}
section.tourdates .smem-tourdates .no-tour-dates p a:hover {
  color: #fff;
  text-decoration: underline;
}
section.tourdates .smem-tourdates .no-tour-dates .cta {
  margin: 1em auto;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
#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: #999;
  color: #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 801;
}
#video-player #video-player-close:hover {
  background-color: #fff;
  color: #999;
}
#video-player #video-player-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section .smem-videos {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 996px) {
  section .smem-videos {
    flex-direction: column;
  }
}
section .smem-videos .video {
  width: 30%;
}
@media (max-width: 996px) {
  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;
}
.jarallax {
  position: relative;
  z-index: 0;
  height: 60vh;
  max-height: 60vw;
  background-color: #fff;
}
.jarallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: -1;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

body.pagecontent .jarallax {
  position: relative;
  z-index: 0;
  height: 40vh;
}

.divider {
  position: relative;
  overflow: hidden;
}

.pagecontent .jarallax {
  position: relative;
  z-index: 0;
  height: 60vh;
  max-height: 60vw;
  background-color: #fff;
}
.pagecontent .jarallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.sec-connect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #EDB4AD;
  background: linear-gradient(180deg, rgb(237, 180, 173) 0%, rgb(188, 162, 157) 50%, rgb(84, 122, 118) 100%);
  background-image: url("../images/bg-gradient1.jpg");
}

.mod-connect {
  background: #FFFFFF;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(241, 198, 164) 100%);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  height: 600px;
  width: 600px;
}

#sme-crm-module {
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

section.tourdates .bit-widget-container {
  color: #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-follow-section-wrapper .bit-follow-section-heading-text {
  font-weight: normal;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-follow-section-wrapper a.bit-follow-section-cta {
  margin: 1em auto;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-follow-section-wrapper a.bit-follow-section-cta:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-details .bit-mobile-date {
  font-weight: normal;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-details .bit-date-wrapper {
  width: auto;
  min-width: 200px;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-details .bit-date-wrapper .bit-date {
  font-weight: normal;
  font-size: 150%;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-details .bit-location {
  font-size: 150%;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-details .bit-location-under-desktop {
  font-size: 150%;
  padding: 1em 0;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-location-under-mobile {
  display: block;
  font-size: 150%;
  text-align: left !important;
  padding: 1em 0;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event a.bit-location-under-tablet {
  font-size: 150%;
  text-align: left !important;
  padding: 1em 0;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-button {
  color: #fff;
  background-color: #000;
  border: #fff 1px solid;
  font-weight: normal;
  border-radius: 1000000px;
  position: relative !important;
  overflow: hidden !important;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-button:hover {
  color: #000;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-button:visited {
  color: #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-rsvp-container a.bit-rsvp {
  font-weight: normal;
  color: #000;
  background-color: #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-rsvp-container a.bit-rsvp:hover {
  color: #fff;
  background-color: #000;
  border: #fff 1px solid;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-offers-inner-wrapper .bit-offers-container a.bit-offers {
  font-weight: normal;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events .bit-event .bit-event-buttons .bit-offers-inner-wrapper .bit-offers-container a.bit-offers:hover {
  color: #000;
  background-color: #fff;
  border: #fff 1px solid;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events-show-all-button {
  margin: 1em auto;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-event-lists .bit-events-container .bit-upcoming-events-container .bit-upcoming-events-show-all-button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-play-my-city-wrapper .bit-play-my-city-heading-text {
  font-weight: normal;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-play-my-city-wrapper a.bit-play-my-city-cta {
  margin: 1em auto;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  padding: 1em 3em;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700 !important;
}
section.tourdates .bit-widget-container .bit-container .bit-widget .bit-play-my-city-wrapper a.bit-play-my-city-cta:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
section.tourdates .bit-widget-container .bit-container .bit-widget.bit-layout-ipad .bit-mobile-date-and-share-wrapper {
  font-weight: normal;
}

/* CSS */
:root {
  --ring-size: 800px;
  --ring-speed: 120s;
  --ring-font: Inter, system-ui, sans-serif;
  --ring-font-size: 10px;
  --ring-stroke: 0px;
  --ring-color: #fff;
  --ring-opacity: 1;
}

.rotating-ring-con {
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  position: absolute;
}

/* kontener i rotacja */
.rotating-ring {
  width: var(--ring-size);
  aspect-ratio: 1;
  display: inline-block;
  animation: spin var(--ring-speed) linear infinite;
  will-change: transform;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* SVG */
.ring-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* krawędź okręgu */
.ring-stroke {
  stroke: var(--ring-color);
  stroke-width: var(--ring-stroke);
  opacity: var(--ring-opacity);
}

#section_videos .ring-stroke {
  fill: none;
  position: relative;
  z-index: 100;
}

/* tekst */
.ring-text {
  font-family: var(--ring-font);
  font-size: var(--ring-font-size);
  letter-spacing: 0; /* zostaw 0 – wyrównanie robi textLength */
  text-transform: uppercase;
  fill: var(--ring-color);
}

/* pogrubiony fragment */
.ring-text .strong {
  font-weight: 700;
}

/* SIZES */
section.videos .rotating-ring svg {
  width: 120vh; /* powiększone z 800px */
  max-width: 100vw;
  height: auto;
}

section.videos .rotating-ring {
  width: 120vh;
  max-width: 100vw;
}

section.crm .rotating-ring svg {
  width: 60vh; /* powiększone z 800px */
  height: auto;
  min-width: 800px;
}

section.crm .rotating-ring {
  width: 60vh;
  min-width: 800px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html,
body {
  background: none;
  background-color: #EDB4AD;
  color: #000;
  font-family: "inter-variable", sans-seri;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  font-display: swap;
  margin: 0;
  padding: 0;
  font-display: optional;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "inter-variable", sans-seri;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.03em;
}

main:focus {
  outline: none;
}

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

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

main {
  min-height: 100vh;
  background: none;
  background-color: #EDB4AD;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
main:focus {
  outline: none;
}
main .pagewrapper {
  width: 100%;
}
