@charset "UTF-8";
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-family: "unbounded";
  background: url(../../assets/img/news-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  line-height: 2em;
  font-size: 1em;
  /* &:not(.anim-complete){
        margin-right:15px;
    } */
  /* For animating the main slider */
  /* &.loaded{
        &.anim-complete{
            .slideup-loader{
                
            }
            translate: 0 0 !important;
        }
            
        

        &:not(.anim-complete){
            transition: translate 1s;
        }
        @media screen and (min-width:980px){
            translate: 0 calc(100vw / -1.92);
        }

        @media screen and (max-width:979.999px){
            translate: 0 calc(100vw / -0.5625);
        }

    } */
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.85em;
    line-height: 1.8em;
  }
}
body:not(.home) .slideup-loader, body:not(.pslug_home) .slideup-loader {
  display: none !important;
}
body.home, body.pslug_home {
  position: fixed;
}
body.home .site-wrapper, body.pslug_home .site-wrapper {
  grid-template-rows: auto 1fr auto auto !important;
}
body.home .slideup-loader, body.pslug_home .slideup-loader {
  position: relative;
}
body.home .slideup-loader img, body.pslug_home .slideup-loader img {
  width: 100%;
  min-height: 100vh;
  display: block;
}
body .site-wrapper {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../../assets/img/menu-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: -30px !important;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  #header {
    padding-left: 2%;
    padding-right: 2%;
    background: url(../../assets/img/menu-bg-mob.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.menu-logo {
  height: 70px;
  width: auto;
}
.menu-logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1400px) {
  #header {
    height: 100px;
  }
  .menu-logo {
    height: 50px;
    padding-top: 10px;
  }
}
body, html {
  height: 100%;
}
.site-wrapper {
  min-height: 100%;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.wrapper-inner {
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-content {
  width: 80%;
  margin: 0px auto;
}
.page-content p a {
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid transparent;
}
.page-content p a:hover {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1400px) {
  .page-content {
    width: 90%;
  }
}
hr {
  margin-top: 2em;
  margin-bottom: 4em;
  border-top: 2px solid #000;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.5em;
  }
}
/*--- MENU ---*/
@media screen and (min-width: 1200.1px) {
  .menu-mobile, .menu-mob-trig, #menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .menu-desk {
    display: none !important;
  }
}
.links-menu-mobile, .links-menu-desk {
  text-transform: uppercase;
  font-family: "unbounded";
  font-weight: 700;
  font-size: 1em;
}
@media screen and (max-width: 1400px) {
  .links-menu-desk {
    margin-top: 5px;
    font-size: 0.9em;
  }
}
.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;
  border-bottom: 2px solid transparent;
}
.menu-desk .links-menu-desk a:hover {
  border-bottom: 2px solid #000;
}
.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.jpg);
  background-size: cover;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: 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: "unbounded";
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.2em;
}
.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: 22px;
  margin-right: 1%;
}
#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;
  margin-bottom: 0px;
  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: 2px;
  background-color: #000;
  /* 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;
}
/*--- FOOTER ---*/
.footer-subscribe {
  background: url(../../assets/img/subscribe-desk.jpg);
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: center top !important;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.footer-subscribe-content {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  text-align: center;
}
.footer-subscribe-content div {
  padding: 5em;
}
.footer-subscribe-content h2 {
  padding-top: 0;
  margin-top: 0;
}
.footer-subscribe-content .wpcf7 {
  padding: 0 !important;
}
.footer-subscribe-content .wpcf7-email, .footer-subscribe-content .wpcf7-text {
  width: 80%;
  max-width: 600px;
  border: 2px solid #000;
  padding: 0.75em;
  padding-top: 1em;
  color: #000;
  text-transform: none;
  background: none;
}
.footer-subscribe-content .submit, .footer-subscribe-content .wpcf7-submit {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 1em;
  max-width: 250px;
  width: 60%;
  margin: 0 auto;
}
.footer-subscribe-content .submit:hover, .footer-subscribe-content .wpcf7-submit:hover {
  cursor: pointer !important;
}
.wpcf7-response-output {
  display: none !important;
}
.footer-subscribe-content ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}
.footer-subscribe-content ::-webkit-input-placeholder {
  color: #000;
}
.footer-subscribe-content ::-moz-placeholder {
  color: #000;
}
.footer-subscribe-content :-ms-input-placeholder {
  color: #000;
}
.footer-subscribe-content ::placeholder {
  color: #000;
}
.footer-subscribe input {
  display: block;
  margin: 0 auto 0.5em;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .footer-subscribe {
    background-position: -300px top !important;
  }
}
@media screen and (max-width: 1400px) {
  .footer-subscribe {
    background-position: -250px top !important;
  }
}
@media screen and (max-width: 1200px) {
  .footer-subscribe {
    background-position: -250px top !important;
  }
  .footer-subscribe-content div {
    padding: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .footer-subscribe {
    background: url(../../assets/img/subscribe-mob.jpg);
    background-size: cover;
    background-position: center top !important;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer-subscribe-content {
    width: 90%;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-subscribe-content div {
    padding: 0em;
  }
}
#footer {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  background: url(../../assets/img/footer.png);
  background-position: top center;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 3em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-left: 5%;
  padding-right: 5%;
}
.footer-inner {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
.footer-inner i {
  font-size: 1.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.footer-inner a {
  color: #fff;
}
.footer-inner a:hover {
  color: #d6d1d1;
}
#footer .ek {
  color: #fff;
  border-bottom: 2px solid transparent;
}
#footer .ek:hover {
  color: #d6d1d1;
  border-bottom: 2px solid #d6d1d1;
}
/*--- HOME --*/
.home-header {
  z-index: 4;
  position: relative;
}
.home-header img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.home-header .desk {
  display: block;
}
.home-header .mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-header .desk {
    display: none;
  }
  .home-header .mob {
    display: block;
  }
}
.home-release {
  margin-top: -50px;
  z-index: 5;
  position: relative;
  background: url(../../assets/img/home-release-bg.png);
  background-size: cover;
  background-position: top center;
  min-height: 60vh;
  padding-top: 6em;
  padding-bottom: 5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.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%;
  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;
}
.home-release-info h3 {
  font-size: 1em;
}
.home-release-info h2 {
  font-size: 3em;
  color: #000;
  text-align: left;
  margin-bottom: 1em;
}
.home-release-info a {
  display: flex;
  margin-left: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  width: auto;
  max-width: 385px !important;
}
.home-release-info a:hover {
  color: #000;
}
.home-release-info i {
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .home-release-info h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .home-release-grid {
    display: block;
    max-width: 600px;
    width: 100%;
  }
  .home-release-info, .home-release-artwork {
    padding: 5%;
  }
  .home-release-info h2 {
    font-size: 1.8em;
  }
}
.home-news {
  z-index: 4;
  position: relative;
  /* background: url(../../assets/img/news-bg.jpg); */
  background-size: cover;
  background-position: top center;
  min-height: 60vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .home-news {
    /*  background: url(../../assets/img/news-bg-mob.jpg); */
    background-size: cover;
    background-position: top center;
  }
  .home-news .blog-grid {
    max-width: 600px;
    margin: 0 auto;
  }
}
.home-shows {
  z-index: 4;
  position: relative;
  background: url(../../assets/img/shows-bg.jpg);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: top left;
  min-height: 95vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .home-shows {
    background-size: contain !important;
    background-attachment: scroll !important;
    background: url(../../assets/img/shows-bg-mob.jpg) top center #eaeaea;
    background-repeat: no-repeat;
  }
}
/*--- SHOWS ---*/
.shows-content {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto;
  display: block;
}
.bit-widget {
  color: #000 !important;
}
.bit-upcoming-events-show-all-button, .bit-widget .bit-upcoming-events-show-all-button {
  display: none !important;
}
.more {
  font-family: "unbounded";
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1em;
  padding-top: 1.25em;
  font-size: 1.2em;
  display: table;
  margin: 0 auto 0.5em;
  text-transform: uppercase;
}
.more:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff !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: "unbounded";
  color: #000;
  font-size: 0.7em !important;
  line-height: 0.7em;
  position: relative;
  top: 5px !important;
}
.bit-widget-container {
  margin-top: 0 !important;
  width: 100%;
  font-size: 15px;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #000 !important;
}
.bit-top-track-button {
  color: #000;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-family: "unbounded";
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 16px !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: "unbounded";
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 16px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #000 !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #000 !important;
}
.bit-venue, .bit-venue a {
  font-weight: 400 !important;
  font-family: "unbounded";
  color: #000 !important;
}
.bit-widget {
  padding-top: 0;
}
.bit-widget .bit-venue {
  color: #000 !important;
}
.bit-widget .bit-location, .bit-widget .bit-venue {
  padding-top: 10px !important;
  font-family: "unbounded";
}
.bit-widget .bit-location {
  color: #000;
  font-weight: 700 !important;
}
.bit-event {
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: left !important;
  font-size: 16px;
}
.bit-details {
  padding-top: 15px;
  padding-bottom: 10px;
}
.bit-widget .bit-event {
  border-bottom: 1px solid #000;
  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: "unbounded" !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: #000;
}
.bit-date {
  font-size: 1.5em;
  color: #000;
  padding-bottom: 5px;
  display: block;
  font-weight: 700 !important;
  margin-right: 18px;
}
.bit-button, .bit-date {
  font-family: "unbounded";
  text-transform: uppercase;
}
.bit-button {
  font-size: 0.9em !important;
  background: none !important;
  font-weight: 700 !important;
  padding: 0.15em;
  padding-top: 0.25em;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000 !important;
  border: 2px solid #000 !important;
  height: 40px;
  line-height: 32px !important;
  /*float: right; margin-bottom: 5px; clear:both;*/
}
.bit-button:hover {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}
.bit-widget .bit-event .bit-offers-text {
  font-size: 1em !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-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: "unbounded";
  font-size: 1.5em;
}
@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-widget .bit-event .bit-button {
    font-size: 15px !important;
  }
}
.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: "unbounded";
  font-size: 16px;
  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-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-widget .bit-event .bit-button {
    font-size: 1em !important;
  }
}
.bit-upcoming-events-show-all-button {
  font-family: "unbounded" !important;
  font-weight: 700 !important;
  max-width: 300px !important;
  display: block !important;
  margin: 5px auto !important;
  background: #000;
  font-size: 1.5em !important;
}
.bit-upcoming-events-show-all-button:hover {
  background: #000 !important;
  color: #000 !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: uppercase !important;
}
/*--- MUSIC ---*/
.music-more {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  padding: 1em;
  padding-top: 1.25em;
  text-transform: uppercase;
  font-size: 0.6em;
}
.music-more:hover {
  position: relative;
  z-index: 5;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.disco-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  justify-content: center;
  grid-gap: 1rem;
}
.disco-grid .grid-item {
  flex: calc(25% - 1rem) 0 1;
}
@media screen and (max-width: 1400px) {
  .disco-grid .grid-item {
    flex: calc(33.33% - 1rem) 0 1;
  }
}
@media screen and (max-width: 1000px) {
  .disco-grid .grid-item {
    flex: 100% 0 1;
  }
}
.disco-grid .grid-item .grid-content {
  position: relative;
}
.disco-grid .grid-item .grid-content img {
  display: block;
  width: 100%;
  height: auto;
}
.disco-grid .grid-item .grid-content .title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  align-content: center;
  text-align: center;
  opacity: 0;
  padding: 5%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.disco-grid .grid-item .grid-content:hover .title-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.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 #000;
  padding: 1em;
  padding-top: 1.25em;
  margin-top: 0.5em;
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
}
.ind-music-link:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .single-music-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
/*--- INDIVIDUAL RELEASE ---*/
.buy-stream {
  font-family: "unbounded";
  font-weight: 400;
}
.music-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.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: 700;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border: 1px 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: #7b3458;
  border: 1px solid #efe0d9;
}
@media screen and (max-width: 1024px) {
  .body-ptp-release .release, .body-ptp-release .bandcamp-player {
    max-width: 700px;
    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: #7b3458;
  padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .body-ptp-release hr.all-albums {
    margin-top: 0em !important;
  }
  .body-ptp-release .disco-grid .release {
    padding: 5px;
  }
  .body-ptp-release .player {
    margin-bottom: -3em;
  }
  .body-ptp-release .player iframe {
    min-height: 250px;
    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;
  }
}
.bandcamp-player {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.bandcamp-img {
  display: inline-block;
  height: 350px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .bandcamp-img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/*--- VIDEOS ---*/
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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 h5 {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1em;
  margin-top: -0.5em;
  padding-top: 0;
}
/*--- BLOG ---*/
.alm-btn-wrap .alm-load-more-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000 !important;
  border: none;
  font-family: "unbounded" !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  border-radius: 0px !important;
  box-shadow: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em !important;
  line-height: 1em !important;
  height: auto !important;
  margin: 0;
  padding: 1em !important;
  padding-top: 1.25em !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #fff !important;
}
iframe {
  max-width: 100%;
}
.blog-page, .blog-single-page-content {
  max-width: initial !important;
  position: relative;
}
.blog-page .blog-posts-nav, .blog-single-page-content .blog-posts-nav {
  display: block;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .blog-page .blog-posts-nav, .blog-single-page-content .blog-posts-nav {
    width: calc(100% - 14px);
  }
}
@media (max-width: 1024px) {
  .blog-page .blog-posts-nav, .blog-single-page-content .blog-posts-nav {
    width: 95%;
  }
}
.blog-page > .blog-grid-wrap, .blog-single-page-content > .blog-grid-wrap {
  width: 100%;
  max-width: 1400px;
  padding-top: 2em;
  display: grid;
  grid-template-columns: repeat(1, fr);
  grid-gap: 2em;
  align-content: top;
  align-items: top;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .blog-page > .blog-grid-wrap, .blog-single-page-content > .blog-grid-wrap {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .blog-page > .blog-grid-wrap, .blog-single-page-content > .blog-grid-wrap {
    width: 92%;
  }
}
@media screen and (max-width: 800px) {
  .blog-page > .blog-grid-wrap .blog-grid, .blog-single-page-content > .blog-grid-wrap .blog-grid {
    padding-right: 0;
  }
}
.blog-page > .blog-grid-wrap .blog-sidebar img, .blog-single-page-content > .blog-grid-wrap .blog-sidebar img {
  width: 100%;
  height: auto;
  box-orient: 15px;
}
.blog-page > .blog-grid-wrap .blog-sidebar div, .blog-single-page-content > .blog-grid-wrap .blog-sidebar div {
  margin-bottom: 20px;
}
.blog-page > .blog-grid-wrap .blog-sidebar .popular-posts, .blog-single-page-content > .blog-grid-wrap .blog-sidebar .popular-posts {
  padding: 15px;
  background: #f2f2f2;
  /*border-radius: 15px;*/
}
.blog-page > .blog-grid-wrap .blog-sidebar .wpp-list, .blog-single-page-content > .blog-grid-wrap .blog-sidebar .wpp-list {
  padding-left: 0;
  margin-left: 0;
}
.blog-page > .blog-grid-wrap .blog-sidebar .wpp-list img, .blog-single-page-content > .blog-grid-wrap .blog-sidebar .wpp-list img {
  width: auto !important;
  height: auto !important;
  display: inline !important;
}
.body-ptp-post .blog-grid-wrap {
  padding-top: 2em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, fr);
  align-content: top;
  align-items: top;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .body-ptp-post .blog-grid-wrap {
    grid-template-columns: 75% 25%;
  }
}
@media screen and (max-width: 800px) {
  .body-ptp-post .blog-grid-wrap {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .body-ptp-post .blog-grid-wrap {
    width: 92%;
  }
}
.body-ptp-post .blog-grid-wrap .blog-title {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.body-ptp-post .blog-grid-wrap .blog-date {
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.body-ptp-post .blog-grid-wrap .single-blog-post {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.body-ptp-post .blog-grid-wrap blockquote {
  font-style: italic;
  font-size: 1.3em;
  background: #282828;
  opacity: 0.8;
  padding: 10px;
  width: 100%;
  -webkit-margin-before: 0 !important;
  margin-block-start: 0 !important;
  -webkit-margin-start: 0 !important;
  margin-inline-start: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.body-ptp-post .blog-grid-wrap img {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.body-ptp-post .page-content {
  display: block;
  width: 90%;
  max-width: 800px;
}
.site-wrapper.blog .page-content {
  width: 90%;
  max-width: 90% !important;
  margin: 0 auto;
}
.blog-grid {
  width: 100%;
  padding-top: 0px;
}
.blog-grid hr {
  margin-top: 0;
}
.blog-grid img {
  /*border-radius: 15px;*/
}
.blog-grid .blog-grid-inner > div > div:not(.alm-btn-wrap):not(.alm-placeholder), .release-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-grid .blog-grid-inner > div > div:not(.alm-btn-wrap):not(.alm-placeholder) .b-post, .release-news .b-post {
  flex: 25% 0 1;
}
@media (max-width: 1600px) {
  .blog-grid .blog-grid-inner > div > div:not(.alm-btn-wrap):not(.alm-placeholder) .b-post, .release-news .b-post {
    flex: 50% 0 1;
  }
}
@media (max-width: 1024px) {
  .blog-grid .blog-grid-inner > div > div:not(.alm-btn-wrap):not(.alm-placeholder) .b-post, .release-news .b-post {
    flex: 100% 0 1;
  }
}
.b-post img {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  /*border-radius: 15px;*/
}
.bp-rm {
  display: table;
  margin-left: 0;
  margin-top: 10px;
}
.blog-thumb {
  padding: 0%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blog-text {
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9em;
}
.b-post h3 {
  margin-top: 0;
  padding-top: 0;
}
.read-more {
  display: none;
}
.b-post {
  display: grid;
  /*border-radius: 15px;*/
  /*border: 2px solid #fff;*/
  box-sizing: border-box;
  display: block;
  align-content: top;
  align-items: top;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 6%;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 1024px) {
  .b-post {
    width: 95%;
  }
}
@media (min-width: 1025px) {
  .b-post {
    width: calc(100% - 14px);
  }
}
.b-post h3 {
  color: #000;
  text-transform: uppercase;
  font-family: "unbounded";
}
@media screen and (max-width: 1800px) {
  .b-post {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1400px) {
  .b-post {
    /*border-bottom: 1px solid #fff;*/
  }
}
@media screen and (max-width: 800px) {
  .b-post {
    display: block;
    width: 100%;
    max-width: 600px;
  }
  .b-post .b-post img {
    margin-bottom: 20px;
  }
}
.b-post .read-more {
  display: flex !important;
  color: #000 !important;
  background: none;
  justify-content: center;
  padding: 0px;
  padding-bottom: 3px;
  margin-left: 0;
  border-radius: 0 !important;
  margin-top: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.5em;
  padding-top: 0.75em;
  text-align: center;
  max-width: 160px;
}
.b-post .read-more:hover {
  background: #000 !important;
  color: #fff !important;
}
.b-post .more {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .blog-sidebar {
    padding-left: 0;
    padding-top: 30px;
  }
  .blog-grid {
    padding-right: 0;
  }
}
.blog-sidebar img {
  /*border-radius: 15px;*/
}
/*--- BOOKS ---*/
.pslug_books hr:last-child {
  display: none;
}
.books-grid {
  max-width: 1400px;
  margin: 50px auto 0;
}
.ind-book {
  display: grid;
  grid-template-columns: 40% 60%;
  align-content: top;
  margin: 3em auto 3em;
}
.ind-book .book-img img {
  width: 100%;
  height: auto;
}
.book-info, .book-info h3 {
  text-align: left;
}
.book-info h3 {
  margin-top: 0;
  padding-top: 0;
}
.book-info {
  padding-left: 5%;
}
.book-link {
  border: 2px solid #000;
  padding: 0.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  display: table;
}
.book-link:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .ind-book {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .book-info {
    padding-left: 0;
    margin-top: 20px;
  }
}
/*--- CONTACT ---*/
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.contact-box {
  margin-bottom: 1em;
  padding: 2em;
}
.contact-grid a {
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid transparent;
}
.contact-grid a:hover {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1600px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .contact-grid {
    display: block;
    width: 100%;
  }
  .contact-box {
    width: 100%;
    padding: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
}
/*--- BIO ---*/
.pslug_about .page-content {
  max-width: 1400px;
}
.bio-row {
  padding-top: 1em;
  padding-bottom: 3em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  align-items: center;
  align-content: center;
}
.bio-fields .bio-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.bio-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bio-img, .bio-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bio-img {
  grid-column: 40% !important;
}
.bio-text {
  grid-column: 60% !important;
}
.bio-row.left .bio-img {
  order: 1;
  padding-right: 4%;
}
.bio-row.left .bio-text {
  order: 2;
  padding-left: 6%;
}
.bio-row.right .bio-text {
  order: 1;
  padding-right: 6%;
}
.bio-row.right .bio-img {
  padding-left: 4%;
}
.bio-row.right .bio-img {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .bio-row {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0em;
    padding-top: 0;
  }
  .bio-row.right .bio-img, .bio-row.left .bio-img {
    order: 2;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .bio-row.right .bio-text, .bio-row.left .bio-text {
    order: 1;
    padding-left: 0%;
    padding-right: 0%;
  }
  .bio-fields .bio-row:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
/*# sourceMappingURL=https://anidifranco.com/wp-content/themes/bb-theme-exp/assets/css/cs.map */