* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility !important;
}
@font-face {
  font-family: 'Suisse-Book';
  src: url('SuisseIntl-Book.otf');
}
@font-face {
  font-family: 'Suisse-Book-Italic';
  src: url('SuisseIntl-BookItalic.otf');
}
h1 {
  font-size: 70px;
  font-weight: normal;
}
h2 {
  font-size: 40px;
  font-weight: normal;
}
p {
  line-height: 1.28em;
  margin-bottom: 1.5em;
}
a {
  color: inherit;
  text-decoration: underline;
}
html {
  background: black;
}
body {
  overflow-x: hidden;
  color: white;
  font-family: 'Suisse-Book';
  font-size: 26px;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#menu-bar {
  position: fixed;
  z-index: 1000;
  top: 100%;
  right: 0;
  background: white;
  color: black;
  width: 100vh;
  height: 80px;
  transform: rotate(90deg);
  transform-origin: 100% 0%;
  transition: 0.5s;
}
#menu-bar.open .toggle-open span:first-child,
#menu-bar.open .current-section,
#menu-bar.open .next-section {
  display: none;
  text-transform: uppercase;
}
#menu-bar.open .minimized .toggle-open span:last-child {
  display: inline-block;
}
#menu-bar.open .menu {
  transform: translateY(0%);
}
#menu-bar .minimized {
  position: relative;
  z-index: 102;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid black;
  background: white;
}
#menu-bar .minimized .section-marker {
  flex: 1;
  text-transform: uppercase;
  font-size: 26px;
  position: absolute;
  transition: 0.4s;
  top: 20px;
}
#menu-bar .minimized .toggle-open {
  position: relative;
  top: 20px;
  text-transform: uppercase;
  font-size: 26px;
  margin-left: 30px;
  width: 150px;
}
#menu-bar .minimized .toggle-open span {
  cursor: pointer;
}
#menu-bar .minimized .toggle-open span:last-child {
  display: none;
}
#menu-bar .minimized .current-section {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  transition: 0.4s;
}
#menu-bar .minimized .current-buffer {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  transition: 0.4s;
  top: -80px;
}
#menu-bar .minimized .next-section {
  right: 30px;
  cursor: pointer;
}
#menu-bar .minimized .next-section span::after {
  margin-left: 5px;
  content: '→';
}
#menu-bar .minimized .out-middle {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  transition: 0.4s;
  top: -80px;
}
#menu-bar .minimized .next-buffer {
  right: 30px;
  top: -80px;
}
#menu-bar .menu {
  position: relative;
  z-index: 101;
  transition: 0.5s;
  transform: translateY(-120%);
  height: 100vw;
}
#menu-bar .menu ul {
  background: white;
}
#menu-bar .menu ul li {
  padding: 7px 20px 3px 20px;
  border-bottom: 1px solid black;
  font-size: 70px;
  text-transform: uppercase;
}
#menu-bar .menu ul li:hover,
#menu-bar .menu ul li.active {
  background: black;
  color: white;
  cursor: pointer;
}
.fixed-logo {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  left: 30px;
  z-index: 1000;
  text-align: center;
  width: 16%;
  line-height: 1em;
  font-size: 26px;
  overflow: hidden;
}
.midnightInner {
  overflow: hidden !important;
}
.midnightHeader.white {
  color: white;
}
.midnightHeader.black {
  color: black;
}
section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
section.hero {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .hero-background {
  width: 100%;
  height: 100%;
}
section.hero .hero-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.hero .hero-title {
  position: absolute;
  margin-left: -80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
section.hero .hero-title p {
  text-align: center;
  font-size: 70px;
  line-height: 1em;
}
section.hero .hero-title.small {
  left: 0;
  margin-left: 0;
  transform: translate(0, -50%);
}
section.biography,
section.discography,
section.members,
section.tour,
section.repertoire,
section.gallery,
section.contact {
  position: relative;
  padding-bottom: 80px;
}
section.biography .section-header,
section.discography .section-header,
section.members .section-header,
section.tour .section-header,
section.repertoire .section-header,
section.gallery .section-header,
section.contact .section-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}
section.biography {
  grid-template-rows: auto auto auto auto auto;
  background: #304DEC;
  -webkit-transform: translateZ(0);
}
section.biography::after {
  background-image: url(../assets/logo-white.svg);
}
section.biography .section-header {
  grid-column: 1 / 13;
  grid-row: 1;
}
section.biography .subheader {
  grid-column: 3 / 7;
  grid-row: 2;
}
section.biography .biography-col-image {
  grid-column: 7 / 12;
  grid-row: 2;
}
section.biography .columns-text {
  grid-column: 3 / 11;
  grid-row: 3;
  column-count: 2;
  font-size: 18px;
}
section.biography .biography-large-image {
  grid-column: 2 / 12;
  grid-row: 4;
}
section.biography img {
  width: 100%;
}
section.biography h2 {
  line-height: 1.15em;
}
section.biography .pge-logo {
  grid-row: 5;
  grid-column: 6 / 8;
}
section.discography {
  grid-template-rows: auto auto;
  background-color: white;
  color: black;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
section.discography .section-header {
  text-align: center;
  grid-column: 1 / 13;
  grid-row: 1;
}
section.discography .albums {
  grid-column: 1 / 13;
  grid-row: 2;
}
section.discography .albums .album-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  margin-bottom: 10px;
  grid-template-rows: auto auto;
}
section.discography .albums .album-row .album-thumbs {
  grid-column: 2 / 12;
  grid-row: 1;
  display: flex;
}
section.discography .albums .album-row .album-thumbs .album-cover {
  flex: 0 0 33.333%;
  margin: 0 10px;
  cursor: pointer;
}
section.discography .albums .album-row .album-thumbs .album-cover img {
  width: 100%;
}
section.discography .albums .album-row .album-thumbs .album-cover:first-child {
  margin-left: 0;
}
section.discography .albums .album-row .album-thumbs .album-cover:last-child {
  margin-right: 0;
}
section.discography .albums .album-row .album-expands {
  grid-column: 1 / 13;
  grid-row: 2;
}
section.discography .albums .album-row .album-expand {
  padding: 30px 0 100px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  display: none;
  grid-template-rows: auto auto auto auto auto;
}
section.discography .albums .album-row .album-expand.active {
  display: grid;
}
section.discography .albums .album-row .album-expand .album-title {
  grid-column: 1 / 13;
  grid-row: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
section.discography .albums .album-row .album-expand .album-title span.year sup {
  font-size: 20px;
}
section.discography .albums .album-row .album-expand .album-cover {
  grid-column: 3 / 7;
  grid-row: 2;
}
section.discography .albums .album-row .album-expand .album-cover img {
  width: 100%;
}
section.discography .albums .album-row .album-expand .album-links {
  grid-column: 7 / 11;
  grid-row: 2;
}
section.discography .albums .album-row .album-expand .album-links h2 {
  margin-bottom: 20px;
}
section.discography .albums .album-row .album-expand .album-links ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
section.discography .albums .album-row .album-expand .album-links ul li {
  position: relative;
  margin-right: 50px;
  font-size: 26px;
}
section.discography .albums .album-row .album-expand .album-links ul li::after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  right: -27px;
  top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.discography .albums .album-row .album-expand .album-links .spotify-link::after {
  background-image: url(spotify.svg);
}
section.discography .albums .album-row .album-expand .album-links .itunes-link::after {
  background-image: url(itunes.svg);
}
section.discography .albums .album-row .album-expand .album-links .amazon-link::after {
  background-image: url(amazon.svg);
}
section.discography .albums .album-row .album-expand .album-links .discogs-link::after {
  background-image: url(discogs.svg);
}
section.discography .albums .album-row .album-expand .album-about {
  grid-column: 3 / 11;
  grid-row: 3 / 5;
}
section.discography .albums .album-row .album-expand .album-about h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
section.discography .albums .album-row .album-expand .album-about .about-more {
  display: none;
}
section.discography .albums .album-row .album-expand .album-about .about-text {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  font-size: 18px;
}
section.discography .albums .album-row .album-expand .album-about .about-text::after {
  content: 'Read more';
  cursor: pointer;
}
section.discography .albums .album-row .album-expand .album-about .about-text.more-open .about-more {
  display: block;
}
section.discography .albums .album-row .album-expand .album-about .about-text.more-open::after {
  content: 'Read less';
}
section.members {
  background-color: black;
}
section.members .member {
  grid-template-rows: auto;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 80px;
}
section.members .member .member-image {
  grid-column: 2 / 7;
  grid-row: 1;
}
section.members .member .member-image img {
  width: 100%;
}
section.members .member .member-image .image-credit {
  display: block;
  font-size: 13px;
}
section.members .member .member-bio {
  grid-column: 7 / 11;
  grid-row: 1;
  font-size: 18px;
}
section.members .member .member-bio h2 {
  margin-bottom: 20px;
}
section.members .member:nth-child(even) .member-image {
  grid-column: 7 / 12;
  grid-row: 1;
}
section.members .member:nth-child(even) .member-image .image-credit {
  text-align: right;
}
section.members .member:nth-child(even) .member-bio {
  grid-column: 3 / 7;
  grid-row: 1;
}
section.tour {
  background-color: #b2b2b2;
  color: black;
  grid-auto-rows: minmax(min-content, max-content);
}
section.tour .section-header {
  grid-row: 1;
  grid-column: 1 / 13;
}
section.tour .tour-disclaimer {
  grid-row: 2;
  grid-column: 5 / 9;
  font-size: 14px;
  margin-top: -60px;
  margin-bottom: 20px;
  text-align: center;
}
section.tour .tour-dates {
  grid-row: 3;
  grid-column: 3 / 11;
}
section.tour .tour-entry {
  border-top: 1px solid black;
  padding: 20px 0;
  overflow: hidden;
}
section.tour .tour-entry:last-child {
  border-bottom: 1px solid black;
}
section.tour .tour-entry .entry-data {
  display: flex;
}
section.tour .tour-entry .entry-data > div:not(:last-child) {
  padding-right: 30px;
}
section.tour .tour-entry .entry-data > div {
  flex-grow: 1;
}
section.tour .tour-entry .entry-data .location {
  flex-basis: 25%;
}
section.tour .tour-entry .entry-data .location .location-city {
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.tour .tour-entry .entry-data .location .location-detail {
  line-height: 1em;
  font-size: 14px;
}
section.tour .tour-entry .entry-data .date {
  flex-basis: 20%;
}
section.tour .tour-entry .entry-data .show-title {
  flex-basis: 25%;
  text-transform: uppercase;
}
section.tour .tour-entry .entry-data .actions {
  flex-basis: 20%;
  text-align: right;
  text-transform: uppercase;
}
section.tour .tour-entry .entry-data .actions .tickets-link a {
  color: black;
  text-decoration: none;
}
section.tour .tour-entry .entry-data .actions .read-more span {
  cursor: pointer;
}
section.tour .tour-entry .entry-data .actions .read-more span::after {
  content: '↓';
  margin-left: 5px;
}
section.tour .tour-entry .entry-data .actions .read-more span:last-child {
  display: none;
}
section.tour .tour-entry .entry-more {
  display: none;
  margin-top: 40px;
  font-size: 18px;
}
section.tour .tour-entry .entry-more table {
  border-collapse: collapse;
}
section.tour .tour-entry .entry-more table tr {
  display: flex;
}
section.tour .tour-entry .entry-more table tr td {
  flex: 1;
}
section.tour .tour-entry .entry-more table tr td:first-child {
  padding-right: 30px;
}
section.tour .tour-entry .entry-more table tr td h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1em;
}
section.tour .tour-entry .entry-more table tr td img {
  width: 100%;
  margin-bottom: 10px;
}
section.tour .tour-entry.open .entry-data .read-more span:last-child {
  display: block;
}
section.tour .tour-entry.open .entry-data .read-more span:first-child {
  display: none;
}
section.tour .tour-entry.open .entry-data .read-more span::after {
  content: '↑';
}
section.tour .tour-entry.open .entry-more {
  display: block;
}
section.repertoire {
  background-color: #732b4c;
  grid-auto-rows: minmax(min-content, max-content);
}
section.repertoire .section-header {
  grid-row: 1;
  grid-column: 1 / 13;
}
section.repertoire .repertoire-list {
  grid-row: 2;
  grid-column: 3 / 11;
  display: flex;
  text-align: center;
}
section.repertoire .repertoire-list ul {
  flex: 1;
  list-style-type: none;
}
section.repertoire .repertoire-list ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 40px;
  line-height: 1em;
  padding-bottom: 40px;
  text-transform: uppercase;
}
section.repertoire .repertoire-list ul li.rep-subtitle {
  font-size: 24px;
}
section.repertoire .repertoire-list ul li sup {
  font-size: 24px;
  font-family: 'Suisse-Book-Italic';
}
section.contact {
  background-color: #00a84c;
  color: white;
  grid-auto-rows: minmax(min-content, max-content);
}
section.contact a:hover {
  color: white;
}
section.contact .section-header {
  grid-row: 1;
  grid-column: 1 / 13;
}
section.contact .contact-info {
  grid-row: 2;
  grid-column: 3 / 7;
}
section.contact .follow-info {
  grid-row: 2;
  grid-column: 7 / 11;
}
section.contact .follow-info a {
  position: relative;
  text-decoration: none;
}
section.contact .follow-info .instagram-link::after,
section.contact .follow-info .facebook-link::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: -39px;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(100%);
}
section.contact .follow-info .instagram-link::after {
  background-image: url(instagram.svg);
}
section.contact .follow-info .facebook-link::after {
  background-image: url(facebook.svg);
}
section.contact #mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
}
section.contact #mc_embed_signup #mc_embed_signup_scroll input[type="email"] {
  margin-top: 5px;
  width: 200px;
  font-family: inherit;
  background: none;
  border: 2px solid white;
  color: inherit;
  font-size: 0.7em;
  outline: none;
  padding: 5px 8px;
}
section.contact #mc_embed_signup #mc_embed_signup_scroll input[type="submit"] {
  margin-top: 5px;
  font-family: inherit;
  background: none;
  border: 2px solid white;
  color: #00a84c;
  background: white;
  font-size: 18px;
  outline: none;
  padding: 5px 8px;
  margin-left: 10px;
}
section.contact h2 {
  margin-bottom: 30px;
}
section.contact .contact-logos {
  grid-row: 3;
  grid-column: 3 / 11;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
section.contact .contact-logos .contact-logo img {
  height: 70px;
}
section.gallery {
  background-color: #1C1C1B;
  color: white;
  grid-auto-rows: minmax(min-content, max-content);
  width: 100vw;
}
section.gallery a:hover {
  color: white;
}
section.gallery .section-header {
  width: 100vw;
  grid-row: 1;
  grid-column: 1 / 13;
}
section.gallery .contact-info {
  grid-row: 2;
  grid-column: 1 / 13;
}
section.gallery .slider-container {
  width: calc(100vw - 80px);
  height: 60vh;
  position: relative;
  margin-top: -25px;
  margin-bottom: 80px;
}
section.gallery .slider-container .gallery-slider .item {
  align-items: center;
  justify-content: center;
  height: 60vh;
}
section.gallery .slider-container .gallery-slider .item img,
section.gallery .slider-container .gallery-slider .item .video {
  display: block;
  max-height: 60vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
section.gallery .slider-container .gallery-slider .item video {
  height: 100%;
}
section.gallery .slider-container .gallery-slider .item .video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}
section.gallery .slider-container .gallery-slider .item .video:hover::after {
  width: 110px;
  height: 110px;
}
section.gallery .slider-container .gallery-slider .item .video.isPlaying::after {
  display: none;
}
section.gallery .slider-container .prev-slide,
section.gallery .slider-container .next-slide {
  position: absolute;
  height: 60vh;
  width: 35vw;
  border: 1px solid white;
  cursor: pointer;
  top: 25px;
  opacity: 0;
}
section.gallery .slider-container .prev-slide {
  left: 0;
}
section.gallery .slider-container .next-slide {
  right: 0;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 50px;
    font-weight: normal;
  }
  h2 {
    font-size: 30px;
    font-weight: normal;
  }
  p {
    line-height: 1.2em;
    margin-bottom: 1.5em;
  }
  a {
    color: inherit;
    text-decoration: underline;
  }
  .fixed-logo {
    display: none;
  }
  .grid-12 {
    grid-gap: 15px;
  }
  #menu-bar {
    top: 0;
    right: 0;
    width: 100vw;
    height: 60px;
    transform: rotate(0deg);
    transform-origin: 100% 0%;
  }
  #menu-bar .minimized {
    height: 60px;
  }
  #menu-bar .minimized .section-marker {
    top: 13px;
  }
  #menu-bar .minimized .toggle-open {
    top: 13px;
  }
  #menu-bar .minimized .current-section {
    text-align: right;
    right: 30px;
    transform: none;
    transition: 0.4s;
  }
  #menu-bar .minimized .current-buffer {
    display: none;
  }
  #menu-bar .minimized .next-section {
    display: none;
  }
  #menu-bar .minimized .out-middle {
    display: none;
  }
  #menu-bar .minimized .next-buffer {
    display: none;
  }
  #menu-bar .menu {
    transform: translateY(-130%);
    height: auto;
  }
  #menu-bar .menu ul li {
    padding: 10px 20px 10px 30px;
    font-size: 20px;
  }
  #menu-bar .menu ul li.blank {
    display: none;
  }
  section.hero .hero-background {
    width: 100%;
    height: 100%;
  }
  section.hero .hero-title {
    margin-left: 0px;
    display: flex;
    align-items: flex-start;
  }
  section.hero .hero-title p {
    margin-top: 40px;
    text-align: center;
    font-size: 10vw;
    line-height: 1em;
  }
  section.biography {
    grid-template-rows: auto auto auto auto auto auto;
    background: #304DEC;
    -webkit-transform: translateZ(0);
    padding-bottom: 50px;
  }
  section.biography::after {
    background-image: url(../assets/logo-white.svg);
  }
  section.biography .section-header {
    grid-column: 1 / 13;
    grid-row: 1;
  }
  section.biography .subheader {
    grid-column: 2 / 12;
    grid-row: 2;
  }
  section.biography .biography-col-image {
    grid-column: 1 / 13;
    grid-row: 3;
  }
  section.biography .columns-text {
    grid-column: 2 / 12;
    grid-row: 4;
    column-count: 1;
    font-size: 18px;
  }
  section.biography .biography-large-image {
    grid-column: 1 / 13;
    grid-row: 5;
  }
  section.biography .pge-logo {
    grid-row: 6;
    grid-column: 5 / 9;
  }
  section.biography img {
    width: 100%;
  }
  section.biography h2 {
    line-height: 1.15em;
  }
  section.discography .albums .album-row {
    grid-gap: 15px;
    margin-bottom: 0px;
    margin-top: -15px;
  }
  section.discography .albums .album-row .album-thumbs {
    grid-column: 2 / 12;
    flex-direction: column;
  }
  section.discography .albums .album-row .album-thumbs .album-cover {
    margin: 0px;
    flex: auto;
  }
  section.discography .albums .album-row .album-expand {
    padding: 5px 0 100px;
    grid-gap: 15px;
    display: none;
    grid-template-rows: auto auto auto;
  }
  section.discography .albums .album-row .album-expand.active {
    display: grid;
  }
  section.discography .albums .album-row .album-expand .album-title {
    grid-column: 1 / 13;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.4em;
  }
  section.discography .albums .album-row .album-expand .album-title h1 {
    font-size: 40px;
  }
  section.discography .albums .album-row .album-expand .album-title span.year {
    position: absolute;
    margin-top: -8px;
    margin-left: 5px;
  }
  section.discography .albums .album-row .album-expand .album-title span.year sup {
    font-size: 22px;
  }
  section.discography .albums .album-row .album-expand .album-cover {
    display: none;
  }
  section.discography .albums .album-row .album-expand .album-links {
    margin-top: 20px;
    grid-column: 1 / 13;
    grid-row: 3;
  }
  section.discography .albums .album-row .album-expand .album-links h2 {
    margin-bottom: 20px;
  }
  section.discography .albums .album-row .album-expand .album-links ul {
    list-style-type: none;
    display: flex;
  }
  section.discography .albums .album-row .album-expand .album-links ul li {
    margin-right: 50px;
  }
  section.discography .albums .album-row .album-expand .album-about {
    grid-column: 1 / 13;
    grid-row: 2;
    font-size: 18px;
  }
  section.discography .albums .album-row .album-expand .album-about h2 {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  section.members .member .member-image {
    grid-column: 2 / 12;
    grid-row: 1;
  }
  section.members .member .member-image .image-credit {
    display: block;
    font-size: 12px;
    text-align: right;
  }
  section.members .member .member-bio {
    grid-column: 2 / 11;
    grid-row: 2;
    font-size: 18px;
  }
  section.members .member:nth-child(even) .member-image {
    grid-column: 2 / 12;
    grid-row: 1;
  }
  section.members .member:nth-child(even) .member-bio {
    grid-column: 2 / 11;
    grid-row: 2;
  }
  section.tour .tour-disclaimer {
    grid-row: 2;
    grid-column: 2 / 12;
    font-size: 14px;
    margin-top: -60px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.tour .tour-dates {
    grid-row: 3;
    grid-column: 2 / 12;
  }
  section.tour .tour-entry .entry-data {
    flex-direction: column;
  }
  section.tour .tour-entry .entry-data > div:not(:last-child) {
    padding-right: 0px;
  }
  section.tour .tour-entry .entry-data > div {
    flex-grow: 1;
  }
  section.tour .tour-entry .entry-data .location {
    order: 3;
    margin-top: 10px;
  }
  section.tour .tour-entry .entry-data .location .location-city {
    margin-bottom: 0px;
  }
  section.tour .tour-entry .entry-data .date {
    order: 1;
    margin-top: 0px;
  }
  section.tour .tour-entry .entry-data .show-title {
    order: 2;
    margin-top: 25px;
    line-height: 1em;
  }
  section.tour .tour-entry .entry-data .actions {
    order: 4;
    margin-top: 40px;
    text-align: left;
    display: flex;
    font-size: 22px;
  }
  section.tour .tour-entry .entry-data .actions .tickets-link {
    order: 2;
  }
  section.tour .tour-entry .entry-data .actions .read-more {
    flex: 1;
    order: 1;
  }
  section.tour .tour-entry .entry-data .actions .read-more span {
    cursor: pointer;
  }
  section.tour .tour-entry .entry-data .actions .read-more span::after {
    content: '↓';
    margin-left: 5px;
  }
  section.tour .tour-entry .entry-data .actions .read-more span:last-child {
    display: none;
  }
  section.tour .tour-entry .entry-more table tr {
    flex-direction: column;
  }
  section.tour .tour-entry .entry-more table tr td {
    font-size: 18px;
  }
  section.tour .tour-entry .entry-more table tr td:first-child {
    padding-right: 0px;
  }
  section.tour .tour-entry.open .entry-data .read-more span:last-child {
    display: block;
  }
  section.tour .tour-entry.open .entry-data .read-more span:first-child {
    display: none;
  }
  section.tour .tour-entry.open .entry-data .read-more span::after {
    content: '↑';
  }
  section.tour .tour-entry.open .entry-more {
    display: block;
  }
  section.repertoire .repertoire-list {
    grid-row: 2;
    grid-column: 2 / 12;
    display: block;
  }
  section.repertoire .repertoire-list ul {
    column-count: 1;
    column-gap: 0px;
  }
  section.repertoire .repertoire-list ul li {
    font-size: 30px;
    padding-bottom: 34px;
  }
  section.repertoire .repertoire-list ul li sup {
    font-size: 18px;
  }
  section.repertoire .repertoire-list ul li.rep-subtitle {
    font-size: 18px;
  }
  section.repertoire .repertoire-list ul:last-child li.rep-subtitle {
    margin-top: 50px;
  }
  section.contact {
    font-size: 18px;
  }
  section.contact .section-header {
    grid-row: 1;
    grid-column: 1 / 13;
  }
  section.contact .contact-info {
    grid-row: 2;
    grid-column: 2 / 12;
  }
  section.contact .follow-info {
    grid-row: 3;
    grid-column: 2 / 12;
  }
  section.contact h2 {
    margin-bottom: 30px;
  }
  section.contact .contact-logos {
    grid-row: 4;
    grid-column: 2 / 12;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  section.contact .contact-logos .contact-logo img {
    height: 70px;
  }
  section.gallery {
    width: 100vw;
  }
  section.gallery .section-header {
    width: 100vw;
    grid-row: 1;
    grid-column: 1 / 13;
  }
  section.gallery .contact-info {
    grid-row: 2;
    grid-column: 1 / 13;
  }
  section.gallery .slider-container {
    width: 100vw;
    height: 60vh;
    margin-top: -140px;
    margin-bottom: 40px;
  }
  section.gallery .slider-container .tns-outer {
    height: 100% !important;
  }
  section.gallery .slider-container .gallery-slider .item {
    align-items: center;
    justify-content: center;
    height: 90vh;
  }
  section.gallery .slider-container .gallery-slider .item img,
  section.gallery .slider-container .gallery-slider .item .video {
    display: block;
    max-width: 95vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  section.gallery .slider-container .gallery-slider .item video {
    height: auto;
    width: 100%;
  }
  section.gallery .slider-container .prev-slide,
  section.gallery .slider-container .next-slide {
    display: none;
  }
}
.debug {
  position: fixed;
  top: 20px;
  left: 20px;
  background: white;
  color: black;
  padding: 10px;
  z-index: 10000000;
  width: 300px;
}
