/*
Theme Name: 	Kushala - Betheme Child
Author: 		Karen Andersen
Description:	Kushala Yoga Theme
Template:		betheme
Version: 		1.6.7
*/

.ky {
    /* easy future theming */
    /* teal-ish */
    /* brand navy */
    /* brand pink */
    /* reserve */
    --ky-bg: #f6f7f8;
    --ky-header-bg: #ffffff;
    --ky-header-bg-hover: #e8e8e8;
    --ky-header-border: rgba(15, 23, 42, 0.08);   /* subtle slate */
    --ky-header-shadow: rgba(15, 23, 42, 0.06);
    --ky-surface: #ffffff;
    --ky-border: rgba(0,0,0,.10);
    --ky-text: #16202a;
    --ky-muted: rgba(22,32,42,.65);
    --ky-link: #0b6f86;
    --ky-navy: #0c1822;
    --ky-navy-muted: #4b5d71;
    --ky-pink: #e60087;
    --ky-green: #03a63e;
    --ky-radius: 18px;
    --ky-header-border-color: #0c18220a;
    color: var(--ky-text);
}

.menu-main > li.ky-yoga-classes-menu-item {
    position: relative;
}

.ky-classes-menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    width: min(1110px, calc(100vw - 40px));
}

#Top_bar .menu > li.ky-yoga-classes-menu-item:hover .ky-classes-menu-panel,
#Top_bar .menu > li.ky-yoga-classes-menu-item:focus-within .ky-classes-menu-panel {
    display: block;
}

.ky-classes-menu-panel__inner {
    background-color: var(--ky-header-bg-hover);
    border-radius: 0 0 22px 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 34px 36px 24px;
    display: flex;
    /* grid-template-columns: repeat(5, minmax(160px, 1fr)); */
    gap: 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    justify-content: flex-start;
    align-items: flex-start;
}

.ky-classes-menu-group {
    /* min-width: 250px; */
    width: 250px;
}

.ky-classes-menu-group__title {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d7a84;
}

#Top_bar .menu > li.ky-yoga-classes-menu-item {
    position: relative;
}

#Top_bar .menu .ky-classes-menu-panel .ky-classes-menu-group__list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

#Top_bar .menu .ky-classes-menu-panel .ky-classes-menu-group__list a {
    padding: 0 !important;
    color: #2f3742;
    background: transparent !important;
    text-decoration: none;
    line-height: 1.4;
    font-size: 14px;
}

#Top_bar .menu .ky-classes-menu-panel .ky-classes-menu-group__list a:hover {
    color: #4d8ea6;
}

#Top_bar .menu .ky-classes-menu-panel .ky-classes-menu-panel__footer {
    /* grid-column: 1 / -1; */
    /* padding-top: 8px; */
    align-self: flex-end;
    position: absolute;
    right: 30px;
}

#Top_bar .menu .ky-classes-menu-panel .ky-button-primary {
    font-size:0.8em
}

