/*
 Theme Name:   Astra Child
 Template:     astra
*/
/* =========================
   Variables
   ========================= */
/* =========================
   Mixins
   ========================= */
@font-face {
  font-family: "HMT";
  src: url("../fonts/hmt/hmt-font-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HMT";
  src: url("../fonts/hmt/hmt-font-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
textarea {
  font-family: "HMT", "Akshar", sans-serif;
  font-weight: 500;
}

button {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title {
  font-family: "HMT", "Akshar", sans-serif !important;
  font-weight: 700;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
.hl-section-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  border-bottom: 4px solid #111;
  display: inline-block;
  margin-bottom: 1rem;
}

.hl-calendar-embed iframe {
  width: 100%;
  max-width: 100%;
  height: 80vh; /* or a fixed px height if you prefer */
  border: 0;
}

/* override the gap in the Media-Text box */
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 1rem;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 0 0 0;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  padding: 0 0 0 1rem;
  overflow-x: hidden;
}

/* Put field and button on one line */
.wpforms-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wpforms-form .wpforms-field-container {
  flex: 1;
}

/* Prevent button from stretching */
.wpforms-form .wpforms-submit-container {
  width: auto;
  margin: 0;
}

.wpforms-container input.wpforms-field-medium {
  max-width: 100%;
}

.wpforms-container .wpforms-submit-container {
  padding: 0;
  position: relative;
}

.wpforms-container .wpforms-field {
  padding: 0;
}

/* UL indentation */
ul.hl-list {
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
  .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding: 0;
  }
  .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .hide-media-mobile.wp-block-media-text > .wp-block-media-text__media {
    display: none;
  }
}
/*
 Theme Name:   Astra Child
 Template:     astra
*/
/*
 Theme Name:   Astra Child
 Template:     astra
*/
/* =========================
   BUTTONS
   ========================= */
.hl-btn {
  display: inline-block;
  width: auto;
  padding: 0.7rem 1.6rem;
  border: 3px solid #111;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.hl-btn--primary {
  background: #A50038;
  color: #fff;
}
.hl-btn--primary:hover {
  opacity: 0.8;
}
.hl-btn--magenta-4 {
  background: #a50038;
  color: #fff;
}
.hl-btn--magenta-4:hover {
  background: #ff9fc4;
  color: #111;
}
.hl-btn--orange-3 {
  background: #d94c00;
  color: #fff;
}
.hl-btn--orange-3:hover {
  background: #ffdf30;
  color: #111;
}
.hl-btn--blue-3 {
  background: #0063a8;
  color: #fff;
}
.hl-btn--blue-3:hover {
  background: #90dcef;
  color: #111;
  outline: 3px solid #16285e;
}
.hl-btn--green-3 {
  background: #225c14;
  color: #fff;
}
.hl-btn--green-3:hover {
  background: #8ee884;
  color: #111;
}
.hl-btn--secondary {
  background: #FFCA68;
  color: #111;
}
.hl-btn--block {
  display: block;
  text-align: center;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
.hl-tickets-noshow {
  margin: 2rem auto;
  max-width: 1100px;
  padding: 1rem;
  text-align: center;
}

.hl-show-facts {
  margin: 0 0 1.5rem;
}

.hl-show-fact {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
}
.hl-show-fact dt {
  font-weight: 700;
  text-transform: uppercase;
}
.hl-show-fact dd {
  margin: 0;
}

.hl-show-details-wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding: 4rem 0;
}

.hl-show-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
  padding: 4rem;
  background: #ffffff;
  margin-bottom: 3rem;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.15);
}
.hl-show-details__art {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  border: 2px solid #919191;
}
.hl-show-details__art img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hl-show-details__button {
  text-align: center;
  padding: 0.75rem 1.5rem;
}
.hl-show-details__content {
  align-self: start;
}
.hl-show-details__badge {
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hl-show-details__title {
  font-size: clamp(2.2rem, 3vw + 1rem, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.hl-show-details__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hl-show-details__dates {
  padding: 0.25rem 0.5rem;
  background: #111;
  color: #fff;
}
.hl-show-details__meta-item {
  border-bottom: 3px solid #111;
  padding-bottom: 0.15rem;
}
.hl-show-details__description {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
}

/*

*/
@media (max-width: 768px) {
  .hl-show-details {
    padding: 3rem;
  }
  .hl-show-details-wrapper__art img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/*
  fix for automatic next/prev nagivation above astra footer
*/
.post-navigation {
  display: none;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
/* =========================
   Astra grid tweak
   ========================= */
.ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* =========================
   Footer navigation widget
   ========================= */
.widgettitle {
  color: #fff;
  font-size: 2rem;
}

.widget {
  margin-bottom: 0;
}

#classes_section {
  min-height: 350px;
}

.hl-footer-h4 {
  margin-top: 1em;
}

#menu-footer-menu .menu-link {
  color: #fff;
}
#menu-footer-menu .menu-link a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5em;
}
#menu-footer-menu .menu-link a:hover {
  text-decoration: underline;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
/* =========================
   Home bands
   ========================= */
.hl-home-band {
  padding: 3rem 0;
}
.hl-home-band--orange {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: none;
  border-top: 4px solid #d94c00 !important;
  border-left: 4px solid #d94c00 !important;
  border-right: 4px solid #d94c00 !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.hl-home-band--red {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: none;
  border-top: 8px solid #A50038;
  border-left: 4px solid #A50038;
  border-right: 4px solid #A50038;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.hl-home-band--blue {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: none;
  border-top: 4px solid #0063a8 !important;
  border-left: 4px solid #0063a8 !important;
  border-right: 4px solid #0063a8 !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.hl-home-band__inner {
  margin: 0 auto;
}
.hl-home-band__header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hl-home-band__title {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "HMT", "Akshar", sans-serif;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 0;
}
.hl-home-band__tagline {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.hl-home-band__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.hl-home-band__card {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: none;
  border-top: 8px solid #A50038;
  border-left: 4px solid #A50038;
  border-right: 4px solid #A50038;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #111;
  /* Flex child: grow/shrink, min width per card */
  flex: 1 1 100%;
  /* Make all cards same height in a row */
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
}
.hl-home-band__card-image {
  margin-bottom: 0.75rem;
  overflow: hidden;
  height: 300px;
}
.hl-home-band__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hl-home-band__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.hl-home-band__card-title {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  font-family: "HMT", "Akshar", sans-serif;
  line-height: 1.3em;
  padding: 1rem 0.5rem 0 0.5rem;
}
.hl-home-band__card-title a, .hl-home-band__card-title a:active, .hl-home-band__card-title a:focus {
  color: black;
}
.hl-home-band__card-title a:hover {
  color: #A50038;
}
.hl-home-band__card-dates {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
  color: #A50038;
  padding: 0rem 0.5rem;
}
.hl-home-band__card-desc {
  color: black;
  letter-spacing: 0.08em;
  padding: 1rem 0.5rem 2rem;
}
.hl-home-band__card-body {
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.hl-home-band__card-action-lnk {
  margin-top: auto;
}
.hl-home-band__card-actions {
  margin-top: auto;
  color: white;
  min-width: 100%;
  display: inline-block;
  padding: 1rem 0;
  align-content: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.hl-home-band__card-actions--default {
  background: #A50038;
}
.hl-home-band__card-actions--orange {
  background: #d94c00;
}
.hl-home-band__card-actions--blue {
  background: #0063a8;
}
.hl-home-band__card-actions--green {
  background: #225c14;
}
.hl-home-band__card-actions:hover, .hl-home-band__card-actions:focus, .hl-home-band__card-actions:active {
  color: black;
  text-decoration: none;
}
.hl-home-band__card-actions:link, .hl-home-band__card-actions:visited {
  color: white;
  text-decoration: none;
}

/* Swiper requires hidden overflow on the root */
.hl-home-band__coverflow {
  overflow: hidden;
  padding: 10px 0 30px; /* room for pagination */
}

/* Give slides a consistent width for coverflow */
.hl-home-band__coverflow .swiper-slide {
  width: 320px; /* tweak to taste */
  display: flex;
}

/* Ensure the card fills the slide */
.hl-home-band__coverflow .hl-home-band__card {
  width: 100%;
}

@media (max-width: 480px) {
  .hl-home-band__coverflow .swiper-slide {
    width: 260px;
  }
}
/* Responsive tweaks */
@media (min-width: 650px) {
  .hl-home-band {
    padding: 2.5rem 1.25rem;
  }
  .hl-home-band__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hl-home-band__card {
    flex: 1 1 40%;
    background: #fff;
    margin-bottom: 1rem;
    border-bottom: none;
    border-top: 8px solid #A50038;
    border-left: 4px solid #A50038;
    border-right: 4px solid #A50038;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}
/* fix for unclickable middle cards */
@media (min-width: 1024px) {
  .hl-coverflow {
    overflow: visible;
  }
  .hl-coverflow .swiper {
    overflow: visible;
  }
  .hl-coverflow .swiper-wrapper {
    pointer-events: none;
  }
  .hl-coverflow .swiper-slide {
    pointer-events: auto;
  }
  .hl-coverflow .hl-home-band__card,
  .hl-coverflow .hl-home-band__card a,
  .hl-coverflow .hl-home-band__card button {
    pointer-events: auto;
  }
}
@media (min-width: 1200px) {
  .hl-home-band {
    padding: 2.5rem 1.25rem;
  }
  .hl-home-band__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hl-home-band__card {
    flex: 1 1 20%;
    background: #fff;
    margin-bottom: 1rem;
    border-bottom: none;
    border-top: 8px solid #A50038;
    border-left: 4px solid #A50038;
    border-right: 4px solid #A50038;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  }
}
.image-button-sm > .wp-block-media-text__media {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
/* The media container: acts as the 400px "window" */
.hl-media-text .wp-block-media-text__media {
  height: 300px; /* fixed height for cropping */
  max-height: 400px;
  overflow: hidden; /* hide anything that sticks out */
  display: block; /* make sure it's a block element */
}

/* The image fills that box and gets cropped as needed */
.hl-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%; /* fill the 400px height */
  object-fit: cover; /* IMPORTANT: crop instead of squish */
  object-position: 50% 50%; /* or adjust to taste */
  display: block;
}

@media (min-width: 650px) {
  .hl-media-text .wp-block-media-text__media {
    max-height: 400px;
  }
}
/*
 Theme Name:   Astra Child
 Template:     astra
*/
.community-cta {
  background-color: var(--hl-green-3);
  padding: 2rem;
  text-align: center;
  width: 100%;
}
.community-cta .wp-block-media-text {
  min-height: 150px;
}
.community-cta .community-cta__button {
  background-color: var(--hl-green-2);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}
.community-cta .community-cta__button:hover {
  background-color: var(--hl-green-1);
}

.wp-block-media-text__content .wp-block-heading {
  margin: 0;
  padding: 1rem;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
.wp-block-quote {
  position: relative;
  margin: 2rem 0;
  padding: 2.25rem 2rem 1.75rem;
  border: none;
  border-left: 6px solid #a50038 !important;
  border-radius: 1.5rem;
  background: #ff9fc4;
  color: #000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.wp-block-quote::before {
  position: absolute;
  top: 2.4rem;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("../images/double-quote-right-mag.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

/* remove browser default pseudo/italics behavior */
.wp-block-quote p,
.wp-block-quote cite {
  position: relative;
  z-index: 1;
  margin-left: 50px;
}

.wp-block-quote p {
  font-family: "HMT", sans-serif;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 500;
}

/* author row */
.wp-block-quote cite {
  display: block;
  margin-top: 1.25rem;
  font-style: normal;
  font-family: "HMT", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
.support-card {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/*
 Theme Name:   Astra Child
 Template:     astra
*/
.hl-leadership {
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}
.hl-leadership__art {
  margin-bottom: 2.5rem;
}
.hl-leadership__art img {
  display: block;
  width: auto;
  height: auto;
  max-height: 400px;
  border-radius: 20px;
  margin: 0 auto;
}
.hl-leadership__header {
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 12px #aaa;
  padding: 2em;
  border-radius: 20px;
  background-color: #fafafa;
}
.hl-leadership__header h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 40px;
}
.hl-leadership__header p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
}
.hl-leadership__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
.hl-leadership__list > * {
  min-width: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.hl-leadership-person {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  min-width: 400px;
}
.hl-leadership-person__media {
  width: 100%;
}
.hl-leadership-person__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  max-height: 350px;
}
.hl-leadership-person__media:empty {
  display: none;
}
.hl-leadership-person__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 0.9rem 0.95rem 1rem;
  min-width: 0;
  flex: 1 1 auto;
  background-color: #90dcef;
}
.hl-leadership-person__name {
  margin: 0;
  padding: 1.5rem 0 0.5rem 1rem;
  line-height: 1rem;
  color: #16285e;
}
.hl-leadership-person__label {
  margin: 0;
  padding: 0 0 1rem 1rem;
  color: #16285e;
  font-size: 1.5rem;
}
.hl-leadership-person__bio {
  display: none;
}
.hl-leadership-person__link {
  margin-top: auto;
  padding-top: 0.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #d94c00;
}
.hl-leadership-person__link:hover, .hl-leadership-person__link:focus {
  text-decoration: underline;
}

@media (max-width: 924px) {
  .hl-leadership__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .hl-leadership {
    padding: 2.25rem 1rem 3rem;
  }
  .hl-leadership-person__content {
    padding: 0.9rem 1rem 1rem;
  }
  .hl-leadership-person__name {
    margin: 0;
  }
}
/*
 Theme Name:   Astra Child
 Template:     astra
*/
.hl-contact-form {
  flex-wrap: wrap;
  flex-direction: column;
}

.hl-contact-form .wpforms-form {
  flex-wrap: wrap;
  align-items: end;
}

.hl-contact-form .wpforms-field-container {
  min-width: 300px;
}

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