@font-face {
  font-family: "Steel Tongs";
  src: url("../fonts/steeltongs.woff2") format("woff2"), url("../fonts/steeltongs.woff");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

* {
  margin: 0;
  padding: 0;
}

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

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

#_evh-link {
  border-radius: 0 !important;
  line-height: 22px !important;
  background: transparent !important;
  color: white !important;
  bottom: 14px !important;
  right: 2rem !important;
  left: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#_evh-link:hover {
  color: #fffd49 !important;
  border: 1px solid currentColor !important;
}

#_evidon_banner button {
  text-transform: uppercase !important;
}
@media only screen and (max-width: 900px) {
  #_evidon_banner {
    height: unset !important;
  }
}

#_evidon-message,
#_evidon-message > *,
.evidon-banner-message {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 900px) {
  #_evidon-message,
#_evidon-message > *,
.evidon-banner-message {
    text-transform: uppercase !important;
  }
}

body {
  background: #000;
  color: #fff;
  font-family: "Steel Tongs", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  overflow-x: hidden;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.locked {
  overflow-y: hidden;
}

.inner {
  margin: auto;
  max-width: 1440px;
  position: relative;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 900px) {
  .inner {
    width: calc(100% - 1rem);
  }
}

.wrap {
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap .wrap-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

header .inner {
  z-index: 50;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header .header-left {
  padding: 1rem 0 2rem;
}
@media only screen and (max-width: 900px) {
  header .header .header-left {
    padding: 0;
  }
}
header .header .header-left img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
header .header .header-right .header-right-top {
  padding: 0.5rem 0;
  text-align: right;
}
header .header .header-right .header-right-top a {
  color: #fffd49;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-right .header-right-top a img {
  padding-left: 1rem;
  display: block;
  height: auto;
  width: 60px;
}
header .header .header-right .header-right-bottom nav a {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
header .header .header-right .header-right-bottom nav a:before {
  background: transparent url(../images/foot.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  height: 150px;
  width: calc(100% + 2rem);
  bottom: 18rem;
  left: -1rem;
  display: none;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
header .header .header-right .header-right-bottom nav a:after {
  position: absolute;
  background: #fff;
  content: "";
  top: 18%;
  left: 0;
  height: 62%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
header .header .header-right .header-right-bottom nav a.nav-home:after {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
header .header .header-right .header-right-bottom nav a.nav-music:after {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
header .header .header-right .header-right-bottom nav a.nav-live:after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
header .header .header-right .header-right-bottom nav a.nav-video:after {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
header .header .header-right .header-right-bottom nav a.nav-store:after {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
header .header .header-right .header-right-bottom nav a.nav-signup:after {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
header .header .header-right .header-right-bottom nav a.nav-mailing-list:after {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
header .header .header-right .header-right-bottom nav a.nav-discord:after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
header .header .header-right .header-right-bottom nav a:hover {
  color: #000;
}
header .header .header-right .header-right-bottom nav a:hover:after {
  opacity: 1;
}
header .header .header-right .header-right-bottom nav .aitchq {
  display: inline-block;
  height: 67px;
  position: relative;
}
header .header .header-right .header-right-bottom nav .aitchq .nav-signup-reveal {
  display: none;
}
header .header .header-right .header-right-bottom nav .aitchq .nav-mailing-list {
  position: absolute;
  top: 3rem;
  right: 0;
  font-size: 1.3rem;
}
header .header .header-right .header-right-bottom nav .aitchq .nav-discord {
  position: absolute;
  top: 5rem;
  right: 0;
  font-size: 1.3rem;
}
header .header .header-right .header-right-bottom.foot nav a:before {
  bottom: 4rem;
}

.mobile-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  z-index: 20;
}
.mobile-menu span {
  display: inline-block;
  background: white;
  height: 2px;
  width: 3rem;
  position: absolute;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.mobile-menu span:nth-child(1) {
  top: 0.5rem;
  left: 0;
}
.mobile-menu span:nth-child(2) {
  top: 1.4rem;
}
.mobile-menu span:nth-child(3) {
  top: 1.4rem;
}
.mobile-menu span:nth-child(4) {
  top: 2.3rem;
}
.mobile-menu.menu-open span:nth-child(1) {
  opacity: 0;
}
.mobile-menu.menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}
.mobile-menu.menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}
.mobile-menu.menu-open span:nth-child(4) {
  opacity: 0;
}

body.mobile-menu-open .mobile-menu span:nth-child(1) {
  opacity: 0;
}
body.mobile-menu-open .mobile-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}
body.mobile-menu-open .mobile-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}
body.mobile-menu-open .mobile-menu span:nth-child(4) {
  opacity: 0;
}

#menu-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
#menu-page .menu-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-page .menu-page-inner .menu-page-content {
  padding-left: 3rem;
}
#menu-page .menu-page-inner .menu-page-content .socials {
  display: block;
  position: fixed;
  width: 100%;
}
#menu-page .menu-page-inner .menu-page-content .socials a {
  color: #000;
  font-size: 1.2rem;
  padding: 0.25rem;
}
#menu-page .menu-page-inner .menu-page-content .socials a img.discord-social {
  display: inline-block;
  width: 22px;
  position: relative;
  top: 2px;
}

body.mobile-menu-open {
  position: fixed;
  width: 100vw;
}
body.mobile-menu-open #menu-page {
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 800px) {
  body.mobile-menu-open #menu-page {
    width: 100%;
  }
  body.mobile-menu-open #menu-page .menu-page-inner {
    position: relative;
  }
  body.mobile-menu-open #menu-page .menu-page-inner .menu-page-content {
    width: 90vw;
    position: absolute;
  }
}
@media only screen and (min-width: 1440px) {
  body.mobile-menu-open #menu-page {
    padding-right: calc((100vw - 1440px) / 2);
  }
}
@media screen and (max-width: 900px) {
  header .header .header-left img {
    max-width: 100px;
  }
  header .header .header-right .header-right-top,
header .header .header-right .header-right-bottom {
    display: none;
  }
  header .header .header-right .mobile-menu {
    right: 0.5rem;
  }
}
.page-template-template-home header .header .header-right .header-right-bottom nav a.nav-home,
.page-template-template-music header .header .header-right .header-right-bottom nav a.nav-music,
.page-template-template-live header .header .header-right .header-right-bottom nav a.nav-live,
.page-template-template-video header .header .header-right .header-right-bottom nav a.nav-video,
.page-template-template-store header .header .header-right .header-right-bottom nav a.nav-store {
  color: #000;
}
.page-template-template-home header .header .header-right .header-right-bottom nav a.nav-home:before,
.page-template-template-music header .header .header-right .header-right-bottom nav a.nav-music:before,
.page-template-template-live header .header .header-right .header-right-bottom nav a.nav-live:before,
.page-template-template-video header .header .header-right .header-right-bottom nav a.nav-video:before,
.page-template-template-store header .header .header-right .header-right-bottom nav a.nav-store:before {
  display: block;
}
.page-template-template-home header .header .header-right .header-right-bottom nav a.nav-home:after,
.page-template-template-music header .header .header-right .header-right-bottom nav a.nav-music:after,
.page-template-template-live header .header .header-right .header-right-bottom nav a.nav-live:after,
.page-template-template-video header .header .header-right .header-right-bottom nav a.nav-video:after,
.page-template-template-store header .header .header-right .header-right-bottom nav a.nav-store:after {
  opacity: 1;
}

