@charset "UTF-8";

.amfissa-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none;
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

    .kc-elm.qodef-shortcode .fa:before,
    .kc-elm.qodef-shortcode .fas:before {
        font-family: inherit;
        font-weight: inherit;
    }

.kc-elm.qodef-shortcode .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

    .kc-elm.qodef-shortcode .fab:before {
        font-family: inherit;
        font-weight: inherit;
    }

#qodef-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity 0.2s ease-out;
}

    #qodef-age-verification-modal .qodef-m-logo {
        position: absolute;
        top: 30px;
        left: 30px;
    }

        #qodef-age-verification-modal .qodef-m-logo a {
            position: relative;
            display: block;
            max-width: 50%;
        }

        #qodef-age-verification-modal .qodef-m-logo img {
            display: block;
        }

    #qodef-age-verification-modal .qodef-m-content {
        padding: 30px;
        text-align: center;
        max-width: 700px;
    }

    #qodef-age-verification-modal .qodef-m-content-title {
        margin: 0;
        color: #fff;
    }

    #qodef-age-verification-modal .qodef-m-content-subtitle {
        margin: 11px 0 0;
        color: var(--qode-main-color);
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        margin: 32px 0 0;
        color: #e5dcdb;
    }

    #qodef-age-verification-modal .qodef-m-content-prevent {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 52px;
    }

    #qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
        margin-right: 10px;
    }

    #qodef-age-verification-modal .qodef-button.qodef-prevent--no {
        color: #fff;
        border-color: #a3a19e;
    }

        #qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
            color: #fff;
            border-color: #28201e;
            background-color: #28201e;
        }

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-out;
}

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    overflow: hidden;
}

    #qodef-back-to-top .qodef-back-to-top-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 20px;
        color: #fff;
        background-color: var(--qode-main-color);
        border: 1px solid var(--qode-main-color);
        overflow: hidden;
        transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
    }

        #qodef-back-to-top .qodef-back-to-top-icon * {
            display: block;
            line-height: inherit;
            z-index: 500;
        }

        #qodef-back-to-top .qodef-back-to-top-icon span {
            transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
        }

    #qodef-back-to-top svg {
        display: block;
        width: 18px;
        height: auto;
        fill: currentColor;
    }

    #qodef-back-to-top:hover .qodef-back-to-top-icon span {
        transform: translateY(-2px);
    }

    #qodef-back-to-top .qodef-btn-fill-color {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        height: 55px;
        transform: translateY(100%);
        transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
        color: #fff !important;
        background-color: #db6d2e;
    }

    #qodef-back-to-top:hover .qodef-btn-fill-color {
        transform: translateY(0);
    }

    #qodef-back-to-top:hover a {
        color: #fff !important;
    }

    #qodef-back-to-top.qodef--off {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.15s ease, visibility 0s 0.15s;
    }

    #qodef-back-to-top.qodef--on {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease;
    }

.qodef-background-text {
    position: relative;
}

    .qodef-background-text .qodef-m-background-text {
        color: var(--qode-main-color);
        font-family: Marcellus, serif;
        font-size: 200px;
        line-height: 1em;
    }

    .qodef-background-text .qodef-m-background-text-holder {
        display: flex;
        height: 100%;
        position: absolute;
        width: 100%;
    }

.qodef-blog.qodef-item-layout--metro {
    margin: 0;
}

    .qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
        margin-bottom: 0;
    }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 20px 40px 35px;
        background-color: rgba(0, 0, 0, 0.12);
    }

        .qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
            position: relative;
            z-index: 3;
        }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-title {
        color: #fff;
    }

        .qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
            color: inherit;
        }

            .qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
                color: var(--qode-main-color);
            }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
        color: #fff;
    }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover {
        color: var(--qode-main-color);
    }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
        z-index: 2;
    }

    .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after,
    .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after,
    .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
        position: absolute;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        content: "E";
        font-family: ElegantIcons;
        font-size: 72px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        color: #fff;
        speak: none;
        -webkit-font-smoothing: antialiased;
        z-index: 1;
        border: 3px solid #fff;
    }

    .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
        content: "\e006";
    }

    .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
        content: "E";
    }

    .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
        content: "\e027";
    }

    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 83px 68px;
    }

    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
        right: 84px;
        width: 144px;
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 68px 87px;
    }

        .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
            font-size: 582px;
        }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
        margin: 20px 0 4px;
    }

    .qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: flex-start;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    width: 92px !important;
    margin: 0 18px 0 0;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
    margin-top: 7px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 25px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 25px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 0;
    width: 23px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px;
}

    .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
        font-size: 540px;
    }

.qodef-blog.qodef-item-layout--standard.qodef--hide-top-info .qodef-e-top-holder {
    display: none;
}

.widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px;
}

    .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
        margin-top: 7.5pxpx;
    }

    .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

.widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px;
}

#qodef-top-area .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px;
}

    #qodef-top-area .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
        margin-top: 7.5pxpx;
    }

    #qodef-top-area
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

#qodef-top-area .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px;
}

#qodef-page-footer .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px;
}

    #qodef-page-footer
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article:first-child {
        margin-top: 7.5pxpx;
    }

    #qodef-page-footer
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

#qodef-page-footer .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px;
}

#qodef-side-area .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px;
}

    #qodef-side-area
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article:first-child {
        margin-top: 7.5pxpx;
    }

    #qodef-side-area
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

#qodef-side-area .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px;
}

#qodef-page-sidebar .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article {
    margin-bottom: 20px;
}

    #qodef-page-sidebar
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article:first-child {
        margin-top: 7.5pxpx;
    }

    #qodef-page-sidebar
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

#qodef-page-sidebar .widget.widget_amfissa_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article {
    margin: 0 0 10px;
}

.qodef-mega-menu-widget-holder
.widget.widget_amfissa_core_simple_blog_list
.qodef-blog.qodef-item-layout--simple
article {
    margin-bottom: 20px;
}

    .qodef-mega-menu-widget-holder
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article:first-child {
        margin-top: 7.5pxpx;
    }

    .qodef-mega-menu-widget-holder
    .widget.widget_amfissa_core_simple_blog_list
    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image {
        margin-right: 16px;
        width: 70px !important;
    }

.qodef-mega-menu-widget-holder
.widget.widget_amfissa_core_simple_blog_list
.qodef-blog.qodef-item-layout--minimal
article {
    margin: 0 0 10px;
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 36px;
}

    #qodef-author-info .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center;
    }

    #qodef-author-info .qodef-m-image {
        flex-shrink: 0;
        margin-right: 25px;
    }

        #qodef-author-info .qodef-m-image a,
        #qodef-author-info .qodef-m-image img {
            display: block;
        }

        #qodef-author-info .qodef-m-image img {
            border-radius: 50%;
        }

    #qodef-author-info .qodef-m-author {
        margin: 0;
    }

    #qodef-author-info .qodef-m-email {
        margin: 5px 0 0;
    }

    #qodef-author-info .qodef-m-description {
        margin: 17px 0 0;
    }

    #qodef-author-info .qodef-m-social-icons {
        margin-top: 18px;
    }

        #qodef-author-info .qodef-m-social-icons a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 16px;
        }

            #qodef-author-info .qodef-m-social-icons a:last-child {
                margin-right: 0;
            }

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px;
}

    #qodef-related-posts .qodef-e-media-image {
        margin-bottom: 17px;
    }

    #qodef-related-posts .qodef-m-title {
        margin-bottom: 28px;
    }

    #qodef-related-posts .entry-date {
        padding: 7px 16px;
    }

    #qodef-related-posts .qodef-e-bottom-holder {
        margin-top: 14px;
    }

    #qodef-related-posts .qodef-time-day,
    #qodef-related-posts .qodef-time-month {
        font-size: 18px;
    }

    #qodef-related-posts .qodef-e-bottom-holder {
        border: none;
        padding: 0;
    }

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 40px;
}

    #qodef-single-post-navigation .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #qodef-single-post-navigation .qodef-m-nav {
        position: relative;
        display: flex;
        align-items: center;
    }

        #qodef-single-post-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit;
        }

        #qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
            position: relative;
            top: -2px;
            display: block;
            width: 30px;
            height: auto;
            fill: currentColor;
            stroke: none;
        }

        #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
            left: 0;
        }

            #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
                margin-right: 4px;
            }

            #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
                margin-right: 15px;
            }

        #qodef-single-post-navigation .qodef-m-nav.qodef--next {
            flex-direction: row-reverse;
            right: 0;
            margin-left: auto;
            text-align: right;
        }

            #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
                margin-left: 4px;
            }

            #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image {
                margin-left: 15px;
            }

    #qodef-single-post-navigation .qodef-m-nav-image {
        max-width: 70px;
        overflow: hidden;
    }

        #qodef-single-post-navigation .qodef-m-nav-image img {
            transition: transform 0.3s ease-in-out;
        }

        #qodef-single-post-navigation .qodef-m-nav-image:hover img {
            transform: scale(1.05);
        }

    #qodef-single-post-navigation .qodef-m-nav-label {
        font-family: "DM Sans", sans-serif;
        font-size: 13px;
        letter-spacing: 0.26em;
        line-height: 17px;
        color: var(--qode-main-color);
        font-weight: 500;
        text-transform: uppercase;
    }

#qodef-content-bottom #qodef-content-bottom-inner {
    box-sizing: border-box;
}

    #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-grid {
        padding: 0;
    }

    #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
        padding: 0;
    }

@media only screen and (max-width: 1024px) {
    #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
        padding: 0;
    }
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left;
}

    #qodef-page-footer .qodef-alignment--left .widget img {
        margin-right: auto;
    }

#qodef-page-footer .qodef-alignment--center {
    text-align: center;
}

    #qodef-page-footer .qodef-alignment--center .widget img {
        margin-right: auto;
        margin-left: auto;
    }

#qodef-page-footer .qodef-alignment--right {
    text-align: right;
}

    #qodef-page-footer .qodef-alignment--right .widget img {
        margin-left: auto;
    }

@media (min-width: 681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right;
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c3434;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

    #qodef-fullscreen-area .qodef-content-grid {
        height: 100%;
    }

        #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
            width: 100%;
        }

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in 0.25s linear both;
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out 0.25s linear both;
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
}

    .qodef-fullscreen-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .qodef-fullscreen-menu ul li {
            position: relative;
            margin: 0;
            padding: 0;
        }

            .qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
                display: none;
            }

            .qodef-fullscreen-menu ul li.qodef--hide-link > a {
                cursor: default;
            }

        .qodef-fullscreen-menu ul.sub-menu {
            display: none;
        }

    .qodef-fullscreen-menu .qodef-menu-item-icon {
        margin-right: 5px;
    }

    .qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
        display: none;
    }

    .qodef-fullscreen-menu > ul > li > a {
        font-family: Marcellus, serif;
        font-weight: 400;
        font-size: 50px;
        line-height: 1.16em;
        color: #fff;
    }

@media only screen and (max-width: 480px) {
    .qodef-fullscreen-menu > ul > li > a {
        font-size: 40px;
    }
}

.qodef-fullscreen-menu > ul > li > a:hover {
    color: var(--qode-main-color);
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
    color: var(--qode-main-color);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
    padding: 10px 0 5px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px;
}

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
        position: relative;
        display: flex;
        white-space: normal;
        margin: 7px 0;
        overflow: hidden;
        transition: padding 0.2s ease-out;
        padding-right: 15px;
        font-family: "DM Sans", sans-serif;
        font-size: 15px;
        line-height: 1.6em;
        font-weight: 400;
        color: #fff;
    }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
            flex-shrink: 0;
        }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
            content: "";
            position: absolute;
            top: calc(50% - 4px);
            height: 6px;
            width: 6px;
            background: var(--qode-main-color);
            border-radius: 100%;
            transition: left 0.2s ease-out, right 0.2s ease-out;
            left: -15px;
        }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
            color: false;
            padding-left: 15px;
            padding-right: 0;
        }

            .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
                left: 0;
            }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
        color: false;
        padding-left: 15px;
        padding-right: 0;
    }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before,
        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
            left: 0;
        }

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff;
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible;
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden;
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px;
}

    #qodef-page-header .qodef-widget-holder .widget {
        margin: 0 12px;
    }

        #qodef-page-header .qodef-widget-holder .widget:first-child {
            margin-left: 0;
        }

        #qodef-page-header .qodef-widget-holder .widget:last-child {
            margin-right: 0;
        }

#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
}

#qodef-page-header-inner {
    border-bottom: 0 solid transparent;
}

    #qodef-page-header-inner.qodef-content-grid {
        padding: 0;
    }

    #qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
    .qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
        color: var(--qode-header-light-color) !important;
    }

        #qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
        .qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
            color: var(--qode-header-light-hover-color) !important;
        }

    #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
    #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
    .qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
    .qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
        color: var(--qode-header-light-hover-color) !important;
    }

    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
        color: var(--qode-header-light-color) !important;
    }

    #qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
    .qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
        color: var(--qode-header-dark-color) !important;
    }

        #qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
        .qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
            color: var(--qode-header-dark-hover-color) !important;
        }

    #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
    #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
    .qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
    .qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
        color: var(--qode-header-dark-hover-color) !important;
    }

    #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
    #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
    #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
    .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
        color: var(--qode-header-dark-color) !important;
    }

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0;
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #000;
    font-size: 28px;
    line-height: 1.28em;
    transition: color 0.2s ease-out;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important;
}

    #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
    #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
        color: var(--qode-header-light-hover-color) !important;
    }

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important;
}

    #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
    #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
        color: var(--qode-header-dark-hover-color) !important;
    }

.qodef-header--centered #qodef-page-header {
    height: 150px;
}

.qodef-header--centered .qodef-centered-logo-holder {
    flex-wrap: nowrap;
    width: 100%;
    gap: 40px;
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center;
}

    .qodef-header--centered #qodef-page-header-inner > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }

        .qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
            margin-left: 0;
        }

        .qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
            margin: 0 24px;
        }

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px;
}

#qodef-page-header-inner .qodef-header-line {
    flex-grow: 1;
    height: 1px;
    background: #d7cec1;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
}

    .qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation > ul {
        padding-left: 40px;
    }

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-line-right {
    display: none;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    margin-right: 40px;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation > ul {
    padding: 0 40px;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    margin-left: 40px;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto;
}

    .qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation > ul {
        padding-right: 40px;
    }

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-line-left {
    display: none;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px;
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px);
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px;
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.5s ease, top 0.5s ease;
    z-index: 100;
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
}

    .qodef-header-sticky-inner.qodef-content-grid {
        padding: 0;
    }

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start;
}

    .qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
        margin-left: 20px;
    }

    .qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
        margin-left: auto !important;
    }

#qodef-top-area {
    position: relative;
    background-color: #3c3434;
    z-index: 101;
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
}

    #qodef-top-area-inner.qodef-content-grid {
        padding: 0 !important;
    }

    #qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
        margin: 0 auto;
    }

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
}

    #qodef-top-area .qodef-widget-holder.qodef--left {
        margin-right: auto;
    }

    #qodef-top-area .qodef-widget-holder.qodef--right {
        margin-left: auto;
    }

    #qodef-top-area .qodef-widget-holder .widget {
        margin: 0 12px;
    }

        #qodef-top-area .qodef-widget-holder .widget:first-child {
            margin-left: 0;
        }

        #qodef-top-area .qodef-widget-holder .widget:last-child {
            margin-right: 0;
        }

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

    #qodef-top-area .widget .textwidget > *,
    #qodef-top-area .widget .widget p {
        margin: 0;
    }

#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
    display: none;
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #f8f2ed;
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10;
}

    .qodef-map-marker-holder.qodef-active {
        z-index: 500;
    }

        .qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
            fill: #3ebeb4;
        }

        .qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
            fill: #51a69e;
        }

    .qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
        display: block;
    }

    .qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
        fill: #3ebeb4;
    }

    .qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
        fill: #51a69e;
    }

    .qodef-map-marker-holder .qodef-map-marker {
        position: relative;
        width: 50px;
        height: auto;
        transition: all 0.15s ease-out;
    }

        .qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .qodef-map-marker-holder .qodef-map-marker svg {
            width: 100%;
            height: auto;
        }

            .qodef-map-marker-holder .qodef-map-marker svg path {
                transition: fill 0.2s ease-in-out;
            }

        .qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
            fill: #3ebeb4;
        }

        .qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
            fill: #51a69e;
        }

    .qodef-map-marker-holder .qodef-info-window {
        position: absolute;
        top: -10px;
        left: -17px;
        display: none;
        min-width: 284px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5);
        z-index: 10;
        transition: opacity 0.3s ease;
        transform: translate(0, -100%);
    }

    .qodef-map-marker-holder .qodef-info-window-inner {
        position: relative;
        display: flex;
        align-items: center;
        padding: 8px;
    }

        .qodef-map-marker-holder .qodef-info-window-inner:after {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 35px;
            width: 5px;
            height: 5px;
            background-color: #fff;
            border-top: 1px solid #707070;
            border-left: 1px solid #707070;
            transform: rotate(-135deg);
        }

        .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
            margin-right: 12px;
        }

            .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
                display: block;
                width: 65px;
            }

        .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
            margin: 0;
            transition: color 0.2s ease-out;
        }

        .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
            margin: 3px 0 0;
            font-family: "DM Sans", sans-serif;
            font-size: 14px;
            line-height: 1.2em;
        }

        .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

            .qodef-map-marker-holder
            .qodef-info-window-inner
            .qodef-info-window-link:hover ~ .qodef-info-window-details
            .qodef-info-window-title {
                color: var(--qode-main-color);
            }

