/*
Theme Name: Kleanity-Child
Theme URI: http://demo.goodlayers.com/kleanity
Author: Goodlayers
Author URI: http://www.goodlayers.com
Description: Kleanity Child WordPress Theme
Version: 1.4.0
License: GNU General Public License V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: kleanity-child
Template: kleanity
*/


/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Universal         *
*    1.3 Header            *
*    1.4 Footer            *
*    1.5 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    --color-brand: #173d87;
    --color-brand-rgba: 23, 61, 135;
    --color-accent: #b31f23;
    --color-accent-rgba: 179, 31, 35;
    --color-black: #333;
    --color-black-rgba: 51, 51, 51;
    --color-white: #ffffff;
    --color-white-rgba: 255, 255, 255;

    /* Add font custom properties here */
    --font-headings: "Playfair Display", serif;
    --font-default: "Lato", sans-serif;
}

/* 1.2 Universal */
html {
    scroll-behavior: smooth;
}

.screen-reader-text {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}

/* End Don't let phone number links wrap */

/* Hidden Links */
a.hide-link,
a.hide-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
}

/* End Hidden Links */

html body {
    min-height: 100vh;
    background-color: #f5f5f5;
}

html body .hide-me {
    display: none;
}

/* Defaults for Gravity Forms */
html body .gform_ajax_spinner {
    max-width: 1em;
    height: 1em;
    width: 1em;
}

html body .gform_confirmation_message {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: green;
    margin: 1em;
    padding: 1em;
}

html body .gform_wrapper.gravity-theme .gform_validation_errors,
html body .gform_wrapper.gravity-theme .validation_message {
    background-color: rgb(255 0 0 / 5%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: transparent;
    border-radius: 10px;
}

html body .gform_wrapper.gravity-theme .validation_message {
    padding: .5em 1em;
}

/* Removes default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}

/* End Defaults for Gravity Forms */

html body .gdlr-core-text-box-item-content p a,
html body .gdlr-core-text-box-item-content li a,
html body .kleanity-footer-wrapper p a,
html body .kleanity-footer-wrapper li a {
    color: #121212;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html body .gdlr-core-text-box-item-content p a:hover,
html body .gdlr-core-text-box-item-content li a:hover,
html body .kleanity-footer-wrapper p a:hover,
html body .kleanity-footer-wrapper li a:hover {
    text-underline-offset: 4px;
}

/* Add default top margin to headings (excludes when first element in container). Alter as necessary. */
/* Note: By default this only applies to blog posts. Remove '.single' if necessary on all pages. */
html body.single h1:not(:first-child),
html body.single h2:not(:first-child),
html body.single h3:not(:first-child),
html body.single h4:not(:first-child),
html body.single h5:not(:first-child),
html body.single h6:not(:first-child) {
    margin-top: 1em;
}

/* End Add default top margin to headings */

html body.kleanity-body h1,
html body.kleanity-body h2,
html body.kleanity-body h3,
html body.kleanity-body h4,
html body.kleanity-body h5,
html body.kleanity-body h6 {
    text-wrap: balance;
}

html body.kleanity-body h1 a,
html body.kleanity-body h2 a,
html body.kleanity-body h3 a,
html body.kleanity-body h4 a,
html body.kleanity-body h5 a,
html body.kleanity-body h6 a {
    color: var(--color-black);
}

html body .wtp_dark p,
html body .wtp_dark li,
html body .wtp_dark h1,
html body .wtp_dark h2,
html body .wtp_dark h3,
html body .wtp_dark h4,
html body .wtp_dark h5,
html body .wtp_dark h6,
html body .wtp_dark .gdlr-core-title-item .gdlr-core-title-item-title,
html body .wtp_dark .gdlr-core-title-item .gdlr-core-title-item-title a {
    color: var(--color-white);
}

html body .wtp_dark p a,
html body .wtp_dark li a,
html body .wtp_dark p a:hover,
html body .wtp_dark li a:hover {
    color: inherit;
}

html body .wtp_dark .gdlr-core-divider-item .gdlr-core-divider-container .gdlr-core-divider-line {
    background: -o-linear-gradient(left, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), color-stop(50%, var(--color-white)), color-stop(50%, rgba(var(--color-white-rgba), 50%)), to(rgba(var(--color-white-rgba), 50%)));
    background: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
}

/* buttons */
html body #kleanity-page-wrapper a.gdlr-core-button {
    position: relative;
    padding: 8px 36px;
    border-radius: 0;
    background: none;
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-default);
    text-transform: none;
    border: 1px solid var(--color-black);
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

html body #kleanity-page-wrapper a.gdlr-core-button:hover {
    color: var(--color-white);
    background-color: var(--color-black);
}

html body #kleanity-page-wrapper a.gdlr-core-button:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: none;
    border: 1px solid #666;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
    pointer-events: none;
}

html body #kleanity-page-wrapper a.gdlr-core-button:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html body #kleanity-page-wrapper a.gdlr-core-button .gdlr-core-content {
    line-height: 1;
    position: relative;
    top: -3px;
    text-wrap: pretty;
}

html body #kleanity-page-wrapper .wtp_dark a.gdlr-core-button {
    border-color: var(--color-white);
    color: var(--color-white);
}

html body #kleanity-page-wrapper .wtp_dark a.gdlr-core-button:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}

html body #kleanity-page-wrapper .wtp_dark a.gdlr-core-button:before {
    border-color: #f2f2f2;
}

/* end buttons */

html body .kleanity-single-article-content p a,
html body .kleanity-single-article-content li a {
    color: #121212;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html body .kleanity-single-article-content p a:hover,
html body .kleanity-single-article-content li a:hover {
    text-underline-offset: 4px;
}

html body .gdlr-core-title-item .gdlr-core-title-item-title {

}

/* 1.3 Header */
html body .kleanity-header-background-transparent {
    position: relative;
}

html body .kleanity-header-background-transparent .kleanity-header-background {
    opacity: 1;
    background-color: var(--color-white);
}

html body header .kleanity-header-container {
    border-bottom: 1px solid #f2f2f2;
}

html body header .kleanity-header-container .kleanity-header-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body header .kleanity-header-container .kleanity-header-container-inner:before,
html body header .kleanity-header-container .kleanity-header-container-inner:after {
    display: none;
}

html body header .kleanity-header-container .kleanity-header-container-inner .kleanity-navigation {
    padding-top: 6px;
}

html body header .kleanity-header-container .kleanity-header-container-inner .kleanity-navigation .kleanity-main-menu#kleanity-main-menu {
    position: relative;
}

html body header .kleanity-header-container .kleanity-header-container-inner .kleanity-navigation .kleanity-main-menu#kleanity-main-menu .kleanity-navigation-slide-bar {
    left: 0;
    display: block;
}

html body header .kleanity-header-container .kleanity-header-container-inner .kleanity-navigation .sf-menu > .kleanity-normal-menu ul ul {
    top: -11.5px;
}

html body .kleanity-fixed-navigation.kleanity-style-slide .kleanity-logo {
    padding-top: 12px;
    padding-bottom: 12px;
}

html body .kleanity-fixed-navigation.kleanity-style-slide .kleanity-logo .kleanity-logo-inner img {
    max-height: 90px !important;
}