h3 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 1rem 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 1.2rem;
  }
}

h2 {
  font-size: 4.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.75;
  padding: 0 0 2rem;
}
@media screen and (max-width: 1400px) {
  h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1250px) {
  h2 {
    font-size: 4rem;
  }
}

h2.video-title {
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.75;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  h2.video-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1250px) {
  h2.video-title {
    font-size: 1.2rem;
  }
}

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

.intro-section {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 2rem);
}
.intro-section .inner {
  position: relative;
  padding: 7rem 1rem;
  width: calc(100% - 2rem);
}
.intro-section .intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.intro-section .intro-content .intro-content-left {
  margin: 0 1rem 0 7%;
  width: calc(43% - 1rem);
  /*
  img {
      display: block;
      height: auto;
      width: 100%;
  }
  .image-wrap {
      border: 1px solid red;
      padding: 1rem;
  }
  > div {
      position: relative;                 
      &:before {
          background: $white;        
          content: '';
          position: absolute;
          top: 1rem;
          left: 1rem;
          height: 100%;
          width: 100%;
          z-index: -1;                    
      }
      &:hover {
          cursor: url('../images/cursor-pointer.png'), pointer;
          top: 1rem;
          left: 1rem;
          &:before {
              top: 0;
              left: 0;
          }
      }
  }
  */
}
.intro-section .intro-content .intro-content-left img {
  display: block;
  height: auto;
  width: 100%;
}
.intro-section .intro-content .intro-content-left .image-outer {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 0 1rem 1rem 0;
  position: relative;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.intro-section .intro-content .intro-content-left .image-outer:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  z-index: -1;
}
.intro-section .intro-content .intro-content-left .image-outer:hover {
  padding: 1rem 0 0 1rem;
}
.intro-section .intro-content .intro-content-right {
  text-align: left;
  margin: 0 0 0 1rem;
  padding: 2rem;
  width: calc(50% - 1rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-section .intro-content .intro-content-right .intro-content-right-inner {
  width: 100%;
}
.intro-section .intro-content .intro-content-right .intro-content-right-inner a {
  pointer-events: auto;
}
.intro-section .intro-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.intro-section .intro-content.reverse .intro-content-left {
  margin: 0 7% 0 1rem;
}
.intro-section .intro-content.reverse .intro-content-right {
  text-align: right;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 900px) {
  .intro-section .inner {
    padding: 12rem 1rem 0;
  }
  .intro-section .intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-section .intro-content .intro-content-left {
    margin: 0;
    width: 90%;
  }
  .intro-section .intro-content .intro-content-right {
    margin: 0;
    padding: 3rem 0 2rem;
    text-align: center;
    width: 90%;
  }
  .intro-section .intro-content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-section .intro-content.reverse .intro-content-left {
    margin: 0;
  }
  .intro-section .intro-content.reverse .intro-content-right {
    margin: 0;
    text-align: center;
  }
}

a.box-button {
  display: inline-block;
  position: relative;
}
a.box-button span {
  border: 1px solid #fff;
  background: transparent;
  color: #fffd49;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.3rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.8);
}
a.box-button span:hover {
  -webkit-box-shadow: inset 200px 0 0 0 rgba(0, 0, 0, 0.8);
          box-shadow: inset 200px 0 0 0 rgba(0, 0, 0, 0.8);
  -webkit-animation-name: jittery;
          animation-name: jittery;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: all;
}

.drop-shadow {
  position: relative;
}
.drop-shadow:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.maitchester {
  position: relative;
  background: url(../images/maitchester-bg-white.png) center bottom repeat-x;
  background-size: auto 100%;
}
.maitchester .inner {
  width: 100%;
}
.maitchester img {
  display: block;
  height: auto;
  width: 100%;
}
.maitchester .maitchester-aitch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.maitchester .maitchester-marquee {
  overflow: hidden;
  position: absolute;
  top: 37%;
  left: 0;
  height: 13%;
  width: 70%;
  color: #000;
  font-family: "VT323", monospace;
  font-size: 6rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .maitchester .maitchester-marquee {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .maitchester .maitchester-marquee {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .maitchester .maitchester-marquee {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 900px) {
  .maitchester .maitchester-marquee {
    font-size: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .maitchester .maitchester-marquee {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  .maitchester .maitchester-marquee {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .maitchester .maitchester-marquee {
    font-size: 2rem;
  }
}
.maitchester .maitchester-content {
  position: absolute;
  top: 52%;
  left: 10%;
  height: 32%;
  width: 55%;
  padding: 2rem 0 0 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .maitchester .maitchester-content {
    padding: 1rem 0 0 0;
  }
}
.maitchester .maitchester-content p {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 1rem 0.5rem;
}
@media screen and (max-width: 700px) {
  .maitchester .maitchester-content p {
    font-size: 0.8rem;
  }
}

.merch-section {
  background: #fff;
  padding: 6rem 0 6rem;
  position: relative;
}
.merch-section .inner h2 {
  color: #000;
  display: inline-block;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}
.merch-section .inner h2:after {
  background: url(../images/squiggle-white.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.merch-section .inner .merch-items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin: 0 auto;
  width: calc(100% - 6rem);
}
@media screen and (max-width: 900px) {
  .merch-section .inner .merch-items {
    grid-template-columns: 1fr;
    row-gap: 1.54rem;
    width: 71%;
  }
}
.merch-section .inner .merch-items a.merch-item {
  position: relative;
  padding: 1rem;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.merch-section .inner .merch-items a.merch-item:before {
  background: #000;
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  z-index: 1;
}
.merch-section .inner .merch-items a.merch-item div {
  position: relative;
  z-index: 2;
}
.merch-section .inner .merch-items a.merch-item img {
  display: block;
  height: auto;
  width: 100%;
}
.merch-section .inner .merch-items a.merch-item:hover {
  padding: 2rem 0 0 2rem;
}
.merch-section .inner .visit-store {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.merch-section .inner .visit-store img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.merch-section .inner .visit-store .visit-store-link {
  position: relative;
  top: -4rem;
}

.object-zero {
  position: absolute;
  top: 0;
  left: -4rem;
  width: auto;
}
.object-zero .squiggle {
  position: absolute;
  left: 75px;
  top: 40px;
}

.object-one {
  position: absolute;
  top: 1rem;
  right: 5%;
}
.object-one .gold-microphone {
  position: absolute;
  top: 0;
  left: 0;
}

.object-holder {
  display: block;
  position: relative;
  min-height: 200px;
  margin-top: 2rem;
  width: 100%;
}

.x_home-object-one {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: auto;
  z-index: -1;
}
.x_home-object-one .paint-splodge {
  position: absolute;
  left: -70px;
  top: -40px;
}
.x_home-object-one .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.home-object-one {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 1;
}
.home-object-one .paint-splodge {
  position: absolute;
}
.home-object-one .l-plate {
  cursor: pointer;
  pointer-events: auto;
  height: 125px;
  width: 125px;
  left: 50px;
  position: relative;
  top: 75px;
  left: 75px;
}

.home-object-one-b .l-plate {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 125px;
  width: 125px;
}

.music-object-one {
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align: right;
  height: 100px;
  width: 100px;
}
.music-object-one .paint-splodge {
  position: absolute;
  left: 0;
  top: 0;
}
.music-object-one .gold-microphone {
  position: absolute;
  left: 0;
  top: 0;
}
.music-object-one .squiggle {
  position: absolute;
  left: 75px;
  top: 40px;
}

.music-object-two {
  position: absolute;
  top: 0;
  left: -4rem;
  width: auto;
}
.music-object-two .paint-splodge {
  position: absolute;
  left: 0;
  top: 0;
}
.music-object-two .boom-box {
  position: absolute;
  left: 0;
  top: 0;
}

.music-object-three {
  position: absolute;
  top: 0;
  right: 100px;
  text-align: right;
  height: 100px;
  width: 100px;
}
.music-object-three .paint-splodge {
  position: absolute;
  left: 0;
  top: 0;
}
.music-object-three .l-plate {
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 50px;
  height: 150px;
  width: 150px;
}

.live-object-one {
  position: absolute;
  top: 0;
  left: -50px;
  width: auto;
  z-index: -1;
}
.live-object-one .paint-splodge {
  position: absolute;
  top: -60px;
  left: -50px;
}
.live-object-one .gameboy {
  position: absolute;
  left: 30px;
  top: 30px;
}
.live-object-one .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.live-object-two {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: -1;
}
.live-object-two .paint-splodge {
  position: absolute;
  top: -60px;
  left: -50px;
}
.live-object-two .gold-microphone {
  position: absolute;
  left: -20px;
  top: -20px;
}
.live-object-two .squiggle {
  position: absolute;
  left: 75px;
  top: 0px;
}
.live-object-two .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.store-object-one {
  position: absolute;
  top: 100px;
  left: -50px;
  width: auto;
  z-index: -1;
}
.store-object-one .paint-splodge {
  position: absolute;
  top: -60px;
  left: -50px;
}
.store-object-one .burger {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 175px;
}
.store-object-one .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.store-object-two {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: -1;
}
.store-object-two .paint-splodge {
  position: absolute;
  top: -60px;
  left: -50px;
}
.store-object-two .boom-box {
  position: absolute;
  left: -20px;
  top: 50px;
  width: 200px;
}
.store-object-two .squiggle {
  position: absolute;
  left: 75px;
  top: 0px;
}
.store-object-two .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.video-object-one {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: auto;
  z-index: -1;
}
.video-object-one .paint-splodge {
  position: absolute;
  left: -70px;
  top: -40px;
}
.video-object-one .polaroid {
  position: absolute;
  left: 20px;
  top: 20px;
}
.video-object-one .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.video-object-two {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: auto;
  z-index: -1;
}
.video-object-two .paint-splodge {
  position: absolute;
  left: -70px;
  top: -90px;
}
.video-object-two .burger {
  position: absolute;
  left: 20px;
  top: 5px;
}
.video-object-two .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  z-index: 1;
}

.video-object-four {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: auto;
  z-index: -1;
}
.video-object-four .paint-splodge {
  position: absolute;
  left: -70px;
  top: 0px;
  z-index: -1;
}
.video-object-four .object-block {
  display: block;
  height: 150px;
  width: 150px;
  position: relative;
  pointer-events: none;
  z-index: 1;
}

.video-object-four-b {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: auto;
  z-index: 1;
}
.video-object-four-b .l-plate {
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: -50px;
  height: 150px;
  width: 150px;
}

.live-panel .live-dates {
  min-height: 50vh;
  padding: 50px 0;
}
.live-panel .live-dates .live-coming-soon {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.video-panel {
  padding: 0 0 50px;
  pointer-events: none;
}
.video-panel .video-outer {
  padding: 10rem 0 2rem;
  margin-bottom: 1rem;
  position: relative;
  pointer-events: none;
}
.video-panel .video-outer .video-inner {
  margin-bottom: 1rem;
  pointer-events: auto;
}
.video-panel .video-outer .video-inner .image-outer {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 0 1rem 1rem 0;
  position: relative;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.video-panel .video-outer .video-inner .image-outer img {
  display: block;
  height: auto;
  width: 100%;
}
.video-panel .video-outer .video-inner .image-outer:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  z-index: -1;
}
.video-panel .video-outer .video-inner .image-outer:hover {
  padding: 1rem 0 0 1rem;
}
.video-panel .video-outer .video-title-holder {
  padding: 2rem;
  text-align: center;
  display: block;
  max-width: 580px;
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 2;
}

.ticker {
  padding: 1rem 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 5;
}
.ticker .ticker-inner {
  border-top: 0.25rem solid #000;
  border-bottom: 0.25rem solid #000;
  background: #fff;
  color: #000;
  height: 6rem;
  font-family: "VT323", monospace;
  font-size: 6rem;
  width: 100%;
}

.logo-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .logo-aside > img {
    width: 60vw;
    height: auto;
  }
}

footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 2rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  footer > .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer > .inner .socials {
  padding-top: 0.5rem;
  text-align: center;
  padding: 2rem 6rem 1rem;
}
@media screen and (max-width: 900px) {
  footer > .inner .socials {
    padding: 0 1rem;
  }
}
footer > .inner .socials a {
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer > .inner .socials a:hover {
  color: #fffd49;
}
footer > .inner .socials a:hover > i, footer > .inner .socials a:hover > img {
  -webkit-animation-name: jittery;
          animation-name: jittery;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: all;
}
footer > .inner .socials a img.discord-social {
  display: inline-block;
  width: 19px;
  position: relative;
  top: 2px;
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.71);
  padding: 2rem 1rem 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 900px) {
  footer .footer-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-inner > span:first-of-type {
  margin-right: 5px;
}
footer .footer-inner a {
  color: rgba(255, 255, 255, 0.71);
  text-decoration: none;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
footer .footer-inner a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-inner .spacer {
  font-family: sans-serif;
  padding: 0 0.2rem;
}

.live-date-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.33fr) minmax(150px, 2.33fr) minmax(150px, 1.33fr) minmax(150px, 1.33fr) minmax(150px, 1.33fr);
  grid-gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  position: relative;
  z-index: 10;
}
.live-date-row > div {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  text-align: center;
}
.live-date-row > div a {
  display: inline-block;
  position: relative;
}
.live-date-row > div a span {
  border: 1px solid #fff;
  background: transparent;
  color: #fffd49;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.71rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.8);
}
.live-date-row > div a span:hover {
  -webkit-box-shadow: inset 165px 0 0 0 rgba(0, 0, 0, 0.8);
          box-shadow: inset 165px 0 0 0 rgba(0, 0, 0, 0.8);
  -webkit-animation-name: jittery;
          animation-name: jittery;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  pointer-events: all;
}
.live-date-row .live-date-location,
.live-date-row .live-date-city,
.live-date-row .live-date-country {
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .live-date-row > div {
    font-size: 1.4rem;
  }
  .live-date-row > div a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .live-date-row > div {
    font-size: 1.3rem;
  }
  .live-date-row > div a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .live-date-row > div {
    font-size: 1.4rem;
  }
  .live-date-row > div a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .live-date-row {
    padding-bottom: 1.5rem;
    grid-template-columns: 1fr;
  }
  .live-date-row .live-date-date,
.live-date-row .live-date-location,
.live-date-row .live-date-city,
.live-date-row .live-date-country,
.live-date-row .live-date-tickets {
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
  }
}
.preloader {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
}
.preloader .preloader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.preloader .preloader-inner img {
  margin: auto;
  display: block;
  height: auto;
  width: 110px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
#pre-save {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
#pre-save iframe {
  min-height: 100vh;
}
#pre-save .pre-save-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 400px;
  margin: calc((100vh - 470px) / 2) auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#pre-save .pre-save-content p {
  font-size: 1.5rem;
}

#pre-save-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  margin: 1rem;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
  background-image: url(../images/Aitch_Cross.png);
  background-position: center;
  background-size: cover;
}
#pre-save-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ae-cform-modal-container .ae-cform-social-link.spotify,
.ae-cform-modal-container .ae-cform-social-link.facebook,
.ae-cform-modal-container .ae-cform-social-link.twitter,
.ae-cform-modal-container .ae-cform-social-link.youtube {
  width: 40%;
}
.ae-cform-modal-container .ae-cform-title,
.ae-cform-modal-container .ae-cform-signin-button,
.ae-cform-modal-container .ae-cform-required-field,
.ae-cform-modal-container .ae-cform-input-reg-mobilephone-1,
.ae-cform-modal-container .ae-cform-item-submit-button {
  font-size: 1.5rem;
}
.ae-cform-modal-container #ae-cform-optins-container-1 {
  font-size: 1.3rem;
}
.ae-cform-modal-container #terms {
  font-size: 0.9rem;
}
.ae-cform-modal-container .ae-cform-item-submit-button,
.ae-cform-modal-container .ae-cform-item input[type=submit] {
  text-transform: uppercase !important;
  color: #fffd49 !important;
}

.aitch-video-bg {
  display: block;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  z-index: -1;
}
.aitch-video-bg #Videobg,
.aitch-video-bg > img {
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
}

.home-cta {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10vh;
  font-family: "Steel Tongs", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}
.home-cta > p {
  padding-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .home-cta {
    bottom: 90px;
  }
}

@-webkit-keyframes mobile-menu-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mobile-menu-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  header {
    margin-bottom: 55px;
  }
}
header .header-left .btn-burger {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/home-icon.png");
  background-size: contain;
  background-position: center -15px;
  background-repeat: no-repeat;
  width: 110px;
  height: 160px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  z-index: 12;
}
@media only screen and (max-width: 900px) {
  header .header-left .btn-burger {
    height: 110px;
    width: 90px;
  }
}
header .header-left .btn-burger:hover {
  background-image: unset;
}
@media only screen and (max-width: 900px) {
  header .header-left .btn-burger:hover {
    background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/home-icon.png");
  }
}
header .header-left .btn-burger:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/Aitch_House2.gif");
  background-size: 89%;
  background-position: center 12px;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
}
header .header-left .btn-burger:hover:after {
  display: block;
}
@media only screen and (max-width: 900px) {
  header .header-left .btn-burger:hover:after {
    display: none;
  }
}
header .header-left .btn-burger > .menu-label {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 40%;
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
  color: white;
  font-family: "Steel Tongs", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
}
header .header-left .btn-burger > .menu-label.close > span:first-of-type {
  background-image: url(https://cdn1.umg3.net/798-cdn/assets/images/Aitch_Cross.png);
}
header .header-left .btn-burger > .menu-label > span:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 20px;
  background-image: url(https://cdn1.umg3.net/798-cdn/assets/images/aitch_burger_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
header .header-right > img {
  height: 65px;
  width: auto;
}
header .header-right > img + a > span {
  font-size: 1.2rem;
  padding: 0.3rem 2rem;
}

.home-nav {
  display: block;
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 100%;
  margin: auto;
  -webkit-transform: translateX(-50%) rotate(-1deg);
          transform: translateX(-50%) rotate(-1deg);
}
@media screen and (max-width: 900px) {
  .home-nav {
    display: block;
    z-index: 12;
    bottom: unset;
    overflow-y: scroll;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    width: 100vw;
    left: 0;
  }
}
.home-nav nav.nav-filmstrip {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .home-nav nav.nav-filmstrip {
    width: 95%;
    margin: 0 auto;
  }
}
.home-nav nav.nav-filmstrip > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .home-nav nav.nav-filmstrip > ul {
    gap: 10px 10px;
  }
}
.home-nav nav.nav-filmstrip > ul > li {
  position: relative;
  width: 16.6666666667%;
  aspect-ratio: 62/57;
}
@media screen and (max-width: 900px) {
  .home-nav nav.nav-filmstrip > ul > li {
    width: 30%;
  }
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(1) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_1.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(2) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_2.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(3) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_3.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(4) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_4.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(5) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_5.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-child(6) a:hover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/aitch_rollover_6.gif");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(1) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_home.png");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(2) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_music.jpg");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(3) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_live.jpg");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(4) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_merch.jpg");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(5) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_store.jpg");
}
.home-nav nav.nav-filmstrip > ul > li:nth-of-type(6) a {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/film_signup.jpg");
}
.home-nav nav.nav-filmstrip > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 14% 2%;
  color: #fffd49;
  z-index: -1;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: cover;
  background-color: #222;
  background-position: center;
  text-decoration: none;
  font-size: 2.3rem;
}
.home-nav nav.nav-filmstrip > ul > li > a:hover {
  color: #000;
}
.home-nav nav.nav-filmstrip > ul > li > a.current {
  pointer-events: none;
  color: #000;
}
.home-nav nav.nav-filmstrip > ul > li > a.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/Aitch_Cross.png");
  background-size: contain;
  z-index: 3;
}
.home-nav nav.nav-filmstrip > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/neg-frame.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 62/57;
  z-index: -1;
}