@media (max-width: 1100px) {
    .ky-classes-menu-panel__inner {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

.sidebar .ky-classes-menu-panel {
    position: relative;
    display: block;
    width: auto;
}

.sidebar .ky-classes-menu-panel__inner {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}

.sidebar .ky-classes-menu-group {
    width: 100%;
}

.sidebar .ky-classes-menu-panel__footer {
    display: none;
}

.ky-classes-menu-group__list a {
    display: block;
    font-size: 0.9em;
}

@media only screen and (min-width: 1263px) {

    body:not(.header-simple) #Top_bar #menu {
        display: block !important;
    }
    .tr-menu #Top_bar #menu {
        background: none !important;
    }
    #Top_bar .menu > li > ul.mfn-megamenu {
        width: 984px;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li {
        float: left;
    }
    #Top_bar ul.sub-menu.mfn-megamenu li ul.sub-menu.mfn-megamenu {
        border-radius: 0px !important;
        border-right: none !important;
    }


    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1 {
        width: 100%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2 {
        width: 50%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3 {
        width: 33.33%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4 {
        width: 25%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5 {
        width: 20%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 {
        width: 16.66%;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
        border-width: 0 1px 0 0;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul {
        border: 0;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul li {
        width: auto;
    }
    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
        background: none;
    }
    #Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow {
        display: none;
    }
    .menuo-right #Top_bar .menu > li > ul.mfn-megamenu {
        left: auto;
        right: 0;
    }
    .menuo-right #Top_bar .menu > li > ul.mfn-megamenu-bg {
        box-sizing: border-box;
    }
    #Top_bar .menu > li > ul.mfn-megamenu-bg {
        padding: 20px 166px 20px 20px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .rtl #Top_bar .menu > li > ul.mfn-megamenu-bg {
        padding-left: 166px;
        padding-right: 20px;
        background-position: left bottom;
    }
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li {
        background: none;
    }
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li a {
        border: none;
    }
    #Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul {
        background: none !important;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }
    .mm-vertical #Top_bar .container {
        position: relative;
    }
    .mm-vertical #Top_bar .top_bar_left {
        /* position: static; */
        /* align-self: flex-start; */
    }
    .mm-vertical #Top_bar .menu > li ul {
        box-shadow: 0 0 0 0 transparent !important;
        background-image: none;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu {
        width: 98% !important;
        margin: 0 1%;
        padding: 20px 0;
    }
    .mm-vertical.header-plain #Top_bar .menu > li > ul.mfn-megamenu {
        width: 100% !important;
        margin: 0;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li {
        display: table-cell;
        float: none !important;
        width: 10%;
        padding: 0 15px;
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 0px !important;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child {
        border-right-width: 0;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li.hide-border {
        border-right-width: 0;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li a {
        border-bottom-width: 0;
        padding: 9px 15px;
        line-height: 120%;
    }
    .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        font-weight: 700;
    }
    .rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:first-child {
        border-right-width: 0;
    }
    .rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child {
        border-right-width: 1px;
    }
    .header-plain:not(.menuo-right) #Header .top_bar_left {
        width: auto !important;
    }
    .header-stack.header-center #Top_bar #menu {
        display: inline-block !important;
    }
    .header-simple #Top_bar #menu {
        display: none;
        height: auto;
        width: 300px;
        bottom: auto;
        top: 100%;
        right: 1px;
        position: absolute;
        margin: 0;
    }
    .header-simple #Header a.responsive-menu-toggle {
        display: block;
        right: 10px;
    }
    .header-simple #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }
    .header-simple #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }
    .header-simple #Top_bar #menu ul li a {
        padding: 0 20px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }
    .header-simple #Top_bar #menu ul li a:after {
        display: none;
    }
    .header-simple #Top_bar #menu ul li a span {
        border: none;
        line-height: 44px;
        display: inline;
        padding: 0;
    }
    .header-simple #Top_bar #menu ul li.submenu .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
        color: #444;
        opacity: 0.33;
    }
    .header-simple #Top_bar #menu ul li.submenu .menu-toggle:after {
        content: "+";
    }
    .header-simple #Top_bar #menu ul li.hover > .menu-toggle:after {
        content: "-";
    }
    .header-simple #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }
    .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }
    .header-simple #Top_bar #menu ul li ul {
        position: relative !important;
        left: 0 !important;
        top: 0;
        padding: 0;
        margin: 0 !important;
        width: auto !important;
        background-image: none;
    }
    .header-simple #Top_bar #menu ul li ul li {
        width: 100% !important;
        display: block;
        padding: 0;
    }
    .header-simple #Top_bar #menu ul li ul li a {
        padding: 0 20px 0 30px;
    }
    .header-simple #Top_bar #menu ul li ul li a .menu-arrow {
        display: none;
    }
    .header-simple #Top_bar #menu ul li ul li a span {
        padding: 0;
    }
    .header-simple #Top_bar #menu ul li ul li a span:after {
        display: none !important;
    }
    .header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }
    .header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
    }
    .header-simple #Top_bar #menu ul li ul li ul {
        border-left: 0 !important;
        padding: 0;
        top: 0;
    }
    .header-simple #Top_bar #menu ul li ul li ul li a {
        padding: 0 20px 0 40px;
    }
    .rtl.header-simple #Top_bar #menu {
        left: 1px;
        right: auto;
    }
    .rtl.header-simple #Top_bar a.responsive-menu-toggle {
        left: 10px;
        right: auto;
    }
    .rtl.header-simple #Top_bar #menu ul li.submenu .menu-toggle {
        left: 0;
        right: auto;
    }
    .rtl.header-simple #Top_bar #menu ul li ul {
        left: auto !important;
        right: 0 !important;
    }
    .rtl.header-simple #Top_bar #menu ul li ul li a {
        padding: 0 30px 0 20px;
    }
    .rtl.header-simple #Top_bar #menu ul li ul li ul li a {
        padding: 0 40px 0 20px;
    }
    .menu-highlight #Top_bar .menu > li {
        margin: 0 2px;
    }
    .menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
        margin: 20px 0;
        padding: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-highlight #Top_bar .menu > li > a:after {
        display: none;
    }
    .menu-highlight #Top_bar .menu > li > a span:not(.description) {
        line-height: 50px;
    }
    .menu-highlight #Top_bar .menu > li > a span.description {
        display: none;
    }
    .menu-highlight.header-stack #Top_bar .menu > li > a {
        margin: 10px 0 !important;
    }
    .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) {
        line-height: 40px;
    }
    .menu-highlight.header-transparent #Top_bar .menu > li > a {
        margin: 5px 0;
    }
    .menu-highlight.header-simple #Top_bar #menu ul li,
    .menu-highlight.header-creative #Top_bar #menu ul li {
        margin: 0;
    }
    .menu-highlight.header-simple #Top_bar #menu ul li > a,
    .menu-highlight.header-creative #Top_bar #menu ul li > a {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a {
        margin: 10px 0 !important;
        padding: 5px 0 !important;
    }
    .menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a span {
        line-height: 30px !important;
    }
    .header-modern.menu-highlight.menuo-right .menu_wrapper {
        margin-right: 20px;
    }
    .menu-line-below #Top_bar .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }
    .menu-line-below #Top_bar.is-sticky .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }
    .menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:after {
        height: 4px;
        left: 10%;
        top: 50%;
        margin-top: 20px;
        width: 80%;
    }
    .menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a:after {
        height: 1px;
        left: 10%;
        top: 50%;
        margin-top: 20px;
        width: 80%;
    }
    .menu-link-color #Top_bar .menu > li > a:after {
        display: none !important;
    }
    .menu-arrow-top #Top_bar .menu > li > a:after {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border-color: #ccc transparent transparent;
        border-style: solid;
        border-width: 7px 7px 0;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -7px;
        top: 0 !important;
        width: 0;
    }
    .menu-arrow-top #Top_bar.is-sticky .menu > li > a:after {
        top: 0 !important;
    }
    .menu-arrow-bottom #Top_bar .menu > li > a:after {
        background: none !important;
        border-color: transparent transparent #ccc;
        border-style: solid;
        border-width: 0 7px 7px;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -7px;
        top: auto;
        bottom: 0;
        width: 0;
    }
    .menu-arrow-bottom #Top_bar.is-sticky .menu > li > a:after {
        top: auto;
        bottom: 0;
    }
    .menuo-no-borders #Top_bar .menu > li > a span {
        border-width: 0 !important;
    }
    .menuo-no-borders #Header_creative #Top_bar .menu > li > a span {
        border-bottom-width: 0;
    }
    .menuo-no-borders.header-plain #Top_bar a#header_cart,
    .menuo-no-borders.header-plain #Top_bar a#search_button,
    .menuo-no-borders.header-plain #Top_bar .wpml-languages,
    .menuo-no-borders.header-plain #Top_bar a.action_button {
        border-width: 0;
    }
    .menuo-right #Top_bar .menu_wrapper {
        /* float: right; */
    }
    .menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper {
        margin-right: 150px;
    }
    body.header-creative {
        padding-left: 50px;
    }
    body.header-creative.header-open {
        padding-left: 250px;
    }
    body.error404,
    body.under-construction,
    body.template-blank {
        padding-left: 0 !important;
    }
    .header-creative.footer-fixed #Footer,
    .header-creative.footer-sliding #Footer,
    .header-creative.footer-stick #Footer.is-sticky {
        box-sizing: border-box;
        padding-left: 50px;
    }
    .header-open.footer-fixed #Footer,
    .header-open.footer-sliding #Footer,
    .header-creative.footer-stick #Footer.is-sticky {
        padding-left: 250px;
    }
    .header-rtl.header-creative.footer-fixed #Footer,
    .header-rtl.header-creative.footer-sliding #Footer,
    .header-rtl.header-creative.footer-stick #Footer.is-sticky {
        padding-left: 0;
        padding-right: 50px;
    }
    .header-rtl.header-open.footer-fixed #Footer,
    .header-rtl.header-open.footer-sliding #Footer,
    .header-rtl.header-creative.footer-stick #Footer.is-sticky {
        padding-right: 250px;
    }
    #Header_creative {
        background-color: #fff;
        position: fixed;
        width: 250px;
        height: 100%;
        left: -200px;
        top: 0;
        z-index: 9002;
        -webkit-box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
        transition: left 0.5s ease-in-out,
        right 0.5s ease-in-out;
    }
    #Header_creative .container {
        width: 100%;
    }
    #Header_creative .creative-wrapper {
        opacity: 0;
        margin-right: 50px;
        transition: opacity 0.5s ease-in-out,
        margin 0s ease-in-out 0.5s;
    }
    #Header_creative a.creative-menu-toggle {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 22px;
        text-align: center;
        position: absolute;
        top: 10px;
        right: 8px;
        border-radius: 3px;
    }
    .admin-bar #Header_creative a.creative-menu-toggle {
        top: 42px;
    }
    #Header_creative #Top_bar {
        position: static;
        width: 100%;
    }
    #Header_creative #Top_bar .top_bar_left {
        width: 100% !important;
        float: none;
    }
    #Header_creative #Top_bar .top_bar_right {
        width: 100% !important;
        float: none;
        height: auto;
        margin-bottom: 35px;
        text-align: center;
        padding: 0 20px;
        top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #Header_creative #Top_bar .top_bar_right:before {
        display: none;
    }
    #Header_creative #Top_bar .top_bar_right_wrapper {
        top: 0;
    }
    #Header_creative #Top_bar .logo {
        float: none;
        text-align: center;
        margin: 15px 0;
    }
    #Header_creative #Top_bar #menu {
        background-color: transparent;
    }
    #Header_creative #Top_bar .menu_wrapper {
        float: none;
        margin: 0 0 30px;
    }
    #Header_creative #Top_bar .menu > li {
        width: 100%;
        float: none;
        position: relative;
    }
    #Header_creative #Top_bar .menu > li > a {
        padding: 0;
        text-align: center;
    }
    #Header_creative #Top_bar .menu > li > a:after {
        display: none;
    }
    #Header_creative #Top_bar .menu > li > a span {
        border-right: 0;
        border-bottom-width: 1px;
        line-height: 38px;
    }
    #Header_creative #Top_bar .menu li ul {
        left: 100%;
        right: auto;
        top: 0;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    }
    #Header_creative #Top_bar .menu > li > ul.mfn-megamenu {
        margin: 0;
        width: 700px !important;
    }
    #Header_creative #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        left: 0;
    }
    #Header_creative #Top_bar .menu li ul li a {
        padding-top: 9px;
        padding-bottom: 8px;
    }
    #Header_creative #Top_bar .menu li ul li ul {
        top: 0;
    }
    #Header_creative #Top_bar .menu > li > a span.description {
        display: block;
        font-size: 13px;
        line-height: 28px !important;
        clear: both;
    }
    #Header_creative #Top_bar .search_wrapper {
        left: 100%;
        top: auto;
        bottom: 0;
    }
    #Header_creative #Top_bar a#header_cart {
        display: inline-block;
        float: none;
        top: 3px;
    }
    #Header_creative #Top_bar a#search_button {
        display: inline-block;
        float: none;
        top: 3px;
    }
    #Header_creative #Top_bar .wpml-languages {
        display: inline-block;
        float: none;
        top: 0;
    }
    #Header_creative #Top_bar .wpml-languages.enabled:hover a.active {
        padding-bottom: 11px;
    }
    #Header_creative #Top_bar .action_button {
        display: inline-block;
        float: none;
        top: 16px;
        margin: 0;
    }
    #Header_creative #Top_bar .banner_wrapper {
        display: block;
        text-align: center;
    }
    #Header_creative #Top_bar .banner_wrapper img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
    #Header_creative #Action_bar {
        display: none;
        position: absolute;
        bottom: 0;
        top: auto;
        clear: both;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #Header_creative #Action_bar .social {
        float: none;
        text-align: center;
        padding: 5px 0 15px;
    }
    #Header_creative #Action_bar .social li {
        margin-bottom: 2px;
    }
    #Header_creative .social li a {
        color: rgba(0, 0, 0, 0.5);
    }
    #Header_creative .social li a:hover {
        color: #000;
    }
    #Header_creative .creative-social {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 50px;
    }
    #Header_creative .creative-social li {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .header-creative .fixed-nav.fixed-nav-prev {
        margin-left: 50px;
    }
    .header-creative.header-open .fixed-nav.fixed-nav-prev {
        margin-left: 250px;
    }
    .menuo-last #Header_creative #Top_bar .menu li.last ul {
        top: auto;
        bottom: 0;
    }
    .header-open #Header_creative {
        left: 0;
    }
    .header-open #Header_creative .creative-wrapper {
        opacity: 1;
        margin: 0 !important;
    }
    .header-open #Header_creative .creative-menu-toggle,
    .header-open #Header_creative .creative-social {
        display: none;
    }
    .header-open #Header_creative #Action_bar {
        display: block;
    }
    body.header-rtl.header-creative {
        padding-left: 0;
        padding-right: 50px;
    }
    .header-rtl #Header_creative {
        left: auto;
        right: -200px;
    }
    .header-rtl #Header_creative .creative-wrapper {
        margin-left: 50px;
        margin-right: 0;
    }
    .header-rtl #Header_creative a.creative-menu-toggle {
        left: 8px;
        right: auto;
    }
    .header-rtl #Header_creative .creative-social {
        left: 0;
        right: auto;
    }
    .header-rtl #Footer #back_to_top.sticky {
        right: 125px;
    }
    .header-rtl #popup_contact {
        right: 70px;
    }
    .header-rtl #Header_creative #Top_bar .menu li ul {
        left: auto;
        right: 100%;
    }
    .header-rtl #Header_creative #Top_bar .search_wrapper {
        left: auto;
        right: 100%;
    }
    .header-rtl .fixed-nav.fixed-nav-prev {
        margin-left: 0 !important;
    }
    .header-rtl .fixed-nav.fixed-nav-next {
        margin-right: 50px;
    }
    body.header-rtl.header-creative.header-open {
        padding-left: 0;
        padding-right: 250px !important;
    }
    .header-rtl.header-open #Header_creative {
        left: auto;
        right: 0;
    }
    .header-rtl.header-open #Footer #back_to_top.sticky {
        right: 325px;
    }
    .header-rtl.header-open #popup_contact {
        right: 270px;
    }
    .header-rtl.header-open .fixed-nav.fixed-nav-next {
        margin-right: 250px;
    }
    #Header_creative.active {
        left: -1px;
    }
    .header-rtl #Header_creative.active {
        left: auto;
        right: -1px;
    }
    #Header_creative.active .creative-wrapper {
        opacity: 1;
        margin: 0;
        transition: opacity 0.5s ease-in-out,
        margin 0s ease-in-out;
    }
    .header-creative .vc_row[data-vc-full-width] {
        padding-left: 50px;
    }
    .header-creative.header-open .vc_row[data-vc-full-width] {
        padding-left: 250px;
    }
    .header-open .vc_parallax .vc_parallax-inner {
        left: auto;
        width: calc(100% - 250px);
    }
    .header-open.header-rtl .vc_parallax .vc_parallax-inner {
        left: 0;
        right: auto;
    }
    #Header_creative.scroll {
        height: 100%;
        overflow-y: auto;
    }
    #Header_creative.scroll:not(.dropdown) .menu li ul {
        display: none !important;
    }
    #Header_creative.scroll #Action_bar {
        position: static;
    }
    #Header_creative.dropdown {
        outline: none;
    }
    #Header_creative.dropdown #Top_bar .menu_wrapper {
        float: left;
    }
    #Header_creative.dropdown #Top_bar #menu ul li {
        position: relative;
        float: left;
    }
    #Header_creative.dropdown #Top_bar #menu ul li a:after {
        display: none;
    }
    #Header_creative.dropdown #Top_bar #menu ul li a span {
        line-height: 38px;
        padding: 0;
    }
    #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
        color: #444;
        opacity: 0.33;
    }
    #Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after {
        content: "+";
    }
    #Header_creative.dropdown #Top_bar #menu ul li.hover > .menu-toggle:after {
        content: "-";
    }
    #Header_creative.dropdown #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }
    #Header_creative.dropdown #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul {
        position: relative !important;
        left: 0 !important;
        top: 0;
        padding: 0;
        margin-left: 0 !important;
        width: auto !important;
        background-image: none;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li {
        width: 100% !important;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li a {
        padding: 0 10px;
        text-align: center;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li a .menu-arrow {
        display: none;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li a span {
        padding: 0;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li a span:after {
        display: none !important;
    }
    #Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }
    #Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
    }
    #Header_creative.dropdown #Top_bar #menu ul li ul li ul {
        border-left: 0 !important;
        padding: 0;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky {
        position: fixed !important;
        width: 100%;
        left: 0;
        top: -60px;
        height: 60px;
        z-index: 701;
        background: #fff;
        opacity: 0.97;
        filter: alpha(opacity = 97);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }
    .layout-boxed.header-boxed #Top_bar.is-sticky {
        max-width: 1263px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #Top_bar.is-sticky .top_bar_left,
    #Top_bar.is-sticky .top_bar_right,
    #Top_bar.is-sticky .top_bar_right:before {
        background: none;
    }
    #Top_bar.is-sticky .top_bar_right {
        top: -4px;
        height: auto;
    }
    #Top_bar.is-sticky .top_bar_right_wrapper {
        top: 15px;
    }
    .header-plain #Top_bar.is-sticky .top_bar_right_wrapper {
        top: 0;
    }
    #Top_bar.is-sticky .logo {
        width: auto;
        margin: 0 30px 0 20px;
        padding: 0;
    }
    #Top_bar.is-sticky #logo {
        padding: 5px 0 !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .logo-no-sticky-padding #Top_bar.is-sticky #logo {
        height: 60px !important;
        line-height: 60px !important;
    }
    #Top_bar.is-sticky #logo img.logo-main {
        display: none;
    }
    #Top_bar.is-sticky #logo img.logo-sticky {
        display: inline;
        max-height: 35px;
    }
    #Top_bar.is-sticky .menu_wrapper {
        clear: none;
    }
    #Top_bar.is-sticky .menu_wrapper .menu > li > a {
        padding: 15px 0;
    }
    #Top_bar.is-sticky .menu > li > a,
    #Top_bar.is-sticky .menu > li > a span {
        line-height: 30px;
    }
    #Top_bar.is-sticky .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }
    #Top_bar.is-sticky .menu > li > a span.description {
        display: none;
    }
    #Top_bar.is-sticky .secondary_menu_wrapper,
    #Top_bar.is-sticky .banner_wrapper {
        display: none;
    }
    .header-overlay #Top_bar.is-sticky {
        display: none;
    }
    .sticky-dark #Top_bar.is-sticky {
        background: rgba(0, 0, 0, 0.8);
    }
    .sticky-dark #Top_bar.is-sticky #menu {
        background: rgba(0, 0, 0, 0.8);
    }
    .sticky-dark #Top_bar.is-sticky .menu > li > a {
        color: #fff;
    }
    .sticky-dark #Top_bar.is-sticky .top_bar_right a {
        color: rgba(255, 255, 255, 0.5);
    }
    .sticky-dark #Top_bar.is-sticky .wpml-languages a.active,
    .sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
        background: rgba(0, 0, 0, 0.3);
        border-color: rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 1262px) {
    #Top_bar #menu {
        display: none;
        height: auto;
        width: 300px;
        bottom: auto;
        top: 100%;
        right: 1px;
        position: absolute;
        margin: 0;
    }
    #Top_bar a.responsive-menu-toggle {
        display: block;
    }
    #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }
    #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }
    #Top_bar #menu ul li a {
        padding: 0 25px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }
    #Top_bar #menu ul li a:after {
        display: none;
    }
    #Top_bar #menu ul li a span {
        border: none;
        line-height: 44px;
        display: inline;
        padding: 0;
    }
    #Top_bar #menu ul li a span.description {
        margin: 0 0 0 5px;
    }
    #Top_bar #menu ul li.submenu .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
        color: #444;
        opacity: 0.33;
    }
    #Top_bar #menu ul li.submenu .menu-toggle:after {
        content: "+";
    }
    #Top_bar #menu ul li.hover > .menu-toggle:after {
        content: "-";
    }
    #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }
    #Top_bar #menu ul li a span:after {
        display: none !important;
    }
    #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }
    #Top_bar #menu ul li ul {
        position: relative !important;
        left: 0 !important;
        top: 0;
        padding: 0;
        margin-left: 0 !important;
        width: auto !important;
        background-image: none !important;
        box-shadow: 0 0 0 0 transparent !important;
        -webkit-box-shadow: 0 0 0 0 transparent !important;
    }
    #Top_bar #menu ul li ul li {
        width: 100% !important;
    }
    #Top_bar #menu ul li ul li a {
        padding: 0 20px 0 35px;
    }
    #Top_bar #menu ul li ul li a .menu-arrow {
        display: none;
    }
    #Top_bar #menu ul li ul li a span {
        padding: 0;
    }
    #Top_bar #menu ul li ul li a span:after {
        display: none !important;
    }
    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }
    #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
    }
    #Top_bar #menu ul li ul li ul {
        border-left: 0 !important;
        padding: 0;
        top: 0;
    }
    #Top_bar #menu ul li ul li ul li a {
        padding: 0 20px 0 45px;
    }
    .rtl #Top_bar #menu {
        left: 1px;
        right: auto;
    }
    .rtl #Top_bar a.responsive-menu-toggle {
        left: 20px;
        right: auto;
    }
    .rtl #Top_bar #menu ul li.submenu .menu-toggle {
        left: 15px;
        right: auto;
        border-left: none;
        border-right: 1px solid #eee;
    }
    .rtl #Top_bar #menu ul li ul {
        left: auto !important;
        right: 0 !important;
    }
    .rtl #Top_bar #menu ul li ul li a {
        padding: 0 30px 0 20px;
    }
    .rtl #Top_bar #menu ul li ul li ul li a {
        padding: 0 40px 0 20px;
    }
    .header-stack .menu_wrapper a.responsive-menu-toggle {
        position: static !important;
        margin: 11px 0 !important;
    }
    .header-stack .menu_wrapper #menu {
        left: 0;
        right: auto;
    }
    .rtl.header-stack #Top_bar #menu {
        left: auto;
        right: 0;
    }
    .admin-bar #Header_creative {
        top: 32px;
    }
    .header-creative.layout-boxed {
        padding-top: 85px;
    }
    .header-creative.layout-full-width #Wrapper {
        padding-top: 60px;
    }
    #Header_creative {
        position: fixed;
        width: 100%;
        left: 0 !important;
        top: 0;
        z-index: 1001;
    }
    #Header_creative .creative-wrapper {
        display: block !important;
        opacity: 1 !important;
    }
    #Header_creative .creative-menu-toggle,
    #Header_creative .creative-social {
        display: none !important;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    #Header_creative #Top_bar {
        position: static;
        width: 100%;
    }
    #Header_creative #Top_bar #logo {
        height: 50px;
        line-height: 50px;
        padding: 5px 0;
    }
    #Header_creative #Top_bar #logo img.logo-sticky {
        max-height: 40px !important;
    }
    #Header_creative #logo img.logo-main {
        display: none;
    }
    #Header_creative #logo img.logo-sticky {
        display: inline-block;
    }
    .logo-no-sticky-padding #Header_creative #Top_bar #logo {
        height: 60px;
        line-height: 60px;
        padding: 0;
    }
    .logo-no-sticky-padding #Header_creative #Top_bar #logo img.logo-sticky {
        max-height: 60px !important;
    }
    #Header_creative #Action_bar {
        display: none;
    }
    #Header_creative #Top_bar .top_bar_right {
        height: 60px;
        top: 0;
    }
    #Header_creative #Top_bar .top_bar_right:before {
        display: none;
    }
    #Header_creative #Top_bar .top_bar_right_wrapper {
        top: 0;
        padding-top: 9px;
    }
    #Header_creative.scroll {
        overflow: visible !important;
    }

    #Side_slide .ky-classes-menu-panel {
        position: static;
        transform: none;
        width: 100%;
        padding-top: 12px;
    }

    #Side_slide .ky-classes-menu-panel__inner {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 16px;
        background-color: transparent !important;;
    }

}

@media only screen and (max-width: 767px) {
    .highlight-left .wrap:first-child,
    .highlight-right .wrap:last-child {
        background: #ebf5ff;
    }
}

