@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://fonts.googleapis.com/css?family=Heebo:400,700");
.skewable {
  will-change: transform;
  transition: transform 0.25s linear 0s;
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Gobold High Bold";
  src: url("../fonts/Gobold_High_Bold.eot?") format("eot"), url("../fonts/Gobold_High_Bold.woff") format("woff"), url("../fonts/Gobold_High_Bold.ttf") format("truetype"), url("../fonts/Gobold_High_Bold.svg#GoboldHighBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Atami Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Atami Bold"), url("../fonts/Atami-Bold.woff") format("woff");
}
html, body {
  background: #efefef;
  color: #272727;
  font-family: "Atami Bold";
  font-style: normal;
  font-size: 18px;
  font-display: swap;
}

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: normal;
}

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

.hide {
  display: none;
}

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

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

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

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

.cta {
  position: relative;
  margin: 3.5rem auto;
  text-align: center;
}
.cta a {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 0;
  }*/
}
.cta a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.cta a span:before, .cta a span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
.cta a span:before {
  color: #ff00ff;
}
.cta a span:after {
  color: #00ffff;
}
.cta a:hover {
  /*background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}
@media (max-width: 1000px) {
  .cta {
    margin: 1.75rem auto;
  }
  .cta a {
    font-size: 1rem;
    letter-spacing: 0.175em;
    text-indent: 0.175em;
    padding: 0.675em;
  }
}

#main:focus {
  outline: none;
}

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

@keyframes colors-c {
  100% {
    transform: translateY(0);
    text-shadow: rgba(0, 255, 255, 0) 0 0 0, rgba(0, 255, 255, 0) 0 0 0, rgba(0, 255, 255, 0) 0 0 0;
  }
  0% {
    transform: translateY(-12.5%);
    text-shadow: rgba(0, 255, 255, 0.5) 0 -0.25em 2px, rgba(0, 255, 255, 0.25) 0 -0.5em 4px, rgba(0, 255, 255, 0.125) 0 -0.75em 8px;
  }
}
@keyframes colors-m {
  100% {
    transform: translateY(0);
    text-shadow: rgba(255, 0, 255, 0) 0 0 0, rgba(255, 0, 255, 0) 0 0 0, rgba(255, 0, 255, 0) 0 0 0;
  }
  0% {
    transform: translateY(12.5%);
    text-shadow: rgba(255, 0, 255, 0.5) 0 0.25em 2px, rgba(255, 0, 255, 0.25) 0 0.5em 4px, rgba(255, 0, 255, 0.125) 0 0.75em 8px;
  }
}
@keyframes colors-y {
  100% {
    color: #666600 !important;
  }
  0% {
    color: #ffff00 !important;
  }
}
header {
  position: absolute;
  top: 0;
  height: 0;
  z-index: 800;
  width: 100%;
  text-align: center;
  font-family: "Atami Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: transparent;
}
header .mobile {
  display: none;
}
header .artistlogo {
  display: none;
  color: white;
  position: absolute;
  font-size: 2rem;
  letter-spacing: 0.175em;
  left: 50%;
  top: 6rem;
  opacity: 0;
  transition: top 0.5s ease-in 0.01s, opacity 0.5s ease-in 0.01s;
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 0.175em;
  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
}
header .artistlogo .smem-logo {
  display: none;
}
@media (max-width: 1000px) {
  header .artistlogo {
    color: #000;
    display: block;
    position: fixed;
    z-index: 10;
    left: 0.625rem;
    top: 0.825rem;
    transform: none;
    font-size: 1.3333rem;
    text-shadow: none;
  }
}
header nav {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 1s linear 0s, height 0s linear 1s;
}
@media (max-width: 1000px) {
  header nav {
    transition: background-color 1s linear 0s, height 0s linear 0;
  }
}
header nav:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (max-width: 1000px) {
  header nav {
    height: 3rem;
  }
  header nav:before {
    height: 100%;
  }
}
header nav .site-nav {
  text-transform: uppercase;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.125s linear 0s;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
header nav .site-nav a, header nav .social-nav a {
  font-size: 1.66666rem;
  text-decoration: none;
  color: #272727;
  letter-spacing: 0.175em;
}
header nav .site-nav a .c, header nav .social-nav a .c {
  transform: translateY(-25%);
  text-shadow: rgba(0, 255, 255, 0.5) 0 -0.25em 1px, rgba(0, 255, 255, 0.25) 0 -0.375em 2px, rgba(0, 255, 255, 0.125) 0 -0.4375em 4px;
}
header nav .site-nav a .m, header nav .social-nav a .m {
  transform: translateY(25%);
  text-shadow: rgba(255, 0, 255, 0.5) 0 0.25em 1px, rgba(255, 0, 255, 0.25) 0 0.375em 2px, rgba(255, 0, 255, 0.125) 0 0.4375em 4px;
}
header nav .site-nav a .y, header nav .social-nav a .y {
  text-shadow: rgba(255, 255, 0, 0.5) 0 -0.125em 1px, rgba(255, 255, 0, 0.5) 0 0.125em 1px, rgba(255, 255, 0, 0.25) 0 -0.1875em 2px, rgba(255, 255, 0, 0.25) 0 0.1875em 2px;
}
header nav .site-nav a .c, header nav .site-nav a .m, header nav .site-nav a .y, header nav .social-nav a .c, header nav .social-nav a .m, header nav .social-nav a .y {
  transition: all 0.125s ease-in-out 0s;
}
header nav .site-nav a .y, header nav .social-nav a .y {
  color: #666600;
}
header nav .site-nav a.current, header nav .social-nav a.current {
  color: #272727;
  pointer-events: none;
}
@media (max-width: 1000px) {
  header nav .site-nav, header nav .social-nav {
    flex-direction: column;
    padding-left: 0.175em;
  }
  header nav .site-nav a, header nav .social-nav a {
    font-size: 1rem;
    letter-spacing: 0.175em;
    line-height: 12vh;
  }
}
header nav .social-nav {
  position: absolute;
  width: calc(100% - 8rem);
  bottom: 2rem;
  left: 4rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.25s linear 0s;
  font-size: 2rem;
}
header nav .social-nav .smem-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
header nav .social-nav .smem-socials a {
  font-size: 125%;
  text-decoration: none;
  padding-left: 1vw;
  padding-right: 1vw;
  transition: all 0.4s ease-in-out;
}
header nav .social-nav .smem-socials a.tiktok span.tiktok-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1rem;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
header nav .social-nav .smem-socials a.tiktok span.tiktok-icon svg path.tiktok-icon-fill {
  /* Change to match theme text */
  fill: #000;
}
header nav .social-nav .smem-socials a.tiktok span.tiktok-icon:hover svg path.tiktok-icon-fill {
  fill: #000;
}
@media (max-width: 1000px) {
  header nav .social-nav {
    width: calc(100% - 2rem);
    bottom: 0rem;
    left: 1rem;
  }
  header nav .social-nav .smem-socials {
    padding-left: 0.25rem;
  }
  header nav .social-nav .smem-socials a {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  header.top .artistlogo,
header.top .hamburger-wrap {
    bottom: unset;
    top: 0;
  }
}

body.is-ready header .artistlogo {
  top: 6.5rem;
  opacity: 1;
  display: none;
}
@media (max-width: 1000px) {
  body.is-ready header .artistlogo {
    display: block;
    opacity: 1;
    top: 0.825rem;
  }
}

body.menu-open header nav {
  height: 100vh;
  background-color: black;
  transition: background-color 1s linear 0s, height 0s linear 0s;
}
body.menu-open header nav:before {
  height: 100vh;
}
body.menu-open header nav .site-nav {
  opacity: 1;
  transition: opacity 0.25s linear 0.25s;
  transform: translate(-50%, -50%);
  justify-content: center;
  flex-wrap: wrap;
}
body.menu-open header nav .site-nav a, body.menu-open header nav .site-nav a:visited {
  margin: 0.75em;
}
@media (max-width: 1000px) {
  body.menu-open header nav .site-nav a, body.menu-open header nav .site-nav a:visited {
    margin: 0;
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
body.menu-open header nav .site-nav .stores, body.menu-open header nav .site-nav .home {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-wrap: wrap;
  margin: 1em auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  body.menu-open header nav .site-nav .stores, body.menu-open header nav .site-nav .home {
    width: 100%;
    margin: 0;
  }
  body.menu-open header nav .site-nav .stores a, body.menu-open header nav .site-nav .home a {
    width: 100%;
  }
}
body.menu-open header nav .social-nav {
  opacity: 1;
  transition: opacity 0.5s linear 0.25s;
}
body.menu-open header nav .site-nav, body.menu-open header nav .social-nav {
  height: auto;
}
body.menu-open header nav .site-nav a .c, body.menu-open header nav .social-nav a .c {
  transform: translateY(0);
  text-shadow: rgba(0, 255, 255, 0) 0 0 0, rgba(0, 255, 255, 0) 0 0 0, rgba(0, 255, 255, 0) 0 0 0;
}
body.menu-open header nav .site-nav a .m, body.menu-open header nav .social-nav a .m {
  transform: translateY(0);
  text-shadow: rgba(255, 0, 255, 0) 0 0 0, rgba(255, 0, 255, 0) 0 0 0, rgba(255, 0, 255, 0) 0 0 0;
}
body.menu-open header nav .site-nav a .y, body.menu-open header nav .social-nav a .y {
  color: #666600;
  text-shadow: rgba(255, 255, 0, 0) 0 0 0, rgba(102, 102, 0, 0) 0 0, rgba(102, 102, 0, 0) 0 0 0, rgba(102, 102, 0, 0) 0 0 0;
}
body.menu-open header nav .site-nav a:hover .c, body.menu-open header nav .social-nav a:hover .c {
  transform: translateY(-12.5%);
  text-shadow: rgba(0, 255, 255, 0.5) 0 -0.25em 2px, rgba(0, 255, 255, 0.25) 0 -0.5em 4px, rgba(0, 255, 255, 0.125) 0 -0.75em 8px;
}
body.menu-open header nav .site-nav a:hover .m, body.menu-open header nav .social-nav a:hover .m {
  transform: translateY(12.5%);
  text-shadow: rgba(255, 0, 255, 0.5) 0 0.25em 2px, rgba(255, 0, 255, 0.25) 0 0.5em 4px, rgba(255, 0, 255, 0.125) 0 0.75em 8px;
}
body.menu-open header nav .site-nav a:hover .y, body.menu-open header nav .social-nav a:hover .y {
  color: #ffff00 !important;
}

.pagehome header .artistlogo {
  display: none;
}
@media (max-width: 1000px) {
  .pagehome header .artistlogo {
    display: block;
  }
}

.smem-logo {
  width: 25%;
  margin: 20px auto;
}
@media (max-width: 1000px) {
  .smem-logo {
    width: 80%;
  }
}
.smem-logo img {
  width: 100%;
}

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

section.social-ribbon {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  margin-top: -0.5rem !important;
  padding: 1rem 0 !important;
  will-change: transform;
}
section.social-ribbon a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  padding-left: 1vw;
  padding-right: 1vw;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1000px) {
  section.social-ribbon a {
    font-size: 1.33333rem;
  }
}
section.social-ribbon a:hover {
  color: #272727;
}
section.social-ribbon a.tiktok span.tiktok-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1rem;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
section.social-ribbon a.tiktok span.tiktok-icon svg path.tiktok-icon-fill {
  /* Change to match theme text */
  fill: #fff;
}
section.social-ribbon a.tiktok span.tiktok-icon:hover svg path.tiktok-icon-fill {
  fill: #272727;
}

@keyframes hamburger-bg1-c {
  0%, 5%, 100% {
    width: 100%;
  }
  0.5%, 2.5% {
    width: 0%;
  }
}
@keyframes hamburger-bg1-m {
  0%, 50%, 55%, 100% {
    width: 100%;
  }
  50.5%, 52.5% {
    width: 0%;
  }
}
@keyframes hamburger-bg1-y {
  0%, 5%, 50%, 55%, 100% {
    width: 100%;
    left: 0;
    background-color: #666600;
  }
  0.5%, 2.5% {
    width: 0%;
    left: 0;
    background-color: #ffff00;
  }
  50.5%, 52.5% {
    left: 100%;
    width: 0;
    background-color: #ffff00;
  }
}
@keyframes hamburger-bg2-c {
  0%, 5%, 100% {
    width: 100%;
  }
  0.5%, 2.5% {
    width: 0%;
  }
}
@keyframes hamburger-bg2-m {
  0%, 50%, 55%, 100% {
    width: 100%;
  }
  50.5%, 52.5% {
    width: 0%;
  }
}
@keyframes hamburger-bg2-y {
  0%, 5%, 50%, 55%, 100% {
    background-color: #666600;
    width: 100%;
    left: 0;
  }
  0.5%, 2.5% {
    width: 0%;
    left: 0%;
    background-color: #ffff00;
  }
  50.5%, 52.5% {
    background-color: #ffff00;
    width: 0%;
    left: 100%;
  }
}
.hamburger-wrap {
  user-select: none;
  position: fixed;
  top: 2.5rem;
  opacity: 0;
  transition: top 0.5s ease-in 0.01s, opacity 0.5s ease-in 0s;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.hamburger-wrap .burger1, .hamburger-wrap .burger2 {
  height: 4px;
  left: 0;
  width: 2rem;
  position: absolute;
  transition: top 0.125s ease-in-out 0.0625s;
}
.hamburger-wrap .burger1 .c, .hamburger-wrap .burger1 .m, .hamburger-wrap .burger1 .y, .hamburger-wrap .burger2 .c, .hamburger-wrap .burger2 .m, .hamburger-wrap .burger2 .y {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  transition: 0.125s ease-in-out 0s;
}
.hamburger-wrap .burger1 .c, .hamburger-wrap .burger2 .c {
  background-color: #00ffff;
  transition: transform 0.125s ease-out 0s;
}
.hamburger-wrap .burger1 .m, .hamburger-wrap .burger2 .m {
  background-color: #ff00ff;
  transition: transform 0.125s ease-in 0s;
  left: auto;
  right: 0;
}
.hamburger-wrap .burger1 .y, .hamburger-wrap .burger2 .y {
  background-color: #666600;
  transition: transform 0.125s linear 0s;
}
.hamburger-wrap .burger1 {
  top: 12px;
  transform: rotate(0);
}
.hamburger-wrap .burger1 .c {
  animation: hamburger-bg1-c ease-in 10s infinite;
}
.hamburger-wrap .burger1 .m {
  animation: hamburger-bg1-m linear 10s infinite;
}
.hamburger-wrap .burger1 .y {
  animation: hamburger-bg1-y ease-out 10s infinite;
}
.hamburger-wrap .burger2 {
  top: 23px;
}
.hamburger-wrap .burger2 .c {
  animation: hamburger-bg2-c ease-out 10s infinite 5s;
}
.hamburger-wrap .burger2 .m {
  animation: hamburger-bg2-m linear 10s infinite 5s;
}
.hamburger-wrap .burger2 .y {
  animation: hamburger-bg2-y ease-in 10s infinite 5s;
}
@media (max-width: 1000px) {
  .hamburger-wrap {
    top: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
    left: auto;
  }
  .hamburger-wrap .burger1, .hamburger-wrap .burger2 {
    width: 1.5rem;
    height: 3px;
  }
  .hamburger-wrap .burger1 {
    top: 9px;
  }
  .hamburger-wrap .burger2 {
    top: 17px;
  }
}

body.is-ready .hamburger-wrap {
  top: 2rem;
  opacity: 1;
}
@media (max-width: 1000px) {
  body.is-ready .hamburger-wrap {
    top: 0.75rem;
  }
}

.page-tourdates .hamburger-wrap .burger1 .c, .page-tourdates .hamburger-wrap .burger1 .m, .page-tourdates .hamburger-wrap .burger1 .y, .page-tourdates .hamburger-wrap .burger2 .c, .page-tourdates .hamburger-wrap .burger2 .m, .page-tourdates .hamburger-wrap .burger2 .y {
  mix-blend-mode: screen;
}
@media (max-width: 1000px) {
  .page-tourdates .hamburger-wrap .burger1 .c, .page-tourdates .hamburger-wrap .burger1 .m, .page-tourdates .hamburger-wrap .burger1 .y, .page-tourdates .hamburger-wrap .burger2 .c, .page-tourdates .hamburger-wrap .burger2 .m, .page-tourdates .hamburger-wrap .burger2 .y {
    mix-blend-mode: multiply;
  }
}

.menu-open .hamburger-wrap .burger1, .menu-open .hamburger-wrap .burger2 {
  transition: top 0.125s ease-in-out 0s;
  top: 50%;
}
.menu-open .hamburger-wrap .burger1 .c, .menu-open .hamburger-wrap .burger1 .m, .menu-open .hamburger-wrap .burger1 .y, .menu-open .hamburger-wrap .burger2 .c, .menu-open .hamburger-wrap .burger2 .m, .menu-open .hamburger-wrap .burger2 .y {
  mix-blend-mode: multiply;
}
.menu-open .hamburger-wrap .burger1 .c, .menu-open .hamburger-wrap .burger2 .c {
  transition: transform 0.125s ease-out 0.0625s;
}
.menu-open .hamburger-wrap .burger1 .m, .menu-open .hamburger-wrap .burger2 .m {
  transition: transform 0.125s ease-in 0.0625s;
}
.menu-open .hamburger-wrap .burger1 .y, .menu-open .hamburger-wrap .burger2 .y {
  transition: transform 0.125s linear 0.0625s;
}
.menu-open .hamburger-wrap .burger1 > * {
  transition: transform 0.125s ease-in-out 0.0625s;
  transform: rotate(45deg);
  animation: none;
}
.menu-open .hamburger-wrap .burger2 > * {
  transition: transform 0.125s ease-in-out 0.0625s;
  transform: rotate(-45deg);
  animation: none;
}

html.menu-open {
  overflow: hidden;
}

section {
  padding: 2rem 0 0;
  max-width: 100vw;
  margin: 0px auto;
  color: #000;
  background: #efefef;
  z-index: 2;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  section {
    padding-top: 1px;
  }
}
section.home-section {
  padding-top: 1px;
  padding-bottom: 1px;
}
section > * {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
section h2.section-title {
  position: relative;
  font-size: 200%;
  letter-spacing: 0.175em;
  text-align: center;
  margin: 4rem auto 2rem;
  padding: 0 0 0 0.175em;
  border-radius: 0;
}
section h3.section-subtitle {
  font-size: 200%;
  text-align: center;
  margin: 1em auto 1em;
}
@media (max-width: 1000px) {
  section {
    width: 100%;
  }
  section h2.section-title {
    font-size: 1.33333rem;
    margin: 1.33333rem 0;
    letter-spacing: 0.35em;
    text-indent: 0;
    padding-left: 0.35em;
  }
}

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

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

footer {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 1.5rem 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 0.83333rem;
  font-family: "Heebo";
}
footer .legals span.sep {
  margin: 0 0.5rem;
}
footer .legals span a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  footer {
    font-size: 0.66667rem;
    line-height: 1.3333em;
  }
}

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

section.page-section.carousel {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0px;
  background-color: #000;
}
section.page-section.carousel .smem-carousel {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  max-width: none;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel {
    padding-bottom: 140%;
  }
}
section.page-section.carousel .smem-carousel #carouselPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent;
  display: none;
}
section.page-section.carousel .smem-carousel #carouselPlayer iframe {
  width: 100%;
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 20;
  pointer-events: none;
  font-size: 3em;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows {
    font-size: 2em;
    top: auto;
    bottom: 0;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow {
  pointer-events: all;
  cursor: pointer;
  background-color: #000;
  filter: opacity(50%);
  color: #fff;
  transition: all 0.4s ease-in-out;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-arrow:hover {
  filter: opacity(100%);
  background-color: #fff;
  color: #000;
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
  padding: 15px 20px 13px 10px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-radius: 0px 30px 30px 0px;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-prev {
    padding: 35px 10px 35px 5px;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
  padding: 15px 10px 13px 20px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slider-arrows .slick-next {
    padding: 35px 5px 35px 10px;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center;
}
@media (max-width: 1600px) and (max-height: 800px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide {
    background-position: center center;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide:before {
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  bottom: 0;
  position: absolute;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%) no-repeat center center scroll;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide:before {
    opacity: 1;
    height: 100%;
  }
}
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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1vw auto;
  /*
  @media (max-width: 1200px) {
      font-size: 150%;
  }
  @media (max-width: 1000px) {
      font-size: 150%;
  }
  @media (max-width: 414px) {
      font-size: 100%;
  }
  */
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-video-embed {
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .slide-title {
  color: #fff;
  text-align: center;
  width: 80%;
  text-decoration: none;
  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
  margin: 20vw 0 0.5em 0;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .subtitle {
  color: #fff;
  width: 80%;
  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide.video-slide .slide-inner .buttons-wrap {
  width: 80%;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-decoration: none;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta h2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta:hover h2 {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px #fff;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide a.full-slide-cta * {
  pointer-events: none;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
  width: 80%;
  margin: 0 auto 1vw auto;
  text-align: center;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  z-index: 21;
  font-size: 150%;
}
@media (max-width: 1200px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    font-size: 150%;
  }
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    font-size: 150%;
    margin: 0 auto 1vw auto;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner {
    font-size: 150%;
    margin: 0 auto 3vw auto;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .slide-title {
  font-family: "Atami Bold";
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 100%;
  padding: 0;
  margin: 0;
  display: inline;
  color: #fff;
  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .subtitle {
  font-family: "Atami Bold";
  font-weight: 300;
  line-height: 100%;
  text-transform: none;
  font-size: 80%;
  padding: 0;
  margin: 0.5em 0;
  display: inline-block;
  width: auto;
  color: #fff;
  text-shadow: 1px 1px 0px #00000080, 0px 0px 5px #00000080;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-around;
  padding: 0;
  margin: 0.5em 0;
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap {
    flex-direction: column;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap {
    margin: 0.1em 0;
    width: 100%;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
  position: relative;
  margin: 3.5rem auto;
  text-align: center;
  padding: 0;
  margin: 0.25em;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 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 span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
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 span:before, 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 span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
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 span:before {
  color: #ff00ff;
}
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 span:after {
  color: #00ffff;
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a:hover {
  /*background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}
@media (max-width: 1000px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
    margin: 1.75rem auto;
  }
  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-size: 1rem;
    letter-spacing: 0.175em;
    text-indent: 0.175em;
    padding: 0.675em;
  }
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button {
    width: 100%;
    margin: 0;
  }
}
section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
  font-size: 80%;
  background-color: #fff !important;
  color: #000 !important;
  padding: 0.7em 1em;
  font-family: "Atami Bold";
  font-weight: 300;
}
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 !important;
  color: #fff !important;
}
@media (max-width: 414px) {
  section.page-section.carousel .smem-carousel .slides-wrap .slick-list .slick-track .slick-slide > div .slide .slide-inner .buttons-wrap .carousel-button-wrap .carousel-button a.slide-button {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    font-size: 80%;
  }
}

.hero-is-loaded .slick-slide {
  opacity: 1 !important;
}

section.page-section.contact {
  text-align: center;
  padding: 3em 10% 5em;
}
section.page-section.contact h2.section-title {
  margin-bottom: 1em;
}
section.page-section.contact .smem-contact {
  font-size: 1.2em;
}
section.page-section.contact .smem-contact a {
  color: #272727;
  transition: all 0.4s ease-in-out;
}
section.page-section.contact .smem-contact a:hover {
  color: #272727;
}

#image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw !important;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 800;
  display: none;
}
@media (max-width: 1000px) {
  #image-viewer {
    min-height: calc(100vh - 3rem);
  }
}
#image-viewer #image-viewer-nav {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 810;
  font-size: 3em;
}
@media (max-width: 1000px) {
  #image-viewer #image-viewer-nav {
    top: calc(50% - 1.5rem);
  }
}
#image-viewer #image-viewer-nav #image-nav-prev {
  left: 0.75rem;
  cursor: pointer;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
#image-viewer #image-viewer-nav #image-nav-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1000px) {
  #image-viewer #image-viewer-nav #image-nav-prev i {
    font-size: 1.25rem;
  }
}
#image-viewer #image-viewer-nav #image-nav-prev.inactive a {
  opacity: 0.4;
  cursor: not-allowed;
}
#image-viewer #image-viewer-nav #image-nav-next {
  right: 0.75rem;
  cursor: pointer;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
#image-viewer #image-viewer-nav #image-nav-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1000px) {
  #image-viewer #image-viewer-nav #image-nav-next i {
    font-size: 1.25rem;
  }
}
#image-viewer #image-viewer-nav #image-nav-next.inactive i {
  opacity: 0.4;
  cursor: not-allowed;
}
#image-viewer #image-viewer-close {
  display: block;
  font-size: 2em;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: white;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  z-index: 801;
}
#image-viewer #image-viewer-close:before, #image-viewer #image-viewer-close:after {
  content: " ";
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
#image-viewer #image-viewer-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#image-viewer #image-viewer-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#image-viewer #image-viewer-close i {
  display: none;
}
#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: 80%;
  height: 90vh;
  object-fit: contain;
}
@media (max-width: 1000px) {
  #image-viewer #image-viewer-inner img {
    width: 100vw;
  }
}

section.page-section.gallery .smem-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 6rem;
}
section.page-section.gallery .smem-gallery .gallery {
  width: calc(33.33% - 2rem);
  padding: 0 1rem 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 {
  min-height: 100vh;
  flex-direction: row;
  margin: 0 auto 6rem;
}
@media (max-width: 1000px) {
  section.page-section.gallery.grid .smem-gallery {
    margin: 0 auto;
  }
}
section.page-section.gallery.grid .smem-gallery .gallery-image {
  width: 33%;
}
@media (max-width: 1000px) {
  section.page-section.gallery.grid .smem-gallery .gallery-image {
    width: 100%;
  }
}
section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link {
  display: block;
  width: calc(100% - 1rem);
  margin: 0 auto 1rem;
  height: calc(100% - 1rem);
}
@media (max-width: 1000px) {
  section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
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;
  opacity: 0;
  transition: opacity 0.125s linear 0s;
}
section.page-section.gallery.grid .smem-gallery .gallery-image a.gallery-link .gallery-thumb img.lazyloaded {
  opacity: 1;
}
section.page-section.gallery.grid .smem-gallery .gallery-image .image-subtitle {
  display: none;
}

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

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

body.page-news section.news {
  min-height: 100vh;
}

section.page-section.news .smem-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
section.page-section.news .smem-news .news-item {
  width: 100%;
  position: relative;
  height: 0;
  padding: 50% 0 0;
  margin-left: 50%;
  text-align: center;
  display: flex;
  flex-flow: wrap column;
  align-content: center;
  justify-content: center;
  color: #272727;
  background: #fff;
  margin-bottom: 6rem;
}
section.page-section.news .smem-news .news-item:last-of-type {
  margin-bottom: 0;
}
section.page-section.news .smem-news .news-item > * {
  flex-grow: 0;
}
section.page-section.news .smem-news .news-item .image-wrap {
  order: 0;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
  display: block;
  position: relative;
  object-position: 50% 50%;
}
section.page-section.news .smem-news .news-item .image-wrap a.imagelink:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.page-section.news .smem-news .news-item .image-wrap a.imagelink > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.page-section.news .smem-news .news-item .image-wrap a.imagelink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta a {
  font-size: 1rem;
  padding: 0.675em;
}
section.page-section.news .smem-news .news-item .news-title {
  margin-top: -100%;
  order: 2;
  padding: 0 2rem;
  text-align: center;
}
section.page-section.news .smem-news .news-item .news-title h2 {
  font-size: 1.33333rem;
  line-height: normal;
  letter-spacing: 0.175em;
  padding: 0 0 0 0.0875em;
  margin: 0;
}
@media (max-width: 1000px) {
  section.page-section.news .smem-news .news-item .news-title {
    margin-top: 0;
    padding: 0 1rem;
  }
  section.page-section.news .smem-news .news-item .news-title h2 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
section.page-section.news .smem-news .news-item .news-excerpt {
  order: 4;
  margin: 0 2rem;
}
section.page-section.news .smem-news .news-item .news-excerpt p {
  margin: 2rem 0;
  font-family: "Heebo";
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.175em;
}
section.page-section.news .smem-news .news-item .news-excerpt .cta {
  margin: 0;
}
@media (max-width: 1000px) {
  section.page-section.news .smem-news .news-item .news-excerpt {
    margin: 0 1rem;
  }
  section.page-section.news .smem-news .news-item .news-excerpt p {
    margin: 1rem 0;
    font-size: 0.8333333rem;
  }
}
section.page-section.news .smem-news .news-item .news-metas {
  order: 3;
  display: flex;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  flex: 1;
  font-family: "Heebo";
  margin-bottom: 20px;
}
section.page-section.news .smem-news .news-item .news-metas .news-date {
  display: none;
}
section.page-section.news .smem-news .news-item .news-metas .news-date:before {
  font-weight: 400;
  content: "\f073";
  font-family: "FontAwesome";
  margin-right: 0.6em;
}
section.page-section.news .smem-news .news-item .news-metas .categories {
  display: none;
}
section.page-section.news .smem-news .news-item .news-metas .categories:before {
  font-weight: 400;
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 0.6em;
}
section.page-section.news .smem-news .news-item .news-content {
  order: 4;
  display: none;
}
section.page-section.news .smem-news .news-item .news-content img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
section.page-section.news .smem-news .news-item .news-embed {
  display: none;
}
section.page-section.news .smem-news .news-item:nth-of-type(2n) {
  margin-left: 0;
  margin-right: 50%;
}
section.page-section.news .smem-news .news-item:nth-of-type(2n) .image-wrap {
  left: 100%;
}
@media (max-width: 1000px) {
  section.page-section.news .smem-news .news-item {
    width: calc(100% - 2rem);
    padding: 0 0 2rem;
    margin: 0 auto 1rem !important;
    height: auto;
  }
  section.page-section.news .smem-news .news-item:last-of-type {
    margin-bottom: 0;
  }
  section.page-section.news .smem-news .news-item .image-wrap {
    position: relative;
    left: auto !important;
    top: auto;
    order: 1;
    height: 0;
    padding: 100% 0 0;
  }
  section.page-section.news .smem-news .news-item .image-wrap a.imagelink {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section.page-section.news .smem-news .news-item .image-wrap a.imagelink img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
section.page-section.news.single-news-item .smem-news .news-item:not(.active) {
  display: none;
}

.page-news section.page-section.news .smem-news .news-item {
  margin-bottom: 6rem;
}

.page-news .single-news-item .image-wrap {
  left: 0 !important;
}

section.site-page.news h2 {
  margin-bottom: 2rem;
}
section.site-page.news .smem-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.site-page.news .smem-news .news-item {
  width: 100%;
  display: block;
  padding: 0;
  height: auto;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
section.site-page.news .smem-news .news-item .image-wrap {
  order: 2;
  position: relative;
  left: auto;
}
section.site-page.news .smem-news .news-item .image-wrap img {
  width: 100%;
}
section.site-page.news .smem-news .news-item .news-title {
  margin-top: 0;
  order: 1;
  font-size: 200%;
  text-align: center;
}
section.site-page.news .smem-news .news-item .news-title h2 {
  margin: 2rem 0 0;
}
section.site-page.news .smem-news .news-item .news-excerpt {
  order: 4;
  display: none;
  font-family: "Heebo";
}
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: #272727;
  font-family: "Heebo";
  text-transform: uppercase;
  margin: 15px 0px;
}
section.site-page.news .smem-news .news-item .news-metas .news-date {
  display: none;
  color: #272727;
}
section.site-page.news .smem-news .news-item .news-metas .news-date:before {
  font-family: "FontAwesome";
  margin-right: 0.6em;
}
section.site-page.news .smem-news .news-item .news-metas .categories {
  display: none;
}
section.site-page.news .smem-news .news-item .news-metas .categories:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 0.6em;
}
section.site-page.news .smem-news .news-item .news-embed {
  order: 6;
  display: block;
  text-align: center;
  margin: 2rem 0;
}
section.site-page.news .smem-news .news-item .news-embed iframe, section.site-page.news .smem-news .news-item .news-embed embed, section.site-page.news .smem-news .news-item .news-embed object {
  margin: 0 auto !important;
}
section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"], section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
section.site-page.news .smem-news .news-item .news-embed[data-service="youtube com"] iframe, section.site-page.news .smem-news .news-item .news-embed[data-service="vimeo com"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.site-page.news .smem-news .news-item .news-content {
  order: 5;
  font-family: "Heebo";
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.175em;
  line-height: normal;
  margin-bottom: 3rem;
  padding: 2rem;
  display: block;
  text-align: center;
}
section.site-page.news .smem-news .news-item .news-content a, section.site-page.news .smem-news .news-item .news-content a:visited {
  color: black;
}
section.site-page.news .smem-news .news-item .news-content a:hover, section.site-page.news .smem-news .news-item .news-content a:visited:hover {
  color: black;
}
section.site-page.news .smem-news .news-item .news-content h3 {
  font-size: 150%;
}
section.site-page.news .smem-news .news-item .news-content p, section.site-page.news .smem-news .news-item .news-content div {
  margin: 0 0 2rem;
}
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: 1000px) {
  section.site-page.news .smem-news .news-item .news-content {
    padding: 1rem;
    font-size: 0.833333rem;
    margin-bottom: 0;
  }
  section.site-page.news .smem-news .news-item .news-content p {
    margin: 0 0 0.83333rem;
  }
}
@media (max-width: 1000px) {
  section.site-page.news .smem-news {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 1000px) {
  #newsletterModal {
    position: fixed;
    overflow: scroll;
  }
}
@media (max-width: 1000px) 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: #efefef;
  color: #272727;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
#newsletterModal .modal-inner .content-container .text {
  font-family: "Heebo";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.175em;
}
@media (max-width: 1000px) {
  #newsletterModal .modal-inner .content-container {
    width: 90%;
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media (max-width: 1000px) 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: 1000px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .left {
    width: 100%;
  }
  #newsletterModal .modal-inner .content-container .left .image-desktop {
    display: none;
  }
  #newsletterModal .modal-inner .content-container .left .image-mobile {
    display: block;
  }
  #newsletterModal .modal-inner .content-container .left .image-mobile img {
    height: auto;
    max-height: 45vh;
    max-width: 100vmin;
  }
}
@media (max-width: 1000px) 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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  width: calc(50% - 4em);
}
@media (max-width: 1000px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .right {
    width: calc(100% - 4em);
    justify-content: unset;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  #newsletterModal .modal-inner .content-container .right {
    width: calc(50% - 2em);
    padding: 1em;
  }
}
#newsletterModal .modal-inner .content-container .right .logo {
  width: 80%;
  margin: 0;
}
@media (max-width: 1000px) and (orientation: portrait) {
  #newsletterModal .modal-inner .content-container .right .logo {
    width: 40vw;
  }
}
#newsletterModal .modal-inner .content-container .right .logo img, #newsletterModal .modal-inner .content-container .right .logo svg {
  width: 100%;
}
#newsletterModal .modal-inner .content-container iframe {
  width: 100%;
  height: 90vh;
}
#newsletterModal .modal-inner .content-container .cta {
  margin: 2em auto 1rem;
}
#newsletterModal .modal-inner .content-container .cta a {
  margin: 5px;
  text-transform: uppercase;
}
@media (max-width: 1000px) and (orientation: landscape) {
  #newsletterModal .modal-inner .content-container .cta a {
    padding: 0.5em;
  }
}
#newsletterModal .modal-inner .content-container .newsletter-dismiss {
  margin: 10px;
  color: #272727;
  text-transform: uppercase;
  font-family: "Heebo";
  font-size: 70%;
  font-weight: 300;
  text-decoration: none;
}

body.page-releases section.releases {
  min-height: 100vh;
}

section.releases .smem-releases .release {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
section.releases .smem-releases .release .packshot {
  width: 50%;
  padding: 50% 0 0;
  height: 0;
  overflow: hidden;
  position: relative;
  background-color: #ff00ff;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .packshot {
    width: 100%;
    padding: 100% 0 0;
  }
}
section.releases .smem-releases .release .packshot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: clip;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.125s linear 0s;
}
section.releases .smem-releases .release .packshot img.lazyloaded {
  opacity: 1;
}
section.releases .smem-releases .release .info {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-flow: wrap column;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info {
    width: 100%;
    padding: 1rem;
  }
}
section.releases .smem-releases .release .info .release-title {
  text-align: center;
  margin: 0 0 2rem;
  line-height: normal;
  font-size: 1.3333rem;
  letter-spacing: 0.175em;
  padding-left: 0.175em;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info .release-title {
    margin-bottom: 1rem;
    font-size: 1.33333rem;
  }
}
section.releases .smem-releases .release .info .release-meta {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
}
section.releases .smem-releases .release .info .release-meta .release-date {
  font-family: "Heebo";
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2rem;
  font-family: "Heebo";
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.175em;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info .release-meta .release-date {
    margin-bottom: 0;
    font-size: 0.833333rem;
  }
}
section.releases .smem-releases .release .info .release-meta .release-date span {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .release-custominfo {
  display: block;
  font-family: "Heebo";
  line-height: normal;
  letter-spacing: 0.175em;
}
section.releases .smem-releases .release .info .release-meta .release-custominfo a, section.releases .smem-releases .release .info .release-meta .release-custominfo a:visited {
  color: black;
}
section.releases .smem-releases .release .info .release-meta .release-custominfo a:hover, section.releases .smem-releases .release .info .release-meta .release-custominfo a:visited:hover {
  color: black;
}
section.releases .smem-releases .release .info .release-meta .release-embed {
  display: block;
  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 {
  display: block;
  flex-grow: 2;
  list-style-position: inside;
  margin: 20px;
  padding: 0;
  counter-reset: item;
  font-family: "Heebo";
  letter-spacing: 0.175em;
  line-height: normal;
}
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;
  width: 100%;
  position: relative;
  margin: 3.5rem auto;
  text-align: center;
  margin: 0;
  justify-content: center;
}
section.releases .smem-releases .release .info .release-meta .retail-links a {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 0;
  }*/
}
section.releases .smem-releases .release .info .release-meta .retail-links a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
section.releases .smem-releases .release .info .release-meta .retail-links a span:before, section.releases .smem-releases .release .info .release-meta .retail-links a span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
section.releases .smem-releases .release .info .release-meta .retail-links a span:before {
  color: #ff00ff;
}
section.releases .smem-releases .release .info .release-meta .retail-links a span:after {
  color: #00ffff;
}
section.releases .smem-releases .release .info .release-meta .retail-links a:hover {
  /*background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info .release-meta .retail-links {
    margin: 1.75rem auto;
  }
  section.releases .smem-releases .release .info .release-meta .retail-links a {
    font-size: 1rem;
    letter-spacing: 0.175em;
    text-indent: 0.175em;
    padding: 0.675em;
  }
}
section.releases .smem-releases .release .info .release-meta .retail-links:empty {
  display: none;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info .release-meta .retail-links {
    margin: 1rem 0 0;
  }
}
section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
  margin: 0.25rem;
  font-size: 1rem;
}
section.releases .smem-releases .release .info .release-meta .retail-links .retail-link:before, section.releases .smem-releases .release .info .release-meta .retail-links .retail-link:after {
  display: none;
}
section.releases .smem-releases .release .info .release-meta .retail-links .retail-link i {
  margin-right: 0.5rem;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release .info .release-meta .retail-links .retail-link {
    flex-direction: column;
    font-size: 1rem;
  }
}
section.releases .smem-releases .release:nth-child(even) .packshot {
  order: 2;
}
@media (max-width: 1000px) {
  section.releases .smem-releases .release:nth-child(even) .packshot {
    order: 1;
  }
}
section.releases .smem-releases .release:nth-child(even) .info {
  order: 1;
}

.pagehome .smem-releases .release .release-custominfo {
  display: none !important;
}
.pagehome .smem-releases .release .release-embed {
  display: none !important;
}
.pagehome .smem-releases .release .tracklist {
  display: none !important;
}
.pagehome .smem-releases .release:last-of-type {
  margin-bottom: 0;
}

section.store {
  padding: 2em 0;
}
section.store .products-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
section.store .products-widget .product {
  width: calc(33.33% - 2rem);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1000px) {
  section.store .products-widget .product {
    width: 100%;
  }
}
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%;
  vertical-align: bottom;
}
section.store .products-widget .product .product-info-wrap {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
}
section.store .products-widget .product .product-info-wrap .product-title h2 {
  width: 90%;
  margin: 0.8em auto 0.8em auto;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}
section.store .products-widget .product .product-info-wrap .product-price h3 {
  text-align: center;
  font-size: 1rem;
  display: none;
}
section.store .products-widget .product .product-info-wrap .product-content {
  display: none;
}
section.store .products-widget .product .product-info-wrap .product-buy-button {
  position: relative;
  margin: 3.5rem auto;
  text-align: center;
  margin: 2rem 0;
}
section.store .products-widget .product .product-info-wrap .product-buy-button a {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 0;
  }*/
}
section.store .products-widget .product .product-info-wrap .product-buy-button a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
section.store .products-widget .product .product-info-wrap .product-buy-button a span:before, section.store .products-widget .product .product-info-wrap .product-buy-button a span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
section.store .products-widget .product .product-info-wrap .product-buy-button a span:before {
  color: #ff00ff;
}
section.store .products-widget .product .product-info-wrap .product-buy-button a span:after {
  color: #00ffff;
}
section.store .products-widget .product .product-info-wrap .product-buy-button a:hover {
  /*background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}
@media (max-width: 1000px) {
  section.store .products-widget .product .product-info-wrap .product-buy-button {
    margin: 1.75rem auto;
  }
  section.store .products-widget .product .product-info-wrap .product-buy-button a {
    font-size: 1rem;
    letter-spacing: 0.175em;
    text-indent: 0.175em;
    padding: 0.675em;
  }
}
section.store .products-widget .product .product-info-wrap .product-buy-button a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1rem;
  box-sizing: border-box;
}

body.page-tourdates section.tourdates {
  min-height: 100vh;
}

section.tourdates {
  background: #000000;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
section.tourdates .bg-video {
  position: fixed;
  opacity: 0.67;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100% !important;
}
section.tourdates .bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.tourdates .cta a {
  color: #272727;
}
section.tourdates .smem-tourdates {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  section.tourdates .smem-tourdates {
    margin: 0 1rem;
  }
}
section.tourdates .smem-tourdates .date {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  font-size: 1rem;
  letter-spacing: 0.0875em;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
@media (max-width: 1000px) {
  section.tourdates .smem-tourdates .date {
    flex-direction: column;
    margin: 1rem auto;
  }
}
section.tourdates .smem-tourdates .date:last-child {
  border-bottom: none;
}
section.tourdates .smem-tourdates .date div.day {
  order: 1;
  width: 20%;
}
@media (max-width: 1000px) {
  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: 1000px) {
  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: 20%;
}
@media (max-width: 1000px) {
  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: 25%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 3.5rem auto;
  text-align: center;
  margin: 1rem 0 1rem auto;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 0;
  }*/
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a span:before, section.tourdates .smem-tourdates .date div.ticketlinks-wrap a span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a span:before {
  color: #ff00ff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a span:after {
  color: #00ffff;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:hover {
  /*background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}
@media (max-width: 1000px) {
  section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
    margin: 1.75rem auto;
  }
  section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
    font-size: 1rem;
    letter-spacing: 0.175em;
    text-indent: 0.175em;
    padding: 0.675em;
  }
}
@media (max-width: 1000px) {
  section.tourdates .smem-tourdates .date div.ticketlinks-wrap {
    width: 100%;
    text-align: center;
    margin: 0.5em auto;
  }
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
  background-color: white !important;
  color: #272727;
  margin: 0.25rem 0 0.25rem auto;
  padding: 0.5em;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  section.tourdates .smem-tourdates .date div.ticketlinks-wrap a {
    margin: 0.25rem auto;
    font-size: 1rem;
  }
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:before, section.tourdates .smem-tourdates .date div.ticketlinks-wrap a:after {
  display: none;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.resale {
  font-size: 1rem;
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.null-link {
  /*background-color: $color10;
  border-color: $color9;
  color: choose-contrast-color($color10);
  cursor: not-allowed;*/
}
section.tourdates .smem-tourdates .date div.ticketlinks-wrap a.sold_out {
  text-decoration: line-through;
  background-color: transparent !important;
  border: 2px solid white;
  color: white;
  cursor: not-allowed;
}
section.tourdates .smem-tourdates .date div.show-info {
  order: 5;
  width: calc(100% - 2rem);
  font-size: 0.75rem;
  line-height: normal;
  text-transform: none;
  font-family: "Heebo";
}
@media (max-width: 1000px) {
  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: white;
}
section.tourdates .smem-tourdates .date div.show-info a:hover {
  color: white;
}
section.tourdates .smem-tourdates .date:last-child .show-info {
  border-bottom: 3px solid #272727;
  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 {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
section.tourdates .smem-tourdates .no-tour-dates p a:hover {
  color: #fff;
  font-weight: 700;
}
section.tourdates .smem-tourdates .no-tour-dates .cta {
  font-family: "Atami Bold";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3333rem;
  line-height: 1;
  text-indent: 0.175em;
  letter-spacing: 0.175em;
  padding: 0.675em 0.675em;
  background-color: #000000;
  color: #fff;
  position: relative;
  transition: background-color 0.125s linear 0s;
  /*&:before {
    position: absolute;
    mix-blend-mode: multiply;
    width: 100%;
    background: #ff00ff;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    transition: transform 0.125s ease-in-out 0s;
  }    

  &:after {
    mix-blend-mode: multiply;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    background: #00ffff;
    height: 100%;
    transition: transform 0.125s ease-in-out 0s;
    bottom: 0;
    left: 0;
  }*/
}
section.tourdates .smem-tourdates .no-tour-dates .cta span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
section.tourdates .smem-tourdates .no-tour-dates .cta span:before, section.tourdates .smem-tourdates .no-tour-dates .cta span:after {
  mix-blend-mode: screen;
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.125s ease-in-out 0s;
}
section.tourdates .smem-tourdates .no-tour-dates .cta span:before {
  color: #ff00ff;
}
section.tourdates .smem-tourdates .no-tour-dates .cta span:after {
  color: #00ffff;
}
section.tourdates .smem-tourdates .no-tour-dates .cta:hover {
  color: #000;
  background-color: #fff;
  /* background-color: #666600; //$color2;
  &:before {
    transform: translateY(-2px);
  }
  &:after {
    transform: translateY(2px);
  }

  span {
   &:before {
    transform: translateY(2px);
    }
    &:after {
      transform: translateY(-2px);
    }      
  } */
}

.page-home section.tourdates {
  padding-top: 1px;
}

#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;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1001;
}
#video-player #video-player-close:before, #video-player #video-player-close:after {
  content: " ";
  width: 100%;
  height: 4px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
#video-player #video-player-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#video-player #video-player-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#video-player #video-player-close i {
  display: none;
}

section.page-section.videos .smem-videos {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  section.page-section.videos .smem-videos {
    flex-direction: column;
    display: block;
    padding-bottom: 1px;
  }
}
section.page-section.videos .smem-videos .video {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 56.25vw;
  max-width: 100% !important;
  overflow: hidden;
  background: #ff00ff;
}
section.page-section.videos .smem-videos .video .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: norepeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity 0.125s linear 0s;
}
section.page-section.videos .smem-videos .video .video-bg.lazyloaded {
  opacity: 1;
}
section.page-section.videos .smem-videos .video .video-bg:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: fuchsia;
  background: linear-gradient(0deg, rgba(255, 0, 255, 0.4836309524) 0%, rgba(255, 0, 255, 0) 50%, rgba(255, 102, 0, 0) 100%);
  content: " ";
  display: block;
}
section.page-section.videos .smem-videos .video .video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.page-section.videos .smem-videos .video a.video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.page-section.videos .smem-videos .video a.video-link .video-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
section.page-section.videos .smem-videos .video a.video-link .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.125s linear 0s;
}
section.page-section.videos .smem-videos .video a.video-link .video-thumb img.lazyloaded {
  opacity: 1;
  display: none;
}
section.page-section.videos .smem-videos .video .video-subtitle {
  position: absolute;
  z-index: 2;
  text-align: center;
}
section.page-section.videos .smem-videos .video .video-subtitle:before {
  display: none;
  position: absolute;
  left: 0%;
  width: 50%;
  top: 0%;
  height: 100%;
  content: " ";
  display: block;
  background: rgba(255, 255, 255, 0.9);
}
section.page-section.videos .smem-videos .video .video-subtitle h3 {
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - (4rem + 0.175em));
  position: absolute;
  top: 50%;
  font-size: 1.66667rem;
  line-height: normal;
  letter-spacing: 0.175em;
  padding-left: calc(2rem + 0.0875em);
  padding-right: 2rem;
  margin: 0;
  user-select: none;
  cursor: pointer;
}
section.page-section.videos .smem-videos .video .video-subtitle h3 .c:before, section.page-section.videos .smem-videos .video .video-subtitle h3 .m:before, section.page-section.videos .smem-videos .video .video-subtitle h3 .y:before {
  width: 1.6667rem;
  height: 1.3333rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxLjk3IDMuNjMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMjcyNzI3O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMCwyLDEuNzksMCwzLjYzIi8+PC9nPjwvZz48L3N2Zz4=);
  content: " ";
  display: inline-block;
}
section.page-section.videos .smem-videos .video .video-subtitle {
  max-width: 1152px;
  width: 1152px;
  padding: 576px 0 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 0;
  overflow: hidden;
}
section.page-section.videos .smem-videos .video:nth-of-type(2n) .video-subtitle:before {
  left: 50%;
}
section.page-section.videos .smem-videos .video:nth-of-type(2n) .video-subtitle h3 {
  left: 50%;
}
@media (max-width: 1000px) {
  section.page-section.videos .smem-videos .video {
    margin: 0 1rem 1rem;
    width: auto;
    height: auto;
  }
  section.page-section.videos .smem-videos .video .video-inner {
    position: relative;
    background: none;
  }
  section.page-section.videos .smem-videos .video .video-bg {
    display: none;
  }
  section.page-section.videos .smem-videos .video a.video-link {
    position: relative;
    height: auto;
  }
  section.page-section.videos .smem-videos .video a.video-link .video-thumb {
    padding: 56.25% 0 0 0;
    height: 0 !important;
    overflow: hidden;
    position: relative;
    background: white;
  }
  section.page-section.videos .smem-videos .video a.video-link .video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    transition: opacity 0.125s linear 0s;
  }
  section.page-section.videos .smem-videos .video a.video-link .video-thumb img.lazyloaded {
    opacity: 1;
    display: block;
  }
  section.page-section.videos .smem-videos .video .video-subtitle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100% - 1rem);
    height: auto;
    background: white;
    padding: 0.5rem;
  }
  section.page-section.videos .smem-videos .video .video-subtitle:before {
    display: none;
  }
  section.page-section.videos .smem-videos .video .video-subtitle h3 {
    position: relative;
    font-size: 1rem;
    top: auto;
    width: auto;
    left: auto !important;
    transform: none;
    padding-left: calc(0.5rem + 0.0875em);
    padding-right: 0.5rem;
  }
  section.page-section.videos .smem-videos .video .video-subtitle h3 .c:before, section.page-section.videos .smem-videos .video .video-subtitle h3 .m:before, section.page-section.videos .smem-videos .video .video-subtitle h3 .y:before {
    width: 1rem;
    height: 0.75rem;
  }
}
section.page-section.videos .smem-videos .video.--video-single {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
section.page-section.videos .smem-videos .video.--video-single iframe, section.page-section.videos .smem-videos .video.--video-single video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.page-section.videos.single {
  padding: 0;
}
section.page-section.videos.single .smem-videos {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 0px auto;
}
section.page-section.videos.single .smem-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-videos {
  background: white;
}
.page-videos section {
  background: white;
}

.page-videos section {
  min-height: 100vh;
}

.pagehome .page-section.videos .section-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #efefef;
}
@media (max-width: 1000px) {
  .pagehome .page-section.videos .smem-videos {
    margin-bottom: 6rem;
  }
}
.pagehome .page-section.videos .cta {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}

section.site-page.fanpack .smem-fanpack {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.site-page.fanpack .smem-fanpack .news-item {
  width: 100%;
  flex-direction: column;
  margin: 4rem auto;
}
section.site-page.fanpack .smem-fanpack .news-item .image-wrap {
  order: 2;
}
section.site-page.fanpack .smem-fanpack .news-item .image-wrap img {
  width: 100%;
}
section.site-page.fanpack .smem-fanpack .news-item .news-title {
  order: 1;
  text-align: center;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack {
  order: 5;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
@media (max-width: 1000px) {
  section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack {
    width: 90%;
    margin: 0 auto;
  }
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack h3 {
  font-size: 150%;
  margin-top: 2em;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack p, section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack div {
  font-weight: normal;
  margin: 15px 0px;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack p img, section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack div img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks a {
  width: 25%;
}
@media (max-width: 414px) {
  section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks a {
    width: 50%;
  }
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks a img {
  width: 100%;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks.videos {
  flex-direction: column;
  align-items: center;
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks.videos a {
  width: 50%;
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .fanpacks.videos a {
    width: 100%;
  }
}
section.site-page.fanpack .smem-fanpack .news-item .news-content.fanpack .readmore-link {
  margin-top: 100px;
}

.colors {
  position: relative;
  mix-blend-mode: multiply;
}
.colors .c {
  color: #00ffff;
}
.colors .m {
  color: #ff00ff;
}
.colors .y {
  color: #999900;
}
.colors .y {
  position: relative;
}
.colors .c, .colors .m {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.125s cubic-bezier(0, 0.65, 0.99, -0.31) 0s;
  will-change: transform, text-shadow;
}
.colors .y {
  transition: color 0.125s ease-in-out 0s;
}
.colors > * {
  display: inline-block;
  mix-blend-mode: multiply;
}

.colorize-reverse .colors {
  mix-blend-mode: screen;
}
.colorize-reverse .colors > * {
  mix-blend-mode: screen;
}

@media (max-width: 1000px) {
  #main {
    padding-top: 3rem;
  }
}
