/*
**	Theme Name: Yoga Nomad Club
**	Author: 
**	Author URI: 
**	Description: 
**	Version: 1.0
**	License: GNU General Public License v2 or later
**	License URI: http://www.gnu.org/licenses/gpl-2.0.html
**	Text Domain: yoganomadclub
**	
**	This theme, like WordPress, is licensed under the GPL.
**	Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(assets/css/button.css);
@import url(assets/css/lp.css);
@import url(assets/css/font.css);
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Roboto:wght@400;500;600;700;800&display=swap');

b, strong {
    font-weight: 500 !important; 
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue LT Pro';
}

html, body {
    font-size: 1.11vw;
}
body {
    opacity: 1;
    transition: opacity 0.3s;
}
.container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

body > header {
    width: 100%;
    height: 3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0.6rem 0;
    color: black;
    transition: all 0.3s;
}
header.expand {
    height: 9rem;
}
header.menu {
    height: 21rem;
}
header .nav-links.menu-mobile {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
header .nav-links.menu-mobile {
    width: 100%;
    float: left;
    padding-top: 2rem;
}
header .nav-links.menu-mobile > div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0.5rem;
}
header .nav-links.menu-mobile > div a {
    font-size: 1.5rem;
    color: black;
    text-align: center;
    float: none;
    margin-right: 0;
    font-family: 'Optima';
    text-transform: none;
}
header.menu .nav-links.menu-mobile {
    height: auto;
    opacity: 1;
    visibility: visible;
}
body.home:not(.header-fixed) header:not(.outline):not(.active) {
    color: white;
}
body > div.main {
    width: 100%;
    float: left;
    margin-top: 3rem;
}
body.home > div.main {
    margin-top: 0;
}
header:is(.outline, .active) {
    background-color: white;
    box-shadow: 0 3px 24px rgb(0 0 0 / 8%);
}
header .logo {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo svg {
    height: 1.1rem;
    color: black;
}
body.home:not(.header-fixed) header:not(.outline):not(.active) .logo svg {
    color: white;
}

header .nav-links a {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0;
    margin-right: 1.6rem;
    border-bottom: 0.0625rem solid transparent;
    letter-spacing: 0.02em;
}
header .nav-links.float-end a {
    margin-left: 1.6rem;
    margin-right: 0;
}
header .nav-links a:hover {
    border-bottom: 0.0625rem solid black;
}
body.home:not(.header-fixed) header:not(.outline):not(.active) .nav-links a {
    color: white;
}
body.home:not(.header-fixed) header:not(.outline):not(.active) .nav-links a:hover {
    border-bottom: 0.0625rem solid white;
}

header .searchbar {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
header .searchbar.active {
    opacity: 1;
    visibility: visible;
}
header .searchbar > form {
    background-color: transparent;
    width: 100%;
    position: absolute;
    border-bottom: 0.125rem solid black;
    margin-top: 1rem;
}
header .searchbar > form input {
    background-color: transparent;
    width: calc(100% - 3rem);
    height: 3rem;
    float: left;
    outline: 0;
    border: 0;
    font-family: 'Optima';
    font-size: 1.3rem;
}
header .searchbar > form button {
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: 0;
    outline: 0;
}
header .searchbar > form button svg {
    width: 2rem;
}

section.video {
    background-color: black;
    width: 100%;
    height: 100vh;
    float: left;
    display: flex;
    align-items: center;
    padding-top: 4rem;
}
section.video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
}
section.video div.container {
    position: relative;
}
section.video h2 {
    color: white;
    font-family: 'Optima';
    font-size: 3.2rem;
    text-transform: uppercase;
    text-align: center;
}

section.categories {
    width: 100%;
    float: left;
    padding: 2rem 0;
}
section.categories a.category {
    background-color: #eeeeee;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 30rem;
    float: left;
    border-radius: 0.125rem;
    padding: 2rem;
    text-decoration: none;
    transition: all 0.3s;
}
section.categories a.category:hover {
    background-size: auto 104%;
}
section.categories a.category h3 {
    font-size: 4rem;
    font-family: 'Optima';
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 2rem rgba(0,0,0,0.2);

}

section.courses {
    width: 100%;
    float: left;
    padding: 1rem 0;
}
section.courses h3 {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    /* font-weight: 700; */
    font-family: 'Optima';
}
section.courses a.item {
    width: 100%;
    float: left;
}
section.courses a.item .img {
    background-color: #f0f0f0;
    width: 100%;
    height: 12rem;
    float: left;
    border-radius: 0.125rem;
    margin-bottom: 0.5rem;
}
section.courses a.item span.title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #111;
}
section.courses a.item span.price {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(121, 121, 121);
}
section.courses h3 a {
    font-size: 0.8rem;
    line-height: 1.7rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}

