@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 20px;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
  font-family: "archivo";
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 0.9em;
    line-height: 1.5em;
  }
}
body, html {
  height: 100%;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  background: url(../../assets/img/page-bg.webp);
  background-size: cover;
}
.content {
  width: 100%;
  overflow-x: hidden;
  color: #e2e1d1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 85vh;
}
.page-content {
  padding-top: 5em;
  padding-bottom: 5em;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.page-content a {
  color: #e2e1d1;
}
.page-content a:hover {
  color: #952f27;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
  line-height: 1.1em;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 2px solid #e2e1d1;
  border-bottom: 0;
}
a {
  text-decoration: none;
}
/*--- FOOTER ---*/
#footer {
  background: url(../../assets/img/footer.webp);
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 3em;
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
}
#footer a {
  color: #111f3a;
}
#footer a:hover {
  color: #952f27;
}
.footer-inner {
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-inner i {
  font-size: 1.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.footer-socials {
  text-align: left;
  vertical-align: middle;
}
.footer-credits {
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .footer-inner {
    display: block;
  }
  .footer-socials {
    text-align: center;
    margin-bottom: 1em;
  }
  .footer-credits {
    text-align: center;
  }
}
/*--- HOME ---*/
.pslug_home .site-wrapper {
  background: url(../../assets/img/page-bg.webp);
  background-size: cover;
}
.home-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-rel-vid-container {
  position: relative;
  z-index: 1;
  top: -20em;
  margin-bottom: -17em;
}
@media screen and (max-width: 980px) {
  .home-rel-vid-container {
    position: relative;
    z-index: 1;
    top: -8em;
    margin-bottom: -5em;
  }
}
.home-release {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
  background: url(../../assets/img/release-bg.webp);
  background-size: cover;
}
.home-release-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.home-release-grid h2, .home-release-grid h3 {
  color: #111f3a;
}
.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: 3rem;
}
.home-release-info h2 {
  font-size: 4rem;
  text-align: center;
}
.home-release-info a {
  font-family: "archivo-extra-condensed";
  display: table;
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #111f3a;
  font-weight: 500;
}
.home-release-info a:hover {
  color: #952f27;
}
.home-release-info i {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .home-release-info h3 {
    font-size: 2rem;
  }
  .home-release-info h2 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .home-release {
    padding-top: 4em;
    padding-bottom: 3em;
  }
  .home-release-grid {
    display: block;
    max-width: 800px;
    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-video {
  width: 80%;
  max-width: 1200px;
  margin: 2em auto;
}
.home-dates {
  background: url(../../assets/img/dates.webp);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 980px) {
  .home-dates {
    background: url(../../assets/img/dates-mob.webp) #d1caba no-repeat;
    background-size: 100%;
    background-position: top center;
    background-attachment: scroll;
  }
}
.home-dates h2 {
  color: #111f3a;
}
.home-dates .bit-widget .bit-top-track-button {
  text-align: left !important;
}
.home-dates .shows-content {
  width: 90% !important;
  max-width: 1200px !important;
  margin: 0 auto;
  display: block;
}
.home-dates .bit-widget {
  color: #111f3a !important;
  font-size: 1.25em;
}
.home-dates .bit-upcoming-events-show-all-button, .home-dates .bit-widget .bit-upcoming-events-show-all-button {
  display: none !important;
}
.home-dates .bit-widget .bit-nav-bar-container {
  padding: 0;
}
.home-dates .bit-widget .bit-top-track-button {
  padding-top: 0 !important;
  color: #111f3a !important;
  padding-bottom: 10px !important;
}
.home-dates .bit-lineUp-with, .home-dates .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: "archivo-extra-condensed";
  color: #111f3a;
  font-size: 1em !important;
  line-height: 1em;
  position: relative;
  top: 2em !important;
}
.home-dates .bit-lineUp-with {
  padding-right: 1em !important;
}
.home-dates .bit-widget-container {
  margin-top: 0 !important;
  width: 100%;
}
.home-dates .bit-track-button {
  display: none !important;
}
.home-dates .bit-events {
  color: #111f3a !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-dates .bit-event {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-dates .bit-top-track-button {
  color: #111f3a !important;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px !important;
}
.home-dates .bit-top-track-button a {
  color: #111f3a !important;
}
.home-dates a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.home-dates .bit-nav-bar {
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 20px;
}
.home-dates .bit-nav-bar a, .home-dates .bit-nav-bar span {
  color: #111f3a !important;
}
.home-dates .bit-nav-bar a:hover, .home-dates .bit-nav-bar span a:hover {
  color: #111f3a !important;
}
.home-dates .bit-venue, .home-dates .bit-venue a {
  font-weight: 400 !important;
  font-family: "archivo-extra-condensed";
  padding-right: 10px;
  color: #111f3a !important;
}
.home-dates .bit-widget {
  padding-top: 0;
}
.home-dates .bit-widget .bit-location, .home-dates .bit-widget .bit-venue {
  padding-top: 1em;
  font-size: 1.2em;
  font-family: "archivo-extra-condensed";
}
.home-dates .bit-widget .bit-location {
  color: #111f3a;
  font-weight: 400 !important;
  padding-bottom: 0.5em !important;
}
.home-dates .bit-event {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left !important;
}
.home-dates .bit-details {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.home-dates .bit-widget .bit-event {
  border-bottom: 1px solid #111f3a;
  border-top: 0 !important;
}
.home-dates .bit-widget .bit-event:last-child {
  border-bottom: 0 !important;
}
.home-dates .bit-widget .bit-event:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.home-dates .bit-past-events, .home-dates .bit-upcoming-events {
  font-family: "archivo-extra-condensed" !important;
  text-transform: uppercase;
}
.home-dates .bit-widget .bit-upcoming-events, .home-dates bit-past-events {
  border-bottom: 0 !important;
}
.home-dates .bit-past-events a, .home-dates .bit-upcoming-events a {
  color: #111f3a;
}
.home-dates .bit-date {
  font-size: 1.5em;
  color: #111f3a;
  display: block;
  font-weight: 400 !important;
  margin-right: 18px;
}
.home-dates .bit-button, .home-dates .bit-date {
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
}
.home-dates .bit-button {
  background: none !important;
  font-weight: 400 !important;
  padding: 0.15em !important;
  padding-top: 0.5em !important;
  margin-top: 2px;
  border-radius: 0 !important;
  margin-bottom: 2px;
  color: #111f3a !important;
  border-width: 1px !important;
  border: 2px solid #111f3a !important;
}
.home-dates .bit-widget .bit-event .bit-offers-text, .home-dates .bit-widget .bit-event .bit-rsvp {
  font-size: 0.95em !important;
}
.home-dates .bit-button:hover {
  color: #e2e1d1 !important;
  background: #111f3a !important;
  border: 2px solid #111f3a !important;
}
.home-dates .bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.home-dates .bit-widget .bit-event-list-title, .home-dates .bit-widget .bit-top-track-button {
  font-size: 1.5em;
}
.home-dates .bit-widget .bit-top-track-button {
  text-align: center !important;
  margin: 0 auto;
  color: #111f3a !important;
}
.home-dates .bit-event:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.home-dates .bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: "archivo-extra-condensed";
  font-size: 1.5em;
}
@media screen and (max-width: 1125px) {
  .home-dates .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px;
  }
  .home-dates .bit-widget.bit-layout-ipad .bit-event {
    padding-right: 15px;
  }
}
.home-dates .bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
}
.home-dates .bit-widget.bit-layout-desktop .bit-location {
  margin-left: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.home-dates .bit-past-events .bit-event .bit-date {
  width: 200px;
}
.home-dates .bit-past-events-show-all-button {
  font-family: "archivo-extra-condensed";
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  background: none;
  border: 2px solid #111f3a;
}
.home-dates .bit-widget .bit-play-my-city-button {
  display: none !important;
}
.home-dates .bit-widget.bit-layout-desktop .bit-details, .home-dates .bit-widget.bit-layout-desktop .bit-details > div {
  display: block !important;
}
.home-dates .bit-nav-bar {
  display: none !important;
}
@media screen and (max-width: 1125px) {
  .home-dates .bit-date {
    padding-bottom: 0 !important;
  }
}
.home-dates .bit-upcoming-events-show-all-button {
  font-family: "archivo-extra-condensed" !important;
  font-weight: 400 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  background: #fff;
  font-size: 1.5em !important;
}
.home-dates .bit-upcoming-events-show-all-button:hover {
  background: #111f3a !important;
  color: #111f3a !important;
}
@media screen and (max-width: 800px) {
  .home-dates .bit-widget {
    padding-top: 10px;
  }
  .home-dates .bit-details {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .home-dates .bit-event {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .home-dates .bit-date {
    padding-top: 20px !important;
  }
  .home-dates .bit-widget .bit-event {
    padding-top: 10px !important;
  }
}
.home-dates .bit-date {
  padding-top: 5px;
}
.home-dates .bit-rsvp-container {
  opacity: 0 !important;
}
.home-dates .bit-rsvp-container a {
  margin-left: auto;
  margin-bottom: 5px;
}
.home-dates .bit-widget .bit-event .bit-button, .home-dates .bit-widget .bit-event .bit-offers-text, .home-dates .bit-widget .bit-event .bit-rsvp {
  text-transform: uppercase !important;
  line-height: 1.5em !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.home-dates .bit-widget .bit-event .bit-rsvp {
  line-height: 1.25em !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.home-dates .bit-widget .bit-event .bit-offers-menu {
  font-size: 0.9em !important;
  display: block !important;
  top: 38px !important;
  background: #e2e1d1 !important;
  color: #fff !important;
  margin-left: -1px !important;
}
.home-dates .bit-offers-menu .bit-offer {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.home-dates .bit-widget.bit-layout-desktop .bit-offer:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.home-dates .bit-widget .bit-description {
  margin-top: 0.75em !important;
  font-size: 0.9em !important;
  font-weight: 800 !important;
  color: #111f3a !important;
  max-height: 40px !important;
  line-height: 1.5em !important;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .home-dates .bit-details {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 980px) {
  .home-dates .bit-event-buttons {
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-top: -0.5em !important;
  }
}
@media screen and (max-width: 980px) {
  .home-dates .bit-event, .home-dates .bit-details {
    font-size: 1em;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .home-dates .bit-event .bit-rsvp-container, .home-dates .bit-details .bit-rsvp-container {
    display: none !important;
  }
  .home-dates .bit-event .bit-offers, .home-dates .bit-details .bit-offers {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .home-dates .bit-event .bit-event-buttons, .home-dates .bit-details .bit-event-buttons {
    margin-top: 0 !important;
  }
}
/*--- RECAPTCHA ---*/
.grecaptcha-badge {
  display: none !important;
}
/*--- MENU ---*/
#header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  width: 100%;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  color: #e2e1d1;
}
#header a {
  color: #e2e1d1;
}
#header a:hover {
  color: #952f27;
}
.menu-logo {
  font-size: 4em;
  font-family: "archivo-extra-condensed";
}
@media screen and (max-width: 1200px) {
  .menu-logo {
    font-size: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .menu-logo {
    font-size: 2.25em;
  }
}
@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: "archivo-extra-condensed";
  font-weight: 800;
  font-size: 1.4em;
}
.menu-desk {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .menu-desk {
    font-size: 0.9em;
  }
}
.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: #e2e1d1;
}
.menu-desk .links-menu-desk a:hover {
  color: #952f27;
}
.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: 1111f3a;
  background: url(../../assets/img/page-bg.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: 1.5em 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: "archivo-extra-condensed";
  font-weight: 800;
  color: #e2e1d1;
  text-align: center;
  font-size: 1.6em;
}
.menu-mobile .links-menu-mobile ul li a, .menu-mobile .links-menu-mobile ul li label:hover {
  color: #952f27;
}
.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;
  margin-top: 2px;
}
#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: 2px;
  background-color: #e2e1d1;
  /* 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: #e2e1d1;
  /* 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;
}
/*-- MENU BG --*/
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/page-bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat !important;
  opacity: 0;
}
/*--- 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: 30px;
}
.video h4 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: -0.5em;
  padding-top: 0;
}
.more {
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
  padding: 0.5em;
  border: 2px solid #e2e1d1;
  color: #e2e1d1;
  display: table;
  margin: 0em auto;
  font-size: 1.5em;
}
.more:hover {
  background: #e2e1d1;
  color: #111f3a !important;
}
/*--- BIO ---*/
.bio-page-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-content: top;
}
.bio-img {
  padding-right: 2em;
}
@media screen and (max-width: 1024px) {
  .bio-page-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bio-img {
    padding-right: 0;
    padding-bottom: 1em;
  }
}
/*--- EVENTS ---*/
.pslug_tour .bit-widget .bit-top-track-button {
  text-align: left !important;
}
.pslug_tour .shows-content {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto;
  display: block;
}
.pslug_tour .bit-widget {
  color: #e2e1d1 !important;
  font-size: 1.25em;
}
.pslug_tour .bit-upcoming-events-show-all-button, .pslug_tour .bit-widget .bit-upcoming-events-show-all-button {
  display: none !important;
}
.pslug_tour .bit-widget .bit-nav-bar-container {
  padding: 0;
}
.pslug_tour .bit-widget .bit-top-track-button {
  padding-top: 0 !important;
  color: #e2e1d1 !important;
  padding-bottom: 10px !important;
}
.pslug_tour .bit-lineUp-with, .pslug_tour .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: "archivo-extra-condensed";
  color: #e2e1d1;
  font-size: 1em !important;
  line-height: 1em;
  position: relative;
  top: 2em !important;
}
.pslug_tour .bit-lineUp-with {
  padding-right: 1em !important;
}
.pslug_tour .bit-widget-container {
  margin-top: 0 !important;
  width: 100%;
}
.pslug_tour .bit-track-button {
  display: none !important;
}
.pslug_tour .bit-events {
  color: #e2e1d1 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pslug_tour .bit-event {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pslug_tour .bit-top-track-button {
  color: #e2e1d1 !important;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px !important;
}
.pslug_tour .bit-top-track-button a {
  color: #e2e1d1 !important;
}
.pslug_tour a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.pslug_tour .bit-nav-bar {
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 20px;
}
.pslug_tour .bit-nav-bar a, .pslug_tour .bit-nav-bar span {
  color: #e2e1d1 !important;
}
.pslug_tour .bit-nav-bar a:hover, .pslug_tour .bit-nav-bar span a:hover {
  color: #e2e1d1 !important;
}
.pslug_tour .bit-venue, .pslug_tour .bit-venue a {
  font-weight: 400 !important;
  font-family: "archivo-extra-condensed";
  padding-right: 10px;
  color: #e2e1d1 !important;
}
.pslug_tour .bit-widget {
  padding-top: 0;
}
.pslug_tour .bit-widget .bit-location, .pslug_tour .bit-widget .bit-venue {
  padding-top: 1em;
  font-size: 1.2em;
  font-family: "archivo-extra-condensed";
}
.pslug_tour .bit-widget .bit-location {
  color: #e2e1d1;
  font-weight: 400 !important;
  padding-bottom: 0.5em !important;
}
.pslug_tour .bit-event {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left !important;
}
.pslug_tour .bit-details {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.pslug_tour .bit-widget .bit-event {
  border-bottom: 1px solid #e2e1d1;
  border-top: 0 !important;
}
.pslug_tour .bit-widget .bit-event:last-child {
  border-bottom: 0 !important;
}
.pslug_tour .bit-widget .bit-event:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.pslug_tour .bit-past-events, .pslug_tour .bit-upcoming-events {
  font-family: "archivo-extra-condensed" !important;
  text-transform: uppercase;
}
.pslug_tour .bit-widget .bit-upcoming-events, .pslug_tour .bit-past-events {
  border-bottom: 0 !important;
}
.pslug_tour .bit-past-events a, .pslug_tour .bit-upcoming-events a {
  color: #e2e1d1;
}
.pslug_tour .bit-date {
  font-size: 1.5em;
  color: #e2e1d1;
  display: block;
  font-weight: 400 !important;
  margin-right: 18px;
}
.pslug_tour .bit-button, .pslug_tour .bit-date {
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
}
.pslug_tour .bit-button {
  background: none !important;
  font-weight: 400 !important;
  padding: 0.15em !important;
  padding-top: 0.5em !important;
  margin-top: 2px;
  border-radius: 0 !important;
  margin-bottom: 2px;
  color: #e2e1d1 !important;
  border-width: 1px !important;
  border: 2px solid #e2e1d1 !important;
}
.pslug_tour .bit-widget .bit-event .bit-offers-text, .pslug_tour .bit-widget .bit-event .bit-rsvp {
  font-size: 0.95em !important;
}
.pslug_tour .bit-button:hover {
  color: #111f3a !important;
  background: #e2e1d1 !important;
  border: 2px solid #e2e1d1 !important;
}
.pslug_tour .bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.pslug_tour .bit-widget .bit-event-list-title, .pslug_tour .bit-widget .bit-top-track-button {
  font-size: 1.5em;
}
.pslug_tour .bit-widget .bit-top-track-button {
  text-align: center !important;
  margin: 0 auto;
  color: #e2e1d1 !important;
}
.pslug_tour .bit-event:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.pslug_tour .bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: "archivo-extra-condensed";
  font-size: 1.5em;
}
@media screen and (max-width: 1125px) {
  .pslug_tour .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px;
  }
  .pslug_tour .bit-widget.bit-layout-ipad .bit-event {
    padding-right: 15px;
  }
}
.pslug_tour .bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
}
.pslug_tour .bit-widget.bit-layout-desktop .bit-location {
  margin-left: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.pslug_tour .bit-past-events .bit-event .bit-date {
  width: 200px;
}
.pslug_tour .bit-past-events-show-all-button {
  font-family: "archivo-extra-condensed";
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  background: none;
  border: 2px solid #e2e1d1;
}
.pslug_tour .bit-widget .bit-play-my-city-button {
  display: none !important;
}
.pslug_tour .bit-widget.bit-layout-desktop .bit-details, .pslug_tour .bit-widget.bit-layout-desktop .bit-details > div {
  display: block !important;
}
.pslug_tour .bit-nav-bar {
  display: none !important;
}
@media screen and (max-width: 1125px) {
  .pslug_tour .bit-date {
    padding-bottom: 0 !important;
  }
}
.pslug_tour .bit-upcoming-events-show-all-button {
  font-family: "archivo-extra-condensed" !important;
  font-weight: 400 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  background: #fff;
  font-size: 1.5em !important;
}
.pslug_tour .bit-upcoming-events-show-all-button:hover {
  background: #fff !important;
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .pslug_tour .bit-widget {
    padding-top: 10px;
  }
  .pslug_tour .bit-details {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .pslug_tour .bit-event {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .pslug_tour .bit-date {
    padding-top: 20px !important;
  }
  .pslug_tour .bit-widget .bit-event {
    padding-top: 10px !important;
  }
}
.pslug_tour .bit-date {
  padding-top: 5px;
}
.pslug_tour .bit-rsvp-container {
  opacity: 0 !important;
}
.pslug_tour .bit-rsvp-container a {
  margin-left: auto;
  margin-bottom: 5px;
}
.pslug_tour .bit-widget .bit-event .bit-button, .pslug_tour .bit-widget .bit-event .bit-offers-text, .pslug_tour .bit-widget .bit-event .bit-rsvp {
  text-transform: uppercase !important;
  line-height: 1.5em !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pslug_tour .bit-widget .bit-event .bit-rsvp {
  line-height: 1.25em !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.pslug_tour .bit-widget .bit-event .bit-offers-menu {
  font-size: 0.9em !important;
  display: block !important;
  top: 38px !important;
  background: #e2e1d1 !important;
  color: #fff !important;
  margin-left: -1px !important;
}
.pslug_tour .bit-offers-menu .bit-offer {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.pslug_tour .bit-widget.bit-layout-desktop .bit-offer:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.pslug_tour .bit-widget .bit-description {
  margin-top: 0.75em !important;
  font-size: 0.9em !important;
  font-weight: 800 !important;
  color: #e2e1d1 !important;
  max-height: 40px !important;
  line-height: 1.5em !important;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .pslug_tour .bit-details {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 980px) {
  .pslug_tour .bit-event-buttons {
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-top: -0.5em !important;
  }
}
@media screen and (max-width: 980px) {
  .pslug_tour .bit-event, .pslug_tour .bit-details {
    font-size: 1em;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .pslug_tour .bit-event .bit-rsvp-container, .pslug_tour .bit-details .bit-rsvp-container {
    display: none !important;
  }
  .pslug_tour .bit-event .bit-offers, .pslug_tour .bit-details .bit-offers {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .pslug_tour .bit-event .bit-event-buttons, .pslug_tour .bit-details .bit-event-buttons {
    margin-top: 0 !important;
  }
}
/*--- MUSIC ---*/
.music-more {
  border: 2px solid #111f3a;
  color: #111f3a !important;
  background: none;
  padding: 0.25em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.music-more:hover {
  position: relative;
  z-index: 5;
  background: #111f3a;
  color: #e2e1d1 !important;
  border: 2px solid #111f3a;
}
.disco-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.grid-item {
  overflow: hidden;
}
.grid-item .grid-content {
  position: relative;
}
.grid-item img {
  margin-bottom: -10px;
  padding-bottom: 0;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.2);
}
.title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
  font-weight: 400;
  font-size: 1.5em;
  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;
  padding: 5%;
  background: rgba(226, 225, 209, 0);
  color: #111f3a;
}
.grid-item div:hover .title-overlay {
  background: rgba(226, 225, 209, 0.9);
  opacity: 1;
}
.grid-item div .title-overlay, .grid-item div:hover .title-overlay {
  transition: all 0.5s ease-in-out;
}
.disco-grid {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .disco-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .disco-grid {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    grid-spacing: 10px;
  }
}
.player {
  padding-top: 0px;
}
.single-music-grid {
  margin-top: 20px;
  display: block;
  /*grid-template-columns: 1fr 1fr;
    grid-gap: 30px;*/
}
.ind-music-link {
  text-transform: uppercase;
  border: 2px solid #e2e1d1;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "archivo-extra-condensed";
  color: #e2e1d1;
}
.ind-music-link:hover {
  border: 2px solid #e2e1d1;
  background: #e2e1d1;
  color: #111f3a;
}
.ind-music-link i {
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  .ind-music-link {
    display: block;
    text-align: center;
    margin: 0 auto 0.5em;
    max-width: 250px;
  }
  .single-music-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
/*--- INDIVIDUAL RELEASE ---*/
.buy-stream {
  font-family: "agatho-web";
}
.music-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.body-ptp-release .disco-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .body-ptp-release .disco-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.body-ptp-release .release {
  width: 100%;
  padding: 5px;
}
.body-ptp-release .artwork-tracklisting {
  text-align: center;
}
.body-ptp-release .artwork {
  width: 400px;
  float: left;
  display: table-cell;
  margin: 0 auto;
}
.body-ptp-release .artwork img {
  width: 100%;
  height: auto;
}
.body-ptp-release .buy-links {
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
}
.body-ptp-release .notes {
  padding-top: 0;
  position: relative;
  top: 20px;
}
.body-ptp-release .artwork-tracklisting {
  display: inline-flex;
  width: 100%;
}
.body-ptp-release .release:last-child {
  border-bottom: 0 !important;
}
.body-ptp-release .player {
  float: right;
  display: table-cell;
  width: auto;
  flex-grow: 1;
}
.body-ptp-release .player iframe {
  width: 100%;
  height: 400px;
}
.body-ptp-release .buy-links i {
  margin-right: 5px;
}
.body-ptp-release .release .buy-links {
  text-align: center;
}
.body-ptp-release .release .buy {
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border: 2px solid #efe0d9;
  font-size: 16px;
  display: inline-block;
  max-width: 300px;
  text-transform: uppercase;
  color: #efe0d9;
}
.body-ptp-release .release .buy i {
  font-weight: 400;
}
.body-ptp-release .release .buy:hover {
  background: #efe0d9;
  color: #80627C;
  border: 2px solid #efe0d9;
}
@media screen and (max-width: 1024px) {
  .body-ptp-release .release {
    max-width: 100%;
  }
  .body-ptp-release .artwork, .body-ptp-release .artwork-tracklisting, .body-ptp-release .player {
    width: 100%;
    height: auto;
    display: block;
  }
  .body-ptp-release .player iframe {
    width: 100%;
  }
  .body-ptp-release .artwork-tracklisting {
    padding-bottom: 20px !important;
  }
  .body-ptp-release .buy-links {
    display: block;
    width: 100%;
  }
  .body-ptp-release .notes {
    position: relative;
    top: 20px;
  }
}
.body-ptp-release .notes {
  color: #80627C;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .body-ptp-release .buy {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .body-ptp-release .disco-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .body-ptp-release .disco-grid .release {
    padding: 5px;
  }
  .body-ptp-release .player iframe {
    min-height: 200px !important;
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .body-ptp-release .release .buy {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/*--------PRESS--------*/
.press-image-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
@media screen and (max-width: 1200px) {
  .press-image-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .press-image-groups {
    grid-template-columns: repeat(1, 1fr);
  }
}
.press-image-groups .press-image-group {
  display: flex;
  flex-direction: column;
}
.press-image-groups .press-image-group > div {
  height: 100%;
}
.press-image-groups .press-image-group img {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.press-image-groups .press-image-group img:not(:nth-child(1)) {
  display: none;
}
.photos-group > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}
.photos-group > div img {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .photos-group > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .photos-group > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pswp__custom-caption {
  background: #111f3a;
  font-size: 16px;
  color: #fff;
  width: auto;
  max-width: 400px;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.pswp__custom-caption:empty {
  display: none;
}
/*--- SUBSCRIBE ---*/
.subscribe {
  background: url(../../assets/img/subscribe.webp);
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 5em;
  padding-right: 5em;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .subscribe {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.subscribe-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 2px solid #e2e1d1;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-left: 5em;
}
@media screen and (max-width: 980px) {
  .subscribe-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.subscribe-content h2 {
  color: #e2e1d1;
}
.subscribe-form {
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #e2e1d1;
}
.subscribe-form input::-moz-placeholder {
  color: #e2e1d1;
}
.subscribe-form input:-ms-input-placeholder {
  color: #e2e1d1;
}
.subscribe-form input::-ms-input-placeholder {
  color: #e2e1d1;
}
.subscribe-form input::placeholder {
  color: #e2e1d1;
}
.subscribe-form .email, .subscribe-form .name {
  border: 2px solid #e2e1d1;
  text-align: center;
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
  padding: 0.5em;
  background: none;
  color: #e2e1d1;
  height: 44px;
  font-size: 0.8em;
}
.subscribe-form .submit {
  background: #e2e1d1;
  border: 2px solid #e2e1d1;
  padding: 0.45em;
  padding-bottom: 1em;
  text-align: center;
  font-family: "archivo-extra-condensed";
  font-size: 1em;
  color: #111f3a;
  height: 44px;
  position: relative;
  width: 150px;
  line-height: 1.3em;
  top: 3px;
  position: relative;
}
.subscribe-form .submit:hover {
  border: 2px solid #e6e9ea;
  background: #e2e1d1;
  color: #111f3a;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .subscribe-form .email, .subscribe-form .submit, .subscribe-form .name {
    max-width: 800px;
    width: 90%;
    display: block;
    margin: 0 auto 0.25em;
  }
  .subscribe-form .email, .subscribe-form .name {
    padding: 0.25em;
  }
}
/*--- CONTACT ---*/
.wpcf7-not-valid-tip {
  color: #e2e1d1;
  font-weight: 400;
  font-size: 1.2em;
  font-family: "archivo-extra-condensed";
  text-align: left;
}
.contact-form {
  text-align: left;
  margin: 0 auto;
  display: block;
  color: #e2e1d1;
  width: 100%;
  margin-top: 0px;
  font-size: 1em;
}
.contact-form label {
  text-transform: uppercase;
  font-family: "archivo-extra-condensed";
  font-size: 1.5em;
}
.contact-form .form-row {
  padding-bottom: 10px;
}
.contact-form input, .contact-form textarea {
  background: none;
  text-align: left;
  color: #e2e1d1;
  padding: 15px 10px 10px;
  border: 2px solid #e2e1d1;
  width: 100%;
  font-size: 0.65em;
  height: 44px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "archivo";
}
.contact-form textarea {
  height: 250px;
}
.contact-form .wpcf7-submit {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.1em;
  width: auto;
  display: block;
  margin: 0 auto;
  width: 150px;
  border: 0;
  padding-top: 10px;
  background: #e2e1d1;
  color: #111f3a;
  font-family: "archivo-extra-condensed";
  text-transform: uppercase;
  height: 55px;
}
.contact-form .wpcf7-submit:hover {
  background: #952f27;
  color: #e2e1d1;
  cursor: pointer;
}
.contact-form ::-webkit-input-placeholder {
  color: #e2e1d1;
}
.contact-form :-ms-input-placeholder {
  color: #e2e1d1;
}
.contact-form ::-moz-placeholder {
  color: #e2e1d1;
}
.contact-form ::-ms-input-placeholder {
  color: #e2e1d1;
}
.contact-form ::placeholder {
  color: #e2e1d1;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 20px;
  text-align: center;
  border: 0 !important;
}
.wpcf7-not-valid-tip {
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: -10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #e2e1d1;
}
#responsive-menu-pro-container {
  left: 0;
}
/*# sourceMappingURL=https://staging-paoloapuli-com.us.ekstaging.com/wp-content/themes/bb-theme-1.1.0/assets/css/cs.map */