/*! 
    Theme Name: AMP26
    Template: WeBuild
    Version: 2.0.4
 */
.webuild-animate .heading-2,
.webuild-animate h2 {
  line-height: 50px;
}

.webuild-animate .heading-2 strong,
.webuild-animate h2 strong {
  line-height: 65px;
}

.heading-1 em,
.heading-2 em,
.heading-3 em,
.heading-4 em,
.heading-5 em,
.heading-6 em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: Commission-UltraCondensedOutlined;
  display: inline-block;
}

legend {
  margin-bottom: var(--xxs);
}

.wp-block-fury-pricing-card .wp-block-button > .wp-block-button__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#get-started-form {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 24px auto 24px auto 24px auto;
  grid-template-rows: auto auto auto auto;
  gap: 24px 24px;
  grid-template-areas: ". ." ". ." "trial trial" ". .";
}

#get-started-form .trial {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: trial;
  text-align: center;
}

#get-started-form .infusion-field {
  margin-bottom: 0;
}

#get-started-form .infusion-submit {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  text-align: center;
}

#get-started-form-simple {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 24px auto 24px auto 24px auto;
  grid-template-rows: auto auto auto auto;
  gap: 24px 24px;
  grid-template-areas: ". ." ". ." ". .";
}

#get-started-form-simple .infusion-field {
  margin-bottom: 0;
}

#get-started-form-simple .infusion-submit {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  text-align: center;
}

.gfield_visibility_hidden {
  display: none;
}

.consent {
  border-radius: 8px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.consent .gfield_required {
  display: none !important;
}

.consent form {
  margin: 0;
  width: 100%;
  display: block;
}

.consent form .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.consent .gform_wrapper.gravity-theme .gfield_label.gfield_label {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 16px;
}

.consent .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 24px !important;
}

.consent .gchoice {
  margin-bottom: 8px !important;
}

.consent .gform_wrapper.gravity-theme .gform_footer,
.consent .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

.timetable {
  overflow: hidden;
  margin-bottom: 24px;
}

.timetable-nav {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  display: -ms-grid;
  display: grid;
  text-align: center;
  margin-bottom: 16px;
}

.timetable-nav > div {
  line-height: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #cacaca;
  padding-top: 26px;
  padding-bottom: 27px;
  position: relative;
}

.timetable-nav > div:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  bottom: -20px;
  left: calc(50% - 10px);
}

.timetable-nav > div.active {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

.timetable-nav > div.active:after {
  border-top-color: var(--wp--preset--color--primary) !important;
}

.timetable .event-title {
  width: 100%;
  display: inline-block;
  font-weight: inherit;
}

.timetable .class-time {
  color: var(--wp--preset--color--primary);
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 8px;
}

.timetable-class {
  background-color: #fff;
  padding: 32px;
  border-bottom: 1px solid #cccccc;
  line-height: 32px;
  color: #999999;
}

.timetable-days {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 0px 100% 0px 100% 0px 100% 0px 100% 0px 100% 0px 100%;
  grid-template-columns: repeat(7, 100%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}

.timetable-days > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.timetable-days > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.timetable-days > :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.timetable-days > :nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.timetable-days > :nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.timetable-days > :nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.timetable-days > :nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.timetable-day {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.timetable-day.active {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.infusion-submit {
  text-align: center;
}

.has-greyscale-10-background-color {
  --heading: #404041;
  --text: #a8a8a8 ;
}

.hero.has-primary-background-color {
  background-image: url(img/desktop-hero.svg);
  background-size: cover;
}

.has-surge-gradient-background,
.has-surge-2-gradient-background {
  --heading: #fff;
  --text: #fff;
  --button-bg: #fff;
}
.has-surge-gradient-background .wp-block-separator,
.has-surge-2-gradient-background .wp-block-separator {
  border-color: var(--wp--preset--color--surge-pink);
}

.wp-block-media-text .wp-block-heading {
  margin-bottom: 24px;
}

body.has-header-style-2 #menu,
body.has-header-style-2 .menu-padding {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.has-header-style-2 .menu-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-contain.wp-block-media-text .wp-block-media-text__media img {
  -o-object-fit: contain;
  object-fit: contain;
}

body.has-header-style-2 #menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

body.has-header-style-2 #menu .menu-padding {
  padding-top: 80px;
  padding-right: 40px;
}

body.has-header-style-2 #menu .menu > li > a {
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: none;
}

#amp-tv-content {
  padding-top: var(--2xl);
  padding-bottom: var(--2xl);
}

.back-link {
  margin-bottom: 100px;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 5px;
  color: #7448ff;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.back-link:before {
  content: "";
  background-image: url(img/arrow-nxt-7448ff.svg);
  width: 48px;
  position: relative;
  left: 0;
  padding-right: 0;
  padding-left: 16px;
  display: inline-block;
  height: 16px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center right;
  top: -2px;
  margin-right: 8px;
}

.amptv-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.amptv-grid article {
  width: 100%;
  max-width: 384px;
}

.amptv-grid article a {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 8px 16px 0 rgba(64, 64, 65, 0.1);
  box-shadow: 0 8px 16px 0 rgba(64, 64, 65, 0.1);
}

.amptv-grid article a:after {
  top: initial;
  height: 16px;
  bottom: 0;
}

.amptv-masthead figure {
  margin-top: 64px;
}

.amptv-grid figure {
  background-color: #404041;
  max-width: 384px;
  height: 216px;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amptv-grid figure img {
  width: auto;
  height: 40px;
}

.amptv-logo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.amptv-grid {
  margin-top: var(--xl);
}

.amptv-grid figure.lines:after {
  height: 16px;
  bottom: -16px;
  top: initial;
}

.amptv-grid figure:before {
  width: 76px;
  height: 48px;
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("img/btnPlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.tv-info {
  padding: 16px 0px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 1px;
  display: inline-block;
  color: #7448ff;
}

.tv-info time {
  display: inline-block;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 5px;
  color: #7448ff;
  text-transform: uppercase;
}

#password-protected figure {
  height: 104px;
  margin-bottom: 35px;
}

#password-protected figure img {
  height: 100%;
}

#password-protected p {
  color: #fff;
}

.line-bottom,
.line-top {
  position: relative;
}

.line-top:before {
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background-color: #000;
  position: absolute;
  z-index: 8;
  max-height: 80px;
  min-height: 80px;
}

.line-bottom:after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background-color: #000;
  position: absolute;
  z-index: 8;
  max-height: 80px;
  min-height: 80px;
}

