@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/prx6wun.css");
@font-face {
  font-family: "dominatormedium";
  src: url("../fonts/dominator_medium-webfont.woff2") format("woff2"), url("../fonts/dominator_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bastille-officialregular";
  src: url("../fonts/bastille-official-webfont.woff2") format("woff2"), url("../fonts/bastille-official-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
.flickity-viewport {
  height: 100% !important;
}
*/
body {
  font-family: "Roboto", Arial, sans-serif;
  background: #000;
  color: #ced1d9;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.page:not(.home) #content {
  padding-bottom: 0;
}

.newsletter-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blocker {
  z-index: 999 !important;
}

.ae-cform-modal-container.modal {
  box-shadow: none !important;
}

div#ae-cform-modal-container-1 {
  font-family: "Roboto", Arial, sans-serif;
}

.ae-cform-item.ae-cform-item-submit-button input {
  text-transform: uppercase;
  border: none;
  text-shadow: none;
}
.ae-cform-item.ae-cform-item-submit-button input:hover {
  color: #eab936;
}

#_evh-link {
  right: 100% !important;
  display: none;
}

@media screen and (max-width: 991px) {
  #_evidon_banner {
    text-align: center !important;
  }
}

.cta-btn {
  border: 2px solid #ced1d9;
  background: rgba(0, 0, 0, 0.62);
  background: #000;
  color: #ced1d9;
  height: auto;
  font-size: 1.2rem;
  padding: 0.75rem 3rem;
  transition: 250ms ease-in-out;
}
.cta-btn:hover {
  background: #ced1d9;
  color: #000;
}

.section-title {
  text-align: center;
  font-size: 1.8em;
  font-family: "bastille-officialregular";
  color: #c03b2a;
  margin: 30px 0;
  letter-spacing: 0.2em;
}
.page-section {
  height: 76.25vh;
  max-height: 900px;
  padding: 5vh 0;
}
@media screen and (max-width: 768px) {
  .page-section {
    height: 90vh;
    max-height: none;
  }
}

.header-menu-btn {
  display: block;
  position: fixed;
  border: none;
  right: 2.5%;
  width: 30px;
  background: none;
  z-index: 12;
  top: 20px;
  right: 10px;
  top: 40px;
  right: 30px;
}
.header-menu-btn:focus {
  outline: none;
}
.header-menu-btn .header-menu-open,
.header-menu-btn .header-menu-close {
  bottom: 0;
  display: inline-block;
  font-size: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.header-menu-btn .header-menu-open-line,
.header-menu-btn .header-menu-close-line {
  display: inline-block;
  left: 0;
  position: absolute;
  transform: none;
  transform-origin: 0 0;
  transition: transform 0.5s;
  width: 100%;
}
.header-menu-btn .header-menu-open-line::before,
.header-menu-btn .header-menu-close-line::before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ced1d9;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-menu-btn .header-menu-open {
  height: 20px;
  width: 30px;
}
.header-menu-btn .header-menu-open-line {
  height: 3px;
}
.header-menu-btn .header-menu-open-line:nth-child(1) {
  top: 0;
  transition: transform 0.2s cubic-bezier(0.77, 0, 0.355, 1) 0.6s;
}
.header-menu-btn .header-menu-open-line:nth-child(2) {
  bottom: 0;
  margin: auto;
  top: 0;
  transition: transform 0.2s cubic-bezier(0.77, 0, 0.355, 1) 0.7s;
}
.header-menu-btn .header-menu-open-line:nth-child(3) {
  bottom: 0;
  transition: transform 0.2s cubic-bezier(0.77, 0, 0.355, 1) 0.8s;
}
.header-menu-btn.is-menu-opened .header-menu-open-line {
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.header-menu-btn.is-menu-opened .header-menu-open-line:nth-child(1) {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
}
.header-menu-btn.is-menu-opened .header-menu-open-line:nth-child(2) {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.175, 1) 0.1s;
}
.header-menu-btn.is-menu-opened .header-menu-open-line:nth-child(3) {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.175, 1) 0.2s;
}
.header-menu-btn .header-menu-close {
  height: 30px;
  pointer-events: none;
  transform: rotate(45deg);
  width: 30px;
}
.header-menu-btn .header-menu-close-line:nth-child(1) {
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
  width: 100%;
}
.header-menu-btn .header-menu-close-line:nth-child(2) {
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.175, 1) 0.15s;
  width: 3px;
}
.header-menu-btn.is-menu-opened .header-menu-close {
  pointer-events: auto;
}
.header-menu-btn.is-menu-opened .header-menu-close-line:nth-child(1) {
  transform: translateY(-50%) scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.5s;
}
.header-menu-btn.is-menu-opened .header-menu-close-line:nth-child(2) {
  transform: translateX(-50%) scaleY(1);
  transform-origin: 50% 0;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.6s;
}