.qodef-cluster-marker {
    width: 50px;
    height: auto;
}

    .qodef-cluster-marker.qodef-active svg path:first-child,
    .qodef-cluster-marker:hover svg path:first-child {
        fill: #3ebeb4;
    }

    .qodef-cluster-marker.qodef-active svg path:last-child,
    .qodef-cluster-marker:hover svg path:last-child {
        fill: #51a69e;
    }

    .qodef-cluster-marker .qodef-cluster-marker-inner {
        position: relative;
    }

        .qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
            position: absolute;
            top: -4px;
            left: 0;
            right: 0;
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            color: #000;
        }

    .qodef-cluster-marker svg {
        width: 100%;
        height: auto;
    }

        .qodef-cluster-marker svg path {
            transition: fill 0.2s ease-in-out;
        }

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #707070;
    z-index: 9999;
}

    .qodef-places-geo-radius .qodef-range-slider-label {
        display: inline-flex;
        align-items: center;
        height: 100%;
    }

    .qodef-places-geo-radius .noUi-target {
        position: relative;
        display: inline-flex;
        height: 3px;
        width: calc(100% - 70px);
        background-color: #eaeaea;
        border: 0;
        direction: ltr;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        touch-action: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 10px;
    }

        .qodef-places-geo-radius .noUi-target * {
            -webkit-touch-callout: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-user-select: none;
            touch-action: none;
            -ms-user-select: none;
            user-select: none;
        }

        .qodef-places-geo-radius .noUi-target .noUi-base {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .qodef-places-geo-radius .noUi-target .noUi-connects {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        .qodef-places-geo-radius .noUi-target .noUi-connect,
        .qodef-places-geo-radius .noUi-target .noUi-origin {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            will-change: transform;
            transform-origin: 0 0;
        }

        .qodef-places-geo-radius .noUi-target .noUi-connect {
            background-color: var(--qode-main-color);
        }

        .qodef-places-geo-radius .noUi-target .noUi-handle {
            position: absolute;
            top: -3px;
            left: auto;
            right: -9px;
            width: 9px;
            height: 9px;
            background-color: var(--qode-main-color);
            cursor: pointer;
        }

        .qodef-places-geo-radius .noUi-target .noUi-tooltip {
            position: absolute;
            left: 50%;
            bottom: 7px;
            display: block;
            font-size: 12px;
            white-space: nowrap;
            transform: translateX(-50%);
        }

            .qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
                content: " km";
            }

    .qodef-places-geo-radius .noUi-state-drag * {
        cursor: inherit !important;
    }

    .qodef-places-geo-radius .noUi-draggable {
        cursor: ew-resize;
    }

    .qodef-places-geo-radius [disabled] .noUi-handle,
    .qodef-places-geo-radius [disabled].noUi-handle,
    .qodef-places-geo-radius [disabled].noUi-target {
        cursor: not-allowed !important;
    }

#qodef-page-mobile-header {
    background-color: #fff;
}

    #qodef-page-mobile-header .qodef-widget-holder {
        display: flex;
        align-items: center;
        height: 100%;
    }

        #qodef-page-mobile-header .qodef-widget-holder .widget {
            margin: 0 0 0 12px;
        }

    #qodef-page-mobile-header .widget {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

        #qodef-page-mobile-header .widget .textwidget > *,
        #qodef-page-mobile-header .widget .widget p {
            margin: 0;
        }

    #qodef-page-mobile-header div[id^="monster-widget-placeholder"],
    #qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
        display: none;
    }

    #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
        color: #fff;
    }

        #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
            visibility: hidden;
        }

            #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
                visibility: visible;
            }

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform 0.3s ease, top 0.3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%;
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #000;
    font-size: 28px;
    line-height: 1.28em;
    transition: color 0.2s ease-out;
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
}

.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    cursor: default;
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}

    .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
        margin-right: auto;
    }

    .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
        margin-left: 20px;
    }

.qodef-fullscreen-menu--opened {
    overflow-y: hidden;
}

    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
        opacity: 1;
    }

    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
        opacity: 0;
    }

    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
        color: var(--qode-header-light-color) !important;
    }

        .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
        .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
            color: var(--qode-header-light-hover-color) !important;
        }

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px;
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    padding: 70px 60px;
    background-color: #222121;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

    #qodef-side-area-mobile-header .qodef-m-close {
        position: absolute;
        top: 26px;
        right: 55px;
        display: block;
        z-index: 1000;
        color: #fff;
    }

@media only screen and (max-width: 680px) {
    #qodef-side-area-mobile-header .qodef-m-close {
        right: 45px;
    }
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%;
}

    #qodef-side-area-mobile-header .qodef-m-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #qodef-side-area-mobile-header .qodef-m-navigation ul li {
            position: relative;
            padding: 0;
            margin: 0;
        }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
                display: none;
                transform: translateZ(0);
            }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
                position: relative;
                display: block;
                padding: 0;
                z-index: 997;
            }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
                display: none;
            }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li ul {
                margin-bottom: 35px;
            }

                #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li {
                    margin-bottom: 12px;
                }

                    #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
                        position: relative;
                        display: flex;
                        white-space: normal;
                        margin: 7px 0;
                        overflow: hidden;
                        transition: padding 0.2s ease-out;
                        padding-right: 15px;
                        font-family: "DM Sans", sans-serif;
                        font-size: 15px;
                        line-height: 1.6em;
                        font-weight: 400;
                        color: #fff;
                        font-size: 18px;
                        color: #fff;
                    }

                        #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
                            flex-shrink: 0;
                        }

                        #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a:before {
                            content: "";
                            position: absolute;
                            top: calc(50% - 4px);
                            height: 6px;
                            width: 6px;
                            background: var(--qode-main-color);
                            border-radius: 100%;
                            transition: left 0.2s ease-out, right 0.2s ease-out;
                            left: -15px;
                        }

                    #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
                        color: false;
                        padding-left: 15px;
                        padding-right: 0;
                    }

                        #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a:before {
                            left: 0;
                        }

                    #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a,
                    #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a {
                        color: false;
                        padding-left: 15px;
                        padding-right: 0;
                    }

                        #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a:before,
                        #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a:before {
                            left: 0;
                        }

                #qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
                    display: none;
                    padding-left: 25px;
                }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
                cursor: default;
            }

            #qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
                transform: rotate(90deg);
            }

    #qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
        margin-right: 5px;
    }

    #qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
        display: none;
    }

    #qodef-side-area-mobile-header .qodef-m-navigation > ul > li {
        margin-bottom: 20px;
    }

        #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
            font-size: 28px;
            font-family: Marcellus, serif;
            color: #fff;
            width: 100%;
            background-repeat: no-repeat;
            background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
            transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
            background-size: 0 95%;
        }

            #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a.qodef-hovered,
            #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
                background-size: 100% 95%;
            }

        #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a,
        #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
            background-size: 100% 95%;
        }

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2 * 60px);
    height: auto;
}

    #qodef-side-area-mobile-header .qodef-widget-holder .widget {
        margin: 0;
    }

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px);
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}

    .qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
        margin-right: auto;
    }

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit;
}

    .qodef-header-navigation .qodef-menu-item-icon:before {
        display: block;
        line-height: inherit;
    }

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: -32px;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10;
}

    .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        z-index: 20;
        transition: opacity 0.2s ease-out;
    }

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
        position: relative;
        top: auto;
        opacity: 1;
        visibility: visible;
    }

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #000;
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    padding: 46px 0 41px;
    margin: 0 -15px;
}

    .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
        width: 100%;
        padding: 0 15px;
    }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
            font-family: "DM Sans", sans-serif;
            font-size: 15px;
            line-height: 1.6em;
            font-weight: 400;
            color: #797979;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
                color: var(--qode-main-color);
            }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
            display: none;
        }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
            padding-top: 12px;
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
                position: relative;
                display: flex;
                white-space: normal;
                margin: 7px 0;
                overflow: hidden;
                transition: padding 0.2s ease-out;
                padding-right: 15px;
                font-family: "DM Sans", sans-serif;
                font-size: 15px;
                line-height: 1.6em;
                font-weight: 400;
                color: #fff;
            }

                .qodef-header-navigation
                ul
                li.qodef-menu-item--wide
                .qodef-drop-down-second-inner > ul > li
                ul
                li > a
                .qodef-menu-item-icon {
                    flex-shrink: 0;
                }

                .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a:before {
                    content: "";
                    position: absolute;
                    top: calc(50% - 4px);
                    height: 6px;
                    width: 6px;
                    background: var(--qode-main-color);
                    border-radius: 100%;
                    transition: left 0.2s ease-out, right 0.2s ease-out;
                    left: -15px;
                }

            .qodef-header-navigation
            ul
            li.qodef-menu-item--wide
            .qodef-drop-down-second-inner > ul > li
            ul
            li.current-menu-item > a,
            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a {
                color: false;
                padding-left: 15px;
                padding-right: 0;
            }

                .qodef-header-navigation
                ul
                li.qodef-menu-item--wide
                .qodef-drop-down-second-inner > ul > li
                ul
                li.current-menu-item > a:before,
                .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before {
                    left: 0;
                }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a,
        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
            color: var(--qode-main-color);
        }

        .qodef-header-navigation
        ul
        li.qodef-menu-item--wide
        .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
            color: var(--qode-main-color);
        }

body:not(.qodef-drop-down-second--full-width)
.qodef-header-navigation
ul
li.qodef-menu-item--wide
.qodef-drop-down-second-inner {
    padding: 0 40px;
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

    .qodef-opener-icon .qodef-m-icon {
        position: relative;
        visibility: visible;
    }

        .qodef-opener-icon .qodef-m-icon.qodef--close {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
        }

    .qodef-opener-icon.qodef-source--icon-pack {
        font-size: 35px;
    }

        .qodef-opener-icon.qodef-source--icon-pack * {
            display: inline-block;
            line-height: inherit;
        }

        .qodef-opener-icon.qodef-source--icon-pack :before {
            display: inline-block;
            line-height: inherit;
        }

        .qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
            visibility: hidden;
        }

        .qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
            visibility: visible;
        }

    .qodef-opener-icon.qodef-source--svg-path span {
        position: relative;
    }

        .qodef-opener-icon.qodef-source--svg-path span > * {
            vertical-align: middle;
        }

        .qodef-opener-icon.qodef-source--svg-path span path,
        .qodef-opener-icon.qodef-source--svg-path span > * {
            fill: currentColor;
            stroke: currentColor;
        }

    .qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
        visibility: hidden;
    }

    .qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
        visibility: visible;
    }

    .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
        position: relative;
        display: block;
        width: 20px;
        height: 13px;
    }

    .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
            top: 0;
        }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
            top: 6px;
        }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
            bottom: 0;
        }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
        top: 6px;
        transform: rotate(45deg);
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
        top: 6px;
        transform: rotate(-45deg);
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
        opacity: 0;
    }

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .qodef-parallax.elementor-inner-section {
        height: 100%;
    }

    .qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
        --qode-y-px: calc(var(--qode-y) * 1px);
        transform: translateY(var(--qode-y-px)) translateZ(0);
    }

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.qodef-parallax-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    opacity: 0;
}

.qodef-page-title .qodef-parallax-img-holder {
    min-height: 500px;
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99;
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
}

img.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset;
}

.elementor img.qodef-parallax-img {
    height: 100%;
    max-width: unset;
}

.qodef-booked-appointments .booked-profile-appt-list .appt-block.approved .status-block {
    background-color: #000 !important;
}

