@import url("https://use.typekit.net/pgc4jqg.css");
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: white;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #000;
  color: #fff;
  font-family: "alfabet";
  font-weight: 100;
  letter-spacing: 0.1em;
}
body.locked {
  overflow: hidden;
}
body {
  padding-top: var(--hh);
}
body.home {
  padding-top: 0;
}

.guides {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.guides-inner {
  height: 100%;
  max-width: 1260px;
  width: 84%;
  position: relative;
}
.guides-inner:before {
  content: "";
  background: rgba(255, 255, 0, 0.71);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}
.guides-inner:after {
  content: "";
  background: rgba(255, 255, 0, 0.71);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.centre {
  text-align: center;
  width: 100%;
}

.large-button, .section-newsletter a, .see-also a, .section-hero .hero-panel a:not(.scroll) {
  border: 1px solid #fff;
  border-radius: 1.2rem;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.large-button:hover, .section-newsletter a:hover, .see-also a:hover, .section-hero .hero-panel a:hover:not(.scroll) {
  background: #fff;
  color: #000;
}

.small-button, .bit-widget-container .bit-widget .bit-event .bit-button, table.d-gigs tr td a, .music-list .item-right .links a {
  border: 1px solid #fff;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.small-button:hover, .bit-widget-container .bit-widget .bit-event .bit-button:hover, table.d-gigs tr td a:hover, .music-list .item-right .links a:hover {
  background: #fff;
  color: #000;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

h2 {
  font-size: 1.8rem;
  font-weight: 100;
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
}
h2.section-heading {
  padding-bottom: 3rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: 100;
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
}

p {
  font-size: 1rem;
  padding-bottom: 1rem;
}
p a {
  color: #fff;
}

.preloader {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 100;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-header.scrolled {
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(7px);
}
.site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto;
  min-height: 26px;
  max-width: 1260px;
  width: 84%;
  position: relative;
}
.site-header-inner-left h1 {
  display: block;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.site-header-inner-left h1 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-header-inner-left h1 a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.site-header-inner-right ul.pg-menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0.25rem;
}
.site-header-inner-right ul.pg-menu-main li {
  list-style: none;
  padding-left: 1rem;
}
.site-header-inner-right ul.pg-menu-main li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-header-inner-right ul.pg-menu-main li a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.site-header-inner-right ul.pg-menu-main li.nav-store > a:hover {
  color: #fff;
}
.site-header-inner-right ul.pg-menu-main li ul {
  background: #000;
  white-space: nowrap;
  right: 0;
  padding-top: 5px;
}
.site-header-inner-right ul.pg-menu-main li ul li {
  text-align: right;
}
.site-header-inner-right ul.pg-menu-main li ul {
  display: none;
  position: absolute; /* Keeps it from pushing other content */
}
.site-header-inner-right ul.pg-menu-main li:hover ul {
  display: block;
}
.site-header-inner-right ul.pg-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header-inner-right ul.pg-menu-social li {
  list-style: none;
  padding-left: 0.5rem;
}
.site-header-inner-right ul.pg-menu-social li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-header-inner-right ul.pg-menu-social li a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.site-header-inner-right .hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 26px;
  width: 34px;
}
.site-header-inner-right .hamburger-menu span {
  background: #fff;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
.site-header-inner-right .hamburger-menu span:nth-of-type(1) {
  top: 10%;
}
.site-header-inner-right .hamburger-menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.site-header-inner-right .hamburger-menu span:nth-of-type(3) {
  top: calc(90% - 2px);
}
@media (max-width: 1180px) {
  .site-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header-inner-left h1 {
    font-size: 1.3rem;
  }
  .site-header-inner-right ul.pg-menu-main, .site-header-inner-right ul.pg-menu-social {
    display: none;
  }
  .site-header-inner-right .hamburger-menu {
    display: block;
  }
}

.page-template-template-music ul.pg-menu-main li.nav-music a,
.page-template-template-news ul.pg-menu-main li.nav-news a,
.page-template-template-tour ul.pg-menu-main li.nav-tour a,
.page-template-template-videos ul.pg-menu-main li.nav-videos a,
.page-template-template-gallery ul.pg-menu-main li.nav-gallery a,
.page-template-template-about ul.pg-menu-main li.nav-about a {
  color: rgba(255, 255, 255, 0.62);
}

.page-template-template-tour .section-tour,
.page-template-template-gallery .section-gallery {
  min-height: calc(var(--vh, 1vh) * 100 - ((var(--hh)) + var(--fh)));
}

.menu-overlay {
  display: none;
}

.show-menu {
  overflow: hidden;
}
.show-menu .menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 110;
  background: #000;
}
.show-menu .menu-overlay .close-menu {
  position: absolute;
  top: 2rem;
  right: 8%;
  height: 26px;
  width: 34px;
  z-index: 2;
}
.show-menu .menu-overlay .close-menu span {
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.show-menu .menu-overlay .close-menu span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.show-menu .menu-overlay .close-menu span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.show-menu .menu-overlay .close-menu:hover span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.show-menu .menu-overlay .close-menu:hover span:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.show-menu .menu-overlay-inner {
  overflow-y: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
.show-menu .menu-overlay-inner ul.pg-menu-main li {
  list-style: none;
  text-align: center;
}
.show-menu .menu-overlay-inner ul.pg-menu-main li a {
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem;
}
.show-menu .menu-overlay-inner ul.pg-menu-main li.nav-store > a {
  display: none;
}
.show-menu .menu-overlay-inner ul.pg-menu-social {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.show-menu .menu-overlay-inner ul.pg-menu-social li {
  list-style: none;
}
.show-menu .menu-overlay-inner ul.pg-menu-social li a {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem;
}

.site-footer {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer ul.pg-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer ul.pg-menu-social li {
  list-style: none;
}
.site-footer ul.pg-menu-social li a {
  color: #fff;
  font-size: 1rem;
  padding: 0 0.25rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-footer ul.pg-menu-social li a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.site-footer ul.legal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.site-footer ul.legal-nav li {
  list-style: none;
  padding: 0 0.25rem;
}
.site-footer ul.legal-nav li a {
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-footer ul.legal-nav li a:hover {
  color: rgba(255, 255, 255, 0.62);
}
.site-footer ul.other-links {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  margin-top: 1rem;
  padding: 1rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.site-footer ul.other-links li {
  list-style: none;
  padding: 0 0.25rem;
}
.site-footer ul.other-links li a {
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.site-footer ul.other-links li a:hover {
  color: rgba(255, 255, 255, 0.62);
}

section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 1rem 0 4rem;
  width: 84%;
}

.section-hero {
  background: #000;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
}
.section-hero .hero-image {
  background-image: var(--hero-img);
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (orientation: landscape) {
  .section-hero .hero-image:before {
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(20%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black, black 20%, rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    z-index: 2;
  }
  .section-hero .hero-image:after {
    background: -webkit-gradient(linear, right top, left top, from(black), color-stop(20%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, black, black 20%, rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    z-index: 2;
  }
}
.section-hero .hero-panel {
  position: relative;
  z-index: 2;
  max-width: 420px;
  text-align: center;
}
.section-hero .hero-panel a.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-size: 4rem;
}
.section-hero .hero-panel a.scroll span {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.section-hero .hero-panel a.scroll:hover span {
  top: 0.5rem;
}
.music-items,
.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2rem;
}
.music-items .item,
.news-items .item {
  position: relative;
  background-image: var(--img);
  background-position: center;
  backgroud-repeat: no-repeat;
  background-size: cover;
  display: block;
  aspect-ratio: 1/1;
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 1000px) {
  .music-items .item,
  .news-items .item {
    width: calc((100% - 2rem) / 2);
  }
}
.music-items .item,
.news-items .item {
  text-decoration: none;
}
.music-items .item:before,
.news-items .item:before {
  content: "";
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  opacity: 0;
}
.music-items .item span,
.news-items .item span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 0.7rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.music-items .item:hover:before,
.music-items .item:hover span,
.news-items .item:hover:before,
.news-items .item:hover span {
  opacity: 1;
}

.music-items .item span {
  opacity: 0;
}

.music-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4rem;
}
.music-list .item-left {
  width: 38%;
}
.music-list .item-right {
  padding: 0 0 0 4rem;
  width: 62%;
}
.music-list .item-right h2 {
  font-size: 1.6rem;
  text-align: left;
}
.music-list .item-right time {
  display: inline-block;
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.8rem;
  font-weight: 100;
  padding: 0 0 1rem;
}
.music-list .item-right span, .music-list .item-right label {
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.8rem;
}
.music-list .item-right p {
  font-size: 0.8rem;
  font-weight: 100;
  line-height: 1.5;
}
.music-list .item-right .links {
  padding-top: 1rem;
}
.music-list .item-right .links a {
  margin: 0 0.5rem 0.5rem 0;
}
.music-list .item-right iframe.spotify-embed {
  margin-top: 2rem;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 900px) {
  .music-list .item-right {
    padding: 0 0 1rem 1rem;
  }
  .music-list .item-right p {
    font-size: 0.7rem;
  }
  .music-list .item-right .links a {
    font-size: 62%;
  }
}
@media (max-width: 900px) {
  .music-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .music-list .item-left {
    width: 100%;
  }
  .music-list .item-right {
    padding: 2rem 0 0 0;
    width: 100%;
  }
}

.see-also {
  text-align: center;
}
.see-also p {
  text-transform: uppercase;
}
.see-also a {
  margin: 0 0.25rem;
}

.section-videos a.featured-video {
  display: block;
  aspect-ratio: 17/7;
  background-image: var(--bg-img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.section-videos a.featured-video .play-button {
  color: #fff;
  font-size: 4rem;
  position: relative;
  z-index: 2;
}
.section-videos a.featured-video:before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.section-videos a.featured-video:hover:before {
  opacity: 1;
}
.section-videos p {
  padding: 1rem 1rem 2rem;
  text-align: center;
}
.section-videos .more-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-videos .more-videos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 17/7;
  width: calc((100% - 4rem) / 3);
  background-image: var(--bg-img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
.section-videos .more-videos a p {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0 1rem;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  position: relative;
  z-index: 2;
}
.section-videos .more-videos a {
  position: relative;
}
.section-videos .more-videos a:before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
@media (max-width: 1000px) {
  .section-videos .more-videos a {
    width: calc((100% - 2rem) / 2);
  }
  .section-videos .more-videos a:nth-of-type(3) {
    display: none;
  }
}
.section-videos .more-videos a:hover:before {
  opacity: 1;
}
.section-videos .more-videos a:hover p {
  opacity: 1;
}

table.d-gigs {
  font-size: 0.7rem;
  margin: 0 auto;
  max-width: 700px;
  width: 84%;
  text-transform: uppercase;
}
table.d-gigs tr {
  vertical-align: top;
}
table.d-gigs tr td {
  padding-left: 0.5rem;
}
table.d-gigs tr td:nth-of-type(1) {
  padding-left: 0;
  white-space: nowrap;
}
table.d-gigs tr td:last-of-type {
  text-align: right;
}
table.d-gigs tr td:last-of-type span {
  display: inline-block;
  text-align: center;
  min-width: 120px;
}
table.d-gigs tr td {
  padding-bottom: 1rem;
}
table.d-gigs tr td a {
  display: inline-block;
  min-width: 120px;
}
@media screen and (max-width: 600px) {
  table.d-gigs tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  table.d-gigs tr td {
    line-height: 1.2;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  table.d-gigs tr td:last-of-type {
    padding-bottom: 2rem;
    text-align: center;
  }
}

.gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 2rem;
}
.gallery-items a {
  display: block;
  aspect-ratio: 3/2;
  width: calc((100% - 3rem) / 4);
}
@media (max-width: 1000px) {
  .gallery-items a {
    width: calc((100% - 2rem) / 3);
  }
}
@media (max-width: 600px) {
  .gallery-items a {
    width: calc((100% - 1rem) / 2);
  }
}
.gallery-items a {
  background-image: var(--gallery-img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-newsletter {
  text-align: center;
}
.section-newsletter p {
  margin: 0 auto;
  max-width: 500px;
  width: 84%;
}
.section-page {
  min-height: calc(var(--vh, 1vh) * 100 - ((var(--hh)) + var(--fh)));
}
.section-page h2.section-heading, .section-page h3 {
  text-align: left;
}
.section-page h3 {
  padding-top: 1rem;
}
.section-page p a,
.section-page ul li a {
  color: #fff;
}
.section-page ul {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.section-page ul li {
  padding-bottom: 0.25rem;
}

.section-post .post-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-post .post-columns .post-column:nth-of-type(1) {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.section-post .post-columns .post-column:nth-of-type(1) h2.section-heading {
  text-align: left;
  padding: 0 0 1rem;
}
.section-post .post-columns .post-column:nth-of-type(1) time {
  display: block;
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.8rem;
  font-weight: 100;
  padding: 0 0 1rem;
}
.section-post .post-columns .post-column:nth-of-type(1) img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
.section-post .post-columns .post-column:nth-of-type(1) iframe {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
.section-post .post-columns .post-column:nth-of-type(1) figure.is-type-video iframe {
  height: auto;
  aspect-ratio: 16/9;
}

.section-news .next {
  display: none;
}

.page-template-template-about .section-post .post-columns .post-column h2.section-heading {
  text-align: center;
}

/* bands in town - widget */
.bit-widget-container {
  margin: 0 auto;
  max-width: 700px;
  width: 84%;
}
.bit-widget-container .bit-widget .bit-upcoming-events-show-all-button,
.bit-widget-container .bit-widget .bit-mobile-social-share-button,
.bit-widget-container .bit-widget .bit-play-my-city-wrapper,
.bit-widget-container .bit-widget .bit-follow-section-wrapper,
.bit-widget-container .bit-widget .bit-rsvp.bit-button,
.bit-widget-container .bit-widget .bit-top-track-button,
.bit-widget-container .bit-widget .bit-nav-bar-container {
  display: none;
}
.bit-widget-container .bit-widget {
  background: transparent;
}
.bit-widget-container .bit-widget > div:last-of-type {
  display: none;
}
.bit-widget-container .bit-widget .bit-upcoming-events {
  border-bottom: none;
  margin: 0 !important;
}
.bit-widget-container .bit-widget .bit-offers-inner-wrapper {
  margin-right: 0;
}
.bit-widget-container .bit-widget .bit-event {
  border-top: none;
  padding: 0 !important;
  padding-bottom: 0.5rem !important;
  line-height: unset;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 700px) {
  .bit-widget-container .bit-widget .bit-event {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.bit-widget-container .bit-widget .bit-event:hover {
  background-color: transparent;
}
.bit-widget-container .bit-widget .bit-event .bit-mobile-date-and-share-wrapper {
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left !important;
  display: inline-block !important;
  width: 120px;
}
@media (max-width: 700px) {
  .bit-widget-container .bit-widget .bit-event .bit-mobile-date-and-share-wrapper {
    padding-top: 1rem;
    width: 100%;
  }
}
.bit-widget-container .bit-widget .bit-event .bit-mobile-date-and-share-wrapper .bit-details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 700px) {
  .bit-widget-container .bit-widget .bit-event .bit-mobile-date-and-share-wrapper .bit-details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.5rem;
  }
}
.bit-widget-container .bit-widget .bit-event .bit-event-buttons {
  width: 120px;
}
@media (max-width: 700px) {
  .bit-widget-container .bit-widget .bit-event .bit-event-buttons {
    width: 100%;
  }
}
.bit-widget-container .bit-widget .bit-event .bit-details-inner-wrapper {
  text-align: left;
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: calc(100% - 240px);
}
@media (max-width: 700px) {
  .bit-widget-container .bit-widget .bit-event .bit-details-inner-wrapper {
    padding-bottom: 0.5rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.bit-widget-container .bit-widget .bit-event .bit-details-inner-wrapper .bit-location-under-mobile {
  text-align: left !important;
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  text-transform: uppercase;
}
.bit-widget-container .bit-widget .bit-event .bit-details-inner-wrapper .bit-titleWrapper a {
  color: #fff;
  text-align: left;
}
.bit-widget-container .bit-widget .bit-event .bit-rsvp-container {
  display: none;
}
.bit-widget-container .bit-widget .bit-event .bit-event-buttons {
  margin: 0;
}
.bit-widget-container .bit-widget .bit-event .bit-button {
  display: inline-block;
  line-height: 1;
  min-width: 120px;
  width: auto !important;
}
.bit-widget-container .bit-widget .bit-event .bit-button span {
  font-size: 0.7rem;
  font-weight: normal;
}