/*
 * Active site customizations migrated from the local YellowPencil data.
 * WooCommerce cart and checkout rules were intentionally excluded.
 */

/* Global styles. */
body {
  background-color: #fff;
}

body h3,
body h4 {
  word-wrap: normal;
}

body .o_sky h3 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em !important;
}

body .entry-content h3,
body h4 {
  color: #14cccf;
}

body .page-top-bar,
body #page .page-top-bar {
  text-align: center;
}

body .all_button a {
  background-color: #14cccf !important;
}

body .all_button a:hover {
  background-color: #cc7298 !important;
}

body .head_green h3,
body .head_green h5,
body h6 {
  color: #14cccf;
  font-weight: 400;
}

body .head_rose h4 {
  color: #cc7298;
}

body .info_boxes img {
  width: 12rem;
}

body .info_boxes h3 {
  color: #cc7298;
}

body .shadow_boxes h4 {
  color: #6695d1;
}

body #page-header-inner #menu .sm-simple a {
  padding-right: 11px;
  padding-left: 11px;
}

body .sha_box {
  box-shadow: 3px 10px 19px 0 #d1d1d1;
  font-size: 1.2em;
  min-height: 280px;
}

body .sha_box_onas h4 {
  padding-top: 10px;
  color: #cc7298;
  font-size: 1.5em;
  font-weight: 500;
}

body .sha_box:hover {
  color: #fff;
  background-color: #cc7298 !important;
  box-shadow: 3px 10px 19px 0 #cc7298;
  transition-duration: 0.5s;
}

body .sha_box:hover h4,
body .sha_box:hover h5 {
  color: #fff;
  transition-duration: 0.5s;
}

body .sha_box h4 {
  color: #6695d1;
  font-size: 1.1em;
}

body .sha_box h5 {
  color: #cc7298;
  font-size: 3em;
  font-weight: 500;
}

body .foot_div {
  color: #545454;
}

body .osna_box {
  padding-bottom: 10px;
  opacity: 0.7;
}

body .studio_box {
  margin: 40px;
  height: 260px;
  width: 310px;
}

body .studio_tbox h4 {
  color: #cc7298;
  font-weight: 500;
  padding-bottom: 10px;
}

body .pic_mobile,
body #pic_mobile,
body .banner_mob,
body #banner_mob,
body #banner2_mob,
body #footer_mobile,
body .footer_mobile {
  display: none;
}

body .testimonials div {
  color: #14cccf;
  font-size: 15px;
}

body .testimonials p {
  color: #333;
  font-size: 17px;
}

body .price_box .inner,
body .price_box2 .inner {
  height: 500px;
}

body .price_box .inner .tm-pricing-header,
body .price_box2 .inner .tm-pricing-header {
  height: 230px;
}

body #footer_desk a,
body .footer_desk a {
  color: #14cccf;
}

/* Keep footer social icons on one line in both footer variants. */
body #footer_desk .tm-social-networks,
body .footer_desk .tm-social-networks,
body #footer_mobile .tm-social-networks,
body .footer_mobile .tm-social-networks {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

body #footer_desk .tm-social-networks .item,
body .footer_desk .tm-social-networks .item,
body #footer_mobile .tm-social-networks .item,
body .footer_mobile .tm-social-networks .item {
  flex: 0 0 auto;
  margin-bottom: 0;
}

body #footer_mobile .tm-social-networks,
body .footer_mobile .tm-social-networks {
  justify-content: center;
}

body .logo_desk {
  width: 200px;
}

body .sm-simple a .menu-item-title:nth-child(2) {
  padding-right: 4px;
}

body .tm-grid .wrap .post-date,
body #page-breadcrumb ul {
  display: none;
}

/*
 * Disable decorative entrance animations globally. The PHP render filter
 * removes these classes from current WPBakery content; these rules also keep
 * archived and manually-authored theme markup visible without movement.
 */
body .tm-animation,
body .tm-grid.has-animation .grid-item,
body .wpb_animate_when_almost_visible,
body .tm-gradation .item,
body .tm-timeline .tm-animation-queue .item .content-wrap,
body .tm-timeline .tm-animation-queue .item .time {
  opacity: 1 !important;
  animation: none !important;
}

body .tm-animation,
body .tm-grid.has-animation .grid-item,
body .wpb_animate_when_almost_visible,
body .tm-gradation .item,
body .tm-timeline .tm-animation-queue .item.animate .content-wrap {
  transform: none !important;
}