.qodef-booked-appointments .booked-profile-appt-list .appt-block.pending .status-block {
    background-color: var(--qode-main-color) !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr {
    background-color: #fff !important;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-right,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-right,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-right {
        color: #797979 !important;
        transform: translateX(0);
        transition: all 0.25s ease-out;
        margin-top: -20px !important;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .calendarSavingState,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .calendarSavingState,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .calendarSavingState {
        color: #797979;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-right:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-right:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-right:hover {
        transform: translateX(2px);
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .page-left:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .page-left:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .page-left:hover {
        transform: translateX(-2px);
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-right,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-right,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-left,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-right {
        font-family: Linearicons-Free;
        color: var(--qode-main-color);
        font-size: 32px;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-right:before,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-right:before,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-right:before {
            content: "\e87a";
        }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th .booked-icon-arrow-left:before,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th .booked-icon-arrow-left:before,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr .booked-icon-arrow-left:before {
            content: "\e879";
        }

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead {
    background-color: transparent !important;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th {
        color: #000;
        font-family: Marcellus, serif;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 32px !important;
        letter-spacing: normal !important;
        padding: 20px 0 !important;
        border: none !important;
    }

@media only screen and (max-width: 680px) {
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th {
        font-size: 18px !important;
    }
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr {
    border-color: transparent !important;
    border: none !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName {
    font-family: Marcellus, serif;
    font-size: 24px !important;
    font-style: normal;
    line-height: 1.29em !important;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0 !important;
    color: var(--qode-main-color) !important;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName .backToMonth {
        display: none;
    }

@media only screen and (max-width: 680px) {
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName {
        font-size: 21px !important;
    }
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-right {
    margin-top: -0.6rem !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr {
    background-color: #fff;
    border: 1px solid #d7cec1;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock {
        background-color: transparent;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock td {
            padding: 0 !important;
        }

            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock td h2 {
                margin: 0 0 16px !important;
                color: #000;
            }

                .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock td h2 span,
                .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.entryBlock td h2 strong {
                    font-weight: 400;
                }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days {
        background-color: #fff !important;
        text-transform: none;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days th {
            background: 0 0 !important;
            border: none !important;
            color: #000 !important;
            padding: 20px 0 !important;
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.week td.active .date {
        background-color: var(--qode-main-color) !important;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number {
            color: #fff !important;
            background-color: var(--qode-main-color) !important;
        }

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td {
    background-color: #fff;
    font-size: 20px;
    color: #000;
    border-right: 1px solid #d7cec1 !important;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:first-child {
        border-left: none !important;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:last-child {
        border-right: none !important;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month {
        opacity: 0.4;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month.prev-date {
            border-left: 1px solid rgba(215, 206, 193, 0.4) !important;
            border-top: 1px solid rgba(215, 206, 193, 0.4) !important;
            border-right: 1px solid rgba(215, 206, 193, 0.4) !important;
        }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month.prev-date {
            border-right: 1px solid rgba(215, 206, 193, 0.4) !important;
            border-bottom: 1px solid rgba(215, 206, 193, 0.4) !important;
            border-left: 1px solid rgba(215, 206, 193, 0.4) !important;
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td .date {
        transition: all 0.3s ease-in-out;
        background-color: transparent !important;
        color: #000;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td .date .number {
            border-radius: 0;
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover {
        background-color: #f8f2ed !important;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active .date,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover .date,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active .date,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover .date,
        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date {
            background-color: var(--qode-main-color) !important;
        }

            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active .date .number,
            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active:hover .date .number,
            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active .date .number,
            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.active:hover .date .number,
            .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date .number {
                background-color: #f8f2ed !important;
                color: var(--qode-main-color) !important;
                transform: scale(1) !important;
            }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.booked {
        background-color: #fdf9f5 !important;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.booked:after {
            content: "";
            width: 140%;
            height: 1px;
            background-color: #d7cec1;
            position: absolute;
            left: 0;
            bottom: 0;
            transform: rotate(-45deg);
            transform-origin: 0 0;
        }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.booked .number {
            color: rgba(0, 0, 0, 0.5);
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month .date span.number,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month.prev-date .date span.number,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month .date span.number {
        color: #797979 !important;
        opacity: 0.4;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.next-month:hover .date .number,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month:hover .date .number {
        color: #000 !important;
        opacity: 1;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-month.prev-date:hover .date .number {
        color: #797979 !important;
        opacity: 0.3;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.prev-date .date {
        width: 100%;
        height: 100%;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today.prev-date .date span {
            color: #000 !important;
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today .date {
        transition: all 0.3s ease-in-out;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today .date span {
            color: #000 !important;
            border: none !important;
        }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.today:not(.prev-date):hover .date {
        background-color: #f8f2ed !important;
    }

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
        background: 0 0 !important;
        color: rgba(0, 0, 0, 0.4) !important;
        cursor: context-menu;
    }

.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--edge .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date .date span,
.qodef-browser--ms-explorer .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
.qodef-browser--ms-explorer
.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
td.prev-date:hover
.date
span {
    background-color: #fafafa !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:hover .date {
    background-color: #f8f2ed !important;
    transition: none;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td:hover .date span {
        background-color: #f8f2ed;
        color: var(--qode-main-color);
        transition: none;
    }

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody {
    background-color: #fff !important;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody tr {
        border: 1px solid #d7cec1 !important;
    }

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot:hover {
    background: 0 0;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown {
    padding: 20px 30px 30px;
    background-color: #fdf9f5;
}

    .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot {
        padding: 17px 17px 0 15px !important;
        border: 1px solid #d7cec1 !important;
        background-color: #fff;
    }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot:last-child {
            margin-top: 11px;
        }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-time {
            padding: 0;
            width: 100% !important;
            display: block;
        }

            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-time
            .timeslot-title {
                font-family: Marcellus, serif;
                font-weight: 400;
                color: #000;
                font-size: 28px;
                line-height: 1.28em;
                color: #000 !important;
                font-style: normal;
                font-size: 20px;
                margin: 0 0 8px !important;
                letter-spacing: 0 !important;
            }

            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-time
            .timeslot-range {
                font-size: 15px !important;
                color: #797979;
                font-family: "DM Sans", sans-serif;
                font-weight: 400;
            }

                .qodef-booked-calendar
                .booked-calendar-wrap
                table.booked-calendar
                .booked-appt-list.shown
                .timeslot
                .timeslot-time
                .timeslot-range
                .booked-icon {
                    color: #797979 !important;
                }

            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-time
            .spots-available {
                line-height: 2.2;
                font-size: 12px;
                letter-spacing: 0.25em;
            }

        .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people {
            padding: 6px 0 0 0;
            width: 100% !important;
            float: none !important;
        }

            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-people
            .button-timeslot,
            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-people
            .timeslot-mobile-title {
                display: none;
            }

            .qodef-booked-calendar
            .booked-calendar-wrap
            table.booked-calendar
            .booked-appt-list.shown
            .timeslot
            .timeslot-people
            .button {
                background-color: var(--qode-main-color) !important;
                border-color: transparent !important;
                padding: 0 10px;
                transition: all 0.3s ease-in-out !important;
                cursor: pointer;
                float: none !important;
                margin: 0 0 28px 0 !important;
            }

@media only screen and (max-width: 680px) {
    .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot
    .timeslot-people
    .button {
        padding: 8px 10px;
    }
}

.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
.booked-appt-list.shown
.timeslot
.timeslot-people
.button:hover {
    background-color: var(--qode-main-color) !important;
    border-color: transparent !important;
}

.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
.booked-appt-list.shown
.timeslot
.timeslot-people
.button:focus {
    outline: 0 !important;
}

.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
.booked-appt-list.shown
.timeslot
.timeslot-people
.button
.button-text {
    font-family: "DM Sans", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 11px;
    color: #fff !important;
    letter-spacing: 0.22em;
    font-weight: 500;
    display: block !important;
}

.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
.booked-appt-list.shown
.timeslot
.timeslot-people
button[disabled] {
    background-color: #fdf9f5 !important;
}

    .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot
    .timeslot-people
    button[disabled]
    .button-text {
        color: grey !important;
    }

    .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot
    .timeslot-people
    button[disabled]:hover {
        background-color: #fdf9f5 !important;
    }

        .qodef-booked-calendar
        .booked-calendar-wrap
        table.booked-calendar
        .booked-appt-list.shown
        .timeslot
        .timeslot-people
        button[disabled]:hover
        .button-text {
            color: grey !important;
        }

.qodef-booked-calendar
.booked-calendar-wrap
table.booked-calendar
.booked-appt-list.shown
.timeslot.timeslot-unavailable
.timeslot-people
.button {
    background-color: #eee !important;
    color: #aaa !important;
}

    .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot.timeslot-unavailable
    .timeslot-people
    .button:hover {
        background-color: #eee !important;
        color: #aaa !important;
    }

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .booked-loading .booked-spinner div > * {
    background-color: #797979 !important;
}

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar thead tr.days th {
    padding: 15px 0 !important;
}

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar thead th {
    background-color: #f8f2ed !important;
}

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td {
    font-size: 14px;
}

    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active,
    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover,
    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active,
    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover,
    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today:not(.prev-date):hover {
        background-color: #f8f2ed !important;
    }

        .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date,
        .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date,
        .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date,
        .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date,
        .qodef-booked-calendar
        .booked-calendar-wrap.small
        table.booked-calendar
        tbody
        tr.week
        td.today:not(.prev-date):hover
        .date {
            background-color: var(--qode-main-color) !important;
        }

            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date span,
            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date span,
            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date span,
            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active:hover .date span,
            .qodef-booked-calendar
            .booked-calendar-wrap.small
            table.booked-calendar
            tbody
            tr.week
            td.today:not(.prev-date):hover
            .date
            span {
                background-color: #797979 !important;
            }

            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active .date .number,
            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.active:hover .date .number,
            .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tbody tr.week td.today.active .date .number,
            .qodef-booked-calendar
            .booked-calendar-wrap.small
            table.booked-calendar
            tbody
            tr.week
            td.today.active:hover
            .date
            .number,
            .qodef-booked-calendar
            .booked-calendar-wrap.small
            table.booked-calendar
            tbody
            tr.week
            td.today:not(.prev-date):hover
            .date
            .number {
                background-color: #f8f2ed !important;
                color: #000 !important;
                transform: scale(1) !important;
            }

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date {
    background-color: #f8f2ed !important;
}

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot {
    border: 0 !important;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
}

    .qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar .booked-appt-list.shown .timeslot:last-child {
        margin: 0 0 10px !important;
    }

    .qodef-booked-calendar
    .booked-calendar-wrap.small
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot
    .timeslot-time
    .spots-available {
        line-height: 2.2;
    }

    .qodef-booked-calendar
    .booked-calendar-wrap.small
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot
    .timeslot-people {
        padding: 1px 0 0;
    }

        .qodef-booked-calendar
        .booked-calendar-wrap.small
        table.booked-calendar
        .booked-appt-list.shown
        .timeslot
        .timeslot-people
        .button {
            padding: 0 18px 9px;
        }

        .qodef-booked-calendar
        .booked-calendar-wrap.small
        table.booked-calendar
        .booked-appt-list.shown
        .timeslot
        .timeslot-people
        .timeslot-mobile-title {
            font-family: Marcellus, serif;
            font-size: 22px;
        }

        .qodef-booked-calendar
        .booked-calendar-wrap.small
        table.booked-calendar
        .booked-appt-list.shown
        .timeslot
        .timeslot-people
        .button-timeslot {
            font-size: 12px !important;
            font-family: "DM Sans", sans-serif;
            font-weight: 300;
        }

        .qodef-booked-calendar
        .booked-calendar-wrap.small
        table.booked-calendar
        .booked-appt-list.shown
        .timeslot
        .timeslot-people
        .spots-available {
            font-size: 12px;
            letter-spacing: 0.25em;
            padding: 8px 0 3px;
            font-family: "DM Sans", sans-serif;
        }

body .booked-modal .booked-form .equired-asterisk {
    color: #cc723f !important;
    vertical-align: top;
    margin: 3px 0 0 3px;
    font-size: 9px;
}

body .booked-modal .bm-overlay {
    background: rgba(60, 52, 52, 0.8) !important;
}

body .booked-modal .booked-form.booked-scrollable {
    background-color: #fdf9f5 !important;
    border-radius: 0 !important;
    padding: 7px 40px 50px !important;
}

@media only screen and (max-width: 680px) {
    body .booked-modal .booked-form.booked-scrollable {
        padding: 25px 25px 25px !important;
    }
}

body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .bookings .booked-appointment {
    padding: 13px 16px 13px !important;
}

body
.booked-modal
.booked-form.booked-scrollable
#newAppointmentForm
.bookings
.booked-appointment-details
.appointment-title {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    padding-bottom: 4px;
    margin-bottom: 0 !important;
}

body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .bookings .appointment-info {
    margin: 0 !important;
}

body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .bookings .equired-asterisk {
    color: #cc723f !important;
    vertical-align: top;
    margin: 3px 0 0 3px;
    font-size: 9px;
}

body .booked-modal .booked-form.booked-scrollable #newAppointmentForm .field {
    margin: 13px 0 7px !important;
}

body .booked-modal .booked-form.booked-scrollable .equired-asterisk {
    color: #cc723f !important;
    vertical-align: top;
    margin: 3px 0 0 3px;
    font-size: 9px;
}

body .booked-modal .bm-window {
    padding-top: 63px;
    width: 595px !important;
}

@media only screen and (max-width: 680px) {
    body .booked-modal .bm-window {
        padding-top: 80px;
        width: 450px !important;
    }
}

@media only screen and (max-width: 480px) {
    body .booked-modal .bm-window {
        padding-top: 86px;
        width: 350px !important;
    }
}

body .booked-modal .bm-window #newAppointmentForm > p {
    padding-top: 16px;
}

body .booked-modal .bm-window .booked-title-bar {
    background-color: #fdf9f5 !important;
    border-radius: 0 !important;
    padding: 18px 30px 0 29px !important;
    margin: 0 !important;
}

    body .booked-modal .bm-window .booked-title-bar small {
        font-family: Marcellus, serif !important;
        color: #000 !important;
        line-height: 36px !important;
        font-size: 28px !important;
        text-transform: capitalize !important;
        letter-spacing: 0 !important;
        font-weight: 400 !important;
        padding: 26px 9px 0;
    }

@media only screen and (max-width: 480px) {
    body .booked-modal .bm-window .booked-title-bar small {
        padding: 14px 0 0;
    }
}

body .booked-modal .bm-window p {
    margin: 0 0 27px !important;
}

body .booked-modal .bm-window .close {
    color: #000 !important;
    top: 25px !important;
    right: 23px !important;
}

body .booked-modal .bm-window .booked-appointments {
    box-shadow: none !important;
    border: 1px solid #d7cec1 !important;
    padding: 13px 16px 13px !important;
}

body .booked-modal .bm-window .cf-block .field-label {
    font-family: Marcellus, serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1.3em;
    padding-top: 8px;
}

body .booked-modal .bm-window .cf-block input.textfield {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 17px 24px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0 !important;
    outline: 0;
    cursor: pointer;
}

body .booked-modal .bm-window .cf-block .booked-forgot-password {
    text-decoration: underline;
    color: #999;
}

body .booked-modal .bm-window .cf-block .field {
    margin: 8px 0 19px;
}

    body .booked-modal .bm-window .cf-block .field:nth-child(2) {
        position: relative;
        height: 55px;
    }

        body .booked-modal .bm-window .cf-block .field:nth-child(2):after {
            font-family: Linearicons-Free;
            color: #000;
            font-size: 18px;
            content: "\e82a";
            position: absolute;
            right: 17px;
            top: 15px;
        }

    body .booked-modal .bm-window .cf-block .field:nth-child(3) {
        position: relative;
        height: 55px;
    }

        body .booked-modal .bm-window .cf-block .field:nth-child(3):after {
            font-family: Linearicons-Free;
            color: #000;
            font-size: 18px;
            content: "\e818";
            position: absolute;
            right: 17px;
            top: 15px;
        }

body .booked-modal .bm-window input.button.button-primary {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-weight: 500;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    font-family: "DM Sans", sans-serif !important;
    color: #fff !important;
    background-color: var(--qode-main-color) !important;
    border: 1px solid transparent !important;
    padding: 22px 42px !important;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.26em;
}

@media only screen and (max-width: 680px) {
    body .booked-modal .bm-window input.button.button-primary {
        margin-top: 25px;
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }
}

body .booked-modal .bm-window input.button.button-primary:hover {
    background-color: #db6d2e !important;
}

@media only screen and (max-width: 480px) {
    body .booked-modal .bm-window input#submit-request-appointment {
        margin-bottom: 12px;
    }
}

body .booked-modal .bm-window .booked-forgot-goback.button,
body .booked-modal .bm-window button.cancel.button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-weight: 500;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 22px 59px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.26em;
    background-color: #000 !important;
    color: #fff !important;
}

@media only screen and (max-width: 680px) {
    body .booked-modal .bm-window .booked-forgot-goback.button,
    body .booked-modal .bm-window button.cancel.button {
        margin-top: 25px;
        width: 100%;
        justify-content: center;
    }
}

body .booked-modal .bm-window .booked-forgot-goback.button:hover,
body .booked-modal .bm-window button.cancel.button:hover {
    background-color: #3c3434 !important;
    cursor: pointer;
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-contact-form-7 .wpcf7-response-output {
        margin: 2em 0 0 0 !important;
    }

    .qodef-contact-form-7 label {
        color: #000;
        font-family: Marcellus, serif;
        font-size: 20px;
        line-height: 1.3em;
        margin-bottom: 12px;
    }

    .qodef-contact-form-7 .ajax-loader {
        animation: qode-rotate 2s linear infinite;
        background-image: none !important;
        border: 2px solid #e6e6e6 !important;
        border-radius: 50%;
        border-top: 2px solid var(--qode-main-color) !important;
        height: 23px !important;
        margin: 0 0 0 12px !important;
        position: absolute;
        right: -10px;
        width: 23px !important;
    }

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
}

    .qodef-instagram-list #sb_instagram #sbi_images {
        padding: 0 !important;
    }

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important;
    opacity: 1 !important;
}

    .qodef-instagram-list .sbi_photo_wrap a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.15);
        opacity: 0;
        transition: opacity 0.2s ease-out;
    }

    .qodef-instagram-list .sbi_photo_wrap a:after {
        color: #fff;
        content: "\f16d";
        font-family: "Font Awesome 5 Brands";
        font-size: 40px;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.2s ease-out;
    }

    .qodef-instagram-list .sbi_photo_wrap a:hover:after,
    .qodef-instagram-list .sbi_photo_wrap a:hover:before {
        opacity: 1;
    }

    .qodef-instagram-list .sbi_photo_wrap a img {
        display: inline-block !important;
    }

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 80px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

    .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
    .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
        width: 100%;
    }

    .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
        visibility: visible;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
        padding: 0 !important;
        margin: 0 !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
        padding: 0 5px !important;
        margin: 0 0 10px !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
        padding: 0 10px !important;
        margin: 0 0 20px !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
        padding: 0 15px !important;
        margin: 0 0 30px !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
        padding: 0 20px !important;
        margin: 0 0 40px !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
        padding: 0 25px !important;
        margin: 0 0 50px !important;
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px;
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
        padding: 0 40px !important;
        margin: 0 0 80px !important;
    }

.qodef-yith-wccl--predefined .select_box {
    display: inline-block;
}

    .qodef-yith-wccl--predefined .select_box:after {
        display: none;
    }

    .qodef-yith-wccl--predefined .select_box .select_option {
        vertical-align: middle;
        border: 0;
        margin: 0 5px 0 0;
        display: inline-block;
        float: none;
        position: relative;
    }

        .qodef-yith-wccl--predefined .select_box .select_option:last-child {
            margin-right: 0;
        }

        .qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
            border: 0;
            min-width: auto;
            width: auto;
            height: auto;
            line-height: inherit;
        }

        .qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
            width: 100px;
        }

            .qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
                background: #fff;
                border-radius: 0;
                border: 1px solid #707070 !important;
                padding: 10px;
                color: #797979;
            }

            .qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
                top: 100%;
                bottom: auto;
            }

    .qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
        border: 1px solid transparent;
        padding: 1px;
    }

        .qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
            width: 38px;
            height: 15px;
        }

        .qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
            border-color: #000;
        }

    .qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
        border: 1px solid transparent;
        padding: 1px;
    }

        .qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
            width: 40px;
            height: 40px;
            object-fit: cover;
        }

        .qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
            border-color: #000;
        }

    .qodef-yith-wccl--predefined .select_box.select_box_label > * {
        display: inline-flex;
        flex-wrap: wrap;
        display: inline-flex;
        vertical-align: middle;
        font-family: "DM Sans", sans-serif;
        font-size: 15px;
        line-height: 1.6em;
        color: #797979;
        flex-wrap: wrap;
    }

    .qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
        transition: color 0.2s ease-out;
        margin: 0;
    }

        .qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
            content: ",";
            margin-right: 5px;
        }

        .qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
            display: none;
        }

        .qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
            color: var(--qode-main-color);
        }

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px;
}

    .qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
        margin-bottom: 10px;
        text-align: right;
    }

        .qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
            margin-bottom: 0;
        }

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, 0.79) !important;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0;
}

    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
        padding: 0;
    }

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch;
}

    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
        transform: translateX(0);
    }

    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
        height: 100%;
    }

    #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-image
    .woocommerce-product-gallery
    .woocommerce-product-gallery__wrapper,
    #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-image
    .woocommerce-product-gallery
    figure {
        margin: 0 !important;
    }

        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        .woocommerce-product-gallery__wrapper
        img,
        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        figure
        img {
            object-fit: cover;
        }

        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,
        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        figure > .woocommerce-product-gallery__image {
            width: 100% !important;
            margin: 0 !important;
        }

        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper,
        #yith-quick-view-modal
        #yith-quick-view-content.single-product
        .qodef-woo-single-image
        .woocommerce-product-gallery
        figure > .qodef-woo-thumbnails-wrapper {
            display: none !important;
        }

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px;
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
}

    #yith-quick-view-modal #yith-quick-view-close:after {
        display: block;
        line-height: 25px;
        padding: 0 3px;
        position: relative;
        font-size: 18px;
        font-family: ElegantIcons;
        content: "M";
    }

body:not([class*="amfissa-core"]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: "x";
    font-family: initial;
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
}

    .qodef-yith-wcqv--predefined .yith-wcqv-button:before {
        font-size: 22px;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f06e";
    }

.qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button {
    color: #fff !important;
}

    .qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button:hover {
        color: var(--qode-main-color) !important;
    }

    .qodef-yith-wcqv--predefined .qodef-woo-product-image-inner .yith-wcqv-button .blockUI {
        display: none !important;
    }

.yith-wcwl-form .wishlist-title-container {
    display: none !important;
}

.yith-wcwl-form .shop_table {
    font-size: 100%;
}

    .yith-wcwl-form .shop_table tr {
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .yith-wcwl-form .shop_table td,
    .yith-wcwl-form .shop_table th {
        padding: 15px 0 15px 15px;
        vertical-align: middle;
        text-align: left;
        border: 0;
    }

        .yith-wcwl-form .shop_table td:first-child,
        .yith-wcwl-form .shop_table th:first-child {
            padding-left: 0;
        }

    .yith-wcwl-form .shop_table th {
        font-family: Marcellus, serif;
        font-weight: 400;
        color: #000;
        font-size: 24px;
        line-height: 1.333em;
    }

    .yith-wcwl-form .shop_table td ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .yith-wcwl-form .shop_table td ul li {
            margin: 0 0 10px;
            padding: 0;
        }

            .yith-wcwl-form .shop_table td ul li:last-child {
                margin-bottom: 0;
            }

            .yith-wcwl-form .shop_table td ul li label {
                margin-bottom: 0;
            }

    .yith-wcwl-form .shop_table p {
        margin: 0;
    }

    .yith-wcwl-form .shop_table .variation:after,
    .yith-wcwl-form .shop_table .variation:before {
        content: "";
        display: table;
        table-layout: fixed;
    }

    .yith-wcwl-form .shop_table .variation:after {
        clear: both;
    }

    .yith-wcwl-form .shop_table .variation dt {
        clear: left;
        float: left;
        font-weight: initial;
    }

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%;
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px;
}

