/*
Theme Name: HQP2025
Author: Aaron Lamb
Author URI: https://aaronglamb.com
Description: A Gutenberg blocks based theme for use with the Harlequin Productions website, including custom content types for Shows, Events, Artists, and Sponsors. This theme is built on the Timber library and utilizes the Twig templating engine.
Version: 1.2
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hqp2025
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Hairline.woff2") format("woff2"), url("fonts/Lato-Hairline.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-HairlineItalic.woff2") format("woff2"), url("fonts/Lato-HairlineItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-LightItalic.woff2") format("woff2"), url("fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Italic.woff2") format("woff2"), url("fonts/Lato-Italic.woff") format("woff");
  font-weight: regular;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BoldItalic.woff2") format("woff2"), url("fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BlackItalic.woff2") format("woff2"), url("fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Goudy Old Style";
  src: url("fonts/GoudyOldStyleT-Regular.woff2") format("woff2"), url("fonts/GoudyOldStyleT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goudy Old Style";
  src: url("fonts/GoudyOldStyleT-Bold.woff2") format("woff2"), url("fonts/GoudyOldStyleT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goudy Old Style";
  src: url("fonts/GoudyOldStyleT-Italic.woff2") format("woff2"), url("fonts/GoudyOldStyleT-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "League Gothic";
  src: url("fonts/LeagueGothic-Regular.woff2") format("woff2"), url("fonts/LeagueGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body, html {
  margin: 0;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-smooth: auto;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

h3 {
  font-family: "Goudy Old Style", Times, serif;
  font-style: italic;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
}

figcaption {
  font-size: 0.8em;
}

.underline {
  border-bottom: 1px solid rgb(85.425, 85.425, 85.425);
}

.hqp-btn {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 1em;
  border: 1px solid;
  border-radius: 0;
  padding: 3px 3em 3px 1em;
  text-decoration: none;
  color: #fff;
}
.hqp-btn span {
  font-weight: 700;
  letter-spacing: normal;
  padding-left: 3px;
}

.title-container {
  overflow-x: hidden;
}

.crumbs {
  line-height: 2;
  font-size: 0.8em;
  font-weight: 300;
}
.crumbs > * {
  vertical-align: middle;
}
.crumbs .crumb {
  padding: 6px 12px;
  text-decoration: none;
  color: #000;
}
.crumbs .crumb:hover {
  color: var(--hover-color);
  background-color: var(--hover-bkg);
}
.crumbs .crumb-separator {
  padding: 0 0.5em;
  font-size: 2em;
  font-weight: 100;
}

#hqp-donate-link:hover {
  color: #fff;
}

.pagination {
  max-width: 500px;
  margin: auto;
  justify-content: center;
}
.pagination > * {
  padding: 0 6px;
  font-size: 0.8em;
}
.pagination > * > * {
  padding: 0.5em;
  line-height: 2.5;
}
.pagination a {
  text-decoration: none;
  color: #000;
}
.pagination a:hover {
  color: #333333;
}

/**
 * Gutenberg block styles.
 */
.wp-block-media-text {
  margin-bottom: 3em;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 1em 0 !important;
}

@media all and (min-width: 601px) {
  .wp-block-media-text .wp-block-media-text__media > img {
    position: relative;
    aspect-ratio: 1/1;
    object-fit: cover;
    z-index: 2;
    margin-top: 1em;
  }
  .wp-block-media-text .wp-block-media-text__content {
    border: 1px solid #ccc;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2em 2em 2em 4em !important;
    margin-left: -2em !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 2em 4em 2em 2em !important;
    margin-right: -2em !important;
    margin-left: 0 !important;
  }
}
details {
  padding: 0.75em;
  background-color: #e4eaef;
  margin-bottom: 1em;
}

details summary {
  background-color: #444;
  color: white;
  padding: 10px;
}

details summary + * {
  margin-top: 1em;
}