body .tm-timeline .tm-animation-queue .item.animate .time {
  transform: translate(0, -50%) !important;
}

@media (max-width: 600px) {
  body .tm-timeline .tm-animation-queue .item.animate .time {
    transform: translate(0) !important;
  }
}

/*
 * Keep the main blog archive in its intended 3/2/1-column layout immediately,
 * without waiting for Isotope to finish loading all nine thumbnails.
 */
body:is(.page-id-1965, .page-id-3015, .page-id-3051)
  .tm-blog.style-grid_classic
  .tm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  height: auto !important;
}

body:is(.page-id-1965, .page-id-3015, .page-id-3051)
  .tm-blog.style-grid_classic
  .tm-grid::after,
body:is(.page-id-1965, .page-id-3015, .page-id-3051)
  .tm-blog.style-grid_classic
  .grid-sizer {
  display: none;
}

body:is(.page-id-1965, .page-id-3015, .page-id-3051)
  .tm-blog.style-grid_classic
  .grid-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body:is(.page-id-1965, .page-id-3015, .page-id-3051)
  .tm-blog.style-grid_classic
  .post-thumbnail
  img {
  display: block;
  width: 100%;
  aspect-ratio: 37 / 25;
  object-fit: cover;
}

@media (max-width: 960px) {
  body:is(.page-id-1965, .page-id-3015, .page-id-3051)
    .tm-blog.style-grid_classic
    .tm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:is(.page-id-1965, .page-id-3015, .page-id-3051)
    .tm-blog.style-grid_classic
    .tm-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 992px) {
  body #banner2_mob,
  body #footer_mobile,
  body .footer_mobile,
  body #banner_mob,
  body .banner_mob {
    display: inline-block;
  }

  body .footer_mobile .logo_mobile,
  body #footer_mobile .logo_mobile {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 200px;
  }

  body #banner2_pc,
  body #footer_desk,
  body .footer_desk,
  body #banner_pc,
  body #page .page-top-bar,
  body .page-top-bar,
  body .banner_pc {
    display: none;
  }

  body #footer_mobile a,
  body .footer_mobile a {
    color: #14cccf;
  }

  body .sha_cont,
  body .info_cont_head {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body .pic_mobile,
  body #pic_mobile {
    display: inline-block;
  }

  body .studio_box {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    display: block;
  }

  body .vc_carousel-slideline .vc_item {
    height: auto !important;
  }

  body .mob_gallery img {
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 370px;
  }

  body .pic_desktop,
  body #pic_desktop {
    display: none;
  }
}

/*
 * AeroYoga landing pages:
 * - 753: Russian home page
 * - 2166: Estonian home page
 * - 2913/2920: English home page (local/production)
 *
 * Keep the Flowplayer lightbox background transparent. Show the desktop video
 * by default, then switch to the mobile video below 980px.
 */
body.page-id-753 .container .flowplayer,
body.page-id-2166 .container .flowplayer,
body.page-id-2913 .container .flowplayer,
body.page-id-2920 .container .flowplayer {
  background-color: transparent !important;
}

body.page-id-753 .flowplayer.lightbox-starter .fp-ui,
body.page-id-2166 .flowplayer.lightbox-starter .fp-ui,
body.page-id-2913 .flowplayer.lightbox-starter .fp-ui,
body.page-id-2920 .flowplayer.lightbox-starter .fp-ui {
  background: transparent;
}

body.page-id-753 .flowplayer.lightbox-starter,
body.page-id-2166 .flowplayer.lightbox-starter,
body.page-id-2913 .flowplayer.lightbox-starter,
body.page-id-2920 .flowplayer.lightbox-starter {
  background-color: transparent !important;
}

body.page-id-753 #video-mob,
body.page-id-2166 #video-mob,
body.page-id-2913 #video-mob,
body.page-id-2920 #video-mob {
  display: none;
}