@media only screen and (min-width: 768px) {
    .header-semi #Top_bar:not(.is-sticky) {
        background-color: rgba(6, 18, 27, 0.8);
    }
}
@media only screen and (max-width: 767px) {
    #Top_bar {
        background-color: #06121b !important;
    }
    #Action_bar {
        background-color: #ffffff !important;
    }
    #Action_bar .contact_details {
        color: #222222;
    }
    #Action_bar .contact_details a {
        color: #0095eb;
    }
    #Action_bar .contact_details a:hover {
        color: #007cc3;
    }
    #Action_bar .social li a,
    #Action_bar .social-menu a {
        color: #bbbbbb;
    }
    #Action_bar .social li a:hover,
    #Action_bar .social-menu a:hover {
        color: #777777;
    }
}
@media only screen and (min-width: 1263px) {
    .section_wrapper,
    .container {
        max-width: 1220px;
    }
    .layout-boxed.header-boxed #Top_bar.is-sticky {
        max-width: 1263px;
    }
}
@media only screen and (max-width: 767px) {
    .section_wrapper,
    .container,
    .four.columns .widget-area {
        max-width: 700px !important;
    }
}
@media only screen and (max-width: 767px) {
    #Top_bar a.responsive-menu-toggle {
        top: 40px;
    }
    .mobile-header-mini #Top_bar #logo {
        height: 50px !important;
        line-height: 50px !important;
        margin: 5px 0;
    }
}

/* ===== Consolidated child theme CSS (style-static + style) ===== */


/*
IMage Aligns
 */
/* Hide google recaptcha badge */
/* Header / Subheader */
@media only screen and (max-width: 767px) and (min-width: 480px) {
    h5 {
        font-size: 18px;
    }
}
/* Menu */
@media only screen and (min-width: 1500px) {
    .header-plain #Top_bar .menu > li > a span:not(.description) {
        padding: 0 20px;
    }
}
/* Custom CSS from theme... */
/* end custom CSS from theme... */
@media only screen and (max-width: 1262px) {
    #Top_bar.is-sticky .buy-pass-button {
        display: block;
    }
    #Top_bar.is-sticky .top_bar_action_buttons {
        width: auto;
    }
    #Top_bar.is-sticky .top_bar_right_row {
        width: auto;
    }
}
/* end Menu */
/* Buttons */
/* =========================
   PRIMARY BUTTON (WPBakery override)
========================= */
@media only screen and (max-width: 1262px) {
    a.ky-button.register-button {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 650px) {
    .ky-events-grid .vc_grid-item-zone-c-right .vc_gitem-animated-block, .vc_grid-item-zone-c-right .vc_gitem-zone-c {
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width: 1262px) {
    a.ky-button.register-button:not(.no-icon):after {
        left: 4px;
    }
}
@media only screen and (max-width: 1262px) {
    /* Top bar! */
    a.ky-button.register-button .button_label, a.ky-button.register-button.no-icon .button_label {
        padding: 4px 10px 4px 0;
    }
    a.ky-button.register-button.no-icon .button_label {
        padding-right: 0;
    }

}

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

    #Top_bar .buy-pass-button {
        display: block !important;
    }

    .video-column-left, .video-column-right {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    li.video-box {
        max-width: 350px;
    }
}


a.vc_gitem-link.vc_general.vc_btn3, input[type="submit"].ky-button, button:not(.mfp-close), .wpcf7-submit,
.kushala button.ui-button, .kushala button.ui-button:focus:not(.ui-button-icon-only),
input[type="submit"].register-button, a.register-button, button.register-button,
input[type="submit"].action_button,
button.checkout-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
button.continue-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only,
a.ky-button, button.ky-button, a.ky-button-primary, button.ky-button-primary {
    background: #233a53;
    cursor: pointer;
    color: #ffffff;
    border-radius: 999px;
    border: none;
    padding: clamp(6px, 1vw, 10px) clamp(14px, 2vw, 20px);
    font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: clamp(1.1rem, 1.2em, 1.5rem);
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Single Video Header Information */
/* Single Video Header Information */
.ky-video-header {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin: 48px 0;
    font-size: 0.8em;
    padding: 10px 20px 20px;
    background: var(--ky-bg);
    border-radius: 20px;
    box-shadow: #00000014 0 0 10px 3px;
}

.ky-video-header-left {
    flex: 0 0 15%;
    min-width: 0;
    align-self: center;
}

.single-ky_class .ky-video-header-left {
    flex: 0 0 48%;
}
.single-ky_class .ky-video-header-right {
    flex: 0 0 48%;
}

.ky-video-header-photo {
    flex: 0 0 110px;
}

.ky-video-header-center {
    flex: 0 0 30%;
    min-width: 0;
}

.ky-video-header-right {
    flex: 0 0 50%;
    min-width: 0;
}

.ky-instructors {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ky-instructor-avatar {
    width: 150px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}

.ky-with {
    line-height: 1.1;
    color: #333;
}

.ky-with a,
.ky-meta-value a {
    color: #3b86a3;
    text-decoration: none;
}

.ky-with a:hover,
.ky-meta-value a:hover {
    text-decoration: underline;
}

.ky-meta-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
}

.ky-meta-box {
    background: #efefef;
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 6px 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
}

.ky-meta-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #333;
    font-weight: 600;
    line-height: 1.1;
}

.ky-meta-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4d7f95;
}

.ky-meta-value {
    color: #3b86a3;
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.1;
}

.ky-term-hidden {
    display: none;
}

.ky-term-toggle {
    background: none;
    border: none;
    padding: 0;
    margin-left: 4px;
    cursor: pointer;
    color: #6b6b6b;
    font-size: 0.9em;
    text-decoration: underline;
}

.ky-term-toggle:hover {
    color: #3b86a3;
}

.ky-term-sep {
    white-space: pre;
}

button.ky-video-header-toggle {
    display: none;
}

@media (max-width: 900px) {
    .ky-video-header {
        display: block;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
        transition:
                max-height 0.28s ease,
                opacity 0.2s ease,
                padding 0.2s ease,
                margin 0.2s ease,
                border-width 0.2s ease;
    }

    .ky-video-header.is-open {
        max-height: 2000px;
        opacity: 1;
        margin: 16px 0 24px;
        padding: 10px 20px 20px;
        border-width: 1px;
    }

    button.ky-video-header-toggle {
        display: block;
        width: 100%;
        margin: 20px 0;
        font-weight: 600;
        text-align: left;
        cursor: pointer !important;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        color: #ced6dd;
    }

    button.ky-video-header-toggle::after {
        content: "▾";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #4d7f95;
        font-size: 18px;
        line-height: 1;
    }

    button.ky-video-header-toggle.is-open::after {
        content: "▴";
    }

    .ky-video-header-left,
    .ky-video-header-center,
    .ky-video-header-right,
    .ky-video-header-photo {
        flex: 1 1 auto;
        width: 100%;
    }

    .ky-video-header {
        flex-direction: column;
        gap: 12px;
    }

    .ky-meta-stack-farleft {
        display: none !important;
    }
}
/* END SINGLE VIDEO BLOCK */
/*
 * Single video page
 */
/* Temporary Menu Change */
/* Video Sharing */
@media only screen and (max-width: 768px) {
    .video-filters-wrapper {
        display: none;
    }
    .video-filters-toggle {
        display: block;
    }
}
/* background for donation stuff */
/* Temporary Covid Stuff */
/* video page with mystery padding */
@media only screen and (max-width: 987px) {
    .video-teaser .video-thumbnail {
        width: 100%;
        height: 80px;
        float: none;
    }
    .video-teaser .video-info {
        width: 100%;
        margin-left: 0%;
    }
}
@media only screen and (max-width: 767px) {
    .general.classes a.vc_general.vc_btn3.vc_btn3-size-md {
        padding: 4px 20px;
        font-size: 12px;
    }
    .highlight-box.wpb_column.vc_column_container.vc_col-sm-4 {
        padding-right: 0;
    }
    #Top_bar .top_bar_right .top_bar_action_buttons {
        display: none;
    }
    .your-support {
        display: none !important;
    }
    .section_wrapper, .container, .four.columns .widget-area {
        padding-left: 13px!important;
        padding-right: 13px!important;
    }
}

/** BEGIN DIALOG STYLES HERE **/
/* Overlay Dialogs */
/* Don't let the feature image be too big */
/* Make dialog sizing behave */
/* On small screens, make it feel like a real modal sheet */
@media (max-width: 675px) {
    .ky .ui-dialog.dialog_customer_login {
        /* ensures it hugs the viewport nicely */
        width: calc(100vw - 24px) !important;
        left: 12px !important;
        right: 12px !important;
        margin: 0 !important;
        z-index: 300 !important;
    }
}
/* ========== Sign-in Dialog skin (jQuery UI) ========== */
/* The outer dialog wrapper */
/* Title bar */
/* Title text */
/* Dialog content area padding */
/* Overlay (dim the page) */
/* Mobile polish */
@media (max-width: 675px) {
    .ui-dialog.dialog_customer_login {
        border-radius: 16px;
    }
    .ui-dialog.dialog_customer_login .ui-dialog-content {
        padding: 16px;
    }
}
/* =========================================================
   KY Auth Dialog: tabs + forms (scoped)
   ========================================================= */
/* Scope everything to this specific jQuery UI dialog */
/* Keep auth content from stretching too wide on desktop */
/* Remove jQuery UI default tab chrome */
/* Segmented control tabs like schedule menu */
/* Active tab pill */
/* Hover only on non-active */
@media (hover: hover) and (pointer: fine) {
    .ui-dialog.dialog_customer_login .ky-auth-tabs > .ui-tabs-nav li:not(.ui-tabs-active) a:hover {
        background: rgba(0,0,0,.06);
        transform: translateY(-1px);
    }
}
/* Intro text */
/* Form rows, tighter and consistent */
/* Inputs */
/* Password eye icon positioning */
/** REMEMBER ME FROM LOGIN **/
/* Primary button */
@media (hover: hover) and (pointer: fine) {
    .ui-dialog.dialog_customer_login .ky-button-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 40px rgba(0,0,0,.18);
    }
}
/* Password assistance link */
/* Social login section */
/* Mobile: fill width nicely */
@media (max-width: 675px) {
    .ui-dialog.dialog_customer_login .ky-auth {
        max-width: none;
    }
    .ui-dialog.dialog_customer_login .ui-dialog-content {
        padding: 14px;
    }
}
/* Social buttons: cap width + center (not giant banners) */
/* The images themselves */
/* Give them a subtle button-y feel (optional but nice) */
@media (hover:hover) and (pointer:fine) {
    .social-login a:hover img {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(0,0,0,.12);
    }
}
/** END DIALOG STYLES */

/* ===== Global & shared rules ===== */

ul.ky-disc-list {
    list-style: none;
    padding-left: 0;
    margin: 14px 0 18px 0;
}

ul.ky-disc-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    line-height: 1.6;
}

ul.ky-disc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #888;
}

