@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@font-face {
  font-family: "ErotiqueRegular";
  src: url("../fonts2/ErotiqueRegular/font.woff2") format("woff2"), url("../fonts2/ErotiqueRegular/font.woff") format("woff");
}
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #262744;
  font-size: 22px;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #EEEEEE;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 58px;
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

h3 {
  font-size: 36px;
  -webkit-text-stroke-width: pt;
}

nav,
footer {
  position: fixed;
  background-color: #EEEEEE;
  width: 100%;
  height: 80px;
  padding: 15px;
  z-index: 100;
  letter-spacing: -1px;
}

nav {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
}
nav #logo {
  max-width: 100px;
  width: 100%;
  fill: #262744;
}

#menu {
  display: flex;
  list-style: none;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-weight: bold;
}

.menu-toggle {
  display: none;
}
.menu-toggle:checked + label + #menu {
  display: flex;
}
.menu-toggle:checked + label + #menu {
  display: flex;
}
#hamburger {
  cursor: pointer;
  display: block;
  width: 30px;
  /* Width of the hamburger */
  height: 20px;
  /* Total height of the hamburger */
}

#menu-toggle:focus {
  outline: none;
  /* Removes the default outline */
  -webkit-tap-highlight-color: transparent;
  /* Removes tap highlight color for WebKit browsers */
}

#hamburger span:not(:last-child) {
  margin-bottom: 5px;
}

#hamburger span {
  background-color: #262744;
  height: 3px;
  display: block;
}

/* Transformations for the 'X' icon */
.menu-toggle:checked + #hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle:checked + #hamburger span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked + #hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

footer {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}
footer .contact {
  margin-top: 5px;
}
footer img,
footer svg {
  width: 28px;
  height: auto;
  fill: #262744;
}

ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

section {
  padding-bottom: 95px;
  padding-top: 95px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 100%;
  text-align: center;
}

#hamburger {
  display: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: #262744;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iso {
  max-width: 280px;
  width: 100%;
}

@media (min-width: 768px) {
  .events {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 980px;
    margin: auto;
  }
  .event {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .date {
    font-weight: 600;
    text-align: left;
    min-width: 100px;
  }
  .venue {
    padding-right: 15px;
    text-align: left;
    min-width: 350px;
  }
  .buttons .btn {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
  }
  .buttons {
    display: flex;
    gap: 15px;
    margin-left: auto;
  }
  .city {
    /*font-style: italic;*/
  }
}
@media (max-width: 768px) {
  .event-group div {
    display: inline-block;
    width: 280px;
    vertical-align: top;
  }
  .event {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .event .city {
    margin-bottom: 15px;
  }
  .event .date {
    font-weight: 700;
  }
  .event .date,
  .event .support {
    margin-bottom: 7.5px;
  }
  .event .support {
    font-size: 18px;
  }
  .event .venue {
    font-family: "Inter", sans-serif;
    font-size: 36px;
  }
  .event a {
    display: block;
    max-width: 280px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.event a,
.event a:visited,
.event a:focus,
.event a:active {
  color: #EEEEEE;
}

.event a:hover {
  color: #262744;
}

.btn {
  border: 2px solid #262744;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  padding: 15px;
  padding-top: 18px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  color: #EEEEEE;
  background-color: #262744;
}

.btn:hover {
  color: #262744;
  background-color: #EEEEEE;
}

#contact a {
  text-decoration: underline;
}
#contact p,
#contact a {
  font-weight: bold;
}

#music .image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 7.5px;
  max-width: 980px;
  margin: auto;
}
#music img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

#notifyModal .modal-content {
  max-width: unset;
  width: unset;
}
#notifyModal .modal-content .btn {
  display: inline-block;
  margin-top: 15px;
  color: #EEEEEE;
}
#notifyModal .modal-content .btn:hover {
  color: #262744;
}