@media only screen and (max-width: 680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%;
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important;
}

    .yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
        width: auto !important;
    }

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #797979 !important;
    border-color: transparent !important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-weight: 500;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color 0.2s ease-out, border-color 0.2s ease-out !important;
    padding: 20px 27px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid transparent !important;
}

    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
        color: #fff !important;
        background-color: #3c3434 !important;
    }

    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
        display: none !important;
    }

    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
        display: none !important;
    }

    .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
    .yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
        display: none !important;
    }

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important;
}

    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
        font-size: 22px;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f004";
    }

    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
        font-size: 22px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
    .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
        display: none !important;
    }

.qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important;
}

    .qodef-yith-wcwl--predefined .qodef-woo-product-image-inner .yith-wcwl-add-to-wishlist a:hover {
        color: var(--qode-main-color) !important;
    }

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important;
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

    .qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a .qodef-product-category-image,
    .qodef-woo-product-list .product-category a .qodef-product-category-image {
        position: relative;
        border: 1px solid #d7cec1;
        width: 100%;
        display: block;
        height: 100%;
        overflow: hidden;
        transition: background-color 0.3s ease-out;
    }

        .qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a .qodef-product-category-image:hover,
        .qodef-woo-product-list .product-category a .qodef-product-category-image:hover {
            background-color: #fdf9f5;
        }

            .qodef-woo-product-category-list.qodef-item-layout--info-below
            .product-category
            a
            .qodef-product-category-image:hover
            img:nth-child(2),
            .qodef-woo-product-list .product-category a .qodef-product-category-image:hover img:nth-child(2) {
                transform: scale(1.04);
            }

            .qodef-woo-product-category-list.qodef-item-layout--info-below
            .product-category
            a
            .qodef-product-category-image:hover + .woocommerce-loop-category__title,
            .qodef-woo-product-list .product-category a .qodef-product-category-image:hover + .woocommerce-loop-category__title {
                background-size: 100% 95%;
            }

            .qodef-woo-product-category-list.qodef-item-layout--info-below
            .product-category
            a
            .qodef-product-category-image:hover
            svg,
            .qodef-woo-product-list .product-category a .qodef-product-category-image:hover svg {
                stroke: var(--qode-main-color);
            }

        .qodef-woo-product-category-list.qodef-item-layout--info-below
        .product-category
        a
        .qodef-product-category-image.qodef-has-hover-img:hover
        img:first-child,
        .qodef-woo-product-list .product-category a .qodef-product-category-image.qodef-has-hover-img:hover img:first-child {
            opacity: 0;
        }

        .qodef-woo-product-category-list.qodef-item-layout--info-below
        .product-category
        a
        .qodef-product-category-image.qodef-has-hover-img:hover
        img:nth-child(2),
        .qodef-woo-product-list .product-category a .qodef-product-category-image.qodef-has-hover-img:hover img:nth-child(2) {
            opacity: 1;
        }

    .qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a img,
    .qodef-woo-product-list .product-category a img {
        position: relative;
        width: 100%;
        left: 0;
        height: 100%;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

        .qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a img:nth-child(2),
        .qodef-woo-product-list .product-category a img:nth-child(2) {
            opacity: 0;
            position: absolute;
        }

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    text-align: center;
    margin-top: 20px;
    width: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 95%;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none;
}

.qodef-woo-product-list.qodef-custom-slider {
    display: flex;
    padding: 0 100px 0 80px;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .qodef-woo-product-list.qodef-custom-slider {
        padding: 0 125px 0 125px;
        flex-direction: column;
    }

        .qodef-woo-product-list.qodef-custom-slider .qodef-swiper-container {
            width: calc(100vw - 80px);
            margin-left: 4px;
        }
}

@media only screen and (max-width: 768px) {
    .qodef-woo-product-list.qodef-custom-slider {
        padding: 0 53px 0 53px;
    }

        .qodef-woo-product-list.qodef-custom-slider .qodef-swiper-container {
            margin-left: 0;
        }
}

@media only screen and (max-width: 680px) {
    .qodef-woo-product-list.qodef-custom-slider {
        padding: 0 40px 0 40px;
    }
}

.qodef-woo-product-list.qodef-custom-slider .qodef-e-subtitle {
    color: var(--qode-main-color);
    margin-bottom: 0;
}

.qodef-woo-product-list.qodef-custom-slider .qodef-e-text {
    font-size: 18px;
    margin-bottom: 40px;
}

.qodef-woo-product-list.qodef-custom-slider .qodef-e-title {
    margin: 0 0 23px;
}

.qodef-woo-product-list.qodef-custom-slider .qodef-product-list-slider-info {
    flex: 26%;
    position: relative;
    padding-right: 4%;
    margin-bottom: 27px;
}

@media only screen and (max-width: 1024px) {
    .qodef-woo-product-list.qodef-custom-slider .qodef-product-list-slider-info {
        padding-right: 0;
        margin-bottom: 38px;
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-woo-product-list.qodef-custom-slider .qodef-product-list-slider-info {
        padding-right: 10%;
        padding-top: 76px;
    }
}

.qodef-woo-product-list.qodef-custom-slider .swiper-button-next,
.qodef-woo-product-list.qodef-custom-slider .swiper-button-prev {
    display: inline-block;
    position: relative;
    font-size: 28px;
    top: 0;
    right: 0;
    left: 0 !important;
    bottom: 0;
    transform: none;
    margin-right: 20px !important;
    transition: transform 0.3s ease-in-out;
}

    .qodef-woo-product-list.qodef-custom-slider .swiper-button-next svg,
    .qodef-woo-product-list.qodef-custom-slider .swiper-button-prev svg {
        stroke: #000;
    }

    .qodef-woo-product-list.qodef-custom-slider .swiper-button-prev:hover {
        transform: translateX(-3px);
    }

    .qodef-woo-product-list.qodef-custom-slider .swiper-button-next:hover {
        transform: translateX(3px);
    }

.qodef-woo-product-list.qodef-custom-slider .qodef-swiper-container {
    flex: 74%;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image:not(.qodef-item--landscape) .qodef-woo-product-image img {
    object-fit: contain !important;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image {
    height: inherit;
    background: #f6f2ef;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .button {
    margin-top: 20px !important;
}

.widget_amfissa_core_woo_dropdown_cart,
.widget_shopping_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .widget_amfissa_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
    .widget_shopping_cart .qodef-widget-dropdown-cart-inner {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-m-opener,
    .widget_amfissa_core_woo_dropdown_cart > .widgettitle,
    .widget_shopping_cart .qodef-m-opener,
    .widget_shopping_cart > .widgettitle {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        margin: 0;
        cursor: pointer;
    }

        .widget_amfissa_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon,
        .widget_amfissa_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-icon,
        .widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon,
        .widget_shopping_cart > .widgettitle .qodef-m-opener-icon {
            height: 24px;
            width: 24px;
        }

        .widget_amfissa_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
        .widget_amfissa_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-count,
        .widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
        .widget_shopping_cart > .widgettitle .qodef-m-opener-count {
            background-color: var(--qode-main-color);
            border-radius: 50%;
            color: #fff;
            width: 16px;
            height: 16px;
            font-size: 12px;
            display: grid;
            align-content: center;
            text-align: center;
            margin: -16px 0 0 -10px;
        }

    .widget_amfissa_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
    .widget_amfissa_core_woo_dropdown_cart .widget_shopping_cart_content,
    .widget_shopping_cart .qodef-widget-dropdown-cart-content,
    .widget_shopping_cart .widget_shopping_cart_content {
        display: block;
        padding: 30px 0;
        text-align: left;
        background: #fff;
        border: 1px solid #707070;
        transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    }

header .widget_amfissa_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_amfissa_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 370px;
    opacity: 0 !important;
    visibility: hidden !important;
}

.widget_amfissa_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_amfissa_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > * {
    padding: 0 30px !important;
}

.widget_amfissa_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_amfissa_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
    display: none !important;
}

.widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    position: relative;
    margin: 0 0 20px;
}

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child,
    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-child,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-child,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child,
    .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-child,
    .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-child,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
        margin: 0;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
    .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
    .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
        width: 60px;
        margin-right: 20px;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
    .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
    .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        line-height: 1;
        z-index: 5;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
    .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
    .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
        display: none;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
        vertical-align: top;
        float: left;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a {
        display: block;
        font-family: Marcellus, serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.333em;
    }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:after,
    .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after,
    .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:after {
        content: "";
        display: table;
        clear: both;
    }

.widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
    position: relative;
    max-height: 50vh;
    overflow: hidden;
}

.widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex;
}

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image,
    .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image {
        flex-shrink: 0;
    }

        .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image img,
        .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image img {
            width: 70px;
            height: 94px;
            object-fit: cover;
        }

        .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a,
        .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a {
            display: block;
        }

    .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content,
    .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content {
        width: 100%;
        padding-right: 20px;
    }

        .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title,
        .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title {
            margin: 0;
        }

            .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title a,
            .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title a {
                color: #000;
            }

                .widget_amfissa_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title a:hover,
                .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-title a:hover {
                    color: #000;
                    text-decoration: underline;
                }

.widget_amfissa_core_woo_dropdown_cart .qodef-m-order-details,
.widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .widget_amfissa_core_woo_dropdown_cart .qodef-m-order-details strong,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
    .widget_shopping_cart .qodef-m-order-details strong,
    .widget_shopping_cart .woocommerce-mini-cart__total strong {
        font-family: Marcellus, serif;
        font-weight: 400;
        color: #000;
        font-size: 20px;
        line-height: 1.3em;
    }

.widget_amfissa_core_woo_dropdown_cart .qodef-m-action,
.widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}

    .widget_amfissa_core_woo_dropdown_cart .qodef-m-action a,
    .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
    .widget_shopping_cart .qodef-m-action a,
    .widget_shopping_cart .woocommerce-mini-cart__buttons a {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
        font-family: "DM Sans", sans-serif;
        font-size: 13px;
        letter-spacing: 0.2em;
        line-height: 1.3em;
        font-weight: 500;
        width: auto;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 0;
        outline: 0;
        transition: color 0.2s ease-out, border-color 0.2s ease-out;
        padding: 20px 27px;
        color: #fff;
        background-color: #000;
        border: 1px solid transparent;
    }

        .widget_amfissa_core_woo_dropdown_cart .qodef-m-action a.qodef-m-checkout-link,
        .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-checkout-link,
        .widget_shopping_cart .qodef-m-action a.qodef-m-checkout-link,
        .widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-checkout-link {
            border: 1px solid #fff;
        }

            .widget_amfissa_core_woo_dropdown_cart .qodef-m-action a.qodef-m-checkout-link:hover,
            .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-checkout-link:hover,
            .widget_shopping_cart .qodef-m-action a.qodef-m-checkout-link:hover,
            .widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-checkout-link:hover {
                color: #fff;
                background-color: #3c3434;
            }

        .widget_amfissa_core_woo_dropdown_cart .qodef-m-action a.qodef-m-cart-link,
        .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-cart-link,
        .widget_shopping_cart .qodef-m-action a.qodef-m-cart-link,
        .widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-cart-link {
            background-color: var(--qode-main-color);
        }

            .widget_amfissa_core_woo_dropdown_cart .qodef-m-action a.qodef-m-cart-link:hover,
            .widget_amfissa_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a.qodef-m-cart-link:hover,
            .widget_shopping_cart .qodef-m-action a.qodef-m-cart-link:hover,
            .widget_shopping_cart .woocommerce-mini-cart__buttons a.qodef-m-cart-link:hover {
                background-color: transparent !important;
                border-color: var(--qode-main-color);
            }

header .widget_amfissa_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_amfissa_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (70px + 20px));
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #797979;
}

    .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
        color: var(--qode-main-color);
    }

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 20px;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 16px;
    width: 70px;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #797979;
}

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
        max-height: calc(4 * (70px + 20px));
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #797979;
    }

        #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: var(--qode-main-color);
        }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 20px;
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 16px;
        width: 70px;
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #797979;
    }

.widget_amfissa_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

        .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: top;
            height: 100%;
        }

        .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%;
        }

            .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-icon {
                width: 24px;
                height: 21px;
                z-index: 300;
            }

            .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count {
                background-color: var(--qode-main-color);
                border-radius: 50%;
                color: #fff;
                width: 20px;
                height: 20px;
                font-size: 14px;
                display: grid;
                align-content: center;
                text-align: center;
                margin: -20px 0 0 -8px;
                padding-bottom:5px;
                z-index: 400;
            }

        .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
            position: fixed;
            top: 0;
            right: -420px;
            height: 100vh;
            width: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 42px 0 205px;
            background-color: #1C1F21;
            border-left: 1px solid #707070;
            overflow: hidden;
            z-index: 9999;
            transition: transform 0.5s cubic-bezier(0.09, 0.29, 0.24, 0.96);
        }

            .widget_amfissa_core_woo_side_area_cart
            .qodef-widget-side-area-cart-inner
            .qodef-widget-side-area-cart-content
            .qodef-m-order-label,
            .widget_amfissa_core_woo_side_area_cart
            .qodef-widget-side-area-cart-inner
            .qodef-widget-side-area-cart-content
            .qodef-m-title,
            .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content a,
            .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content div,
            .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content p {
                color: #fff;
            }

.admin-bar
.widget_amfissa_core_woo_side_area_cart
.qodef-widget-side-area-cart-inner
.qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px);
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-title {
    margin: 0 0 30px;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found,
.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-title {
    padding: 0 48px;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    margin: 0;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 48px !important;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
        margin-top: 0;
    }

    .widget_amfissa_core_woo_side_area_cart
    .qodef-widget-side-area-cart-inner
    .qodef-woo-side-area-cart-item:hover
    .qodef-e-content
    .qodef-e-title
    a {
        background-size: 100% 95%;
    }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    margin-right: 16px;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
        width: 70px;
        height: 94px;
        object-fit: cover;
    }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
        display: block;
    }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0;
    transition: all 0.15s ease-in-out;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title a {
        display: inline-block;
        width: auto;
        background-repeat: no-repeat;
        background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
        transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        background-size: 0 95%;
    }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 6px 0 0;
    font-size: 13px;
    opacity: 0.65;
}

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove span {
        transition: color 0.15s ease-in-out;
    }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove:hover span {
        color: var(--qode-main-color);
    }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 34px;
    padding: 0 48px;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
        margin: 0;
    }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details .amount bdi {
        font-size: 18px;
    }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 60px;
    left: 49px;
    width: calc(100% - 98px);
    overflow: hidden;
}

    .widget_amfissa_core_woo_side_area_cart
    .qodef-widget-side-area-cart-inner
    .qodef-m-action.qodef-empty-cart-back-to-link {
        bottom: 41px !important;
    }

        .widget_amfissa_core_woo_side_area_cart
        .qodef-widget-side-area-cart-inner
        .qodef-m-action.qodef-empty-cart-back-to-link
        a {
            background-color: var(--qode-main-color);
            border: 0;
        }

            .widget_amfissa_core_woo_side_area_cart
            .qodef-widget-side-area-cart-inner
            .qodef-m-action.qodef-empty-cart-back-to-link
            a
            .qodef-btn-fill-color {
                background-color: #db6d2e !important;
            }

            .widget_amfissa_core_woo_side_area_cart
            .qodef-widget-side-area-cart-inner
            .qodef-m-action.qodef-empty-cart-back-to-link
            a:hover
            .qodef-m-tex {
                color: #fff;
            }

.widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-weight: 500;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    width: 100%;
    padding: 17px 20px;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    overflow: hidden;
}

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef-m-checkout-link {
        border: 1px solid #fff;
        margin-bottom: 26px;
        background-color: transparent;
    }

        .widget_amfissa_core_woo_side_area_cart
        .qodef-widget-side-area-cart-inner
        .qodef-m-action-link.qodef-m-checkout-link:hover {
            color: #000;
        }

        .widget_amfissa_core_woo_side_area_cart
        .qodef-widget-side-area-cart-inner
        .qodef-m-action-link.qodef-m-checkout-link
        .qodef-btn-fill-color {
            background-color: #fff;
        }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link.qodef-m-cart-link {
        background-color: var(--qode-main-color);
    }

        .widget_amfissa_core_woo_side_area_cart
        .qodef-widget-side-area-cart-inner
        .qodef-m-action-link.qodef-m-cart-link
        .qodef-btn-fill-color {
            background-color: #db6d2e !important;
        }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-btn-text,
    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text {
        position: relative;
        z-index: 2;
        will-change: transform;
    }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-btn-fill-color {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        height: 55px;
        transform: translateY(100%);
        transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
        color: #fff !important;
    }

    .widget_amfissa_core_woo_side_area_cart
    .qodef-widget-side-area-cart-inner
    .qodef-m-action-link:hover
    .qodef-btn-fill-color {
        transform: translateY(0);
    }

    .widget_amfissa_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover a {
        color: #fff !important;
    }