header {
  background: rgb(0, 0, 0);
  z-index: 2;
}
header.has-thumbnail {
  background: -webkit-linear-gradient(rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 97%);
  background: -moz-linear-gradient(rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 97%);
  background: -o-linear-gradient(rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 97%);
  background: linear-gradient(rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 97%);
}
header #hqp-search-form {
  background-color: #fff;
  font-family: "Lato";
  font-size: 18px;
  color: rgb(85.425, 85.425, 85.425);
}
header #hqp-search-form #s {
  padding: 5px 1em;
  border: 1px solid rgb(85.425, 85.425, 85.425);
  border-start-start-radius: 5px;
  border-start-end-radius: 0;
  border-end-start-radius: 5px;
  border-end-end-radius: 0;
  width: 50%;
  min-width: 300px;
}
header #hqp-search-form #searchsubmit {
  margin-left: -2px;
  padding: 5px 0.65em;
  background-color: rgb(85.425, 85.425, 85.425);
  color: #fff;
  border: 1px solid rgb(85.425, 85.425, 85.425);
  border-start-start-radius: 0;
  border-start-end-radius: 5px;
  border-end-start-radius: 0;
  border-end-end-radius: 5px;
}
header #hqp-main-nav {
  background: #000;
}
@media (min-width: 992px) {
  header #hqp-main-nav {
    background: none;
  }
}
header .navbar {
  border-bottom: 1px solid #fff;
}
header .navbar .navbar-toggler span {
  color: #fff;
}
header .navbar #hqp-logo {
  font-family: "Lato";
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
}
header .navbar #hqp-logo a {
  position: absolute;
  top: 0;
  font-size: 2.7rem;
  text-decoration: none;
  color: #fff;
}
header .navbar #hqp-logo a:hover {
  color: var(--hover-color);
}
header .navbar #hqp-main-menu .navbar-nav, header .navbar #hqp-main-menu .dropdown-menu {
  background: #000;
}
header .navbar #hqp-main-menu .navbar-nav .nav-item, header .navbar #hqp-main-menu .navbar-nav .menu-item, header .navbar #hqp-main-menu .dropdown-menu .nav-item, header .navbar #hqp-main-menu .dropdown-menu .menu-item {
  margin: 0 1em 0 0;
  position: relative;
  font-size: 0.85rem;
}
header .navbar #hqp-main-menu .navbar-nav .nav-item a, header .navbar #hqp-main-menu .navbar-nav .menu-item a, header .navbar #hqp-main-menu .dropdown-menu .nav-item a, header .navbar #hqp-main-menu .dropdown-menu .menu-item a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
header .navbar #hqp-main-menu .navbar-nav .nav-item a.fa:before, header .navbar #hqp-main-menu .navbar-nav .menu-item a.fa:before, header .navbar #hqp-main-menu .dropdown-menu .nav-item a.fa:before, header .navbar #hqp-main-menu .dropdown-menu .menu-item a.fa:before {
  position: relative;
  top: 0.1em;
  left: -0.3em;
  font-family: "Font Awesome 6 Free";
  font-size: 1.25rem;
  color: #fff;
}
@media (min-width: 992px) {
  header .navbar #hqp-main-menu .navbar-nav .nav-item a:focus-within, header .navbar #hqp-main-menu .navbar-nav .menu-item a:focus-within, header .navbar #hqp-main-menu .dropdown-menu .nav-item a:focus-within, header .navbar #hqp-main-menu .dropdown-menu .menu-item a:focus-within {
    border-top: 1px solid;
    margin-top: -1px;
  }
}
header .navbar #hqp-main-menu .navbar-nav .nav-item .dropdown-menu > ul > li > ul, header .navbar #hqp-main-menu .navbar-nav .menu-item .dropdown-menu > ul > li > ul, header .navbar #hqp-main-menu .dropdown-menu .nav-item .dropdown-menu > ul > li > ul, header .navbar #hqp-main-menu .dropdown-menu .menu-item .dropdown-menu > ul > li > ul {
  display: none !important;
}
header .navbar #hqp-main-menu .navbar-nav .sub-menu__container, header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container {
  display: grid;
  grid-template-columns: 50% auto;
}
header .navbar #hqp-main-menu .navbar-nav .sub-menu__container .featured-content, header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container .featured-content {
  display: flex;
  gap: 0.8rem;
}
header .navbar #hqp-main-menu .navbar-nav .sub-menu__container .featured-content .card, header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container .featured-content .card {
  flex: 1 1 0px;
}
header .navbar #hqp-main-menu .dropdown-menu {
  background: #fff;
  margin-bottom: 1em;
  margin-top: 0.35rem;
  padding: 1em 0 0;
}
header .navbar #hqp-main-menu .dropdown-menu ul {
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-top: -1em;
  padding: 1em 0;
}
header .navbar #hqp-main-menu .dropdown-menu ul .nav-item, header .navbar #hqp-main-menu .dropdown-menu ul .menu-item {
  margin-left: 0;
}
header .navbar #hqp-main-menu .dropdown-menu ul .nav-item a, header .navbar #hqp-main-menu .dropdown-menu ul .menu-item a {
  color: #000;
}
header .navbar #hqp-main-menu .dropdown-menu ul .nav-item a:focus-within, header .navbar #hqp-main-menu .dropdown-menu ul .menu-item a:focus-within {
  border-top: none;
  margin-top: 0px;
}
header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container {
  height: 100%;
}
@media (min-width: 992px) {
  header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container {
    margin: -1.1em 1em;
    padding-top: 1.1em;
  }
}
header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container ul {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  header .navbar #hqp-main-menu .dropdown-menu .sub-menu__container ul {
    width: auto;
    margin-left: 1em;
    height: calc(100% + 1.1em + 2em);
    padding-top: 1.1em;
    margin-top: -1.1em;
  }
}
header .navbar #hqp-main-menu .dropdown-menu {
  top: calc(2.4em + 1px);
  border-radius: 0;
}
header .navbar #hqp-main-menu .dropdown-menu ul {
  padding-left: 0;
}
header .navbar #hqp-main-menu .dropdown-menu ul .menu-item {
  line-height: 2;
}
header .navbar #hqp-main-menu .dropdown-menu ul .menu-item a {
  font-size: 0.85rem;
  font-weight: 300;
  text-decoration: none;
}
header .navbar #hqp-main-menu .dropdown-menu ul .menu-item:before {
  font-family: "Fontawesome";
  color: inherit;
  margin-right: 4px;
}
header .navbar #hqp-main-menu .dropdown-menu ul .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
header .navbar #hqp-main-menu .dropdown-menu ul .menu-item.fa {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  header .navbar #hqp-main-menu .has-megamenu {
    position: static !important;
  }
  header .navbar #hqp-main-menu .megamenu {
    padding: 1rem 1rem 3rem;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0.85rem;
  }
}
header .navbar .search-icon {
  color: #fff;
}
@media (max-width: 991px) {
  header .navbar .navbar.fixed-top .navbar-collapse, header .navbar .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
header #hqp-secondary-nav {
  font-size: 0.7em;
}
header #hqp-secondary-nav .hqp-tickets.fa {
  margin: 0 2em 0 1em;
  position: relative;
}
header #hqp-secondary-nav .hqp-tickets.fa:before {
  position: absolute;
  top: 0.15rem;
  right: -1rem;
  font-size: 1rem;
  color: #fff;
}
header #hqp-secondary-nav .hqp-tickets a {
  line-height: 1.5em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