@media (max-width: 768px) {
  nav {
    border-bottom: 2px solid #262744;
  }
  footer {
    border-top: 2px solid #262744;
  }
  #menu {
    display: none;
    flex-direction: column;
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    height: calc(100% - 160px);
    justify-content: space-around;
    background: #EEEEEE;
    width: 100%;
  }
  #menu li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 20vw, 80px);
  }
  #menu li:not(:last-child) {
    border-bottom: 2px solid #262744;
  }
  nav a {
    color: #262744 !important;
    transition: color 0.15s ease-in-out;
  }
  #hamburger {
    display: block;
  }
  #music .image-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  nav {
    background-color: #EEEEEE !important;
  }
  #logo {
    fill: #262744 !important;
  }
  footer {
    display: flex !important;
  }
  .spacer {
    display: none;
  }
  .fullBleed #hero {
    z-index: 1;
    padding-bottom: 0;
    background-position: center center !important;
    background-size: cover !important;
  }
  .fullBleed nav {
    border-bottom: unset !important;
    background-color: unset !important;
  }
  .fullBleed nav.scrolled {
    background-color: #EEEEEE !important;
    border-bottom: 2px solid #262744 !important;
  }
  .fullBleed nav.scrolled a,
  .fullBleed nav.scrolled a:visited,
  .fullBleed nav.scrolled a:hover,
  .fullBleed nav.scrolled a:active {
    color: #262744 !important;
  }
  .fullBleed nav.scrolled #hamburger span {
    background-color: #262744 !important;
  }
  .fullBleed nav.scrolled #logo {
    fill: #262744 !important;
  }
  .fullBleed footer a {
    color: #EEEEEE;
  }
  .fullBleed footer {
    background-color: #EEEEEE;
    border-color: #262744;
  }
  .fullBleed #menu {
    background-color: unset;
    color: #EEEEEE;
  }
  .fullBleed #menu a {
    color: #EEEEEE !important;
  }
  .fullBleed #menu li:not(:last-child) {
    border-bottom: 2px solid #EEEEEE !important;
  }
  .fullBleed nav.scrolled #menu {
    background-color: #EEEEEE !important;
  }
  .fullBleed nav.scrolled #menu a {
    color: #262744 !important;
  }
  .fullBleed nav.scrolled #menu li:not(:last-child) {
    border-bottom: 2px solid #262744 !important;
  }
  .fullBleed #logo {
    fill: #EEEEEE !important;
  }
  .fullBleed #hamburger span {
    background-color: #EEEEEE;
  }
  #contact {
    font-size: 18px;
  }
  footer {
    z-index: 2 !important;
  }
  #releaseModal .modal-header {
    flex-direction: column-reverse;
  }
  #releaseModal .modal-packshot {
    max-width: 100% !important;
    margin-top: 30px;
  }
  .event-group div {
    display: block;
    max-width: 280px;
    width: auto;
    margin: auto;
  }
}
.fullBleed #hero {
  background-image: url("../media2/bg.jpg?v=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px !important;
}
.fullBleed section {
  padding-top: 15px !important;
  padding-bottom: 95px !important;
}
.fullBleed footer {
  z-index: 1 !important;
}
.fullBleed footer a {
  color: #262744;
}
.fullBleed footer img,
.fullBleed footer svg {
  fill: #262744;
}
.fullBleed nav {
  background-color: unset;
}
.fullBleed nav a,
.fullBleed nav a:visited,
.fullBleed nav a:hover,
.fullBleed nav a:active {
  color: #EEEEEE;
  transition: color 0.15s ease-in-out;
}
.fullBleed #logo {
  fill: #EEEEEE;
  transition: fill 0.15s ease-in-out;
}
.fullBleed nav.scrolled {
  background-color: #EEEEEE;
  transition: background-color 0.15s ease-in-out;
}
.fullBleed nav.scrolled a,
.fullBleed nav.scrolled a:visited,
.fullBleed nav.scrolled a:hover,
.fullBleed nav.scrolled a:active {
  color: #262744;
}
.fullBleed nav.scrolled #logo {
  fill: #262744;
}
.fullBleed #hero {
  z-index: 2;
  position: relative;
}
.fullBleed footer {
  z-index: 1;
}
.fullBleed section {
  scroll-margin-top: 70px !important;
}
.fullBleed .menu-toggle:checked ~ footer {
  z-index: 100 !important;
}

#iso {
  max-width: 220px;
  width: 100%;
  height: auto;
  fill: #EEEEEE;
}

/* Style the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(238, 238, 238, 0.8117647059);
  align-items: center;
  padding: 15px;
  /* Apply blur filter */
}