#Header_wrapper,
#Intro {
    /* background-color: #06121b; */
}
#Subheader {
    background-color: rgba(247, 247, 247, 1);
    background-size: cover;
    background-position: center center;
}
.header-classic #Action_bar,
.header-fixed #Action_bar,
.header-plain #Action_bar,
.header-split #Action_bar,
.header-stack #Action_bar {
    background-color: #222931;
}
#Footer {
    background-color: #ffffff;
    padding-bottom: 20px;
}
body,
ul.timeline_items,
.icon_box a .desc,
.icon_box a:hover .desc,
.feature_list ul li a,
.list_item a,
.list_item a:hover,
.widget_recent_entries ul li a,
.flat_box a,
.flat_box a:hover,
.story_box .desc,
.content_slider.carouselul li a .title,
.content_slider.flat.description ul li .desc,
.content_slider.flat.description ul li a .desc,
.post-nav.minimal a i {
    color: #2e2e2e;
}
.post-nav.minimal a svg {
    fill: #2e2e2e;
}
.themecolor,
.opening_hours .opening_hours_wrapper li span,
.fancy_heading_icon .icon_top,
.fancy_heading_arrows .icon-right-dir,
.fancy_heading_arrows .icon-left-dir,
.fancy_heading_line .title,
.button-love a.mfn-love,
.format-link .post-title .icon-link,
.pager-single > span,
.pager-single a:hover,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_mfn_recent_comments ul li:after,
.widget_archive ul,
.widget_recent_comments ul li:after,
.widget_nav_menu ul,
#Error_404 .error_pic i,
.style-simple #Filters .filters_wrapper ul li a:hover,
.style-simple #Filters .filters_wrapper ul li.current-cat a,
.style-simple .quick_fact .title {
    color: #a2b535;
}
.themebg,
#comments .commentlist > li .reply a.comment-reply-link,
#Filters .filters_wrapper ul li a:hover,
#Filters .filters_wrapper ul li.current-cat a,
.fixed-nav .arrow,
.offer_thumb .slider_pagination a:before,
.offer_thumb .slider_pagination a.selected:after,
.pager .pages a:hover,
.pager .pages a.active,
.pager .pages span.page-numbers.current,
.pager-single span:after,
.portfolio_group.exposure .portfolio-item .desc-inner .line,
.Recent_posts ul li .desc:after,
.Recent_posts ul li .photo .c,
.slider_pagination a.selected,
.slider_pagination .slick-active a,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before,
#Top_bar a#header_cart span,
.widget_categories ul,
.widget_mfn_menu ul li a:hover,
.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a,
.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a,
.widget_product_categories ul,
.widget_recent_entries ul li:after,
.style-simple .accordion .question:after,
.style-simple .faq .question:after,
.style-simple .icon_box .desc_wrapper .title:before,
.style-simple #Filters .filters_wrapper ul li a:after,
.style-simple .article_box .desc_wrapper p:after,
.style-simple .sliding_box .desc_wrapper:after,
.style-simple .trailer_box:hover .desc,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:after,
.tparrows.default,
.tp-bullets.tp-thumbs .bullet.selected:after {
    background-color: #a2b535;
}
.Latest_news ul li .photo,
.Recent_posts.blog_news ul li .photo,
.style-simple .opening_hours .opening_hours_wrapper li label,
.style-simple .timeline_items li:hover h3,
.style-simple .timeline_items li:nth-child(even):hover h3,
.style-simple .timeline_items li:hover .desc,
.style-simple .timeline_items li:nth-child(even):hover,
.style-simple .offer_thumb .slider_pagination a.selected {
    border-color: #a2b535;
}
a {
    color: #3694a9;
}
a:hover {
    color: #6dc5db;
}
*::-moz-selection {
    background-color: #0095eb;
    color: white;
}
*::selection {
    background-color: #0095eb;
    color: white;
}
.fancy_heading {
    text-align: center;
}
.fancy_heading .title {
   /* font-size: 42px;
    line-height: 42px;*/
}
.fancy_heading_icon .icon_top {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}
.fancy_heading_icon .icon_top i:before {
    margin: 0;
}
.fancy_heading_line {
    background-image: url(../images/fancy_heading_hr.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.fancy_heading_line .slogan {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.fancy_heading_line .inside {
    margin-bottom: 15px;
    font-size: 125%;
}
.blockquote p.author span,
.counter .desc_wrapper .title,
.article_box .desc_wrapper p,
.team .desc_wrapper p.subtitle,
.pricing-box .plan-header p.subtitle,
.pricing-box .plan-header .price sup.period,
.chart_box p,
.fancy_heading .inside,
.fancy_heading_line .slogan,
.post-meta,
.post-meta a,
.post-footer,
.post-footer a span.label,
.pager .pages a,
.button-love a .label,
.pager-single a,
#comments .commentlist > li .comment-author .says,
.fixed-nav .desc .date,
.filters_buttons li.label,
.Recent_posts ul li a .desc .date,
.widget_recent_entries ul li .post-date,
.tp_recent_tweets .twitter_time,
.widget_price_filter .price_label,
.shop-filters .woocommerce-result-count,
.woocommerce ul.product_list_widget li .quantity,
.widget_shopping_cart ul.product_list_widget li dl,
.product_meta .posted_in,
.woocommerce .shop_table .product-name .variation > dd,
.shipping-calculator-button:after,
.shop_slider .shop_slider_ul li .item_wrapper .price del,
.testimonials_slider .testimonials_slider_ul li .author span,
.testimonials_slider .testimonials_slider_ul li .author span a,
.Latest_news ul li .desc_footer,
.share-simple-wrapper .icons a {
    color: #a8a8a8;
}
h1,
h1 a,
h1 a:hover,
.text-logo #logo {
    color: #222931;
}
h2,
h2 a,
h2 a:hover {
    color: #222931;
}
h3,
h3 a,
h3 a:hover {
    color: #222931;
}
h4,
h4 a,
h4 a:hover,
.style-simple .sliding_box .desc_wrapper h4 {
    color: #222931;
}
h5,
h5 a,
h5 a:hover {
    color: #222931;
}
h6,
h6 a,
h6 a:hover,
a.content_link .title {
    color: #4c4c4c;
}
.dropcap,
.highlight:not(.highlight_image) {
    background-color: #b2d8e0;
}
a.button,
a.tp-button {
    background-color: #dcdde0;
    color: #060a13;
}
.column_column ul,
.column_column ol,
.the_content_wrapper ul,
.the_content_wrapper ol {
    color: #737e86;
}
.hr_color,
.hr_color hr,
.hr_dots span {
    color: #3694a9;
    background: #3694a9;
}
.hr_zigzag i {
    color: #3694a9;
}
.highlight-left:after,
.highlight-right:after {
    background: #ebf5ff;
}


.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
    /* background-color: transparent; */
    /* border-bottom: 1px solid var(--ky-header-bg-hover); */
}
#Top_bar .icon-menu-fine:before {
    font-weight: 700;
}
.header-plain #Top_bar  {
    background-color: #ececec33 !important;
}
#Top_bar .wpml-languages a.active,
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    background-color: transparent;
}
#Top_bar .top_bar_right:before {
    background-color: transparent;
}
#Header .top_bar_right {
    background-color: #c3d941;
}
#Top_bar .top_bar_right a:not(.action_button) {
    color: #ffffff;
}
a.action_button {
    background-color: #069668;
    color: #ffffff;
}
.button-stroke a.action_button {
    border-color: #f7f7f7;
}
.button-stroke a.action_button:hover {
    background-color: #f7f7f7 !important;
}
#Top_bar .menu > li > a,
#Top_bar #menu ul li.submenu .menu-toggle {
    color: #1e2328;
}
#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
    color: #ffffff;
}
#Top_bar .menu > li a:after {
    background: #ffffff;
}
.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description)::after,
.menuo-arrows #Top_bar .menu > div.submenu > a > span:not(.description)::after
{
    border-top-color: #abafb1;
}
#Top_bar .menu > li.current-menu-item.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current_page_item.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-menu-parent.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-page-parent.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-menu-ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current-page-ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.current_page_ancestor.submenu > a > span:not(.description)::after,
#Top_bar .menu > li.hover.submenu > a > span:not(.description)::after {
    border-top-color: #ffffff;
}
.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_item > a,
.menu-highlight #Top_bar #menu > ul > li.current-menu-parent > a,
.menu-highlight #Top_bar #menu > ul > li.current-page-parent > a,
.menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.current-page-ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a,
.menu-highlight #Top_bar #menu > ul > li.hover > a {
    background:transparent;
}
.menu-arrow-bottom #Top_bar .menu > li > a:after {
    border-bottom-color: #ffffff;
}
.menu-arrow-top #Top_bar .menu > li > a:after {
    border-top-color: #ffffff;
}
.header-plain #Top_bar .menu > li.current-menu-item > a,
.header-plain #Top_bar .menu > li.current_page_item > a,
.header-plain #Top_bar .menu > li.current-menu-parent > a,
.header-plain #Top_bar .menu > li.current-page-parent > a,
.header-plain #Top_bar .menu > li.current-menu-ancestor > a,
.header-plain #Top_bar .menu > li.current-page-ancestor > a,
.header-plain #Top_bar .menu > li.current_page_ancestor > a,
.header-plain #Top_bar .menu > li.hover > a,
.header-plain #Top_bar a:hover#header_cart,
.header-plain #Top_bar a:hover#search_button,
.header-plain #Top_bar .wpml-languages:hover,
.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
    background: var(--ky-header-bg-hover);
    color: #1e2328;
}
.header-plain #Top_bar,
.header-plain #Top_bar .menu > li > a span:not(.description),
.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button,
.header-plain #Top_bar .wpml-languages,
.header-plain #Top_bar a.action_button {
    border-color: transparent;
}
#Top_bar .menu > li ul {
    background-color: var(--ky-header-bg-hover);
}
#Top_bar .menu > li ul li a {
    color: #1e2328;
}
#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
    color: var(--ky-text);
}
#Top_bar .search_wrapper {
    background: #e3e3e3;
}
.overlay-menu-toggle {
    color: #ffffff !important;
    background: transparent;
}
#Overlay {
    background: rgba(32, 40, 49, 0.95);
}
#overlay-menu ul li a,
.header-overlay .overlay-menu-toggle.focus {
    color: #ffffff;
}
#overlay-menu ul li.current-menu-item > a,
#overlay-menu ul li.current_page_item > a,
#overlay-menu ul li.current-menu-parent > a,
#overlay-menu ul li.current-page-parent > a,
#overlay-menu ul li.current-menu-ancestor > a,
#overlay-menu ul li.current-page-ancestor > a,
#overlay-menu ul li.current_page_ancestor > a {
    color: #ffffff;
}
#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
    color: #495b6f;
    background: transparent;
}
#Action_bar .contact_details {
    color: #ffffff;
}
#Action_bar .contact_details a {
    color: #ffffff;
}
#Action_bar .contact_details a:hover {
    color: #9edbff;
}
#Action_bar .social li a,
#Header_creative .social li a,
#Action_bar .social-menu a {
    color: #ffffff;
}
#Action_bar .social li a:hover,
#Header_creative .social li a:hover,
#Action_bar .social-menu a:hover {
    color: #ffffff;
}
#Subheader .title {
    /* ~32px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 50px */
    color: #ffffff;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-size: clamp(2rem, 4vw, 3.125rem);
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0;
}
#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
    color: rgba(255, 255, 255, 0.6);
}
#Footer,
#Footer .widget_recent_entries ul li a {
    color: #707176;
}
#Footer a {
    color: #80828d;
}
#Footer a:hover {
    color: #686b7a;
}
#Footer h1,
#Footer h1 a,
#Footer h1 a:hover,
#Footer h2,
#Footer h2 a,
#Footer h2 a:hover,
#Footer h3,
#Footer h3 a,
#Footer h3 a:hover,
#Footer h4,
#Footer h4 a,
#Footer h4 a:hover,
#Footer h5,
#Footer h5 a,
#Footer h5 a:hover,
#Footer h6,
#Footer h6 a,
#Footer h6 a:hover {
    color: #222931;
}
#Footer .themecolor,
#Footer .widget_meta ul,
#Footer .widget_pages ul,
#Footer .widget_rss ul,
#Footer .widget_mfn_recent_comments ul li:after,
#Footer .widget_archive ul,
#Footer .widget_recent_comments ul li:after,
#Footer .widget_nav_menu ul,
#Footer .widget_price_filter .price_label .from,
#Footer .widget_price_filter .price_label .to,
#Footer .star-rating span {
    color: #ec008c;
}
#Footer .themebg,
#Footer .widget_categories ul,
#Footer .Recent_posts ul li .desc:after,
#Footer .Recent_posts ul li .photo .c,
#Footer .widget_recent_entries ul li:after,
#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_product_categories ul {
    background-color: #ec008c;
}
#Footer .Recent_posts ul li a .desc .date,
#Footer .widget_recent_entries ul li .post-date,
#Footer .tp_recent_tweets .twitter_time,
#Footer .widget_price_filter .price_label,
#Footer .shop-filters .woocommerce-result-count,
#Footer ul.product_list_widget li .quantity,
#Footer .widget_shopping_cart ul.product_list_widget li dl {
    color: #a8a8a8;
}
#Footer .footer_copy .social li a,
#Footer .footer_copy .social-menu a {
    color: #65666c;
}
#Footer .footer_copy .social li a:hover,
#Footer .footer_copy .social-menu a:hover {
    color: #ffffff;
}
a#back_to_top.button.button_js,
#popup_contact > a.button {
    color: #65666c;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a#back_to_top.button.button_js:after,
#popup_contact > a.button:after {
    display: none;
}
blockquote,
blockquote a,
blockquote a:hover {
    color: #444444;
}

.section-post-related .post-related .image_frame {
    margin-left: 0;
    margin-bottom: 0;
}
.section-post-related .post-related .date_label {
    position: relative;
    left: inherit;
    top: inherit;
    z-index: 20
}


.image_frame .image_wrapper .image_links,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
    display: none;
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after,
.masonry.tiles .post-item.no-img,
.masonry.tiles .post-item.format-quote,
.blog-teaser li .desc-wrapper .desc .post-title:after,
.blog-teaser li.no-img,
.blog-teaser li.format-quote {
    background: #ec008c;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus,
.faq .question.active .title > .acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
    color: #ec008c;
}
html {
    background-color: #f2f3f5;
}
#Wrapper,
#Content {
    background-color: #f2f3f5;
}
body,
button,
span.date_label,
.timeline_items li h3 span,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select,
.offer_li .title h3,
.ky .ui-widget {
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
#menu > ul > li > a,
a.action_button,
#overlay-menu ul li a {
    /* ~15px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 16px */
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1rem);
    font-weight: 600;
    letter-spacing: 0;
}
h1,
h2,
h3,
h4,
.text-logo #logo {
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
h5,
h6 {
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
blockquote {
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
.chart_box .chart .num,
.counter .desc_wrapper .number-wrapper,
.how_it_works .image .number,
.pricing-box .plan-header .price,
.quick_fact .number-wrapper,
.woocommerce .product div.entry-summary .price {
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
body {
    /* ~16px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 18px */
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}
.big {
    /* ~18px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 22px */
    font-size: clamp(1.15rem, 1.6vw, 1.375rem);
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}
#overlay-menu ul li a {
    line-height: 24px;
}
h1,
.text-logo #logo {
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    font-weight: 700;
}
h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    line-height: 1.25;
    font-weight: 600;
}
h3 {
    font-size: clamp(1.2rem, 1.9vw, 1.6rem);
    line-height: 1.3;
    font-weight: 600;
}
h4 {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.35;
    font-weight: 600;
}
h5 {
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    line-height: 1.4;
    font-weight: 500;
}
h6 {
    font-size: clamp(0.95rem, 1.2vw, 1rem);
    line-height: 1.4;
    font-weight: 500;
}
#Intro .intro-title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: 0;
}

/**
Header / Top bar styles
 */
#Top_bar {
    background: var(--ky-header-bg) !important;
    border-bottom: 1px solid var(--ky-header-border);
    /* pick ONE of these: border only, or border+shadow */
    box-shadow: 0 6px 18px -18px var(--ky-header-shadow);
}

/* --- primary nav spacing + typography --- */
#Top_bar #menu > ul > li{
    margin: 0px; /* space between top-level items */
}
#Top_bar #menu > ul > li > a,
#Top_bar .menu > li > a{
    color: var(--ky-nav-text) !important;
    font-weight: 600;
    letter-spacing: 0.1px;
    /* padding: 10px 0 !important; */ /* reduces vertical bulk */
}

/* hover/active */
#Top_bar #menu > ul > li > a:hover,
#Top_bar #menu > ul > li.current-menu-item > a,
#Top_bar #menu > ul > li.current_page_item > a{
    color: var(--ky-text) !important;
}

/* remove heavy separators if your theme adds them */
#Top_bar #menu > ul > li:before,
#Top_bar #menu > ul > li:after{
    display: none !important;
}

/* --- dropdown menus: keep clean on light header --- */
#Top_bar .menu li ul{
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px -26px rgba(15, 23, 42, 0.35);
    border: 1px solid var(--ky-header-border-color);
    border-top: 0px;
}
#Top_bar .menu li ul li a{
    color: rgba(15, 23, 42, 0.86) !important;
    padding: 12px 16px !important;
}
#Top_bar .menu li ul li > a:not(.mfn-megamenu-title):hover {
    background: rgba(15, 23, 42, 0.04) !important;
}




#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
    height: 60px;
    line-height: 60px;
    padding: 15px 0;
}
.logo-overflow #Top_bar:not(.is-sticky) .logo {
    height: 90px;
}
#Top_bar .menu > li > a {
    padding: 15px 0;
}
.menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
    margin: 20px 0;
}
.header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) {
    line-height: 90px;
}
.header-fixed #Top_bar .menu > li > a {
    padding: 30px 0;
}
#Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right {
    height: 100%;
    /* float: right; */
    width: auto;
}
#Top_bar .top_bar_right_wrapper {
    top: 25px;
}
.header-plain #Top_bar a#header_cart,
.header-plain #Top_bar a#search_button,
.header-plain #Top_bar .wpml-languages,
.header-plain #Top_bar a.action_button {
    line-height: 90px;
}
.twentytwenty-before-label::before {
    content: "Before";
}
.twentytwenty-after-label::before {
    content: "After";
}
#Side_slide {
    right: -250px;
    width: 250px;
}
.blog-teaser li .desc-wrapper .desc {
    background-position-y: -1px;
}

