/**
Theme Name: Alpine Theme
Author: Bojan Neskovic
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1.84
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pistol-theme
Template: astra
*/

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1rem;
}

/*** BANNER ***/
.preheader {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}

.preheader a:hover span {
  text-decoration: none !important;
}

/*** HEADER ***/
.ast-desktop {
  padding: 0;
}

@media (min-width: 769px) {
  .home header.site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media (max-width: 768px) {
  .preheader {
    min-height: auto;
    height: auto;
    font-size: 16px;
  }
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
  padding: 20px 20px 15px 20px;
}

.main-header-menu .sub-menu .menu-item {
  padding: 10px;
}

.main-header-menu .sub-menu .menu-item:hover {
  background-color: #f7f7f7;
}

.main-header-menu
  .sub-menu
  .menu-item-type-custom.current-menu-item:not(:nth-child(1))
  a {
  color: inherit !important;
}

/* Header */
.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link {
  min-width: 144px;
  display: block;
  margin-left: 36px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}

.ast-mobile-popup-drawer.active .menu-toggle-close,
.ast-builder-menu-mobile
  .main-navigation
  .menu-item.menu-item-has-children
  > .ast-menu-toggle {
  color: #555a69 !important;
}

/* Hero Component */
.hero {
  position: relative;
}

.hero.is-fullheight {
  overflow: hidden;
  /* padding-top: 98px; */
}

.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body,
.hero.is-halfheight .hero-body {
  align-items: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.hero.is-fullheight .hero-content {
  padding-top: 350px;
  padding-bottom: 170px;
  min-height: 100vh;
}

.column.is-5.hero-right-content {
  padding-bottom: 0;
  /* width: 100%; */
  position: relative;
}

.hero h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero .title,
.hero h2 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 10px;
}

.hero .section-content {
  padding-right: 20px;
}

.hero-overlay-color {
  padding: 0 30px;
  min-height: 100vh;
}

.hero .subtitle,
.hero p {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.hero .section-content p:last-child {
  margin-bottom: 40px;
}

.page-template-page-overall .hero-overall .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
  margin-bottom: 0;
}

.page-template-page-overall .hero-content {
  padding: 50px 0px 170px 0px;
}

.hero-without-bg-image .hero-body {
  padding: 63px 0 0px;
}

@media (max-width: 1024px) {
  .hero.is-fullheight {
    overflow: hidden;
    /* padding-top: 86px; */
  }

  .hero.is-fullheight {
    min-height: auto;
  }

  .hero-overlay-color {
    min-height: auto;
  }

  .hero.is-fullheight .hero-content {
    padding-top: 250px;
    padding-bottom: 170px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 22px;
  }

  .hero .title,
  .hero h2 {
    font-size: 58px;
    line-height: 63px;
  }

  .hero .title {
    font-size: 54px;
    line-height: 60px;
  }

  .hero .subtitle,
  .hero p {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .hero {
    position: relative;
    width: 100vw;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero.is-fullheight .hero-body,
  .hero.is-fullheight-with-navbar .hero-body,
  .hero.is-halfheight .hero-body {
    flex-direction: column;
  }

  .hero-overlay-color {
    padding: 0px 15px 20px;
  }

  .hero .section-content {
    padding-right: 0;
  }

  #primary .hero.is-fullheight .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero.is-fullheight .hero-content {
    padding-top: 165px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }

  .hero.is-fullheight {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  .hero h1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }

  .hero .title,
  .hero h2 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 10px;
  }

  .hero .subtitle,
  .hero p {
    font-size: 21px;
    line-height: 30px;
  }

  .page-template-page-overall .hero-content {
    padding: 30px 20px 130px 20px;
  }

  .page-template-page-overall .hero-overall .title {
    font-size: 36px;
    line-height: 46px;
  }
}

/* Title Component */
.title-section {
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 58px;
}

/* .title-section h2 {
    line-height: 52px;
} */

.title-section h3.title {
  color: #00affc;
  margin-bottom: 0;
}

.title-section .has-text-centered {
  padding: 0;
}

/* Two Columns Component */
.two-columns-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 30px;
}

.two-columns-section .column {
  padding: 110px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-columns-section .column:last-child {
  padding-right: 20px;
  z-index: 1;
}

.two-columns-section .column:first-child {
  z-index: 2;
}

.home .two-columns-section .column:first-child {
  z-index: 2;
  padding-top: 200px;
}

.two-columns-section .has-text-white h2,
.two-columns-section .has-text-white h3 {
  color: inherit;
}

.two-columns-section p {
  font-size: 25px;
}

.entry-content section.two-columns-section .columns ul {
  margin-bottom: 0;
}

.entry-content .two-columns-section ul:not(.list-with-icons) li:last-child {
  margin-bottom: 0;
}

.two-columns-section .button {
  align-self: flex-start;
}

/* .two-columns-section p+ :is(h1, h2, h3, h4, h5) {
    margin-top: -15px;
} */

@media (max-width: 1024px) {
  .home .two-columns-section .column:first-child {
    padding-top: 110px;
  }

  .two-columns-section p {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .two-columns-section .column {
    padding: 60px 20px;
  }

  .home .two-columns-section .column:first-child {
    padding-top: 60px;
  }

  .two-columns-section .column:last-child {
    padding-right: 20px;
  }

  .two-columns-section p {
    font-size: 21px;
  }

  .two-columns-section .columns .empty {
    display: none;
  }
}

/*** External Form ***/
div#_builder-form {
  border: none !important;
}

/*** Gravity form style ***/
input#gform_submit_button_1 {
  padding: 10px !important;
  width: 100%;
  color: #ffffff;
  border: none;
  font-size: 16px;
  margin: 0 auto;
}

input#gform_submit_button_1:focus {
  outline: none;
}

.gravity-form input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ffffff00;
  border-bottom: 1px solid #dddddd !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.gravity-form .ginput_container.ginput_container_email {
  padding-bottom: 10px;
}

div#gform_confirmation_message_1 {
  font-size: 18px;
  font-weight: 600;
  padding: 40px 15px 30px;
  text-align: center;
}

.gform_wrapper input:not([type="submit"]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  background: transparent !important;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2a2d36;
}

#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a2d36;
}

#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2a2d36;
}

#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #2a2d36;
}

@media all and (max-width: 767px) {
  div#gform_confirmation_message_1 {
    text-align: center;
  }
}

/* Mission Page */
.mission-description.text-with-image-section .box .media {
  align-items: center;
}
.mission-description .media-right.right .media-number {
  visibility: hidden;
}
.mission-description.text-with-image-section .box .media-content {
  margin-top: 0;
}
.mission-description.text-with-image-section {
  padding: 120px 30px 120px;
}

.job-position-section {
  padding: 80px 30px;
}

.job-position-section .column {
  padding: 0;
}
.job-position-section .box {
  background: #ffffff;
}
.job-position-section .box .media {
  align-items: center;
}
.job-position-section .level {
  justify-content: end;
}
.job-position-section .job-description {
  font-size: 18px;
}
.job-position-section .job-icon {
  position: relative;
  top: 4px;
}
.job-position-section .job-contract-icon {
  margin-left: 30px;
}
.job-position-section h6.job-title {
  margin-bottom: 4px;
}

@media all and (max-width: 767px) {
  .mission-description.text-with-image-section {
    padding: 60px 20px 40px;
  }
  .job-position-section {
    padding: 40px 20px 60px;
  }
  .job-position-section .box .media {
    flex-direction: column;
    text-align: center;
  }
  .job-position-section .box .media .media-left {
    margin-right: 0;
  }
  .job-position-section .job-description {
    font-size: 17px;
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column;
  }
  .job-position-section .job-contract-icon {
    margin-left: 0;
  }
}

/* Icon Box Component */
.icon-box-section {
  margin-top: 50px;
  padding: 0 15px 120px;
}

.icon-box-section .icon-box .card-content {
  padding: 60px 0;
}

.card-equal-height {
  display: flex;
}

.icon-box .card {
  display: flex;
  align-items: flex-start;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: unset;
  color: inherit;
  padding: 0 42px;
}

.icon-box .card-image {
  margin-right: 40px;
  height: 100%;
  position: relative;
}

.icon-box-section .icon-box .card-image:after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
}

.icon-box-section .icon-box:nth-of-type(-n + 2) .card-image:after {
  top: -50px;
}

.icon-box-section .icon-box:nth-last-child(-n + 2) .card-image:after {
  bottom: -50px;
}

.icon-box .card .media:not(:last-child) {
  margin-bottom: 0;
}

.icon-box .card-content {
  padding: 27px 0 0;
}

.icon-box-section .icon-box .card-content .content {
  padding-top: 16px;
  padding-right: 20px;
  line-height: 32px;
  font-weight: 300;
}

.icon-box .card-content .content p {
  font-size: 20px;
}

.icon-box .icon-box-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 11px;
}

.icon-box .image.is-96x96 {
  height: 100px;
  width: 100px;
  padding: 60px 10px 0;
}

.icon-box .image img {
  height: 60px;
  width: 70px;
  object-fit: contain;
  margin: 0 auto;
}