html body header.kleanity-fixed-navigation .kleanity-header-container .kleanity-header-container-inner .kleanity-navigation {
    padding-top: 25px;
}

html body input.search-submit {
    pointer-events: none;
}

html body .kleanity-animate-fixed-navigation.kleanity-header-style-plain.kleanity-animate-logo-height .kleanity-logo-inner img {
    height: 75px !important;
}

html body .kleanity-header-style-plain.kleanity-style-menu-right .kleanity-logo,
html body .kleanity-animate-fixed-navigation.kleanity-header-style-plain .kleanity-logo {
    padding: 12px 13px;
}

/* 1.4 Footer */
html body .kleanity-footer-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
}

html body.kleanity-body-front .kleanity-footer-wrapper .kleanity-container {
    padding-right: 15px;
    padding-left: 15px;
}

html body footer:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: -o-linear-gradient(left, var(--color-accent) 0%, var(--color-accent) 50%, var(--color-brand) 50%, var(--color-brand));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-accent)), color-stop(50%, var(--color-accent)), color-stop(50%, var(--color-brand)), to(var(--color-brand)));
    background: linear-gradient(to right, var(--color-accent) 0%, var(--color-accent) 50%, var(--color-brand) 50%, var(--color-brand));
}

html body .kleanity-footer-wrapper p.wtp_h3 {
    font-size: 24px;
    font-family: var(--font-headings);
    line-height: 1.2;
    font-weight: 700;
}

html body .kleanity-footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html body .kleanity-footer-wrapper ul li {
    font-size: 18px;
    font-family: var(--font-default);
    padding: 0;
}

html body .kleanity-footer-back-to-top-button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html body .kleanity-footer-back-to-top-button:hover {
    border: 1px solid var(--color-black);
}

html body .kleanity-footer-wrapper .kleanity-footer-column:first-child {
    width: 50%;
}

html body .kleanity-footer-wrapper .kleanity-footer-column:last-child {
    display: none;
}

/* 1.5 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/
html body .wtp_banner-wrapper {
    overflow: hidden;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element .gdlr-core-image-item-wrap {
    aspect-ratio: 16/9;
    min-height: 300px;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element .gdlr-core-image-item-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(80deg, rgb(0 0 0 / 33%), rgb(0 0 0 / 0%) 50%);
    background: linear-gradient(10deg, rgb(0 0 0 / 33%), rgb(0 0 0 / 0%) 50%);
    z-index: 1;
    pointer-events: none;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    padding: 0 55px;
    z-index: 2;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) h1,
html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) p {
    /*opacity: .98;*/
    margin: 0;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) h1 {
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    text-wrap: balance;
}

html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) p {
    font-size: 2em;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    line-height: 1.2;
    text-wrap: pretty;
}

html body .wtp_intro h2 {
    text-wrap: balance;
}

html body .gdlr-core-divider-item.gdlr-core-left-align .gdlr-core-divider-container {
    width: 15%;
    max-width: 60px;
}

html body .gdlr-core-divider-item .gdlr-core-divider-container .gdlr-core-divider-line {
    background: -o-linear-gradient(left, var(--color-accent) 0%, var(--color-accent) 50%, var(--color-brand) 50%, var(--color-brand));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-accent)), color-stop(50%, var(--color-accent)), color-stop(50%, var(--color-brand)), to(var(--color-brand)));
    background: linear-gradient(to right, var(--color-accent) 0%, var(--color-accent) 50%, var(--color-brand) 50%, var(--color-brand));
    border: 0;
    height: 2px;
}

html body .wtp_two-col .gdlr-core-pbf-column {
    aspect-ratio: 5/4;
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin,
html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content,
html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child,
html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item,
html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap,
html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap img {
    height: 100%;
}

html body .wtp_two-col .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item {
    padding-right: 10px;
}

html body .wtp_two-col .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item {
    padding-left: 10px;
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap a {
    display: block;
    height: 100%;
    overflow: hidden;
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap a .gdlr-core-image-overlay {
    display: none;
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: .5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content:hover .gdlr-core-pbf-element:first-child .gdlr-core-image-item .gdlr-core-image-item-wrap a img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
}

html body #kleanity-page-wrapper .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-button-item {
    padding-bottom: 0;
}

html body #kleanity-page-wrapper .wtp_two-col .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element a.gdlr-core-button:hover {
    /*background-color: var(--color-white);*/
    /*color: var(--color-black);*/
}

html body .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-background-wrap {
    background: -o-linear-gradient(45deg, #102d63, var(--color-brand));
    background: linear-gradient(45deg, #102d63, var(--color-brand));
}

html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) {
    min-height: 30dvw;
}

html body #kleanity-page-wrapper .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin a.gdlr-core-button {
    color: var(--color-brand);

    background-color: transparent;
    border-color: var(--color-white);
    color: var(--color-white);
}

html body #kleanity-page-wrapper .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin a.gdlr-core-button:hover {
    background-color: var(--color-white);
    color: var(--color-brand);
}

html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content .wtp_photo-credit_overlay {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    padding: .5em 1em !important;
    background-color: rgba(var(--color-white-rgba), 80%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: var(--color-black);
}

html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content .wtp_photo-credit_overlay p {
    text-wrap: pretty;
    font-family: var(--font-default);
}

html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content-margin {
    height: 100% !important;
}

html body.home .swiper {
    overflow: visible;
}

html body.home .swiper .swiper-pagination {
    top: auto;
    bottom: -40px;
}

html body.home .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-brand);
}

html body.home .swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

html body.home .swiper .swiper-slide .img {
    /*width: calc((100% / 5) * 2 - 1.5em);*/
    width: 50%;
    text-align: right;
}

html body.home .swiper .swiper-slide .img img {
    width: 66%
}

html body.home .swiper .swiper-slide .text {
    /*width: calc((100% / 5) * 3 - 1.5em);*/
    width: 50%;
}

html body.home .swiper .swiper-slide .text p {
    font-size: 21px;
    margin-bottom: 1.4em;
}

html body.home .swiper .swiper-slide .text .gdlr-core-button-item {
    padding: 0;
}

html body.home .swiper .swiper-button-next,
html body.home .swiper .swiper-button-prev {
    color: var(--color-black);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body.home .swiper .swiper-button-next:hover,
html body.home .swiper .swiper-button-prev:hover {
    opacity: 0.5;
}

html body.home .swiper .swiper-button-next:after,
html body.home .swiper .swiper-button-prev:after {
    font-size: 24px;
}


/*------------------------
*      3. Sub-page       *
------------------------*/
html body .gdlr-core-pbf-wrapper.wtp_we-are {
    /*margin-top: -170px;*/
    background-color: #fff;
    z-index: 1;
}

html body.about .kleanity-page-wrapper {
    background-color: #f2f2f2;
}

html body.about .wtp_intro {
    background: -o-linear-gradient(45deg, #102d63, var(--color-brand));
    background: linear-gradient(45deg, #102d63, var(--color-brand));
}

html body.about .wtp_intro .gdlr-core-pbf-column-content-margin,
html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content {
    height: 100%;
}

html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) {
    position: absolute;
    left: 0;
    bottom: -270px;
}

html body.about .wtp_intro img {
    position: relative;
    z-index: 2;
}

html body.about #kleanity-page-wrapper .wtp_intro a.gdlr-core-button:not(:hover) {
    background-color: transparent;
}

html body .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title,
html body .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a {
    font-size: 21px;
    /*color: var(--color-white);*/
}

html body .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
    font-size: 16px;
    /*color: var(--color-white);*/
}