.widget_amfissa_core_woo_side_area_cart
.qodef-widget-side-area-cart-inner.qodef--opened
.qodef-widget-side-area-cart-content {
    transform: translateX(-100%);
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 420px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002;
    cursor: url(../img/close.svg), url(../img/close.html) 10 10, not-allowed;
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-portfolio-single .swiper-button-next,
    .qodef-portfolio-single .swiper-button-prev {
        font-size: 30px;
    }

        .qodef-portfolio-single .swiper-button-next span,
        .qodef-portfolio-single .swiper-button-prev span {
            color: #fff;
        }

    .qodef-portfolio-single .qodef-social-share {
        margin-top: 28px;
    }

    .qodef-portfolio-single .qodef-media iframe {
        max-height: 56.25vw;
    }

    .qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
        margin-top: -10px;
    }

    .qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-title {
        margin: 0 0 16px;
    }

    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-title {
        margin: 0 0 16px;
    }

    .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-title {
        margin: 0 0 16px;
    }

    .qodef-portfolio-single .qodef-portfolio-title {
        margin: 0 0 30px;
        font-size: 50px;
        padding-right: 58px;
    }

    .qodef-portfolio-single .qodef-portfolio-content {
        padding-right: 58px;
        font-size: 18px;
        color: #575757;
    }

    .qodef-portfolio-single .qodef-portfolio-info {
        padding-right: 58px;
    }

        .qodef-portfolio-single .qodef-portfolio-info > * {
            display: flex;
            align-items: flex-start;
        }

            .qodef-portfolio-single .qodef-portfolio-info > * .qodef-e-info-item {
                font-size: 18px;
            }

        .qodef-portfolio-single .qodef-portfolio-info > .qodef-info-display-below {
            flex-direction: column;
        }

            .qodef-portfolio-single .qodef-portfolio-info > .qodef-info-display-below .qodef-e-info-item {
                margin-bottom: 20px;
                white-space: pre-line;
                line-height: 40px;
                margin-top: -46px;
            }

        .qodef-portfolio-single .qodef-portfolio-info > .qodef-info-display-beside .qodef-e-info-item {
            margin-left: 5px;
        }

        .qodef-portfolio-single .qodef-portfolio-info > :last-child {
            margin-bottom: 0;
        }

        .qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
            margin: 0 0 14px 0;
            font-size: 18px;
            font-family: "DM Sans", sans-serif;
            font-weight: 700;
        }

        .qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
            font-size: 18px;
        }

        .qodef-portfolio-single .qodef-portfolio-info a,
        .qodef-portfolio-single .qodef-portfolio-info p {
            margin: 0;
        }

        .qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
            color: #575757;
        }

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        margin-top: 40px;
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
        margin-top: 37px;
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 40px;
    }

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block;
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1;
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0;
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0;
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff;
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px;
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .qodef-portfolio-list.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
        margin-bottom: 68px;
    }
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-portfolio-list .qodef-e-title-link:hover {
    color: #000;
}

.qodef-portfolio-list .qodef-e-media > * {
    margin-bottom: 30px;
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%;
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

    .qodef-portfolio-list .qodef-e-media-image a,
    .qodef-portfolio-list .qodef-e-media-image img {
        display: block;
        width: 100%;
    }

    .qodef-portfolio-list .qodef-e-media-image.qodef--background {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .qodef-portfolio-list .qodef-e-media-image.qodef--background img {
            visibility: hidden;
        }

.qodef-portfolio-list .qodef-e-title {
    margin: 0;
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 2px;
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px;
}

.qodef-portfolio-list .qodef-e-info a:first-child {
    position: relative;
    padding-left: 15px;
}

    .qodef-portfolio-list .qodef-e-info a:first-child:before {
        content: "";
        height: 6px;
        width: 6px;
        background-color: var(--qode-main-color);
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 0;
    }

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden;
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%;
}

    .qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        height: 100%;
    }

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 20px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-media-image {
    overflow: hidden;
}

    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-media-image img {
        transition: all 0.3s ease-in-out;
    }

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-title-link {
    width: auto;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 96%;
    display: inline-block;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-title-link {
    background-size: 100% 96%;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-media-image {
    overflow: hidden;
}

    .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-media-image img {
        transform: scale(1.06);
    }

.archive .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 20px 0 60px;
}

@media only screen and (max-width: 768px) {
    .archive .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .archive #qodef-page-inner {
        padding: 10px 0 0;
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover {
    margin: 0;
}

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image {
        overflow: hidden;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
            margin-bottom: 0;
        }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image img {
            transition: all 0.3s ease-in-out;
        }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 20px 40px 35px;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
            position: relative;
            z-index: 3;
        }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-info,
        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-top-holder {
            opacity: 0;
        }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
        color: #fff;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
            color: inherit;
        }

            .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
                color: var(--qode-main-color);
            }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info > * {
        color: #fff;
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
        color: var(--qode-main-color);
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
        z-index: 2;
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner:hover .qodef-e-media-image {
        overflow: hidden;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner:hover .qodef-e-media-image img {
            transform: scale(1.06);
        }

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image {
    margin: 0;
}

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
        margin-bottom: 0;
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 20px 40px 35px;
        background-color: rgba(0, 0, 0, 0.12);
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
            position: relative;
            z-index: 3;
        }

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
        color: #fff;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
            color: inherit;
        }

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
        color: #fff;
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
        color: var(--qode-main-color);
    }

    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
        z-index: 2;
    }

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .qodef-portfolio-project-info .qodef-e-label {
        margin: 0 0 5px 0;
    }

    .qodef-portfolio-project-info a,
    .qodef-portfolio-project-info p {
        margin: 0;
    }

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 112px 0 0;
    padding-top: 25px;
    border-top: 1px solid #d7cec1;
}

    #qodef-single-portfolio-navigation .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #qodef-single-portfolio-navigation .qodef-m-nav {
        position: relative;
        display: flex;
        align-items: center;
    }

        #qodef-single-portfolio-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit;
        }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
            margin: -3px 6px 0 0;
        }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-icon {
            transform: translateX(-5px);
        }

        #qodef-single-portfolio-navigation .qodef-m-nav svg:hover {
            stroke: var(--qode-main-color);
        }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
            flex-direction: row-reverse;
            text-align: right;
            margin-left: auto;
        }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
                margin: -3px 0 0 6px;
            }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-icon {
                transform: translateX(5px);
            }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
            position: absolute;
            top: 3px;
            left: 50%;
            transform: translateX(-50%);
        }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
                font-size: 32px;
            }

    #qodef-single-portfolio-navigation .qodef-m-nav-icon {
        font-size: 20px;
        color: var(--qode-main-color);
        transition: all 0.2s ease-in-out;
        transform: translateX(0);
        fill: none;
        stroke: #000;
    }

    #qodef-single-portfolio-navigation .qodef-m-nav-label {
        font-size: 13px;
        letter-spacing: 3px;
        font-weight: 500;
        color: var(--qode-main-color);
        text-transform: uppercase;
    }

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 40px;
    float: none;
}

    .qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
        margin-bottom: 0;
    }

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 40px;
    float: none;
}

    .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
        margin-bottom: 0;
    }

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--slider-small .qodef-e-inner .qodef-e-content .qodef-grid-inner {
        display: flex;
        flex-direction: column-reverse;
    }
}

.qodef-team-list .qodef-e-role {
    margin: 0;
}

.qodef-team-list .qodef-e-content {
    text-align: center;
}

.qodef-team-list .qodef-e-role {
    font-size: 18px;
    margin-bottom: 28px;
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 8px;
}

.qodef-team-list .qodef-team-member-social-icon {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 18px;
}

    .qodef-team-list .qodef-team-member-social-icon:hover {
        transform: translateY(-3px);
    }

    .qodef-team-list .qodef-team-member-social-icon:not(:last-child) {
        margin-right: 15px;
    }

.qodef-team-list .qodef-team-member-social-icons {
    margin: 0;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 30px 0 0;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    z-index: -1;
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 35px;
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px;
}

    .qodef-testimonials-list .qodef-e-media-image img {
        width: auto;
    }

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 20px;
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 13px;
}

.qodef-testimonials-list .qodef-testimonials-static-content {
    margin-bottom: 60px;
}

    .qodef-testimonials-list .qodef-testimonials-static-content.qodef-align--center {
        text-align: center;
    }

    .qodef-testimonials-list .qodef-testimonials-static-content.qodef-align--right {
        text-align: right;
    }

    .qodef-testimonials-list .qodef-testimonials-static-content.qodef-align--left {
        text-align: left;
    }

.qodef-testimonials-list .qodef-e-author {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2.6px;
}

.qodef-testimonials-list .qodef-e-static-title {
    margin-bottom: 20px;
}

.qodef-testimonials-list .qodef-e-static-subtitle {
    font-size: 18px;
    color: #575757;
    margin-bottom: 0;
}

.qodef-testimonials-list .qodef-e-stars {
    color: #eac54c;
    font-size: 18px;
    margin-bottom: 6px;
}

    .qodef-testimonials-list .qodef-e-stars span {
        margin-right: 5px;
    }

        .qodef-testimonials-list .qodef-e-stars span.qodef-empty-star {
            color: transparent;
            margin: 0 0 0 -4px;
            -webkit-text-stroke: #eac54c;
            -webkit-text-stroke-width: 2px;
        }

        .qodef-testimonials-list .qodef-e-stars span:nth-child(5):not(.qodef-empty-star) {
            font-size: 20px;
        }

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important;
}

    .qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
        background-color: var(--qode-main-color);
    }

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-static-subtitle,
.qodef-testimonials-list.qodef-skin--light .qodef-e-static-title,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff;
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet {
    background-color: #fff;
}

    .qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
        background-color: #fff;
    }

.qodef-testimonials-list.qodef-skin--light + div svg.qodef-svg--slider-arrow-left {
    stroke: #fff;
}

.qodef-testimonials-list.qodef-skin--light + div + div svg.qodef-svg--slider-arrow-right {
    stroke: #fff;
}

.qodef-review-rating {
    display: flex;
}

    .qodef-review-rating .qodef-rating-inner {
        display: flex;
        flex-basis: 50%;
    }

    .qodef-review-rating label {
        margin: 0 10px 0 0;
    }

    .qodef-review-rating .qodef-comment-rating-box {
        display: flex;
        margin: 0;
    }

    .qodef-review-rating .qodef-star-rating {
        position: relative;
        display: block;
        margin: 0 0.1em 0 0;
        cursor: pointer;
        color: var(--qode-main-color);
    }

        .qodef-review-rating .qodef-star-rating svg {
            display: block;
            width: 14px;
            height: auto;
            fill: none;
            stroke: currentColor;
        }

        .qodef-review-rating .qodef-star-rating.active svg {
            fill: currentColor;
        }

    .qodef-review-rating .qodef-comments-ratings {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        line-height: 1;
    }

        .qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

        .qodef-review-rating .qodef-comments-ratings .qodef-m-star {
            color: var(--qode-main-color);
        }

            .qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
                display: inline-block;
                margin-right: 3px;
                width: 14px;
                height: auto;
            }

                .qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
                    margin-right: 0;
                }

            .qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
                white-space: nowrap;
            }

                .qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
                    fill: currentColor;
                }

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0;
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px;
}

    .qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
        line-height: 28px;
    }

        .qodef-reviews-per-criteria
        .qodef-item-reviews-display-right
        .qodef-item-reviews-display-bar
        .qodef-item-reviews-display-bar-inner {
            padding: 6px 0;
        }

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center;
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em;
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle;
}

    .qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
        display: block;
    }

        .qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
            color: #ffd740;
        }

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px;
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block;
}

.qodef-comment-list .qodef-comment-name {
    float: none;
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%;
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%;
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity 0.3s ease;
}

    .qodef-search-cover-form .qodef-m-inner {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 0 70px;
    }

    .qodef-search-cover-form .qodef-m-form-field {
        padding: 0;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--qode-main-color);
        background-color: transparent;
        border: 0;
        border-radius: 0;
        outline-offset: 0;
    }

        .qodef-search-cover-form .qodef-m-form-field:focus {
            color: var(--qode-main-color);
        }

        .qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
            color: inherit;
            opacity: 1;
        }

        .qodef-search-cover-form .qodef-m-form-field::placeholder {
            color: inherit;
            opacity: 1;
        }

    .qodef-search-cover-form .qodef-m-close {
        flex-shrink: 0;
    }

        .qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
            font-size: 23px;
        }

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out 0.3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in 0.3s ease both;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
    display: none;
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%;
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color 0.2s ease-out;
}

    .qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
        color: var(--qode-main-color);
        background: 0 0;
    }

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px;
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width 0.5s ease 0.6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #797979;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px;
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #000;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible;
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out 0.3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in 0.3s ease both;
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px;
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}

    .qodef-accordion .qodef-accordion-content-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .qodef-accordion.qodef--init {
        visibility: visible;
    }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 12px 0 0;
        padding: 2px 10px 10px 5px;
        transition: color 0.2s ease-out, background-color 0.2s ease-out;
        cursor: pointer;
    }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #d7cec1;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:before {
            content: "";
            width: 0;
            height: 3px;
            background-color: #cc723f;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 20;
            transition: width 0.45s ease-in-out;
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
            margin-top: 0;
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
            position: relative;
            flex-shrink: 0;
            width: 20px;
            height: 18px;
            line-height: 1;
            text-align: center;
        }

            .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
                position: absolute;
                display: block;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                transition: opacity 0.2s ease-out;
            }

                .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
                    display: block;
                    line-height: inherit;
                }

                .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
                    opacity: 0;
                }

                .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
                    opacity: 1;
                }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active:before,
        .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover:before {
            width: 100%;
        }

        .qodef-accordion.qodef-layout--simple
        .qodef-accordion-title.ui-state-active
        .qodef-accordion-mark
        span.qodef-icon--minus,
        .qodef-accordion.qodef-layout--simple
        .qodef-accordion-title.ui-state-hover
        .qodef-accordion-mark
        span.qodef-icon--minus {
            opacity: 1;
        }

        .qodef-accordion.qodef-layout--simple
        .qodef-accordion-title.ui-state-active
        .qodef-accordion-mark
        span.qodef-icon--plus,
        .qodef-accordion.qodef-layout--simple
        .qodef-accordion-title.ui-state-hover
        .qodef-accordion-mark
        span.qodef-icon--plus {
            opacity: 0;
        }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding: 16px 0 2px;
        margin: 0;
    }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
            margin: 0;
        }

    .qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
        display: none;
    }

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-banner .qodef-m-banner-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }

    .qodef-banner .qodef-m-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .qodef-banner .qodef-m-content-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .qodef-banner .qodef-m-title {
        margin: 10px 0 4px;
    }

    .qodef-banner .qodef-m-title-inner {
        display: inline-block;
    }

    .qodef-banner .qodef-m-subtitle {
        font-family: Marcellus, serif;
        margin: 0;
        opacity: 0.5;
        letter-spacing: 0;
    }

    .qodef-banner .qodef-m-text-field {
        font-size: 15px;
        color: var(--qode-main-color);
        margin: 0 0 10px;
        font-style: italic;
    }

    .qodef-banner .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
    }

        .qodef-banner .qodef-m-image img {
            display: block;
            transition: all 0.35s ease-out;
        }

    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 19px 35px 35px;
    }

@media only screen and (max-width: 480px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 25px 20px 35px;
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 0 0 10px;
    width: 60%;
}

@media only screen and (max-width: 1600px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        width: 77%;
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        width: 65%;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        width: 70%;
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-weight: 500;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 19px 45px;
}

.qodef-button.qodef-size--small {
    padding: 20px 27px;
    font-size: 11px;
}

.qodef-button.qodef-size--large {
    padding: 17px 97px;
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.qodef-button.qodef-layout--filled {
    overflow: hidden;
}

    .qodef-button.qodef-layout--filled.qodef-html--link {
        color: #fff;
        background-color: #000;
        border: 1px solid transparent;
    }

        .qodef-button.qodef-layout--filled.qodef-html--link:hover {
            color: #fff;
        }

        .qodef-button.qodef-layout--filled.qodef-html--link .qodef-btn-text,
        .qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
            position: relative;
            z-index: 2;
            will-change: transform;
        }

        .qodef-button.qodef-layout--filled.qodef-html--link .qodef-btn-fill-color {
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            transform: translateY(100%);
            transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
            color: #fff;
            background-color: #3c3434;
        }

        .qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-btn-fill-color {
            transform: translateY(0);
        }

.qodef-button.qodef-layout--outlined {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    overflow: hidden;
}

    .qodef-button.qodef-layout--outlined:hover {
        color: #fff;
        background-color: transparent !important;
    }

    .qodef-button.qodef-layout--outlined .qodef-btn-text,
    .qodef-button.qodef-layout--outlined .qodef-m-text {
        position: relative;
        z-index: 2;
        will-change: transform;
    }

    .qodef-button.qodef-layout--outlined .qodef-btn-fill-color {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transform: translateY(100%);
        transition: transform 0.45s cubic-bezier(0.37, -0.05, 0, 0.79);
        color: #fff;
        background-color: #3c3434;
    }

    .qodef-button.qodef-layout--outlined:hover .qodef-btn-fill-color {
        transform: translateY(0);
    }