/* Static replacement for the localized legacy homepage hero sections. */
body .skygravity-static-hero {
  min-height: clamp(420px, 41.6667vw, 800px);
  margin-top: 100px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2018/06/slider1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
 * Headroom adds its base class 100ms before its initial top/not-top state.
 * Keep behind-header layouts out of the document flow during that interval.
 */
body.page-header-behind .page-header.headroom:not(.headroom--top):not(.headroom--not-top) .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

body .skygravity-static-hero > .wpb_column > .vc_column-inner {
  padding: 0;
}

body .skygravity-static-hero__content > .wpb_wrapper {
  box-sizing: border-box;
  display: flex;
  min-height: clamp(420px, 41.6667vw, 800px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
}

body .skygravity-static-hero__title,
body .skygravity-static-hero__description {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  white-space: normal;
}

body .skygravity-static-hero__actions {
  margin: 0;
}

body .skygravity-static-hero__title {
  color: #cc7298;
  font-size: clamp(25px, 3.125vw, 60px);
  font-weight: 600;
  line-height: 1.17;
}

body .skygravity-static-hero__description {
  margin-top: clamp(12px, 1vw, 20px);
  color: #fff;
  font-size: clamp(14px, 2.0833vw, 40px);
  font-weight: 300;
  line-height: 1.25;
}

body .skygravity-static-hero__actions {
  margin-top: clamp(26px, 2.6vw, 50px);
}

body .skygravity-static-hero__button {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(20, 205, 208, 0.8);
  font-size: clamp(13px, 1.0417vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

body .skygravity-static-hero__button:hover,
body .skygravity-static-hero__button:focus {
  color: #fff;
  background-color: rgba(204, 114, 152, 0.8);
}

@media (max-width: 1199px) {
  body .skygravity-static-hero {
    margin-top: 72px;
  }
}

@media (max-width: 767px) {
  body .skygravity-static-hero,
  body .skygravity-static-hero__content > .wpb_wrapper {
    min-height: 350px;
  }

  body .skygravity-static-hero {
    background-position: 70% center;
  }

  body .skygravity-static-hero__content > .wpb_wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  body .skygravity-static-hero__title {
    font-size: 23px;
  }

  body .skygravity-static-hero__button {
    padding: 15px 25px;
  }
}

/* The About photo source is desktop-only; remove its whole column on mobile. */
@media (max-width: 767px) {
  body .skygravity-desktop-about-column {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body.page-id-753 #video-desk,
  body.page-id-2166 #video-desk,
  body.page-id-2913 #video-desk,
  body.page-id-2920 #video-desk {
    display: none;
  }

  body.page-id-753 #video-mob,
  body.page-id-2166 #video-mob,
  body.page-id-2913 #video-mob,
  body.page-id-2920 #video-mob {
    display: inline-block;
  }
}

/* Keep the English CTA centered in both desktop and mobile banners. */
body.page-id-2913 #banner_pc,
body.page-id-2920 #banner_pc {
  justify-content: center;
  gap: 40px;
}

body.page-id-2913 #banner_pc > .wpb_column,
body.page-id-2920 #banner_pc > .wpb_column {
  float: none;
  width: auto;
}

body.page-id-2913 #banner_pc .tm-heading,
body.page-id-2913 #banner_pc .tm-button-wrapper,
body.page-id-2913 #banner_mob .tm-heading,
body.page-id-2913 #banner_mob .tm-button-wrapper,
body.page-id-2920 #banner_pc .tm-heading,
body.page-id-2920 #banner_pc .tm-button-wrapper,
body.page-id-2920 #banner_mob .tm-heading,
body.page-id-2920 #banner_mob .tm-button-wrapper {
  padding-left: 0 !important;
  text-align: center;
}

/* Keep the compact white sticky-header variant at every scroll position. */
body #page-header-inner {
  height: 100px;
  border-bottom: 0;
  background: #fff !important;
  box-shadow: none;
}

body #page-header-inner .container,
body #page-header-inner .row {
  height: 100%;
}

body #page-header .branding__logo .main-logo {
  display: none;
}

body #page-header .branding__logo .sticky-logo {
  display: block;
  width: 110px;
  padding: 18px 0;
}

body.desktop-menu #page-header .menu--primary .menu__container > li > a,
body.desktop-menu #page-header .menu--primary .menu__container > ul > li > a {
  padding-top: 25px;
  padding-bottom: 26px;
  color: #222;
}

body #page-header .menu--primary > .menu__container > li:hover > a,
body #page-header .menu--primary > .menu__container > li > a:hover,
body #page-header .menu--primary > .menu__container > li > a:focus,
body #page-header .menu--primary > .menu__container > li.current-menu-item > a,
body #page-header .menu--primary > .menu__container > li.current-menu-ancestor > a,
body #page-header .menu--primary > .menu__container > li.current-menu-parent > a {
  color: #cc7298;
}