header #hqp-secondary-nav a {
  color: #fff;
}

.article-h1 {
  font-size: 2em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .article-h1 {
    font-size: 3em;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .article-h1 {
    font-size: 3.5em;
  }
}

.has-header-image .article-h1 {
  font-color: #fff;
}

.has-thumbnail .navbar #hqp-main-menu .navbar-nav {
  background: unset;
}

#footer {
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
}
#footer .sponsors {
  background: #fff;
  color: #000;
  height: 180px;
  line-height: 180px;
}
#footer .sponsors .sponsor {
  padding: 0 20px;
  text-align: center;
}
#footer .sponsors .sponsor.with-type {
  border-left: 0.5px solid rgb(119.085, 119.085, 119.085);
  padding-left: 3em;
  color: rgb(34.425, 34.425, 34.425);
}
#footer .sponsors .sponsor .sponsor-type {
  position: absolute;
  top: 1.7em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 300;
  text-align: left;
  width: 200%;
}
#footer .sponsors .sponsor img {
  margin: 0 auto;
  display: inline-block;
  line-height: 170px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: auto;
  max-height: 100px;
  max-width: 100%;
  border-width: 0;
}
#footer .footer-content {
  background: #000;
}
#footer .footer-content h5 {
  text-transform: uppercase;
  font-weight: 900;
}
#footer .footer-content .btn {
  border-radius: 0;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 2rem;
}
#footer .footer-content .btn:hover {
  background: #fff;
}
#footer .footer-content .social .social-link a {
  color: #fff;
  text-decoration: none;
}
#footer .footer-content .social .social-link a:hover {
  color: yellow;
}
#footer .footer-content .footermenu ul li a {
  color: #fff;
  padding: 0 0 8px;
}
#footer .footer-content .footermenu ul li a:hover {
  color: var(--hover-color);
}
#footer .footer-content .footercustom a {
  color: #fff;
}
#footer .footer-content .footercustom a:hover {
  color: var(--hover-color);
}
#footer .footer-content .copyright {
  font-size: 10px;
}