.qodef-button.qodef-layout--textual {
    position: relative;
    padding: 0 !important;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
}

    .qodef-button.qodef-layout--textual .qodef-m-text {
        display: inline-block;
    }

    .qodef-button.qodef-layout--textual:hover {
        color: #000;
    }

    .qodef-button.qodef-layout--textual.qodef--icon-arrow:after {
        content: "\e87a";
        font-family: Linearicons-Free;
        font-weight: 500;
        position: absolute;
        right: -17px;
        bottom: 0;
        color: var(--qode-main-color);
        transition: all 0.3s ease-in-out;
    }

    .qodef-button.qodef-layout--textual.qodef--icon-arrow:hover {
        color: var(--qode-main-color);
    }

        .qodef-button.qodef-layout--textual.qodef--icon-arrow:hover:after {
            right: -22px;
        }

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: flex;
        align-items: center;
    }

    .qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
        justify-content: space-between;
    }

    .qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
        justify-content: center;
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-content {
        padding-right: 20px;
    }

        .qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
            margin: 0;
        }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        flex: 0 0 auto;
    }

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.3333333333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.6666666667%;
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
}

.qodef-counter.qodef-layout--simple {
    text-align: center;
}

    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-family: inherit;
        font-weight: 600;
        font-size: 75px;
        line-height: 1;
        color: #000;
    }

    .qodef-counter.qodef-layout--simple .qodef-m-title {
        margin: 5px 0 0 0;
    }

    .qodef-counter.qodef-layout--simple .qodef-m-text {
        margin: 0;
    }

.widget.widget_amfissa_core_custom_font {
    margin-bottom: 0 !important;
}

.qodef-custom-font {
    position: relative;
    margin: 0;
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-dropcaps .qodef-m-letter {
        position: relative;
        top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin: 0 10px 5px 0;
        font-family: Marcellus, serif;
        font-weight: 400;
        color: #000;
        font-size: 50px;
        line-height: 1.16em;
    }

@media only screen and (max-width: 480px) {
    .qodef-dropcaps .qodef-m-letter {
        font-size: 40px;
    }
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 1.28em;
    color: #fff;
    background-color: #000;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%;
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-google-map .qodef-m-map {
        display: block;
        width: 100%;
    }

        .qodef-google-map .qodef-m-map embed,
        .qodef-google-map .qodef-m-map iframe,
        .qodef-google-map .qodef-m-map object {
            width: 100%;
            display: block;
        }

        .qodef-google-map .qodef-m-map img {
            max-width: none;
        }

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000;
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}

    .qodef-icon-list-item .qodef-e-title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        line-height: 29px;
    }

        .qodef-icon-list-item .qodef-e-title a {
            display: block;
        }

    .qodef-icon-list-item p.qodef-e-title {
        font-size: 18px;
    }

    .qodef-icon-list-item .qodef-e-title-inner {
        display: flex;
        align-items: center;
    }

    .qodef-icon-list-item .qodef-icon-holder {
        flex-shrink: 0;
        margin-right: 5px;
        float: none;
    }

        .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
            font-size: 15px;
        }

    .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
        .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
            display: block;
        }

#qodef-page-sidebar .widget.widget_amfissa_core_icon_list_item {
    margin-bottom: 0;
}

#qodef-page-footer .widget.widget_amfissa_core_icon_list_item {
    margin-bottom: 0;
}

#qodef-side-area .widget.widget_amfissa_core_icon_list_item {
    margin-bottom: 0;
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0;
}

    .qodef-icon-with-text .qodef-m-title a {
        display: block;
    }

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none;
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
    .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
        display: block;
    }

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 680px) {
    .qodef-icon-with-text.qodef-layout--before-content {
        flex-direction: column;
    }
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px;
}

@media only screen and (max-width: 680px) {
    .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
        margin-bottom: 15px;
    }
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-text {
    font-size: 18px;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px;
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto;
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
}

    .qodef-icon-holder a {
        display: block;
    }

    .qodef-icon-holder .qodef-icon {
        display: block;
        line-height: inherit;
    }

        .qodef-icon-holder .qodef-icon:before {
            display: block;
            line-height: inherit;
        }

    .qodef-icon-holder.qodef-layout--circle,
    .qodef-icon-holder.qodef-layout--square {
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        color: #fff;
        background-color: var(--qode-main-color);
        transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    }

        .qodef-icon-holder.qodef-layout--circle a,
        .qodef-icon-holder.qodef-layout--square a {
            color: inherit;
            transition: none;
        }

        .qodef-icon-holder.qodef-layout--circle:hover,
        .qodef-icon-holder.qodef-layout--square:hover {
            background-color: #000;
        }

    .qodef-icon-holder.qodef-layout--circle {
        border-radius: 50%;
    }

    .qodef-icon-holder.qodef-size--tiny {
        font-size: 1.33333333em;
    }

    .qodef-icon-holder.qodef-size--small {
        font-size: 2em;
    }

    .qodef-icon-holder.qodef-size--medium {
        font-size: 3em;
    }

    .qodef-icon-holder.qodef-size--large {
        font-size: 4em;
    }

    .qodef-icon-holder.qodef-size--huge {
        font-size: 5em;
    }

.widget.widget_amfissa_core_icon {
    display: inline-block;
    line-height: 1;
}

#qodef-page-sidebar .widget.widget_amfissa_core_icon {
    margin-bottom: 0;
}

#qodef-page-footer .widget.widget_amfissa_core_icon {
    margin-bottom: 0;
}

#qodef-side-area .widget.widget_amfissa_core_icon {
    margin-bottom: 0;
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-image-with-text .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-image-with-text .qodef-m-image a,
        .qodef-image-with-text .qodef-m-image img {
            display: block;
        }

    .qodef-image-with-text .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .qodef-image-with-text .qodef-m-title {
        margin: 31px 0 0;
    }

    .qodef-image-with-text .qodef-m-text {
        margin: 15px 0 0;
    }

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-info-section.qodef-layout--background-text .qodef-m-info {
        position: relative;
        z-index: 2;
    }

    .qodef-info-section.qodef-layout--background-text .qodef-m-title {
        margin: 0 0 18px;
    }

    .qodef-info-section.qodef-layout--background-text .qodef-m-text {
        margin: 0;
    }

    .qodef-info-section.qodef-layout--background-text .qodef-button {
        margin-top: 6px;
    }

    .qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
        position: absolute;
        display: inline-block;
        color: rgba(0, 0, 0, 0.1);
        text-align: center;
        font-weight: 700;
        font-size: 250px;
    }

    .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
        top: 0;
        left: -20px;
    }

    .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
        top: 0;
        right: -20px;
    }

    .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
        bottom: 0;
        left: -20px;
    }

    .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
        bottom: 0;
        right: -20px;
    }

    .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
        font-size: 450px;
        top: 34px;
        left: 0;
        right: 0;
        text-align: center;
    }

.qodef-interactive-showcase-section {
    position: relative;
    height: 100vh;
}

.admin-bar .qodef-interactive-showcase-section {
    height: calc(100vh - 32px);
}

.qodef-interactive-showcase-section .qodef-top-left-img,
.qodef-interactive-showcase-section .qodef-top-right-img {
    position: absolute;
    top: 0;
    z-index: 50;
}

.qodef-interactive-showcase-section .qodef-top-left-img {
    left: -30px;
    max-width: 10.5vw;
}

.qodef-interactive-showcase-section .qodef-top-right-img {
    right: -30px;
    max-width: 12.5vw;
}

.qodef-interactive-showcase-section .qodef-iss-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

    .qodef-interactive-showcase-section .qodef-iss-inner .qodef-iss-subtitle-holder {
        min-height: 28px;
    }

        .qodef-interactive-showcase-section .qodef-iss-inner .qodef-iss-subtitle-holder .qodef-iss-subtitle {
            font-family: "DM Sans", sans-serif;
            font-size: 18px;
            line-height: 1.6em;
            color: #575757;
        }

.qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item {
    position: relative;
}

    .qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item:nth-of-type(2):after,
    .qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item:nth-of-type(2):before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(0deg, transparent, transparent 50%, #d7cec1 50%, #d7cec1 100%), linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        background-size: 20px 14px, 100% 3px;
        z-index: 50;
    }

    .qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item:nth-of-type(2):before {
        left: -2px;
    }

    .qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item:nth-of-type(2):after {
        right: -1px;
    }

    .qodef-interactive-showcase-section.qodef-iss-border-enabled .qodef-iss-item:last-child:after {
        content: none;
    }

.qodef-interactive-showcase-section .qodef-iss-item {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 90px;
    text-align: center;
}

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-whole-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 44px 20% 0;
        height: 100vh;
        background-position: center;
        background-size: cover;
        background-color: #fdf9f5;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0);
            transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

    .qodef-interactive-showcase-section .qodef-iss-item:hover .qodef-iss-item-inner:before {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .qodef-interactive-showcase-section .qodef-iss-item:hover .qodef-iss-images-holder .qodef-main-image {
        transform: translateY(-7px);
    }

    .qodef-interactive-showcase-section .qodef-iss-item:hover .qodef-iss-content .qodef-e-title {
        background-size: 100% 95%;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder {
        position: relative;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image {
            margin-bottom: 13px;
            box-shadow: 0 14px 30px rgba(216, 211, 203, 0.5058823529);
            transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: translateY(0);
            margin-top: 73px;
        }

            .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image img {
                vertical-align: middle;
                box-shadow: 1px 16px 40px 0 rgba(199, 188, 184, 0.23);
            }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo {
            text-align: center;
            height: 41px;
            margin: 10px 0 8px;
        }

            .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo.logo-placeholder {
                margin-bottom: 10px;
            }

            .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo svg {
                width: 187px;
                margin-top: 4px;
            }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content {
        text-align: center;
        padding-top: 18px;
        position: relative;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content .qodef-e-title {
            margin: 0;
            color: #000;
            display: inline-block;
            width: auto;
            background-repeat: no-repeat;
            background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
            transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
            background-size: 0 95%;
        }

.qodef-interactive-showcase-section .qodef-m-cta {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 115px;
    background-color: #3c3434;
}

    .qodef-interactive-showcase-section .qodef-m-cta .qodef-call-to-action {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 15%;
    }

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) {
    perspective: 3000px;
}

    .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-iss-inner,
    .qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-iss-inner {
        opacity: 0;
        transition: 0.7s ease-out 0.2s;
    }

    .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-iss-logo,
    .qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-iss-logo {
        opacity: 0;
        transform: translateY(50px);
        transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0.7s;
    }

    .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-iss-item:nth-of-type(1),
    .qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-iss-item:nth-of-type(1) {
        z-index: 2;
    }

@media screen and (min-width: 834px) {
    .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
    .qodef-iss-item:nth-of-type(1)
    .qodef-iss-item-inner,
    .qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro)
    .qodef-iss-item:nth-of-type(1)
    .qodef-iss-item-inner {
        transform-origin: right;
        transition: 1.7s cubic-bezier(0.27, 0.18, 0, 0.96) 0.3s;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro)
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e1df;
    box-shadow: inset -6px 0 40px 0 rgba(199, 188, 184, 0.53);
    transform-origin: right;
    transition: 1.9s cubic-bezier(0.27, 0.18, 0, 0.96) 0.3s;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-iss-item:nth-of-type(3),
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-iss-item:nth-of-type(3) {
    z-index: 1;
}

@media screen and (min-width: 834px) {
    .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
    .qodef-iss-item:nth-of-type(3)
    .qodef-iss-item-inner,
    .qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro)
    .qodef-iss-item:nth-of-type(3)
    .qodef-iss-item-inner {
        transform-origin: left;
        transition: 1.7s cubic-bezier(0.27, 0.18, 0, 0.96) 0.4s;
        transform: rotateY(-113deg);
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro)
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e1df;
    transform-origin: left;
    transition: 1.9s cubic-bezier(0.27, 0.18, 0, 0.96) 0.4s;
    transform: rotateY(113deg);
    transform-style: preserve-3d;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-top-left-img,
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-top-right-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-top-left-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-top-right-img {
    opacity: 0;
    transition: 1.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-top-left-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-top-left-img {
    transform: translateX(-400px);
    transition-delay: 1.5s;
    top: 25px;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-top-right-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-top-right-img {
    transform: translateY(-250px) translateX(50px);
    transition-delay: 1.8s;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-m-cta,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-m-cta {
    transform: translateY(150px);
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.9s;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-cta-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro) .qodef-cta-img {
    opacity: 0;
    transform: translateY(100px) rotate(220deg);
    transform-origin: 0 100%;
    transition: 1.7s cubic-bezier(0.65, 0.05, 0.36, 1) 0.9s;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-iss-inner,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-iss-inner {
    opacity: 1;
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared .qodef-iss-logo,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-iss-logo {
    opacity: 1;
    transform: translateY(0);
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-inner,
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-inner,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-inner,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-cover,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-inner {
    transform: rotateY(0);
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared .qodef-m-cta,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-m-cta {
    transform: translateY(0);
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared .qodef-cta-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-cta-img {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-top-left-img,
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro.qodef-landing-intro--appeared
.qodef-top-right-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-top-left-img,
.qodef-interactive-showcase-section.qodef--has-appear:not(.qodef-landing-intro).qodef--appeared .qodef-top-right-img {
    opacity: 1;
    transform: translateX(0);
}

body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-inner {
    opacity: 1;
}

body.elementor-editor-active .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-iss-logo {
    opacity: 1;
    transform: translateY(0);
}

body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-cover,
body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(1)
.qodef-iss-item-inner,
body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-cover,
body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-iss-item:nth-of-type(3)
.qodef-iss-item-inner {
    transform: rotateY(0);
}

body.elementor-editor-active .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-m-cta {
    transform: translateY(0);
}

body.elementor-editor-active .qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro .qodef-cta-img {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-top-left-img,
body.elementor-editor-active
.qodef-interactive-showcase-section.qodef--has-appear.qodef-landing-intro
.qodef-top-right-img {
    opacity: 1;
    transform: translateX(0);
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

    .qodef-pricing-table.qodef-status--featured .qodef-m-inner {
        border: 1px solid var(--qode-main-color);
    }

        .qodef-pricing-table.qodef-status--featured .qodef-m-inner:before {
            content: "\f215";
            font-family: Kiko;
            font-weight: 600;
            font-size: 22px;
            color: var(--qode-main-color);
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .qodef-pricing-table .qodef-m-inner {
        padding: 36px 43px 42px;
        border: 1px solid #d7cec1;
        text-align: left;
    }

    .qodef-pricing-table .qodef-m-title {
        margin: 0;
    }

        .qodef-pricing-table .qodef-m-title p {
            margin: 0;
            color: #000;
        }

    .qodef-pricing-table .qodef-m-subtitle p {
        margin: 6px 0 0;
    }

    .qodef-pricing-table .qodef-m-price {
        margin-top: 20px;
    }

        .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
            display: flex;
            margin: 0;
            line-height: 1;
            justify-content: flex-start;
        }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-value {
                font-size: 28px;
                line-height: 44px;
                margin-right: 22px;
            }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
                font-size: 28px;
                line-height: 44px;
            }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-period {
                font-size: 20px;
                line-height: 44px;
                position: relative;
            }

                .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-period:before {
                    content: "/";
                    font-size: 20px;
                    left: -15px;
                    bottom: 0;
                    position: absolute;
                }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper * {
                color: var(--qode-main-color);
            }

    .qodef-pricing-table .qodef-m-content {
        margin: 43px 0 0;
        border-bottom: 1px solid #d7cec1;
        padding-bottom: 31px;
    }

        .qodef-pricing-table .qodef-m-content ul {
            list-style: none;
            margin: 0;
            padding-left: 5px;
        }

            .qodef-pricing-table .qodef-m-content ul li {
                color: #575757;
                margin-bottom: 25px;
            }

                .qodef-pricing-table .qodef-m-content ul li:last-child {
                    margin-bottom: 0;
                }

                .qodef-pricing-table .qodef-m-content ul li:before {
                    content: "\f253";
                    font-family: Kiko;
                    font-weight: 400;
                    font-size: 12px;
                    color: var(--qode-main-color);
                    margin-right: 13px;
                    width: 20px;
                    height: 20px;
                    background-color: rgba(204, 114, 63, 0.2);
                    text-align: center;
                    border-radius: 50%;
                    line-height: 20px;
                    display: inline-block;
                }

                .qodef-pricing-table .qodef-m-content ul li.qodef-inactive:before {
                    color: #d7cec1;
                    background-color: rgba(215, 206, 193, 0.2);
                }

    .qodef-pricing-table .qodef-m-button .qodef-button {
        margin: 23px 0 0;
    }

.qodef-process.qodef--has-overlapping .qodef-process-item {
    margin: 0 -9px !important;
    left: 36px;
}

.qodef-process .qodef-grid-inner {
    counter-reset: counter;
}

.qodef-process .qodef-process-item {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .qodef-process .qodef-process-item:nth-child(3) .qodef-e-line {
        display: none;
    }
}

.qodef-process .qodef-process-item:hover .qodef-e-pi-inner {
    transform: scale(0.94);
}

.qodef-process .qodef-process-item:hover .qodef-e-title {
    background-size: 100% 95%;
}

.qodef-process .qodef-process-item:hover .qodef-circle-border circle {
    stroke-dashoffset: 0;
}

.qodef-process .qodef-process-item:hover .qodef-e-image g,
.qodef-process .qodef-process-item:hover .qodef-e-image line,
.qodef-process .qodef-process-item:hover .qodef-e-image path,
.qodef-process .qodef-process-item:hover .qodef-e-image svg {
    stroke: var(--qode-main-color);
}

.qodef-process .qodef-title-wrapper {
    margin: 18px 15% 0;
    text-align: center;
}

.qodef-process .qodef-e-title {
    width: auto;
    display: inline;
    text-align: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 95%;
}

.qodef-process .qodef-e-pi-inner {
    display: inline-block;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    width: 96%;
}

    .qodef-process .qodef-e-pi-inner .qodef-circle-border {
        position: absolute;
        z-index: 9999;
        width: 96%;
        height: 96%;
        left: 0;
        top: 0;
        overflow: visible;
    }

        .qodef-process .qodef-e-pi-inner .qodef-circle-border circle {
            stroke-dasharray: 900;
            stroke-dashoffset: 900;
            transition: stroke-dashoffset 2s cubic-bezier(0.33, 1, 0.68, 1);
        }

.qodef-process .qodef-e-line {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
}

    .qodef-process .qodef-e-line .qodef-e-line-inner {
        transition: transform 1s;
        transform-origin: left;
        transform: scaleX(0);
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #d7cec1;
        position: absolute;
        top: 0;
        left: 0;
    }

.qodef-process .image-height-holder {
    margin-top: 100%;
}

.qodef-process .qodef-e-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 10;
}

    .qodef-process .qodef-e-image img,
    .qodef-process .qodef-e-image svg {
        display: block;
        max-width: 100%;
    }

    .qodef-process .qodef-e-image svg {
        fill: none;
        stroke: #000;
    }

.qodef-process.qodef--appear .qodef-e-line-inner {
    transform: scaleX(1);
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}

    .qodef-progress-bar .qodef-m-inner {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .qodef-progress-bar .qodef-m-canvas {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-progress-bar .qodef-m-canvas svg {
            display: block;
        }

    .qodef-progress-bar .qodef-m-title {
        margin: 20px 0 0;
    }

    .qodef-progress-bar.qodef--init {
        visibility: visible;
    }

    .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        font-family: Marcellus, serif;
        font-weight: 400;
        color: #000;
        font-size: 24px;
        line-height: 1.333em;
    }

    .qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
        padding-top: 20px;
        transform: none !important;
    }

    .qodef-progress-bar.qodef-layout--line .qodef-m-inner {
        flex-direction: column-reverse;
    }

    .qodef-progress-bar.qodef-layout--line .proggress {
        width: 0;
    }

    .qodef-progress-bar.qodef-layout--line .percentCount {
        position: absolute;
        top: -24px;
        right: 0;
        width: auto;
    }

    .qodef-progress-bar.qodef-layout--line .qodef-m-title {
        margin: 0 0 7px;
    }

    .qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
        left: 0;
        right: auto;
        transform: translateX(-50%);
    }

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-section-title .qodef-m-title {
        margin: 0;
    }

    .qodef-section-title .qodef-m-subtitle {
        margin: 0 0 10px;
    }

    .qodef-section-title .qodef-m-text {
        margin: 25px 0 0;
        font-size: 18px;
        line-height: 29px;
    }

    .qodef-section-title.qodef-alignment--center {
        text-align: center;
    }

    .qodef-section-title.qodef-alignment--left {
        text-align: left;
    }

    .qodef-section-title.qodef-alignment--right {
        text-align: right;
    }

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}

    .qodef-separator .qodef-m-line {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 10px 0;
        border-bottom: 1px solid #707070;
    }

    .qodef-separator.qodef-position--center {
        text-align: center;
    }

    .qodef-separator.qodef-position--left {
        text-align: left;
    }

    .qodef-separator.qodef-position--right {
        text-align: right;
    }

#qodef-page-sidebar .widget.widget_amfissa_core_separator {
    margin-bottom: 0;
}

#qodef-page-footer .widget.widget_amfissa_core_separator {
    margin-bottom: 0;
}

#qodef-side-area .widget.widget_amfissa_core_separator {
    margin-bottom: 0;
}

.qodef-single-image img {
    display: block;
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}

    .qodef-tabs.qodef--init {
        visibility: visible;
    }

    .qodef-tabs .qodef-tabs-navigation {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .qodef-tabs .qodef-tabs-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-tabs .qodef-tabs-content p {
            margin: 0;
        }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #d7cec1;
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
            margin: 0 77px 0 0;
            padding: 0 0 6px 0;
        }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
                display: block;
                padding: 0;
                position: relative;
                transition: color 0.2s ease-out, background-color 0.2s ease-out;
                font-family: Marcellus, serif;
                font-weight: 400;
                font-size: 20px;
                line-height: 1.3em;
            }

                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: #cc723f;
                    position: absolute;
                    bottom: -7px;
                    left: 0;
                    z-index: 20;
                    transition: width 0.45s ease-in-out;
                }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
                margin-right: 0;
            }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
                color: #000;
            }

                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before,
                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,
                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
                    width: 100%;
                }

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
            margin: 0 0 26px 0;
        }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
                margin-bottom: 0;
            }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        flex-shrink: 0;
        display: block;
        padding-right: 26px;
        margin-right: 26px;
        border-right: 1px solid #d7cec1;
        border-bottom: 1px solid transparent;
    }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
            width: 100%;
            margin-bottom: 26px;
        }

            .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
                margin-bottom: 0;
            }

            .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
                display: inline-block;
                width: auto;
            }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 0;
    }

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 33px 0 0;
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-text-marquee .qodef-m-content {
        display: flex;
        white-space: nowrap;
        font-size: 100px;
        font-family: Marcellus, serif;
        line-height: 1em;
        font-weight: 700;
        overflow: hidden;
    }

    .qodef-text-marquee .qodef-marquee-element {
        padding: 0 25px;
        will-change: transform;
    }

    .qodef-text-marquee .qodef-m-text > span:after {
        content: "·";
        display: inline-block;
        padding: 0 28px;
        color: #000;
    }

    .qodef-text-marquee .qodef-m-text--1 {
        color: #000;
    }

    .qodef-text-marquee .qodef-m-text--2 {
        color: #000;
    }

    .qodef-text-marquee .qodef-m-text--3 {
        color: #000;
    }

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .qodef-video-button .qodef-m-play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 66px;
        line-height: 1;
    }

        .qodef-video-button .qodef-m-play span {
            display: block;
            line-height: inherit;
        }

            .qodef-video-button .qodef-m-play span:before {
                display: block;
                line-height: inherit;
            }

        .qodef-video-button .qodef-m-play .qodef-m-play-inner {
            position: relative;
            color: #fff;
            border-radius: 50%;
            width: 103px;
            height: 103px;
            line-height: 103px;
            padding-left: 9px;
            padding-top: 3px;
            text-align: center;
            transition: all 0.14s ease-in-out;
        }

            .qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
                content: "";
                display: block;
                position: absolute;
                width: 103px;
                height: 103px;
                left: 0;
                top: 0;
                background-color: transparent;
                border: 2px solid currentColor;
                border-radius: 50%;
            }

        .qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:before {
            animation: qode-video-btn 0.9s cubic-bezier(0.37, -0.05, 0, 0.79);
        }

        .qodef-video-button .qodef-m-play:hover:before {
            opacity: 0.1;
        }