body #page-header .menu--primary .sm-simple > li:hover > a .menu-item-title::after,
body #page-header .menu--primary .sm-simple > li.current-menu-item > a .menu-item-title::after,
body #page-header .menu--primary .sm-simple > li.current-menu-ancestor > a .menu-item-title::after,
body #page-header .menu--primary .sm-simple > li.current-menu-parent > a .menu-item-title::after {
  background-color: #cc7298;
}

body #page-header .page-open-mobile-menu i,
body #page-header .page-open-main-menu i,
body #page-header .popup-search-wrap i,
body #page-header .mini-cart .mini-cart-icon,
body #page-header .header-social-networks a {
  color: #333;
}

body.header-sticky-up .headroom.headroom--not-top #page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  animation: none;
  transform: translateY(var(--skygravity-sticky-translate-y, -100%));
  will-change: transform;
}

body #page-header-inner.skygravity-sticky-hidden {
  pointer-events: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  html,
  body {
    overflow-x: clip;
  }

  @supports not (overflow: clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }

  body #page-header-inner {
    height: 72px;
    border-bottom: 1px solid #eee;
  }

  body #page-header .branding__logo .sticky-logo {
    width: 56px;
    height: 56px;
    padding: 0;
    object-fit: contain;
  }

  body.mobile-menu #page-header {
    z-index: 10000000;
  }

  body.mobile-menu .page-mobile-main-menu {
    top: 72px;
    right: 0;
    visibility: hidden;
    width: 100%;
    max-width: 100vw;
    height: calc(100% - 72px);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    background: #fff !important;
    pointer-events: none;
    transform: translateX(100%);
    transition: none;
  }

  body.mobile-menu.skygravity-mobile-menu-ready .page-mobile-main-menu {
    transition:
      transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0.3s;
  }

  body.mobile-menu.page-mobile-menu-opened .page-mobile-main-menu {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  body.mobile-menu.page-mobile-menu-opened #page-header-inner {
    box-shadow: none;
    transform: translateY(0);
  }

  body.mobile-menu .page-mobile-menu-header {
    display: none;
  }

  body.mobile-menu .page-mobile-main-menu .menu__container {
    padding: 20px 24px 32px;
  }

  body.mobile-menu .page-mobile-main-menu .menu__container > li > a {
    padding: 15px 48px 15px 0;
    border-color: #eee;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  body.mobile-menu .page-mobile-main-menu .menu__container > li:hover > a,
  body.mobile-menu .page-mobile-main-menu .menu__container > li.current-menu-item > a,
  body.mobile-menu .page-mobile-main-menu .menu__container > li.current-menu-ancestor > a,
  body.mobile-menu .page-mobile-main-menu .menu__container > li.current-menu-parent > a {
    color: #cc7298;
  }

  body.mobile-menu .page-mobile-main-menu .sub-menu {
    margin: 0 0 8px 16px;
  }

  body.mobile-menu .page-mobile-main-menu .sub-menu a,
  body.mobile-menu .page-mobile-main-menu .children a {
    padding: 10px 48px 10px 0;
    color: #555;
    font-size: 16px;
  }

  body.mobile-menu .page-mobile-main-menu .sub-menu a:hover,
  body.mobile-menu .page-mobile-main-menu .children a:hover,
  body.mobile-menu .page-mobile-main-menu .sub-menu .current-menu-item > a {
    color: #cc7298;
  }

  body.mobile-menu .page-mobile-main-menu .toggle-sub-menu {
    right: 0;
    border-radius: 0;
    color: #222;
    background: transparent;
  }

  body.mobile-menu .page-mobile-main-menu .toggle-sub-menu:hover {
    color: #222;
    background: transparent;
  }

  body.mobile-menu.page-mobile-menu-opened #page-open-mobile-menu i {
    background: transparent !important;
  }

  body.mobile-menu.page-mobile-menu-opened #page-open-mobile-menu i::before,
  body.mobile-menu.page-mobile-menu-opened #page-open-mobile-menu i::after {
    top: 0;
    width: 100%;
    background: #333 !important;
  }

  body.mobile-menu.page-mobile-menu-opened #page-open-mobile-menu i::before {
    transform: rotate(45deg);
  }

  body.mobile-menu.page-mobile-menu-opened #page-open-mobile-menu i::after {
    transform: rotate(-45deg);
  }
}
