/*!
Theme Name: Nacionalinis Kuksando Centras
Theme URI: http://underscores.me/
Author: Webgo
Author URI: http://webgo.lt
Description: Custom WP theme
Version: 2.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kuksando
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nacionalinis Kuksando Centras is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'GTHaptikBold';
    src: url('webfonts/GTHaptikBold.eot');
    src: url('webfonts/GTHaptikBold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/GTHaptikBold.woff2') format('woff2'),
        url('webfonts/GTHaptikBold.woff') format('woff'),
        url('webfonts/GTHaptikBold.ttf') format('truetype'),
        url('webfonts/GTHaptikBold.svg#GTHaptikBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GTHaptikMedium';
    src: url('webfonts/GTHaptikMedium.eot');
    src: url('webfonts/GTHaptikMedium.eot?#iefix') format('embedded-opentype'),
        url('webfonts/GTHaptikMedium.woff2') format('woff2'),
        url('webfonts/GTHaptikMedium.woff') format('woff'),
        url('webfonts/GTHaptikMedium.ttf') format('truetype'),
        url('webfonts/GTHaptikMedium.svg#GTHaptikMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('webfonts/Graphik-Regular.eot');
    src: url('webfonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Graphik-Regular.woff') format('woff'),
        url('webfonts/Graphik-Regular.ttf') format('truetype'),
        url('webfonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('webfonts/Graphik-Medium.eot');
    src: url('webfonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Graphik-Medium.woff') format('woff'),
        url('webfonts/Graphik-Medium.ttf') format('truetype'),
        url('webfonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
    touch-action: manipulation;
}

body {
    margin: 0;
    background: #ffffff;
    font-family: Graphik-Regular, sans-serif;
    font-size: 18px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: normal;
    padding-top: 62px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-kerning: normal;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

h2.section-title {
    font-size: 22px;
    line-height: 26px;
    margin: 2rem 0;
}

h2.bighead {
    font-size: 41px;
    line-height: 49px;
}

b,
strong {
    font-family: Graphik-Bold, sans-serif !important;
    font-weight: bold;
    font-style: normal;
}

.order-total strong {
    font-family: Graphik-Bold;
}

body:not(.woocommerce-cart) .page-content a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

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

/**:focus {
    outline: none;
}*/

/*CONTAINER*/