.has-greyscale-10-background-color .line-bottom:after,
.has-greyscale-10-background-color .line-top:before,
.has-secondary-background-color .line-bottom:after,
.has-secondary-background-color .line-top:before,
.has-secondary-background-color-dark .line-bottom:after,
.has-secondary-background-color-dark .line-top:before {
  background-color: #404041;
}

.has-primary-background-color.line-bottom:after,
.has-primary-background-color.line-top:before,
.has-primary-dark-background-color.line-bottom:after,
.has-primary-dark-background-color.line-top:before,
.has-primary-light-background-color.line-bottom:after,
.has-primary-light-background-color.line-top:before {
  background-color: #fff;
}

.wp-block-cover.line-bottom:before {
  background-color: #fff;
  max-height: 80px;
}

.wp-block-cover.line-bottom:after {
  background-color: #fff;
  max-height: 80px;
}

#footer-newsletter {
  position: relative;
}

#footer-newsletter form {
  position: relative;
}

#footer-newsletter form .gform_submit,
#footer-newsletter form input[type=submit] {
  width: 56px;
  color: transparent;
  max-width: 56px;
  height: 56px;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

#footer-newsletter form input[type=email] {
  padding-right: 56px;
}

#footer-newsletter .gform_footer:after,
#footer-newsletter .infusion-submit:after {
  width: 56px;
  height: 56px;
  display: inline-block;
  content: "";
  -webkit-mask: url(svg/icon-carousel-arr-right-dark-backgrounds.svg) no-repeat 50% 50%;
  mask: url(svg/icon-carousel-arr-right-dark-backgrounds.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--footer-color);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#footer-newsletter .gform-body .gform_fields,
#footer-newsletter .inf-fields {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
}

#footer-newsletter input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}

#footer-newsletter form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 24px;
  gap: 24px 24px;
  grid-template-areas: "first-name email";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#footer-newsletter .infusion-submit {
  position: absolute;
  right: 0;
  font-size: 0;
  width: 56px;
  height: 56px;
}

#footer-newsletter .infusion-submit button {
  font-size: 0;
  padding: 0;
}

.btn,
.simpay-btn,
.simpay-styled .simpay-form-control .simpay-btn.simpay-bank-btn:not(.stripe-button-el),
.simpay-styled .simpay-form-control .simpay-btn.simpay-checkout-btn:not(.stripe-button-el),
.simpay-styled .simpay-form-control .simpay-btn.simpay-payment-btn:not(.stripe-button-el),
.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el),
.wp-block-button__link,
button,
button[type=submit],
input[type=submit] {
  border-radius: 50px !important;
}