button:hover:not(.mejs-container > button),
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: none;
}

.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.loading-section .loading {
  max-width: 40px;
}

.page-template-page-landing {
  min-height: 100vh;
}
.page-template-page-landing #page {
  min-height: 100vh;
}
.page-template-page-landing .landing-section {
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #ced1d9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-template-page-landing .landing-section .logo {
  width: 90%;
  display: block;
  max-width: 400px;
}
.page-template-page-landing .landing-section .landing-title {
  color: #6195a2;
  width: 90%;
  text-align: center;
  font-size: 1em;
  padding-top: 0.75em;
}
.page-template-page-landing .landing-section .socials .social-link {
  color: #ced1d9;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .page-template-page-landing .landing-section .socials .social-link {
    margin: 0 2.5px;
  }
}
.page-template-page-landing .landing-section .socials .social-link:hover {
  color: #ced1d9;
}
.page-template-page-landing .landing-section .cta-btn {
  border-color: #6195a2;
  color: #6195a2;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-top: 20px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.page-template-page-landing .landing-section .cta-btn:hover {
  color: #ced1d9;
  background: #6195a2;
}
.page-template-page-landing .site-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-section {
  background: #000;
  z-index: 10;
  top: -100%;
  transition: top 0.5s ease-in-out;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-section.navopen {
  top: 0%;
}
.nav-section .logo {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .nav-section .logo {
    top: 12%;
  }
}
.nav-section .nav-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nav-section .nav-container a {
  color: #ced1d9;
  font-family: "bastille-officialregular";
  font-size: 1.8em;
  margin-bottom: 1em;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .nav-section .nav-container a {
    font-size: 1.4em;
  }
}
.nav-section .nav-container a:hover {
  color: #c03b2a;
}
.nav-section .socials {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nav-section .socials {
    width: 90%;
    text-align: center;
  }
}
.nav-section .socials a {
  color: #ced1d9;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.nav-section .socials a:hover {
  color: #c03b2a;
}

.nav-socials {
  position: fixed;
  left: 20px;
  top: 32px;
  z-index: 12;
  text-align: right;
  display: block;
}
@media screen and (max-width: 480px) {
  .nav-socials {
    left: 20px;
  }
}
.nav-socials a {
  color: #ced1d9;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .nav-socials a {
    font-size: 16px;
    margin: 0 5px;
  }
}
.nav-socials a:hover {
  color: #c03b2a;
}