.container-fluid {
    max-width: 1600px;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.section {}

/*HEADER - NAVIGATION*/

.site-header {
    display: flex;
    padding: 0 2rem;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.site-branding {
    flex-basis: 0;
    align-items: center;
    display: flex;
    padding-right: 45px;
}

.site-branding svg.logo {
    height: 43px;
    width: auto;
    padding-top: 8px;
}

.mobile-navigation {
    visibility: hidden;
    opacity: 0;
}

.main-navigation {
    flex: auto;
    text-align: left;
}

.profile-navigation {
    flex-basis: auto;
}

.mobile-navigation {
    display: none;
}

.main-navigation ul,
.profile-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li,
.profile-navigation ul li {
    display: inline-block;
    position: relative;
}

.main-navigation ul li a,
.profile-navigation ul li a {
    font-family: 'Graphik-Medium', sans-serif;
    font-size: 16px;
    line-height: 27px !important;
    color: #534A54;
    letter-spacing: 0;
    text-decoration: none;
    padding: 19px 15px 16px 15px;
    display: block;
    transition: all 200ms ease-in-out;
    position: relative;
}

.no-touch .main-navigation ul li a:hover,
.no-touch .profile-navigation ul li a:hover {
    color: #000000;
}

.profile-navigation ul:not('.sub-menu')>li:last-child>a {
    padding-right: 0;
}

nav .sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 70px;
    background: rgba(255, 255, 255, 1);
    min-width: 250px;
    max-width: 350px;
    z-index: 999999;
    border-radius: 25px;
    box-shadow: 0 20px 35px 0 rgba(83, 74, 84, 0.30);
    text-align: center;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

nav .sub-menu li {
    display: block;
    transition: all 200ms ease-in-out;
}

nav .sub-menu li a {
    padding-left: 25px;
    padding-right: 25px;
}

.no-touch nav .sub-menu li:hover {
    background: #F4F1EE;
}

nav .sub-menu li:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

nav .sub-menu li:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

nav .sub-menu li:first-child>a:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    transition: all 200ms ease-in-out;
}

nav .sub-menu li:first-child:hover>a:after {
    border-bottom: 10px solid #F4F1EE;
}

.last-submenu .sub-menu {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.menu-item-has-children>a {
    position: relative;
    padding-right: 20px !important;
}

nav .sub-menu.active {
    visibility: visible;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

nav .arrow svg {
    position: absolute;
    right: 0px;
    top: calc(50% - 3px);
    pointer-events: none;
    transform: rotateX(0);
    transition: all 0.3s ease-in-out;
}

.menu-item-has-children.active .arrow svg {
    transform: rotateX(180deg);

}

/* BUTTONS / NOTICES */

.play-btn {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-left: -59px;
    margin-top: -59px;
    width: 118px;
    height: 118px;
    opacity: 0;
    transition: all 500ms ease-in-out;
    transform: scale(1.1);
}

.cta-btn,
.checkout-button,
.woocommerce button,
.wpcf7-submit,
.single_add_to_cart_button,
.gform_button {
    padding: 14px 25px 13px 25px;
    background: #000000;
    color: #ffffff;
    border-radius: 16px;
    transition: background 300ms ease-in-out;
    text-decoration: none;
    font-family: Graphik-Regular;
    font-size: 17px;
    line-height: 1em;
    font-weight: normal;
    display: inline-block;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.no-touch .cta-btn:hover,
.no-touch .checkout-button:hover,
.no-touch .woocommerce button:hover,
.no-touch .wpcf7-submit:hover,
.no-touch .single_add_to_cart_button:hover,
.no-touch .gform_button:hover {
    background: #534A54;
    border: 0;
    -webkit-appearance: none;
}

.cta-btn-dark {
    padding: 13px 25px;
    margin: 0 5px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
    transition: background 300ms ease-in-out;
    text-decoration: none;
    font-family: Graphik-Regular;
    font-size: 17px;
    line-height: 1em;
    font-weight: normal;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.cta-btn-dark:hover {
    background: #ffffff;
    color: #000000;
}

.cta-btn.full-width {
    display: block;
    text-align: center;
    padding: 14px 25px 13px 25px;
    border-radius: 16px;
}

.nariui-favorite {
    position: absolute;
    right: calc(50% + 30px);
    top: 26px;
    z-index: 99;
}

.nariui-favorite.inloop {
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 99;
}

.nariui-favorite.inloop .simplefavorite-button {
    font-size: 18px;
}

.nariui-favorite.inloop .add-to-favorites,
.nariui-favorite.inloop .remove-from-favorites {
    display: none;
}

.simplefavorite-button {
    background: transparent;
    text-decoration: none;
    font-family: Graphik-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0;
    text-align: center;
    transition: all 200ms ease-in-out;
    outline: 0;
    opacity: 0.7 !important;
    cursor: pointer;
    border: none;
    padding: 0 !Important;
}

button[name="update_cart"] {
    background: transparent;
    padding: 6px 15px;
    text-decoration: none;
    font-family: Graphik-Regular;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
    outline: 0;
    cursor: pointer;
    margin-top: 30px;
    color: rgba(83, 74, 84, 0.85);
    border: 1px solid rgba(83, 74, 84, 0.7);
    opacity: 1 !important;
}

.no-touch button[name="update_cart"]:hover {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 1);
    background: transparent;
}

.small-cta-dark {
    background: transparent;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: Graphik-Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0;
    text-align: center;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
    outline: 0;
    opacity: 1 !important;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 10px;
    position: relative;
}

.no-touch .simplefavorite-button:hover {
    opacity: 1 !important;
}

.simplefavorite-button.active {
    opacity: 1 !important;
}

.profile-navigation .cta-profile-btn.menu-item-has-children>a,
.profile-navigation .cta-profile-btn.menu-has-children>a {
    border: 1px solid #534A54;
    padding: 6px 30px 5px 30px !important;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
    margin-left: 15px;
}

.profile-navigation .cta-profile-btn.menu-item-has-children>a:hover,
.profile-navigation .cta-profile-btn.menu-has-children>a:hover {
    color: #ffffff;
    background: #000000;
}

.profile-navigation .cta-profile-btn.menu-item-has-children.pulse>a {
    -webkit-animation: Pulsate linear 300ms;
    animation: Pulsate linear 300ms;
}

.profile-navigation .cta-profile-btn .sub-menu {
    margin-top: -13px;
}

.atc-btn {
    text-decoration: none !important;
}

.buy-now-btn {
    display: inline-flex;
    justify-content: center;
    background: #ffffff;
    align-items: center;
    border-radius: 25px;
    margin: 30px 0 6px 0;
    font-family: Graphik-Regular;
    font-size: 17px;
    line-height: 1em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.no-touch .buy-now-btn:hover .add-to-cart {
    background: #5E545F;
}

.buy-now-btn .product-price {
    padding: 15px 20px 12px 25px;
    color: #5E545F;
}

.buy-now-btn .add-to-cart {
    padding: 14px 25px 13px 20px;
    background: #000000;
    color: #ffffff;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    transition: background 200ms ease-in-out;
}

.buy-now-btn .add-to-cart.members-only {
    padding: 14px 25px 13px 25px;
    border-radius: 16px;
}

.term-buttons,
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-top: -45px;
    padding: 0;
    text-align: center;
    margin-bottom: 52px;
}

.term-buttons li,
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 15px;
}

.term-buttons li a,
.woocommerce-MyAccount-navigation ul li a {
    padding: 11px 25px;
    border: 1px solid rgba(83, 74, 84, 0.7);
    text-decoration: none;
    font-family: 'Graphik-Medium';
    font-size: 16px;
    color: rgba(83, 74, 84, 0.85);
    letter-spacing: 0;
    text-align: center;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
}

.no-touch .term-buttons li a:hover,
.no-touch .woocommerce-MyAccount-navigation ul li a:hover {
    border: 1px solid #000000;
    color: #000000;
}

.term-buttons li a.active,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #534A54;
    color: #ffffff;
}

.term-buttons li a.active:hover,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    background: #000000;
    color: #ffffff;
}

.woocommerce-notices-wrapper {
    background: none;
    border-radius: 6px;
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background: #ffffff !important;
    border-radius: 6px;
    padding: 20px 30px;
    width: auto;
    display: inline-block;
    list-style: none;
    box-shadow: 0 20px 35px 0 rgba(83, 74, 84, 0.30);
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
}

.woocommerce-cart-form .product-thumbnail img {
    border-radius: 6px;
}

.paysera-image img {
    max-height: 38px;
}

.shop_table.cart {
    min-width: 100%;
}

.more-link a {
    color: #534A54;
    text-decoration: none;
    padding-top: 3px;
    transition: all 200ms ease-in-out;
}

.no-touch .more-link a:hover {
    color: #000000;
    padding-right: 17px;
}

.no-touch .more-link:hover a {
    padding-right: 17px;
}

/* FORMS */

label,
legend {
    font-family: 'Graphik-Medium';
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    padding: 15px;
    font-family: Graphik-Regular;
    font-size: 18px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: normal;
    outline: 0;
    width: 100%;
    border-radius: 4px;
    border-style: solid;
    border: 1px solid #B8B4B9;
    background: #F9F7F5;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: 1px solid #000000;
    -webkit-appearance: none;
}

.woocommerce-form {
    position: relative;
}

.woocommerce-form-login__rememberme {
    position: absolute;
    right: 0;
}

.woocommerce-form-login,
.woocommerce-ResetPassword {
    max-width: 450px;
}

fieldset {
    background: #F9F8F6;
    border: none;
    padding: 10px 20px;
    margin: 0;
    border-radius: 6px;
}

/* HOMEPAGE */

.page-header {
    position: relative;
    background: #F4F1EE;
    display: flex;
    margin-bottom: 60px;
}

.page-header.dark {
    background: #534A54;
    color: #ffffff;
}

.ph-left,
.ph-right {
    flex: 1;
    position: relative;
}

.ph-left {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ph-content {
    padding: 30px 60px 30px 60px;
    max-width: 700px;
}

.ph-content p {
    padding-top: 7px;
}

.ph-content h2,
.ph-content h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.ph-content h1 {
    font-family: "Inter", sans-serif;
    font-size: 41px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
}

.ph-content h1 a {
    color: #000000;
    text-decoration: none;
}

.ph-content h1.dark {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

.page-header.small .featured-img {
    padding-bottom: 33.33%;
}

.featured-img,
.post-img {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.live-tv {
    background: #F4F1EE;
    border-radius: 6px;
}

.live-tv .post-img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.live-tv .date-underlay {
    border-bottom-right-radius: 0px;
}

.product-block {
    margin-bottom: 4rem;
}

.no-touch .product-block:hover .post-img img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.no-touch .product-block:hover h3 {
    color: #000000;
}

.product-block a {
    text-decoration: none;
}

.product-block h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 1.35em;
    margin-top: 1rem;
    transition: all 200ms ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
}

.member-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #989298;
    padding-left: 20px;
    padding-right: 20px;
}

.member-cat-list li {
    display: inline-block;
}

.member-cat-list li a {
    color: #989298;
}

.member-cat-list li a:hover {
    color: #534A54;
}

.post-img {
    border-radius: 1.5rem;
}

.post-img-outer {
    position: relative;
}

.post-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease-in-out;
    z-index: 1;
    background: #F4F1EE;
}

.post-img.orsize img {
    object-fit: contain;
}

.featured-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 2000ms ease-in-out;
    background: #534A54;
}

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