.qodef-workflow {
    margin-top: 52px;
    position: relative;
}

    .qodef-workflow .main-line {
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        margin-left: -1px;
        border-left: 1px solid #e5e5e5;
        height: 100%;
    }

@media only screen and (max-width: 1024px) {
    .qodef-workflow .main-line {
        left: 25px;
        right: auto;
        width: 1px;
        content: none;
        display: none;
    }
}

.qodef-workflow .qodef-year {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-family: Marcellus, serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: var(--qode-main-color);
    z-index: 2;
}

    .qodef-workflow .qodef-year:before {
        content: "";
        height: 1px;
        width: 46px;
        background-color: var(--qode-main-color);
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% + 10px));
    }

    .qodef-workflow .qodef-year:after {
        content: "";
        height: 14px;
        width: 14px;
        background-color: var(--qode-main-color);
        border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% + 10px));
    }

@media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-year {
        top: 40%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-year {
        display: none;
    }
}

.qodef-workflow .qodef-workflow-item {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-workflow-item {
        padding: 0 0 9.7%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item {
        padding: 0 0 50px;
    }
}

.qodef-workflow .qodef-workflow-item:nth-child(2) {
    padding-top: 87px;
}

    .qodef-workflow .qodef-workflow-item:nth-child(2) .line {
        top: 0;
    }

.qodef-workflow .qodef-workflow-item:last-child {
    padding-bottom: 87px;
}

    .qodef-workflow .qodef-workflow-item:last-child .line {
        bottom: 0;
    }

.qodef-workflow .qodef-workflow-item .qodef-workflow-image {
    position: relative;
}

.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image {
    padding-right: 97px;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-image {
        padding-right: 0;
        padding-bottom: 10px;
    }
}

.qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text {
    padding-left: 254px;
}

    .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text .qodef-year {
        padding-left: 55px;
        padding-top: 18px;
        left: 0;
    }

        .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text .qodef-year:before {
            left: 0;
        }

        .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text .qodef-year:after {
            left: -7px;
        }

@media only screen and (max-width: 1366px) {
    .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-image {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

.qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-image {
    padding-left: 97px;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-image {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
}

.qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-image img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-image img {
        margin-left: 0;
    }
}

.qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-text {
    padding-right: 254px;
}

    .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-text .qodef-year {
        padding-right: 55px;
        padding-top: 18px;
        right: 0;
    }

        .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-text .qodef-year:before {
            right: 0;
        }

        .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-text .qodef-year:after {
            right: -7px;
        }

@media only screen and (max-width: 1366px) {
    .qodef-workflow .qodef-workflow-item:nth-child(2n + 1):not(:first-child) .qodef-workflow-text {
        padding-right: 200px;
    }
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner {
    display: flex;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner {
        flex-direction: column-reverse;
    }
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,
.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text {
    float: left;
    margin: auto 0;
    width: 50%;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image,
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text {
        width: 100%;
    }
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image {
    text-align: center;
}

    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img {
        width: 100%;
        height: auto;
        max-width: none;
    }

@media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image img {
        max-width: 100%;
    }
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner {
    position: relative;
}

    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image .qodef-workflow-image-inner a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text {
        text-align: left !important;
        padding: 0 0 50px 0 !important;
    }

        .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text {
            padding: 0 30% 0 0 !important;
        }
}

@media only screen and (max-width: 680px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text {
        padding: 0 !important;
    }
}

.qodef-workflow
.qodef-workflow-item
.qodef-workflow-item-inner
.qodef-workflow-text
.qodef-alignment--right + .qodef-m-text {
    text-align: right;
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-caption {
    font-size: 20px;
    line-height: 1.3em;
    font-size: 12px;
    text-transform: uppercase;
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-title {
    margin: 8px 0;
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text .qodef-m-text {
    margin: 0;
}

.qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner.reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .qodef-workflow-item-inner:not(.reverse) {
        flex-direction: column;
    }
}

.qodef-workflow .qodef-workflow-item .line {
    display: inline-block;
    background-color: var(--qode-main-color);
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 1px;
    transform: scaleY(0);
    transform-origin: top;
}

@media only screen and (max-width: 1024px) {
    .qodef-workflow .qodef-workflow-item .line {
        display: none;
    }
}

.qodef-workflow.qodef-workflow-animate {
    opacity: 0;
}

    .qodef-workflow.qodef-workflow-animate .main-line {
        opacity: 0;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-year {
        opacity: 0;
        transition: opacity 0.8s ease 0.8s;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-image-inner img {
        opacity: 0;
        transform: translateX(15%);
        transition: all 1s ease;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-label-image {
        transform: rotate(15deg);
        opacity: 0;
        transition: all 1s ease 0.8s;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item .qodef-workflow-item-inner .qodef-workflow-text {
        opacity: 0;
        transform: translateY(15%);
        transition: all 1s ease 0.6s;
    }

    .qodef-workflow.qodef-workflow-animate
    .qodef-workflow-item
    .qodef-workflow-item-inner.reverse
    .qodef-workflow-image-inner
    img {
        transform: translateX(-15%);
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before {
        transition: all 0.32s cubic-bezier(0.13, 0.89, 0.28, 1.38) 0.6s;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after {
        transition: all 0.4s cubic-bezier(0.13, 0.89, 0.28, 1.38) 0.4s;
    }

    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:after,
    .qodef-workflow.qodef-workflow-animate .qodef-workflow-item:last-child:before {
        opacity: 0;
        transform: scale(0) translateX(-50%);
    }

    .qodef-workflow.qodef-workflow-animate.qodef-appeared {
        opacity: 1;
    }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .main-line {
            opacity: 0;
            height: 100%;
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared
        .qodef-workflow-item.qodef-appeared
        .qodef-workflow-image-inner
        img {
            opacity: 1;
            transform: translateX(0);
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-label-image {
            transform: rotate(0);
            opacity: 1;
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-workflow-text {
            opacity: 1;
            transform: translateY(0);
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .qodef-year {
            opacity: 1;
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item.qodef-appeared .line {
            transform: scaleY(1);
            transition: transform 1.4s ease;
        }

        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:after,
        .qodef-workflow.qodef-workflow-animate.qodef-appeared .qodef-workflow-item:last-child.qodef-appeared:before {
            opacity: 1;
            transform: scale(1) translateX(-50%);
        }

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #3c3434;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible;
}

#qodef-side-area.qodef-alignment--center {
    text-align: center;
}

#qodef-side-area.qodef-alignment--right {
    text-align: right;
}

#qodef-side-area.qodef-alignment--left {
    text-align: left;
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff;
}

.admin-bar #qodef-side-area-close {
    top: 65px;
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .qodef-social-share .qodef-social-title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 1px 9px 0 0;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #797979;
    }

    .qodef-social-share ul {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        list-style: none;
        padding: 5px 0 0;
        margin: 0;
    }

    .qodef-social-share li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

        .qodef-social-share li a {
            font-size: 14px;
            color: #2c2c2c;
        }

            .qodef-social-share li a:hover {
                color: var(--qode-main-color);
            }

    .qodef-social-share.qodef-layout--dropdown {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
            margin: 0;
            vertical-align: middle;
        }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
            vertical-align: middle;
        }

        .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
                transition-delay: 0.2s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
                transition-delay: 0.3s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
                transition-delay: 0.4s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
                transition-delay: 0.5s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
                transition-delay: 0.6s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
                transition-delay: 0.7s;
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
            display: block;
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
                display: inline-block;
                vertical-align: top;
                margin-right: 5px;
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
            position: absolute;
            visibility: hidden;
            z-index: 950;
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
                position: relative;
                display: block;
                z-index: 990;
                margin: 0;
                padding: 0 !important;
            }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
                position: absolute;
                display: block;
                text-align: center;
                visibility: hidden;
                overflow: hidden;
                opacity: 0;
                transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
            }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
                    transition: color 0.2s ease-out, background-color 0.2s ease-out;
                }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
                    display: block;
                    line-height: inherit;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
            bottom: 0;
            left: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
                width: 90px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #707070;
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
                    border-top: none;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-facebook-share
                a:hover {
                    background-color: #3b5998;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-twitter-share
                a:hover {
                    background-color: #00aced;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-linkedin-share
                a:hover {
                    background-color: #007bb5;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-tumblr-share
                a:hover {
                    background-color: #32506d;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-pinterest-share
                a:hover {
                    background-color: #cb2027;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li.qodef-vk-share
                a:hover {
                    background-color: #45668e;
                    color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
                    font-size: 14px;
                    color: #797979;
                    background-color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
                    bottom: -30px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
                    bottom: -60px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
                    bottom: -90px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
                    bottom: -120px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
                    bottom: -150px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
                    bottom: -180px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
                    bottom: -210px;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
            top: 0;
            right: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
                width: calc(90px / 3);
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
                    left: 5px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
                    left: 35px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
                    left: 65px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
                    left: 95px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
                    left: 125px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
                    left: 155px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
                    left: 185px;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
            top: 0;
            left: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
                width: calc(90px / 3);
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
                    right: 5px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
                    right: 35px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
                    right: 65px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
                    right: 95px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
                    right: 125px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
                    right: 155px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
                    right: 185px;
                }

    .qodef-social-share.qodef-layout--list li {
        margin-right: 7px;
    }

        .qodef-social-share.qodef-layout--list li:last-child {
            margin-right: 0;
        }

    .qodef-social-share.qodef-layout--text li {
        margin-right: 15px;
    }

        .qodef-social-share.qodef-layout--text li:last-child {
            margin-right: 0;
        }

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}

    #qodef-page-spinner .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: var(--qode-main-color);
        background-color: #fff;
    }

    #qodef-page-spinner .qodef-m-spinner {
        position: relative;
    }

    #qodef-page-spinner.qodef-layout--amfissa .qodef-m-amfissa path {
        fill: currentColor;
        opacity: 0;
    }

        #qodef-page-spinner.qodef-layout--amfissa .qodef-m-amfissa path.qodef-fill-none {
            fill: none;
        }

    #qodef-page-spinner.qodef-layout--amfissa .qodef-m-amfissa svg {
        width: 187px;
    }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
        position: relative;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
        width: 50%;
        z-index: 1;
        animation: qode-atom-shrink 4.5s infinite linear;
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            height: 100%;
            width: 100%;
            background: currentColor;
            border-radius: 50%;
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            margin: 0 auto;
            background: currentColor;
            border-radius: 50%;
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
        animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
            transform: rotate(0);
            animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
        transform: rotate(120deg);
        animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
            animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
        transform: rotate(240deg);
        animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
            animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
        }

    #qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
        position: relative;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        animation: qode-clock 8s infinite steps(8);
    }

    #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
        position: absolute;
        height: 50px;
        width: 50px;
    }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
            content: "";
            position: absolute;
            height: 18.31501832px;
            width: 18.31501832px;
            background: currentColor;
            border-radius: 50%;
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
            transform: rotate(-135deg);
            animation: qode-clock-1 1s ease-in infinite;
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
            transform: rotate(-90deg);
            animation: qode-clock-2 1s ease-in infinite;
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
            transform: rotate(-45deg);
            animation: qode-clock-3 1s ease-in infinite;
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
            animation: qode-clock-4 1s ease-in infinite;
        }

    #qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        background-color: currentColor;
        animation: qode-cube 1.2s infinite ease-in-out;
    }

    #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }

    #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        border-radius: 50%;
        opacity: 0.6;
        animation: qode-double-pulse 2s infinite ease-in-out;
    }

        #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
            animation-delay: -1s;
        }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
        position: relative;
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
            animation-delay: calc((600ms) - 1500ms);
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
            animation-delay: calc((900ms) - 1500ms);
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
            animation-delay: calc((1200ms) - 1500ms);
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
            transform: rotateZ(45deg);
        }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
                animation-delay: calc((300ms) - 1400ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
                animation-delay: calc((600ms) - 1400ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
                animation-delay: calc((900ms) - 1400ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
                animation-delay: calc((1200ms) - 1400ms);
            }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
            transform: rotateZ(90deg);
        }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
                animation-delay: calc((300ms) - 1300ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
                animation-delay: calc((600ms) - 1300ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
                animation-delay: calc((900ms) - 1300ms);
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
                animation-delay: calc((1200ms) - 1300ms);
            }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: currentColor;
        border-radius: 100%;
        animation: qode-bounce-delay 1.2s infinite ease-in-out both;
    }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
            top: 0;
            left: 0;
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
            top: 0;
            right: 0;
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
            right: 0;
            bottom: 0;
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
            left: 0;
            bottom: 0;
        }

    #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
        position: relative;
        width: 30px;
        height: 30px;
        margin: -45px 0 0 -30px;
    }

    #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 40px;
        width: 40px;
        background: currentColor;
        border-radius: 50%;
    }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
            top: 0;
            left: 50%;
            animation: qode-fussion-ball-1 1s 0s ease infinite;
            z-index: 1;
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
            top: 50%;
            left: 100%;
            animation: qode-fussion-ball-2 1s 0s ease infinite;
            z-index: 2;
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
            top: 100%;
            left: 50%;
            animation: qode-fussion-ball-3 1s 0s ease infinite;
            z-index: 1;
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
            top: 50%;
            left: 0;
            animation: qode-fussion-ball-4 1s 0s ease infinite;
            z-index: 2;
        }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
        width: 60px;
        height: 60px;
        margin: 0 0 0 -30px;
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
    }

    #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
        position: relative;
        height: 50px;
        width: 50px;
        margin: -25px 0 0 -25px;
        animation: qode-mitosis-invert 2s infinite steps(2, end);
    }

    #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: currentColor;
        border-radius: 50%;
    }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
            animation: qode-mitosis-ball-1 1s infinite alternate linear;
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
            animation: qode-mitosis-ball-2 1s infinite alternate linear;
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
            animation: qode-mitosis-ball-3 1s infinite alternate linear;
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
            animation: qode-mitosis-ball-4 1s infinite alternate linear;
        }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
            margin: 0;
            opacity: 0;
            animation: qode-fade-in 1s forwards;
        }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
        flex-shrink: 0;
        animation-delay: 0.5s;
    }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
        position: relative;
        display: block;
        height: 3px;
        width: 500px;
        margin-top: 20px;
        background-color: #e5e1dc;
        overflow: hidden;
        opacity: 0;
        animation: qode-fade-in 1s 0.3s forwards;
    }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--qode-main-color);
        width: 0;
    }

    #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
        position: relative;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }

    #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
        position: absolute;
        height: 100%;
        width: 100%;
        background: currentColor;
        border: 0 solid currentColor;
        border-radius: 50%;
    }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
        }

    #qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
        background-color: currentColor;
        border-radius: 16px;
        animation: qode-scaleout 1s infinite ease-in-out;
    }

    #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
        width: 60px;
        height: 20px;
    }

        #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 4px;
            background-color: currentColor;
            border-radius: 100%;
            opacity: 0;
            animation: qode-ball-fall 1.5s ease infinite both;
        }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
                animation-delay: calc((100ms) - 300ms);
            }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
                animation-delay: calc((200ms) - 300ms);
            }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
                animation-delay: calc((300ms) - 300ms);
            }

    #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
        position: relative;
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
    }

    #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: currentColor;
        animation: qode-rotating-cubes 1.8s infinite ease-in-out;
    }

        #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
            animation-delay: -0.9s;
        }

    #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
        width: 50px;
        height: 60px;
        margin: -30px 0 0 -25px;
        text-align: center;
    }

    #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
        display: inline-block;
        float: left;
        height: 100%;
        width: 6px;
        margin: 0 3px 0 0;
        background-color: currentColor;
        animation: qode-stretch-delay 1.2s infinite ease-in-out;
    }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
            animation-delay: calc((200ms) - 1300ms);
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
            animation-delay: calc((300ms) - 1300ms);
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
            animation-delay: calc((400ms) - 1300ms);
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
            animation-delay: calc((500ms) - 1300ms);
        }

    #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        text-align: center;
        animation: qode-rotate-circles 2s infinite linear;
    }

    #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
        position: absolute;
        top: 0;
        width: 60%;
        height: 60%;
        display: inline-block;
        background-color: currentColor;
        border-radius: 100%;
        transform-origin: center bottom;
        animation: qode-bounce 2s infinite ease-in-out;
    }

        #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
            top: auto;
            bottom: 0;
            animation-delay: -1s;
        }

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
        width: 150px;
        height: 30px;
        margin: -15px 0 0 -75px;
    }

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
        float: left;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        background: currentColor;
        border-radius: 50%;
    }

        #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
            animation: qode-wave-jump-3 1.8s infinite ease-out;
        }

        #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
            animation: qode-wave-jump-2 1.8s infinite ease-out;
        }

        #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
            animation: qode-wave-jump-1 1.8s infinite ease-out;
        }

        #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
            margin-right: 0;
            animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
        }

    #qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
        width: 72px;
        margin: -9px 0 0 -36px;
        text-align: center;
    }

    #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 3px 0 0;
        background-color: currentColor;
        border-radius: 100%;
        animation: qode-bounce-delay 1.4s infinite ease-in-out both;
    }

        #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
            animation-delay: -0.32s;
        }

        #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
            animation-delay: -0.16s;
        }

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .qodef-page-title.qodef-image--responsive {
        height: auto !important;
    }

        .qodef-page-title.qodef-image--responsive .qodef-m-content {
            position: absolute;
            top: 0;
            left: 0;
        }

            .qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
                left: 50%;
                transform: translateX(-50%);
            }

    .qodef-page-title.qodef-alignment--center {
        text-align: center;
    }

    .qodef-page-title.qodef-alignment--right {
        text-align: right;
    }

    .qodef-page-title .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-page-title .qodef-m-image img {
            display: block;
            width: 100%;
        }

    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 40px;
    }

    .qodef-page-title .qodef-breadcrumbs a,
    .qodef-page-title .qodef-breadcrumbs span {
        font-size: 15px;
    }

    .qodef-page-title .qodef-breadcrumbs a {
        color: #a5a5a5;
    }

    .qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current {
        color: #454545;
    }

    .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
        margin: 0 5px;
    }

        .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
            content: "/";
        }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
        margin-top: 5px;
    }

    .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
        margin: 4px 0 0;
    }

