@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 22px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 18px;
  }
}
body {
  margin: 0;
  font-size: 1em;
  color: #000;
  background: url(../../assets/img/grey-bg.webp) #c6c5c8;
  background-size: cover;
  line-height: 1.5em;
  background-position: center;
  background-attachment: fixed;
  font-family: "owners-text";
}
@media screen and (max-width: 980px) {
  body {
    line-height: 1.5em;
  }
}
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
}
body, html {
  height: 100%;
}
.site-wrapper {
  min-height: 100%;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "anton";
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 400;
  line-height: 1.1em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
.heading {
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 1600px) {
  .heading {
    max-width: 650px;
  }
}
.more {
  background: #be0a0e;
  color: #fff;
  padding: 0.5em;
  padding-top: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 1em auto;
  display: table;
  font-family: "anton";
}
.more:hover {
  background: #fff;
  color: #be0a0e;
}
.page-content {
  padding-top: 8em;
  padding-bottom: 15em;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
.page-content img {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
  display: block;
}
/*--- MENU ---*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 1em;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
  font-family: "anton";
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 1680px) {
  #header {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 1400px) {
  #header {
    font-size: 0.8em;
  }
}
#header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/menu-bg.webp);
  background-position: center bottom;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat !important;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  #header .header-bg {
    height: 120px;
  }
}
@media screen and (max-width: 1600px) {
  #header .header-bg {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-bg {
    height: 65px;
  }
}
body:not(.pslug_home) .header-bg {
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 0.5em;
    padding-top: 0.25em !important;
    height: 65px;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}
.header-socials {
  padding-top: 0.25em;
  font-size: 1.25em;
}
@media screen and (max-width: 1400px) {
  .header-socials {
    padding-top: 0em;
  }
}
.header-inner i {
  margin-left: 0.5em;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .header-inner i {
    margin-right: 0.5em;
    margin-left: 0;
  }
}
.header-inner i:hover {
  color: #be0a0e;
}
.fan-club {
  background: url(../../assets/img/red-bg.webp) #be0a0e;
  color: #fff !important;
  padding: 0.35em;
  padding-top: 0em !important;
  padding-bottom: 0.2em;
}
.fan-club:hover {
  background: #000;
  color: #fff !important;
}
@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 {
  font-family: "anton";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25em;
}
@media screen and (max-width: 1600px) {
  .header-socials {
    font-size: 1.1em !important;
    padding-top: 0.25em;
  }
}
.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: #000;
}
.menu-desk .links-menu-desk a:hover, .menu-desk .links-menu-desk a.current_page_item {
  color: #be0a0e;
}
.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/resp-menu.webp) no-repeat #000;
  background-size: cover;
  background-position: top center;
  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 .fan-club {
  background: #be0a0e;
  color: #fff !important;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: table;
  padding-top: 0em;
  margin: 0 auto;
  padding-bottom: 0.25em;
}
.menu-mobile .links-menu-mobile .fan-club:hover {
  background: #fff;
  color: #be0a0e !important;
}
.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.25em 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: "anton";
  font-weight: 400;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
}
.menu-mobile .links-menu-mobile ul li a:hover, .menu-mobile .links-menu-mobile ul li label:hover {
  color: #be0a0e;
}
.menu-mobile .links-menu-mobile ul li a.current_page_item, .menu-mobile .links-menu-mobile ul li li.current_page_item {
  color: #be0a0e;
}
.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: 12px;
}
#menu-icon .hamburger-menu {
  width: 30px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#menu-icon .hamburger-menu .line {
  width: 100%;
  height: 3px;
  background-color: #000;
  /* 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;
}
/*--- HOME ---*/
.home-header {
  background: #000;
  padding-bottom: 5em;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .desk {
    padding-top: 1em;
    background: #c7c7c9;
  }
}
@media screen and (min-width: 768.1px) {
  .desk {
    display: block;
  }
  .mob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-header {
    padding-top: 0;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
}
.home-tour {
  margin: -30% auto 0%;
  display: block;
}
.live-boxes {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: top;
}
@media screen and (max-width: 1024px) {
  .live-boxes {
    display: block;
    width: 80%;
    max-width: 600px;
    margin-bottom: 8em !important;
  }
  .live-boxes div {
    margin-bottom: 3em;
  }
}
.home-tour .heading {
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .home-tour {
    margin: -22% auto 0%;
    display: block;
  }
}
.red {
  padding-bottom: 8em;
  padding-top: 8em;
  background: url(../../assets/img/red-bg.webp);
  background-position: top center;
  background-size: cover;
  z-index: 2;
  position: relative;
  margin-top: -5em;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.red div {
  padding: 2em;
  width: 100%;
  margin: 0 auto;
}
.red h3 {
  text-align: center;
  width: 80%;
  margin: 1em auto;
}
.red .more {
  background: #fff;
  color: #be0a0e;
  padding: 0.5em;
  padding-top: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 1em auto;
  display: table;
  font-family: "anton";
}
.red .more:hover {
  background: #000;
  color: #fff;
}
.black {
  padding-bottom: 8em;
  padding-top: 8em;
  background: url(../../assets/img/black-bg.webp);
  background-position: top center;
  background-size: cover;
  z-index: 3;
  position: relative;
  margin-top: -5em;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.black div {
  padding: 2em;
  width: 100%;
  margin: 0 auto;
}
.black h3 {
  text-align: center;
  width: 80%;
  margin: 1em auto;
}
.black .more {
  background: #fff;
  color: #be0a0e;
  padding: 0.5em;
  padding-top: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 1em auto;
  display: table;
  font-family: "anton";
}
.black .more:hover {
  background: url(../../assets/img/button-bg.webp);
  background-size: cover;
  color: #fff;
}
.white {
  padding-bottom: 10em;
  padding-top: 8em;
  background: url(../../assets/img/white-bg.webp);
  background-position: top center;
  background-size: cover;
  z-index: 4;
  position: relative;
  margin-top: -5em;
}
.white .more:hover {
  background: url(../../assets/img/black-button-hover.webp);
  color: #fff;
}
.grey {
  padding-bottom: 12em;
  padding-top: 8em;
  background: url(../../assets/img/grey-bg.webp);
  background-position: top center;
  background-size: cover;
  z-index: 5;
  position: relative;
  margin-top: -5em;
}
.grey .more:hover {
  background: url(../../assets/img/black-button-hover.webp);
}
.arve {
  margin: 0 auto;
  display: block;
}
/*--- SUBSCRIBE ---*/
#mc_embed_signup #mce-success-response {
  color: #fff;
}
#mc_embed_signup div.response {
  width: 100%;
  text-align: center;
}
#subscribe {
  background: url(../../assets/img/subscribe-bg.webp);
  background-position: top center;
  background-size: cover;
  padding-bottom: 5em;
  margin-top: -12em;
  z-index: 6;
  position: relative;
  color: #fff;
}
#subscribe h3 {
  text-align: center;
  width: 80%;
  margin: 1em auto;
}
.subscribe-form {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.subscribe-form label {
  font-family: "anton";
  font-size: 1.2em;
  text-transform: uppercase;
}
.subscribe-form input {
  background: none;
  border: 2px solid #fff !important;
  color: #fff;
  padding: 0.1em !important;
  margin-top: 0.5em;
  padding-bottom: 0.35em !important;
  padding-top: 0.45em !important;
  font-size: 1.1em;
  font-family: "owners-text";
  font-weight: 400;
}
.mc-field-group {
  margin-bottom: 0.5em;
}
.subscribe-form input#mc-embedded-subscribe {
  background: url(../../assets/img/button-bg.webp) #be0a0e;
  background-size: cover;
  color: #fff;
  font-size: 1.5em;
  margin: 0 auto;
  display: table;
  padding: 0.25em;
  padding-top: 0 !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  border: 0 !important;
  font-family: "anton";
  text-transform: uppercase;
  height: 65px;
  border-radius: 0 !important;
}
.subscribe-form input#mc-embedded-subscribe:hover {
  background: #fff;
  color: #be0a0e;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background: none !important;
  color: #fff !important;
  font-family: sans-serif;
}
/*--- FOOTER ---*/
#footer {
  background: url(../../assets/img/footer-bg.webp);
  background-size: cover;
  background-position: top center;
  padding-top: 5em;
  margin-top: -3em;
  padding-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
  font-family: "anton";
  line-height: 1.5em;
  z-index: 6;
  color: #fff;
}
#footer i {
  font-size: 1.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #be0a0e;
}
/*--- SHOWS ---*/
.bit-widget .bit-top-track-button {
  text-align: left !important;
}
.shows-content {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto;
  display: block;
}
.bit-widget {
  color: #000 !important;
  font-size: 2em;
}
.bit-upcoming-events-show-all-button, .bit-widget .bit-upcoming-events-show-all-button {
  display: none !important;
}
.bit-widget .bit-nav-bar-container {
  padding: 0;
}
.bit-widget .bit-top-track-button {
  padding-top: 0 !important;
  color: #000 !important;
  padding-bottom: 10px !important;
}
.bit-lineUp-with, .bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-family: "owners-text";
  color: #000;
  font-size: 1em !important;
  line-height: 1em;
  position: relative;
  top: 2em !important;
}
.bit-lineUp-with {
  padding-right: 1em !important;
}
.bit-widget-container {
  margin-top: 0 !important;
  width: 100%;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bit-event {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bit-top-track-button {
  color: #000;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-family: "owners-text";
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px !important;
}
.bit-top-track-button a {
  color: #000 !important;
}
a.bit-top-track-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.bit-nav-bar {
  font-family: "owners-text";
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 20px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #000 !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #be0a0e !important;
}
.bit-venue, .bit-venue a {
  font-weight: 600 !important;
  font-family: "owners-text";
  padding-right: 10px;
  color: #000 !important;
}
.bit-widget {
  padding-top: 0;
}
.bit-widget .bit-location, .bit-widget .bit-venue {
  padding-top: 1em;
  font-size: 1.2em;
  font-family: "owners-text";
}
.bit-widget .bit-location {
  color: #be0a0e;
  font-weight: 600 !important;
  padding-bottom: 0.5em !important;
}
.bit-event {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left !important;
}
.bit-details {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.bit-widget .bit-event {
  border-bottom: 2px solid #be0a0e;
  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: "owners-text" !important;
  text-transform: uppercase;
}
.bit-widget .bit-upcoming-events, bit-past-events {
  border-bottom: 0 !important;
}
.bit-past-events a, .bit-upcoming-events a {
  color: #be0a0e;
}
.bit-date {
  font-size: 1.5em;
  color: #be0a0e;
  display: block;
  font-weight: 600 !important;
  margin-right: 18px;
}
.bit-button, .bit-date {
  font-family: "owners-text";
  text-transform: uppercase;
}
.bit-button {
  background: none !important;
  font-weight: 600 !important;
  padding: 0.15em !important;
  padding-top: 0.5em !important;
  margin-top: 2px;
  border-radius: 0 !important;
  margin-bottom: 2px;
  color: #be0a0e !important;
  border-width: 1px !important;
  border: 2px solid #be0a0e !important;
}
.bit-widget .bit-event .bit-offers-text, .bit-widget .bit-event .bit-rsvp {
  font-size: 0.95em !important;
}
.bit-button:hover {
  color: #fff !important;
  background: #be0a0e !important;
  border: 2px solid #be0a0e !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: 1.5em;
}
.bit-event:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: "owners-text";
  font-size: 1.5em;
}
@media screen and (max-width: 1125px) {
  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px;
  }
  .bit-widget.bit-layout-ipad .bit-event {
    padding-right: 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: "owners-text";
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  background: none;
  border: 2px solid #000;
}
.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-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: "owners-text" !important;
  font-weight: 600 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  background: #fff;
  font-size: 1.5em !important;
}
.bit-upcoming-events-show-all-button:hover {
  background: #fff !important;
  color: #fff !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-event {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .bit-date {
    padding-top: 20px !important;
  }
  .bit-widget .bit-event {
    padding-top: 10px !important;
  }
}
.bit-date {
  padding-top: 5px;
}
.bit-rsvp-container {
  opacity: 0 !important;
}
.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: uppercase !important;
  line-height: 1.5em !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.bit-widget .bit-event .bit-rsvp {
  line-height: 1.25em !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.bit-widget .bit-event .bit-offers-menu {
  font-size: 0.9em !important;
  display: block !important;
  top: 38px !important;
  background: #be0a0e !important;
  color: #fff !important;
  margin-left: -1px !important;
}
.bit-offers-menu .bit-offer {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.bit-widget.bit-layout-desktop .bit-offer:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.bit-widget .bit-description {
  margin-top: 0.75em !important;
  font-size: 0.9em !important;
  font-weight: 700 !important;
  color: #000 !important;
  max-height: 40px !important;
  line-height: 1.5em !important;
  overflow: hidden;
}
/*--- MUSIC ---*/
.pslug_music .more {
  padding-top: 0.5em;
  background: url(../../assets/img/button-bg.webp);
  background-size: cover;
}
.pslug_music .more:hover {
  background: url(../../assets/img/black-button-hover.webp) #000;
  color: #fff;
}
.music-more {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 0.6em;
  margin-right: 0.25em;
}
.music-more:hover {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 2px solid #fff;
  color: #be0a0e;
}
.music-more i {
  margin-right: 5px;
}
.disco-grid {
  display: grid;
  max-width: 100%;
  margin: 20px auto;
  grid-template-columns: repeat(3, 1fr);
  font-family: "anton";
}
.grid-item {
  overflow: hidden;
  padding: 10px;
}
.grid-item .grid-content {
  position: relative;
}
.grid-item img {
  display: block;
  padding-bottom: 0;
  width: 100%;
  height: auto;
}
.title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
  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-color: rgba(190, 10, 14, 0.9);
  color: #fff;
}
.grid-item div:hover .title-overlay {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .grid-item div:hover .title-overlay {
    display: none;
    opacity: 0;
  }
  .grid-item {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1400px) {
  .disco-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .disco-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .disco-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-spacing: 10px;
  }
}
@media screen and (min-width: 800.1px) {
  .mob-info {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .mob-info {
    display: block;
    text-align: left;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .vid-title {
    font-size: 1.5em;
    text-transform: uppercase;
  }
  .mob-info a {
    border: 2px solid #be0a0e;
    color: #be0a0e;
    display: inline-block;
    padding: 0.5em;
    padding-top: 0.4em;
    margin-top: 1em !important;
    font-size: 1em !important;
  }
  .mob-info a:hover {
    background: #be0a0e;
    color: #fff;
    border: 2px solid #be0a0e;
  }
}
/*--- VIDEOS ---*/
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -30px;
}
.video-grid .video {
  flex: 50% 0 1;
  padding: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .video-grid .video {
    flex: 100% 0 1;
  }
}
.video-grid .video h4 {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.1em;
  margin-top: -0.5em;
  padding-top: 0;
  color: #000;
}
/*--- VIP ---*/
@media screen and (min-width: 1200.1px) {
  .vip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3em;
  }
}
.vip-grid {
  margin-top: 3em;
  margin-bottom: 2em;
}
.vip-package {
  color: #000;
  text-align: left;
  border: 3px solid #000;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.vip-package ul li {
  margin-bottom: 0.5em;
}
.run {
  text-align: center;
  color: #000;
}
.run strong {
  font-family: "anton";
  text-transform: uppercase;
  font-size: 1.5em;
}
.run img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .vip-grid {
    grid-template-columns: repeat(1, fr);
  }
  .vip-package {
    margin-bottom: 2.5em;
  }
}
.vip-title {
  background: url(../../assets/img/vip-header.webp);
  background-position: bottom center;
  color: #fff;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 2em;
}
.vip-description {
  padding: 1.5em;
  padding-top: 0.5em;
  flex-grow: 1;
}
.vip-link {
  background: url(../../assets/img/red-bg.webp);
  background-position: top center;
  background-size: cover;
  padding-top: 1em;
}
.vip-link a {
  background: url(../../assets/img/button-white-hover.webp) #fff;
  color: #be0a0e;
}
.vip-link a:hover {
  background: url(../../assets/img/black-button-hover.webp) #000;
  color: #fff;
}
/*# sourceMappingURL=https://bigtimerushofficial.com/wp-content/themes/bb-theme-exp/assets/css/cs.map */