body.with_aside.aside_right .sections_group {
    /* space between content + sidebar */
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: auto;
    float: none;
    padding-top: 0;
}
body.with_aside.aside_right .sections_group > .entry-content {
    /* grow, shrink, base */
    /* prevents overflow with long content */
    display: block;
    flex: 1 1 0;
    min-width: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
body.with_aside.aside_right.ky_event_layout-horizontal .sections_group > .entry-content {
    padding-top: 0;
}
body.post-type-archive-ky_videos .sections_group > .entry-content {
    padding-top: 30px;
}
body.with_aside.aside_right .sections_group > .sidebar {
    /* fixed-ish sidebar width */
    /* optional */
    flex: 0 0 320px;
    max-width: 360px;
}
body.with_aside.aside_right .sections_group > .entry-content,
body.with_aside.aside_right .sections_group > .sidebar {
    float: none !important;
    width: auto !important;
}
body.single-ky_videos .entry-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.the_content_wrapper.post-video-content {
    margin: 20px auto 20px auto;
    /* text-align: center; */
    background: #f7f7f7;
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 900px;
}
img.alignright {
    float: right;
    margin-left: 10px;
}
img.alignleft {
    float: left;
    margin-right: 10px;
}
.widget-area {
    border-color: var(--ky-border);
}
.widget:after {
    border-width: 0 0 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
.page-id-8381 #Subheader, .parent-pageid-4008 #Subheader, .page-parent-8381 #Subheader, .blog #Subheader, .author #Subheader, .archive:not(.post-type-archive-testimonial) #Subheader, .single-post #Subheader, .ky-hide-subheader #Subheader, body.parent-pageid-3329 #Subheader, body.parent-pageid-8381 #Subheader, .single-ky_instructor #Subheader {
    display: none;
}
.page-id-18501 div#Subheader {
    background-position: center 68%;
}
.home .sections_group:first-child {
    /*position: relative;
    top: 90px;
    padding-top: 0;*/
}
#Content .the_content_wrapper > h1 {
    margin: 14px 0 14px 0 !important;
    line-height: 1.05;
}
#Content .section.the_content {
    /*padding-bottom: 10px !important;*/
    padding-top: 0 !important;
}
#Content {
    padding-top: 0;
}
h1 {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}
h2, h3, h4, h5 {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 700;
    letter-spacing: -0.07rem;
}
h2.wpb_heading.wpb_video_heading {
    font-size: 1em;
    line-height: 1em;
    color: #005487;
}
.the_content_wrapper ul, .the_content_wrapper ol {
    color: #333333;
}
div#Action_bar {
    font-size: 14px !important;
}
#Top_bar .one.column    {
    border-bottom: 1px solid var(--ky-header-border-color);
}
#Top_bar .menu > li {
    z-index: 2;
}
#Top_bar .menu > li ul li a, #Top_bar .menu > li > a span, #Top_bar .menu > div > a span{
    font-size: 14px;
}
#Top_bar .menu li ul li {
    width: 220px;
}
#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #1e2328;
}
#menu > ul > li > a {

}
.header-plain #Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px;
}
#Top_bar .buy-pass-button {
    /* position: absolute; */
    /* right: 70px; */
    /* top: 44%; */
    /* margin-top: -15px; */
    width: 140px;
    /* height: 40%; */
    text-align: center;
    border-radius: 99px;
    z-index: 200;
    color: #ffffff;
    background: #e60087;
    /* border-color: #e60087; */
    /* border-width: 2px; */
    border-style: solid;
    display: none;
    line-height: 1;
}
#Top_bar .buy-pass-button a {
    /* transform: translateY(-50%); */
    /* top: 47%; */
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    /* line-height: 45px; */
    padding: 14px 20px;
}
#Top_bar .buy-pass-button a:hover {
    text-decoration: none;
}
#Top_bar .buy-pass-button:hover {
    background: #ff3eaf;
    border-color: #ff3eaf;
    transition: 1s background;
}
.top_bar_right_wrapper a {
    font-size: 14px;
}
.top_bar_right_row {
    /* width: 124px; */
    /* overflow: hidden; */
}
#Top_bar .top_bar_right_row a.action_button {
    padding: 0 10px 0 12px;
    width: 100%;
    /* text-align: right; */
}
.header-plain #Top_bar.is-sticky .top_bar_right {
    overflow: hidden;
}
.top_bar_right_row:nth-child(2) a, #Side_slide a.action_button:nth-child(2), #Top_bar a.action_button:nth-child(2), #Top_bar a.action_button.my-account {
    background: #475a6e;
}
#Side_slide a.action_button {
    padding: 8px 20px;
}
#Top_bar .top_bar_action_buttons .top_bar_right_row a.action_button {
    line-height: 1;
}

#Top_bar a.action_button:hover {

    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    filter: brightness(1.03);
}

