@charset "UTF-8";
[ek-effect="scale-in-center"] {
  transform-origin: top;
}
[ek-effect="scale-in-center"][animPlaying] {
  transform-origin: center;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #000;
}
body, html {
  height: 100%;
  cursor: auto;
}
a {
  text-decoration: none;
}
html {
  font-size: 20px;
}
body {
  margin: 0;
  font-family: "inconsolata";
  font-weight: 300;
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.9em;
  }
}
a {
  text-decoration: none;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
.page-content {
  padding-top: 5em;
  padding-bottom: 5em;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.page-content a {
  color: #fff;
}
/*--- MENU ---*/
@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: lowercase;
  font-family: "inconsolata";
  font-weight: 700;
  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: #fff;
}
.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(../../assets/img/resp-menu.webp);
  background-position: center;
  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: 1.5em 0;
}
.menu-mobile .links-menu-mobile ul li a, .menu-mobile .links-menu-mobile ul li label {
  color: #fff;
  text-align: center;
  display: block;
  text-transform: lowercase;
  font-family: "inconsolata";
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
}
.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;
}
#menu-icon .hamburger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#menu-icon .hamburger-menu .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  /* You can adjust the color */
}
#menu-icon .close-menu {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#menu-icon .close-menu .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  /* 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;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "neulis-sans";
  text-transform: lowercase;
  text-align: center;
  line-height: 1em;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2.5em;
}
h4 {
  font-size: 2em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.2em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
}
hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 2px solid #fff;
  border-bottom: 0;
}
html {
  font-size: 18px;
}
body {
  color: #fff;
  line-height: 1.6em;
  font-size: 1em;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  background: url(../../assets/img/2025/footer-bg.webp);
  background-size: cover;
  z-index: 99;
}
#header .header-inner {
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header img {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  #header img {
    width: 80px;
    height: auto;
  }
}
.mob {
  display: none;
}
.desk {
  display: block;
}
@media screen and (max-width: 1200px) {
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
}
/*--- SUBSCRIBE ---*/
.home-header {
  position: relative;
}
.home-header img {
  width: 100%;
  height: auto;
}
.home-subscribe-container {
  width: 100%;
  background: url(../../assets/img/2025/footer-bg.webp);
}
.home-subscribe {
  padding: 1em;
  width: 90%;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.home-subscribe h2 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.home-subscribe .subscribe-form input {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  font-family: "inconsolata";
  font-size: 1em;
  background: none;
  text-align: center;
  display: inline-block;
  width: 34%;
  font-weight: 700;
  margin: 0 auto 5px;
  text-transform: lowercase;
}
@media screen and (max-width: 800px) {
  .home-subscribe .subscribe-form input {
    font-size: 0.7em;
  }
}
.home-subscribe .subscribe-form .subscribe {
  display: inline-block;
  width: 30%;
  margin: 0 auto 5px;
  font-weight: 800;
  background: #fff !important;
  color: #000 !important;
  text-transform: lowercase;
  font-family: "neulis-sans";
  position: relative;
  top: 0;
}
.home-subscribe .subscribe-form .subscribe:hover {
  background: #fff !important;
  cursor: pointer;
  border: 2px solid #fff !important;
}
@media screen and (max-width: 980px) {
  .home-subscribe .subscribe-form input {
    display: inline-block;
    width: 32%;
    margin: 0 auto 5px;
  }
  .home-subscribe .subscribe-form .subscribe {
    display: inline-block;
    width: 30%;
    margin: 0 auto 5px;
  }
}
.home-subscribe .subscribe-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.home-subscribe .subscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.home-subscribe .subscribe-form ::-moz-placeholder {
  color: #fff;
}
.home-subscribe .subscribe-form ::-ms-input-placeholder {
  color: #fff;
}
.home-subscribe .subscribe-form ::placeholder {
  color: #fff;
}
/*-- MUSIC ---*/
.home-music {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh;
  padding: 3em 5%;
  background: url(../../assets/img/2025/release-bg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .home-music {
    min-height: 40vh;
    background-position: center;
    background-attachment: scroll;
  }
}
.ind-release {
  margin-bottom: 0;
  padding-bottom: 60px !important;
  max-width: 1400px;
  margin: 0 auto;
}
.ind-release h2 {
  margin-top: 0.5em;
  padding-top: 0;
}
.ind-release h4 {
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.artwork-tracklisting {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: inline-flex;
}
.artwork {
  text-align: center;
  width: auto;
  height: 100%;
}
.artwork img {
  height: 352px;
  width: auto;
  padding-right: 0px;
  display: inline-block;
}
.player {
  width: 100%;
  height: auto;
}
.player p {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.rel-links {
  text-align: center;
  padding-bottom: 20px;
  display: block;
  font-weight: 700;
}
.buy-link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.rel-links a {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 1em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.rel-links a:hover {
  color: #950000 !important;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .artwork-tracklisting {
    width: 80%;
    max-width: 500px;
    display: block;
  }
  .artwork {
    width: 100%;
    height: auto;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    width: 100%;
    height: auto;
  }
}
.ind-release {
  margin-bottom: 40px;
  padding-bottom: 50px;
  padding-top: 0;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.ind-release h2 {
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 0;
}
.ind-release:last-child {
  border-bottom: 0 !important;
}
.art-player {
  width: 100%;
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
}
.player {
  width: 100%;
}
.player iframe {
  width: 100%;
}
.music-links {
  text-align: center;
  padding-bottom: 20px;
}
.music-links a {
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-transform: lowercase;
  font-family: "inconsolata";
  font-size: 14px;
  border: 2px solid #fff;
}
.music-links a:hover {
  color: #950000 !important;
  background: #fff;
}
.music-links i {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .sub-content {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .player iframe {
    width: 100%;
  }
}
@media (min-width: 1024.1px) {
  .has-player .artwork {
    height: 352px;
    width: auto;
    padding-right: 0px;
    display: inline-block;
  }
  .has-player .artwork img {
    width: auto;
    height: 100%;
  }
  .no-player {
    justify-content: center;
  }
  .no-player .artwork {
    width: 500px;
  }
  .no-player .artwork img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ind-release {
    width: 90%;
    margin: 0 auto;
  }
  .has-player .artwork {
    width: 100% !important;
    height: auto !important;
    padding-right: 0px;
    display: inline-block;
  }
  .player {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .art-player {
    display: block;
  }
  .music-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em;
  }
  .music-links a {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto 0.5em;
    border: 2px solid #fff;
    padding: 0.5em;
  }
  .ind-release {
    padding-left: 1%;
    padding-right: 1%;
  }
  .player {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .player iframe {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
  .release-content iframe {
    height: 80px;
    margin-bottom: 5px;
  }
}
/*--- VIDEO ---*/
.home-video {
  padding-top: 5em;
  padding-bottom: 3em;
  padding-left: 2em;
  padding-right: 2em;
  background: url(../../assets/img/2025/video-bg.webp);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .home-video {
    min-height: 40vh;
    background-position: -250px center;
    background-attachment: scroll;
  }
}
.home-video .video-grid {
  display: block;
  grid-gap: 1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .home-video .video-grid {
    display: flex;
  }
}
.home-video .video-grid > div {
  flex: calc(50% - 1em) 1 1;
}
.home-video .arve {
  margin: 0 auto;
  display: block;
}
/*--- SHOWS ---*/
.bit-no-dates-title {
  display: none !important;
}
.bit-top-track-button {
  display: none !important;
}
.bit-top-track-button {
  display: none !important;
}
.bit-no-dates-container {
  padding: 10px !important;
}
.home-shows {
  padding-top: 3em;
  padding-bottom: 3em;
  background: url("../../assets/img/shows-bg.jpg") center top;
  background-size: cover;
  background-attachment: fixed;
  min-height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}
.shows-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.bit-widget {
  color: #fff !important;
}
.bit-upcoming-events-show-all-button, .bit-widget .bit-upcoming-events-show-all-button {
  display: none !important;
}
.more {
  font-family: "inconsolata";
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 15px;
  font-size: 18px;
  display: table;
  margin: 0 auto;
  text-transform: lowercase;
}
.more:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #950000;
}
.bit-widget .bit-nav-bar-container {
  padding: 0;
}
.bit-widget .bit-top-track-button {
  padding-top: 0 !important;
  color: #fff !important;
  padding-bottom: 10px !important;
}
.bit-lineUp-with, .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: "inconsolata";
  font-size: 12px !important;
  line-height: 1.2em;
}
.bit-widget-container {
  margin-top: 0 !important;
  width: 100%;
  font-size: 15px;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #fff !important;
}
.bit-top-track-button {
  color: #fff;
  margin: 0 auto;
  display: block;
  text-transform: lowercase;
  font-family: "inconsolata";
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 16px !important;
}
.bit-top-track-button a {
  color: #fff !important;
}
a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.bit-nav-bar {
  font-family: "inconsolata";
  text-transform: lowercase;
  padding-bottom: 30px;
  font-size: 16px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #fff !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #fff !important;
}
.bit-venue, .bit-venue a {
  font-weight: bold !important;
  color: #fff !important;
}
.bit-widget {
  padding-top: 0;
}
.bit-widget .bit-venue {
  color: #fff !important;
}
.bit-widget .bit-location, .bit-widget .bit-venue {
  padding-top: 10px !important;
}
.bit-widget .bit-location {
  color: #fff;
}
.bit-event {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: left !important;
  font-size: 16px;
}
.bit-details {
  padding-top: 15px;
  padding-bottom: 10px;
}
.bit-widget .bit-event {
  border-bottom: 1px solid #fff;
  border-top: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-bottom: 0 !important;
}
.bit-widget .bit-event:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.bit-past-events, .bit-upcoming-events {
  font-family: "inconsolata" !important;
  text-transform: lowercase;
}
.bit-widget .bit-upcoming-events, bit-past-events {
  border-bottom: 0 !important;
}
.bit-past-events a, .bit-upcoming-events a {
  color: #fff;
}
.bit-date {
  font-size: 24px;
  color: #fff;
  padding-bottom: 5px;
  display: block;
  margin-right: 18px;
}
.bit-button, .bit-date {
  font-family: "inconsolata";
  text-transform: lowercase;
}
.bit-button {
  font-size: 16px;
  background: none !important;
  font-weight: bold;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #fff !important;
  border: 2px solid #fff !important;
  /*float: right; margin-bottom: 5px; clear:both;*/
}
.bit-button:hover {
  color: #c4bda5 !important;
  background: #fff !important;
  border: 2px solid #fff !important;
}
.bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button {
  font-size: 22px !important;
}
.bit-event:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: "inconsolata";
  font-size: 16px;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 18px !important;
  }
  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px;
  }
  .bit-widget.bit-layout-ipad .bit-event {
    padding-right: 15px;
  }
  .bit-event {
    font-size: 15px;
  }
  .bit-button {
    font-size: 15px;
  }
}
.bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
}
.bit-widget.bit-layout-desktop .bit-location {
  margin-left: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.bit-past-events .bit-event .bit-date {
  width: 200px;
}
.bit-past-events-show-all-button {
  font-family: "inconsolata";
  font-size: 16px;
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  background: none;
  border: 2px solid #fff;
}
.bit-widget .bit-play-my-city-button {
  display: none !important;
}
.bit-widget.bit-layout-desktop .bit-details, .bit-widget.bit-layout-desktop .bit-details > div {
  display: block !important;
}
.bit-past-events .bit-event .bit-rsvp-container {
  padding-top: 10px !important;
}
.bit-nav-bar {
  display: none !important;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 0 !important;
  }
}
.bit-upcoming-events-show-all-button {
  font-family: "inconsolata" !important;
  font-weight: 700 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  background: #fff;
  font-size: 16px !important;
}
.bit-upcoming-events-show-all-button:hover {
  background: #fff !important;
  color: #c4bda5 !important;
}
@media screen and (max-width: 800px) {
  .bit-widget {
    padding-top: 10px;
  }
  .bit-details {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .bit-date {
    padding-top: 10px !important;
  }
  .bit-widget .bit-event {
    padding-top: 10px !important;
  }
}
.bit-date {
  padding-top: 5px;
}
.bit-rsvp-container a {
  margin-left: auto;
  margin-bottom: 5px;
}
.bit-widget .bit-event .bit-button, .bit-widget .bit-event .bit-offers-text, .bit-widget .bit-event .bit-rsvp {
  text-transform: lowercase !important;
}
/*--- CONTACT ---*/
.home-contact {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #d6d4be;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
/*--- FOOTER ---*/
#footer {
  text-align: center;
  text-transform: lowercase;
  font-family: "inconsolata";
  font-weight: 700;
  color: #fff;
  background: url(../../assets/img/2025/footer-bg.webp);
  padding-top: 5em;
  padding-bottom: 5em;
  font-size: 0.8em;
  overflow-x: hidden;
}
#footer a {
  color: #fff;
}
#footer i {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.2em;
  font-weight: 400;
}
.footer-subscribe-container {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 3em;
  background: url(../../assets/img/footer-subscribe.webp) #000;
  background-size: cover;
}
.footer-subscribe {
  padding: 1em;
  width: 90%;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.footer-subscribe h2 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.footer-subscribe .subscribe-form input {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  font-family: "inconsolata";
  font-size: 1em;
  background: none;
  text-align: center;
  display: inline-block;
  width: 34%;
  font-weight: 700;
  margin: 0 auto 5px;
  text-transform: lowercase;
}
@media screen and (max-width: 800px) {
  .footer-subscribe .subscribe-form input {
    font-size: 0.7em;
  }
}
.footer-subscribe .subscribe-form .subscribe {
  display: inline-block;
  width: 30%;
  margin: 0 auto 5px;
  font-weight: 800;
  background: #fff !important;
  color: #000 !important;
  text-transform: lowercase;
  font-family: "neulis-sans";
  position: relative;
  top: 0;
}
.footer-subscribe .subscribe-form .subscribe:hover {
  background: #fff !important;
  cursor: pointer;
  border: 2px solid #fff !important;
}
@media screen and (max-width: 980px) {
  .footer-subscribe .subscribe-form input {
    display: inline-block;
    width: 32%;
    margin: 0 auto 5px;
  }
  .footer-subscribe .subscribe-form .subscribe {
    display: inline-block;
    width: 30%;
    margin: 0 auto 5px;
  }
}
.footer-subscribe .subscribe-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.footer-subscribe .subscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-subscribe .subscribe-form ::-moz-placeholder {
  color: #fff;
}
.footer-subscribe .subscribe-form ::-ms-input-placeholder {
  color: #fff;
}
.footer-subscribe .subscribe-form ::placeholder {
  color: #fff;
}
/*--- RESPONSIVE MENU ---*/
#responsive-menu-pro-wrapper {
  text-transform: lowercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024.1px) {
  #responsive-menu-pro-button {
    top: 40px !important;
  }
}
/*--- CONTACT ---*/
.home-contact a {
  color: #fff;
  font-weight: 700;
}
.home-contact a:hover {
  color: #fff;
}
/*--- AUDIO IGNITER ---*/
.ai-wrap {
  max-height: 352px !important;
}
.ai-thumb {
  display: none !important;
}
.ai-wrap .ai-btn {
  background: #000;
  color: #fff !important;
}
.ai-wrap .ai-btn svg {
  fill: #fff !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-name, .ai-track-title {
  color: #fff;
  font-weight: 700;
}
.ai-wrap .ai-track-control {
  border-left: 0 !important;
}
.ai-wrap .ai-track.ai-track-active, .ai-wrap .ai-track:hover {
  background: #000;
}
.ai-wrap .ai-audio-control, .ai-wrap .ai-audio-control:focus, .ai-wrap .ai-audio-control:hover, .ai-wrap .ai-scroll-wrap > div:last-child div, .ai-wrap .ai-track-progress {
  background: #fff !important;
}
.ai-wrap .ai-audio-control {
  color: #000 !important;
}
.ai-wrap .ai-audio-control svg {
  fill: #000 !important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #fff;
}
.ai-scroll-wrap div {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.ai-with-typography {
  font-family: "inconsolata";
  text-transform: none;
  font-weight: 700;
}
.ai-track-info p {
  text-align: left !important;
  font-family: "inconsolata";
  font-weight: 700;
}
.ai-wrap {
  background: #000;
}
.ai-wrap .ai-track {
  background: #000;
  font-weight: 700;
}
.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: #fff;
}
@media screen and (max-width: 800px) {
  .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*--- PRESS ---*/
.pslug_press {
  /* Intro section */
  /* Bio section */
  /* Responsive */
  /* Quotes */
  /* Links */
  /* Lists */
  /* Releases */
  /* Misc */
}
@media screen and (max-width: 1024px) {
  .pslug_press .music-links {
    display: block !important;
    text-align: center !important;
    margin: 0 auto;
  }
  .pslug_press .music-links a {
    display: table !important;
    margin: 0 auto;
    width: auto !important;
  }
}
.pslug_press .background-swiper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -10;
  margin-top: 5em;
}
.pslug_press .background-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.pslug_press .press-slider {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.pslug_press #responsive-menu-pro-button {
  display: none !important;
}
.pslug_press .wrapper-inner {
  /* background: url(../../assets/img/music-bg.jpg) rgba(222, 220, 202, 1) left top;
    background-size: cover;
    background-attachment: fixed; */
}
.pslug_press strong {
  font-weight: bold;
}
.pslug_press p {
  text-align: center;
}
.pslug_press .intro-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-content: center;
  align-items: center;
}
.pslug_press .intro-artwork img, .pslug_press .bio-img img {
  width: 100%;
  height: auto;
}
.pslug_press .intro-info, .pslug_press .bio-content {
  padding-left: 3em;
  text-align: left;
}
.pslug_press .intro-info h2, .pslug_press .intro-info h3, .pslug_press .intro-info .music-links, .pslug_press .intro-info p, .pslug_press .bio-content h2, .pslug_press .bio-content h3, .pslug_press .bio-content .music-links, .pslug_press .bio-content p {
  text-align: left;
}
.pslug_press .intro-info .music-links a {
  margin-left: 0;
}
.pslug_press .bio-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-content: top;
  align-items: top;
}
@media screen and (max-width: 980px) {
  .pslug_press .intro-grid {
    display: block;
  }
  .pslug_press .intro-info {
    text-align: center;
    padding-left: 0;
  }
  .pslug_press .intro-info h2, .pslug_press .intro-info .music-links {
    text-align: center;
  }
  .pslug_press .intro-info .music-links {
    display: table;
    margin: 0 auto;
  }
  .pslug_press .intro-info .music-links a {
    margin: 1em auto;
    display: table;
  }
}
@media screen and (max-width: 1024px) {
  .pslug_press .bio-grid {
    display: block;
  }
  .pslug_press .bio-img {
    max-width: 600px;
    margin: 0 auto;
  }
  .pslug_press .bio-content {
    padding-left: 0;
    padding-top: 2em;
    text-align: center;
  }
  .pslug_press .bio-content h3, .pslug_press .bio-content p {
    text-align: center;
  }
  .pslug_press .previous-releases {
    display: block;
    width: 100%;
  }
  .pslug_press .prev-release {
    padding: 0 0 2em;
  }
}
.pslug_press .quote {
  padding: 1em 0;
  text-align: center;
  font-size: 1.2em;
}
.pslug_press .source {
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  /*&::before {
            content: "- ";
            font-weight: bold;
            font-size: 0.8em;
        }*/
}
.pslug_press .press-page p a, .pslug_press .press-page li a {
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.pslug_press .press-page .bio-img {
  padding-right: 0.5em;
}
.pslug_press .press-page ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.pslug_press .press-page li {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  padding-bottom: 0.5em;
}
.pslug_press .press-page li::before {
  content: "- ";
  font-weight: bold;
}
.pslug_press .previous-releases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: top;
  align-content: top;
}
@media screen and (max-width: 1200px) {
  .pslug_press .previous-releases {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .pslug_press .previous-releases {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.pslug_press .prev-release {
  padding: 1em;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pslug_press .mob-header {
  background: #b3a88c !important;
}
.pslug_press .dgwt-jg-gallery.dgwt-jg-effect-simple .jg-entry-visible.dgwt-jg-item {
  background: #fff !important;
}
/*--- HOME BIO ---*/
.home-bio {
  background: url(../../assets/img/2025/footer-bg.webp);
  padding-top: 3em;
  padding-bottom: 4em;
}
.home-bio-content {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 80%;
  max-width: 1200px;
}
.home-bio-content .more {
  margin-top: 2em;
}
.home-bio-content strong, .home-bio-content b {
  font-weight: 700;
}
/*--- HOME RELEASE UPDATES ---*/
.home-release-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.home-release-artwork, .home-release-info {
  height: 100%;
}
.home-release-artwork img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.home-release-info {
  padding: 5%;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-release-info h2, .home-release-info h3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1em;
}
.home-release-info h3 {
  font-size: 1em;
}
.home-release-info h2 {
  font-size: 2em;
  color: #fff;
  padding: 0.25em;
  text-align: left;
  margin-bottom: 0em;
  margin-top: 0em;
}
.home-release-info a {
  margin-left: 0.5em;
  margin-top: 0em;
  margin-bottom: 1em;
  font-size: 1.1em;
  text-transform: lowercase;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  line-height: 1.5em;
  width: auto;
  display: table;
}
.home-release-info a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  /* background: url(../../assets/img/pink.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;*/
  display: table;
}
.home-release-info i {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .home-release {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .home-release-grid {
    display: block;
    max-width: 600px;
    width: 100%;
    text-align: center;
  }
  .home-release-info, .home-release-artwork {
    text-align: center;
    padding: 2%;
  }
  .home-release-info h2 {
    font-size: 1.8em;
  }
  .home-release-info h2 {
    text-align: center;
  }
  .home-release-info a {
    margin: 0.5em auto 0;
  }
}
/*--- BACKGROUNDS ---*/
.desk-bg {
  display: block;
}
.mob-bg {
  display: none;
}
@media screen and (max-width: 980px) {
  .desk-bg {
    display: none;
  }
  .mob-bg {
    display: block;
  }
}
/*--- VIDEOS ---*/
.video-grid {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  grid-gap: 1em;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .video-grid {
    display: flex;
  }
}
.video-grid > div {
  flex: calc(50% - 1em) 1 1;
}
.video-grid > div:nth-child(1) {
  flex-basis: 100%;
}
/*--- BIO ---*/
.pslug_bio .page-content {
  width: 80%;
  max-width: 80% !important;
}
.bio-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-content: top;
  justify-content: top;
  align-items: top;
}
.bio-img {
  padding-right: 2em;
  padding-top: 1em;
}
@media screen and (max-width: 1024px) {
  .bio-grid {
    grid-template-columns: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .bio-img {
    padding-top: 2em;
    padding-right: 0;
    order: 2;
  }
  .bio-info {
    order: 1;
  }
}
/** Page headers **/
.page-header img {
  display: block;
  width: 100%;
  height: auto;
}
/*--- PHOTOS PAGE ---*/
.pslug_photos .page-content {
  max-width: 1920px;
}
/*--- CONTACT PAGE ---*/
.contact-form {
  width: 100%;
  max-width: 800px;
  margin: 0em auto 0;
}
.contact-form label {
  font-weight: 700;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #fff;
  background: none;
  padding: 0.5em;
  width: 100%;
  color: #d5caa6;
}
.contact-form input.wpcf7-submit {
  background: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
  margin: 0.5em auto;
  display: table;
}
/*# sourceMappingURL=https://ellijai.com/wp-content/themes/bb-theme-1.1.1/assets/css/cs.map */