.header-image {
  margin-top: -112px;
  max-height: 80vh;
  overflow: hidden;
  z-index: 0;
  background: #000;
}
@media (min-width: 992px) {
  .header-image {
    margin-top: -101px;
  }
}
.header-image img {
  min-width: 100%;
  max-width: 100%;
  opacity: 0.7;
}
.header-image .article-h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  padding: 0 1rem 2rem 1rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .header-image .article-h1 {
    font-size: 3.25em;
  }
}
@media (min-width: 1200px) {
  .header-image .article-h1 {
    font-size: 4em;
  }
}
@media (min-width: 992px) {
  .header-image .article-h1 {
    padding: 0 10% 2rem 10%;
  }
}

.show-image {
  margin-top: -101px;
  max-height: 80vh;
  overflow: hidden;
  z-index: 0;
  background: #000;
  font-family: "Lato";
  color: #fff;
}
.show-image img {
  min-width: 100%;
  max-width: 100%;
  opacity: 0.6;
}
.show-image .show-meta {
  width: 100%;
}
.show-image .show-meta .season-sponsor, .show-image .show-meta .subtitle {
  font-family: "Goudy Old Style";
  font-style: italic;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  font-size: 1.5rem;
}
.show-image .show-meta .season-sponsor span:not(:last-child):after, .show-image .show-meta .subtitle span:not(:last-child):after {
  content: "|";
  padding: 0 0.25rem 0 0.6rem;
}
@media (min-width: 992px) {
  .show-image .show-meta .season-sponsor, .show-image .show-meta .subtitle {
    text-align: left;
  }
}
.show-image .show-meta .subtitle:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.show-image .show-meta .article-h1, .show-image .show-meta .article-h4 {
  font-family: "League Gothic";
  font-size: 3em;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  width: 100%;
}
@media (min-width: 992px) {
  .show-image .show-meta .article-h1, .show-image .show-meta .article-h4 {
    font-size: 4.75em;
  }
}
@media (min-width: 1200px) {
  .show-image .show-meta .article-h1, .show-image .show-meta .article-h4 {
    font-size: 5.5em;
  }
}
.show-image .show-meta .article-h4 {
  margin-top: -0.5em;
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .show-image .show-meta .article-h4 {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .show-image .show-meta .article-h4 {
    max-width: 30%;
  }
}
.show-image .show-meta .show-info {
  font-weight: 100;
  font-size: 0.6em;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px #000;
}
.show-image .show-meta .show-info span {
  padding-right: 1.25em;
}
.show-image .show-meta .show-info span i {
  position: relative;
  top: 1px;
  padding-right: 0.25em;
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .show-image .show-meta .show-info {
    font-size: 0.7em;
  }
}
.show-image .show-meta .show-ctas {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 2em;
  line-height: 1.5;
}
.show-image .show-meta .show-ctas a {
  border: 1px solid;
  padding: 3px 3em 3px 1em;
  text-decoration: none;
  color: #fff;
}
.show-image .show-meta .show-ctas a span {
  font-weight: 700;
  letter-spacing: normal;
  padding-left: 3px;
}
.show-image .show-meta .show-ctas .show-tickets {
  margin-left: -1em;
  padding-left: 2em;
}
@media (min-width: 992px) {
  .show-image .show-meta .show-ctas .show-tickets {
    margin-left: 0;
    padding-left: 1em;
  }
}

#hqpHero {
  margin-top: -112px;
  max-height: 100vh;
  overflow: hidden;
  background: #000;
}
@media (min-width: 992px) {
  #hqpHero {
    margin-top: -101px;
  }
}
#hqpHero .carousel-item {
  max-height: 100vh;
}
#hqpHero .carousel-item img {
  min-width: 100%;
  max-width: 100%;
  opacity: 0.7;
}
#hqpHero .carousel-item .carousel-caption .above-title, #hqpHero .carousel-item .carousel-caption .below-title {
  font-family: "Goudy Old Style";
  font-style: italic;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px #000;
}
@media (min-width: 992px) {
  #hqpHero .carousel-item .carousel-caption .above-title, #hqpHero .carousel-item .carousel-caption .below-title {
    font-size: 1.5rem;
  }
  #hqpHero .carousel-item .carousel-caption .above-title span:not(:last-child):after, #hqpHero .carousel-item .carousel-caption .below-title span:not(:last-child):after {
    content: "|";
    padding: 0 0.25rem 0 0.6rem;
  }
}
#hqpHero .carousel-item .carousel-caption .below-title:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
#hqpHero .carousel-item .carousel-caption .slide-title {
  font-size: 2.5em;
  font-family: "League Gothic";
  text-transform: uppercase;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
}
@media (min-width: 992px) {
  #hqpHero .carousel-item .carousel-caption .slide-title {
    font-size: 3.25em;
  }
}
@media (min-width: 1200px) {
  #hqpHero .carousel-item .carousel-caption .slide-title {
    font-size: 4em;
  }
}
#hqpHero .carousel-item .carousel-caption .hero-excerpt {
  font-size: 1.1rem;
}
#hqpHero .carousel-item .carousel-caption .ctas .btn {
  border-radius: 0;
}
#hqpHero .carousel-item .carousel-caption.text-middle {
  top: 55%;
  transform: translateY(-45%);
}
#hqpHero .carousel-item .carousel-caption.text-bottom {
  bottom: 3rem;
}
#hqpHero .carousel-item .carousel-caption.text-start .hero-excerpt {
  margin-right: 40%;
}
#hqpHero .carousel-item .carousel-caption.text-center .hero-excerpt {
  margin: 0 auto;
  max-width: 60%;
}
#hqpHero .carousel-item .carousel-caption.text-end .hero-excerpt {
  margin-left: 40%;
}
#hqpHero .carousel-item.carousel-dark .above-title, #hqpHero .carousel-item.carousel-dark .below-title {
  text-shadow: none;
}
#hqpHero .carousel-item.carousel-dark .below-title:before {
  background-color: #000;
}