footer {
    width: 100%;
    float: left;
    margin: 6rem 0 0;
    color: black;
}
footer span.title {
    width: 100%;
    float: left;
    font-family: 'Optima';
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
footer span.sub-title {
    width: 100%;
    float: left;
    font-size: 0.8rem;
    color: rgb(137, 137, 137);
    margin-bottom: 1rem;
}
footer a.item {
    min-width: 50%;
    float: left;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: black;
    text-decoration: none;
}
footer a.item span {
    float: left;
    padding: 0.5rem 0;
    border-bottom: 0.0625rem solid transparent;
}
footer a.item span:hover {
    border-bottom: 0.0625rem solid black;
}
footer form {
    width: 100%;
    float: left;
    color: black;
}
footer form .form-group {
    width: 100%;
    position: relative;
    border-bottom: 0.125rem solid black;
}
footer form .wpcf7-not-valid-tip {
    width: 100%;
    position: absolute;
    margin-top: 3.4rem;
    font-size: 0.9rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 2rem;
}
footer form input.form-control {
    background-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
    border: 0;
    width: calc(100% - 3rem);
    height: 3rem;
    float: left;
    color: black !important;
    font-size: 1.3rem;
    font-family: 'Optima';
    padding: 0;
}
.wpcf7-form-control-wrap {
    position: static;
}
footer form button {
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 0;
    outline: 0;
}
footer form button svg {
    width: 1.5rem;
}

section.filter {
    width: 100%;
    float: left;
    padding: 1rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 0.0625rem solid #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.7rem;
    color: #666;
}
section.filter a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
section.filter button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}
section.filter span.title {
    font-size: 1.5rem;
    color: black;
    text-transform: none;
    font-family: 'Optima';
}

section.store {
    width: 100%;
    float: left;
}

.container.max-1300 {
    max-width: 75rem;
}


div.filters-container {
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    overflow: hidden;
    position: relative;
}
div.filters-container.active {
    opacity: 1;
    visibility: visible;
}
div.filters-box {
    /* width: 100%; */
    float: left;
}
div.filters-box span.name {
    width: 100%;
    float: left;
    font-family: 'Optima';
    font-size: 1rem;
    margin-bottom: 1rem;
}
div.filters-box select {
    /* text-transform: capitalize; */
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    width: 100%;
    float: left;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}
.woocommerce div.product form.cart .variations label {
    font-family: 'Optima';
    font-weight: 600;
}
.woocommerce div.product form.cart .variations tr {
    margin-top: 1rem;
    width: 100%;
    max-width: 20rem;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .reset_variations {
    margin-top: 1rem;
    display: inline-block;
    padding: 0rem 1rem;
    border: 0.0625rem solid #e3e3e3;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 0.6rem 0.8rem;
    border: 0.0625rem solid rgba(0,0,0,.1);
    color: black;
    border-radius: 0.125rem;
}
.select2-container--default .select2-selection--single {
    border: 0.0625rem solid rgba(0,0,0,.1);
    border-radius: 0.125rem;
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.8rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -0.5625rem;
    margin-top: 0.6875rem;
}
.woocommerce div.product form.cart .variations tr > * {
    width: 100%;
}
.product_meta {
    display: none;
}
div.filters-box select,
.woocommerce div.product form.cart .variations select {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    height: 3rem;
    float: left;
    border-radius: 0;
    padding: 0;
    border-bottom: 0.125rem solid black;
    font-family: 'Optima';
    /* text-transform: capitalize; */
}
div.filters-box div.checkboxes .checkbox {
    margin-right: 1rem;
    float: left;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
div.filters-box div.checkboxes .checkbox input {
    margin-right: 0.4rem;
}

div.line {
    width: 100%;
    float: left;
    border-bottom: 0.0625rem solid #f0f0f0;
}

a.product-item {
    width: 100%;
    float: left;
    padding: 1rem;
    margin-bottom: 1rem;
}
a.product-item .img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 18rem;
    float: left;
    transition: all 0.3s;
}
a.product-item .img:hover {
    background-size: auto 103%;
}
a.product-item span.title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #111;
    margin-top: 1rem;
}
a.product-item span.price {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(121, 121, 121);
}