body:not(.page-template-template-home) footer {
  margin-top: 3rem;
}

.page-template-template-home.media-desktop #menu-page {
  background: transparent;
}
.page-template-template-home footer > .inner {
  z-index: 50;
}

.background-cover {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page-template-template-music .background-cover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/music-bg.jpg");
}

.music-container {
  width: 96%;
  margin: 0 auto;
  max-width: 1000px;
}
.music-container .music-items {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(250px, 1fr));
  gap: 65px 8%;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .music-container .music-items {
    padding: 3rem 2rem 0 2rem;
  }
}
.music-container .music-items .music-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.music-container .music-items .music-item .image-outer > div {
  position: relative;
  aspect-ratio: 1/1;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}
.music-container .music-items .music-item .image-outer > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/neg-frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  aspect-ratio: 62/57;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.music-container .music-items .music-item .image-outer > div:hover {
  -webkit-filter: saturate(1.1);
          filter: saturate(1.1);
}
.music-container .music-items .music-item .image-outer > div:hover::before {
  background-size: 100% 150%;
}
.music-container .music-items .music-item .image-outer > div img {
  width: 100%;
  height: auto;
}
.music-container .music-items .music-item .music-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fill-available;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .music-container .music-items .music-item .music-item__content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}
.music-container .music-items .music-item .music-item__content > h2 {
  font-size: 2rem;
  text-align: center;
  line-height: unset;
  padding: 2.3rem 0 1rem 0;
}
.music-container .music-items .music-item .music-item__content .music-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.music-container .music-items .music-item .music-item__content .music-item__buttons > a:nth-child(2) {
  margin-left: 1rem;
}
.music-container .music-items .music-item .music-item__content .music-item__buttons > a span {
  padding: 0.3rem 2rem;
}
.music-container .music-items .music-item .music-item__content .music-item__buttons > a span:hover {
  color: #fffd49;
  border-color: currentColor;
}