.admin-bar #hqpHero, .admin-bar #hqpHero .carousel-item {
  max-height: calc(100vh - 32px);
}

.card {
  border-radius: 0;
  border: 0;
}
@media (min-width: 992px) {
  .card {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px;
  }
}
.card .card-img-top {
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 0;
}
.card .card-body {
  padding-bottom: 3.5em;
}
.card .card-body .card-title {
  font-family: "League Gothic";
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.card .card-body .categories {
  font-size: 0.8em;
}
.card .card-body .card-text {
  font-size: 0.8em;
  font-weight: 300;
}
.card .card-body .btn {
  color: black;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 1em;
  font-size: 0.9rem;
}

.season {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.season .card {
  flex: 1 1 0px;
  margin-left: -1.5rem;
  min-width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
}
@media (min-width: 923px) {
  .season .card {
    margin-left: inherit;
    min-width: 420px;
    max-width: 420px;
  }
}
.season .card .card-image {
  position: relative;
  background: #000;
}
.season .card .card-image img {
  opacity: 0.7;
}
.season .card .card-image .overlay-container {
  width: calc(100% - 1.5em);
  bottom: 0;
  color: #fff;
}
.season .card .card-image .overlay-container .card-img-overlay {
  top: initial;
}
.season .card .card-subtitle {
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0px 0px 1px #000;
}
.season .card .card-title {
  font-family: "League Gothic";
  font-size: 2em;
  font-style: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 992px) {
  .season .card .card-title {
    font-size: 3em;
  }
}
.season .card .card-text {
  font-size: 1em;
  font-weight: 300;
}
.season .card .btn {
  position: relative;
}

.tile {
  border: 0;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.tile .card-img-overlay .overlay-container {
  position: absolute;
  bottom: 0;
  width: calc(100% - 1.5em);
}
.tile .card-img-overlay .card-subtitle {
  font-family: "Goudy Old Style";
  font-style: italic;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px #000;
}
@media (min-width: 992px) {
  .tile .card-img-overlay .card-subtitle {
    font-size: 1.5rem;
  }
}
.tile .card-img-overlay .card-title {
  font-family: "League Gothic";
  font-size: 2em;
  font-style: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 992px) {
  .tile .card-img-overlay .card-title {
    font-size: 3em;
  }
}
.tile .card-img-overlay .card-text {
  font-size: 0.8em;
  font-weight: 300;
}
.tile .card-img-overlay .more-info {
  float: right;
  padding-top: 2px;
  font-size: 0.8em;
}
.tile .card-img-overlay .more-info .btn {
  color: black;
  border-radius: 0;
  float: right;
  border: 1px solid;
}
.tile .card-img-overlay .show-ctas {
  float: left;
  font-size: 0.8em;
}
.tile .card-img-overlay .show-ctas .hqp-btn {
  line-height: 1.5;
}
.tile .card-img-overlay .show-ctas .show-tickets {
  margin-left: -1rem;
}

.season-archive .season-listing .season-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  .season-archive .season-listing .season-image img {
    aspect-ratio: 3/4;
  }
}
.season-archive .season-listing .season-shows a {
  color: #000;
  text-decoration: none;
}
.season-archive .season-listing .season-shows h3 {
  font-family: "League Gothic";
  text-transform: uppercase;
}
.season-archive .season-listing .season-shows .season-show {
  display: block;
  line-height: 1.9;
}
.season-archive .season-listing .season-shows .season-child-category {
  margin-top: 1.4rem;
}
.season-archive .season-listing .season-shows .season-child-category h4 {
  font-family: "League Gothic";
  text-transform: uppercase;
  font-style: italic;
}

.show-section-header {
  font-weight: 900;
  text-transform: uppercase;
}

.show-sticky-menu {
  visibility: hidden;
  height: 0;
  background: #000;
  color: rgb(238.425, 238.425, 238.425);
  z-index: 9;
}
.show-sticky-menu .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.show-sticky-menu .row > div {
  line-height: 0.9em;
  height: auto;
}
.show-sticky-menu .row .show-title {
  padding: 0.333em 0;
  font-family: "League Gothic";
  font-size: 1.5em;
  text-transform: uppercase;
}
.show-sticky-menu .row .show-menu .show-nav .show-nav-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.7em;
  text-decoration: none;
}
.show-sticky-menu .row .show-ctas {
  font-size: 0.88em;
}
.show-sticky-menu .row .show-ctas .hqp-btn {
  margin: 0.78em 0 1em 0;
  line-height: 1.6;
}
.show-sticky-menu .row .show-ctas .hqp-btn:hover {
  color: inherit;
}
@media (min-width: 992px) {
  .show-sticky-menu .row {
    grid-template-columns: 1fr 680px auto;
  }
}

.show-header .show-bylines {
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .show-header .show-bylines {
    font-size: 1.25rem;
  }
}
.show-header .show-program-sponsor {
  text-align: center;
}
@media (min-width: 992px) {
  .show-header .show-program-sponsor {
    text-align: right;
  }
}
.show-header .show-program-sponsor .sponsor-logo {
  max-height: 130px;
}
.show-header .show-badges {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
}
.show-header .show-badges span {
  display: inline-block;
  margin: 0 3px 6px 0;
  border: 1px solid;
  padding-right: 1rem;
}
.show-header .show-badges span i {
  color: #fff;
  background-color: #000;
  padding: 5px 5px 4px 5px;
  border-bottom-left-radius: 0.15rem !important;
  border-top-left-radius: 0.15rem !important;
  margin-right: 5px;
}
.show-header .show-badges .rating-info {
  position: relative;
  top: -1em;
  margin-left: -1.4em;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: red;
  color: #fff;
  font-size: 0.8em;
  cursor: pointer;
}

.performances h2, .performances h5 {
  font-weight: 900;
}
.performances .type-icon {
  position: relative;
  margin-right: 0.25em;
  color: #000;
  font-size: 0.8em;
}
.performances .acronym {
  top: -2px;
  padding: 0 2px;
  border: 2px solid;
  border-radius: 5px;
  font-size: 0.6em;
}
.performances .show-calendar .labels, .performances .show-calendar .calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.performances .show-calendar .labels {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
}
.performances .show-calendar .calendar {
  border-top: 0.5px solid;
  border-left: 0.5px solid;
  text-align: right;
}
.performances .show-calendar .calendar .day {
  min-height: 4em;
  border-right: 0.5px solid;
  border-bottom: 0.5px solid;
}
.performances .show-calendar .calendar .day .day-label {
  font-family: "Goudy Old Style";
  font-style: italic;
  font-size: 1.5rem;
  padding-right: 0.33em;
}
.performances .show-calendar .calendar .day .performance {
  margin-top: 0.5em;
  padding-right: 1em;
  font-size: 1rem;
  font-weight: 900;
}
.performances .show-calendar .calendar .day .performance .instance {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.333em;
}
.performances .show-performance-list .listing-header {
  margin-top: 1.4rem;
  grid-template-columns: auto 200px;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
.performances .show-performance-list .listing-header h4 {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: end;
}
.performances .show-performance-list .listing-header a {
  grid-column: 2;
}
.performances .show-performance-list .listing-header span {
  font-weight: bold;
}
.performances .show-performance-list .performances-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.performances .show-performance-list .performances-list .performance .performance-list-date, .performances .show-performance-list .performances-list .performance .performance-list-time, .performances .show-performance-list .performances-list .performance .separator {
  font-weight: 300;
  font-size: 0.9em;
}
.performances .show-performance-list .performances-list .performance .separator {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .performances .show-performance-list .performances-list {
    max-height: 300px;
  }
}
.performances .show-performance-list .legend {
  font-size: 0.8em;
}
.performances .show-performance-list .legend .legend-item {
  margin-right: 1em;
}
.performances .show-performance-list .legend .legend-item .legend-type {
  text-transform: uppercase;
  font-family: "League Gothic";
  font-size: 0.9em;
}

.cast-creative {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
}
.cast-creative .artist {
  font-weight: bold;
  cursor: pointer;
}
.cast-creative .cast, .cast-creative .musicians {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
}
.cast-creative .cast .cast-member, .cast-creative .cast .musician, .cast-creative .musicians .cast-member, .cast-creative .musicians .musician {
  cursor: pointer;
}
.cast-creative .cast .cast-member .artist-image, .cast-creative .cast .musician .artist-image, .cast-creative .musicians .cast-member .artist-image, .cast-creative .musicians .musician .artist-image {
  aspect-ratio: 1/1;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
  background: #000;
  margin-bottom: 4px;
}
.cast-creative .cast .cast-member .artist-image img, .cast-creative .cast .musician .artist-image img, .cast-creative .musicians .cast-member .artist-image img, .cast-creative .musicians .musician .artist-image img {
  object-fit: cover;
  opacity: 0.6;
}
.cast-creative .cast .cast-member .artist-role, .cast-creative .cast .musician .artist-role, .cast-creative .musicians .cast-member .artist-role, .cast-creative .musicians .musician .artist-role {
  text-transform: none;
  font-family: "Goudy Old Style";
  font-style: italic;
  font-size: 1.3em;
  line-height: 1;
}
.cast-creative .cast .cast-member .no-headshot:before, .cast-creative .cast .musician .no-headshot:before, .cast-creative .musicians .cast-member .no-headshot:before, .cast-creative .musicians .musician .no-headshot:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border: 0.5px solid #ccc;
}
@media (min-width: 992px) {
  .cast-creative .cast, .cast-creative .musicians {
    grid-template-columns: repeat(5, 1fr);
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .cast-creative {
    font-size: 0.88em;
    line-height: 1.9;
  }
}
.cast-creative .union-affiliation {
  font-size: 0.4em;
  vertical-align: super;
}
.cast-creative .union-affiliations {
  position: relative;
  text-transform: none;
  line-height: 1.6;
  font-size: 0.9em;
}
.cast-creative .union-affiliations i {
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .cast-creative .union-affiliations i {
    left: 1.5em;
  }
}
.cast-creative .union-affiliations .artists {
  font-weight: 400;
}
.cast-creative .union-affiliations .union {
  font-style: italic;
}
.cast-creative .artist-modal {
  color: #000;
}
.cast-creative .artist-modal .modal-content {
  border-radius: 0;
}
.cast-creative .artist-modal .modal-content .modal-header .modal-title {
  font-family: "League Gothic";
  font-size: 2em;
}
.cast-creative .artist-modal .modal-content .modal-body {
  text-transform: none;
  line-height: 1.7;
}
.cast-creative .artist-modal .modal-content .modal-body .artist-headshot {
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 0;
}
@media (min-width: 576px) {
  .cast-creative .artist-modal .modal-content .modal-body .artist-headshot {
    max-width: 50%;
    width: 50%;
    margin-right: 12px;
  }
}
.cast-creative .artist-modal .modal-content .modal-body .work-header {
  text-transform: uppercase;
  font-family: "League Gothic";
}
.cast-creative .artist-modal .modal-content .modal-body .artist-work {
  font-size: 0.9em;
  font-weight: normal;
}
.cast-creative .artist-modal .modal-content .modal-body .artist-work .show {
  font-style: italic;
  color: #000;
}
.cast-creative .artist-modal .modal-content .modal-body .artist-work .show:hover {
  color: rgb(85.425, 85.425, 85.425);
}
.cast-creative .artist-modal .modal-content .modal-body .artist-work .roles:not(:last-child):after {
  content: ", ";
}

.gallery {
  overflow: hidden;
}
.gallery .masonry {
  display: grid;
  grid-template-rows: repeat(3, 128px);
  grid-auto-columns: 128px;
  grid-auto-flow: column dense;
  grid-gap: 2px;
  width: 100%;
  overflow-x: scroll;
}
.gallery .masonry .masonry-brick {
  overflow: hidden;
  position: relative;
  background-color: #000;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.gallery .masonry .masonry-brick:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.gallery .masonry .masonry-brick .masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  vertical-align: middle;
  max-width: 100%;
}
@media (min-width: 992px) {
  .gallery .masonry {
    grid-template-rows: repeat(3, 298px);
    grid-auto-columns: 298px;
  }
}
.gallery .modals .gallery-modal .modal-content {
  background: #000;
}
.gallery .modals .gallery-modal .modal-content img {
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.gallery .modals .gallery-modal .gallery-close, .gallery .modals .gallery-modal .gallery-previous, .gallery .modals .gallery-modal .gallery-next {
  position: absolute;
  height: 2em;
  top: calc(50% - 1em);
  padding: 0 1rem;
  border: none;
  background: transparent;
  color: #555;
  font-size: xxx-large;
  z-index: 999999;
  cursor: pointer;
}
.gallery .modals .gallery-modal .gallery-next {
  right: 0;
}
.gallery .modals .gallery-modal .gallery-close {
  top: 0;
  right: 0;
  font-size: xx-large;
}
.gallery .modals .gallery-modal .image-spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  z-index: 1;
  opacity: 0.5;
}

.more-info .show-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}
@media (min-width: 992px) {
  .more-info .show-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-type-hqp_show .article-body > .heateor_sss_sharing_container {
  display: none;
}

.post-type-hqp_show .article-body > .heateor_sss_sharing_container ~ .heateor_sss_sharing_container {
  display: block;
  margin: 0 0 0 -0.25em;
}

.admin-bar .show-sticky-menu {
  margin-top: 32px;
}

.single-hqp_artist .has-thumbnail {
  background: #000;
}

.post-type-hqp_artist .artist-headshot img {
  height: auto;
}
.post-type-hqp_artist .artist-work .work-header {
  font-family: "League Gothic";
  text-transform: uppercase;
}
.post-type-hqp_artist .artist-work .artist-work {
  font-size: 0.9em;
}
.post-type-hqp_artist .artist-work .artist-work .show {
  font-style: italic;
  color: #000;
}

.artist-modal .modal-header {
  background: rgb(85.425, 85.425, 85.425);
  color: #fff;
  border-radius: 0;
  border: none;
}

.single-hqp_sponsor .sponsor-logo img {
  max-width: 400px;
  max-height: 300px;
}

article {
  position: relative;
  font-size: 0.9em;
}
article .article-h1 {
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1rem 2rem 1rem;
}
article .categories {
  margin: 2rem 0 1rem;
}
article .categories .category {
  border: 1px solid;
  padding: 3px 1em;
  margin-right: 5px;
  border-radius: 15px;
  font-size: 0.7em;
}
article .categories .category a {
  color: rgb(34.425, 34.425, 34.425);
  text-decoration: none;
  text-transform: uppercase;
}
article .categories .category:hover {
  background: rgb(34.425, 34.425, 34.425);
}
article .categories .category:hover a {
  color: #fff;
}
article .heateor_sss_sharing_container {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  article .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    text-align: left;
  }
}

article {
  position: relative;
  font-size: 0.9em;
}
article .article-h1 {
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1rem 2rem 1rem;
}
article .article-body > .heateor_sss_sharing_container {
  display: none;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  article .article-body > .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    text-align: left;
  }
}
article .article-body > .heateor_sss_sharing_container ~ .heateor_sss_sharing_container {
  display: block;
  margin: 0 0 0 -0.25em;
}

.site-tiles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}
@media (min-width: 992px) {
  .site-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

.site-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
}
@media (min-width: 992px) {
  .site-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .site-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-id-36283 .post-type-page, .page-id-36284 .post-type-page, .page-id-36289 .post-type-page {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-36283 .post-type-page, .page-id-36284 .post-type-page, .page-id-36289 .post-type-page {
    margin-left: 2em;
    margin-right: 2em;
    width: calc(100% - 2em);
  }
}

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