.icon-box-section-with-bg {
  padding-top: 145px;
  padding-bottom: 125px;
}

.icon-box-section-with-bg .columns {
  position: relative;
}

.icon-box-section-with-bg .columns .svg-wrapper {
  position: absolute;
  right: 15px;
  top: -204px;
}

.icon-box-section-with-bg h2 {
  margin-bottom: 0;
}

.has-icon-white img {
  filter: brightness(0) invert(1);
}

/* Icon Box Component */
.image-box-section {
  padding: 30px 20px;
}
.image-box-section .image-box .card-content {
  padding: 30px 0 0;
}
.image-box-section .image-box {
  flex-direction: column;
}

.image-box-section .image-box .card-image:first-child img {
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .image-box-section {
    padding: 30px 10px;
  }
  .image-box-section .image-box:not(:last-of-type) .card {
    padding-bottom: 20px;
  }
  .image-box-section .image-box .card-image img {
    object-position: top;
    height: 100%;
    display: block;
  }
  .image-box-section .image-box .card-content .content div {
    font-size: 18px;
  }
}

/* CTA Front Component */
.home .cta-front-section {
  padding: 120px 30px 220px;
}

.cta-front-section {
  padding: 85px 30px 85px;
}

.cta-front-section .button {
  margin-bottom: 20px;
}

.cta-front-section .columns {
  position: relative;
  padding-bottom: 25px;
}

.cta-front-section .first-column {
  padding-left: 0;
}

.cta-front-section p {
  font-size: 22px;
  margin-bottom: 0;
}

.cta-front-section .second-column {
  padding-right: 0;
}

.cta-front-section .first-column :is(h1, h2, h3, h4, h5, h6) {
  padding-top: 10px;
}

.v-line {
  width: 20px;
  height: 320px;
  position: absolute;
  top: -170px;
}

@media (max-width: 1024px) {
  .home .cta-front-section {
    padding: 60px 30px 180px;
  }

  .icon-box .icon-box-title {
    font-size: 26px;
    line-height: 30px;
  }

  .icon-box-section .icon-box .card-content .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .v-line {
    display: none;
  }

  .cta-front-section {
    padding: 50px 20px 20px;
  }

  body:not(.home) .cta-front-section .columns {
    border-bottom: unset;
  }

  .cta-front-section .first-column {
    padding-left: 0;
  }

  .icon-box-section {
    margin-top: 30px;
    padding: 0 5px 40px;
  }

  .icon-box-section .icon-box .card-content {
    padding: 40px 0;
  }

  .icon-box-section .icon-box .card-content .content {
    padding-top: 5px;
  }

  .icon-box-section .icon-box .card-image:after {
    content: unset;
  }

  .icon-box .icon-box-title {
    font-size: 23px;
  }

  .icon-box .card {
    padding: 0 20px;
  }

  .icon-box .card-image {
    margin-right: 20px;
  }

  .icon-box .image img {
    height: 40px;
    width: 50px;
  }

  .icon-box .image.is-96x96 {
    height: 60px;
    width: 60px;
    padding: 45px 10px 0;
  }

  .icon-box .card-content .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-box-section .has-text-right {
    text-align: left !important;
  }
}

/* Numbered box Component */
.numbered-box-section {
  margin-top: 35px;
  margin-bottom: 115px;
  padding: 0 30px 5px;
}

.numbered-box-section .icon-box {
  flex-direction: column;
  margin-bottom: 15px;
}

.numbered-box-section .icon-box .card {
  padding: 0;
}

.numbered-box-section .icon-box-numbered-title {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  width: 76px;
  height: 76px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
}

.numbered-box-section h5 {
  font-size: 30px;
  line-height: 1.1;
}

.numbered-box-section .icon-box .card-content {
  padding: 20px 0 0;
}

.numbered-box-section .icon-box .card-content .content {
  padding: 30px 20px 0 0;
}
.numbered-box-section .icon-box .has-text-centered .content {
  padding: 30px 10px 0 10px;
}
.numbered-box-section .icon-box .has-text-right .content {
  padding: 30px 0 20px 0;
}

@media (max-width: 1024px) {
  .numbered-box-section {
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .numbered-box-section {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .numbered-box-section .icon-box-numbered-title {
    font-size: 28px;
    width: 56px;
    height: 56px;
    margin-top: 6px;
  }

  .numbered-box-section .icon-box .card-content {
    padding: 0;
    display: grid;
    grid-template-columns: 80px 1fr;
  }

  .numbered-box-section .icon-box .card-content .content {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Testimonial Component */
.testimonial-section {
  margin-top: 115px;
  margin-bottom: 0;
  padding: 0 30px;
}

.testimonial-section .column.is-12 {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}

.testimonial-section .card {
  box-shadow: unset;
  border-radius: 0;
}

.testimonial-section .slick-slider {
  height: 645px;
}

.testimonial-section .slick-list {
  margin: 0px -5px 0px -5px;
  height: 645px;
}

.testimonial-section .slick-track {
  height: 645px;
}

.testimonial-section .slick-initialized .slick-slide {
  margin: 0 5px;
}

.testimonial-section .testimonial-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.testimonial-section .testimonial-first-col {
  /* height: 410px !important; */
  margin: 0;
  display: flex;
  flex-direction: column;
  align-self: end;
}

.testimonial-section .testimonial-second-col {
  padding: 0 0 0 35px;
  display: block;
  height: 645px !important;
}

.testimonial-section .title,
.testimonial-section :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 22px;
}

.testimonial-section .testimonial-section-subtitle,
.testimonial-section p {
  font-size: 26px;
  margin-bottom: 16px;
}

.testimonial-section .column p:not(:is(h1, h2, h3, h4, h5, h6) ~ *) {
  font-size: 23px;
}

.testimonial-section .testimonial-section-description {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.48px;
  padding-right: 30px;
}

.testimonial-section .testimonial-description {
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 35px;
}

.testimonial-section .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: auto;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
}

.testimonial-section .card-content {
  padding: 0;
}

.testimonial-icon {
  height: 60px;
  margin-bottom: 25px;
}

.testimonial-icon svg {
  width: 60px;
  height: 60px;
}

.testimonial-img {
  height: 100%;
  overflow: hidden;
}

.testimonial-img img {
  height: 100%;
}

.testimonial-section .is-negative-margin {
  margin-top: -157px;
}

.testimonial-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 370px; */
  height: inherit !important;
  padding: 0 50px 120px 0;
}

.slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.testimonial-img img {
  width: 100%;
  transition: all 2.6s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.05);
}

.slick-active img {
  transform: scale(1);
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  top: auto;
  bottom: -32px;
  width: 81px;
  height: 64px;
  border-radius: 0;
  z-index: 9;
  transition: all 0.5s;
}

.testimonial-section .slick-prev::before,
.testimonial-section .slick-next:before {
  display: none;
}

.testimonial-section .slick-arrow .lni::before {
  font-size: 20px;
  font-weight: 600;
}

.testimonial-section .slick-prev {
  left: calc(100% - 164px);
}

.testimonial-section .slick-next {
  left: calc(100% - 81px);
}