/* Style the modal content */
.modal-content {
  position: relative;
  background-color: #EEEEEE;
  margin: 15px auto;
  padding: 15px;
  border: 1px solid #888;
  max-width: 380px;
  width: 100%;
  text-align: center;
  border: 2px solid #262744;
  border-radius: 10px;
}

/* Style the close button */
.close {
  position: absolute;
  width: 30px;
  height: 30px;
  /* text-align: center; */
  /* line-height: 30px; */
  /* border-radius: 50%; */
  cursor: pointer;
  top: 0px;
  right: 0px;
  margin-top: -15px;
  margin-right: -15px;
  background: #262744;
  color: #EEEEEE;
  border-radius: 50%;
  border: 2px solid #262744;
  font-weight: bold;
}

#tour {
  min-height: unset;
  padding-bottom: 110px;
}
#tour #finaleLogo {
  margin-bottom: 20px;
}
#tour h1 {
  margin-top: 45px;
}

#releaseModal {
  font-weight: bold;
  /* Remove margin-bottom from the last video container */
}
#releaseModal a {
  text-decoration: underline;
}
#releaseModal .modal-content {
  max-width: 720px;
  padding: 30px;
}
#releaseModal .modal-header {
  display: flex;
  text-align: left;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#releaseModal .modal-packshot {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  /* Example: Set the maximum width of the image */
  width: 100%;
  /* Makes the image responsive to the container */
  height: auto;
  /* Maintains the aspect ratio */
  display: block;
  /* Removes additional space below the image */
}
#releaseModal .modal-date {
  margin-bottom: 15px;
}
#releaseModal .modal-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#releaseModal .modal-buy {
  margin-bottom: 15px;
}
#releaseModal i {
  margin-right: 4px;
}
#releaseModal .modal-videos {
  display: flex;
  flex-direction: column;
}
#releaseModal .modal-videos h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#releaseModal .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9 / 16 * 100) */
  margin-bottom: 15px;
}
#releaseModal .video-container:last-child {
  margin-bottom: 0;
}
#releaseModal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#merch {
  text-align: center;
  min-height: auto;
}

#merch .container {
  max-width: 720px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}
#merch .container .btn {
  display: block;
}

.slick-slide {
  width: 32%;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.slick-slide img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
.slick-slide .btn {
  color: #EEEEEE !important;
}
.slick-slide .btn:hover {
  color: #262744 !important;
}

hr {
  margin-bottom: 45px;
  border-top: 1px solid #262744;
}

.slick-next:before,
.slick-prev:before {
  color: #262744 !important;
}

.slick-next,
.slick-prev {
  top: 40% !important;
}

#peloton,
#terms {
  max-width: 720px;
  margin: auto;
}
#peloton #checkboxes,
#terms #checkboxes {
  text-align: left;
}
#peloton a,
#terms a {
  text-decoration: underline;
}
#peloton ul,
#terms ul {
  padding-left: 0;
  display: unset;
}
#peloton li,
#terms li {
  display: block;
}
#peloton p,
#peloton label,
#peloton li,
#terms p,
#terms label,
#terms li {
  font-size: 16px;
  margin-bottom: 15px;
}
#peloton input,
#peloton select,
#terms input,
#terms select {
  color: #262744;
}
#peloton input[type=text],
#peloton input[type=tel],
#peloton input[type=email],
#peloton textarea,
#peloton select,
#terms input[type=text],
#terms input[type=tel],
#terms input[type=email],
#terms textarea,
#terms select {
  width: 100% !important;
  padding: 10px !important;
  margin-bottom: 15px !important;
  border: 1px solid #262744 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  background-color: white;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: left;
  text-transform: none;
}
#peloton input[type=checkbox],
#terms input[type=checkbox] {
  margin-right: 5px;
}
#peloton input[type=submit],
#terms input[type=submit] {
  border: 2px solid #262744;
  border-radius: 10px;
  padding: 15px;
  padding-top: 18px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  color: #EEEEEE;
  background-color: #262744;
  cursor: pointer;
}
#peloton input[type=submit]:hover,
#terms input[type=submit]:hover {
  color: #262744;
  background-color: #EEEEEE;
}

.spacer {
  height: 80px;
}

/*# sourceMappingURL=styles.css.map */