#Top_bar .top_bar_action_buttons a.action_button {
    display: block;
    /* float: left; */
    font-size: 12px;
    font-weight: 400;
    border-radius: 99px;
    padding: 14px 20px;
}
.header-plain #Top_bar.is-sticky .top_bar_action_buttons a.action_button {
    line-height: 30px;
}
.header-plain #Top_bar a.action_button:nth-child(2) {
    padding: 0 10px 0 6px;
}
.header-plain #Top_bar a.action_button {
    border-right-color: transparent;
}
.top_bar_action_buttons {
    /*width: 120px;*/
    /* float: right; */
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    MARGIN-RIGHT: 20PX;
}
#Top_bar .fas, #Top_bar .far, #Top_bar .fa {
    color: #ffffff;
    padding-left: 8px;
}
#Top_bar a.action_button:hover {
    color: #ffffff;
}
#Top_bar.is-sticky .top_bar_right_row a.action_button {
    text-align: right;
    padding-right: 20px;
}
#Top_bar.is-sticky .top_bar_right_row a.action_button span {
    font-size: 11px;
}
.header-plain #Top_bar {
    border-bottom-width: 0;
}
.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img {
    border-radius: 0;
}
#Footer .footer_copy {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
a.mfn-megamenu-title {
    background: #1988a147 !important;
    font-weight: 600 !important;
}
.grow {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
}
.grow img {
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    transition: transform .5s ease;
    transform: scale(1.01,1.01)!important;
}
.grow:hover img {
    transform: scale(1.08,1.08) !important;
}
a.vc_general.vc_btn3 {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, sans-serif;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #e50087;
    border-radius: 99px;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: #e2389b;
}
.register-button a.vc_general.vc_btn3 {
    margin: 10px 0;
    cursor: pointer;
    outline: 0 !important;
    background-color: #00a63f;
    color: #ffffff;
    border-color: #00a63f;
    padding: 10px 30px 10px 30px;
    border-radius: 2em;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    font-size: 14px;
}
.register-button a.vc_general.vc_btn3:hover {
    background-color: #417cb8;
    border-color: #417cb8;
    color: #ffffff !important;
}
.button_align.align_center {
    text-align: center;
    margin: 0 auto;
}
a.ky-button-primary i.fas, button.ky-button-primary i.fas, a.ky-button, button.ky-button {
    color: #ffffff;
}
a.ky-button-primary:hover, button.ky-button-primary:hover, a.ky-button:hover, button.ky-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.14);
    text-decoration: none;
    background: #1e2328;
    color: #ffffff !important;
}
.ky-dark a.ky-button, .ky-dark input[type="submit"].ky-button, footer#Footer input[type="submit"].ky-button, footer#Footer .ky-dark a.ky-button {
    background-color: transparent;
    border-color: #ffffff;
    padding: 0 30px;
    color: #ffffff;
}
a.ky-button.register-button, a.ky-button-blue, a.vc_gitem-link.vc_general.vc_btn3.ky-button-blue, .ky .ui-widget-content a.ky-button.register-button {
    border-color: transparent;
    padding: 0 30px;
    background-color: #3694a9;
    display: inline-block;
    color: #ffffff;
}
a.ky-button.register-button.small, a.ky-button-blue.vc_btn3-size-sm, a.vc_gitem-link.vc_general.vc_btn3.ky-button-blue.vc_btn3-size-sm {
    padding: 0 10px;
}
a.vc_gitem-link.vc_general.vc_btn3.ky-button-blue.vc_btn3-size-sm {
    padding: 6px 20px;
}
a.ky-button.register-button.small .button_label {
    font-size: 12px;
    padding: 5px 10px !important;
}
.ky-event-grid-item .button_align.align_center {
    display: inline-block;
    margin-right: 10px;
}
.page .post-footer {
    display: none;
}
a.ky-button.register-button:not(.no-icon):after {
    content: "\f234";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 5px;
    top: 2px;
}
a.ky-button:hover, input[type="submit"].ky-button:hover, .kushala button.ui-button:hover,
input[type="submit"].register-button:hover, a.register-button:hover, button.register-button:hover,
input[type="submit"].action_button:hover,
button.checkout-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover,
button.continue-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    text-decoration: none;
    transition: border-color,background-color 0.5s ease;
}
.ky-dark a.ky-button:hover, .ky-dark input[type="submit"].ky-button:hover, footer#Footer input[type="submit"].ky-button:hover {
    background-color: #0c2133;
}
a.ky-button.register-button:hover {
    background-color: #4fabbf;
}
a.ky-button.register-button:after:hover {
    width: auto !important;
}
a.ky-button .button_label, input[type="submit"].ky-button, button {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: "Montserrat", "Lato", sans-serif;
    font-size: 16px;
}
a.ky-button.register-button .button_label {
    padding: 10px 10px 10px 0;
    border-right: 1px solid #86bfcc;
}
a.ky-button.register-button.no-icon .button_label {
    padding: 10px;
    border-right: none;
}
a.ky-button:hover, a.vc_gitem-link.vc_general.vc_btn3:hover, input.ky-button:hover, .kushala button.ui-button:hover,
input[type="submit"].register-button:hover, a.register-button:hover, button.register-button:hover,
input[type="submit"].action_button:hover,
button.checkout-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover,
button.continue-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    color: #ffffff;
    background-color: #3694a9;
}
.register-button a.vc_gitem-link.vc_general.vc_btn3:hover {
    border-color: #438c9c;
}
.ky-dark a.button {
    border-color: #dcdde0;
    background-color: transparent;
    color: #dcdde0;
}
.ky-dark a.button:hover {
    background-color: #dcdde0;
    color: #000000;
}
input.ky-button, footer#Footer input[type="submit"].ky-button, button {
    display: block;
    text-align: center;
}
input.ky-button, footer#Footer input[type="submit"].ky-button {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.register-button.ky-green-button {
    background-color: #00a63f;
    color: #ffffff;
    border-color: #009e3c;
    padding-right: 15px;
}
a.register-button.ky-green-button:hover {
    background-color: #1bbb58;
}
a.register-button.ky-green-button i.fas {
    color: #ffffff;
    margin-right: 8px;
}
a.register-button.ky-green-button .button_label {
    border-right: 1px solid #2db95d;
}
#customer_login p {
    margin: 20px 0;
}
.dialog_customer_login button:not(.ky-titlebar-close) {
    margin: 20px auto;
    display: block;
}
.dialog_customer_login button.ky-titlebar-close {
    margin: 0;
}
.page-template-page-no-sidebar.with_aside .sections_group {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-top: 0;
}
.video-promo-previews .video-series-block {
    text-align: center;
}
.video-promo-previews .video-series-bloc .gallery {
    text-align: left;
}
.video-promo-previews .video-series-block h3 {
    font-family: 'Raleway','Arial' !important;
    color: #143951;
    font-size: 200%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
}
.video-promo-previews .video-series-block > a {
    float: none;
    text-align: center;
}
.video-promo-previews .video-series-block > h4 {
    text-align: center;
}
.highlight-box.wpb_column.vc_column_container.vc_col-sm-4 {
    padding-right: 20px;
}
.highlight-box .vc_column-inner {
    background: #25303a;
    color: #ffffff;
    padding: 15px;
    margin: 0 20px 20px 0 !important;
    padding-top: 15px !important;
}
.highlight-box.om .vc_column-inner {
    margin: 0 20px 20px 0 !important;
    background-image: url('/wp-content/uploads/2018/07/om-icon-transparent-1.png');
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: 50px auto;
}
.highlight-box .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
}
.highlight-box a {
    color: #8fc2d0;
}
.highlight-box h3 {
    color: #8fc2d0;
    font-size: 26px;
}
.event-instructors-bio-custom {
    margin-top: 80px;
    padding: 0 20px;
}
.event-info-left {
    background-color: #ececec;
}
.event-info-left > .vc_column-inner > .wpb_wrapper {
    padding-top: 30px;
}
body.ky_event_layout-vertical .vc_row > .wpb_column.vc_column_container.vc_col-xs-12 {
    /* padding-bottom: 30px; */
    padding-top: 30px;
}
.single-ky_event div#Subheader {
    display: none;
}
.event-teaser-info {
    text-align: right;
    margin-bottom: 10px;
}
h5.event-teaser-date {
    color: #a0b241;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
h4.event-teaser-title {
    margin: 0 0 0 0;
}
h4.event-teaser-title a {
    color: #ffffff;
}
h4.event-teaser-title  a:hover {
    color: #c9e5ea;
}
.sidebar h4.event-teaser-title a {
    color: #333333;
    font-size: 16px;
    line-height: 1 !important;
}
h5.event-teaser-with {
    color: #79b3bf;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}



/**
EVENT STYLES
 */
/* Sidebar event teaser */
.ky-event-teaser {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ky-event-teaser:last-child {
    border-bottom: 0;
}

.ky-event-thumb {
    flex: 0 0 72px; /* thumbnail width */
    width: 72px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.ky-event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ky-event-meta {
    flex: 1 1 auto;
    min-width: 0; /* critical so the title can wrap nicely inside flex */
}

.ky-event-date {
    font-size: 1rem;
    font-weight: 900;
    opacity: 0.8;
    /* margin: 0 0 4px; */
    color: #a0b241;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.ky-event-title {
    margin: 0 0 0px;
    font-size: 1rem; /* tune as desired */
    line-height: 1.2;
}

.ky-event-title a {
    text-decoration: none;
}

.ky-event-title a:hover {
    text-decoration: underline;
}

.ky-event-with {
    font-size: 0.9rem;
    /* opacity: 0.85; */
    color: #79b3bf;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

/* If your sidebar is very narrow, stack */
@media (max-width: 420px) {
    .ky-event-teaser {
        flex-direction: column;
    }

    .ky-event-thumb {
        width: 100%;
        flex-basis: auto;
        aspect-ratio: 16 / 9;
    }
}
/* END EVENT STYLES */

.single-ky_class h4.event-teaser-title {
    margin: 8px 0;
    font-size: 25px;
}
.single-ky_class h4.event-teaser-title a {
    color: #333333;
}
.event-teaser-registration p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 28px;
}
.event-teaser-registration .button_align.align_center {
    text-align: right;
}
#n2-ss-2 .new-to-yoga-box {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#n2-ss-2 .new-to-yoga-box i.fa:before {
    color: rgba(255,255,255,0.6);
    font-size: 30px;
}
.dropcap, .highlight:not(.highlight_image) {
    color: #2e2e2e !important;
}
.ky .fas {
    color: #758a9c;
}
.ky i.fas.fa-paw, .ky i.fas.fa-wrench {
    color: #e60a8f;
}
.grid-overlay-text, a.grid-overlay-text {
    color: #ffffff;
}
.vc_grid-item-mini a.highlight {
    display: none;
}
.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 0;
}
.bio-hover {
    text-align: center;
    color: #ffffff;
}
.bio-hover a, .bio-hover a:hover {
    color: #ffffff;
}
.bio-hover ul li a:hover {
    color: #ffffff;
    background-color: #2f535c;
    padding: 2px;
    text-decoration: none;
}
.bio-hover ul, .bio-hover li, .the_content_wrapper .bio-hover ul li {
    margin-bottom: 5px;
    padding-left: 0;
    margin-left: 0;
    display: block;
}
.bio-hover ul li.leading-row {
    color: #ebf5ff;
    font-style: italic;
}
.entry-content ul.breadcrumbs {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
    width: 100%;
}
.entry-content ul.breadcrumbs li {
    display: inline-flex;
    align-items: center;
}
.entry-content ul.breadcrumbs li,
.entry-content ul.breadcrumbs li a {
    color: rgba(0,0,0,.45);
    text-decoration: none;
    font-weight: 500;
}
.entry-content ul.breadcrumbs li a:hover {
    color: rgba(0,0,0,.75);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.entry-content ul.breadcrumbs li span {
    /* tighter than your 10px */
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    opacity: .35;
}
.entry-content ul.breadcrumbs li span i.icon-right-open {
    /* smaller, more refined */
    font-size: 10px;
}
.entry-content > *:first-child {
    margin-top: 0;
}
i.icon-comment-empty-fa, .posts_group a.post-comments {
    display: none;
}
.single-post ul.breadcrumbs.has-link li:last-child {
    display: none;
}
.single-post ul.breadcrumbs.has-link li:nth-last-child(1) > span {
    display: none;
}
.ky .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0!important;
}
input.register-button {
    font-size: 16px;
}
#mc_embed_signup {
    clear: left;
}
#mc_embed_signup input#mce-EMAIL {
    background: #ffffff !important;
}
input#mc-embedded-subscribe.ky-button {
    font-family: 'Montserrat', 'Lato', Arial, sans-serif;
    background-color: #00a63f;
    color: #ffffff;
    border-color: #00a63f;
    padding: 10px 30px 10px 30px;
    border-image: none;
    background-image: none;
}
input#mc-embedded-subscribe.ky-button:hover {
    background-color: #3acf72;
}
#mc_embed_signup .mc-field-group {
    padding-bottom: 1%;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-bottom: 0;
}
#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group input[type="email"] {
    width: 400px;
    background-color: #ffffff;
}
#mc_embed_signup input:focus {
    border-color: #00a63f;
}
#mc_embed_signup div#mce-responses {
    padding-left: 0 !important;
    margin: 0 !important;
}
#mc_embed_signup div#mce-responses div#mce-success-response {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}
aside .mc4wp-form-fields input[type="email"] {
    display: block;
    margin-bottom: 10px;
    min-width: 225px;
}
aside .mc4wp-form-fields input[type="submit"] {
    display: block;
}
.pass_type_gridx {
    background-size: initial;
    padding: 10px;
    background-image: url(../betheme/images/fancy_heading_hr.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.pass_type_grid_info p, .pass_type_grid .inside {
    color: #a8a8a8;
    text-align: center;
}
.vc_gitem-animated-block .hidden {
    display: none;
}
.pass_type_grid_info .vc_btn3.vc_btn3-color-success, .pass_type_grid_info .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #ec008c;
}
.pass_type_grid_info {
    background-color: #ffffff;
    border: 1px solid #c3d757;
}
.pass_type_grid_info:hover {
    background-color: #FFFFFF;
}
.pass_type_grid .vc_gitem-zone.vc_gitem-zone-c {
    /* background-color: #f9f9f9 !important; */
    padding-bottom: 18px;
}
.pass_type_grid .vc_gitem-zone.vc_gitem-zone-c:hover {
    background: transparent url(/wp-content/themes/ky-betheme-child/images/green-down-border.png) center bottom no-repeat;
}
.pass_type_grid h4 {
    text-align: center;
}
#pass_options .wpb_wrapper > div {
    margin-bottom: 0;
}
footer#Footer {
    background: #0c1822;
    color: #ffffffb8;
    font-size: 16px;
    line-height: 150%;
}
footer#Footer h4 {
    color: #ffffff;
}
footer#Footer a {
    color: #91c2cf;
}
.social li {
    display: inline;
}
footer .social [class^="icon-"]:before, footer .social [class*=" icon-"]:before {
    font-size: 30px;
}
footer .footer-address {
    font-family: 'Cuprum', sans-serif !important;
    font-weight: 900;
    font-size: 20px;
    margin: 10px 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
footer .footer-address span.company-name {
    color: #ffffff;
}
#Footer .footer_action {
    background: rgba(255,255,255,.1);
    font-size: 30px;
}
#Footer .footer_action a:hover {
    text-decoration: none;
}
#Footer .copyright a, #Footer .copyright span {
    display: inline-block;
    padding: 0 20px;
}
table th, table td {
    text-align: left;
    vertical-align: middle;
}
#instructors-grid li {
    font-size: 12px;
    line-height: 20px;
}
#instructors-grid .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
#instructors-grid .vc_btn3-container.vc_btn3-center {
    margin: 10px 0 15px 0;
}
.ky_event_list .date_label {
    position: absolute;
    left: -10px;
    top: 25px;
    z-index: 20;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/stripes/stripes_3_b.png);
    background-color: #3094aa;
    color: #ffffff;
    text-transform: uppercase;
}
.ky_event_list .date_label:after {
    right: -11px;
    top: 0;
    border-width: 13px 0 13px 13px;
    border-left-color: #2994ab;
}
.ky-event-grid-item .vc_custom_heading.vc_gitem-post-data {
    margin-bottom: 0;
}
.ky-event-grid-item h5 {
    margin: 8px 0;
}
.ky-event-grid-item a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-round.vc_btn3-icon-right {
    padding: 12px 60px 12px 25px;
}
.ky-event-grid-item a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-round {
    padding: 12px 25px;
}
.ky-event-grid-item .vc_btn3-container {
    float: left;
    margin-right: 20px;
}
.ky-event-grid-item .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding-left: 20px;
}
.ky-event-register-buttons {
    display: flex;
}
.ky-event-register-buttons.reserve_return {
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.ky-event-register-buttons > div {
    margin-right: 10px;
}
.single-ky_event.with_aside .sections_group {
    padding-top: 0;
}
#Side_slide ul.social {
    display: none !important;
}
#Side_slide #menu ul li.submenu .menu-toggle:after {
    color: #ffc7e8;
    font-weight: bold;
}
.sidebar h5.event-teaser-with {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.sidebar p {
    font-size: 14px;
    line-height: 22px;
}
.widget {
    overflow: hidden;
}
.widget > h3, .sidebar h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.single-ky_class .class-type-schedule {
    margin-top: 40px;
}
.classes td.focus {
    width: 30%;
    font-size: 75%;
    line-height: 125%;
    vertical-align: middle;
}
td a.row-title {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 10px;
    display: inline-block;
    color: #333333;
}
.general tr {
    position: relative;
    width: 100%;
}
.general ul {
    width: 100%;
}
.general li {
    padding: 10px 0;
}
.general:not(.schedules) tr:nth-child(even) td {
    /* background:  #f6f6f6 !important; */
}
.general {
    width: 100%;
}
.general ul li {
    background: none;
    margin: 0;
    padding: 0;
}
table.general td.center, table.general th.center {
    text-align: center;
    float: none;
}
table.general td.left, table.general th.left {
    text-align: left;
    float: none;
}
table.general td.right, table.general th.right {
    text-align: right;
    float: none;
}
table.general td.justify {
    text-align: justify;
}
table.general tr.highlight td {
    background-color: #e4d6dd;
    color: #444;
}
table.general tr.heavy_border td, table.general tr.heavy_border th {
    border-bottom: 2px solid #777;
}
table.general td.bold, table.general tr.bold td {
    font-weight: bold;
}
table.general td.column-3-equal, table.general th.column-3-equal {
    width: 33%;
}
table.general td.column-4-equal, table.general th.column-4-equal {
    width: 25%;
}
table.general td.column-2-equal, table.general th.column-2-equal {
    width: 50%;
}
table.center td, table.center th {
    text-align: center;
}
table.general td.pct50, table.general th.pct50 {
    width: 50%;
}
table.general td.pct25, table.general th.pct25 {
    width: 25%;
}
table.general .info-icon {
    top: 2px;
    position: relative;
    width: 16px;
    padding-top: 4px;
}
table.general {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}
table.general thead th {
    /* muted blue-teal */
    background: #e0e9ec !important;
    color: var(--ky-text);
    font-weight: 600;
    letter-spacing: .02em;
    padding: 14px 12px;
}
table.general thead th:first-child, table.general td:first-child {
    padding-left: 18px;
}
table.general thead th:last-child, table.general td:last-child {
    padding-right: 18px;
}
table.general thead th.calendar-location {
    text-align: center;
}
table.general thead th:first-child {
    border-top-left-radius: var(--ky-radius);
}
table.general thead th:last-child {
    border-top-right-radius: var(--ky-radius);
}
table.general td {
    /*border-top: 1px solid var(--ky-border);*/
    padding: 12px 6px;
    vertical-align: middle;
    background: var(--ky-surface);
}
table.general tr:nth-child(even) td {
    background-color: #e9e9e98f;
}
table.general tbody tr:hover td {
    background: rgb(224 233 236 / 61%);
}
table.general a {
    color: var(--ky-text);
    font-weight: 500;
}
.ky-rounded-borders {
    background: var(--ky-surface);
    border: 1px solid var(--ky-border);
    border-radius: var(--ky-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    margin-bottom: 40px;
}
.frm_error_style, div.form-field.frm_blank_field {
    background-color: #f68383;
    border: 1px solid #da3232;
    font-weight: bold;
    margin: 10px 0 30px 0;
    padding: 10px 10px;
}
.frm_radio label {
    font-weight: 400;
}
div#frm_field_667_container {
    display: none;
}
.form-field input[type="text"],.form-field input[type="email"] {
    width: 96%;
}
div.form-field {
    margin-bottom: 20px;
}
div.form_field {
    max-width: 300px;
}
div.form_field input[type="checkbox"] {
    margin-bottom: 20px;
}
input[type="submit"], input[type="reset"], input[type="button"],input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"],
input[type="file"], select, textarea, input[type="datefield"] {
    display: inline-block;
    border: 1px solid #ccc;
    outline: none;
    cursor: text;
    padding: 8px;
    position: relative;
    border-radius: 6px;
    transition: background-color 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-size: inherit;
    background: #ffffff;
}
select {
    padding: 2px;
}
label, legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
div.form-field, div.form_field {
    position: relative;
}
div.form-field .frm_required {
    color: #ff0000;
}
.new-to-yoga-steps .wpb_wrapper > .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-to-yoga-steps {
    margin-bottom: 10px;
}
.tax-event_type .post-head {
    display: none;
}
.page-id-13990 .post-head {
    display: none;
}
.tax-links a {
    text-transform: uppercase;
    color: #3094aa;
}
.page-id-15560 div#Content {
    padding-top: 0;
}
.page-id-15560 ul.breadcrumbs.has-link {
    display: none;
}
.page-id-15560 .section.the_content.has_content:nth-child(2) {
    /*top: -20px;*/
}
#ytt-video-row .wpb_wrapper > div.wpb_video_wrapper {
    margin-bottom: 0;
}
#ytt-video-row > .wpb_column .vc_column-inner {
    padding-top: 0;
}
.ytt-horizontal-menu .menu-teacher-training-container ul.menu li {
    /* float: left; */
    /* border: 0; */
    /* align-items: center; */
    display: inline;
    margin: 2px 8px 0 0;
    padding: 0 0 0 15px;
}
.ytt-horizontal-menu .menu-teacher-training-container ul.menu li a {
    padding: 2px 0 2px 3px;
    text-decoration: underline;
    cursor: pointer;
}
.ytt-horizontal-menu .menu-teacher-training-container ul.menu li:first-child {
    /* align-items: center; */
    padding-left: 0;
}
.ytt-horizontal-menu .menu-teacher-training-container ul.menu {
    margin-left: 0;
    padding: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.ytt-horizontal-menu ul li:after {
    content: "\2022";
    border-width: 0;
    color: pink;
    padding-bottom: 4px;
    display: block;
    right: 0;
    position: absolute;
    left: 0;
    width: 20px;
}
.ytt-horizontal-menu ul li:first-child::after {
    display: none;
}
.ytt-horizontal-menu ul li:last-child::after {
    display: block;
}
table.ytt-modules {
    font-size: 85%;
}
.ytt-vertical-menu li {
    color: pink;
}
.ytt-vertical-menu li:after {
    width: 100% !important;
}
.ytt-vertical-menu h2.widgettitle {
    margin-bottom: 25px;
}
ul#menu-teacher-training {
    margin-left: 0;
}
.ytt-horizontal-menu {
    margin-bottom: 35px;
    margin-top: 35px;
}
.the_content_wrapper .ytt-vertical-menu ul li {
    margin-bottom: 0;
}
.sidebar-1 li.menu-item.menu-item-type-custom.menu-item-object-custom {
    list-style-type: disc;
    color: pink;
    font-size: 85%;
}
.sidebar-1 .menu-teacher-training-container li:after {
    width: 120%;
}
.sidebar-1 ul.menu {
    background-color: transparent;
    width: 100%;
    padding-right: 0;
    overflow: hidden;
}
.sidebar ul.menu {
    background-color: transparent;
}
.fancy_heading_line h1.title {
    color: #000000;
}
ul.ky-star-list  li::before {
    content: "\f005";
    padding: 0 10px 0 0;
    font-family: "Font Awesome 5 Free";
    color: turquoise;
    display: inline-block;
    position: absolute;
    left: 0;
}
ul.ky-star-list {
    list-style-type: none !important;
}
ul.ky-star-list li {
    padding-left: 40px;
    position: relative;
}
#curriculum .wpb_text_column.wpb_content_element {
    clear: both;
}
.wpb_gallery.wpb_content_element.vc_clearfix.vc_custom_1568321301441.ky-ytt-vertical {
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.wpb_gallery_slides.wpb_image_grid {
    margin-bottom: 0;
    margin-top: 0;
}
.ytt-blockquote .quote-outer-wrapper {
    box-sizing: border-box;
    position: relative;
    padding: 20px 20px 20px 70px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
    background: #eee;
    color: #898989;
}
.ytt-blockquote .quote-outer-wrapper:before {
    content: "\f005";
    padding: 0 10px 0 0;
    font-family: "Font Awesome 5 Free";
    color: turquoise;
    display: inline-block;
    position: absolute;
    left: 0;
}
.ytt-button .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #0c97b5;
}
.ytt-testimonial-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.ytt-testimonial-wrapper p:last-child {
    margin-bottom: 0;
}
.ytt-testimonial-wrapper {
    background-color: #0c97b5;
    padding: 2em;
}
.fl {
    float: left;
    _display: inline;
    margin: 0 0.8em 0.25em 0;
}
.white-50 {
    color: rgba(255, 255, 255, 0.5);
}
.white {
    color: white;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.fa-4x {
    font-size: 4em;
}
.wpmem_msg {
    width: auto;
    padding: 10px 10px 10px 10px !important;
    margin: 20px 20px 20px 0 !important;
}
.ky-event-16227 h5.event-teaser-date {
    display: none;
}
.post-template-default .author-date {
    display: none;
}
.category-online-yoga-classes .single-photo-wrapper, .category-online-yoga-classes .post-meta {
    display: none;
}
.category-online-yoga-classes .post-related .single-photo-wrapper {
    display: inline;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
body.category h2.entry-title {
    font-size: 26px;
    line-height: 30px;
}
.single-ky_videos #Subheader, .single-ky_ytt #Subheader {
    display: none;
}
ul.flex-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    /* margin-left: 0; */
    gap: 20px;
}
ul.flex-list li {
    padding: 10px;
}
ul.video-intro-content {
    margin-top: 40px !important;
    margin: 40px 0 !important;
}
ul.video-intro-content li {
    margin: 0 !important;
}
ul.video-intro-content li:first-child {
    padding: 20px;
}
ul.video-nav, ul.schedule-navbar {
    background: transparent;
}
ul.video-nav li, ul.schedule-navbar li {
    background: #0097b7;
    text-align: center;
    padding: 3px 10px;
    margin: 0 10px 5px 0;
    border-radius: 99px;
    font-size: 14px;
    font-family: 'Montserrat','Arial', sans-serif;
    transition: 0.5s background;
}
ul.schedule-navbar li:hover {
    background: #0096b9b0;
}
.schedule-date p {
    margin: 0;
    font-weight: 600;
}
ul.video-nav li a, ul.schedule-navbar li a {
    color: #ffffff;
}
ul.video-nav li:hover {
    background: #0096b9b0;
}
ul.video-nav li:hover a {
    text-decoration: none;
}
.video-column-left {
    width: 25%;
    float: left;
}
.video-column-right {
    width: 74%;
    float: right;
    margin-left: 1%;
}
.video-series-block {
    margin-top: 50px;
    margin: 20px 3vw;
}
.video-series-block:first-child {
    margin-top: 10px;
}
ul.video-filters li.recording_option, ul.video-filters li.library_option {
    background: #d7e5e86b;
    margin-left: 0;
    margin-right: 0;
}
li.recording_option a, li.library_option a {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
}
li.recording_option a:hover, li.library_option a:hover {
    text-decoration: none;
}
ul.video-filters li.recording_option:hover, ul.video-filters li.library_option:hover {
    background: #d2e3e6;
    border-color: #d2e3e6;
    transition: background 500ms;
}
ul.video-filters li.recording_option.highlight a, ul.video-filters li.library_option.highlight a, ul.video-filters li.recording_option.highlight a em, ul.video-filters li.library_option.highlight a em {
    color: #ffffff !important;
}
ul.video-filters li.recording_option.highlight, ul.video-filters li.library_option.highlight {
    background: #0098b6;
    border-color: #0098b6;
}
a.video-browese-link {
    background: #0099b6;
    border-radius: 20px;
    padding: 6px 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    float: right;
}
li.recording_option a em, li.library_option a em {
    color: #333333;
    text-transform: none;
    font-size: 0.95em;
    font-weight: normal;
}
ul.library_options {
    margin-left: 0;
    padding-left: 0;
    min-width: 200px;
    margin-top: 0 !important;
}
ul li.recording_option, ul li.library_option {
    margin-left: 0;
}