.widget.qodef-author-info {
    background-color: #f8f2ed;
    text-align: center;
    padding: 46px 26px 50px;
}

    .widget.qodef-author-info .qodef-author-info-image {
        margin-bottom: 34px;
        display: inline-block;
    }

        .widget.qodef-author-info .qodef-author-info-image img {
            border-radius: 50%;
            text-align: center;
        }

    .widget.qodef-author-info .qodef-author-info-name {
        margin: 0 0 11px;
    }

    .widget.qodef-author-info .qodef-author-info-description {
        margin: 0;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.widget .qodef-book-link-widget {
    margin: 0;
}

    .widget .qodef-book-link-widget p {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        line-height: 17px;
        letter-spacing: 1.6px;
    }

    .widget .qodef-book-link-widget .qodef-book-link-icon {
        height: 24px;
        width: 24px;
        position: relative;
        display: block;
    }

        .widget .qodef-book-link-widget .qodef-book-link-icon:before {
            content: "";
            background-image: url(../../inc/widgets/book-link/assets/img/book.svg);
            height: 24px;
            width: 24px;
            display: block;
            position: absolute;
            opacity: 1;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: all 0.1s ease-in-out;
        }

        .widget .qodef-book-link-widget .qodef-book-link-icon:after {
            content: "";
            position: absolute;
            opacity: 0;
            left: 0;
            top: 0;
            height: 24px;
            width: 24px;
            z-index: 9;
            transition: all 0.1s ease-in-out;
            background: url(../../inc/widgets/book-link/assets/img/book_hover.svg);
        }

    .widget .qodef-book-link-widget a {
        display: flex;
        gap: 9px;
        align-items: center;
    }

        .widget .qodef-book-link-widget a:hover .qodef-book-link-icon:before {
            opacity: 0;
        }

        .widget .qodef-book-link-widget a:hover .qodef-book-link-icon:after {
            opacity: 1;
        }

        .widget .qodef-book-link-widget a p {
            color: #000;
        }

.widget .qodef-contact-info-widget {
    margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px;
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px;
}

    .qodef-social-icons-group .qodef-icon-holder a {
        transition: all 0.3s ease-in-out;
    }

        .qodef-social-icons-group .qodef-icon-holder a:hover {
            transform: translateY(-3px);
        }

    .qodef-social-icons-group .qodef-icon-holder:last-child {
        margin-right: 0;
    }

    .qodef-social-icons-group .qodef-icon-holder.qodef--textual {
        display: inline-flex;
        vertical-align: middle;
        font-family: "DM Sans", sans-serif;
        font-size: 15px;
        line-height: 1.6em;
        color: #797979;
        flex-wrap: wrap;
    }

        .qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
            color: inherit;
        }

.widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--circle,
.widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #f8f2ed;
}

    .widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover,
    .widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
        color: #000;
    }

        .widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a,
        .widget.widget_amfissa_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
            color: #fff;
        }

@media only screen and (max-width: 680px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto;
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
        padding: 83px 40px;
    }

    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
        padding: 83px 40px 87px;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap;
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh;
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-woo-product-list.qodef-swiper-container {
        display: block;
    }

    .qodef-woo-product-list .qodef-product-list-slider-info {
        margin: 0 0 110px;
    }

        .qodef-woo-product-list .qodef-product-list-slider-info .swiper-button-next,
        .qodef-woo-product-list .qodef-product-list-slider-info .swiper-button-prev {
            bottom: -100px;
        }
}

@media screen and (max-width: 1281px) and (min-height: 670px) and (orientation: landscape) {
    .qodef-woo-product-list.qodef-swiper-container .qodef-product-list-slider-info {
        padding-right: 4%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 80px 0 7px;
    }

    .qodef-portfolio-single .qodef-portfolio-content,
    .qodef-portfolio-single .qodef-portfolio-info,
    .qodef-portfolio-single .qodef-portfolio-title {
        padding-right: 0;
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block;
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.3333333333%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (min-width: 1920px) and (max-height: 967px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo {
        margin-bottom: 5px;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 1680px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 11px 18.2% 0;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 15px 20.6% 0;
    }
}

@media only screen and (max-width: 1369px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 26px 16% 0;
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 26px 22% 0;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content {
        padding-top: 12px;
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 26px 17% 0;
    }
}

@media only screen and (min-width: 1368px) and (max-width: 1368px) and (min-height: 912px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 40px 8.2% 0;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content {
        padding-top: 18px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image {
        margin-top: 45px;
    }

    .qodef-interactive-showcase-section .qodef-iss-images-holder .qodef-main-image img {
        height: 52vh;
        object-fit: cover;
        object-position: top center;
    }

    .qodef-interactive-showcase-section .qodef-m-cta {
        height: 100px;
    }
}

@media only screen and (min-width: 1022px) and (max-width: 1025px) {
    .qodef-interactive-showcase-section .qodef-iss-logo {
        margin-top: -40px;
    }
}

@media screen and (min-width: 1600px) and (max-height: 800px) {
    .qodef-interactive-showcase-section .qodef-iss-images-holder .qodef-main-image img {
        height: 53vh;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 11px 23.2% 0;
    }
}

@media only screen and (orientation: landscape) and (max-width: 1400px) and (max-height: 680px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        padding: 70px 9% 0;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content {
        padding-top: 18px;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image {
        margin-top: 35px;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image img {
            min-height: 38vh;
        }
}

@media screen and (max-width: 900px) and (max-height: 624px) {
    .qodef-interactive-showcase-section .qodef-iss-item {
        padding-top: 30px;
    }
}

@media screen and (max-width: 835px) {
    .qodef-interactive-showcase-section {
        height: auto;
    }

        .qodef-interactive-showcase-section .qodef-top-left-img {
            max-width: 150px;
        }

        .qodef-interactive-showcase-section .qodef-top-right-img {
            max-width: 150px;
        }

    .admin-bar .qodef-interactive-showcase-section {
        height: auto;
    }

    .qodef-interactive-showcase-section .qodef-iss-inner {
        flex-direction: column;
    }

    .qodef-interactive-showcase-section .qodef-iss-item-cover {
        display: none;
    }

    .qodef-interactive-showcase-section .qodef-iss-item:last-child {
        padding-bottom: 25%;
    }

    .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
        background-color: transparent;
        height: unset;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner:before {
            display: none;
        }

    .qodef-interactive-showcase-section .qodef-iss-item {
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 835px) {
    .qodef-interactive-showcase-section .logo-placeholder {
        display: none;
    }

    .qodef-interactive-showcase-section .qodef-iss-subtitle {
        margin-bottom: 80px;
    }

    .qodef-interactive-showcase-section .qodef-iss-item:nth-child(1) {
        order: 2;
    }

    .qodef-interactive-showcase-section .qodef-iss-item:nth-child(2) {
        order: 1;
        margin-top: 120px;
    }

    .qodef-interactive-showcase-section .qodef-iss-item:nth-child(3) {
        order: 3;
    }

    .qodef-interactive-showcase-section .qodef-iss-item-inner {
        flex-wrap: wrap;
    }

    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 20px 0;
    }

        .qodef-interactive-showcase-section .qodef-iss-item:last-child {
            padding-bottom: 35%;
        }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-item-inner {
            padding: 0 15%;
        }

    .qodef-interactive-showcase-section .qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
        margin: 0;
    }

    .qodef-interactive-showcase-section .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block;
    }

    .qodef-interactive-showcase-section .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px;
    }

    .qodef-interactive-showcase-section .qodef-m-cta {
        height: 208px;
    }

        .qodef-interactive-showcase-section .qodef-m-cta .qodef-call-to-action {
            top: 0;
            transform: none;
            padding: 6.5% 12% 6.5% 12%;
            text-align: center;
        }

            .qodef-interactive-showcase-section .qodef-m-cta .qodef-call-to-action .qodef-m-content {
                padding: 0;
            }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-showcase-section .qodef-top-left-img {
        max-width: 120px;
    }

    .qodef-interactive-showcase-section .qodef-top-right-img {
        max-width: 120px;
    }

    .qodef-interactive-showcase-section .qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
        margin: 0;
    }

    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 22% 0;
    }

        .qodef-interactive-showcase-section .qodef-iss-item:last-child {
            padding-bottom: 260px;
        }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image {
            margin-top: 40px;
        }

            .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-main-image img {
                max-height: 100%;
                width: auto;
            }

    .qodef-interactive-showcase-section .qodef-m-cta {
        height: 208px;
    }

        .qodef-interactive-showcase-section .qodef-m-cta .qodef-call-to-action {
            top: 0;
            transform: none;
            padding: 8% 12%;
            text-align: center;
        }

            .qodef-interactive-showcase-section .qodef-m-cta .qodef-call-to-action .qodef-m-content {
                padding: 0;
            }
}

@media screen and (max-width: 624px) and (min-height: 900px) {
    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 13% 0;
    }
}

@media screen and (max-width: 414px) {
    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 60px 0;
    }
}

@media screen and (max-width: 375px) {
    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 0;
    }
}

@media screen and (max-width: 320px) {
    .qodef-interactive-showcase-section .qodef-iss-item {
        padding: 60px 0;
    }

        .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo {
            margin-bottom: 60px !important;
        }
}

@media screen and (max-width: 835px) {
    .elementor-section.elementor-section-height-full {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.qodef-landing-page
.qodef-interactive-showcase-section
.qodef-iss-item:first-child
.qodef-iss-images-holder
.qodef-iss-logo,
.qodef-landing-page
.qodef-interactive-showcase-section
.qodef-iss-item:last-child
.qodef-iss-images-holder
.qodef-iss-logo {
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 835px) {
    .qodef-landing-page .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-images-holder .qodef-iss-logo {
        display: none;
    }

    .qodef-landing-page
    .qodef-interactive-showcase-section
    .qodef-iss-item:first-child
    .qodef-iss-images-holder
    .qodef-iss-logo {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-process .qodef-process-item {
        left: 0;
        margin: 0 0 35px !important;
    }

        .qodef-process .qodef-process-item .qodef-e-line {
            display: none;
        }

        .qodef-process .qodef-process-item .qodef-e-pi-inner {
            width: 180px;
        }
}

@media only screen and (max-width: 1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block;
    }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
        }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
            margin-top: 26px;
        }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-video-button .qodef-m-play {
        font-size: 39px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px;
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0;
    }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
            right: auto;
            left: 1px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
            right: auto;
            left: 46px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
            right: auto;
            left: 91px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
            right: auto;
            left: 136px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
            right: auto;
            left: 181px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
            right: auto;
            left: 226px;
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
            right: auto;
            left: 271px;
        }
}

@media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start;
    }
}