@media (max-width: 1024px) {
  .testimonial-section {
    margin-top: 75px;
  }

  .testimonial-section .is-negative-margin {
    margin-top: -107px;
  }

  .testimonial-box {
    padding: 0 30px 64px 0;
  }

  .testimonial-section .testimonial-description {
    font-size: 23px;
  }

  .testimonial-section .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    margin-top: 40px;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section .column p:not(:is(h1, h2, h3, h4, h5, h6) ~ *) {
    font-size: 21px;
    margin-bottom: 0;
  }

  .testimonial-section .is-negative-margin {
    margin-top: 40px;
  }

  .testimonial-section .testimonial-container {
    display: grid;
    grid-template-columns: 100%;
  }

  .testimonial-section .testimonial-first-col {
    margin: 0;
    align-self: end;
    order: 2;
  }

  .testimonial-section .testimonial-box {
    padding: 0;
  }

  .testimonial-section .testimonial-second-col {
    padding: 0;
    height: auto !important;
    order: 1;
  }

  .testimonial-img {
    margin: 0 auto 15px;
    width: 96px;
    height: 96px;
    border-radius: 100%;
  }

  .testimonial-section .testimonial-icon {
    display: none;
  }

  .testimonial-section .slick-slider {
    height: auto;
  }

  .testimonial-section .slick-list {
    height: auto;
  }

  .testimonial-section .slick-track {
    height: auto;
  }

  .testimonial-section .slick-prev,
  .testimonial-section .slick-next {
    bottom: -78px;
    width: 61px;
    height: 44px;
  }

  .testimonial-section .slick-prev {
    left: calc(50% - 63px);
  }

  .testimonial-section .slick-next {
    left: calc(50% - -1px);
  }

  .testimonial-section h6 {
    font-size: 16px;
  }

  .testimonial-section .testimonial-section-subtitle {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .testimonial-section .testimonial-section-description {
    padding-right: 0;
  }

  .testimonial-section .testimonial-section-description {
    font-size: 20px;
  }

  .testimonial-box {
    margin: 0;
  }

  .testimonial-section .show-more-testimonials {
    top: 0;
  }

  .testimonial-section .testimonial-description {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .testimonial-section .subtitle {
    font-size: 15px;
  }

  .numbered-box-section h5 {
    font-size: 22px;
    margin-bottom: 0;
  }
}

/* Pricing Component */
.pricing-section {
  padding-top: 110px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-section .columns.is-multiline {
  justify-content: center;
}

.pricing-section .columns.is-variable > .column {
  position: relative;
}

.pricing-section .card {
  box-shadow: unset;
  border-radius: 0;
}

.pricing-section .title {
  margin-bottom: 22px;
  letter-spacing: -0.96px;
}

.pricing-section .pricing-section-subtitle {
  margin-top: 25px;
  margin-bottom: 26px;
}

.pricing-section h6 {
  font-size: 18px;
  letter-spacing: 1.08px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-section .pricing-section-description {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.48px;
  padding-right: 30px;
}

.pricing-section .pricing-description {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: auto;
}

.pricing-section .subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.pricing-section .price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-section .pricing-feature {
  list-style: none;
  margin-left: 0;
}

.pricing-section .pricing-feature li {
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  padding: 8px;
}

.pricing-section .card-content {
  padding: 0;
}

.pricing-icon {
  height: 48px;
  margin-bottom: 25px;
}

.pricing-icon svg {
  width: 48px;
  height: 48px;
}

.pricing-img {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.pricing-img img {
  height: 100%;
  border-radius: 100%;
}

.pricing-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*max-width: 370px;*/
  height: inherit !important;
  padding: 60px 30px;
  margin: 0 15px;
}

.pricing-section .show-more-pricing {
  max-width: 70px;
  position: relative;
  top: -77px;
}

.pricing-section .svg-wrapper {
  position: absolute;
  top: 195px;
  left: 100px;
  z-index: 9;
}

.pricing-section .highlight-price-box {
  box-shadow: 0 8px 12px 0 rgb(122 122 122 / 30%);
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .pricing-box {
    padding: 30px;
  }

  .pricing-section .subtitle {
    font-size: 18px;
  }

  .pricing-section .price {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-section > .columns.is-variable > .column {
    padding: 0;
  }

  .pricing-section h6 {
    font-size: 16px;
  }

  .pricing-section .price {
    font-size: 20px;
    line-height: 20px;
  }

  .pricing-section .pricing-section-subtitle {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .pricing-section .pricing-section-description {
    padding-right: 0;
  }

  .pricing-section .pricing-section-description {
    font-size: 20px;
  }

  .pricing-box {
    margin: 0;
  }

  .pricing-section .show-more-pricing {
    top: 0;
  }

  .pricing-section .pricing-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .pricing-section .subtitle {
    font-size: 15px;
  }

  .numbered-box-section h5 {
    font-size: 22px;
  }
}

/* CTA with background Component */
.cta-with-bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 40px 30px 214px; */
}

.cta-with-bg-section.has-box-inside {
  padding: 40px 30px 214px;
}

/* .cta-overlay-color {
    padding-left: 30px;
    padding-right: 30px;
} */

.page-id-291 .cta-with-bg-section.hero-with-background-image .overlay-color {
  padding: 190px 30px 490px;
}

.cta-with-bg-section .ast-container {
  height: 100%;
}

.cta-with-bg-section .has-text-centered .column.is-12 .section-content > div {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.cta-with-bg-section .is-first {
  background-color: rgb(255 255 255);
  padding: 80px 72px;
  margin-top: -167px;
}

.cta-with-bg-section .is-first-overall {
  padding: 0;
  /* padding-right: 20px; */
  height: 100%;
}

.cta-with-bg-section .button {
  margin-top: 10px;
}

.cta-with-bg-section.hero-with-background-image .overlay-color {
  padding: 244px 30px 97px;
}

.cta-with-bg-section.hero-with-background-image .button {
  margin-top: 50px;
}

.cta-with-bg-section p {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 35px;
}

.overlay-color {
  padding: 100px 30px 100px 30px;
}

@media (max-width: 1024px) {
  .cta-with-bg-section {
    background-size: cover;
  }

  .cta-with-bg-section.has-box-inside {
    padding: 55px 30px 120px;
  }

  .cta-with-bg-section p {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .cta-with-bg-section.hero-with-background-image .overlay-color {
    padding: 160px 20px 60px;
  }

  .cta-with-bg-section .is-first-overall {
    padding-right: 0;
  }

  .cta-with-bg-section .is-first {
    background-color: rgb(255 255 255 / 90%);
    padding: 50px 20px;
  }

  .cta-with-bg-section p {
    font-size: 21px;
    line-height: 30px;
  }

  .cta-with-bg-section .button {
    margin-top: 0;
  }

  .overlay-color {
    padding: 60px 15px 10px;
  }
}

/* Title with description overall Component */

.title-with-description-section .columns {
  max-width: 890px;
}

.title-with-description-section .title-section {
  padding: 0;
}
.title-with-description-section .column p {
  margin-bottom: 1em;
}

.page-template-page-home
  .title-with-description-section
  .columns.ast-container {
  max-width: 1210px;
}

/* Schedule placeholder Component */
.schedule-section.ast-container {
  margin: 0 auto 100px;
}

.schedule-section {
  position: relative;
  padding: 0 30px;
}

.schedule-placeholder {
  margin-top: -475px;
}

/* .text-with-image-section .is-vcentered {
    align-items: stretch;
} */

.schedule-cta {
  margin-top: 50px;
}

/* Text with image Component */
.text-with-image-section {
  padding: 38px 30px 110px;
}

.text-with-image-section .ast-container.columns:not(:last-child) {
  margin-bottom: 30px;
}

.text-with-image-section .ast-container.columns:last-child {
  margin-bottom: 0px;
}

.text-with-image-section > div:not(:last-child) {
  border-bottom: 1px solid #dce0ea;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

/* .text-with-image-section .column {
    padding: 0;
} */

.text-with-image-section .text-left {
  padding: 0 30px 0 0;
  /* margin-right: 20px; */
  /* align-self: center; */
}

.text-with-image-section .text-right {
  padding: 0 0 0 30px;
  /* margin-left: 0; */
  /* align-self: center; */
}

.text-with-image-section .has-text-right,
.text-with-image-section .has-text-left {
  position: relative;
  display: flex;
}

.text-with-image-section .box {
  border-radius: 0;
  padding: 0;
  /* height: 370px; */
  box-shadow: unset;
  background-color: transparent;
}

.text-with-image-section .box .media {
  height: 100%;
}

.text-with-image-section .box .media-left .image {
  height: 370px;
}

.text-with-image-section .box .media-left .image img {
  object-position: top;
  height: 100%;
  display: block;
}

.text-with-image-section .box .media-right {
  font-size: 43px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  max-width: 115px;
  width: 100%;
  line-height: 68px;
  position: relative;
  text-align: center;
  margin-left: 0;
}

.text-with-image-section .box .media-right:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  position: absolute;
  right: 100%;
}

.text-with-image-section .box .media-right.right:before {
  right: 100%;
}

.text-with-image-section .box .media-right.left:before {
  left: 100%;
}

.text-with-image-section .box .media-content .level {
  margin-top: auto;
}

.text-with-image-section .box .media-content {
  height: 100%;
  position: relative;
}

.text-with-image-section .box .media-left {
  width: 50%;
  margin-right: 0;
}

.text-with-image-section .media-content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 9px;
}

.text-with-image-section .svg-container {
  position: relative;
}

.text-with-image-section .svg-wrapper {
  position: absolute;
  right: 200px;
  bottom: -221px;
}

.text-with-image-section :is(.button.modal-button, .links-button) {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .page-id-291 .cta-with-bg-section.hero-with-background-image .overlay-color {
    padding: 190px 30px 400px;
  }

  .schedule-placeholder {
    margin-top: -365px;
  }
}

@media (max-width: 768px) {
  .text-with-image-section .box .media {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 370px;
    margin: 0 auto;
  }

  .text-with-image-section .box {
    height: auto;
  }

  section.coaches-section .box .media-right {
    margin-top: 0;
    width: 100%;
    max-width: initial;
    font-size: 36px;
    line-height: 50px;
  }

  section.coaches-section .box .media-left {
    margin: 0 auto;
  }
  .text-with-image-section .media-content-box {
    height: auto;
    margin-top: 0;
  }

  .text-with-image-section .box .media-left {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }

  .text-with-image-section .box .media-left .image {
    height: 270px;
  }

  .text-with-image-section .box .media-right {
    margin-top: 0;
    width: 100%;
    max-width: initial;
    font-size: 36px;
    line-height: 50px;
  }

  .text-with-image-section .box .media-right:before {
    content: none;
  }
  .text-with-image-section .box .media-content {
    height: auto;
  }

  .text-with-image-section .box .media-content .level {
    justify-content: center;
  }

  .text-with-image-section :is(.button.modal-button, .links-button) {
    margin-top: 10px;
  }

  .page-id-291 .cta-with-bg-section.hero-with-background-image .overlay-color {
    padding: 160px 20px 300px;
  }

  .schedule-placeholder {
    margin-top: -265px;
  }
}

/* Location Component */
.page-id-1298 header .ast-builder-grid-row,
.page-id-2966 header .ast-builder-grid-row {
  grid-template-columns: auto;
}

.page-id-1298 header .site-header-section,
.page-id-2966 header .site-header-section {
  justify-content: center;
}

.page-id-1298 header .ast-grid-right-section,
.page-id-2966 header .ast-grid-right-section {
  display: none !important;
}
.page-id-2966 .site-header-section {
  pointer-events: none;
}

.page-id-1298 .box .media-content-box {
  margin-top: 49px;
}

.page-id-1298 .box .media-right {
  margin-top: 40px;
}

.page-id-1298 .site-footer {
  display: none !important;
}

.page-id-1298 .text-with-image-section .media-content-box {
  height: auto;
}

.location-box .box {
  padding: 15px 30px 15px 15px;
}

.location-box .box .media {
  align-items: center;
}

.location-box .box .content h5 {
  margin-bottom: 0;
}

.hero.is-fullheight.location-section .hero-content {
  padding-top: 100px;
  padding-bottom: 70px;
}

.location-box .box .media-left {
  width: 100%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .location-box .box {
    min-width: 500px;
  }
}

@media (max-width: 1024px) {
  .location-box .box .media-left {
    width: 100%;
    max-width: 130px;
  }

  .page-id-1298 .text-with-image-section .box {
    height: 370px;
  }
}

@media (max-width: 768px) {
  .hero.is-fullheight.location-section .hero-content {
    padding-bottom: 20px;
  }

  .location-box .box {
    padding: 15px;
  }

  .location-box .media {
    flex-direction: column;
  }

  .location-box .box .media-left {
    margin-right: 0;
  }

  .location-box .box .button {
    max-width: 200px;
  }

  .location-box .media-content {
    overflow-x: auto;
    display: block;
    width: 100%;
  }

  .location-box h5 {
    font-size: 24px;
  }

  .page-id-1298 .text-with-image-section .box {
    height: auto;
  }

  .page-id-1298 .box .media-content-box {
    margin-top: 0;
  }

  .page-id-1298 .box .media-right {
    margin-top: 0;
    width: 100%;
    max-width: initial;
    font-size: 36px;
    line-height: 50px;
  }
}

/*CTA Green Component */
.cta-green-section {
  margin-top: 130px;
  padding: 55px 10px 48px;
}

.cta-green-landing-page {
  margin-top: 0;
}

.cta-green-section p {
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .text-with-image-section {
    padding: 50px 30px 50px;
  }

  .text-with-image-section .box {
    height: auto;
  }

  .text-with-image-section .box .media-content .level {
    padding-bottom: 0;
  }

  .cta-green-section {
    margin-top: 70px;
  }

  .text-with-image-section .text-left {
    padding: 0 30px 0 0;
  }

  .text-with-image-section .text-right {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 768px) {
  .text-with-image-section {
    padding: 40px 20px 50px;
  }

  .cta-green-section {
    margin-top: 50px;
    padding: 40px 10px 40px;
  }

  .text-with-image-section .text-right,
  .text-with-image-section .text-left {
    padding: 30px 10px 0;
  }

  .text-with-image-section .has-text-right:after {
    display: none;
  }

  .text-with-image-section .has-text-left:after {
    display: none;
  }

  .schedule-section {
    padding: 0 20px;
  }
}

/*CTA Side Component */
.cta-side-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.cta-side-section .cta-side-section-overlay {
  padding: 30px 30px 45px;
}

.single-post .cta-side-section h4,
.cta-side-section h4 {
  font-size: 48px;
  line-height: 50px;
}

.cta-side-section .cta-side-section-description {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 10px 35px;
}

/* Free Intro Component */
.free-intro-section {
  padding: 213px 15px 95px;
}

.free-into-form {
  padding-left: 95px;
}

.privacy-content {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.privacy-content .has-text-centered {
  text-align: left !important;
}

.privacy-content :is(h1, h2, h3, h4, h5, h6),
.single-post :is(h2, h3, h4, h5, h6) {
  font-size: 24px;
  line-height: 34px;
  margin-top: 35px;
  margin-bottom: 0;
}

.privacy-content a {
  font-weight: 600;
}
.privacy-content-form {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: -32px;
}
.privacy-content-form a {
  font-weight: 600;
}

/* Video Component */
.video-section {
  padding-bottom: 20px;
}

.video-description-bg {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: center;
  margin-top: -140px;
  margin-bottom: -100px;
  z-index: 1;
}
.video-content-has-bg {
  padding: 120px 0;
}
.video-content-has-bg h3 {
  margin-bottom: 5px;
}

.video-section .title-section.has-video {
  padding: 220px 0 58px;
}

.video-section .video-wrapper {
  position: relative;
}

.has-text-centered .video-placeholder > div {
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-testimonial-section .video-has-padding {
  padding: 0 30px;
}
.video-testimonial-section .video-has-padding > div {
  z-index: 2;
}
.video-caption {
  text-align: center;
  margin: 10px 10px 0;
}

.is-video-absolute {
  position: relative;
  top: 10px;
  right: 85px;
  bottom: 10px;
  left: auto;
  width: 120%;
  margin-bottom: 80px;
}

.is-video-absolute .video-placeholder {
  margin-top: 0;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.video-placeholder {
  margin-top: 75px;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.video-placeholder > :is(div, span, iframe) {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.video-section .video-wrapper .video-placeholder ~ .title {
  padding-top: 93px;
  position: relative;
}

.video-section .video-wrapper > div > div {
  margin: 0 auto;
}

.video-section .video-wrapper .video-placeholder {
  margin-top: -376px;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
}

/* Hero with description Component */
.hero-with-description-section {
  padding: 110px 30px 40px;
}

.hero-with-description-section.has-block-inside {
  padding: 110px 30px 370px;
}

.hero-with-description-section .columns {
  max-width: 970px;
  font-size: 20px;
  font-weight: 300;
}

.hero-with-description-section .title-section {
  padding: 18px 0 55px;
  position: relative;
}

.hero-with-description-section .button {
  margin-top: 43px;
  margin-bottom: 30px;
  z-index: 1;
}

.hero-with-background-image .hero-description {
  font-weight: 300;
  padding-right: 30px;
  padding-bottom: 5px;
}

.hero-with-background-image .button {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .hero-with-description-section {
    padding: 70px 30px 10px;
  }

  .hero-with-description-section.has-block-inside {
    padding: 70px 30px 370px;
  }
  .is-video-absolute {
    right: 85px;
    bottom: 10px;
    left: auto;
    width: 125%;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .hero-with-description-section {
    padding: 80px 20px 0;
  }

  .hero-with-description-section.has-block-inside {
    padding: 80px 20px 0;
  }

  .hero-with-background-image .hero-description {
    padding-right: 0;
  }

  .single-post .cta-side-section h4,
  .cta-side-section h4 {
    font-size: 38px;
    line-height: 40px;
  }

  .free-intro-section {
    padding: 160px 5px 60px;
  }

  .free-intro-section.has-video-player {
    padding: 80px 5px 240px;
  }

  .video-placeholder {
    margin-top: 35px;
  }

  .free-into-form {
    padding: 15px 15px 0;
  }

  .video-section .title-section.has-video {
    padding: 220px 0px 30px;
  }

  .video-section .video-wrapper .video-placeholder ~ .title {
    padding-top: 40px;
    line-height: 30px;
  }

  .video-section {
    padding: 0 20px 10px;
  }
  .is-video-absolute {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    margin-bottom: 40px;
  }
  .video-testimonial-section .video-has-padding {
    padding: 0 15px;
  }

  .video-section .title-section {
    padding: 60px 0 40px;
  }
  .free-intro-section .video-placeholder {
    display: none;
  }

  .free-intro-description {
    padding-top: 0px;
  }

  .privacy-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
  }
}

/* Embed Code Component*/

.embed-code-section {
  padding: 90px 15px;
}

/* Content Component */
.content-section .ast-container {
  font-size: 16px;
  line-height: 28px;
}

.content-section ul,
.single-post .entry-content ul {
  list-style-type: none;
  margin: 0 0 15px 20px;
}

.content-section ul li:before,
.single-post .entry-content ul li:before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.content-section .has-text-centered {
  text-align: left !important;
}

/* List Component */
.list-with-background-image {
  background-position: left center;
  margin-top: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-with-background-image .is-second-column {
  padding: 60px 30px 55px 85px;
  background-color: #ffffff;
}

.list-with-background-image h4 {
  font-weight: 900;
  letter-spacing: -0.72px;
  line-height: 1.1;
}

.list-with-background-image .list-with-icons {
  margin: 45px 0 10px 0;
  position: relative;
}

.list-with-background-image .list-with-icons li {
  margin: 0;
  list-style-type: none;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  font-weight: 300;
}

.list-with-background-image .list-with-icons li .lni.lni-checkmark {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: -5px;
}

.list-with-background-image .list-with-icons li .lni.lni-checkmark:before {
  content: "\ea5b";
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  padding: 0 9px;
  position: relative;
  bottom: 6px;
}

/* Single list Component */

.single-list-section {
  padding: 85px 15px 85px;
}

.single-list-section-landing {
  margin-top: 105px;
}

.single-list-section-landing h2 {
  margin-bottom: 40px;
}

.single-list-section .list-with-icons {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.single-list-section .list-with-icons li {
  display: flex;
  align-items: center;
  list-style-type: none;
  min-height: 80px;
  line-height: 24px;
  padding: 0px 40px 0px 0;
  border-bottom: 1px solid #dce0ea;
}

.single-list-section .list-with-icons li span {
  position: relative;
  padding-left: 30px;
}

.single-list-section .list-with-icons li span:first-child {
  padding: 28px 5px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  max-width: 115px;
  background-color: #ffffff;
}

.single-list-section .list-with-icons li .lni.lni-checkmark {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.single-list-section .list-with-icons li .lni.lni-checkmark:before {
  content: "\ea5b";
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  padding: 0 9px;
  position: relative;
}

.list-no-bg.list-with-icons {
  grid-auto-flow: row dense;
  row-gap: 0px;
}

.list-no-bg.list-with-icons .first-half-list {
  grid-column-start: 1;
}

.list-no-bg.list-with-icons li {
  background-color: unset;
  text-align: left;
  line-height: 26px;
}

/*  List with numbers Component */
.two-list-section h2 {
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .two-list-section h2 {
    padding-right: 0px;
  }

  .single-list-section {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-list-section .list-with-icons li {
    line-height: 24px;
    padding: 0px 10px 0px 0;
  }
  .single-list-section .list-with-icons li span {
    padding: 10px 0 10px 20px;
    font-size: 17px;
  }

  .embed-code-section {
    padding: 60px 15px;
  }
}

.two-list-section .is-second-column {
  padding: 60px 30px 0px 100px;
}

.two-list-section .is-second-column .list-with-icons {
  margin: 45px 0 60px 0;
}

.list-with-numbers-container {
  padding: 0;
}

.list-with-numbers-container ul.list-with-numbers {
  background-color: #f5fafa;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.list-with-numbers-container ul.list-with-numbers li {
  margin: 0px 46px 0px 46px;
  padding: 50px 5px;
  border-bottom: 1px solid #dedede;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.list-with-numbers-container ul.list-with-numbers li:last-child {
  border: 0px solid;
}

.list-with-numbers-container .list-number {
  font-size: 57px;
  font-weight: 900;
  display: inline;
}

.list-with-numbers-container .list-with-numbers .list-content {
  color: black;
  display: inline;
  padding-left: 40px;
}

.list-with-background-image
  .list-with-numbers-container
  ~ .column
  .list-with-icons
  li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
}

.list-with-background-image
  .list-with-numbers-container
  ~ .column
  .list-with-icons
  li:last-of-type
  .lni.lni-checkmark {
  display: inline-block;
}

.list-with-background-image
  .list-with-numbers-container
  ~ .column
  .list-with-icons
  li:last-of-type {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .list-with-background-image {
    background-size: cover;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .two-list-section .is-second-column {
    padding: 50px 20px 0;
  }

  .list-with-background-image .list-with-icons li {
    font-size: 20px;
  }

  .two-list-section .is-second-column .list-with-icons {
    margin: 45px auto 50px auto;
    max-width: 320px;
  }

  .list-with-numbers-container ul.list-with-numbers li {
    margin: 0px 20px 0px 20px;
    padding: 40px 5px;
  }

  .list-with-background-image {
    background-position: center;
    margin-top: 40px;
  }

  .single-list-section .list-with-icons {
    grid-template-columns: auto;
    grid-auto-flow: row !important;
    margin-bottom: 0 !important;
  }
  .single-list-section .list-with-icons li span:first-child {
    padding: 22px 5px;
    font-size: 30px;
    max-width: 85px;
  }

  .list-with-background-image .is-second-column {
    padding: 40px 20px 40px 20px;
  }

  .list-with-background-image h4 {
    font-size: 24px;
  }

  .list-with-background-image .list-with-icons li .lni.lni-checkmark:before {
    bottom: 3px;
  }

  .single-list-section {
    padding: 50px 5px 50px;
  }

  .single-list-section .list-with-icons li span {
    font-size: 17px;
    line-height: 1.2;
  }

  .drop-in-section {
    padding: 0 15px 65px;
  }

  .drop-in-section .ast-container {
    margin-top: 40px;
    padding-bottom: 12px;
  }

  .drop-in-section .drop-in-form {
    padding: 10px 5px;
  }

  .content-section .ast-container {
    margin-top: 0;
  }

  .embed-code-section {
    padding: 40px 5px;
  }
}

/* Gym Founder Block */
.founder-block-container {
  margin-bottom: 80px;
}

.founder-block-container .ast-container {
  margin-top: -375px;
  padding: 70px;
}

.founder-block-container .founder-description {
  position: relative;
}

.founder-block-container .founder-block-description {
  font-size: 16px;
  line-height: 26px;
  height: 380px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.founder-block-container .card-overlay {
  background: linear-gradient(
    3600deg,
    rgb(255 255 255) 0%,
    rgb(255 255 255 / 0%) 30%
  );
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.founder-block-container .card-overlay.hide-overlay {
  background: linear-gradient(
    3600deg,
    rgb(245 250 250 / 0%) 0%,
    rgb(255 255 255 / 0%) 100%
  );
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.founder-description .svg-wrapper {
  position: absolute;
  left: 100px;
  top: -200px;
}

.founder-block-container .ast-container h3 {
  margin-bottom: 5px;
  letter-spacing: -0.6px;
}

.founder-block-container .ast-container h5 {
  margin-bottom: 0;
  line-height: 25px;
  letter-spacing: -0.48px;
  font-weight: 600;
  margin-bottom: 5px;
}

.founder-block-container .text-with-image-section .has-text-left:after {
  content: "+";
  right: -40px;
  z-index: 99;
  cursor: pointer;
}

.founder-block-container
  .text-with-image-section
  .has-text-left.btn-minus-icon:after {
  content: "-";
  line-height: 70px;
  height: 80px;
  display: block;
  font-size: 58px;
  font-family: Arial, Helvetica, sans-serif;
}

.founder-block-container .founder-description {
  padding-left: 100px;
  padding-right: 0;
}

.founder-block-container .text-with-image-section .has-text-right,
.founder-block-container .text-with-image-section .has-text-left {
  height: 100%;
  min-height: 0;
}

/* Coaches Component */
.coaches-section {
  padding: 55px 30px 127px;
}

.coaches-section .columns.is-multiline {
  justify-content: center;
}

.coaches-section .media {
  overflow: hidden;
}

.coaches-section .box .media-left {
  width: 100%;
  max-width: 370px;
  margin-right: 0;
}

.coaches-section .box .media-right {
  margin-top: 40px;
}

.coaches-section .box .media-content-box {
  margin-top: 49px;
  position: relative;
  overflow: hidden;
}

.coaches-section .box .media-content-box :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 10px;
}

.coaches-section .card {
  color: inherit;
  box-shadow: unset;
  border-radius: 0;
  cursor: pointer;
}

.coaches-section .card .media {
  margin-bottom: 0;
}

.coaches-section .card .media h3 {
  margin-bottom: 5px;
}

.coaches-section .card-content {
  padding: 63px 40px 43px;
}

/* .coaches-section .card-content {
    height: 100%;
} */
.coaches-section .card-content .content {
  font-size: 16px;
  height: 105px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more-section .box {
  /* height: 188px; */
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more-section .card-overlay {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 18px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more-section .card-overlay {
  background: linear-gradient(
    360deg,
    rgb(250 250 250) 16%,
    rgb(255 255 255 / 0%) 100%
  );
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.read-more-section .card-overlay.hide-overlay {
  background: linear-gradient(
    300deg,
    rgb(250 250 250 / 0%) 0%,
    rgb(255 255 255 / 0%) 100%
  );
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more-section .media-content:after {
  content: "Learn More";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  padding-top: 30px;
  display: block;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more-section .btn-minus-icon .media-content:after {
  content: "Show Less";
}

.coaches-section .card-image.btn-minus-icon:after {
  content: "-";
  line-height: 75px;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.coaches-section .card-image:first-child img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.coaches-section .card-image:after {
  content: "+";
  font-size: 50px;
  color: #ffffff;
  font-weight: 300;
  line-height: 80px;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  bottom: -40px;
  right: calc(50% - 40px);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1024px) {
  .coaches-section {
    padding: 55px 30px 85px;
  }

  .coaches-section .box .media-content-box {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .founder-block-container .ast-container {
    margin-top: 0;
    padding: 40px 20px;
  }

  .founder-block-container {
    margin-bottom: 0;
  }

  .text-with-image-section .has-text-left:after {
    display: none;
  }

  .founder-block-container .text-with-image-section .has-text-left:after {
    display: block;
    bottom: -40px;
    right: calc(50% - 40px);
  }

  .founder-block-container .founder-description {
    padding: 40px 0 0;
  }
  .read-more-section .media-content {
    overflow-x: hidden;
    overflow: hidden;
  }

  .coaches-section {
    margin-top: 0;
    padding: 0 20px 40px;
  }
}

/* Buttons Component */
.buttons-section {
  margin-top: 45px;
  padding: 0 15px 8px;
}

.buttons-section .columns.is-multiline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Table Component */
.table-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 0 30px 0; */
}

.table-section .table-overlay-color {
  padding: 100px 30px 100px 30px;
}

@media (max-width: 1024px) {
  .table-section .table-overlay-color {
    padding: 50px 30px 50px 30px;
  }
}

@media (max-width: 768px) {
  .table-section .table-overlay-color {
    padding: 40px 10px 40px;
  }
}

.table-container .table.is-narrow td,
.table-container .table.is-narrow th {
  padding: 16px;
}

.table-container .table thead td,
.table-container .table thead th {
  border-width: 0 0 4px;
  border-color: #2a2d36;
}

.table-section {
  text-align: center;
}

.table-section h2.white,
.table-section .hero-description.white {
  color: #ffffff;
}

.table-section .hero-description {
  margin-bottom: 40px;
}

.table-container table {
  border-width: 0;
}

/* Pages Component */

.pages-section {
  padding: 77px 30px 122px;
}

.pages-section .box {
  border-radius: 0;
  padding: 0;
  height: 380px;
  box-shadow: unset;
  background-color: transparent;
}

.pages-section .box .media {
  height: 100%;
}

.pages-section .box .media-right {
  font-size: 42px;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-left: 9px;
}

.pages-section .box .media-left .image {
  height: 380px;
}

.pages-section .box .media-left .image img {
  object-position: top;
  height: 100%;
  display: block;
}

.pages-section .box .media-left {
  width: 50%;
}

.pages-section .box .media-content {
  margin-left: 20px;
  height: 100%;
}

.pages-section .box .media-content a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pages-section .box .media-content a:hover .icon.is-custom {
  transform: scale(1.5);
}

.pages-section .box .media-content .level {
  margin-top: auto;
  padding-bottom: 30px;
}

.pages-section .box .media-content .icon.is-custom {
  height: 30px;
  width: 38px;
  transform: scale(1);
  transition: all 0.5s ease;
}

.pages-section > div:not(:last-child) {
  border-bottom: 1px solid #dce0ea;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .pages-section {
    padding: 77px 30px;
  }

  .pages-section .box {
    height: 300px;
  }

  .pages-section .box .media-left .image {
    height: 300px;
  }

  .pages-section .box .media-right {
    font-size: 31px;
  }
}

@media screen and (max-width: 768px) {
  .pages-section {
    padding: 40px 20px;
  }

  .pages-section .columns .column {
    padding-top: 0;
  }

  .pages-section .box {
    height: auto;
  }

  .pages-section .box .media {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pages-section .box .media .media-left {
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 25px;
  }

  .pages-section .box .media-left .image {
    height: 200px;
  }

  .pages-section .columns .box .media-right {
    display: none;
  }

  .pages-section .box .media-content {
    margin-left: 0;
    grid-row: 2;
  }

  .pages-section .box .media-content .page-section-description {
    font-size: 18px;
  }

  .pages-section .box .media-content .level {
    padding-bottom: 0px;
    padding-top: 20px;
    justify-content: center;
  }
}

/* Modal Component */

.modal {
  z-index: -1;
  opacity: 0;
  animation: hide 0.25s;
  transform: scale(0);
}

@keyframes hide {
  from {
    z-index: 200;
    transform: scale(1);
    opacity: 1;
  }

  to {
    z-index: -1;
    transform: scale(0);
    opacity: 0;
  }
}

.modal.is-active {
  opacity: 1;
  z-index: 200;
  animation: show 0.3s;
  transform: scale(1);
}

@keyframes show {
  from {
    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }

  to {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
}

.modal-card {
  position: relative;
}

.modal-card .modal-card-head {
  border-bottom: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 50px 50px 35px;
}

.modal-card .modal-card-head .modal-card-title {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.76px;
  text-transform: initial;
  margin-bottom: 10px;
}

.modal-card .modal-close {
  position: absolute;
}

.modal-card .modal-card-foot,
.modal-card .modal-card-head {
  flex-direction: column;
  text-align: center;
}

.modal-card .delete::after,
.modal-card .modal-close::after {
  height: 70%;
  width: 2px;
}

.modal-card .delete::before,
.modal-card .modal-close::before {
  height: 2px;
  width: 70%;
}

.modal-card .modal-close {
  right: 10px;
  top: 10px;
}

.modal-card .modal-card-body {
  padding: 15px 50px 55px;
}

.modal-card-description.small-p {
  font-size: 17px;
  line-height: 24px;
}

.modal .modal-card .modal-form-footer-notice {
  font-size: 12px;
  text-align: center;
  line-height: 1.4em;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  top: -32px;
  color: #cfcfcf !important;
}
.modal .modal-card .content:has(+ .modal-form-footer-notice) {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .modal-card,
  .modal-content {
    width: 570px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 1024px) {
  .modal.is-active {
    z-index: 100001;
  }
}

.modal-background {
  background-color: rgb(42 45 54 / 90%);
}

/*** OPTIN COOKIE COMPONENT ***/
body .notification:not(:last-child) {
  margin-bottom: 0;
}

.site-content {
  position: relative;
}

.notification {
  /* display: none; */
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  z-index: 99;
}

#cookie-law-info-again {
  display: none;
  font-size: 13px;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: rgb(22 22 22 / 18%) 0px 0px 5px 2px;
}

#cookie-law-info-again .delete {
  position: absolute;
  right: -10px;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .notification {
    padding: 10px;
  }

  #cookie-law-info-again {
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    max-width: 170px;
    margin: 0 auto;
  }
}

/*** SINGLE POST ***/
.single-post #primary {
  margin: 100px 0 0;
}

.single-post #primary .ast-container {
  padding-left: 30px;
  padding-right: 30px;
}

.single-post header + .ast-container {
  padding-top: 115px;
  padding-bottom: 100px;
}

.single-post .site-header {
  box-shadow: 0px 1px 0px #dce3e5;
}

.single-post .sidebar-section {
  margin: 292px 0 0;
}

.ast-single-post .entry-title,
.page-title {
  line-height: 48px;
  font-weight: 700;
}

.single .entry-header {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.single .entry-header .post-thumb + .ast-single-post-order {
  margin-bottom: 2em;
}

.single .post-thumb-img-content.post-thumb {
  order: 2;
}

.single .entry-header .post-thumb + .ast-single-post-order h1 {
  padding: 0 60px 15px;
}

.single .entry-header .post-thumb + .ast-single-post-order .entry-meta {
  padding: 8px 60px;
  font-size: 14px;
  font-weight: 400;
}

.single-post .entry-content {
  padding: 0 60px;
}

.single-post .entry-content h2 {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 800;
  line-height: 28px;
}

.single-post p + h2,
.single-post p + h3 {
  padding-top: 20px;
}

.single-post .entry-content p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 28px;
}

.single nav.post-navigation {
  padding: 50px 60px;
  border-top: unset;
}

.single-post .nav-links .ast-title-nav {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.single-post .nav-links .nav-previous:has(+ .nav-next) {
  border-right: 1px solid #d2d6e2;
}

.single-post .nav-links .nav-previous a {
  padding-left: 0;
}

.single-post .nav-links .nav-next a {
  padding-right: 0;
}

.single-post .nav-links .nav-previous .ast-title-nav {
  text-align: left;
}

.single-post .nav-links .nav-next .ast-title-nav {
  text-align: right;
}

.nav-links span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.nav-links .ast-left-nav {
  text-align: left;
}

.nav-links .ast-right-nav {
  text-align: right;
}

.single-post .cta-green-section {
  margin-top: 80px;
}

.single-post .site-footer {
  margin-top: 0;
}

.ast-pagination {
  display: none;
}

.pagination {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pagination {
    justify-content: space-evenly;
  }
}

@media (max-width: 1024px) {
  .modal-card .modal-card-head .modal-card-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .ast-single-post .entry-title,
  .page-title {
    line-height: 34px;
  }

  .single-post .entry-content {
    padding: 0;
  }

  .single nav.post-navigation {
    padding: 30px 20px 30px;
    margin: 0;
  }

  .single-post .nav-links .nav-previous:has(+ .nav-next) {
    border-right: unset;
    border-bottom: 1px solid #d2d6e2;
    padding-bottom: 20px;
  }

  .single .entry-header .post-thumb + .ast-single-post-order h1 {
    padding: 0 0 20px;
  }

  .single-post .entry-meta {
    font-size: 16px;
  }

  .single-post .cta-green-section {
    margin-top: 40px;
  }

  .single .entry-header .post-thumb img {
    height: 240px;
  }

  .modal-card .modal-card-head {
    padding: 35px 20px 25px;
  }

  .modal-card .modal-card-head .modal-card-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .modal-card .modal-card-body {
    padding: 20px 20px 20px;
  }

  .modal-card-description.small-p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Post Sidebar */
.sidebar-section {
  margin: 102px 0 0;
}

.sidebar-section .column {
  padding-bottom: 21px;
  padding-top: 27px;
}

.search-bar-container {
  margin-bottom: 44px;
}

form#searchform {
  font-size: 18px;
  position: relative;
}

#searchform input.search-field {
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  font-weight: 400;
  color: #404040;
  border-radius: 30px;
  padding: 20px 20px 15px 20px;
  width: 100%;
}

#searchform i.lni.lni-search-alt {
  font-size: 18px;
  font-weight: 600;
}

#searchform button {
  padding: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 8px;
  top: 5px;
}

.sidebar-section h3 {
  font-weight: 700;
  font-size: 21px;
  padding: 0 20px 20px;
  margin-bottom: 30px;
}

.sidbear-posts-container {
  padding-bottom: 25px;
  border-bottom: 1px solid #dce3e5;
  margin-bottom: 30px;
}

.sidebar-section .sidbear-posts-container {
  padding: 0 20px 25px;
}

.sidbear-posts-container:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #dce3e5;
  margin-bottom: 0px;
}

.sidebar-section .post-date {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 17px;
  display: block;
}

.sidebar-section h5 {
  font-size: 21px;
  padding-bottom: 2px;
  line-height: 26px;
}

.sidebar-section h5:hover {
  opacity: 0.8;
}

.sidebar-section .post-excerpt p {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  letter-spacing: -0.28px;
}

.posted-by.author a {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .single-post #primary {
    width: 68%;
    border-right: unset;
  }

  .single-post .ast-right-sidebar #primary {
    padding-right: 51px;
  }

  .single-post .sidebar-section {
    width: 32%;
  }
}

@media (max-width: 1024px) {
  .single-post #primary {
    margin: 0;
    padding-top: 0;
  }

  #searchform button {
    padding: 13px 10px 10px 10px;
  }

  .sidebar-section {
    margin: 30px 0;
  }

  .single-post .sidebar-section {
    margin: 65px 0 0;
  }
}

/*** BLOG PAGE ***/

.blog-grid-section .sidbear-posts-container {
  border-bottom: unset;
}

.blog-grid-section .sidbear-posts-container img {
  margin-bottom: 0;
  height: 100%;
}

.blog-grid-section .sidbear-posts-container a {
  display: flex;
}

.blog-grid-section .sidbear-posts-container h4 {
  font-size: 24px;
  line-height: 30px;
  padding: 0 40px 11px;
}

.blog-grid-section .sidbear-posts-container .post-excerpt p {
  font-size: 16px;
  line-height: 28px;
}

.blog-grid-section .sidbear-posts-container .column {
  padding: 0;
}

.blog-grid-section .sidbear-posts-container .column:last-child {
  padding: 30px 0;
}

.blog-grid-section .sidbear-posts-container .post-date {
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 7px 40px;
  text-transform: capitalize;
}

.blog-grid-section .sidbear-posts-container .post-date:before {
  content: "";
  height: 100%;
  width: 35px;
  display: block;
  top: 0;
  position: absolute;
  right: 100%;
}

.blog-grid-section .sidbear-posts-container .post-excerpt {
  padding: 15px 40px 10px;
}
.page-template-page-archive .blog-grid-section .sidbear-posts-container a {
  display: flex;
  flex-direction: column;
}

.page-template-page-archive
  .cta-with-bg-section.hero-with-background-image
  .overlay-color {
  padding: 170px 30px 65px;
}

.page-template-page-archive .cta-green-section {
  margin-top: 80px;
}

.blog-grid-section .sidbear-posts-container {
  margin-bottom: 5px;
}

.blog-grid-section .sidbear-posts-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-grid-section a.page-numbers {
  padding: 5px 15px 0;
  border: 1px solid #dce3e5;
  font-weight: 700;
}

.blog-grid-section span.page-numbers.current {
  padding: 5px 15px 0;
  font-weight: 700;
  border: 1px solid #dce3e5;
}

.blog-grid-section a.next.page-numbers,
.blog-grid-section a.prev.page-numbers {
  font-size: 18px;
  border: 0px solid;
}

.search .blog-grid-section,
.category .blog-grid-section {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1240px) {
  .page-template-page-archive .site-content .ast-container:has(.content-area),
  .single-post header + .ast-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .page-template-page-archive #primary {
    width: 68%;
    padding-right: 30px;
    border-right: unset;
  }

  .page-template-page-archive .ast-right-sidebar #primary {
    padding-right: 51px;
  }

  .page-template-page-archive .sidebar-section {
    width: 32%;
  }
}

@media (max-width: 1024px) {
  .page-template-page-archive .site-content .ast-container:has(.content-area) {
    padding: 30px 30px 0;
  }
}

@media (max-width: 768px) {
  .page-template-page-archive .site-content .ast-container:has(.content-area) {
    padding: 30px 20px 0;
  }

  .page-template-page-archive
    .cta-with-bg-section.hero-with-background-image
    .overlay-color {
    padding: 150px 32px 60px;
  }

  .blog-grid-section .sidbear-posts-container .post-date:before {
    content: none;
  }

  .page-template-page-archive .site-content .ast-container:has(.content-area),
  .single-post header + .ast-container {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }

  .blog-grid-section .sidbear-posts-container h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-grid-section {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-grid-section .sidbear-posts-container img {
    height: 200px;
  }

  .blog-grid-section .sidbear-posts-container .post-date {
    font-size: 16px;
  }

  .blog-grid-section h3 {
    margin-bottom: 10px;
  }

  .sidebar-section {
    margin: 25px 0 0;
  }

  .sidebar-section h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .page-template-page-archive .cta-green-section {
    margin-top: 40px;
  }

  .search .blog-grid-section,
  .category .blog-grid-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*** CATEGORY PAGE ***/
.category .blog-grid-section .sidbear-posts-container a {
  display: flex;
  flex-direction: column;
}
.category .blog-grid-section .sidbear-posts-container img {
  height: 294px;
}
.category .sidbear-posts-container h4 {
  margin-top: 20px;
  padding-bottom: 0;
}
.category .blog-grid-section .sidbear-posts-container .post-date:before {
  content: none;
}

/*** SEARCH PAGE ***/
.search-results .site-header {
  box-shadow: 0px 1px 0px #dce3e5;
}

.search-results h1.search-title {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.search .blog-grid-section .sidbear-posts-container {
  margin-bottom: 30px;
  padding: 0;
  height: 100%;
}
.search-results .blog-grid-section .sidbear-posts-container a {
  display: inline;
}
.search-results .blog-grid-section .sidbear-posts-container h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 14px;
  margin-bottom: 2px;
}
.search-results .blog-grid-section .sidbear-posts-container img {
  height: 294px;
}
.search-results .blog-grid-section .sidbear-posts-container .post-date:before {
  display: none;
}
.search-results .blog-grid-section .sidbear-posts-container .post-excerpt {
  padding: 0;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .category .blog-grid-section .sidbear-posts-container img {
    height: 192px;
  }
}
@media (max-width: 768px) {
  .search-results .blog-grid-section .sidbear-posts-container img {
    height: 180px;
  }
  .category .blog-grid-section .sidbear-posts-container img {
    height: 180px;
  }
}

/*** GENERAL ***/
header.site-header {
  z-index: 9;
  padding-left: 30px;
  padding-right: 30px;
}

.ast-logo-title-inline .ast-site-identity {
  padding: 0;
}

header .custom-logo-link img {
  display: block;
}

figure {
  margin-bottom: 0;
}

.card {
  box-shadow: unset;
}

.has-text-white :is(*) {
  color: #fff !important;
}

.content-area.entry-content :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0 !important;
}

.column p:not(:is(h1, h2, h3, h4, h5, h6) ~ *) {
  font-size: 23px;
  margin-bottom: 0;
}

.content-section p + h3 {
  padding-top: 29px;
  line-height: 38px;
}

.entry-content section:not(.privacy-content) ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 43px;
}
.entry-content .single-list-section ul.list-with-icons {
  margin-bottom: 0;
}

.entry-content section:not(.privacy-content) ul:not(.list-with-icons) li {
  margin-bottom: 14px;
  padding-left: 51px;
  position: relative;
}

.entry-content
  section:not(.content-section):not(.privacy-content)
  ul:not(.list-with-icons)
  li:before {
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea5b";
  font-size: 12px;
  font-weight: 900;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.content-section ul,
.single-post .entry-content ul {
  list-style-type: none;
  margin: 0 0 15px 20px;
}

.entry-content .content-section ul li,
.single-post .entry-content ul li {
  font-size: 18px;
  padding-left: 0;
}

.entry-content .content-section ul li:before,
.single-post .entry-content ul li:before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.large-p {
  font-size: 30px;
}

.medium-p p {
  font-size: 25px;
}

.small-p p {
  font-size: 23px;
}

.container.is-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ast-container {
  padding-left: 0;
  padding-right: 0;
}

.button {
  height: 54px;
  line-height: 54px;
  width: auto;
  min-width: 206px;
  font-weight: 400;
  padding: 0 20px;
  display: inline-flex;
  white-space: normal;
  justify-content: center;
  align-items: center;
}

div.columns.is-variable {
  margin-left: auto;
  margin-right: auto;
}

.columns {
  margin-top: 0;
}

.columns:last-child {
  margin-bottom: 0;
}

p:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.ast-container img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .site-content .ast-container {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 10px;
  }

  .content-section p + h3 {
    padding-top: 20px;
    line-height: 28px;
  }

  .medium-p p {
    font-size: 23px;
  }

  .small-p p {
    font-size: 21px;
  }

  .entry-content section:not(.privacy-content) ul:not(.list-with-icons) {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .entry-content section:not(.privacy-content) ul:not(.list-with-icons) li {
    text-align: left;
  }
}

/*** HEADER ***/
.home .ast-primary-header-bar {
  background-color: transparent;
}

.ast-theme-transparent-header .main-header-bar {
  background-color: transparent;
}

button.menu-toggle.main-header-menu-toggle {
  background-color: transparent !important;
}

button#menu-toggle-close {
  background-color: transparent !important;
}

@media (min-width: 1025px) {
  .site-content header .ast-container {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .ast-builder-menu-mobile
    .main-navigation
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    background-color: transparent !important;
    outline: none;
  }
}

@media (max-width: 768px) {
  header.site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0.5em 0;
  }
  h1,
  .entry-content h1 {
    line-height: 1.1;
  }

  .column p:not(:is(h1, h2, h3, h4, h5, h6) ~ *) {
    font-size: 21px;
  }

  .cta-front-section p {
    font-size: 18px;
  }
}

/*** FOOTER ***/
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1210px;
}

.widget-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.08px;
}

.site-footer {
  border-top: 1px solid #dce3e5;
}

.subwidget-title,
.site-footer a {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.subwidget-title {
  letter-spacing: 0.84px;
}

.footer-widget-area h6 ~ div {
  margin-bottom: 15px;
}

.partners-logo-container a {
  margin-right: 15px;
}

.partners-logo-container a:last-child {
  margin-right: 0;
}

#astra-footer-menu .menu-item a:after {
  content: "|";
  display: inline;
  font-size: 13px;
  position: relative;
  left: 9px;
}

#astra-footer-menu .menu-item:first-child:after,
#astra-footer-menu .menu-item:last-child a:after {
  visibility: hidden;
}

#astra-footer-menu .menu-item > a {
  font-weight: 400;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  border-top-width: 0;
}

.site-footer-below-section-2.site-footer-section.site-footer-section-2 {
  position: relative;
  top: 6px;
}

.pt-footer-social-media {
  list-style: none;
  margin: 17px 0 28px;
}

.pt-footer-social-media li {
  display: inline;
  padding-right: 13px;
}
.pt-footer-social-media .yelp-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.pt-footer-social-media .x-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.opening-hours ul {
  list-style: none;
  margin: 0;
}
.opening-hours li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 60px;
  position: relative;
}
.opening-hours li span:first-of-type {
  position: absolute;
  left: 0;
}
.ast-builder-html-element p:first-child {
  margin-bottom: 0;
}

/* Footer logo */
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
  position: relative;
}

.ast-builder-footer-grid-columns {
  grid-column-gap: 0px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1210px;
  padding-top: 11px;
}

.footer-copyright {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .partners-logo-container {
    margin-left: -5px;
  }

  .partners-logo-container a {
    margin-right: 0;
    padding: 5px;
    display: inline-block;
  }

  .medium-p {
    font-size: 22px;
  }
  .opening-hours ul {
    max-width: 200px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .site-footer-primary-section-2.site-footer-section.site-footer-section-2,
  .site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
    padding-top: 30px;
  }

  .pt-footer-social-media li:last-child {
    padding-right: 0;
  }

  .partners-logo-container {
    margin-left: 0;
  }

  .partners-logo-container a {
    margin-right: 15px;
    padding: 5px 0;
    display: inline-block;
  }

  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu {
    display: grid;
    justify-content: center;
  }

  #astra-footer-menu .menu-item a:after {
    display: none;
  }

  #astra-footer-menu .menu-item > a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-footer-below-section-1.site-footer-section.site-footer-section-1 {
    order: 2;
  }

  .site-footer-below-section-2.site-footer-section.site-footer-section-2 {
    order: 1;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .reverse-columns {
    flex-direction: column-reverse !important;
    display: flex;
  }

  .footer-copyright {
    text-align: center;
  }
  .opening-hours li {
    text-align: right;
  }
  .opening-hours ul {
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
  }
}

/*** Landing Page ***/

.landing_page-template header .ast-builder-grid-row {
  grid-template-columns: auto;
}

.landing_page-template .site-header-section {
  justify-content: center;
}

.landing_page-template .ast-grid-right-section {
  display: none !important;
}

.landing_page-template
  .cta-with-bg-section
  .has-text-centered
  .column.is-12
  .section-content
  > div {
  max-width: 640px;
}

.landing_page-template
  .cta-with-bg-section.hero-with-background-image
  .overlay-color {
  padding: 220px 30px 115px;
}

.landing_page-template .single-list-section .list-with-icons li {
  min-height: 116px;
  line-height: 27px;
  padding: 0px 40px 0px 0;
  border: 1px solid #dce0ea;
}

.landing_page-template .single-list-section .list-with-icons li span {
  font-size: 17px;
}

.landing_page-template
  .single-list-section
  .list-with-icons
  li
  span:first-child {
  padding: 43px 5px;
  font-size: 38px;
}

.landing_page-template .ast-primary-header-bar {
  background-color: transparent;
}

.landing_page-template .video-section {
  background-color: unset;
}

.landing_page-template .list-with-background-image .list-with-icons li {
  font-size: 18px;
  line-height: 24px;
}

.landing_page-template .list-with-background-image .is-second-column {
  padding: 50px 30px 20px 85px;
}

.landing_page-template
  .list-with-background-image
  .list-with-icons
  li
  .lni.lni-checkmark:before {
  bottom: 2px;
}

.landing_page-template .two-columns-section .column {
  justify-content: initial;
}

.landing_page-template .two-columns-section p {
  font-size: 21px;
  line-height: 32px;
}

/* GALLERY COMPONENT */

.gallery-section {
  margin-top: 35px;
  padding: 0 15px 95px;
}

.gallery-section .columns.is-multiline {
  justify-content: center;
}

.gallery-section .card-image:last-child img {
  border-radius: 0;
}

.gallery-section .card-image:first-child img {
  border-radius: 0;
}

.gallery-section .button {
  margin-top: 15px;
}
.gallery-section .gallery-item-description {
  text-align: center;
  padding-top: 15px;
}

@media (min-width: 769px) {
  .landing_page-template header.site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1024px) {
  .landing_page-template
    .cta-with-bg-section.hero-with-background-image
    .overlay-color {
    padding: 190px 30px 95px;
  }

  .landing_page-template .single-list-section .list-with-icons li {
    display: grid;
    grid-template-columns: 115px 1fr;
    line-height: 24px;
  }
  .landing_page-template
    .single-list-section
    .list-with-icons
    li
    span:first-child {
    padding: 28px 5px;
    font-size: 38px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }

  .landing_page-template .icon-box-section-with-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing_page-template .icon-box-section-with-bg .columns .svg-wrapper {
    top: -118px;
  }

  .cta-green-landing-page {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .landing_page-template
    .cta-with-bg-section.hero-with-background-image
    .overlay-color {
    padding: 160px 20px 60px;
  }
  .landing_page-template .single-list-section .list-with-icons li {
    grid-template-columns: 85px 1fr;
    padding: 0px 10px 0px 0;
    min-height: auto;
  }

  .landing_page-template
    .single-list-section
    .list-with-icons
    li
    span:first-child {
    padding: 22px 5px;
    font-size: 30px;
    max-width: 85px;
  }
  .single-list-section-landing h2 {
    margin-bottom: 10px;
  }

  .landing_page-template .icon-box-section-with-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .landing_page-template
    .video-section
    .video-wrapper
    .video-placeholder
    ~ .title {
    padding: 20px 20px 0;
  }

  .landing_page-template
    .video-section
    .video-wrapper
    .video-placeholder
    ~ .title
    ~ div {
    padding: 0 20px 0;
  }

  .landing_page-template .list-with-background-image .is-second-column {
    padding: 30px 20px 20px 20px;
  }
  .gallery-section {
    padding: 0 15px 40px;
  }
  .page-id-3138 .testimonial-section {
    margin-bottom: 100px !important;
  }
}
.page-id-2966 body {
  background-color: #fafafa;
}
.page-id-2966 .free-intro-section {
  height: 100vh;
}

.page-id-2966 .site-footer {
  display: none;
}