ul.video-boxes {
    margin: 0 !important;
}
ul.flex-list li.video-box {
    padding: 0;
    position: relative;
}
ul.flex-list li.video-box .video-icon-list, div.video-box .video-icon-list {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    font-size: 1.25em;
    padding: 5px;
}
.video-box i.fas {
    color: #ffe500;
    font-size: 18px;
}
.video-box i.fas.fa-star {
    color: #ffe500;
}
.video-box i.fas.fa-broadcast-tower {
    color: #c7e6ff;
}
.video-box i.fas.fa-video {
    color: #c7e6ff;
}
li.video-box, ul.video-intro-content li, ul.customer-login > li {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1 0 275px;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
}
.customer-login h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Lato' !important;
}
.customer-login img {
    /*width: 90%  !important;*/
}
.video-box .video-content {
    /* overrides your 5px top padding */
    padding: 14px 16px 14px 16px;
}
.ribbon-parent {
    overflow: hidden;
    width: 100%;
}
.ribbon {
    margin: 0;
    background: #00c102;
    color: white;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Lato", Arial, sans-serif !important;
    letter-spacing: normal !important;
    transform: translateX(40%) translateY(120%) rotate(
            -45deg);
    transform-origin: bottom left;
    z-index: 70;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.ribbon:before,
.ribbon:after {
    /* tweak */
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: #00c102;
}
.ribbon:before {
    right: 100%;
}
.ribbon:after {
    left: 100%;
}
.video-box .video-title {
    /* ~17px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 20px */
    line-height: 1.15;
    margin-bottom: 10px;
    margin: 4px 0 10px 0;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 700;
}
.video-box .video-thumbnail {
    /* keep your existing */
    width: 100%;
    height: 45%;
    background-position: center center;
    min-height: 190px;
    background-size: cover;
    position: relative;
}
.video-box .video-thumbnail h4 {
    background: rgba(0,0,0,0.44);
    padding: 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.video-thumbnail h4:hover {
    background: #e6078a85;
    transition: background 500ms;
}
.video-box .video-thumbnail h4 a {
    color: #ffffff;
    display: inline-block;
    margin: 10px 10px;
}
.video-box .video-excerpt {
    /* ~13.5px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 15.2px */
    font-size: clamp(0.85rem, 1.1vw, 0.95rem);
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
    margin: 10px 0 0 0;
    color: rgba(0,0,0,0.75);
}
.video-box .video-meta {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 10px;
}
.video-instructor-avatar {
    width: 75px;
    height: 75px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}
.video-instructors-and {
    margin: 0 8px;
}
.ky-posts-pagination {
    margin: 30px auto;
}
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin: 28px 0 10px;
}
.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.12);
    background: #fff;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.navigation.pagination .page-numbers:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    border-color: rgba(0,0,0,0.18);
    text-decoration: none;
}
.navigation.pagination .page-numbers:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.navigation.pagination .page-numbers.current {
    background: #90c2ce;
    border-color: #6caab8;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.14);
}
.navigation.pagination .page-numbers.dots {
    min-width: auto;
    padding: 0 10px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    transform: none;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    padding: 0 16px;
    gap: 8px;
}
.navigation.pagination .ky-page-icon {
    font-size: 18px;
    line-height: 1;
    opacity: 0.9;
}
.navigation.pagination .ky-page-text {
    font-weight: 700;
}

.video-series-block .video-box .video-meta {
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 0;
    text-transform: uppercase;
}
.video-series-block h3 {
    margin-bottom: 6px;
}
.video-box .video-button {
    text-align: center;
    margin: 20px auto 10px;
}
.video-box .video-button a.register-button.ky-green-button {
    padding: 0 20px;
}
.video-box .video-button a.ky-button span.button_label {
    padding: 5px 20px 5px 0;
}
.video-box .video-button a.ky-button.register-button:not(.no-icon):after {
    content: "\f03d";
}
.video-box h4 {
    font-size: 16px;
    line-height: 1.2em;
}
.gallery-cell {
    background: #253039;
    color: #ffffffd1;
    border: 1px solid #f2f3f5;
    border-width: 1px 1px 1px 1px !important;
    position: relative;
}
.videos-of-class-type {
    /*display: none;*/
}
.videos-of-class-type:first-child {
    display: block;
}
.video-nav li.highlight, .schedule-navbar li.highlight {
    background: #e6088a;
}
.video-nav {
    margin: 0;
    padding: 0;
}
.video-nav li, .schedule-navbar li {
    list-style: none;
}
ul.video-meta {
    justify-content: left;
}
ul.video-meta ul.video-meta-content li {
    padding-left: 0;
    font-weight: 700;
    font-size: 14px;
}
ul.video-meta li span.normal {
    font-weight: 400;
}
ul.video-instructors {
    align-items: center;
    justify-content: left;
    margin-top: 0;
}
ul.video-meta-content {
    justify-content: left;
}
ul.flex-list.video-instructors {
    margin-top: 0;
}
ul.video-instructors > li {
    padding: 10px 3px;
    margin-bottom: 0;
    line-height: 120%;
}
ul.video-instructors > li:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.customer-login > li {
    border: none;
    text-align: left;
    border-radius: 22px;
    padding: 20px;
}
ul.customer-login > li:first-child {
    margin-left: 0;
}
ul.customer-login > li:last-child {
    margin-right: 0;
}
#Content .customer-login img {
    max-width: 200px;
}
.single-ky_videos ul.customer-login > li {
    text-align: left;
    padding: 20px;
    flex: 1 0 250px;
}
ul.customer-login.create-account > li {
    text-align: left;
}
.single-ky_videos .content_wrapper {
    /* background-color: #ffffffeb; */
}
ul.flex-list.video-meta {
    background: #eff0f2;
    border: 1px solid #e0e1e2;
    border-width: 1px 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
ul.flex-list.video-meta > li {
    display: flex;
    margin: 10px 10px 10px 10px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2px 10px 2px 10px;
}
ul.flex-list.video-meta > li:first-child {
    flex-grow: 100;
    width: 50%;
}
ul.flex-list.video-meta-content > li {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
}
.ky-dark h2 {
    text-align: center;
    margin-bottom: 40px !important;
    color: #ffffff;
}
.menu-main li#menu-item-14159, .menu-main li#menu-item-13972 {

}
ul#menu-video-class-type.menu {

}
ul#menu-video-class-type.menu li {
    background: #0097b7;
    text-align: center;
    padding: 1px 10px;
    margin: 0 10px 5px 0;
    border-radius: 99px;
    font-size: 14px;
    text-transform: uppercase;
}
.video-thumbnail-wrapper {
    position: relative;
}
.video-box .subject_overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #FFFFFF;
}
.video-box .subject_overlay a {
    color: #ffffff;
    text-decoration: none;
}
.video-description .ssba-classic-2.ssba.ssbp-wrap.left.ssbp--theme-1 {
    float: right;
    width: 200px;
}
ul.video-filters li {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1 0 200px;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #d7e5e8;
}
.video-filters-toggle {
    display: none;
    text-align: center;
}
.video-series-filter {
    font-size: 1.1em;
}
.focus-child-list .far:before {
    color: #0f6f84 !important;
    padding-right: 4px;
    font-size: 16px;
}
ul.flex-list.focus-child-list {
    background: #ffffff;
}
ul.flex-list.focus-child-list li {
    padding: 5px;
    margin-bottom: 0;
}
#focus_options a.video_filter-focus {
    font-size: 16px;
}
a#choose_focus_filters:hover {
    text-decoration: none;
}
a#choose_focus_filters i.fas {
    font-size: 1.3em;
    margin-right: 3px;
    top: 3px;
    position: relative;
}
.your-support {
    background: #e9edf0;
}
.your-support .vc_column-inner {
    padding: 0 10%;
}
.your-support .vc_btn3.vc_btn3-color-info, .your-support .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #0096b9;
}
.your-support .wpb_column.vc_column_container.vc_col-sm-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 0;
}
.your-support .wpb_column.vc_column_container.vc_col-sm-4:first-child {
    background: #bae2ec;
}
.your-support .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) {
    background: #bedbe2;
}
.your-support .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) {
    background: #d7e5e8;
}
.your-support .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
    margin-bottom: 0 !important;
}
.your-support .vc_btn3-container.vc_btn3-center {
    margin-bottom: 0 !important;
}
.buy-pass-button {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.vimeo-youtube-channels {
    margin-bottom: 5px;
}
.support-ky-strip ul.flex-list li {
    padding-bottom: 0;
}
.support-ky-strip ul.flex-list img {
    width: 150px;
}
.support-ky-strip .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.vc_column-inner {

}
div#zoom-meeting-window {
    display: none !important;
}
.zoom-window-wrap {
    text-align: center;
    margin: 20px auto;
}
.zoom-window-wrap h1 {
    display: none;
}
.zoom-window-wrap button {
    margin-bottom: 20px;
}
button.zoom-link.start-meeting-btn.ky-button.register-button {
    display: none;
}
button.zoom-link {
    background: #18b456;
    border-color: #1cb559;
    border-right-color: #1cb559 !important;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-style: none;
}
.your-support .vc_col-sm-3 .vc_column-inner {
    padding-top: 0 !important;
}
.video-teaser .video-thumbnail {
    width: 33%;
    margin-right: 3%;
    float: left;
    height: 60px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.video-teaser .video-info {
    width: 64%;
    margin-left: 33%;
}
.video-teaser h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.video-teaser {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 10px;
    clear: both;
    min-height: 70px;
}
.video-teaser .video-meta {
    text-align: left;
    line-height: 119%;
}
.postid-20147 li.video-instructors-image {
    display: none;
}
body.ky_ytt-template-default .entry-content ul, body.post-type-archive-ky_ytt .entry-content ul {
    margin-left: 40px;
    list-style: disc;
    margin-bottom: 20px;
}
body.ky_ytt-template-default .entry-content ul li, body.post-type-archive-ky_ytt .entry-content ul li {
    margin: 5px 5px;
}
body.ky_ytt-template-default .entry-content ul li ul, body.post-type-archive-ky_ytt .entry-content ul li ul {
    list-style: circle;
}
body.ky_ytt-template-default .fancy_heading, body.post-type-archive-ky_ytt .entry-content .fancy_heading {
    text-align: left;
}
.error_message {
    text-align: center;
    background-color: #f68383;
    border: 1px solid #da3232;
    font-weight: bold;
    margin: 10px 0 30px 0;
    padding: 10px 0;
}
.field_row .error_message {
    border: 0;
    background-color: transparent;
    color: #da3232;
    padding: 2px 0 10px;
    margin: 0 0 5px 0;
}
.field_row.clearfix {
    position: relative;
}
#new_account .field_row .error_message,
#customer_login_form .field_row .error_message {
    text-align: left;
    font-size: 0.8em;
    position: relative;
    margin-bottom: -10px;
    bottom: 2px;
    margin-left: 4px;
}
.error_message a {
    color: #333333;
    text-decoration: underline;
}
.error_message li {
    color: #333333;
}
.error_message a:hover {
    color: #333333;
}
.order_comment {
    background-color: #d7ead7;
    border: 1px solid #99d099;
    padding: 10px;
    text-align: center;
}
.warning_mesage, .warning_message {
    text-align: center;
    background-color: #f3e0c4;
    border: 1px solid #da9a9a;
    font-weight: bold;
    margin: 10px 0;
}
.warning_message_2 {
    text-align: center;
    background-color: #b9d9e0;
    border: 1px solid #89b6bf;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px;
    display: inline-block;
}
.info_message {
    text-align: center;
    background-color: #b9d9e0;
    border: 1px solid #89b6bf;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px;
    display: inline-block;
}
.success_message {
    text-align: center;
    background-color: #e1ffdd;
    border: 1px solid #2ca71c;
    font-weight: bold;
    padding: 6px 10px;
}
.notification_message, .greeting {
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 155%;
}
.warning_message_2 i.fas.fa-arrow-down {
    color: #ffffff;
    font-size: 3em;
    margin: 20px 0 10px 0;
    border: 2px solid #ff4d49;
    border-radius: 10px;
    padding: 10px;
    background: #ff4f4f;
    cursor: pointer;
}
.warning_message_2 a {
    color: #046f86;
}
h4.warning_message_2_wrapper {
    border: 0;
    color: #364c50;
}
#loading {
    /* Fallback for web browsers that don't support RGBa */
    /* RGBa with 0.6 opacity */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background: rgba(255,255,255,0.5);
}
#spinner {
    /* left: 40%; */
    /* right: 40%; */
    /* border-radius: 20px; */
    /* transform: translateX(50%); */
    position: absolute;
    top: 40%;
    bottom: 60%;
    font-size: 32px;
    text-align: center;
    width: 100%;
    height: 200px;
    z-index: 10001;
    background: transparent url('https://sales.kushalayoga.com/images/modules/signin/dashinfinity.gif') 50% 50% no-repeat;
    color: #000;
}
.ky-scroll-row {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.ky-scroll-row::-webkit-scrollbar {
    height: 6px;
}
.ky-scroll-row::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}
.ky-scroll-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
}
.video-series-block .ky-scroll-item {
    width: 280px;
}
.video-series-description {
    /* slightly smaller than body */
    /* light touch, still readable */
    margin: 6px 0 18px 0;
    font-size: 0.9em;
    line-height: 1.45;
    opacity: 0.82;
    padding-left: 12px;
    border-left: 3px solid rgba(0,0,0,0.12);
}
.video-class_date {
    font-size: 12px;
    line-height: 1;
    color: rgb(0 151 183);
    white-space: nowrap;
    text-transform: uppercase !important;
    margin-bottom: 8px;
}
.video-instructor-name {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}
.video-instructor-name a {
    color: rgba(0,0,0,0.75);
    text-decoration: none;
}
.video-submeta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.video-submeta .video-chip-row {
    /* pushes chips to the right */
    margin-left: auto;
}
.video-box img {
    height: 30px !important;
}
.ky-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
a.ky-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(6px, 1.4vw, 7px) 12px;
    border-radius: 999px;
    font-family: "Montserrat", "Lato", Arial, sans-serif;
    font-size: clamp(13px, 1.9vw, 14px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: #d7e5e86b;
    border: 1px solid #d7e5e8;
    color: #0e1922;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
a.ky-chip:hover {
    background: #d2e3e6;
    border-color: #d2e3e6;
    text-decoration: none;
}
a.ky-chip:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 151, 183, 0.25);
}
a.ky-chip.is-active,
a.ky-chip[aria-current="page"] {
    background: #0098b6;
    border-color: #0098b6;
    color: #ffffff;
}
a.ky-chip.ky-chip-secondary {
    background: transparent;
    border-color: #b9d9e0;
    color: #046f86;
}
a.ky-chip.ky-chip-secondary:hover {
    background: #b9d9e0;
    border-color: #89b6bf;
    color: #0e1922;
}
ul.video-boxes li.video-box,
div.video-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,0.10);
    border: 1px solid rgba(0,0,0,0.06);
    text-align: left;
}
.video-box .video-thumbnail-wrapper {
    position: relative;
}
ul.video-boxes li.video-box .video-icon-list,
div.video-box .video-icon-list {
    /*border-radius: 999px;
    background: rgba(255,255,255,0.75);*/
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 60;
    padding: 3px 3px;
    backdrop-filter: blur(6px);
}
.video-duration {
    /* ~12.8px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 13.6px */
    position: absolute;
    right: 10px;
    font-size: clamp(0.8rem, 1vw, 0.85rem);
    bottom: 10px;
    z-index: 40;
    background: rgba(255,255,255,0.92);
    color: #222;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.video-play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 45;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.video-play i.fas {
    color: #111;
    font-size: 16px;
}
span.video-play:hover {
    background: #e5edef;
}
.video-icon-list {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 45;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    color: #e5edef;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.video-box .video-title a {
    color: #111;
    text-decoration: none;
}
.video-box .video-title a:hover {
    text-decoration: underline;
}
.video-instructor-thumb {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(0,0,0,0.10);
}
.video-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.video-chip {
    /* ~12.8px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 13.6px */
    display: inline-flex;
    align-items: center;
    padding: clamp(6px, 1.4vw, 7px) 10px;
    border-radius: 999px;
    font-size: clamp(0.8rem, 1vw, 0.85rem);
    line-height: 1;
    background: rgba(0,0,0,0.06);
    color: #222;
}