.footer-socials {
  display: block;
  padding: 20px;
  text-align: center;
}
.footer-socials a {
  color: #ced1d9;
  font-size: 1.2em !important;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.footer-socials a:hover {
  color: #ced1d9;
}

.hero-section {
  position: relative;
  padding: 0;
  min-height: 100vh;
  background: url("https://cdn1.umg3.net/684-cdn/cdn/assets/images/BBX_Black_Extended-2.jpg") center center no-repeat;
  background-size: cover;
}
.hero-section .hero-section-content-container .logo {
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto 40px;
}
.hero-section .hero-section-content-container .hero-logo {
  position: absolute;
  top: 100px;
  width: 80%;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero-section .hero-section-content-container .hero-title {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.hero-section .hero-section-content-container .hero-subtitle {
  color: #6195a2;
  font-weight: 500;
  margin: 0 auto 10px;
  padding: 0;
}
.hero-section .hero-section-content-container .cta-btn {
  border-color: #6195a2;
  color: #6195a2;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  max-width: 340px;
  margin: auto;
  font-size: 1.3em;
  height: auto;
  min-height: 40px;
}
.hero-section .hero-section-content-container .cta-btn:hover {
  color: #ced1d9;
  background: #6195a2;
}
.hero-section .hero-section-content-container .cta-btn--2 {
  margin-top: 5px;
}

.featured-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-section .featured-section-content-container {
  width: 90%;
  max-width: 850px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .featured-section .featured-section-content-container {
    flex-wrap: wrap;
  }
}
.featured-section .featured-section-content-container__left {
  flex: 0 0 40%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .featured-section .featured-section-content-container__left {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.featured-section .featured-section-content-container__right {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .featured-section .featured-section-content-container__right {
    flex: 0 0 100%;
  }
}
.featured-section .featured-section-content-container .cta-btn {
  border-color: #6195a2;
  color: #6195a2;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin: auto;
}
.featured-section .featured-section-content-container .cta-btn:hover {
  color: #ced1d9;
  background: #6195a2;
}

.live-section {
  background: #000;
  color: #ced1d9;
  position: relative;
  max-height: none;
  height: auto;
  padding: 40px 0 55px;
  max-height: none;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  .live-section {
    padding-bottom: 0;
  }
}
.live-section .section-title {
  color: #c03b2a;
}
.live-section .live-dates-grid {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .live-section .live-dates-grid {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.live-section .umg_live_bit_control_bar.umg_live_bit_control_bar_top,
.live-section .umg_live_bit_control_bar.umg_live_bit_control_bar_bottom,
.live-section .umg_live_rsvp {
  display: none;
}
.live-section table#umg-live-gigs-table {
  width: 90%;
  margin: auto;
  max-width: 950px;
  color: #ced1d9;
  font-size: 1.2em;
  font-weight: 400;
}
.live-section table#umg-live-gigs-table tr {
  border-bottom: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .live-section table#umg-live-gigs-table tr {
    flex-wrap: wrap;
  }
}
.live-section table#umg-live-gigs-table a {
  color: #ced1d9;
  font-weight: 500;
}
.live-section table#umg-live-gigs-table td.umg_live_date {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .live-section table#umg-live-gigs-table td.umg_live_date {
    font-style: normal;
    flex: 0 0 100%;
    text-align: center;
  }
}
.live-section table#umg-live-gigs-table td.umg_live_venue {
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .live-section table#umg-live-gigs-table td.umg_live_venue {
    flex: 0 0 100%;
    text-align: center;
  }
}
.live-section table#umg-live-gigs-table td.umg_live_location {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .live-section table#umg-live-gigs-table td.umg_live_location {
    flex: 0 0 100%;
    text-align: center;
  }
}
.live-section table#umg-live-gigs-table td.umg_live_tickets {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .live-section table#umg-live-gigs-table td.umg_live_tickets {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.live-section table#umg-live-gigs-table a.umg_live_ticket_link {
  letter-spacing: 0.5px;
  border: 2px solid #ced1d9;
  padding: 5px 15px;
  transition: all 0.3s ease-in-out;
}
.live-section table#umg-live-gigs-table a.umg_live_ticket_link:hover {
  background: #6195a2;
  color: #eab936;
}

