@import url("_fonts.css");
@import url("_header.css");
@import url("_footer.css");
@import url("_variations.css");
@import url("_form.css");
@import url("_after-entry.css");
@import url("_single-classes.css");
@import url("_single-post.css");
@import url("_calendar.css");

.site-header .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.site-inner {
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header,
.footer-widgets,
.site-footer {
  flex: 0 0 auto;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}

.column {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.align-middle {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-right {
  justify-content: end;
}

.space-between {
  justify-content: space-between;
}

s {
  color: #9e9e9e;
  font-size: 24px;
}
.full-width-content .entry {
  margin: 0;
}

.row-reverse {
  flex-direction: row-reverse;
}
/* 
price content */
.price .new-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price .old-price {
  font-size: 24px;
  color: #9e9e9e;
  margin-left: 22px;
}

.wp-block-query .wp-block-post {
  list-style-type: none;
  background: #fff;
  border-radius: 8px;
}
ul.featured-classes-home {
  padding: 0 24px;
}

.featured-classes-home ul.wp-block-post-template {
  padding-left: 0;
}
.featured-classes-home .wp-block-post-title,
.featured-classes-home .wp-block-post-excerpt {
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}
.featured-classes-home .wp-block-post-title a {
  color: #616161;
  text-decoration: none;
}
.featured-classes-home .wp-block-post-title {
  padding-top: 24px;
  padding-bottom: 18px;
  margin: 0;
}

.featured-classes-home .wp-block-post-excerpt p {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}
.featured-classes-home .wp-block-post-excerpt {
  padding-bottom: 24px;
  border-radius: 0 0 8px 8px;
}
.featured-classes-home .wp-block-post-featured-image img {
  border-radius: 8px 8px 0 0;
}

.plyr {
  --plyr-video-control-color: #000000;
  --plyr-color-main: #e1b457;
  --plyr-control-spacing: 20px;
}
.plyr .plyr__controls {
  display: none;
}

.featured-image-gradient {
  position: relative;
}
.featured-image-gradient img {
  width: 100%;
}
.featured-image-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(39, 41, 46, 0.2);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.featured-image-gradient::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: linear-gradient(
    305.98deg,
    #e9b242 7.24%,
    rgba(233, 178, 66, 0) 22.8%
  );
}

.site-footer.landing-page .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.date-highlighted {
  border-radius: 4px;
  border: 1px solid #757575;
  max-width: 25%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.date-highlighted figure {
  display: flex;
}
@media screen and (max-width: 540px) {
  .date-highlighted {
    max-width: 100%;
  }
}
@media screen and (min-width: 541px) and (max-width: 960px) {
  .date-highlighted {
    max-width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1200px) {
  .site-inner {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .is-style-responsive-24.wp-block-spacer {
    height: 24px !important;
  }
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
  h1,
  h2 {
    margin-bottom: 16px;
  }
  h1,
  .h1,
  h1.entry-title {
    font-size: 64px;
  }

  h2,
  .h2,
  h2.entry-title {
    font-size: 44px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  .width-479 {
    max-width: 479px;
  }
}

@media screen and (min-width: 960px) {
  /* Column Classes
	--------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    gap: 20px;
    margin-left: 0;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }
}

@media only screen and (min-width: 1200px) {
  .columns {
    gap: 30px;
  }
}