.wp-block-webuild-accordion.is-style-card,
.wp-block-webuild-card.wp-block-webuild-card {
  -webkit-box-shadow: 0 8px 16px 0 rgba(64, 64, 65, 0.1);
  box-shadow: 0 8px 16px 0 rgba(64, 64, 65, 0.1);
}

.has-white-background-color {
  --text: var(--wp--preset--color--primary-light);
  --heading: var(--wp--preset--color--primary) ;
}

.has-white-background-color p {
  color: var(--text);
}

.wp-block-button.btn-xs .wp-block-button__link {
  height: 40px;
  padding: 8px 20px;
  line-height: 1.2;
}

.text-s .split-child,
.text-s .split-parent,
p .split-child,
p .split-parent {
  height: 24px;
}

.text-s .split-parent:not(only-child):not(:first-child),
p .split-parent:not(only-child):not(:first-child) {
  margin-top: -12px;
}

.shape-section img {
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-scrollbar .carousel-handle {
  background-color: var(--highlight);
}

.event-img img {
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: visible;
}

.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 100% !important;
}

.carousel-peek .fury-carousel-content > .wp-block-webuild-card,
.carousel-peek .fury-carousel-content > .wp-block-webuild-testimonial-card {
  min-width: calc(85vw - 32px);
  width: calc(85vw - 32px);
}

.carousel-peek .fury-carousel-content > .wp-block-webuild-card:last-child,
.carousel-peek .fury-carousel-content > .wp-block-webuild-testimonial-card:last-child {
  margin-right: 16px;
}

.carousel-peek .fury-carousel-content {
  padding-right: 16px;
}

.carousel-peek .wp-block-webuild-carousel .container-l {
  padding-right: 16px;
}

.text-replacer {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: calc(1em - 14px);
  vertical-align: top;
}

.overlapping-form {
  margin-top: -25dvh !important;
}

.reveal-header {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 820px) {
  .shape-section-text {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .shape-section {
    background-image: none !important;
    padding-left: var(--s) !important;
    padding-right: var(--s) !important;
    padding-bottom: var(--xl) !important;
  }
  .shape-section .wp-block-group {
    background-image: none !important;
  }
  .shape-section > .wp-block-group {
    padding: 0 !important;
  }
  .shape-section .wp-block-group.is-style-xs {
    width: 100%;
    max-width: 100% !important;
  }
  .shape-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shape-section-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shape-section img {
    height: auto !important;
    width: 100% !important;
  }
  .shape-section.text-left .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .align-text-center-mobile {
    text-align: center;
  }
  .text-replacer {
    height: calc(1em - 11px);
  }
  .shape-section {
    padding-left: var(--xs) !important;
    padding-right: var(--xs) !important;
    padding-bottom: var(--l) !important;
  }
  #site-footer #footer-newsletter .gform-body .gform_fields,
  #site-footer #footer-newsletter .inf-fields {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 16px;
  }
  .app-cta .app-row-2 {
    padding-bottom: var(--2xl);
  }
  .amptv-grid {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .amptv-grid article {
    max-width: 100%;
  }
  .amptv-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .amptv-grid article a {
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
  .amptv-grid figure {
    width: 100%;
    max-width: none;
    height: 216px;
  }
  .single-workout #amptv-masthead {
    height: 280px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tv-title {
    position: relative;
    margin-top: 80px;
  }
  #amptv-masthead {
    min-height: 280px;
  }
  #amptv-masthead .line {
    display: none;
  }
  #amptv-masthead figure {
    height: 86px;
    margin-top: 80px;
  }
  #amptv-masthead figure img {
    height: 100%;
  }
  .post-type-archive-workout .linegap,
  body.page-amp-tv .linegap {
    display: none;
  }
  .single-workout h1 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 3px;
    color: #ffffff;
  }
  #tv-title time {
    margin-top: 5px;
  }
  .single-workout .line,
  body.single-workout .linegap {
    display: none;
  }
  .post-type-archive-workout main,
  .single-workout main,
  body.page-amp-tv main {
    padding: 32px 0px;
  }
  #back-link,
  #next-workout,
  #tv-search,
  #workouts h2 {
    margin-bottom: 32px;
  }
  #amptv-masthead {
    background: #7448ff;
  }
  #amp-tv-content {
    padding-top: var(--xl);
    padding-bottom: var(--xl);
    padding-left: var(--xs);
    padding-right: var(--xs);
  }
  #footer-newsletter form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 16px;
    -ms-grid-rows: auto 16px auto;
    grid-template-areas: "first-name" "email";
  }
  #footer-newsletter .infusion-submit {
    bottom: 0;
  }
}
.wp-container-core-group-is-layout-3 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

:where(.wp-block-group.has-background) {
  padding: 0;
}

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