span.credits {
    width: 100%;
    float: left;
    text-align: center;
    color: #868686;
    font-size: 0.8rem;
    margin: 3rem 0 2rem;
}


div.content {
    font-size: 1.1rem;
    line-height: 1.5rem;
    max-width: 40rem;
    margin: auto;
}
div.content > :first-of-type {
    margin-top: 2rem;
}
div.content p {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
}


/**
**      WooCommerce
**/
div.main > div.woocommerce {
    width: 100%;
    padding-left: 16rem;
    padding-right: 16rem;
    padding-top: 5rem;
}

div.main > div.woocommerce .woocommerce-product-gallery .flex-viewport {
    height: 30rem !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0.5rem;
}
.ablog__text--title4 { display: block!important; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .quantity .qty {
    height: 2.5rem;
    border: 0.0625rem solid #dbdbdb;
    border-radius: 0.125rem;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: black;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: black;
    line-height: 2.5rem;
}
.woocommerce a {
    color: #676767;
}
.woocommerce a.remove {
    color: #111 !important;
    border: 0.0625rem solid #dbdbdb;
    line-height: 0.9em;
    font-weight: normal;
    transition: all 0.3s;
}
.woocommerce a.remove:hover {
    background-color: #111;
    border-color: #111;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger .emoji {
    display: none !important;
}
div.main > div.woocommerce .woocommerce-product-gallery .flex-viewport .flex-active-slide {
    height: 30rem;
    border: 0.0625rem solid #f0f0f0;
}
div.main > div.woocommerce .woocommerce-product-gallery .flex-viewport .flex-active-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid #f0f0f0;
    margin: 0 .5rem;
}
.woocommerce div.product div.images img {
    width: auto;
    height: 100%;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: calc(25% - 1rem) !important;
    height: 5rem !important;
    padding: 0 !important;
    margin: .5rem !important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit
}

@media screen and (max-width: 1440px) {
    div.main > div.woocommerce {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    html, body {
        font-size: 16px;
    }
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1170px) {
    section.video h2 {
        font-size: 6rem;
        max-width: 835px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .searchbar > form {
        width: calc(100% - 2rem);
    }
    section.video h2 {
        font-size: 3rem;
        max-width: 250px;
    }
    header .nav-links a:hover {
        border-color: transparent !important;
    }
    section.categories {
        padding: 1rem 0.2rem;
        padding-top: 0;
    }
    section.categories .col {
        max-width: 50%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    section.categories .col:nth-child(3n) {
        max-width: 100%;
    }
    section.categories a.category {
        height: 20rem;
        margin-top: 1rem;
        padding: 1rem;
    }
    section.categories a.category h3 {
        font-size: 1.8rem;
    }
    section.courses a.btn {
        margin: 1rem 0 2rem;
    }
    section.courses a.item span.title {
        font-size: 0.8rem;
    }
    section.courses a.item span.price {
        font-size: 0.7rem;
        margin-top: 0.2rem;
    }
    section.courses {
        padding-top: 0;
    }
    section.courses h3 {
        margin-top: 2rem;
    }
    section.courses h3 a {
        font-size: 0.8rem;
        line-height: 1.3rem;
        color: #555;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        text-decoration: none;
    }
    footer span.title {
        margin-top: 2rem;
    }
    footer {
        text-align: center;
    }
    footer a.item {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    span.credits {
        margin: 3rem 0 1rem;
        padding: 0 1rem 1rem 1rem;
    }
    a.product-item {
        padding: 0;
    }
    a.product-item .img {
        height: 8rem;
    }
    a.product-item span.title {
        font-size: 0.8rem;
    }
}

#trp-floater-ls {
    left: 92%;
}
#trp-floater-ls.trp-color-light {
    background: white;
    box-shadow: 0 0 0.3125rem #2121214f;
    border-radius: 0.125rem 0.125rem 0 0;
}
#trp-floater-ls-language-list a:hover {
    color: #5c5c5c;
    background-color: #eaeaea;
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation-link {
    width: 100%;
    float: left;
    font-size: 1.3rem;
}
.woocommerce-MyAccount-navigation-link a {
    width: 100%;
    float: left;
    padding: 0.6rem;
    font-family: 'Optima';
    font-size: 1.3rem;
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation-link:not(.is-active) a {
    color: #888;
}