html body .gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
    /*background-color: #333;*/
    background-color: #f2f2f2;
}

html body .wtp_slider-hero .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
    padding: 0 !important;
}

html body .swiper.wtp_sub-slider {
    overflow: visible;
    z-index: 0;
}

html body .swiper.wtp_sub-slider .swiper-button-prev,
html body .swiper.wtp_sub-slider .swiper-button-next {
    background-color: rgba(var(--color-white-rgba), 50%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: var(--color-black);
    height: 72px;
    width: 72px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

html body .swiper.wtp_sub-slider .swiper-button-prev:hover,
html body .swiper.wtp_sub-slider .swiper-button-next:hover {
    background-color: rgba(var(--color-white-rgba), 80%);
}

html body .swiper.wtp_sub-slider .swiper-button-prev:after,
html body .swiper.wtp_sub-slider .swiper-button-next:after {
    font-size: 24px;
}

html body .swiper.wtp_sub-slider .swiper-button-prev {
    right: auto;
    left: 0;
}

html body .swiper.wtp_sub-slider .swiper-button-next {
    right: 0;
    left: auto;
}

html body .swiper.wtp_sub-slider .photo-credit {
    background-color: #fff;
    padding: 0 50px;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .33em;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
}

html body .swiper.wtp_sub-slider .swiper-slide:not(.swiper-slide-visible) .photo-credit {
    opacity: 0;
}

html body .swiper.wtp_sub-slider .photo-credit .photography {
    white-space: nowrap;
}

html body .swiper.wtp_sub-slider .photo-credit .org {
    text-wrap: pretty;
}

html body .swiper.wtp_sub-slider .swiper-slide img {
    width: 100%;
}

html body .gdlr-core-filterer-wrap.gdlr-core-style-button a {
    margin-bottom: 8px;
}

html body .wtp_latest-blogs .gdlr-core-pbf-element:has(a.gdlr-core-button) {
    position: absolute;
    right: 0;
    top: 4px;
}

html body .wtp_latest-blogs .gdlr-core-blog-thumbnail a {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

html body .wtp_latest-blogs .gdlr-core-blog-thumbnail a .gdlr-core-temp-image-wrap {
    height: 100% !important;
}

html body .wtp_latest-blogs .gdlr-core-blog-thumbnail a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body .wtp_latest-blogs .gdlr-core-blog-grid-frame {
    padding: 20px 20px 16px 20px;
    background-color: #f2f2f2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-grid-frame .gdlr-core-excerpt-read-more {
    margin-top: 16px;
    display: block;
    font-weight: bold;
}

html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-grid-frame .gdlr-core-excerpt-read-more .fa-long-arrow-right {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-grid-frame .gdlr-core-excerpt-read-more:hover .fa-long-arrow-right {
    margin-left: 16px;
}

html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-grid-frame .gdlr-core-excerpt-read-more .fa-long-arrow-right:before {
    content: '\f0a9';
}

html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-title,
html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-content {
    text-wrap: pretty;
}

html body .gdlr-core-text-box-item-content h2 a i.fa-arrow-right {
    font-weight: 700;
    font-size: .55em;
    position: relative;
    top: -.1em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

html body .gdlr-core-text-box-item-content h2 a:hover i.fa-arrow-right {
    margin-left: .2em;
}

html body .wtp_inline-copyright p {
    line-height: 1.2;
    text-wrap: pretty;
    min-height: 53px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .wtp_inline-copyright p sub {
    font-size: .7em;
    margin-top: .5em;
}

html body .wtp_fix-btns .gdlr-core-pbf-column > .gdlr-core-pbf-column-content-margin,
html body .wtp_fix-btns .gdlr-core-pbf-column > .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content {
    height: 100%;
}

html body .wtp_fix-btns .gdlr-core-pbf-column > .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html body .wtp_fix-btns .gdlr-core-pbf-column > .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body .wtp_fix-btns h3 {
    font-size: 24px;
}

/* blog pages */
html body.single .kleanity-content-wrap {
    /*display: none;*/
}

html body.single .kleanity-blog-title-wrap .kleanity-single-article-head-right {
    overflow: visible;
}

html body.single .kleanity-blog-title-wrap .kleanity-single-article-head-right h1.kleanity-single-article-title {
    position: relative;
    text-align: center;
    text-wrap: balance;
}

html body.single .kleanity-blog-title-wrap .kleanity-single-article-head-right h1.kleanity-single-article-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 15%;
    max-width: 60px;
    height: 2px;
    background: -o-linear-gradient(left, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), color-stop(50%, var(--color-white)), color-stop(50%, rgba(var(--color-white-rgba), 50%)), to(rgba(var(--color-white-rgba), 50%)));
    background: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body.single .gdlr-core-page-builder-body p {
    text-wrap: pretty;
}

html body.single .gdlr-core-page-builder-body > p:not(.no-drop):first-of-type:first-letter,
html body.single .kleanity-single-article-content > p:not(.no-drop):first-of-type:first-letter,
html body.single .gdlr-core-page-builder-body:has(.no-drop) > p:nth-of-type(2):first-letter,
html body.single .kleanity-single-article-content:has(.no-drop) > p:nth-of-type(2):first-letter {
    font-family: "Playfair Display", serif;
    font-size: 92px;
    line-height: .8;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--color-black);
    font-weight: 800;
}

html body.single .gdlr-core-page-builder-body figure figcaption {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--color-black);
}

html body.single .kleanity-single-nav a,
html body.single .kleanity-single-nav a:hover {
    color: var(--color-black);
}

html body.single .wp-caption img {
    width: 100%;
    max-width: 100%;
}

html body.single figure:not(:has(figcaption)) {
    margin-bottom: 1em;
}

html body.single .wp-caption figcaption.wp-caption-text,
html body.single .wp-block-image figcaption {
    text-align: left;
    line-height: 1.6;
    margin: 4px 0 2em 0;
    color: var(--color-black);
    font-size: .8em;
}

html body.single figure.aligncenter {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}

html body.single figure:not(.alignleft):not(.alignright) img {
    width: 100%;
    height: auto;
}

html body .wtp_sub-banner {
    aspect-ratio: 4 / 1;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
html body.woocommerce .wtp_sub-banner,
html body.woocommerce-page .wtp_sub-banner,
html body.woocommerce-cart .wtp_sub-banner,
html body .wtp_sub-banner .gdlr-core-pbf-background-wrap {
    background: -o-linear-gradient(45deg, #102d63, var(--color-brand));
    background: linear-gradient(45deg, #102d63, var(--color-brand));
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content {
    padding: 100px 0;
    max-width: 1280px;
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content:before {
    content: '';
    display: block;
    background-color: rgba(var(--color-black-rgba), .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

html body .wtp_sub-banner:not(:has(img)) .gdlr-core-text-box-item-content:before {
    opacity: 0;
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content h1 {
    margin: 0 0 15px 0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}
html body .wtp_sub-banner .gdlr-core-text-box-item-content .kleanity-page-caption {
text-align: center;
    position: relative;
}

html body .wtp_sub-banner.kleanity-page-title-wrap .kleanity-page-caption,
html body .wtp_sub-banner.kleanity-page-title-wrap .kleanity-page-caption .woocommerce-breadcrumb,
html body .wtp_sub-banner.kleanity-page-title-wrap .kleanity-page-caption .woocommerce-breadcrumb a {
  color:#fff;
}

html body .wtp_sub-banner:has(img) .gdlr-core-text-box-item-content h1 {
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content h1:after {
    content: '';
    display: block;
    position: relative;
    bottom: -12px;
    left: 50%;
    width: 15%;
    max-width: 60px;
    height: 2px;
    background: -o-linear-gradient(left, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), color-stop(50%, var(--color-white)), color-stop(50%, rgba(var(--color-white-rgba), 50%)), to(rgba(var(--color-white-rgba), 50%)));
    background: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 50%, rgba(var(--color-white-rgba), 50%) 50%, rgba(var(--color-white-rgba), 50%));
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content h1 + p {
    margin-top: 32px;
    padding: 0 20px;
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content p:not(.photo-credit) {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

html body .wtp_sub-banner:has(img) .gdlr-core-text-box-item-content p:not(.photo-credit) {
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content p.photo-credit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .6em .5em;
    font-size: .8em;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    text-wrap: pretty;
    text-align: left;
    line-height: 1.2;
}

html body .wtp_sub-banner .gdlr-core-text-box-item-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

html body.page-id-34299 .wtp_sub-banner .gdlr-core-text-box-item-content img {
    -o-object-position: center 15%;
    object-position: center 15%;
}

html body:has(.wtp_sticky) .kleanity-body-outer-wrapper,
html body.kleanity-full:has(.wtp_sticky) .kleanity-body-wrapper {
    overflow: visible;
}

html body .wtp_sticky {
    position: sticky;
    top: 120px;
}

html body .wtp_arch-box .gdlr-core-image-item-wrap a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
}

html body .wtp_arch-box .gdlr-core-image-item-wrap a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body .wtp_arch-wrapper.wtp_arch-box img {
    width: 100%;
}

html body .wtp_arch-wrapper .gdlr-core-pbf-wrapper-container {
    max-width: 1024px;
}

html body .wtp_arch-box .wtp_arch-credit p {
    padding-bottom: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
}

html body .wtp_mw-1024 {
    /*max-width: 1024px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}

html body .wtp_bb-1 p:last-of-type {
    /*border-bottom: 1px solid #ccc;*/
    /*padding-bottom: 54px;*/
}

html body .wtp_arch-bio .gdlr-core-pbf-column.gdlr-core-column-20 {
    width: calc((100% / 3) - 25px);
}

html body .wtp_arch-bio h2,
html body .wtp_arch-bio h3,
html body .wtp_arch-bio p {
    text-wrap: pretty;
}

html body .wtp_arch-bio h2 {
    margin-top: 16px;
    margin-bottom: 6px;
}

html body .wtp_arch-bio p {
    margin-bottom: 32px;
}

html body .wtp_arch-bio .gdlr-core-image-item {
    padding-bottom: 0;
    position: relative;
}

html body .wtp_arch-bio .gdlr-core-image-item:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-color: #fff;
    z-index: -1;
}

html body .wtp_arch-bio .gdlr-core-pbf-column.gdlr-core-column-40:after {
    content: '';
    display: block;
    background: transparent;
    width: calc(100% + 50px);
    height: calc(100% + 32px);
    border: 1px solid #666;
    position: absolute;
    top: -24px;
    right: -10px;
    z-index: -1;
}

html body .wtp_arch-bio .wtp_arch-credit {
    padding: 3px 15px 8px 15px;
    background-color: #fff;
    /*max-width: calc(100% - 42px);*/
}

html body .wtp_arch-bio .wtp_arch-credit p {
    margin-bottom: 0;
}

html body .wtp_arch-bio.img-right .gdlr-core-pbf-column {
    left: 25px;
}

html body .wtp_arch-bio.img-right .gdlr-core-pbf-column.gdlr-core-column-40:after {
    right: auto;
    left: -10px;
}

html body .wtp_disclaimer .gdlr-core-pbf-column-content {
    /*justify-content: flex-end;*/
}

html body .wtp_disclaimer .gdlr-core-pbf-column-content p {
    padding-left: 1em;
    border-left: 2px solid #333333;
    font-size: 14px;
}

html body .wtp_lists p strong {
    color: var(--color-black);
}

html body .wtp_lists h4 {
    font-size: 21px;
    margin-bottom: 1px;
}

html body .wtp_anchor {
    top: -140px;
}

html body.gateway-airports table tr,
html body.gateway-airports table tr:nth-child(odd) {
    background-color: transparent;
}

html body.gateway-airports table tr td {
    color: var(--color-black);
    text-align: left;
    padding: 0;
}

html body.gateway-airports table tr td:nth-child(odd) {
    width: 125px;
}

html body.gateway-airports h2 {
    font-size: 21px;
    margin-bottom: 4px;
}

html body .ilightbox-overlay.dark {
    background: rgba(var(--color-white-rgba), .8);
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
}

html body .ilightbox-holder.dark {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

html body .ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

html body .gform_wrapper .gfield input,
html body .gform_wrapper .gfield select,
html body .gform_wrapper .gfield textarea {
    min-height: 42px;
    border: 1px solid var(--color-black);
    outline: transparent;
}

html body .gform_wrapper .gfield input,
html body .gform_wrapper .gfield select {
    max-height: 42px;
}

html body .gform_wrapper .gfield select {
    cursor: pointer;
}

html body .gform_wrapper .gfield input:active,
html body .gform_wrapper .gfield select:active,
html body .gform_wrapper .gfield textarea:active,
html body .gform_wrapper .gfield input:focus,
html body .gform_wrapper .gfield select:focus,
html body .gform_wrapper .gfield textarea:focus {
    border-width: 2px;
}

html body .gform_wrapper.gravity-theme .gform_footer input {
    font-family: var(--font-default);
    font-weight: 700;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

html body .gform_wrapper.gravity-theme .gform_footer input:hover {
    opacity: .8;
}

html body.media-kits .gdlr-core-image-item-wrap,
html body.woocommerce .gdlr-core-image-item-wrap {
    background-color: var(--color-black);
    padding: 1rem;
}

html body.our-brands .wtp_sub-banner .gdlr-core-text-box-item-content img {
    -o-object-position: center 13%;
    object-position: center 13%;
}

html body.our-brands .wtp_fix-btns .gdlr-core-image-item-wrap a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

html body.our-brands .wtp_fix-btns .gdlr-core-image-item-wrap a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body .ind-bio h2:first-of-type {
    margin-bottom: 12px;
}

html body .ind-bio h2:nth-of-type(2) {
    margin-bottom: 36px;
    text-wrap: pretty;
}

html body .ind-bio p > img {
    max-width: 300px;
}

html body .ind-bio figure {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html body .ind-bio figure figcaption {
    line-height: 1.2;
    text-wrap: pretty;
    min-height: 53px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .33em;
    font-size: .7em;
    margin-top: 0;
}

html body .ind-bio-gallery .gdlr-core-gallery-list > a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

html body .ind-bio-gallery .gdlr-core-gallery-list > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body .ind-bio-gallery .gdlr-core-sly-scroll-handle,
html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr,
html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr * {
    cursor: -webkit-grab;
    cursor: grab;
}

html body .ind-bio-gallery .gdlr-core-sly-scroll-handle:active,
html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr:active,
html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr *:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr {
    position: relative;
}

html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr .gdlr-core-media-image:after {
    content: '\f065';
    font-family: 'FontAwesome';
    font-weight: 900;
    color: var(--color-white);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    z-index: 1;
    background-color: rgba(var(--color-black-rgba), .5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr .gdlr-core-media-image:hover:after {
    opacity: 1;
}

html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr .gdlr-core-media-image img {
    height: 100%;
    width: auto;
}

html body .ind-bio-gallery .gdlr-core-gallery-list.gdlr-core-item-mglr .gdlr-core-gallery-caption {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-black-rgba), .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: .5em;
    line-height: 1.2;
}

html body.kleanity-body blockquote,
html body.kleanity-body q {
    border-color: var(--color-black);
    color: var(--color-black);
    margin-bottom: 1em;
}

html body.single .wp-block-table td,
html body.single .wp-block-table th {
    line-height: 1.7;
}

html body.single .kleanity-content-area {
    padding-bottom: 80px;
}

/* START SHOP STYLES */
html body.woocommerce-page .wtp_sub-banner,
html body.woocommerce-shop .wtp_sub-banner,
html body.archive.tax-product_cat .wtp_sub-banner,
html body.woocommerce-cart .wtp_sub-banner {
    aspect-ratio: 16 / 1;
}

html body.woocommerce-page .wtp_sub-banner .gdlr-core-text-box-item-content,
html body.woocommerce-shop .wtp_sub-banner .gdlr-core-text-box-item-content,
html body.archive.tax-product_cat .wtp_sub-banner .gdlr-core-text-box-item-content,
html body.woocommerce-cart .wtp_sub-banner .gdlr-core-text-box-item-content {
    padding: 50px 0;
}

html body.woocommerce nav.woocommerce-pagination {
   text-align: right;
}
html body.woocommerce nav.woocommerce-pagination ul,
html body.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
html body.woocommerce nav.woocommerce-pagination ul li a:focus,
html body.woocommerce nav.woocommerce-pagination ul li a:hover,
html body.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: #353535;
}
html body.woocommerce nav.woocommerce-pagination ul li a,
html body.woocommerce nav.woocommerce-pagination ul li span {
    background: #f5f5f5;
    padding: 9px 14px;
    margin-right: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 23.8px;
}
html body.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    margin-right:0;
}

html body.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:before {
    content: "\f105";
    font-family: fontAwesome;
    line-height: 1;
}

html body.woocommerce nav.woocommerce-pagination ul li a.prev:before {
    content: "\f104";
    font-family: fontAwesome;
    line-height: 1;
}

html body #filtered-products-display .woocommerce.columns-4 p.woocommerce-result-count {
    float: left;
    width: 33.3333%;
}

html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 {
    float: left;
    width: 66.6666%;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    flex-wrap: wrap;
}

html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1 {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
/* If this is an Archive Category View E.g. /product-category/subscriptions/  */
html body.archive.tax-product_cat #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1.woocommerce-sort-filter-container {
    display: none;
}

html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 select {
    padding: 6px;
    background: #f5f5f5;
    font-size: .8em;
    line-height: 1;
    color: #545454;
    margin: 0 5px;
    text-align:center;
    border-color: #f5f5f5;
}
html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 select:focus,
html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 select:focus-visible {
border-color:#333333;
    outline: none;
}

.wtp-shop-brand-wrapper .gdlr-core-pbf-background-wrap {
    background-color: #f5f5f5;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 {
    padding:0 15px;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products.columns-4,
html body.woocommerce .wtp-related-products .products ul,
html body.woocommerce .wtp-related-products ul.products{
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products li.product,
html body.woocommerce-page #filtered-products-display .woocommerce.columns-4 ul.products li.product,
html body.woocommerce .wtp-related-products ul.products li.product,
html body.woocommerce-page .wtp-related-products  ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products li.product .woocommerce-loop-product__title,
html body.woocommerce .wtp-related-products ul.products li.product .woocommerce-loop-product__title{
    padding: .5em 20px;
}

html body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #filtered-products-display .woocommerce.columns-4 ul.products li.product .price,
html body.woocommerce .wtp-related-products ul.products li.product .price{
    padding: .5em 20px 0 20px;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products li.product  a img,
html body.woocommerce .wtp-related-products ul.products li.product a img{
    mix-blend-mode: multiply;
}

html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products li.product .button,
html body.woocommerce .wtp-related-products ul.products li.product .button{
    text-align: center;
    text-transform: capitalize;
    font-size: 1em;
    line-height:1;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
}

.wtp-related-products.related.products h2 {
    text-transform: capitalize;
}

body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide .gdlr-core-image-overlay  {
    opacity:0;
}

/*pub-custom-publishing*/
/*body.kleanity-body-front.pub-custom-publishing .wtp-shop-brand-swiper .pub-custom-publishing.swiper-slide .gdlr-core-image-overlay {*/
/*    opacity:1;*/
/*}*/

/*!*pub-great-lakes-by-design*!*/
/*body.kleanity-body-front.pub-great-lakes-by-design .wtp-shop-brand-swiper .pub-great-lakes-by-design.swiper-slide .gdlr-core-image-overlay {*/
/*    opacity:1;*/
/*}*/

/*!*pub-the-golf-explorer*!*/
/*body.kleanity-body-front.pub-the-golf-explorer .wtp-shop-brand-swiper .pub-the-golf-explorer.swiper-slide .gdlr-core-image-overlay {*/
/*    opacity:1;*/
/*}*/

/*hover*/
body.kleanity-body-front .wtp-shop-brand-swiper:hover .swiper-slide .gdlr-core-image-overlay,
body.kleanity-body-front.pub-custom-publishing .wtp-shop-brand-swiper:hover .pub-custom-publishing.swiper-slide .gdlr-core-image-overlay,
body.kleanity-body-front.pub-great-lakes-by-design .wtp-shop-brand-swiper:hover .pub-great-lakes-by-design.swiper-slide .gdlr-core-image-overlay,
body.kleanity-body-front.pub-the-golf-explorer .wtp-shop-brand-swiper:hover .pub-the-golf-explorer.swiper-slide .gdlr-core-image-overlay{
    opacity:0;
}

body.kleanity-body-front .wtp-shop-brand-swiper:hover .swiper-slide:hover .gdlr-core-image-overlay,
body.kleanity-body-front.pub-custom-publishing .wtp-shop-brand-swiper:hover .pub-custom-publishing.swiper-slide:hover .gdlr-core-image-overlay,
body.kleanity-body-front.pub-great-lakes-by-design .wtp-shop-brand-swiper:hover .pub-great-lakes-by-design.swiper-slide:hover .gdlr-core-image-overlay,
body.kleanity-body-front.pub-the-golf-explorer .wtp-shop-brand-swiper:hover .pub-the-golf-explorer.swiper-slide:hover .gdlr-core-image-overlay {
    opacity:1;
}


html body.woocommerce-cart .wc-block-grid__product.wc-block-grid__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
html body.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color:#fff;
}

html body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image > span,
html body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th span {
    color: #333333
}

html body.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
html body.woocommerce-page.checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    background-color: #3a3a3a;
    color: #fff;
    border: none;
}

html body.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
html body.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus-visible,
html body.woocommerce-page.checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
html body.woocommerce-page.checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus-visible {
    outline: none;
    box-shadow: none;
}

html body.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
html body.woocommerce-page.checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
    background-color: #666666;
}

html body.woocommerce-page.checkout .wc-block-checkout__sidebar h3.wc-block-components-product-name {
    font-size: .8em;
}

html body.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
font-size:18px;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    font-size:18px;
}

html body.woocommerce-cart .wc-block-components-quantity-selector {
    margin:0 auto;
}

html body.woocommerce-cart  table.wc-block-cart-items .wc-block-cart-item__total span.price.wc-block-components-product-price {
    background-color: #949494;
    padding: 0 10px;
    color: #fff;
}

html body.woocommerce div.product form.cart .variations td.value{
    display: flex;
    flex-direction: column;
    padding: 15px;
}

html body.woocommerce div.product form.cart .variations td.value select {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    border-color: #4c4c4c;
    padding: 5px;
    color: #4c4c4c;
}

html body.single-product.woocommerce .product_title {
font-size:1.5em;
}

html body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size:.95em
}

html body.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
content:none;
}
html body.woocommerce-cart.kleanity-body .wp-block-woocommerce-empty-cart-block h2 {
font-size:1.5em;
}

html body.woocommerce-cart .wp-block-separator.is-style-dots {
    display:none;
}


html body.woocommerce-checkout .wc-block-components-address-card__edit {
    white-space:nowrap;
}
    /* END SHOP STYLES */

/* HEADER CART */
.kleanity-main-menu-right-wrap  .kleanity-main-menu-cart i {
    font-size:1em;
}
/* END HEADER CART */

/* STORIES */
html body .wtp_latest-blogs .gdlr-core-now-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/preload.gif) top center no-repeat;
    background-size: initial;
}
/* END STORIES */

/* BLOCKER */
html.mm-opened {
    overflow:hidden;
}
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .95;
    transition: ease .4s;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
}
/* END BLOCKER */



/*------------------------
*      4. Responsive     *
------------------------*/
/* Max-Height Media Queries */
@media (max-width: 1279px) {
    html body .wtp_arch-bio .gdlr-core-pbf-column.gdlr-core-column-20 {
        width: calc((100% / 3) - 25px);
    }
}

@media (max-width: 1199px) {
    /* remove header */
    .kleanity-top-bar {
        display: none;
    }

    .kleanity-header-wrap.kleanity-header-style-plain,
    .kleanity-header-wrap.kleanity-header-style-bar,
    .kleanity-navigation-bar-wrap,
    .kleanity-header-background-transparent,
    .kleanity-header-boxed-wrap,
    .kleanity-header-side-nav,
    .kleanity-header-transparent-substitute,
    .kleanity-sticky-navigation {
        display: none !important;
    }

    .kleanity-mobile-header-wrap {
        display: block;
        position: sticky;
        top: 0;
        z-index: 3;
        transition: -webkit-transform .4s ease;
        -webkit-transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

    html.mm-opening.kleanity-mmenu-right body .kleanity-mobile-header {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    html.mm-opening.kleanity-mmenu-right body .kleanity-mobile-header-wrap {
        -webkit-transform: translate3d(-350px, 0, 0);
        transform: translate3d(-350px, 0, 0);
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar {
        display: block;
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar {
        font-size: 13px;
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar-left,
    .kleanity-mobile-header-wrap .kleanity-top-bar-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .kleanity-mobile-header.kleanity-fixed-navigation {
        display: block;
    }

    .kleanity-sticky-menu-placeholder {
        display: none !important;
    }

    html body .kleanity-main-menu-search {
        margin: 0;
        position: relative;
        top: -8px;
    }

    html body .kleanity-mobile-menu-right a[href*='tel'] {
        float: left;
        /*margin-right: 1.5em;*/
        position: relative;
        top: -8px;
    }

    html body .kleanity-mm-menu-wrap {
        background-color: var(--color-white);
    }

    html body .mm-navbar .mm-title,
    html body .mm-navbar .mm-btn,
    html body ul.mm-listview li > a,
    html body ul.mm-listview li > span,
    html body .mm-navbar .mm-title:hover,
    html body .mm-navbar .mm-btn:hover,
    html body ul.mm-listview li a:hover,
    html body ul.mm-listview li > span:hover,
    html body ul.mm-listview li.current-menu-item > a,
    html body ul.mm-listview li.current-menu-ancestor > a,
    html body ul.mm-listview li.current-menu-ancestor > span,
    html body .mm-arrow:after,
    html body .mm-next:after,
    html body .mm-prev:before {
        color: var(--color-black);
    }

    html body ul.mm-listview li {
        border-color: #ccc;
    }

    html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) .gdlr-core-image-item-wrap {
        max-width: 90% !important;
    }

    html body .wtp_sticky {
        position: sticky;
        top: 164px;
    }

    html body .wtp_anchor {
        top: -164px;
    }

    /* HEADER   */
    body.kleanity-body-front .kleanity-mobile-header-wrap .kleanity-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    html body .kleanity-mobile-header .kleanity-logo {
        max-width: calc(100% - 295px);
        padding:0;
    }

    html body .kleanity-mobile-header .kleanity-logo-inner img {
        min-width:70px;
    }

    html body .kleanity-mobile-header .kleanity-logo .kleanity-logo-inner {
        margin: 0;
    }

    html body .kleanity-mobile-menu-right {
        display: flex;
        gap: 20px;
        align-items: center;
        position: relative;
        right: auto;
        top: auto;
        margin-top: 0;
    }

    html body .kleanity-mobile-menu-right .kleanity-mobile-menu,
    html body .kleanity-mobile-menu-right .kleanity-main-menu-cart,
    html body .kleanity-mobile-menu-right a[href*='tel']{
        margin: 0 auto;
        top: 0;
    }

    html body .kleanity-mobile-menu-right .kleanity-main-menu-cart {
        padding-left: 0;
    }

    html body .kleanity-mobile-menu-right .kleanity-main-menu-cart i {
        font-size:1em;
    }

    html body.woocommerce-cart  table.wc-block-cart-items .wc-block-cart-items__row{
        gap:15px;
        padding: 0 0 10px 0
    }

    html body.woocommerce-cart  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    html body.woocommerce-cart  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
    html body.woocommerce-cart  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
    html body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
        padding-right:0;
        margin: 0 auto;
    }

    html body.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
        font-size: 0.88em;
        margin: 3px auto 12px auto;
        text-wrap-style: balance;
    }
    /* END HEADER   */
}

@media (max-width: 1099px) {
    html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) {
        position: relative;
        top: 0;
        bottom: auto;
    }

    html body.about .gdlr-core-title-item,
    html body.about .gdlr-core-divider-item {
        text-align: left;
    }

    html body.about .gdlr-core-divider-item.gdlr-core-right-align .gdlr-core-divider-container {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    html body.home .swiper .swiper-slide .img img {
        width: 100%;
    }

    html body .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin {
        padding: 55px !important;
    }

    /*html body.about .wtp_intro {*/
    /*    padding-bottom: 100px !important;*/
    /*}*/
    /*html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) {*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*}*/

    @media (min-width: 768px) {
        html body.contact h2 {
            font-size: 32px !important;
        }
    }
}

@media (max-width: 999px) {
    html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) {
        min-height: 52dvw;
    }
}

@media (max-width: 767px) {
    body.kleanity-body-front .gdlr-core-container,
    body.kleanity-body-front .kleanity-container,
    html body .gdlr-core-pbf-wrapper-full-no-space,
    html body .gdlr-core-pbf-wrapper-full {
        max-width: 100%;
    }

    html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) {
        bottom: 40px;
        padding: 0 30px;
    }

    html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) h1 {
        font-size: 40px;
    }

    html body .wtp_subscribe .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    html body .kleanity-footer-wrapper .kleanity-footer-column:first-child {
        width: 100%;
    }

    html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) p {
        font-size: 21px;
        margin-top: .5em;
    }

    html body.home .swiper .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body.home .swiper .swiper-slide .img,
    html body.home .swiper .swiper-slide .text {
        width: 100%;
    }

    html body.home .swiper .swiper-slide .img {
        text-align: center;
    }

    html body.home .swiper .swiper-slide .img img {
        max-width: 350px;
    }

    html body.home .swiper .swiper-slide .text,
    html body.home .swiper .swiper-slide .text * {
        text-align: center;
    }

    html body.home .swiper .swiper-slide .text a.gdlr-core-button {
        top: -5px;
    }

    html body .wtp_brands .gdlr-core-pbf-wrapper-full,
    html body .wtp_brands .gdlr-core-pbf-wrapper-full .gdlr-core-text-box-item {
        padding-right: 0;
        padding-left: 0;
    }

    html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) .gdlr-core-image-item-wrap {
        max-width: 100% !important;
        margin-bottom: 30px;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    html body.about .wtp_intro .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:has(.overlap-img) .gdlr-core-image-item-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    html body.about .gdlr-core-personnel-item .gdlr-core-personnel-list.gdlr-core-outer-frame-element img {
        width: 100%;
    }

    html body .swiper.wtp_sub-slider .swiper-slide {
        aspect-ratio: 16/9;
    }

    html body .swiper.wtp_sub-slider .swiper-slide img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    html body .swiper.wtp_sub-slider .photo-credit {
        padding: 6px 30px;
    }

    html body .wtp_fix-btns .gdlr-core-pbf-wrapper-container {
        gap: 60px;
    }

    html body .wtp_latest-blogs .gdlr-core-pbf-element:has(a.gdlr-core-button) {
        position: relative;
        right: auto;
        left: 0;
        top: -30px;
    }

    html body .wtp_latest-blogs .gdlr-core-pbf-element .gdlr-core-button-item {
        text-align: left;
    }

    html body .wtp_two-col .gdlr-core-pbf-column.gdlr-core-column-first .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item {
        padding-right: 15px;
    }

    html body .wtp_two-col .gdlr-core-pbf-column:not(.gdlr-core-column-first) {
        margin-top: 20px;
    }

    html body .wtp_two-col .gdlr-core-pbf-column:not(.gdlr-core-column-first) .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element:first-child .gdlr-core-image-item {
        padding-left: 15px;
    }

    html body .wtp_arch-wrapper:not(:last-child) {
        padding-bottom: 32px !important;
    }

    html body .wtp_arch-wrapper .gdlr-core-button-item.gdlr-core-right-align {
        text-align: left;
        margin-bottom: 12px;
    }

    html body .wtp_arch-bio .gdlr-core-pbf-column.gdlr-core-column-20 {
        width: 100%;
        max-width: 325px;
        margin-bottom: 24px;
    }

    html body .wtp_arch-bio .gdlr-core-pbf-column.gdlr-core-column-40:after {
        display: none;
    }

    html body .wtp_arch-bio:not(:last-child) {
        padding-bottom: 60px !important;
    }

    html body .wtp_arch-bio.img-right .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    html body .wtp_arch-bio.img-right .gdlr-core-pbf-column {
        left: 0;
    }

    html body .wtp_arch-bio h2 {
        margin-top: 0;
    }

    html body .wtp_lists .gdlr-core-pbf-column.gdlr-core-column-first:has(h2) {
        margin-bottom: 0;
    }

    html body .wtp_lists .wtp_anchor {
        top: -270px;
    }

    html body.media-kits .gdlr-core-column-20:not(:last-child) {
        margin-bottom: 40px;
    }

    html body .ind-bio figure,
    html body .ind-bio p > img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    html body .ind-bio figure img {
        width: 100%;
        height: auto;
    }

    html body.single figure.alignright {
        width: 100% !important;
        margin-left: 0;
    }

    html body.single figure.alignleft {
        width: 100% !important;
        margin-right: 0;
    }

    html body .wtp_sticky {
        position: relative;
        top: 0;
    }

    html body.single .kleanity-blog-title-wrap .kleanity-single-article-title {
        font-size: 40px;
    }

/*    footer copyright */
    html body.kleanity-body-front .kleanity-footer-wrapper .kleanity-container,
    html body.kleanity-body-front .kleanity-footer-wrapper .kleanity-footer-column:first-child .widget:last-child{
        display: flex;
        flex-direction: column;
    }
    html body.kleanity-body-front .kleanity-footer-wrapper .kleanity-footer-column:first-child,
    html body.kleanity-body-front .kleanity-footer-wrapper .kleanity-footer-column:first-child .widget:last-child p:first-of-type{
        order:3;
    }
/*    end footer copyright */

/*  START SHOP  */
    html body.woocommerce .kleanity-content-area {
        padding-top:20px;
    }

    html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product,
    html body.woocommerce-page #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product,
    html body.woocommerce .wtp-related-products.products ul.products li.product,
    html body.woocommerce-page .wtp-related-products.products ul.products li.product,
    html body.woocommerce .wtp-related-products.products ul.products[class*=columns-] li.product,
    html body.woocommerce-page .wtp-related-products.products ul.products[class*=columns-] li.product{
        width: 48%;
        margin: 0 3.8% 2.992em 0;
}

    html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product:nth-child(2n),
    html body.woocommerce-page #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product:nth-child(2n),
    html body.woocommerce .wtp-related-products ul.products[class*=columns-] li.product:nth-child(2n),
    html body.woocommerce-page .wtp-related-products ul.products[class*=columns-] li.product:nth-child(2n){
        margin: 0 0 2.992em 0;
    }

    html body #filtered-products-display .woocommerce.columns-4 p.woocommerce-result-count {
        width: 100%;
    }
    html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 {
        width: 100%;
        justify-content: space-between;
    }

    html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1 {
        width: 100%;
        justify-content: space-between;
    }


    html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1 label span {
        display:none;
    }

    html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1 label {
       width: 20%;
    }
    html body #filtered-products-display .woocommerce.columns-4 div.flex.flex-col.gap-4.mb-6 .flex-1 select {
       width: 70%;
        margin:0;
    }

    body.kleanity-body-front .wtp-shop-brand-swiper .gdlr-core-container.swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    /* Optional: If the slide content itself also needs to be centered/constrained within that 75% */
    body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide {
        max-width: 205px;
        margin-right: 20px;
    }

    body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide > div {
        margin-left: auto;
        margin-right: auto;
    }

    body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide img {
        width: auto !important;
    }

    body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide .gdlr-core-image-overlay  {
       opacity:0;
    }
    body.kleanity-body-front .wtp-shop-brand-swiper .swiper-slide.swiper-slide-active .gdlr-core-image-overlay  {
       opacity:0;
    }


    body.kleanity-body-front .wtp-shop-brand-swiper .gdlr-core-container.swiper-wrapper .swiper-slide .gdlr-core-pbf-element.wtp-button {
        display: none;
    }

    .gdlr-core-pbf-wrapper.wtp-shop-brand-wrapper {
        padding:30px 0 0 0;
    }

    html body.woocommerce-checkout h3.wc-block-components-product-name {
        font-size:1em;
    }

    html body.woocommerce-order-received.kleanity-body .woocommerce ul.order_details li {
        margin-bottom:1em;
    }

    html body.woocommerce-order-received.kleanity-body .woocommerce ul.order_details li strong{
        font-size:1.2em;
    }
    html body.woocommerce-order-received.kleanity-body .woocommerce-order h2 {
        font-size: 1.5em;
    }

    html body.woocommerce-order-received .woocommerce table.shop_table th,
    html body.woocommerce-order-received .woocommerce table.shop_table td,
    html body.woocommerce-order-received .woocommerce .woocommerce-customer-details address{
        font-size:.8em;
    }

    html body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table thead tr th:nth-child(odd) {
        width: 70%;
    }

    html body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table thead tr th:nth-child(even) {
        width: 30%;
    }

/*  END SHOP  */


}

@media (max-width: 550px) {
    html body .mm-menu {
        width: 90dvw;
    }

    html body .mm-menu .mm-panels {
        width: 100%;
    }

    html.mm-opening.kleanity-mmenu-right body .kleanity-mobile-header-wrap .kleanity-top-bar,
    html.mm-opening.kleanity-mmenu-right body .kleanity-mobile-header-wrap,
    html.mm-right.mm-opening body .mm-slideout {
        -webkit-transform: translate3d(-90dvw, 0, 0);
        transform: translate3d(-90dvw, 0, 0);
    }

    html.mm-opening.kleanity-mmenu-right body .kleanity-mobile-header {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*  START SHOP  */
    html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product,
    html body.woocommerce-page #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product,
    html body.woocommerce #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product:nth-child(2n),
    html body.woocommerce-page #filtered-products-display .woocommerce.columns-4 ul.products[class*=columns-] li.product:nth-child(2n){
        width: 100%;
        margin: 0 0 2.992em 0;
    }
    /*  END SHOP  */
}

@media (max-width: 479px) {
    html body .wtp_subscribe .gdlr-core-pbf-column:not(.gdlr-core-column-first) {
        min-height: 70dvw;
    }
}

@media (max-width: 399px) {
    html body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row,
    html body.woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
         gap: 5px;
        padding: 0 0 10px 0;
        grid-template-columns: 80px auto;
    }

    html body.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 80px auto;
    }

    html body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total span.price.wc-block-components-product-price {
        padding: 0 5px;
        font-size:.77em;
    }

    html body.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
        font-size: .77em;
    }

}