.page-template-template-live .background-cover {
  background-image: url("https://cdn1.umg3.net/798-cdn/assets/images/live-bg.jpg");
}

@-webkit-keyframes jittery {
  10% {
    -webkit-transform: translate(-1.5px, 0.5px) scale(1.01, 1.01);
            transform: translate(-1.5px, 0.5px) scale(1.01, 1.01);
  }
  40% {
    -webkit-transform: translate(1.5px, 0px) scale(1, 1);
            transform: translate(1.5px, 0px) scale(1, 1);
  }
  80% {
    -webkit-transform: translate(-1.5px, -0.5px) scale(1.01, 1.01);
            transform: translate(-1.5px, -0.5px) scale(1.01, 1.01);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes jittery {
  10% {
    -webkit-transform: translate(-1.5px, 0.5px) scale(1.01, 1.01);
            transform: translate(-1.5px, 0.5px) scale(1.01, 1.01);
  }
  40% {
    -webkit-transform: translate(1.5px, 0px) scale(1, 1);
            transform: translate(1.5px, 0px) scale(1, 1);
  }
  80% {
    -webkit-transform: translate(-1.5px, -0.5px) scale(1.01, 1.01);
            transform: translate(-1.5px, -0.5px) scale(1.01, 1.01);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}/*# sourceMappingURL=styles-002.css.map */