.shows-template-default .content,
.show-template-default .content {
  color: #ECC879;
  font-size: 1rem;
}
.shows-template-default .content h1,
.show-template-default .content h1 {
  color: #D8A544;
  margin-top: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.shows-template-default .content .entry-content > p,
.show-template-default .content .entry-content > p {
  max-width: 70ch;
  margin-inline: auto;
  text-align: left;
}
.shows-template-default .video-responsive-wrapper,
.show-template-default .video-responsive-wrapper {
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.shows-template-default .video-responsive-container,
.show-template-default .video-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.shows-template-default .video-responsive-wrapper iframe,
.shows-template-default .video-responsive-wrapper object,
.shows-template-default .video-responsive-wrapper embed,
.show-template-default .video-responsive-wrapper iframe,
.show-template-default .video-responsive-wrapper object,
.show-template-default .video-responsive-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shows-template-default .entry-comments h3,
.show-template-default .entry-comments h3 {
  font-weight: bold;
  margin-top: 3rem;
  text-transform: uppercase;
  color: #D8A544;
}
.shows-template-default .entry-comments .comment,
.show-template-default .entry-comments .comment {
  text-align: left;
}
.shows-template-default .entry-comments .comment .comment-header,
.show-template-default .entry-comments .comment .comment-header {
  vertical-align: center;
  color: #D8A544;
  line-height: 1.2rem;
}
.shows-template-default .entry-comments .comment .comment-header .comment-author-name,
.show-template-default .entry-comments .comment .comment-header .comment-author-name {
  padding-top: 10px;
}
.shows-template-default .entry-comments .comment .comment-header a,
.show-template-default .entry-comments .comment .comment-header a {
  color: #D8A544;
  text-decoration: none;
}
.shows-template-default .entry-comments .comment .comment-content,
.show-template-default .entry-comments .comment .comment-content {
  font-size: 0.875rem;
}
.shows-template-default .entry-comments .comment .comment-content p,
.show-template-default .entry-comments .comment .comment-content p {
  margin-bottom: 0.9rem;
}
.shows-template-default .entry-comments .comment .comment-reply a,
.show-template-default .entry-comments .comment .comment-reply a {
  color: #D8A544;
  line-height: 1.2rem;
}
.shows-template-default #respond h3,
.show-template-default #respond h3 {
  margin-top: 3rem;
  text-transform: uppercase;
  color: #D8A544;
}
.shows-template-default #respond input[type=submit],
.show-template-default #respond input[type=submit] {
  width: 100%;
}
.shows-template-default .gallery,
.show-template-default .gallery {
  background-color: #9a302f;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}
.shows-template-default .gallery h2,
.show-template-default .gallery h2 {
  margin-bottom: 1.25rem;
}
.shows-template-default #slider,
.show-template-default #slider {
  width: auto;
}
.shows-template-default #slider .slides,
.show-template-default #slider .slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: space-between;
  gap: 0.5rem;
}
.shows-template-default #slider .slides li,
.show-template-default #slider .slides li {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.shows-template-default #slider .slides li:hover img,
.show-template-default #slider .slides li:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.shows-template-default .tickets,
.show-template-default .tickets {
  margin-top: 3rem;
}
.shows-template-default .tickets h2,
.show-template-default .tickets h2 {
  margin-top: 3rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  color: #D8A544;
}
.shows-template-default .ticketlist,
.show-template-default .ticketlist {
  display: flex;
  flex-direction: column;
}
.shows-template-default .ticketlist .month-headline,
.show-template-default .ticketlist .month-headline {
  margin-top: 3rem;
  font-weight: bold;
}
.shows-template-default .ticketlist .ticket-entry,
.show-template-default .ticketlist .ticket-entry {
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 20px;
  justify-content: space-between;
}
.shows-template-default .ticketlist .ticket-entry.even,
.show-template-default .ticketlist .ticket-entry.even {
  background-color: rgba(255, 255, 255, 0.05);
}
.shows-template-default .ticketlist .ticket-entry .calendardetail,
.show-template-default .ticketlist .ticket-entry .calendardetail {
  align-self: flex-start;
  text-align: left;
  width: 80%;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail a,
.show-template-default .ticketlist .ticket-entry .calendardetail a {
  text-decoration: none;
  color: #ECC879;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail a:hover,
.show-template-default .ticketlist .ticket-entry .calendardetail a:hover {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail h3,
.show-template-default .ticketlist .ticket-entry .calendardetail h3 {
  color: #ECC879;
  margin-bottom: 0;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail h3:hover,
.show-template-default .ticketlist .ticket-entry .calendardetail h3:hover {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail h3 .date,
.show-template-default .ticketlist .ticket-entry .calendardetail h3 .date {
  font-size: 1.25rem;
  font-weight: bold;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail h3 .time,
.show-template-default .ticketlist .ticket-entry .calendardetail h3 .time {
  font-size: 0.9rem;
}
.shows-template-default .ticketlist .ticket-entry .calendardetail .price--soldout,
.show-template-default .ticketlist .ticket-entry .calendardetail .price--soldout {
  text-decoration: line-through;
  color: #ECC879;
}
.shows-template-default .ticketlist .ticket-entry .link,
.show-template-default .ticketlist .ticket-entry .link {
  align-self: flex-start;
  justify-self: flex-end;
  justify-content: center;
  display: inline-flex;
  text-align: right;
}
.shows-template-default .ticketlist .ticket-entry .link a,
.show-template-default .ticketlist .ticket-entry .link a {
  text-decoration: none;
}
.shows-template-default .ticketlist .ticket-entry .link .soldout,
.show-template-default .ticketlist .ticket-entry .link .soldout {
  color: #c96b6a;
}
.shows-template-default .ticketlist .ticket-entry .link a.ticketbtn,
.show-template-default .ticketlist .ticket-entry .link a.ticketbtn {
  font-weight: normal;
  font-size: 0.7rem;
  color: #D8A544;
  line-height: 0.8rem;
  max-width: 50px;
}
.shows-template-default .ticketlist .ticket-entry .link a.ticketbtn:hover,
.show-template-default .ticketlist .ticket-entry .link a.ticketbtn:hover {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.shows-template-default .ticketlist .ticket-entry .link .ticket,
.show-template-default .ticketlist .ticket-entry .link .ticket {
  height: 41px;
}
.shows-template-default .video-trailer,
.show-template-default .video-trailer {
  margin-top: 3rem;
}
.shows-template-default .video-trailer h2,
.show-template-default .video-trailer h2 {
  color: #D8A544;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.shows-template-default .gallery,
.show-template-default .gallery {
  margin-top: 3rem;
}
.shows-template-default .gallery h2,
.show-template-default .gallery h2 {
  color: #D8A544;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.shows-template-default .gallery img,
.show-template-default .gallery img {
  border: none;
}

@media only screen and (min-width: 1140px) {
  .single-shows .content,
  .single-show .content {
    text-align: center;
  }
  .single-shows .content .entry-content,
  .single-show .content .entry-content {
    max-width: 1140px;
    margin: 0 auto;
  }
  .single-shows .video-trailer,
  .single-show .video-trailer {
    max-width: 1140px;
    margin: 0 auto;
  }
  .single-shows #slider,
  .single-show #slider {
    max-width: 1140px;
    margin: 0 auto;
  }
  .single-shows #slider .slides,
  .single-show #slider .slides {
    grid-template-columns: repeat(auto-fill, minmax(16.6666666667%, 1fr));
  }
  .single-shows #slider .slides li,
  .single-show #slider .slides li {
    height: auto;
  }
  .single-shows .tickets,
  .single-show .tickets {
    max-width: 1140px;
    margin: 0 auto;
  }
  .single-shows .tickets .ticket-entry,
  .single-show .tickets .ticket-entry {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single-shows .entry-comments,
  .single-show .entry-comments {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single-shows #respond,
  .single-show #respond {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px) {
  .single-shows .content,
  .single-show .content {
    text-align: center;
  }
  .single-shows .content .entry-header,
  .single-show .content .entry-header {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows .content .entry-content,
  .single-show .content .entry-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows .tickets,
  .single-show .tickets {
    margin-top: 3rem;
  }
  .single-shows .tickets .ticket-entry,
  .single-show .tickets .ticket-entry {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single-shows .entry-comments,
  .single-show .entry-comments {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows #respond,
  .single-show #respond {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows #respond h3,
  .single-show #respond h3 {
    font-size: 1.3rem;
  }
  .single-shows #slider,
  .single-show #slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows #slider .slides,
  .single-show #slider .slides {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(16.6666666667%, 1fr));
  }
  .single-shows #slider .slides li,
  .single-show #slider .slides li {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .single-shows #featured-image,
  .single-show #featured-image {
    max-height: 425px;
    height: 425px;
  }
  .single-shows .content,
  .single-show .content {
    text-align: center;
  }
  .single-shows .content .entry-header,
  .single-show .content .entry-header {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .single-shows .content .entry-content,
  .single-show .content .entry-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tickets .ticket-entry {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .entry-comments {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #respond {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #respond h3 {
    font-size: 1.3rem;
  }
  #slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #slider .slides {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
  #slider .slides li {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 968px) {
  #slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #slider .slides {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
  #slider .slides li {
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  #slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #slider .slides {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
  #slider .slides li {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #slider {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #slider .slides {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(33.3333333333%, 1fr));
  }
  #slider .slides li {
    height: auto;
  }
}

/*# sourceMappingURL=show.css.map */