.featured-img.orsize img {
    object-fit: contain;
}

.event-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #ffffff;
    padding: 7px 15px 5px 15px;
    font-family: 'Graphik-Medium';
    font-size: 14px;
    color: #534A54;
    letter-spacing: 0;
    text-align: center;
    line-height: 1 !important;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 9999;
}

.shop-date .event-date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto;
}

.event-date.price-tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto;
    top: auto;
}

.single-nariui .page-header .event-date {
    margin-bottom: 5px !important;
}

.page-template-ivyke-renginiai .event-date {
    opacity: 0.5;
}

.page-template-ivyke-renginiai .live-badge {
    display: none;
}

.more-link {
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: relative;
    float: right;
}

.more-link .arrow {
    position: absolute;
    transform: rotate(-90deg);
    padding-right: 2px;
    right: 0;
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.no-touch .more-link:hover .arrow {
    opacity: 1;
}

.page-header .event-date {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    background: transparent;
    border: 1px solid #FFF;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #ffffff;
}

.outline-date .event-date {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
}

.page-header.dark .event-date {
    color: #534A54;
    border: 1px solid #FFFFFF;
}

.date-underlay {
    position: absolute;
    left: 0px;
    height: 50%;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    transition: all 500ms ease-in-out;
    opacity: 0;
}

.product-block:hover .date-underlay {
    opacity: 1;
}

.post-img-outer.has-video:hover .date-underlay {
    height: 100%;
    border-radius: 1.5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.post-img-outer.has-video:hover .play-btn {
    opacity: 1;
    transform: scale(1);
}

/* HOMEPAGE /* ACADEMY PROMO */

.page-template-akademija-promo .page-header,
.page-template-akademija-promo-en .page-header,
.page-template-akademija-promo-ru .page-header,
.page-template-akademija-promo-cz .page-header {
    margin-bottom: 0;
}

.academy-promo {
    background: #F4F1EE;
    display: flex;
    position: relative;
    margin-top: 30px;
}

.academy-promo-img {
    flex: 1;
    position: relative;
}

.academy-promo-img .inner {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.academy-promo-img img {
    position: absolute;
    height: calc(100% + 60px);
    width: 100%;
    object-fit: contain;
    margin-top: -30px;
    margin-bottom: -30px;
    object-position: center;
}

.academy-promo-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.academy-promo-content .inner {
    max-width: 600px;
    padding: 2rem;
}

.academy-promo-content h2 {
    margin-bottom: 25px;
    margin-top: 0;
}

.academy-promo-content .cta-btn {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* FOOTER */

.site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F4F1EE;
    font-family: Graphik-Regular, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 27px;
}

.site-footer h3 {
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 600;
}

.copyright-info {
    opacity: 0.4;
    font-family: Graphik-Regular;
    font-size: 13px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    max-width: 500px;
    margin: 30px auto 0px auto;
}

.site-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.site-footer .menu li a,
.site-footer a {
    color: #534A54;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

.no-touch .site-footer .menu li a:hover,
.no-touch .site-footer a:hover {
    color: #000000;
}

.site-footer .menu li.current-menu-item a {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.site-footer p {
    margin-top: 0;
}

/* NARIAMS */

.membership-info {}

.go-back-btn {
    position: absolute;
    left: 27px;
    top: 26px;
    font-size: 16px;
    cursor: pointer;
    z-index: 99;
}

.go-back-btn .arrow {
    position: relative;
}

.go-back-btn .arrow svg {
    transform: rotate(90deg);
    top: 3px;
    left: 0px;
    position: absolute;
}

.go-back-btn .arrow .a {
    stroke: rgba(255, 255, 255, 0.7);
    transition: stroke 200ms ease-in-out;
}

.no-touch .go-back-btn a:hover .arrow .a {
    stroke: rgba(255, 255, 255, 1);
}

.go-back-btn a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer !Important;
    transition: all 200ms ease-in-out;
}

.go-back-btn .btn-txt {
    padding-left: 17px;
}

.no-touch .go-back-btn a:hover {
    color: #FFFFFF;
}

.upcoming-events,
.related-posts {
    padding-top: 4rem;
    padding-bottom: 30px;
}

.upcoming-news {
    padding-top: calc(4rem + 38px);
    padding-bottom: 30px;
}

.live-url {
    background: #534A54;
    color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-url .urlink {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.live-url a:not(.small-cta-dark) {
    color: #ffffff;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    border-bottom: 1px solid transparent;
}

.live-url a:hover {
    border-bottom: 1px solid #ffffff;
}

.live-info {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.live-info h3 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 22px;
}

.has-date {
    margin-top: -30px;
}

.login-guide {
    background: #F4F1EE;
    padding: 58px 0 75px 0;
}

/* ANIMATIONS / EFFECTS */

.slide-up-fade-in {
    animation: slide-up-fade-in ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: slide-up-fade-in ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: slide-up-fade-in ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: slide-up-fade-in ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: slide-up-fade-in ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/

    opacity: 0;
    opacity: 1\9;

}


@keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -o-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, 40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

@keyframes Pulsate {
    from {
        background: #534A54;
    }

    20% {
        background: #534A54;
        transform: scale(1.1);
    }

    40% {
        background: #534A54;
        transform: scale(1);
    }

    80% {
        background: #534A54;
        transform: scale(1.1);
    }

    to {
        background: #534A54;
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 2em;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsletter-form p {
    display: flex;
    padding-top: 5px;
    justify-content: center;
}

.newsletter-form input[type="email"] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
    margin: 0 !important;
}

.newsletter-form input[type="submit"] {
    background: #534A54 url(img/newsletter-icon.svg) no-repeat center center;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    box-shadow: none;
    font-size: 0px;
    min-width: 57px;
    width: 57px;
    height: 57px;
    padding: 0px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    outline: none;
    -webkit-appearance: none;
}

.no-touch .newsletter-form input[type="submit"]:hover {
    background: #000000 url(img/newsletter-icon.svg) no-repeat center center;
    box-shadow: none;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: none;
    padding: 0;
    margin: 0;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.payment-logos {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.payment-logos img {
    max-height: 40px;
    padding: 0 20px;
}

.payment-logos div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-logos img.paysera {
    height: 37px;
}

.payment-logos img.visa {
    max-height: 25px;
}

.payment-logos img.mastercard {
    max-height: 35px;
}

div.paysera-payments.grid span.paysera-text {
    display: none !important;
}

#paysera_country {
    visibility: hidden;
}

.wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F9F7F5;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
}

.wc_payment_method {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px;
}

.wc_payment_method:last-child {
    border-bottom: none;
}

label[for="payment_method_paysera"] img {
    display: none;
}

label[for="payment_method_paypal"] img {
    display: none;
}

.woocommerce-checkout-review-order-table {
    min-width: 100%;
    text-align: right;
}

.woocommerce-checkout-review-order-table .product-name {
    text-align: left;
}

.newsletter-info {
    font-size: 13px;
    color: #534A54;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 0.7;
    padding-top: 15px;
}

.social-icons {
    display: flex;
    padding-top: 22px;
}

.social-icons svg {
    height: 40px;
    width: 40px;
    padding-right: 15px;
    fill: #534A54;
    transition: all 200ms ease-in-out;
}

.no-touch .social-icons svg:hover {
    fill: #000000;
}

.cart-float {
    background: #F4F1EE;
}

.cart-float .event-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-top: 12px;
}

.cart-float h3 {
    margin-bottom: 0;
    margin-top: -5px;
}

.cart-float .buy-now-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.cart-float .price-info {
    padding-top: 11px;
}

.cart-float .inner {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
    align-items: center;
}

.cf-btn {
    text-align: center;
}

.content-desc {
    margin-bottom: 53px;
    margin-top: -5px;
}

.content-desc img.size-large {
    width: 100%;
    height: auto;
}

.content-desc p:first-child {
    margin-top: 0;
}

.content-desc h2 {
    margin-top: 4rem;
    line-height: 1.35em;
}

.content-desc h3 {
    margin-top: 3rem;
}

.content-desc h2:first-child {
    margin-top: 0;
}

.homepage-header .page-header {
    margin-bottom: 0;
}

.homepage-header .featured-img {
    padding-bottom: 56.25%;
    background: url('img/kuksando-video-bg-min.jpg') no-repeat center center;
    background-size: cover;
}

img.size-content-img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.page-content img.size-large {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.product-remove a {
    text-decoration: none;
    color: #534A54;
    background: #F4F1EE;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-align: center !important;
    line-height: 20px;
    font-size: 22px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
}

.product-remove {
    padding-right: 10px;
}

.product-name a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.cart_totals,
.cart_totals td,
.cart_totals th {
    text-align: right !important;
    vertical-align: top;
}

.shop_table {
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
    width: auto;
}

th.product-subtotal,
td.product-subtotal {
    text-align: right !important;
}

.shop_table td,
.shop_table th {
    padding-left: 10px;
    padding-right: 10px;
}

.cart_totals table {
    width: auto;
}

.qib-container {
    justify-content: flex-start !important;
}

thead,
th {
    font-weight: normal !important;
    font-family: 'Graphik-Medium';
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

.includes_tax {
    display: block;
    opacity: 0.7;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
}

.product-subtotal {
    min-width: 80px;
}

.qib-button:not(#qib_id):not(#qib_id) {
    background: #F4F1EE !important;
    color: #534A54 !important;
    line-height: 20px !important;
    font-size: 22px !important;
    border-color: #dddddd !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border-color: #dddddd !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

.minus.qib-button {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.plus.qib-button {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.live-badge {
    position: absolute;
    color: #ffffff;
    bottom: 19px;
    right: 20px;
    z-index: 99;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out;
    -moz-animation: pulse 3s infinite ease-in-out;
    animation: pulse 3s infinite ease-in-out;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-badge .inner-circle {
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
}

.page-header .live-badge {
    position: absolute;
    right: calc(75% - 13px);
    bottom: 30px;
    top: auto;
    left: auto;
    z-index: 99;
}

.live-badge.dark {
    border: 1px solid #534A54;
}

.live-badge.dark .inner-circle {
    background: #534A54;
}

.section-ap-live .live-badge {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.section-ap-live .live-badge .inner-circle {
    height: 12px;
    width: 12px;
}

.promo-img-over {
    height: 40px;
    width: 50%;
    position: absolute;
    background: #FFFFFF;
    bottom: -40px;
}

.section-ap-intro {
    padding-top: 47px;
    padding-bottom: 72px;
}

.section-ap-intro h2 {
    font-size: 49px;
    line-height: 59px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 64px;
}

.section-ap-outro {
    padding-top: 107px;
    padding-bottom: 113px;
    text-align: center;
}

.section-ap-outro h2 {
    font-size: 49px;
    line-height: 59px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 44px;
}

.section-ap-stats {
    background: #F4F1EE;
    padding: 4rem 0;
}

.section-ap-reviews {
    background: #F4F1EE;
    padding: 100px 0;
}

.ap-reviews-outer {
    position: relative;
    width: 100%;
}

.next-btn {
    background: url('img/arrow-right.svg') no-repeat center center;
    position: absolute;
    height: 70px;
    width: 70px;
    right: 0;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 2;
}

.prev-btn {
    background: url('img/arrow-left.svg') no-repeat center center;
    position: absolute;
    height: 70px;
    width: 70px;
    left: 0;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 2;
}

.prev-under,
.next-under {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    z-index: 1;
}

.prev-under {
    background: linear-gradient(90deg, rgba(244, 241, 238, 1) 0%, rgba(244, 241, 238, 0) 100%);
    left: 0;
}

.next-under {
    background: linear-gradient(270deg, rgba(244, 241, 238, 1) 0%, rgba(244, 241, 238, 0) 100%);
    right: 0;
}

.review-block {
    display: flex !important;
    max-width: 750px;
    margin: 0 auto;
}

.ap-thumb {
    margin-right: 30px;
}

.ap-thumb img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.ap-review {
    background: #ffffff;
    border-radius: 6px;
    padding: 25px 30px;
    position: relative;
    text-align: left;
}

.ap-review:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-right-color: #FFFFFF;
    border-left: 0;
    border-top: 0;
    margin-top: -11.5px;
    margin-left: -23px;
}

.ap-stats-foto img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.promo-stats-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.promo-stats {
    margin-bottom: 10px;
    padding: 0;
}

h2.counter {
    font-size: 49px;
    line-height: 59px;
    margin-top: 0;
    margin-bottom: 0;
}

.countext {
    padding-right: 30px;
}

.countblock {
    padding-bottom: 40px;
}

.section-ap-features {
    background: #534A54;
    color: #ffffff;
    padding-top: 107px;
    padding-bottom: 70px;
}

.section-ap-features h2 {
    color: #ffffff;
    font-size: 49px;
    line-height: 59px;
    margin-top: 0;
    margin-bottom: 64px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

.live-promo-img img {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 55px;
    border-radius: 1.5rem;
}

.promo-block-sm {
    margin-bottom: 40px;
    display: flex;
}

.pb-icon img {
    width: 22px;
    height: auto;
}

.pb-txt {
    padding-right: 30px;
}

.pb-icon {
    padding-right: 10px;
    flex-shrink: 0;
}

.section-ap-buy.light-version {
    background: #F4F1EE;
    margin-bottom: 60px;
}

.section-ap-buy.light-version h2 {
    color: #000000;
    font-family: "Inter", sans-serif;
}

.section-ap-buy {
    background: #534A54;
    color: #ffffff;
    padding: 30px 0;
    position: relative;
}

.section-ap-buy h2 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.ap-buy-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap-buy-block a {
    color: inherit;
    text-decoration: none;
}

.live-intro-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.live-intro-txt h2 {
    margin-top: 15px;
    margin-bottom: 0;
}

.plan-block {
    background: #ffffff;
    border-radius: 20px;
    color: #534A54;
    font-family: 'Graphik Medium', sans-serif;
    padding: 7px 25px 13px 25px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.pboverlay {
    z-index: 2;
    position: relative;
}

.pbunderlay {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}

.plan-block:hover .pbunderlay {
    transform: scale(1.2);
    border-radius: 30px;
}

.plan-block h2 {
    font-family: "Inter", sans-serif;
    font-size: 49px;
    line-height: 59px;
    margin: 0;
    color: #000000;
}

.prev-price {
    opacity: 50%;
    text-decoration: line-through;
}

.sign-in-desktop {
    position: absolute;
    right: calc(50% + 30px);
    top: 26px;
    z-index: 99;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.sign-in-desktop a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 200ms ease-in-out;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.sign-in-desktop a:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.gallery-slide-outer {
    margin-top: 53px;
    margin-bottom: 72px;
}

.gallery-slide {
    width: calc(100% + 16.666%);
    margin-left: -8.333%;
    height: 650px;
    position: relative;
}

.gallery-slide img {
    height: 650px;
    width: auto !important;
}

.slick-slide {
    height: 500px;
}

.slick-slide>div {
    text-align: center;
    width: 100%;
}

.term-parduotuve .date-underlay {
    display: none;
}

.page-content img.size-full {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.page-content a {
    -ms-word-break: break-all;
    word-break: break-all;

    // Non standard for webkit
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.page-content.shop-page {
    margin-bottom: 60px;
}

.profile-navigation ul li a.cart-contents {
    padding-left: 45px;
    background: url('img/basket.svg') no-repeat left center;
    background-size: 30px 30px;
}

.mobile-navigation ul li a.cart-contents {
    padding-left: 45px;
    background: url('img/basket-white.svg') no-repeat left center;
    background-size: 30px 30px;
}

.zoom-id-pass {
    display: flex;
    padding-left: 20px;
    font-size: 16px;
    color: #534A54;
    line-height: 1;
    padding-bottom: 20px;
}

.zoomid {
    padding-right: 20px;
}

.small-badge {
    background: #ffffff;
    padding: 4px 10px 2px 10px;
    border-radius: 4px;
    margin-left: 3px;
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

.question-block {
    background: #F4F1EE;
    padding: 30px 40px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

.question-block:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 241, 238, 0);
    border-top-color: #F4F1EE;
    border-width: 10px;
    margin-left: -10px;
}

.question-blck {
    position: relative;
}

.question-blck h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 41px;
    line-height: 47px;
}

.question-blck p {
    font-size: 16px;
    color: #A4A1A4;
    line-height: 22px;
}

.teacher-avatar {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateX(calc(-100% - 30px));
}

.teacher-avatar img {
    border-radius: 50%;
}

.ask-area {
    position: relative;
}

.ask-area textarea {
    resize: none !important;
    padding-right: 140px;
}

.ask-area .wpcf7-submit {
    position: absolute;
    right: 20px;
    top: 18px;
}

.answer-block {
    background: #FFFFFF;
    padding: 30px 40px;
    border-radius: 6px;
    margin-bottom: 60px;
    border: 1px solid rgba(83, 74, 85, 0.4);
    position: relative;
}

.answer-block:after,
.answer-block:before {
    right: 100%;
    top: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.answer-block:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 10px;
    margin-top: -10px;
}

.answer-block:before {
    border-color: rgba(186, 183, 187, 0);
    border-right-color: #bab7bb;
    border-width: 11px;
    margin-top: -11px;
}

.answer-avatar {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(calc(-100% - 30px));
}

.answer-block p {
    margin: 0;
}

.answer-avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.section-qa {
    background: #F4F1EE;
    padding: 100px 0;
}

.teacher-block {
    background: #F4F1EE;
    padding: 20px 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    height: calc(100% - 70px);
}

.teacher-block h3 {
    margin: 0;
    padding-right: 20px;
    font-family: 'Graphik-Medium', sans-serif;
    font-size: 18px;
    line-height: 1.35em;
}

.cat-badge {
    background: #ffffff;
    padding: 4px 10px 2px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #534A54;
    line-height: 1 !important;
    display: inline-block;
    margin-top: 10px;
}

.teacher-email {
    width: 30px;
    height: 30px;
    background: #ffffff url(img/mail.svg) no-repeat center center;
    background-size: 20px;
    border-radius: 30px;
    display: inline-block;
}

.tablepress tfoot th,
.tablepress thead th {
    background: none !important;
}

.teacher-phone {
    width: 30px;
    height: 30px;
    background: #ffffff url(img/phone.svg) no-repeat center center;
    background-size: 20px;
    border-radius: 30px;
    display: inline-block;
}

.tablepress {
    margin-left: -8px;
    margin-right: -8px;
}

.contact-icons {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
}

.tablepress tfoot th,
.tablepress thead th {
    background: #F4F1EE;
}

.tb-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.teacher-details {
    flex: 100%;
}

.btn-holder {
    display: flex;
    align-items: flex-start;
}

/*.plan-block.first {
    margin-right: 30px;
    margin-left: 30px;
}*/

.membership-info {
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5em !important;
    text-transform: uppercase;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

div.payment-group-title {
    font-weight: normal !important;
    margin-bottom: 5px;
}

div.paysera-payment-method {
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    padding-bottom: 20px !important;
    margin-right: 15px;
    border: 1px solid #d9d9d9 !important;
}

.paysera-payment-method-label {
    border: none !important;
    box-sizing: border-box;
}

.woocommerce-terms-and-conditions {
    display: block !important;
    border: 1px solid #d9d9d9 !important;
    background: #F9F7F5;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
}

div.paysera-payments.grid input[type=radio] {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -6.5px;
}

.page-content h2 {
    margin-top: 4rem;
    line-height: 1.3em;
}


.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.sign-in-mobile,
.member-cat-select {
    display: none;
}

.pose-img {
    position: relative;
    text-align: center;
    background: #F4F1EE;
    margin-bottom: 60px;
    border-radius: 30px;
    overflow: hidden;
}

.pose-img img {
    margin-bottom: -7px;
}

.pose-img img.vertical {
    width: 66.66%;
}

.pose-countr {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 28px;
}

.scd-event-block {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.scd-event-block a {
    text-decoration: none;
    color: #534A54;
    cursor: pointer;
}

.scd-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.scd-event-date {
    background: #F4F1EE;
    display: inline-block;
    color: #000000;
    padding: 7px 25px 5px 25px;
    font-family: 'Graphik-Medium';
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1 !important;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 9999;
    margin-bottom: 10px;
}

.scd-image {
    margin-right: 20px;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    background: #F4F1EE;
}

.scd-image img {
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.dayrow {
    margin-bottom: 30px;
}

.page-numbers {
    display: none;
    padding: 11px 25px;
    border: 1px solid rgba(83, 74, 84, 0.7);
    text-decoration: none;
    font-family: 'Graphik-Medium';
    font-size: 16px;
    line-height: 1em;
    color: rgba(83, 74, 84, 0.85);
    letter-spacing: 0;
    text-align: center;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
}

.page-numbers:hover {
    color: #000000;
    border-color: #000000;
}

.scd-pagination {
    text-align: right;
    padding-top: 2px;
}

.scd-title {
    margin-top: 0px;
    line-height: normal;
    margin-bottom: 0px;
}

.next.page-numbers {
    display: inline-block;
}

.prev.page-numbers {
    display: inline-block;
    margin-right: 20px;
}

.past-events-container {
    background: #534A54;
    margin-top: 60px;
}

.past-events-container h2.peh {
    color: rgba(255, 255, 255, 1);
    font-size: 49px;
    line-height: 59px;
}

.past-events-container .product-block h3 {
    color: rgba(255, 255, 255, 0.8);
}

.past-events-container .product-block:hover h3 {
    color: rgba(255, 255, 255, 1);
}

.past-events-container .event-date {
    opacity: 0.5;
}

.past-events-container .live-badge {
    opacity: 0.5;
}

.alm-listing .alm-reveal {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.price-info {
    font-size: 13px;
    line-height: 1.35em;
    text-align: center;
    padding-top: 5px;
}

.prod-variations .variations {
    width: 100%;
    box-sizing: border-box;
}

.prod-variations label {
    display: none !important;
}

.prod-variations {
    width: auto;
    padding: 38px 0 41px 0;
    text-align: center;
}

.prod-variations select {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #B8B4B9;
    border-radius: 6px;
    width: 100%;
}

.prod-variations .reset_variations {
    display: none !important;
}

.prod-variations .single_variation_wrap {
    margin-top: 20px;
}

.prod-variations .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.prod-variations .qib-button:not(#qib_id):not(#qib_id) {
    background: #ffffff !important;
    border-color: #B8B4B9 !important;
}

form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
    outline: none !important;
}

.live-url-buttons {
    flex-shrink: 0;
}

.wc_payment_methods.payment_methods.methods label {
    display: inline;
}

.about_paypal {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.addeventatc_dropdown .copyx .frs {
    display: none !important;
}

.membership-price-tag {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 20px;
    background: #fdec96;
    color: #383422;
    padding: 7px 14px 6px 14px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1 !important;
    border-radius: 15px;
    z-index: 9999;
    cursor: pointer;
}

.membership-price-tag.single {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    transform: none;
    margin-top: 10px;
}

.membership-price-tag a {
    color: #383422;
    text-decoration: none;
}

.membership-options {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 1.5rem;
    transform: translate(-50%, calc(100% + 1rem));
    z-index: 999999;
    padding: 2rem;
    width: 300px;
    text-align: left;
}

.membership-options.active {
    display: block;
}

.member-badge {
    background: #ffffff;
    padding: 7px 25px 5px 25px;
    font-family: 'Graphik-Medium';
    font-size: 14px;
    color: #534A54;
    letter-spacing: 0;
    text-align: center;
    line-height: 1 !important;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 9999;
    cursor: pointer;
}

.member-badge.header-badge {
    position: absolute;
    bottom: 2rem;
}

.member-badge.post-badge {
    position: relative;
    display: inline-block;
}

.locked-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.5rem;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.locked-icon {
    background: url('img/lock.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 1rem;
}

/* Reservation Modal */

.reservation-modal.inactive {
    display: none;
}

.reservation-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-form {
    width: 100%;
    max-width: 600px;
    padding: 2rem;
    background: #ffffff;
    border-radius: 2rem;
    position: relative;
}

.reservation-form .close-btn {
    width: 40px;
    height: 40px;
    top: -40px;
    right: -40px;
    position: absolute;
    background: #ffffff url('img/xmark-solid.svg') no-repeat center center;
    background-size: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.reservation-form .name_first label,
.reservation-form .name_last label,
.reservation-form .gfield_required {
    display: none;
}

.reservation-form fieldset {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
}

.reservation-form .gform_validation_errors {
    display: none;
}

.reservation-form .ginput_complex {
    display: flex;
}

.reservation-form .gfield_label {
    margin-bottom: 8px;
}

.reservation-form .ginput_complex .name_first,
.reservation-form .ginput_complex .name_last {
    width: calc(50% - 0.5rem);
}

.reservation-form .ginput_complex .name_first {
    margin-right: 1rem;
}

.reservation-form .gfield {
    margin-bottom: 2rem;
}

/* ACADEMY FORM */

.academy-modal.inactive {
    display: none;
}

.academy-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}

.academy-modal h1 {
    color: #ffffff;
    line-height: normal;
}

.academy-form {
    width: calc(100% - 4rem);
    max-width: 1440px;
    padding: 0rem;
    border-radius: 2rem;
    position: relative;
}

.academy-form .close-btn {
    width: 40px;
    height: 40px;
    top: 40px;
    right: 0;
    position: absolute;
    background: #ffffff url('img/xmark-solid.svg') no-repeat center center;
    background-size: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.sitewide-message {
    position: relative;
    text-align: center;
    padding: 1rem;
    background: #fdec96;
    color: #383422;
    z-index: 99;
}

.sitewide-message p {
    margin: 0;
}

.sitewide-message a {
    color: #383422;
    text-decoration-color: #383422;
    text-underline-offset: 3px;
}

.discount-code {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 4px 1rem;
    margin: 0 5px;
}

.membership-selection {
    margin-top: 4rem;
}

.membership-plan-container {
    background: #F4F1EE;
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
    margin-bottom: 2rem;
}

.membership-plan-container h2 {
    font-size: 41px;
    margin-top: 0;
}

.membership-plan-container ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.membership-plan-container ul li {
    background: url('img/check-solid.svg') no-repeat;
    background-position: top 6px left;
    padding-left: 20px;
    background-size: 14px !important;
    margin-bottom: 2px;
}

.membership-plan-price {
    background: #ffffff;
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-weight: medium;
    position: absolute;
    right: 1rem;
    top: 1rem;
    line-height: 1rem;
    font-family: 'Graphik-Medium';
}

.folder-deco {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5rem;
    width: 100%;
    background: url('img/folder-deco.svg') no-repeat left top;
    background-size: contain;
    z-index: 10;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.9);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0;
    }
}



.gform_validation_container {
    display: none;
}

.page-id-17635 .gform_wrapper,
.page-id-17637 .gform_wrapper {
    max-width: 450px;
    margin: 0 auto;
}

.custom-newsletter,
.custom-question {
    margin-bottom: 1rem;
}

.woocommerce span.optional {
    display: none;
}

.woocommerce form .form-row .required {
    display: none;
}

.mb-3 {
    margin-bottom: 3em;
}

.gform_required_legend {
    display: none;
}

.gfield_required_asterisk {
    display: none;
}

.call-form .gfield {
    margin-bottom: 2rem;
}

.call-form .ginput_container_consent {
    display: flex;
}

.call-form .ginput_container_consent .gform-field-label {
    margin: 0;
}

.call-form .hidden_label legend {
    display: none;
}

.call-form fieldset {
    padding: 0;
    margin: 0;
    background: none;
}

.call-form input[type="checkbox"] {
    margin-left: 0;
    margin-right: 8px;
}

/* 2025 - 03 - 13 */

.container-fluid.product-container {
    max-width: 1360px;
    padding-top: 60px;
}

.product-title {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    line-height: 50px;
    display: block;
    margin-bottom: 40px;
    margin-top: 0;
}

.product-tags {
    position: relative;
}

.product-tags ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0;
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: normal;
    flex-wrap: nowrap;
    /* Corrected */
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Webkit browsers */
.product-tags ul::-webkit-scrollbar {
    display: none;
}

.product-tags ul li {
    background: #FCFAF8 url('img/check-list.svg') no-repeat left center;
    background-size: 18px;
    background-position: 0.6rem center;
    border: 1px solid #d9d9d9;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-radius: 14px;
    color: #534A54;
    flex-shrink: 0;
}

.product-tags ul li.pt-time {
    background-image: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.product-tags ul li:last-child {
    margin-right: 4rem;
}

.product-tags .pt-deco {
    width: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.product-sidebar {
    position: sticky;
    top: 80px;
    margin-bottom: 53px;
}

.product-sidebar .buy-now-btn {
    width: 100%;
    padding: 0;
    background: none;
    margin-bottom: 0;
    flex-direction: column;
    align-items: inherit;
}

.product-sidebar .out-of-stock {
    margin-bottom: 40px;
}

.product-sidebar .buy-now-btn .add-to-cart,
.product-sidebar .single_add_to_cart_button {
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.product-sidebar .sidebar-block {
    background: #FCFAF8;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 40px;
}


.product-sidebar .qib-container {
    display: block !important;
}

.product-sidebar .sidebar-block.gift-block,
.product-sidebar .sidebar-block.courier-block {
    padding: 25px 40px;
    line-height: 1.35em;
}

.product-sidebar .sidebar-block .price-info {
    margin-top: 8px;
    padding: 0 16px;
}

.product-sidebar .product-price {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.product-sidebar .gift-link {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.product-sidebar .gift-link:hover {
    color: #000;
}

.product-sidebar .gift-link .gift-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url('img/gift-icon.svg') no-repeat center center;
    background-size: 35px;
    margin-right: 20px;
    flex-shrink: 0;
}

.product-sidebar .courier-block {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.product-sidebar .courier-block .courier-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url('img/courier-icon.svg') no-repeat center center;
    background-size: 35px;
    margin-right: 20px;
    flex-shrink: 0;
}

.product-gallery-container {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 40px;
}

.gallery-swiper {
    background-color: #F4F1EE;
    border-radius: 24px;
    overflow: hidden;
}

.gallery-swiper .swiper-slide {
    position: relative;
    width: 100%;
    padding-top: 65%;
    /* 16:9 Aspect Ratio (9 / 16 * 100) */
    overflow: hidden;
}

.gallery-swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures images fit properly */
}


.product-sidebar .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 0 40px 0;
    gap: 10px;
}

.product-sidebar .quantity button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    padding: 0;
}

.product-sidebar .quantity button.plus {
    background: #FFFFFF url('img/plus-icon.svg') no-repeat center center;
}

.product-sidebar .quantity button.minus {
    background: #FFFFFF url('img/minus-icon.svg') no-repeat center center;
}

.product-sidebar .quantity button:hover {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.product-sidebar .quantity input.qty {
    width: 70px;
    box-sizing: border-box;
    padding: 10px 0px;
    text-align: center;
    font-size: 23px;
    background: #ffffff;
    border-radius: 10px;
    border-color: #D9D9D9;
}

/* Hide arrows in Chrome, Safari, Edge */
.product-sidebar .quantity input.qty::-webkit-outer-spin-button,
.product-sidebar .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
.product-sidebar .quantity input.qty {
    -moz-appearance: textfield;
}

/* Hide arrows in IE */
.product-sidebar .quantity input.qty::-ms-clear {
    display: none;
}

.woocommerce-variation-price {
    display: none !important;
}

table.variations {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
}

table.variations td,
table.variations th {
    padding: 0;
}

table.variations select {
    width: 100%;
    box-sizing: border-box;
    padding:
        13px 36px 13px 13px;
    font-family: Graphik-Regular;
    font-size: 17px;
    line-height: 1em;
    font-weight: normal;
    background:
        #ffffff url('img/chevron-down.svg') no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 22px;
    border-radius:
        10px;
    border: 1px solid #D9D9D9;
    appearance: none;
    -webkit-appearance: none;
    color: #534A54;
}

.variations th.label {
    display: block;
    text-align: left;
}

.variations td.value {
    display: block;
}

.reservation-warning {
    margin-top: 3rem;
    font-size: 13px;
    line-height: 1.35em;
}

button#place_order {
    margin-top: 1.5rem;
}





@media only screen and (min-width: 1400px) {
    .academy-promo-img .inner {
        padding-bottom: 80%;
    }
}


@media only screen and (min-width: 1700px) {
    .academy-promo-img .inner {
        padding-bottom: 66.66%;
    }
}

@media only screen and (max-width: 1300px) {
    .ph-content h1 {
        font-size: 31px;
        line-height: 41px;
    }

    .profile-navigation ul li a.cart-contents {
        background: none;
        padding-left: 15px;
    }

    .main-navigation ul li a,
    .profile-navigation ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 1050px) {

    body {
        padding-top: 50px;
    }

    .main-navigation,
    .profile-navigation,
    .profile-navigation .cta-profile-btn.menu-item-has-children>a,
    .term-buttons,
    .scd-pagination.header-pag {
        display: none;
    }

    .mobile-btn {
        display: flex;
        position: relative;
        z-index: 9999999;
        color: #ffffff;
        flex-direction: column;
        height: 18px;
        justify-content: space-between;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .mobile-btn-outer {
        padding: 16px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mobile-btn.active {
        position: relative;
    }

    .mobile-btn .bar-1,
    .mobile-btn .bar-2,
    .mobile-btn .bar-3 {
        height: 2px;
        width: 29px;
        background: #534A54;
        opacity: 1;
        position: relative;
        transition: all 200ms ease-in-out;
    }

    .mobile-btn .bar-1 {
        top: 0;
    }

    .mobile-btn .bar-3 {
        bottom: 0;
    }

    .mobile-btn.active .bar-2 {
        opacity: 0;
        background: #ffffff;
    }

    .mobile-btn.active .bar-1 {
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        top: 50%;
        background: #ffffff;
    }

    .mobile-btn.active .bar-3 {
        transform: rotate(-45deg) translateY(50%);
        -webkit-transform: rotate(-45deg) translateY(50%);
        bottom: 50%;
        background: #ffffff;
    }

    .mobile-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0 !important;
        background: #534A54;
        z-index: 999999;
        color: #ffffff;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
        overflow: auto;
    }

    .mobile-navigation .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: calc(100% - 4rem);
        padding: 2rem 0;
    }

    .mobile-navigation.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .mobile-navigation ul {
        margin: 0;
        padding: 0;
    }

    .mobile-navigation ul li {
        display: block;
        text-align: center;
    }

    .mobile-navigation ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 22px;
        padding: 14px 15px 11px 15px;
        display: inline-block;
    }

    .site-branding svg.logo {
        height: 34px;
    }

    .page-header {
        flex-direction: column-reverse;
    }

    .academy-promo {
        flex-direction: column;
    }

    .ph-content {
        padding: 40px 1rem;
    }

    .page-template-akademija .ph-content {
        padding: 40px 1rem 80px 1rem;
    }

    .page-header h1 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 1rem 2px 1rem;
    }

    h2.bighead {
        font-size: 28px;
        line-height: 30px;
        padding: 0 0 2px 0;
    }

    .container-fluid,
    .site-header {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .page-header .live-badge {
        position: absolute;
        top: 1rem;
        right: 1rem;
        left: auto;
        z-index: 999;
    }

    .payment-logos img {
        transform: scale(0.8);
        padding: 0 10px;
    }

    .social-icons {
        justify-content: center;
    }

    .newsletter-info {
        text-align: center;
    }

    .academy-promo-img img {
        height: calc(100% + 30px);
    }

    .academy-promo-content {
        text-align: center;
        background: #534A54;
        color: #ffffff;
        padding: 60px 15px;
    }

    .academy-promo-content .cta-btn {
        background: #ffffff;
        color: #000000;
    }

    .academy-promo-content .cta-btn:hover {
        background: #ffffff;
        color: #000000;
    }

    .academy-promo-content h2 {
        color: #ffffff;
    }

    .cart-float {
        position: sticky;
        bottom: 0;
        z-index: 99999;
    }

    .cart-float .inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cart-float .cf-btn {
        padding-right: 0;
        padding-top: 0;
    }

    .ph-content .bn-button {
        display: none;
    }

    .single-product .ph-content .event-date {
        margin-bottom: 0;
    }

    .product-info {
        display: none;
    }

    .ap-buy-block {
        flex-direction: column;
        padding-bottom: 27px;
    }

    .plan-block.first {
        margin-left: 15px;
    }

    .plan-block {
        padding: 13px 25px 13px 25px;
    }

    .ap-stats-foto img {
        margin-bottom: 30px;
    }

    .promo-stats-outer {
        margin-bottom: 60px;
        display: block;
    }

    .sign-in-desktop {
        display: none;
    }

    .sign-in-mobile {
        display: block;
        text-align: center;
        background: #534A54;
        padding: 10px 0;
    }

    .sign-in-mobile {
        position: relative;
        z-index: 9999;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
    }

    .sign-in-mobile a {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        transition: all 200ms ease-in-out;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
    }

    .sign-in-mobile a:hover {
        color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

    .member-cat-select {
        margin-bottom: 30px;
    }

    .section-ap-intro h2,
    .section-ap-features h2 {
        margin-bottom: 0.83em;
    }

    .live-intro-txt {
        padding-top: 60px;
    }

    .ap-reviews-outer .next-btn,
    .ap-reviews-outer .prev-btn {
        bottom: -100px;
        top: auto;
    }

    .next-under,
    .prev-under {
        display: none;
    }

    .section-ap-reviews {
        padding: 60px 0 160px 0;
    }

    .review-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ap-thumb {
        margin-right: 0;
        margin-bottom: -50px;
        text-align: center;
        z-index: 999;
    }

    .ap-review {
        padding-top: 75px;
    }

    .member-cat-select {
        display: block;
        border: 1px solid #B8B4B9;
        box-shadow: none;
        height: 50px;
        font-size: 18px;
        line-height: 18px;
        background: #ffffff;
        -webkit-appearance: none;
        padding: 10px;
    }

    .member-cat-select option {
        height: 18px;
    }

    .live-tv .post-img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
    }

    .live-info {
        padding: 1rem;
        border-top-left-radius: 0px;
    }

    .live-url {
        flex-direction: column;
    }

    .live-info h3 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .live-url-buttons {
        text-align: center;
        margin-top: 20px;
    }

    .login-now {
        display: none;
    }

    .live-url-buttons .small-cta-dark {
        margin: 0;
    }

    .control-buttons {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        align-items: flex-end;
    }

    .control-buttons .go-back-btn,
    .control-buttons .nariui-favorite {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .control-buttons .go-back-btn {
        margin-bottom: -1px;
    }

    .pb-txt {
        padding-right: 0;
    }

    .pose-img {
        margin-bottom: 30px;
    }

    .pose-countr {
        top: 10px;
        left: 10px;
    }

    .more-link {
        align-items: flex-end;
        bottom: 15px;
    }

    .more-link a {
        padding-right: 17px;
    }

    .more-link .arrow {
        opacity: 1;
        display: block;
        bottom: 2px;
    }

    .videoWrapper {
        margin-top: 0;
    }

    .videoWrapperOuter {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .go-back-btn {
        left: 1rem;
    }

    .past-events-container h2.peh {
        font-size: 28px;
        line-height: 36px;
    }

    .gallery-slide img {
        width: 100% !important;
        height: auto !important;
    }

    .gallery-slide {
        width: 100%;
        margin-left: 0;
        height: auto;
        position: relative;
    }

    .gallery-slide img {
        height: auto;
        width: 100% !important;
    }

    .slick-slide {
        height: auto;
    }

    .reservation-modal {
        padding: 0 1rem;
    }

    .reservation-form {
        padding: 1.5rem 1rem 1rem 1rem;
    }

    .reservation-form .close-btn {
        top: -55px;
        right: 0px;
    }

    /* AKADEMIJA UPDATE */

    /*.single-nariui .page-header {
        display: none;
    }*/

    .upcoming-events .more-link {
        display: none;
    }

}

@media only screen and (max-width: 991px) {

    .product-title,
    .content-desc h2 {
        font-size: 24px;
        line-height: 1.3em;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .container-fluid.product-container {
        padding-top: 2rem;
    }

    .wc_payment_method {
        padding: 1rem;
    }

    div.paysera-payments.grid div.paysera-payment-method {
        width: calc(50% - 2rem - 6px);
    }

    div.paysera-payments.grid div.paysera-payment-method img {
        width: 100%;
        height: auto;
    }

    .woocommerce-terms-and-conditions {
        padding: 1rem;
    }

    .wc_payment_method.payment_method_paysera {
        padding-right: 0;
    }

    div.paysera-payment-method {
        margin-right: 1rem;
    }

}