@charset "UTF-8";
.pswp {
  --pswp-icon-color:#ed0000 !important;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-size: 1em;
  background: url(../../assets/img/background.webp) #000;
  background-size: cover;
  background-attachment: fixed;
  color: #ed0000;
  font-family: "brother-xl";
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
.pswp__button--close svg.pswp__icn {
  width: 100%;
  height: 100%;
}
.pswp__button--zoom {
  top: 25%;
}
body, html {
  height: 100%;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
.page-content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #ed0000;
  text-align: center;
  font-weight: 900;
  line-height: 1em;
}
.press-items h4 {
  color: #e57d0c;
}
.band-member-bio h3 {
  color: #e57d0c;
}
.contact-box h4 {
  color: #e57d0c;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
}
hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 2px solid #ed0000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.more {
  font-family: "brother-xl";
  text-transform: uppercase;
  border: 2px solid #ed0000;
  padding: 20px;
  font-weight: 900;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ed0000 !important;
}
.more:hover {
  border: 2px solid #ed0000;
  background: #ed0000;
  color: #000 !important;
}
/*--- MENU ---*/
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding: 2em;
  text-align: center;
  width: 100%;
  background: url(../../assets/img/background.webp);
  background-size: cover;
  background-attachment: fixed;
  z-index: 999;
}
@media screen and (min-width: 1024.1px) {
  .menu-mobile, .menu-mob-trig, #menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu-desk {
    display: none !important;
  }
}
.links-menu-mobile, .links-menu-desk {
  text-transform: uppercase;
  font-family: "brother-xl";
  font-weight: 900;
  font-size: 1em;
}
.menu-desk {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.menu-desk input, .menu-desk .sub-menu-arrow {
  display: none;
}
.menu-desk .links-menu-desk {
  padding-top: 0px;
}
.menu-desk .links-menu-desk a {
  color: #ed0000;
}
.menu-desk .links-menu-desk a:hover {
  color: #e57d0c;
}
.menu-desk .links-menu-desk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-desk .links-menu-desk ul.nav-drop {
  left: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  top: 100%;
  padding-top: 0.2em;
  text-align: left;
}
.menu-desk .links-menu-desk ul.nav-drop > li {
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.menu-desk .links-menu-desk ul.nav-drop:not(.menu-level-1):not(.menu-level-0) {
  left: 100%;
  top: 0;
}
.menu-desk .links-menu-desk ul li {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.menu-desk .links-menu-desk ul li:hover {
  transition: background-color 0.6s linear;
}
.menu-desk .links-menu-desk ul li:hover > ul.nav-drop {
  transition: opacity 0.6s linear;
  opacity: 1 !important;
  overflow: visible;
}
.menu-desk .links-menu-desk ul li:not(:hover) {
  transition: background-color 0.6s linear;
  /* transition-delay: -0.3s; */
}
.menu-desk .links-menu-desk ul li:not(:hover) > ul.nav-drop {
  transition: opacity 0.6s linear;
  /* transition-delay: -0.3s; */
  pointer-events: none;
}
.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../img/background.webp);
  background-size: cover;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0% -100%;
  opacity: 0;
}
.menu-mobile .mm-wrap {
  width: 90%;
}
.menu-mobile .links-menu-mobile label {
  position: relative;
}
.menu-mobile .links-menu-mobile label span.sub-menu-arrow {
  position: absolute;
  right: 0em;
  text-align: right;
}
.menu-mobile .links-menu-mobile .hidden-checkbox {
  display: none;
}
.menu-mobile .links-menu-mobile ul {
  list-style: none;
  padding: 0;
}
.menu-mobile .links-menu-mobile ul li {
  margin: 2em 0;
}
.menu-mobile .links-menu-mobile ul li a, .menu-mobile .links-menu-mobile ul li label {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "brother-xl";
  font-weight: 900;
  text-align: center;
  font-size: 1.35em;
  color: #ed0000;
}
.menu-mobile .links-menu-mobile ul.nav-drop {
  display: grid;
  font-size: 0.8em;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
  padding-left: 2em;
}
.menu-mobile .links-menu-mobile ul.nav-drop > div {
  overflow: hidden;
}
.menu-mobile .links-menu-mobile .submenu-trig:not(:checked) + label > span.sub-menu-arrow:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6em;
  content: "";
}
.menu-mobile .links-menu-mobile .submenu-trig:checked + label > span.sub-menu-arrow:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6em;
  content: "";
}
.menu-mobile .links-menu-mobile .submenu-trig:checked + label + ul {
  grid-template-rows: 1fr;
}
#menu-mob-trig {
  display: none;
}
#menu-icon {
  position: relative;
  z-index: 1010;
  display: flex;
  align-items: center;
  grid-gap: 0.5em;
  justify-content: center;
}
#menu-icon .hamburger-menu {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
#menu-icon .hamburger-menu .line {
  width: 100%;
  height: 2px;
  background-color: #ed0000;
  /* You can adjust the color */
}
#menu-icon > span {
  cursor: pointer;
}
#menu-icon .close-menu {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#menu-icon .close-menu .line {
  width: 100%;
  height: 2px;
  background-color: #ed0000;
  /* You can adjust the color */
  transform-origin: center;
  position: absolute;
  top: 50%;
  translate: 0% -50%;
}
#menu-icon .close-menu .line:first-child {
  transform: rotate(45deg);
}
#menu-icon .close-menu .line:last-child {
  transform: rotate(-45deg);
}
#menu-mob-trig:not(:checked) + #menu-icon .close-menu {
  display: none;
}
#menu-mob-trig:checked + #menu-icon .hamburger-menu {
  display: none;
}
#menu-mob-trig:checked + #menu-icon + .menu-mobile {
  translate: 0% 0%;
  opacity: 1;
}
/**
*
* General overrides for woocommerce. Don't edit this section unless needed.
*
**/
.shop-archive_page .sap-wrapper {
  display: grid;
  grid-template-columns: 1fr 0;
}
.shop-archive_page .sap-wrapper .sap-content ul.products {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.shop-archive_page .sap-wrapper .sap-content ul.products:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .shop-archive_page .sap-wrapper .sap-content ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .shop-archive_page .sap-wrapper .sap-content ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shop-archive_page .sap-wrapper .sap-content ul.products > li.product {
  width: 100% !important;
  margin: 0;
}
.shop-archive_page .sap-wrapper .sap-content ul.products > li.product > a {
  display: block;
}
@media screen and (min-width:800px) {
  .single-product_page .sp-gallery-summary-wrap {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 2em;
  }
  .single-product_page .sp-gallery-summary-wrap > div {
    width: 100% !important;
  }
}
@media screen and (max-width:799px) {
  .single-product_page .sp-gallery-summary-wrap .summary {
    text-align: center;
  }
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart.variations_form {
  display: inline-block;
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: inline-flex;
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart.variations_form .variations td {
  padding-left: 1em;
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart.variations_form .variations td a.reset_variations {
  position: absolute;
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart:not(.variations_form) {
  display: inline-flex;
}
.single-product_page .sp-gallery-summary-wrap .summary form.cart .quantity .qty {
  height: 100%;
}
.single-product_page .related.products {
  text-align: center;
}
/*--- BIO ---*/
.band-member {
  display: grid;
  grid-template-columns: 30% 60%;
  margin-bottom: 3em;
  align-content: top;
}
.band-member-bio {
  padding: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.band-member-bio h3, .band-member-bio h4 {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
.band-member-bio a {
  font-size: 0.8em;
  color: #ed0000;
  border: 2px solid #ed0000;
  padding: 0.5em;
}
.band-member-bio a:hover {
  background: #ed0000;
  color: #000;
}
.band-member-img {
  padding-top: 1em;
  padding-right: 1em;
}
.band-member-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .band-member {
    max-width: 600px;
    margin: 0 auto 2em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .band-member-img {
    padding: 1em !important;
  }
}
/*--- GENERAL CONTENT ---*/
.content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  width: 100%;
  max-width: 800px;
  position: relative;
  left: -3%;
  display: block;
  margin: 0 auto;
}
/*--- HOME ---*/
.home-release {
  padding-top: 3em;
  padding-bottom: 2em;
}
.home-release-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.home-release-artwork, .home-release-info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-release-artwork img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.home-release-info {
  padding: 10%;
  text-align: left;
  width: 100%;
  text-align: left;
}
.home-release-info h2, .home-release-info h3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1em;
  text-align: left !important;
}
.home-release-info h3 {
  font-size: 2em;
}
.home-release-info h2 {
  font-size: 3em;
  text-align: center;
}
.home-release-info a {
  font-family: "brother-xl";
  display: table;
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ed0000;
  font-weight: 400;
}
.home-release-info a:hover {
  color: #e57d0c;
}
.home-release-info i {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .home-release-grid {
    display: block;
    max-width: 600px;
    width: 90%;
  }
  .home-release-info, .home-release-artwork {
    padding-left: 5%;
    padding-right: 5%;
  }
  .home-release-info {
    text-aligN: center;
    padding: 0;
    margin-top: 3em;
  }
  .home-release-info h2 {
    text-align: center !important;
    font-size: 3em;
  }
  .home-release-info h3 {
    text-align: center !important;
  }
}
.home-subscribe {
  margin-top: 4em;
  margin-bottom: 3em;
  margin-left: -3%;
}
@media screen and (min-width: 1200px) {
  .home-subscribe {
    border-image-source: url(../../assets/img/subscribe-box.webp);
    padding: 2em;
    border-image-slice: 20%;
    border-image-width: auto;
  }
}
@media screen and (max-width: 1119px) {
  .home-subscribe {
    border-image-source: url(../../assets/img/subscribe-mob.webp);
    padding: 6em 2em;
    border-image-slice: 50%;
    /* border-width: 101vw; */
    border-image-width: auto;
    box-sizing: content-box;
    max-width: 300px;
    margin: 0 auto;
  }
}
.home-subscribe h3 {
  margin-top: 0;
  padding-top: 0.5em !important;
  font-size: 1.25em;
}
@media screen and (max-width: 1200px) {
  .home-subscribe h3 {
    font-size: 1.1em;
  }
}
.home-subscribe .sw-form {
  text-align: center;
  padding-bottom: 0.5em;
}
.home-subscribe .sw-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ed0000;
}
.home-subscribe .sw-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ed0000;
}
.home-subscribe .sw-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ed0000;
}
.home-subscribe .sw-form :-moz-placeholder {
  /* Firefox 18- */
  color: #ed0000;
}
.home-subscribe .email {
  background: none;
  border: 1px solid #ed0000;
  color: #ed0000;
  padding: 0.5em;
  font-weight: 400;
  text-align: center;
  font-size: 1em;
  width: 250px;
  text-transform: uppercase;
  font-family: "brother-xl";
}
.home-subscribe .submit {
  background: #ed0000;
  color: #000;
  padding: 0.5em;
  position: relative;
  top: 0px;
  font-weight: 900;
  border: 1px solid #ed0000;
  width: 120px;
  text-transform: uppercase;
  text-align: center;
  font-family: "brother-xl";
  cursor: pointer !important;
}
.home-subscribe .submit:hover {
  background: #c32420;
  border: 1px solid #c32420;
  color: #000;
}
@media screen and (max-width: 800px) {
  .home-subscribe .email, .home-subscribe .submit {
    display: block;
    margin: 0.25em auto 0.25em;
    text-align: center;
  }
}
/*--- FOOTER ---*/
#footer {
  padding: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
#footer i {
  font-size: 1.4em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
#footer a {
  color: #ed0000;
}
#footer a:hover {
  color: #e57d0c;
}
/*--- CONTACT ---*/
.contact-box {
  padding: 1em;
  padding-bottom: 1.5em;
  border: 2px solid #ed0000;
  margin: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-box h4 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.contact-box a {
  display: block;
  color: #ed0000;
}
.contact-box a:hover {
  color: #e57d0c;
}
.contact-form {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-boxes {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .contact-boxes {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
  }
  .contact-box {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-box h3 {
    margin-top: 0.5em;
  }
}
/*--- MUSIC ---*/
.ai-wrap .ai-btn {
  background: #000;
  color: #ed0000 !important;
}
.ai-wrap .ai-btn svg {
  fill: #ed0000 !important;
}
.ai-wrap .ai-volume-bar {
  background: #000;
  border-right: 1px solid #000;
}
.ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.ai-track-info, .ai-track-title, .ai-track-name {
  color: #ed0000;
  text-transform: uppercase;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background: #181818;
}
.ai-wrap .ai-audio-control, .ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus, .ai-wrap .ai-track-progress, .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #181818 !important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #181818;
}
.ai-with-typography {
  font-family: "brother-xl";
}
.ai-track-info p {
  text-align: left !important;
  font-family: "brother-xl";
}
.ai-wrap {
  background: #000;
}
.ai-wrap .ai-track {
  background: #000;
}
.ai-wrap .ai-track-name {
  font-size: 15px;
}
.ai-with-typography .ai-track-title {
  font-size: 20px;
}
.ai-with-typography .ai-track-subtitle {
  font-size: 15px;
  color: #ed0000;
}
@media screen and (max-width: 800px) {
  .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*--- PRESS ---*/
.press-items hr:last-child {
  display: none;
}
/*--- MUSIC ---*/
.social {
  font-size: 1.4em;
  text-align: center;
}
.social a {
  color: #ed0000;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.social a:hover {
  color: #e57d0c;
}
.music-more {
  font-family: "brother-xl";
  text-transform: uppercase;
  border: 2px solid #ed0000;
  padding: 0.5em;
  margin-top: 3em !important;
  font-size: 0.8em;
  color: #ed0000 !important;
}
.music-more:hover {
  border: 2px solid #ed0000;
  background: #ed0000;
  color: #000 !important;
}
.disco-grid {
  display: grid;
  margin: 0 auto 3em;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.grid-item {
  overflow: hidden;
}
.grid-item .grid-content {
  position: relative;
}
.grid-item img {
  margin-bottom: -10px;
  padding-bottom: 0;
  width: 100%;
  height: auto;
}
.title-overlay {
  position: absolute;
  left: 0;
  font-family: "brother-xl";
  top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 3 !important;
  align-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 5%;
  background: rgba(0, 0, 0, 0.8);
  color: #e57d0c;
}
.grid-item div:hover .title-overlay {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .disco-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .disco-grid {
    display: grid;
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    grid-spacing: 10px;
  }
}
.player {
  padding-top: 0px;
}
.music-title {
  padding-bottom: 30px;
}
.single-music-grid {
  margin-top: 20px;
  display: block;
  /*grid-template-columns: 1fr 1fr;
    grid-gap: 30px;*/
}
.ind-music-link {
  font-family: "brother-xl";
  text-transform: uppercase;
  border: 2px solid #ed0000;
  padding: 20px;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ed0000 !important;
}
.ind-music-link:hover {
  border: 2px solid #ed0000;
  background: #ed0000;
  color: #000 !important;
}
@media screen and (max-width: 980px) {
  .single-music-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
/*--- VIDEOS ---*/
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video {
  padding: 20px;
  padding-bottom: 10px;
}
.video h4 {
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
  margin-top: -0.5em;
  padding-top: 0;
  color: #ed0000;
}
/*# sourceMappingURL=https://nervestar-co-uk.ekstaging.com/wp-content/themes/bb-theme-1.1.0/assets/css/cs.map */