#Wrapper {
    overflow: visible !important;
    overflow-x: visible;
    overflow-y: visible;
}

.is-hidden {
    display: none !important;
}

.ky-style-nav__title {
    font-family: "Montserrat","Lato",Arial,sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.55);
    margin: 0 0 10px;
}
.customer_login_form_compact {
    max-width: 375px;
    overflow: visible;
}
.customer_login_form_compact a.get_password_assistance {
    color: blue;
    text-decoration: underline;
}
.password-toggle-icon {
    position: absolute;
    right: 20px;
    transform: translateY(6px);
    cursor: pointer;
    top: 0;
}
.customer_login_form_compact .password-toggle-icon {
    right: 20px;
}
.password-toggle-icon .fas.fa-eye, #customer_login_form .password-toggle-icon .fas.fa-eye-slash {
    color: #758a9c;
}
.password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}
.password-toggle-icon i:hover {
    color: #000;
}
.google-signin, .facebook-signin {
    width: 250px;
}
.ky .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .6;
    filter: Alpha(Opacity=.6);
}
#ky-dialog img.wp-post-image {
    max-width: 35%;
    height: auto;
}
.ky .ui-widget.ui-widget-content h2 {
    font-size: 30px;
}
.ui-dialog img.attachment-ky_content_feature.size-ky_content_feature.wp-post-image {
    float: left;
    margin: 0 20px 20px 0;
}
.ky .ui-button .ui-icon {
    margin-right: 6px;
}
.ky .ui-dialog {
    padding: 0 !important;
    box-sizing: border-box;
    max-width: calc(100vw - 24px);
}
.ui-dialog.dialog_customer_login {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    background: #fff;
}
.ui-dialog.dialog_customer_login .ui-dialog-titlebar {
    background: var(--ky-navy);
    border: 0;
    padding: 14px 16px;
    color: #fff;
}
.ui-dialog.dialog_customer_login .ui-dialog-title {
    font-weight: 800;
    letter-spacing: .01em;
    font-size: 18px;
}
.ui-dialog.dialog_customer_login .ky-titlebar-close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
.ui-dialog.dialog_customer_login .ui-dialog-content {
    padding: 16px 16px 18px;
    background: #fff;
    /* text-align: center; */
}
.ui-widget-overlay {
    background: rgba(12,24,34,.55);
    opacity: 1;
}
.dialog_customer_login .google-signin, .dialog_customer_login .facebook-signin {
    width: 200px;
}
.dialog_customer_login .signin-form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
.dialog_customer_login .signin-form li {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
    text-align: center;
}
.dialog_customer_login label {
    font-size: 0.9em;
    line-height: 18px;
    display: none;
}
.dialog_customer_login label.ky-remember-label, .dialog_customer_login #password_reset label {
    display: inline-block;
}
.dialog_customer_login ul.ui-tabs-nav li.ui-tabs-tab {
    width: 48%;
    text-align: center;
}
.dialog_customer_login ul.ui-tabs-nav {
    width: 100%;
}
.dialog_customer_login .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
}
.ui-dialog.dialog_customer_login .ky-auth {
    max-width: 380px;
    margin: 0 auto;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs.ui-tabs {
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs .ui-tabs-panel {
    padding: 14px 0 0;
    border: 0;
    background: transparent;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs > .ui-tabs-nav {
    display: inline-flex;
    gap: 0;
    padding: 6px 0 4px 0 !important;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    margin: 0 auto 14px auto;
    justify-content: center;
    list-style: none;
    background: rgba(12, 24, 34, .06);
    border-color: rgba(12, 24, 34, .14);
    margin-bottom: 4px;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs > .ui-tabs-nav li {
    margin: 0;
    border: 0;
    background: transparent;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs > .ui-tabs-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 16px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    font-weight: 700;
    color: var(--ky-text);
    text-decoration: none;
    font-size: 16px;
}
.ui-dialog.dialog_customer_login .ky-auth-tabs > .ui-tabs-nav li.ui-tabs-active a {
    background: var(--ky-navy);
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.ui-dialog.dialog_customer_login .ky-auth-intro {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(22,32,42,.75);
}
.ui-dialog.dialog_customer_login .field_row {
    margin: 3px 0;
}
.ui-dialog.dialog_customer_login .form_field {
    position: relative;
    max-width: none;
    margin-bottom: 10px;
}
.ui-dialog.dialog_customer_login input[type="text"],
.ui-dialog.dialog_customer_login input[type="email"],
.ui-dialog.dialog_customer_login input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    color: rgba(22,32,42,.95);
    font-size: 15px;
}
.ui-dialog.dialog_customer_login input::placeholder {
    color: rgba(22,32,42,.45);
}
.ui-dialog.dialog_customer_login input:focus {
    outline: none;
    border-color: rgba(11,111,134,.40);
    box-shadow: 0 0 0 3px rgba(11,111,134,.12);
}
.ui-dialog.dialog_customer_login .password-toggle-icon {
    position: absolute;
    top: 0;
    right: 12px;
    cursor: pointer;
    color: rgba(22, 32, 42, .55);
    transform: translateY(3px);
}
.ui-dialog.dialog_customer_login .password-toggle-icon i {
    font-size: 16px;
}

.ui-dialog.schedule-dialog {
    max-height: calc(100vh - 24px);
}

.ui-dialog.schedule-dialog .ui-dialog-content {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.ky-remember-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
}
.ky-remember-text-main {
    font-size: 0.95rem;
    color: #222;
    font-weight: 500;
}
.field_row.ky-remember-row {
    font-size: 0.96em;
    margin: 18px 0 18px 0;
    padding: 10px 6px 10px 6px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.10);
    background: rgba(0,0,0,.02);
    max-width: 380px;
}
.ui-dialog.dialog_customer_login .ky-remember-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}
.ui-dialog.dialog_customer_login .ky-remember-label input[type="checkbox"] {
    margin-top: 2px;
}
.ui-dialog.dialog_customer_login .ky-remember-text-main {
    font-weight: 800;
    font-size: 14px;
    color: rgba(22,32,42,.95);
}
.ky-remember-text-sub {
    margin: 2px 0 0 30px !important;
    font-size: 12.5px;
    line-height: 1.35;
    color: rgba(22,32,42,.65);
}
.ui-dialog.dialog_customer_login .ky-button-primary {
    width: 80%;
    height: 46px;
    border-radius: 999px;
    border: 0;
    background: var(--ky-navy);
    color: #fff;
    font-weight: 900;
    letter-spacing: .01em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0,0,0,.14);
    overflow: visible;
}
.ui-dialog.dialog_customer_login .ky-button-primary i {
    color: #fff;
}
.ui-dialog.dialog_customer_login .password_assistance {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}
.ui-dialog.dialog_customer_login a.get_password_assistance {
    color: var(--ky-link);
    text-decoration: none;
    font-weight: 700;
}
.ui-dialog.dialog_customer_login a.get_password_assistance:hover {
    text-decoration: underline;
}
.ui-dialog.dialog_customer_login .ky-auth-social {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,.08);
}
.ui-dialog.dialog_customer_login .signin-form {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-dialog.dialog_customer_login .signin-form li {
    display: grid;
    gap: 10px;
}
.ui-dialog.dialog_customer_login img.google-signin,
.ui-dialog.dialog_customer_login img.facebook-signin {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
ul.social-login {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}
img.google-signin,
img.facebook-signin {
    /* cap width, but shrink on small screens */
    width: min(180px, 100%);
    max-width: 180px;
    height: auto;
    border-radius: 10px;
    display: block;
}
.social-login li {

}
.social-login a img {
    transition: transform .16s ease, box-shadow .16s ease;
}
.password_assistance a {
    font-size: 1em;
}

/* Theme customization starts here
-------------------------------------------------------------- */
/* Only when the theme is in "right sidebar" mode */
/* Main content */
/* Sidebar */
/* Responsive: stack */
@media (max-width: 1262px) {
    body.with_aside.aside_right .sections_group {
        display: block;
    }
    body.with_aside.aside_right .sections_group > .sidebar {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
    }
    .aside_right .widget-area {
        border-left: 0;
        border-top-width: 1px;
        min-height: auto !important;
    }
    .widget-area:before {
        background: none;
        height: auto;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1262px) {
    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .section_wrapper, .container, .with_aside .content_wrapper {
        max-width: none !important;
    }
}