/*
.carousel-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;

  .carousel {
    // height: 30vh;
    // max-height: 500px;
    width: 100%;

    height: 0;
    padding-bottom: 31.25%;

    @include sm {
      height: 0;
      padding-bottom: 100%;
    }

    .flickity-viewport {
      width: 100%;
      position: absolute;
    }

    .flickity-slider {
      @include flex-center;
      justify-content: flex-start;
    }

    .carousel-item {
      width: 31%;
      margin: 0 15px;
      position: relative;
      height: 0;
      padding-bottom: 31%;

      @include sm {
        width: 90%;
        padding-bottom: 90%;
      }

      .carousel-image {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;

    &:hover {
      opacity: 0.7;
    }

    &:focus {
      outline: none;
    }

    &--prev {
      left: -5%;
      display: none;

      @include sm {
        left: -10%;
        display: block;
      }
    }

    &--next {
      right: -5%;
      display: none;

      @include sm {
        right: -10%;
        display: block;
      }
    }
  }
}

.carousel-container__umg-merch {
  .umg-cope-catalog {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 48.25%;

    @include sm {
      height: 0;
      padding-bottom: 160%;
    }

    .flickity-viewport {
      width: 100%;
      height: 0;
      // padding-bottom: 48.25%;
      position: absolute;
      // left: -15px;
    }

    .umg-cope-catalog-product {
      width: 31%;
      width: 33.333%;
      width: calc(33.333% - 30px);
      margin: 0 15px;
      position: relative;
      height: 0;
      padding-bottom: 48.25%;
      display: flex;
      justify-content: center;

      @include sm {
        width: 90%;
        padding-bottom: 160%;
      }

      .carousel-image {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        position: absolute;
      }

      p {
        color: #e9b836;
        font-size: 0.8em;
      }

      img {
        // padding: 0;
        // display: block;
        // position: absolute;
        // width: 100%;
        // height: 100%;
        // object-fit: cover;
      }

      h3 {
        margin: 10px auto;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        font-size: 1em;
        font-weight: 500;
        transition: all 0.1s ease-in-out;
        color: #eab936;
        color: $white;
        line-height: 1.2;
        margin: 0;

        small {
          display: none;
        }
      }

      .umg-cope-catalog-price {
        color: #eab936;
        color: $white;
      }
    }

    .umg-cope-bob {
      display: flex;
      justify-content: center;
      align-items: center;
      // border: 2px solid #f07726;
      border: 2px solid $white;
      background: rgba(0, 0, 0, 0.62);
      background: $new-blue;
      color: $white;
      height: auto;
      font-size: 1.2rem;
      font-weight: 400;
      padding: 0.75rem 3rem;
      transition: 250ms ease-in-out;
      margin-top: 0;
      margin-bottom: 2rem;
      text-transform: uppercase;

      &:hover {
        // background: #f07726;
        background: $white;
        color: #000;
      }

      &.disabled {
        background: transparent !important;
        opacity: 0.6;
      }
    }
  }

  .umg-carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;

    @include md {
      top: 50%;
    }

    &:hover {
      opacity: 0.7;
    }

    &:focus {
      outline: none;
    }

    &--prev {
      left: -5%;

      @include sm {
        left: -10%;
      }
    }

    &--next {
      right: -5%;

      @include sm {
        right: -10%;
      }
    }
  }
}
*/
.carousel-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.carousel-container .music-carousel .carousel-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carousel-container .music-carousel .carousel-item {
    width: 100%;
  }
}
.carousel-container .music-carousel .carousel-item img {
  width: 90%;
}
.carousel-container .umg-cope-catalog-product {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .carousel-container .umg-cope-catalog-product {
    width: 100%;
  }
}
.carousel-container .umg-cope-catalog-product a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-container .umg-cope-catalog-product a img {
  width: 90%;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-catalog-product-details {
  width: 90%;
  margin: 10px auto;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-catalog-product-details h3 {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
  color: #ced1d9;
  line-height: 1.2;
  margin: 0;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-catalog-product-details h3 small {
  display: none;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-catalog-price {
  margin: 0px auto 20px;
  color: #ced1d9;
}
.carousel-container .umg-cope-catalog-product a p {
  margin: 0px auto 20px;
  color: #ced1d9;
  font-size: 10px;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-bob {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ced1d9;
  background: rgba(0, 0, 0, 0.62);
  background: #000;
  color: #ced1d9;
  height: auto;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.75rem 3rem;
  transition: 250ms ease-in-out;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-bob:hover {
  background: #ced1d9;
  color: #000;
}
.carousel-container .umg-cope-catalog-product a .umg-cope-bob.disabled {
  background: transparent !important;
  opacity: 0.6;
}
.carousel-container .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.carousel-container .carousel-btn:hover {
  opacity: 0.7;
}
.carousel-container .carousel-btn:focus {
  outline: none;
}
.carousel-container .umg-carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 768px) {
  .carousel-container .umg-carousel-btn {
    display: block;
  }
}
.carousel-container .umg-carousel-btn:hover {
  opacity: 0.7;
}
.carousel-container .umg-carousel-btn:focus {
  outline: none;
}
.carousel-container .carousel-btn--prev {
  left: -5%;
}
.carousel-container .carousel-btn--next {
  right: -5%;
}

.cart-icon {
  position: fixed;
  z-index: 12;
  top: 32px;
  font-size: 1em;
  width: auto;
  display: table;
  right: 80px;
}

.merch-section {
  background: #000;
  padding: 40px 0 68px;
  max-height: none;
  min-height: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.merch-section .section-title {
  color: #c03b2a;
}
.merch-section .merch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.merch-section .merch-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  opacity: 0;
  width: 95%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
  color: #eab936;
}
.merch-section .carousel-item:hover .merch-overlay {
  opacity: 1;
}
.merch-section .carousel-item:hover .merch-title {
  opacity: 1;
  top: 50%;
  transition: all 0.5s ease-in-out;
}
.merch-section .store-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ced1d9;
  background: rgba(0, 0, 0, 0.62);
  background: #000;
  color: #ced1d9;
  height: auto;
  font-size: 1.2rem;
  padding: 0.75rem 3rem;
  transition: 250ms ease-in-out;
  margin-top: 2rem;
  background-color: #c03b2a;
}
.merch-section .store-link:hover {
  background: #ced1d9;
  color: #000;
}

.music-section {
  background: #000;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0 65px;
  max-height: none;
  min-height: auto;
  height: auto;
  display: none !important;
}
.music-section .section-title {
  color: #c03b2a;
}
.music-section .music-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(44, 25%, 50%);
  background-position: center;
  background-size: cover;
  background-blend-mode: luminosity;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.music-section .music-overlay:hover {
  opacity: 0;
}

.video-section {
  background: #000;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0 65px;
  max-height: none;
  min-height: auto;
  height: auto;
}
.video-section .section-title {
  color: #c03b2a;
}
.video-section .video-container {
  width: calc(100% - 16px);
  margin: 0 auto;
}
.video-section .video-outer-container {
  width: 50%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .video-section .video-outer-container {
    width: 70%;
  }
}
.video-section .slide-container {
  position: relative;
  height: 80%;
  max-height: 1000px;
  width: 80%;
  max-width: 900px;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 480px) {
  .video-section .slide-container {
    max-height: 500px;
    max-width: 500px;
  }
}
.video-section .slide-container__video {
  top: 0;
  left: 0;
  transform: none;
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
}
.video-section .slide-container .video-carousel {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-section .slide-container .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .carousel-cell {
    margin-right: 25px;
  }
}
.video-section .slide-container .carousel-cell.release-block {
  position: absolute;
  left: 0%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .carousel-cell.release-block {
    justify-content: center;
    flex-wrap: wrap;
    overflow: scroll;
  }
}
.video-section .slide-container .carousel-cell .release-title {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .carousel-cell .release-title {
    margin-top: 1em;
    display: block;
  }
}
.video-section .slide-container .carousel-cell .listen-cta {
  margin-top: 15px;
  color: #ced1d9;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .carousel-cell .listen-cta {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
.video-section .slide-container .carousel-cell .listen-cta--listen {
  position: relative;
  font-size: 0.8em;
  bottom: 0;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.video-section .slide-container .carousel-cell .listen-cta--listen:hover {
  color: #ced1d9;
}
.video-section .slide-container .more-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-section .slide-container .more-video .image-container {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .more-video .image-container {
    height: 100%;
    padding-top: 0;
  }
}
.video-section .slide-container .more-video .front,
.video-section .slide-container .more-video .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}
.video-section .slide-container .more-video .top-layer {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: 0 5% 0;
  color: #ced1d9;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s linear;
  top: 0;
  left: 0;
}
.video-section .slide-container .more-video .top-layer.full {
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: #000;
}
.video-section .slide-container .more-video .front,
.video-section .slide-container .more-video .back {
  transition: all 2s linear;
}
.video-section .slide-container .more-video .front.hidden,
.video-section .slide-container .more-video .back.hidden {
  display: none !important;
}
.video-section .slide-container .more-video .front.invisible,
.video-section .slide-container .more-video .back.invisible {
  opacity: 0 !important;
}
.video-section .slide-container .more-video .front h2,
.video-section .slide-container .more-video .front h3 {
  color: #ced1d9;
  position: relative;
  top: auto;
  right: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
.video-section .slide-container .more-video .front .btn img {
  width: 113px;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.video-section .slide-container .more-video .front .play-btn {
  margin: 0;
  width: 42px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .more-video .front .play-btn {
    width: 20px;
    top: 50%;
  }
}
.video-section .slide-container .more-video .front:hover {
  cursor: pointer;
}
.video-section .slide-container .more-video .front:hover .btn img {
  transform: scale(1.1);
}
.video-section .slide-container .more-video .top-layer h3 {
  padding: 0 0 5px;
}
.video-section .slide-container .more-video .top-layer h2 {
  font-weight: 600;
  padding: 0 0 12px;
}
.video-section .slide-container .more-video .back .video-wrapper {
  height: 140%;
  width: 140%;
}
.video-section .slide-container .video-title {
  font-weight: 900;
  font-weight: 800;
  text-transform: none;
  font-size: 1.85em;
  max-width: 90%;
  text-align: center;
  display: revert;
  margin: 20px auto;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .video-section .slide-container .video-title {
    max-width: 100%;
    font-size: 0.9em;
    bottom: 15%;
  }
}
.video-section .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.video-section .carousel-btn:hover {
  opacity: 0.7;
}
.video-section .carousel-btn:focus {
  outline: none;
}
.video-section .carousel-btn--prev {
  left: -15%;
}
.video-section .carousel-btn--next {
  right: -15%;
}
.video-section .video-title {
  font-family: "bastille-officialregular";
  color: #c03b2a;
  letter-spacing: 0.3em;
  line-height: 1em;
  font-size: 1.2em;
  display: block;
  text-align: center;
  margin: 40px auto 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .video-section .video-title {
    font-size: 0.9em;
  }
}

.mailing-list-section {
  height: 250vh !important;
  max-height: 500px !important;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mailing-list-section .section-title {
  color: #c03b2a;
  font-size: 1.6em;
}
.mailing-list-section .cta-btn {
  border: 2px solid #ced1d9;
  background: rgba(0, 0, 0, 0.62);
  background: #000;
  color: #ced1d9;
  height: auto;
  font-size: 1.2rem;
  padding: 0.75rem 3rem;
  transition: 250ms ease-in-out;
  background-color: #c03b2a;
}
.mailing-list-section .cta-btn:hover {
  background: #ced1d9;
  color: #000;
}

.site-footer {
  bottom: 0;
  width: 100%;
  height: 150px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .site-footer {
    position: static;
    margin: 0 auto;
    width: calc(100% - 2rem);
  }
}
.site-footer__center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer span,
.site-footer a,
.site-footer .separator {
  color: #ced1d9;
  font-size: 0.8em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-footer span,
  .site-footer a,
  .site-footer .separator {
    font-size: 0.6em;
  }
}
.site-footer .separator {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .site-footer .separator {
    margin: 0 2.5px;
  }
}
.site-footer .footer-link {
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-link:hover {
  color: #eab936;
}

/* added */
.button {
  border: 2px solid #ced1d9;
  background: rgba(0, 0, 0, 0.62);
  background: #000;
  color: #ced1d9;
  height: auto;
  font-size: 1.2rem;
  padding: 0.75rem 3rem;
  transition: 250ms ease-in-out;
}
.button:hover {
  background: #ced1d9;
  color: #000;
}

#home {
  height: auto !important;
  max-height: 3000px !important;
}
#home img.home-bg {
  display: block;
  height: auto;
  width: 100%;
}
#home .fade {
  background-image: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 1;
}
#home .hero-content-block {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#home .hero-content-block .hero-content-block-inner {
  margin: 0 auto 10vh;
  text-align: center;
  padding: 0 1rem;
}
#home .hero-content-block .hero-content-block-inner img {
  display: block;
  height: auto;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
#home .hero-content-block .hero-content-block-inner .hero-logo {
  position: absolute;
  top: 100px;
  width: 80%;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
}
#home .hero-content-block .hero-content-block-inner h2 {
  color: #ced1d9;
  font-size: 1.6rem;
  font-weight: 700;
}

.ae-cform-optin-label,
.ae-cform-title {
  color: #ced1d9;
}

.ae-cform-social-link {
  width: 40%;
}

.modal {
  background: #000;
}

/*

.ae-cform-social-link.spotify,
.ae-cform-social-link.facebook,
.ae-cform-social-link.youtube,
.ae-cform-social-link.twitter,
.ae-cform-social-link.email { 
    background-color: $orange; 
}

*/
.pre-order-now {
  margin-top: 10px;
  display: inline-block;
  background-color: #c03b2a;
}

h2.gmtf {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-template-page-arfilter .cart-icon,
.page-template-page-arfilter .header-menu-btn {
  display: none;
}
.page-template-page-arfilter h2 {
  display: block;
  margin: 30px 0;
}
.page-template-page-arfilter img {
  width: 100%;
  height: auto;
}
.page-template-page-arfilter .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  text-align: center;
  min-height: 900px;
  background: #000 url("https://cdn1.umg3.net/684-cdn/cdn/assets/images/bg-desktop.jpg") no-repeat bottom center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-template-page-arfilter .wrapper {
    background: #000 url("https://cdn1.umg3.net/684-cdn/cdn/assets/images/bg-mobile.jpg") no-repeat bottom center;
    background-size: contain;
    min-height: auto;
  }
}
.page-template-page-arfilter .container {
  max-width: 525px;
  padding: 30px 30px 200px;
}
.page-template-page-arfilter .site-footer {
  position: fixed;
  z-index: 300;
  width: 100%;
  text-shadow: 2px 2px #000;
}
.page-template-page-arfilter ol {
  list-style-position: inside;
  padding: 0;
}
.page-template-page-arfilter ol li {
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-arfilter ol li {
    font-size: 20px;
  }
}
.page-template-page-arfilter .insta-btn {
  font-family: "Styrene", "Roboto", Arial, sans-serif;
  color: #ced1d9;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  padding: 15px 40px;
  border: 2px solid #ced1d9;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #000;
}
.page-template-page-arfilter .insta-btn:hover {
  background-color: #ced1d9;
  color: #000;
}