/* Min-Height Media Queries */
@media(min-width: 700px){
    html body.woocommerce-cart .wc-block-cart__main .wc-block-cart-items th {
        padding:8px 16px;
    }
}

@media (min-width: 768px) {
    html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) h1 {
        font-size: 72px;
    }

    html body .wtp_latest-blogs .gdlr-core-blog-item-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body .wtp_latest-blogs .gdlr-core-blog-item-holder .gdlr-core-blog-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-bottom: 40px;
    }

    html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-content {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-content .clear,
    html body .wtp_latest-blogs .gdlr-core-blog-grid .gdlr-core-blog-content:after {
        display: none;
    }

    body.kleanity-body-front .wtp-shop-brand-swiper .gdlr-core-container.swiper-wrapper {
        box-sizing: border-box;
    }
    body.kleanity-body-front .wtp-shop-brand-swiper .gdlr-core-container.swiper-wrapper .swiper-slide {
        width: 33.3333%
    }

    @media (max-width: 1149px) {
        html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) h1 {
            font-size: 46px !important;
        }

        html body .wtp_banner-wrapper .gdlr-core-pbf-wrapper-content > .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-element:nth-child(2) p {
            font-size: 28px;
            margin-top: .33em;
        }
    }
}

@media (min-width: 1200px) {
    /* add header */
    .kleanity-top-bar {
        display: block;
    }

    .kleanity-header-wrap.kleanity-header-style-plain,
    .kleanity-header-wrap.kleanity-header-style-bar,
    .kleanity-navigation-bar-wrap,
    .kleanity-header-background-transparent,
    .kleanity-header-boxed-wrap,
    .kleanity-header-side-nav,
    .kleanity-header-transparent-substitute,
    .kleanity-sticky-navigation {
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .kleanity-mobile-header-wrap {
        display: none;
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar {
        display: none;
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar {
        font-size: 13px;
    }

    .kleanity-mobile-header-wrap .kleanity-top-bar-left,
    .kleanity-mobile-header-wrap .kleanity-top-bar-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .kleanity-mobile-header.kleanity-fixed-navigation {
        display: none;
    }

    .kleanity-sticky-menu-placeholder {
        display: block !important;
    }

    @media (max-width: 1549px) {
        html body .kleanity-navigation .sf-menu > li > a,
        html body .kleanity-navigation .sf-vertical > li > a {
            font-size: 12px;
        }

        html body .kleanity-navigation .sf-menu > li,
        html body .kleanity-navigation .sf-vertical > li {
            padding-right: 6px;
            padding-left: 6px;
        }

        html body .kleanity-main-menu-search {
            margin-left: 6px;
        }
    }
}

@media (min-width: 1280px) {
    @media (max-width: 1549px) {
        html body .kleanity-navigation .sf-menu > li,
        html body .kleanity-navigation .sf-vertical > li {
            padding-right: 12px;
            padding-left: 12px;
        }
    }
}

@media (min-width: 1720px) {
    html body .kleanity-navigation .sf-menu > li > a,
    html body .kleanity-navigation .sf-vertical > li > a,
    html body .kleanity-navigation .sf-menu > .kleanity-normal-menu .sub-menu {
        font-size: 16px;
    }
}


/*------------------------
*      5. Keyframes      *
-------------------------*/