@charset "UTF-8";

.seafarer-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 .3s 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 .3s ease-out
}

#qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 45px;
    bottom: 75px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9998
}

    #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: var(--qode-main-color);
        overflow: hidden
    }

        #qodef-back-to-top .qodef-back-to-top-icon * {
            display: block;
            line-height: inherit
        }

    #qodef-back-to-top svg {
        display: block;
        fill: currentColor;
        stroke: currentColor
    }

        #qodef-back-to-top svg.qodef-btt-svg polyline {
            transform: translateY(0);
            transition: transform .3s ease-out;
            will-change: transform
        }

        #qodef-back-to-top svg.qodef-btt-svg line {
            will-change: transform
        }

    #qodef-back-to-top:hover svg.qodef-btt-svg polyline {
        transform: translateY(-3px)
    }

    #qodef-back-to-top.qodef--off {
        opacity: 0;
        visibility: hidden;
        transition: opacity .15s ease,visibility 0s .15s
    }

    #qodef-back-to-top.qodef--on {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease
    }

.qodef-background-text {
    position: relative
}

    .qodef-background-text .qodef-m-background-text {
        color: var(--qode-main-color);
        font-family: "Cormorant Upright",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--compact .qodef-e-text {
    margin-top: -1px
}

.qodef-blog.qodef-item-layout--compact article .qodef-e-media-image {
    margin-bottom: 21px
}

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--bottom-right:after, .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--bottom-right:before, .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--top-left:after, .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--top-left:before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--top-left:after {
        top: -9px;
        left: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--bottom-right:before {
        bottom: -9px;
        right: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image .qodef-m-border--bottom-right:after {
        bottom: -9px;
        right: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--compact article .qodef-e-media-image:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-blog.qodef-item-layout--compact article .qodef-e-top-holder {
    margin: 8px 0 0
}

.qodef-blog.qodef-item-layout--compact .format-video .qodef-e-content {
    margin-top: 20px
}

.qodef-blog.qodef-item-layout--compact .format-video .qodef-e-media-image {
    margin-bottom: 2px
}

.qodef-blog.qodef-item-layout--compact .format-link .qodef-e-media-image {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--compact .format-link .qodef-e-text {
    margin-top: -1px
}

.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,.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: '\45';
        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: '\45'
    }

    .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-top-holder {
    margin: 0
}

    .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder .qodef-e-info {
        line-height: 1em
    }

        .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder .qodef-e-info a {
            line-height: 1em
        }

#qodef-page-sidebar .qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder .qodef-e-info a {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
    margin: 10px 0 0
}

#qodef-page-sidebar .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
    color: #010101
}

    #qodef-page-sidebar .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
        color: inherit
    }

.qodef-blog.qodef-item-layout--minimal .format-video .qodef-e-content {
    margin-top: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: center;
    padding-bottom: 7px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
    margin: 1px 0 13px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    max-width: 230px;
    margin: 0 49px 0 0
}

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--bottom-right:after, .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--bottom-right:before, .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--top-left:after, .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--top-left:before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--top-left:after {
        top: -9px;
        left: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--bottom-right:before {
        bottom: -9px;
        right: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-m-border--bottom-right:after {
        bottom: -9px;
        right: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
    margin: 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-read-more {
    margin-top: 17px
}

.qodef-blog.qodef-item-layout--simple .format-video .qodef-e-content {
    margin-top: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child) .qodef-e-top-holder {
    margin-top: 9px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 36px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child).qodef-grid-item.format-quote .qodef-e-quote {
    margin-bottom: 47px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child).qodef-grid-item.format-link:not(:last-child), .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child).qodef-grid-item.format-quote:not(:last-child) {
    margin-bottom: 98px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:not(:last-child).qodef-grid-item.format-quote:not(:last-child) {
    margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:last-child {
    margin-bottom: 70px
}

    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner article:last-child.format-link:last-child {
        margin-bottom: 90px
    }

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-grid-inner .qodef-e-bottom-holder {
    margin-bottom: 0
}

.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: 40px;
    width: 140px
}

.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-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 13px;
    background-color: #f4f2ed;
    padding: 30px
}

    #qodef-author-info .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center
    }

    #qodef-author-info .qodef-m-image {
        flex-shrink: 0;
        margin-right: 42px;
        width: 110px;
        height: 110px
    }

        #qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
            display: block
        }

    #qodef-author-info .qodef-m-author {
        margin: 0
    }

        #qodef-author-info .qodef-m-author a:hover {
            color: inherit
        }

    #qodef-author-info .qodef-m-email {
        margin: 5px 0 0
    }

    #qodef-author-info .qodef-m-description {
        margin: 8px 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: 61px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 36px
}

    #qodef-related-posts .qodef-related-posts-title {
        margin-bottom: 34px
    }

    #qodef-related-posts .format-link .qodef-e-info {
        margin-top: 20px !important
    }

    #qodef-related-posts .format-quote .qodef-e-content {
        margin-top: 0 !important
    }

    #qodef-related-posts .format-quote .qodef-e-info {
        margin-top: 8px !important
    }

    #qodef-related-posts .format-quote .qodef-e-text {
        margin-top: -1px !important
    }

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 60px 0 3px
}

    #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: 0;
            display: block;
            width: 14px;
            height: auto;
            fill: currentColor;
            stroke: #666;
            transition: transform .3s ease-out
        }

        #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: 12px
            }

            #qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon {
                transform: translateX(-3px)
            }

        #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: 9px
            }

            #qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon {
                transform: translateX(3px)
            }

    #qodef-single-post-navigation .qodef-m-nav-label {
        display: inline-flex;
        vertical-align: middle;
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        flex-wrap: wrap;
        color: #000
    }

#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: #faf9f5;
    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 .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 27.5%
}

.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 0 26px;
            padding: 0
        }

            .qodef-fullscreen-menu ul li a:before {
                width: 0;
                height: 0;
                margin-right: 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 ul.sub-menu .qodef-menu-item-text {
                font-family: Roboto,sans-serif;
                font-size: 15px;
                line-height: 1.73em;
                font-weight: 300;
                color: #404040;
                font-size: 13px;
                letter-spacing: 0
            }

                .qodef-fullscreen-menu ul.sub-menu .qodef-menu-item-text:hover {
                    color: var(--qode-main-color)
                }

        .qodef-fullscreen-menu ul .qodef-drop-down-second-inner ul li {
            margin-bottom: 7px !important
        }

    .qodef-fullscreen-menu .current-menu-ancestor a:before, .qodef-fullscreen-menu .current-menu-item a:before {
        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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 24px;
        line-height: 1.25em;
        letter-spacing: .05em;
        font-weight: 500
    }

        .qodef-fullscreen-menu > ul > li > a:before {
            position: absolute;
            left: -19px;
            content: '';
            height: 1px;
            width: 10px;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .4s ease-out
        }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
        padding: 12px 0 0
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        padding-left: 0
    }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
            margin: 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 svg {
        overflow: visible
    }

    #qodef-page-header .qodef-widget-holder.qodef--one {
        justify-content: flex-end
    }

    #qodef-page-header .qodef-widget-holder.qodef--two {
        justify-content: flex-start
    }

    #qodef-page-header .qodef-widget-holder.qodef--left {
        padding-left: 2px;
        padding-bottom: 1px
    }

    #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 .widget[class*="_search"] form input {
    font-size: 13px;
    line-height: 1.54em;
    font-family: Inconsolata,monospace;
    letter-spacing: .25em;
    font-weight: 500;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    margin-left: 22px;
    padding: 5px 0;
    width: 60px;
    border-color: transparent;
    transition: width .62s cubic-bezier(.25,.46,.45,.94)
}

    #qodef-page-header .widget[class*="_search"] form input:focus {
        width: 190px
    }

        #qodef-page-header .widget[class*="_search"] form input:focus:-ms-input-placeholder {
            color: transparent
        }

        #qodef-page-header .widget[class*="_search"] form input:focus::placeholder {
            color: transparent
        }

#qodef-page-header .widget[class*="_search"] form .qodef-m-underline {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 22px;
    bottom: 4px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .62s cubic-bezier(.25,.46,.45,.94)
}

#qodef-page-header .widget[class*="_search"] form button {
    right: auto;
    left: 0;
    width: auto
}

#qodef-page-header .widget[class*="_search"] form.qodef--opened input {
    width: 190px
}

#qodef-page-header .widget[class*="_search"] form.qodef--opened .qodef-m-underline {
    transform: scaleX(1)
}

#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--light .widget[class*="_search"] button, #qodef-page-header-inner.qodef-skin--light .widget[class*="_search"] input, .qodef-custom-header-layout.qodef-skin--light .widget[class*="_search"] button, .qodef-custom-header-layout.qodef-skin--light .widget[class*="_search"] input {
        color: #fff
    }

        #qodef-page-header-inner.qodef-skin--light .widget[class*="_search"] input[type=search]:-webkit-autofill, .qodef-custom-header-layout.qodef-skin--light .widget[class*="_search"] input[type=search]:-webkit-autofill {
            -webkit-text-fill-color: #fff
        }

    #qodef-page-header-inner.qodef-skin--light .widget[class*="_search"] .qodef-m-underline, .qodef-custom-header-layout.qodef-skin--light .widget[class*="_search"] .qodef-m-underline {
        background-color: #fff
    }

    #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: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: .05em;
    font-weight: 500;
    transition: color .3s 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-page-header .qodef-widget-holder.qodef--two {
        position: absolute;
        left: 45px
    }

    .qodef-header--centered #qodef-page-header .qodef-widget-holder.qodef--one {
        position: absolute;
        right: 45px
    }

.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--divided #qodef-page-header {
    height: 107px
}

    .qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper, .qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center
    }

    .qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
        justify-content: space-between;
        padding-right: 26px
    }

    .qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
        justify-content: space-between;
        padding-left: 26px
    }

    .qodef-header--divided #qodef-page-header .qodef-header-logo-link {
        justify-content: center
    }

    .qodef-header--divided #qodef-page-header .qodef-header-navigation {
        margin: 0 44px
    }

    .qodef-header--divided #qodef-page-header .qodef-widget-holder {
        margin-left: 0
    }

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

.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-header--standard-extended #qodef-page-header {
    height: 162px
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start
}

    .qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

        .qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
            height: calc(100% - 68px)
        }

        .qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
            height: 68px;
            border-top: 1px solid #e1e1e1
        }

    .qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
        flex: 2 1 auto;
        padding-left: 28px
    }

    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
        display: flex;
        position: relative;
        z-index: 1;
        width: calc(25% - 16px);
        height: 100%;
        align-items: center
    }

        .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
            padding-top: 1px;
            padding-left: 32px;
            font-family: "Cormorant Upright",serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #000
        }

            .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener:before {
                position: absolute;
                left: -19px;
                content: '';
                height: 1px;
                width: 10px;
                background-color: currentColor;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform .4s ease-out
            }

        .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 18px 0 20px;
            margin: 0;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            list-style: none
        }

            .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
                position: relative;
                padding: 0 34px;
                margin: 10px 0
            }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
                    font-family: "Cormorant Upright",serif;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #000;
                    font-size: 13px;
                    line-height: 1.54em;
                    font-family: Inconsolata,monospace;
                    letter-spacing: .25em;
                    font-weight: 500
                }

                    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a:before {
                        position: absolute;
                        left: -19px;
                        content: '';
                        height: 1px;
                        width: 10px;
                        background-color: currentColor;
                        transform: scaleX(0);
                        transform-origin: left;
                        transition: transform .4s ease-out
                    }

                    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
                        position: relative
                    }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
                    position: absolute;
                    top: calc(50% - 10px);
                    right: 26px;
                    width: 20px;
                    height: auto;
                    fill: #000
                }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
                    width: auto
                }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
                    position: absolute;
                    top: calc(-10px - 18px - 5px);
                    left: 100%;
                    width: 100%;
                    margin: 0;
                    padding: 18px 0 20px;
                    background-color: #fff;
                    border: 1px solid #e1e1e1;
                    background-repeat: no-repeat;
                    background-position: bottom right;
                    opacity: 0;
                    visibility: hidden;
                    list-style: none
                }

                    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
                        top: calc(-10px - 18px - 1px)
                    }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link > a {
                    cursor: default
                }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > .qodef-drop-down-second > .qodef-drop-down-second-inner > ul, .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover > ul {
                    opacity: 1;
                    visibility: visible;
                    transition: opacity .3s ease-out
                }

            .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a {
                display: block
            }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a:hover {
                    color: #000
                }

                    .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li > a:hover:before {
                        transform: scaleX(1)
                    }

            .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-ancestor > a, .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-item > a {
                color: #000
            }

                .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-ancestor > a:before, .qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown > li.current-menu-item > a:before {
                    transform: scaleX(1)
                }

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 80px
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
    margin-left: 53px
}

.qodef-header--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #e1e1e1
}

    .qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
        justify-content: center
    }

    .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
        height: 100%;
        flex-grow: 0;
        flex-shrink: 0
    }

    .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
        height: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        border-left: 1px solid #e1e1e1
    }

    .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
        display: flex;
        height: 35%;
        align-items: center;
        border-bottom: 1px solid #e1e1e1;
        justify-content: flex-end
    }

        .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
            width: 100%
        }

        .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
            margin-right: auto
        }

    .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
        display: flex;
        height: 65%;
        align-items: center;
        justify-content: space-between
    }

        .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
            flex-shrink: 0;
            margin: 0
        }

            .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
                margin: 0;
                height: 100%;
                border-right: 1px solid #e1e1e1
            }

                .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget > * {
                    display: flex;
                    height: 100%;
                    align-items: center;
                    margin: 0;
                    padding: 0 24px
                }

        .qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
            margin: 0 24px
        }

    .qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
        display: inline-block;
        vertical-align: middle;
        line-height: 1
    }

        .qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget > *, .qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
            margin: 0
        }

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid, .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80px
}

    .qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
        max-width: unset
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
        height: auto
    }

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

    .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
        background-color: #fff
    }

        .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link, .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
            animation: qode-fade-in .25s .6s linear both
        }

    .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
        background-color: #fff;
        left: -405px;
        padding-left: 80px;
        position: fixed;
        top: 0;
        transition: all .6s cubic-bezier(.77,0,.175,1);
        visibility: hidden;
        width: 325px;
        z-index: -1
    }

        .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link, .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
            margin-right: 80px
        }

            .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
                position: relative !important;
                top: 0 !important;
                transform: none !important
            }

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header, .qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer, .qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 80px
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100
}

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
            margin: 0;
            padding: 0;
            position: relative
        }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
                transform: translateZ(0)
            }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
                display: block;
                padding: 0;
                position: relative;
                z-index: 997
            }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link > a {
                cursor: default
            }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
        margin-right: 5px
    }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
        display: none
    }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:before {
            position: absolute;
            left: -19px;
            content: '';
            height: 1px;
            width: 10px;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .4s ease-out
        }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover {
            color: #000
        }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover:before {
                transform: scaleX(1)
            }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner > ul {
        padding: 10px 0 5px
    }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul {
        padding-left: 20px
    }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
            position: relative;
            display: flex;
            white-space: normal;
            margin: 9px 0;
            overflow: hidden;
            transition: padding .3s ease-out,color .3s ease-out;
            font-size: 13px;
            padding-right: 0;
            font-family: Roboto,sans-serif;
            font-size: 15px;
            line-height: 1.73em;
            font-weight: 300;
            color: #404040
        }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
                flex-shrink: 0
            }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
            padding-left: 0;
            padding-right: 0;
            color: var(--qode-main-color)
        }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before {
                left: 0
            }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a {
        color: #000
    }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a:before {
            transform: scaleX(1)
        }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
        display: none
    }

    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
        position: absolute;
        top: 0;
        width: 100%
    }

        .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
            background-color: #fff;
            left: calc(100% + 40px);
            margin-left: 50px;
            opacity: 0;
            padding: 25px 20px;
            position: absolute;
            top: -23px;
            transition: all .3s ease-out;
            visibility: hidden;
            width: 254px
        }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
                margin-left: 0;
                opacity: 1;
                visibility: visible;
                z-index: 900
            }

            .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
                left: calc(100% + 20px);
                top: -25px;
                transition: all .2s ease;
                visibility: hidden
            }

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
        width: 768px
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%
}

    .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
        height: auto
    }

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px
}

    .qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
        display: block
    }

        .qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
            margin: 0 0 15px
        }

            .qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
                margin-bottom: 0
            }

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer, .qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

    .qodef-header--vertical .qodef-header-vertical-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .qodef-header--vertical .qodef-header-vertical-navigation ul li {
            position: relative;
            padding: 0;
            margin: 6px 0
        }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li a {
                position: relative;
                display: block
            }

                .qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
                    position: absolute;
                    top: calc(50% - 7px);
                    right: 0;
                    width: 13px;
                    height: auto;
                    fill: currentColor
                }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
                transform: translateZ(0)
            }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
                position: relative;
                display: block;
                padding: 0;
                z-index: 997
            }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
                cursor: default
            }

    .qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
        margin-right: 5px
    }

    .qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
        display: none
    }

    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

        .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:before {
            position: absolute;
            left: -19px;
            content: '';
            height: 1px;
            width: 10px;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .4s ease-out
        }

        .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
            color: #000
        }

            .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover:before {
                transform: scaleX(1)
            }

    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
        padding: 10px 0 5px
    }

    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul {
        padding-left: 20px
    }

        .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
            position: relative;
            display: flex;
            white-space: normal;
            margin: 9px 0;
            overflow: hidden;
            transition: padding .3s ease-out,color .3s ease-out;
            font-size: 13px;
            padding-right: 0;
            font-family: Roboto,sans-serif;
            font-size: 15px;
            line-height: 1.73em;
            font-weight: 300;
            color: #404040
        }

            .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
                flex-shrink: 0
            }

        .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a {
            padding-left: 0;
            padding-right: 0;
            color: var(--qode-main-color)
        }

            .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before {
                left: 0
            }

    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a {
        color: #000
    }

        .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a:before {
            transform: scaleX(1)
        }

    .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
        transform: rotate(0);
        transition: transform .3s ease
    }

    .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
        display: none
    }

    .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open > a .qodef-menu-item-arrow {
        transform: rotate(90deg)
    }

    .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
        position: absolute;
        top: 0;
        width: 100%
    }

        .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
            position: absolute;
            top: -23px;
            left: calc(100% + 40px);
            width: 254px;
            background-color: #fff;
            padding: 25px 20px;
            margin-left: 50px;
            visibility: hidden;
            opacity: 0;
            transition: all .3s ease-out
        }

            .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
                margin-left: 0;
                opacity: 1;
                visibility: visible;
                z-index: 900
            }

            .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
                top: -25px;
                left: calc(100% + 20px);
                visibility: hidden;
                transition: all .2s ease
            }

.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 .5s ease,top .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: #021527;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    font-size: 11px;
    letter-spacing: .035em
}

    #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--left .widget, #qodef-top-area .qodef-widget-holder.qodef--left .widget_block {
            margin: 0
        }

    #qodef-top-area .qodef-widget-holder.qodef--right {
        margin-left: auto
    }

        #qodef-top-area .qodef-widget-holder.qodef--right .widget, #qodef-top-area .qodef-widget-holder.qodef--right .widget_block {
            margin: 0 0 0 12px !important
        }

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400
}

    #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: #fafafa
}

.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 .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 .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 #e1e1e1;
        border-radius: 4px;
        box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
        z-index: 10;
        transition: opacity .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 #e1e1e1;
            border-left: 1px solid #e1e1e1;
            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 .2s ease-out
        }

        .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
            margin: 3px 0 0;
            font-family: Roboto,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 .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 #e1e1e1;
    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 {
}

    #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 .qodef-m-lines {
        width: 30px;
        height: 30px
    }

    #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 .3s ease,top .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: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 1.25em;
    letter-spacing: .05em;
    font-weight: 500;
    transition: color .3s 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;
    align-items: center;
    padding: 70px 60px;
    background-color: #021527;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1)
}

    #qodef-side-area-mobile-header .qodef-m-close {
        position: absolute;
        top: 26px;
        right: 40px;
        display: block;
        z-index: 1000;
        color: #fff
    }

    #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 {
                    position: absolute;
                    top: 10px;
                    right: 0;
                    width: 13px;
                    height: auto;
                    color: #fff;
                    fill: #000;
                    z-index: 9;
                    cursor: pointer;
                    transition: color .3s ease-out;
                    transform: rotate(0);
                    transition: transform .3s ease-out,color .3s ease-out
                }

                    #qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
                        color: #fff
                    }

                #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
                    position: relative;
                    display: flex;
                    white-space: normal;
                    margin: 9px 0;
                    overflow: hidden;
                    transition: padding .3s ease-out,color .3s ease-out;
                    font-size: 13px;
                    padding-right: 0;
                    font-family: Roboto,sans-serif;
                    font-size: 15px;
                    line-height: 1.73em;
                    font-weight: 300;
                    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.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
                    padding-left: 0;
                    padding-right: 0;
                    color: var(--qode-main-color)
                }

                    #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, #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 ul {
                    display: none
                }

                #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 > a {
            font-family: "Cormorant Upright",serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1.54em;
            font-family: Inconsolata,monospace;
            letter-spacing: .25em;
            font-weight: 500;
            color: #fff
        }

            #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:before {
                position: absolute;
                left: -19px;
                content: '';
                height: 1px;
                width: 10px;
                background-color: currentColor;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform .4s ease-out
            }

            #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
                color: #000
            }

                #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover:before {
                    transform: scaleX(1)
                }

        #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 {
            color: #000
        }

            #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a:before {
                transform: scaleX(1)
            }

    #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: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    overflow: hidden;
    z-index: 10;
    transition: opacity .6s ease-out,transform .4s ease-out
}

    .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        overflow: visible;
        z-index: 20
    }

.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: -30px
}

.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: "Cormorant Upright",serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1.54em;
            font-family: Inconsolata,monospace;
            letter-spacing: .25em;
            font-weight: 500;
            color: #fff
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:before {
                position: absolute;
                left: -19px;
                content: '';
                height: 1px;
                width: 10px;
                background-color: currentColor;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform .4s ease-out
            }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
                color: #000
            }

                .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover:before {
                    transform: scaleX(1)
                }

        .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: 9px 0;
                overflow: hidden;
                transition: padding .3s ease-out,color .3s ease-out;
                font-size: 13px;
                padding-right: 0;
                font-family: Roboto,sans-serif;
                font-size: 15px;
                line-height: 1.73em;
                font-weight: 300;
                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.current-menu-item > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a {
                padding-left: 0;
                padding-right: 0;
                color: var(--qode-main-color)
            }

                .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: #000
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a:before {
                transform: scaleX(1)
            }

        .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: #000
        }

            .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:before {
                transform: scaleX(1)
            }

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:hover {
        color: #000
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--animate-burger .qodef-m-line.qodef--1 {
        animation: qodef-animate-burger-line 1s forwards
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--animate-burger .qodef-m-line.qodef--2 {
        animation: qodef-animate-burger-line 1s forwards .5s
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--animate-burger .qodef-m-line.qodef--3 {
        animation: qodef-animate-burger-line 1s forwards .3s
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--animate-close.qodef--opened .qodef-m-line.qodef--1 {
        animation: qodef-animate-burger-line 1s forwards
    }

    .qodef-opener-icon.qodef-source--predefined.qodef--animate-close.qodef--opened .qodef-m-line.qodef--2 {
        animation: qodef-animate-burger-line-two 1s forwards .3s
    }

    .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
        position: relative;
        display: block;
        width: 50px;
        height: 8px
    }

    .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
        position: absolute;
        height: 1px;
        background-color: white;
    }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
            top: 0;
            left: 0;
            width: 100%
        }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
            bottom: 0;
            left: 0;
            width: 20%
        }

        .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
            bottom: 0;
            right: 0;
            width: 60%
        }

    .qodef-opener-icon.qodef-source--predefined.qodef--opened {
        transform: rotate(45deg)
    }

        .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-lines {
            width: 50px;
            height: 50px
        }

        .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
            top: 50%
        }

        .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
            top: 0;
            left: 50%;
            width: 1px;
            height: 100%
        }

        .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-section {
        overflow: visible
    }

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder, .qodef-browser--ms-explorer .qodef-parallax-img-holder, .touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.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
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.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 .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-contact-form-7 .qodef-newsletter input {
        padding-left: 18px;
        padding-right: 66px
    }

    .qodef-contact-form-7 .qodef-newsletter .qodef-m-text {
        display: none
    }

    .qodef-contact-form-7 .qodef-newsletter button {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 66px;
        padding: 0;
        align-items: center;
        justify-content: center;
        background: 0 0;
        border: none
    }

        .qodef-contact-form-7 .qodef-newsletter button:before {
            content: '\e835';
            font-family: Linearicons-Free;
            color: #ccc;
            font-size: 14px
        }

    .qodef-contact-form-7 .qodef-newsletter + .wpcf7-response-output {
        margin: 1em 0 !important
    }

    .qodef-contact-form-7 .qodef-newsletter-horizontal {
        display: flex
    }

        .qodef-contact-form-7 .qodef-newsletter-horizontal .qodef-cf7-email {
            margin-right: 9px;
            width: 100%
        }

            .qodef-contact-form-7 .qodef-newsletter-horizontal .qodef-cf7-email input {
                height: 60px;
                border: 1px solid #ccc;
                color: #ccc
            }

        .qodef-contact-form-7 .qodef-newsletter-horizontal .qodef-cf7-submit .qodef-button {
            background-color: var(--qode-main-color);
            color: #fff;
            padding: 14px 51px 14px 56px
        }

            .qodef-contact-form-7 .qodef-newsletter-horizontal .qodef-cf7-submit .qodef-button:hover {
                background-color: #998363;
                border-color: #998363
            }

aside[id*=sidebar] .widget_seafarer_core_contact_form_7 .qodef-widget-title, aside[id*=sidebar] .widget_seafarer_core_contact_form_7 .widgettitle {
    display: none
}

.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
}

    .qodef-instagram-list .sbi_photo_wrap a:after {
        color: #fff;
        content: '\f16d';
        font-family: 'Font Awesome 5 Brands';
        font-size: 20px;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: opacity .3s ease-out
    }

    .qodef-instagram-list .sbi_photo_wrap a:hover:after {
        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--extra-large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 60px 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--extra-large.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -30px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images > .sbi_item {
        padding: 0 30px !important;
        margin: 0 0 60px !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-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        float: left;
        border: 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
        margin-left: 0;
        display: block;
        margin-bottom: 8px
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
        line-height: 1 !important;
        display: flex;
        align-items: center;
        flex-flow: row wrap
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
        width: 37px;
        height: 37px;
        margin: 0 7px 0 0;
        float: none;
        border-radius: 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
        line-height: 1.39em;
        letter-spacing: .075em;
        font-weight: 500;
        font-weight: 600 !important;
        margin: 0 4px 0 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
        display: none
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.73em;
        font-weight: 300;
        color: #404040;
        margin-right: 4px;
        margin-left: 0
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
            margin-right: 0
        }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
        margin-top: 4px
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
        display: none
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
        display: flex;
        align-items: baseline;
        margin-left: 0;
        padding: 0;
        margin-top: -5px
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
            content: '\e094';
            font-family: ElegantIcons;
            padding-right: 10px;
            font-size: 18px;
            position: relative;
            top: 5px
        }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
        display: flex;
        align-items: baseline;
        margin-left: 0;
        margin-top: -3px
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
            content: '\e094';
            font-family: ElegantIcons;
            padding-right: 10px;
            font-size: 18px;
            visibility: hidden
        }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
            padding: 0;
            font-size: 14px;
            margin-right: 8px
        }

            .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
                margin-right: 0
            }

            .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
                margin-left: 0
            }

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

    .qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
        padding: 0;
        margin: 0
    }

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

    .qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
        padding: 0 5px;
        margin: 0 0 10px
    }

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

    .qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
        padding: 0 10px;
        margin: 0 0 20px
    }

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

    .qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
        padding: 0 15px;
        margin: 0 0 30px
    }

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

    .qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
        padding: 0 20px;
        margin: 0 0 40px
    }

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

    .qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
        padding: 0 25px;
        margin: 0 0 50px
    }

.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -30px
}

    .qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets > .ctf-item {
        padding: 0 30px;
        margin: 0 0 60px
    }

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
        padding: 0 40px;
        margin: 0 0 80px
    }

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

    #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
        color: #fff
    }

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

    #qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
        color: #fff
    }

.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 #e1e1e1 !important;
                padding: 10px;
                color: #404040
            }

            .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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        flex-wrap: wrap;
        color: #000
    }

    .qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
        transition: color .3s 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,.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,.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 figure {
        margin: 0 !important
    }

        #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 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 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: "\4d"
    }

body:not([class*=seafarer-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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

    .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: #404040 !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;
    width: auto !important;
    margin: 0 !important;
    font-family: Inconsolata,monospace;
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: .25em;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out !important;
    padding: 8px 34px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #fff !important;
    background-color: #021527 !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: #021527 !important;
        background-color: transparent !important;
        border: 1px solid #021527 !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-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.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-woo-product-content {
    margin: 21px 0 23px
}

.qodef-woo-product-list .qodef-woo-product-price {
    font-size: 18px;
    line-height: 1.39em;
    letter-spacing: .075em;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em
}

.qodef-woo-product-list .qodef-woo-product-title {
    margin: 0
}

    .qodef-woo-product-list .qodef-woo-product-title a:hover {
        color: #000
    }

.qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .add_to_cart_button, .qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .added_to_cart, .qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .button {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--qode-main-color);
    font-size: 13px;
    letter-spacing: .25em;
    justify-content: center
}

    .qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .add_to_cart_button:hover, .qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .added_to_cart:hover, .qodef-woo-product-list.qodef-woo-shortcode.qodef-item-layout--info-below .qodef-e-inner .button:hover {
        background-color: #998363;
        border-color: #998363;
        color: #fff
    }

.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_seafarer_core_woo_dropdown_cart, .widget_shopping_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

    .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-m-opener, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-m-opener:before, .widget_shopping_cart .qodef-m-opener:before {
            content: '';
            position: absolute;
            left: -25px;
            top: 50%;
            height: 1px;
            width: 10px;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .4s ease-out
        }

        .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener:hover, .widget_shopping_cart .qodef-m-opener:hover {
            color: #000
        }

            .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener:hover:before, .widget_shopping_cart .qodef-m-opener:hover:before {
                transform: scaleX(1)
            }

        .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon, .widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon {
            padding-left: 10px;
            padding-right: 7px
        }

            .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon svg, .widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon svg {
                position: absolute;
                top: calc(50% - 2px);
                transform: translateY(-50%);
                left: -5px
            }

        .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count, .widget_shopping_cart .qodef-m-opener .qodef-m-opener-count {
            font-size: 13px;
            line-height: 1.54em;
            font-family: Inconsolata,monospace;
            letter-spacing: .25em;
            font-weight: 500;
            color: #000
        }

    .widget_seafarer_core_woo_dropdown_cart .qodef-m-opener-icon:hover:before, .widget_shopping_cart .qodef-m-opener-icon:hover:before {
        position: absolute;
        left: -21px;
        top: 50%;
        content: '';
        height: 1px;
        width: 10px;
        background-color: currentColor
    }

    .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, .widget_seafarer_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: 35px 5px;
        text-align: left;
        background: #fff;
        border: 1px solid #ebebeb;
        border-top: 1px solid var(--qode-main-color);
        transform: translateY(8px);
        opacity: 0;
        transition: opacity .6s ease-out,transform .4s ease-out
    }

header .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content, header .widget_seafarer_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: -24px;
    width: 290px;
    opacity: 0 !important;
    visibility: hidden !important
}

.widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item, .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item, .widget_seafarer_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 10px
}

    .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child, .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-child, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-child, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img, .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img, .widget_seafarer_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 {
        height: 95px;
        width: 75px;
        object-fit: cover;
        margin-right: 18px
    }

    .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove, .widget_seafarer_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: -5px;
        right: -4px;
        font-size: 20px;
        line-height: 1;
        z-index: 5;
        color: #000
    }

    .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation, .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a, .widget_seafarer_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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1.39em;
        letter-spacing: .075em;
        font-weight: 500
    }

    .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart, .widget_shopping_cart .qodef-woo-mini-cart {
    position: relative;
    max-height: 50vh;
    overflow: hidden
}

.widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart-item, .widget_shopping_cart .qodef-woo-mini-cart-item {
    display: flex
}

    .widget_seafarer_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_seafarer_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_seafarer_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;
        text-align: left
    }

        .widget_seafarer_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: -3px 0 0;
            font-family: "Cormorant Upright",serif;
            font-size: 15px;
            line-height: 1.33em;
            font-weight: 500;
            color: #000;
            letter-spacing: .075em;
            text-transform: uppercase
        }

            .widget_seafarer_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_seafarer_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: inherit
                }

        .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-quantity, .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-quantity {
            margin: 0;
            color: grey;
            font-size: 12px;
            line-height: 1.83em;
            letter-spacing: 0
        }

        .widget_seafarer_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-price, .widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-price {
            margin: 3px 0;
            font-family: "Cormorant Upright",serif;
            font-size: 13px;
            line-height: 1.54em;
            font-weight: 500;
            color: #000;
            letter-spacing: .075em;
            text-transform: uppercase
        }

.widget_seafarer_core_woo_dropdown_cart .qodef-m-order-details, .widget_seafarer_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_seafarer_core_woo_dropdown_cart .qodef-m-order-details strong, .widget_seafarer_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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

    .widget_seafarer_core_woo_dropdown_cart .qodef-m-order-details .amount, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount, .widget_shopping_cart .qodef-m-order-details .amount, .widget_shopping_cart .woocommerce-mini-cart__total .amount {
        font-family: "Cormorant Upright",serif
    }

.widget_seafarer_core_woo_dropdown_cart .qodef-m-order-details, .widget_shopping_cart .qodef-m-order-details {
    margin: 12px 0 22px
}

.widget_seafarer_core_woo_dropdown_cart .qodef-m-action, .widget_seafarer_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: center;
    margin: 0;
    flex-wrap: wrap
}

    .widget_seafarer_core_woo_dropdown_cart .qodef-m-action a, .widget_seafarer_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;
        width: auto;
        margin: 0;
        font-family: Inconsolata,monospace;
        font-size: 15px;
        font-weight: 500;
        line-height: 2em;
        letter-spacing: .25em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 0;
        outline: 0;
        transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
        padding: 8px 34px;
        color: #fff;
        background-color: #021527;
        border: 1px solid transparent;
        background-color: var(--qode-main-color);
        letter-spacing: .15em;
        white-space: nowrap
    }

        .widget_seafarer_core_woo_dropdown_cart .qodef-m-action a:hover, .widget_seafarer_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover, .widget_shopping_cart .qodef-m-action a:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
            color: #fff;
            background-color: var(--qode-main-color);
            background-color: #998363
        }

header .widget_seafarer_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content, header .widget_seafarer_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 {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important
}

#qodef-page-header-inner.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener, .qodef-custom-header-layout.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener {
    color: #fff
}

    #qodef-page-header-inner.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener .qodef-m-opener-icon svg *, .qodef-custom-header-layout.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener .qodef-m-opener-icon svg * {
        stroke: #fff
    }

    #qodef-page-header-inner.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener .qodef-m-opener-count, .qodef-custom-header-layout.qodef-skin--light .widget_seafarer_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner .qodef-m-opener .qodef-m-opener-count {
        color: #fff
    }

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
    max-height: calc(4 * (80px + 20px))
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #404040
}

    .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: 20px;
    width: 80px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #404040
}

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
        max-height: calc(4 * (80px + 20px))
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #404040
    }

        #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: 20px;
        width: 80px
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #404040
    }

.widget_seafarer_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

    .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center
    }

        .widget_seafarer_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_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%
        }

        .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
            position: fixed;
            top: 0;
            right: -360px;
            height: 100vh;
            width: 360px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 100px 0 74px;
            background-color: #fff;
            border-left: 1px solid #e1e1e1;
            overflow: hidden;
            visibility: hidden;
            z-index: 9999;
            transition: all .6s cubic-bezier(.77,0,.175,1)
        }

.admin-bar .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_seafarer_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_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_seafarer_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 35px !important
}

.widget_seafarer_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_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
        margin-top: 0
    }

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

    .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a, .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
        display: block
    }

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px
}

    .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
        margin: 0
    }

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inconsolata,monospace;
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: .25em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #021527;
    border: 1px solid transparent
}

    .widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
        color: #fff;
        background-color: var(--qode-main-color)
    }

.widget_seafarer_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.qodef-shortcode .last_toggle_el_margin, .qodef-shortcode .wpb_button, .qodef-shortcode .wpb_content_element, .qodef-shortcode .wpb_row, .qodef-shortcode ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media only screen and (max-width:1024px) {
    .qodef-clients-list .qodef-e-inner {
        margin-bottom: 30px;
        text-align: center
    }
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
        line-height: 0;
        position: relative;
        display: inline-block;
        vertical-align: top
    }

        .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
            display: inline-block
        }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
        width: auto;
        opacity: 1;
        will-change: opacity;
        transition: opacity .15s ease-out;
        display: inline-block
    }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        opacity: 0;
        will-change: opacity;
        transition: opacity .15s ease-out
    }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
        opacity: 0
    }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
        opacity: 1
    }

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image {
        line-height: 0;
        position: relative;
        display: inline-block;
        vertical-align: top
    }

        .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image a {
            display: inline-block
        }

            .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image a:hover .qodef-e-logo {
                transform: translateY(-6px)
            }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-logo {
        width: auto;
        display: inline-block;
        transform: translateY(0);
        transition: transform .3s ease-out
    }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-hover-logo {
        display: none
    }

.qodef-team-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-team-list .qodef-e-title {
        margin: 0
    }

    .qodef-team-list .qodef-e-role {
        margin: 0
    }

    .qodef-team-list .qodef-team-member-social-icons {
        margin: 0
    }

@media only screen and (max-width:1024px) {
    .qodef-team-list .qodef-e-inner .qodef-e-image {
        width: 100%
    }

        .qodef-team-list .qodef-e-inner .qodef-e-image .qodef-e-media-image img {
            width: 100%
        }
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative;
    display: inline-block
}

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:before {
        content: '';
        position: absolute;
        top: -9px;
        right: -9px;
        left: -9px;
        bottom: -9px;
        background: 0 0;
        border: 1px solid #ccc
    }

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--bottom-right:after, .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--bottom-right:before, .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--top-left:after, .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--top-left:before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--top-left:after {
        top: -9px;
        left: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--bottom-right:before {
        bottom: -9px;
        right: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-m-border--bottom-right:after {
        bottom: -9px;
        right: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

.qodef-team-list.qodef-item-layout--info-below .qodef--appeared .qodef-e-image .qodef-m-border--top-left:before {
    transform: scaleX(1);
    transition-delay: 0s
}

.qodef-team-list.qodef-item-layout--info-below .qodef--appeared .qodef-e-image .qodef-m-border--top-left:after {
    transform: scaleY(1);
    transition-delay: .48s
}

.qodef-team-list.qodef-item-layout--info-below .qodef--appeared .qodef-e-image .qodef-m-border--bottom-right:before {
    transform: scaleX(1);
    transition-delay: 0s
}

.qodef-team-list.qodef-item-layout--info-below .qodef--appeared .qodef-e-image .qodef-m-border--bottom-right:after {
    transform: scaleY(1);
    transition-delay: .48s
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 30px 0 0;
    text-align: center
}

    .qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons {
        margin: 10px 0
    }

        .qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon {
            font-size: 14px;
            margin: 0 10px;
            color: #021527
        }

            .qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon:hover {
                color: var(--qode-main-color)
            }

.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 .3s ease-out;
    z-index: -1
}

.qodef-testimonials-list.qodef-swiper-container {
    max-width: 70%;
    margin: 0 auto;
    display: block
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 0;
    text-align: center
}

.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 28px
}

.qodef-testimonials-list .qodef-e-static-title {
    margin: 0 0 28px;
    text-align: center
}

.qodef-testimonials-list .qodef-e-static-subtitle {
    margin: 0 0 6px;
    text-align: center;
    color: var(--qode-main-color)
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.65em;
    color: #4c4c4c;
    text-transform: none;
    font-weight: 300
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0
}

    .qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
        font-family: "Cormorant Upright",serif;
        font-size: 19px;
        line-height: 1em;
        letter-spacing: .075em;
        text-transform: uppercase;
        font-weight: 500
    }

    .qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.73em;
        font-weight: 300;
        color: #404040;
        padding-left: 5px
    }

.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-author-job, .qodef-testimonials-list.qodef-skin--light .qodef-e-static-title, .qodef-testimonials-list.qodef-skin--light .qodef-e-subtitle, .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-nav--light.swiper-button-next svg, .qodef-testimonials-nav--light.swiper-button-prev svg {
    stroke: #fff
}

.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-tour .qodef-quantity-buttons span {
    display: none !important
}

.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-tour .qodef-quantity-buttons .qodef-quantity-input {
    margin: 0 !important;
    cursor: none;
    pointer-events: none
}

.woocommerce-page div.woocommerce .qodef-reservation-info {
    position: relative;
    display: flex;
    flex-direction: column
}

    .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
        display: inline-flex;
        align-items: center;
        width: 100%
    }

    .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label {
        margin-right: 5px;
        color: #000
    }

        .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label .qodef--mark {
            margin: 0 2px
        }

.archive.post-type-archive-tour #qodef-page-inner, .archive[class*=tax-tour] #qodef-page-inner {
    padding-top: 0
}

@media only screen and (min-width:1025px) {
    .archive .qodef-grid.qodef-layout--template.qodef-gutter--huge > .qodef-grid-inner .qodef-page-content-section {
        margin-bottom: 0
    }
}

.archive .qodef-grid.qodef-layout--template.qodef-gutter--huge > .qodef-grid-inner .qodef-page-sidebar-section {
    margin-bottom: 0
}

.seafarer-core-tour-search #qodef-page-inner {
    padding-top: 0
}

#qodef-tour-list-sidebar, #qodef-tour-single-sidebar {
    margin-top: 155px
}

    #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 {
        background-color: #f4f2ed;
        padding: 0 25px 11px
    }

        #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-cf7-title, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-cf7-title {
            text-align: center;
            margin-top: 23px;
            margin-bottom: 7px
        }

        #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-cf7-subtitle, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-cf7-subtitle {
            margin-bottom: 23px;
            text-align: center
        }

        #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: top
        }

            #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter button:before, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter button:before {
                right: 14px;
                color: grey
            }

            #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input {
                border: none;
                background-color: #fff;
                height: 50px
            }

                #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input:-ms-input-placeholder, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input:-ms-input-placeholder {
                    color: grey
                }

                #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input::placeholder, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-contact-form-7 .qodef-newsletter input::placeholder {
                    color: grey
                }

    #qodef-tour-list-sidebar .widget_seafarer_core_contact_form_7 .qodef-widget-title, #qodef-tour-single-sidebar .widget_seafarer_core_contact_form_7 .qodef-widget-title {
        display: none
    }

.single-tour #qodef-page-inner {
    padding-top: 0
}

.single-tour .woocommerce-error, .single-tour .woocommerce-info, .single-tour .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 30px;
    margin: 50px 0 20px;
    border: 1px solid #e1e1e1
}

    .single-tour .woocommerce-error a, .single-tour .woocommerce-info a, .single-tour .woocommerce-message a {
        margin-top: 12px
    }

.single-tour .woocommerce-info {
    border-color: #0b9c0b
}

.single-tour .woocommerce-error {
    border-color: #ff3135
}

.qodef-tour {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px
}

    .qodef-tour .qodef-m-image {
        width: 100%;
        margin-bottom: 70px
    }

        .qodef-tour .qodef-m-image img {
            display: block;
            margin: 30px 0 0
        }

    .qodef-tour .qodef-m-content {
        display: block
    }

    .qodef-tour .qodef-tour-item {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-tour .qodef-e-title {
        margin: 0
    }

    .qodef-tour .qodef-e-content {
        margin-top: 13px
    }

    .qodef-tour .qodef-e-destination {
        font-size: 17px;
        line-height: 1.5em;
        color: var(--qode-main-color)
    }

        .qodef-tour .qodef-e-destination > span:not(:last-child):after {
            content: ','
        }

    .qodef-tour .qodef-e-gallery-holder {
        margin-top: 75px
    }

        .qodef-tour .qodef-e-gallery-holder .qodef-e-gallery-title {
            margin: 0 0 24px
        }

    .qodef-tour .qodef-e-additional-info {
        margin: 13px 0 0
    }

        .qodef-tour .qodef-e-additional-info ul {
            margin: 23px 0;
            list-style: none
        }

            .qodef-tour .qodef-e-additional-info ul li {
                position: relative;
                padding-left: 24px;
                margin-bottom: 4px
            }

                .qodef-tour .qodef-e-additional-info ul li:last-child {
                    margin-bottom: 0
                }

                .qodef-tour .qodef-e-additional-info ul li:before {
                    content: "";
                    font-family: Ionicons;
                    font-size: 20px;
                    position: absolute;
                    top: 0;
                    left: 0
                }

    .qodef-tour .qodef-e-basic-info {
        padding: 11px 0 12px;
        margin: 22px 0 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb
    }

        .qodef-tour .qodef-e-basic-info .qodef-e-item {
            display: inline-block;
            padding: 0 20px;
            position: relative;
            color: var(--qode-main-color)
        }

            .qodef-tour .qodef-e-basic-info .qodef-e-item:not(:last-child):after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 1px;
                height: 10px;
                background-color: #ebebeb
            }

    .qodef-tour .qodef-e-info-items-holder {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        margin: 35px 0 0
    }

        .qodef-tour .qodef-e-info-items-holder .qodef-e-info-item {
            flex-basis: 50%;
            padding: 8px 0 9px
        }

@media only screen and (max-width:680px) {
    .qodef-tour .qodef-e-info-items-holder .qodef-e-info-item {
        flex-basis: 100%
    }
}

.qodef-tour .qodef-e-info-items-holder .qodef-e-label {
    font-family: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1.54em;
    font-family: Inconsolata,monospace;
    letter-spacing: .25em;
    font-weight: 500;
    display: inline-block;
    min-width: 114px
}

.qodef-tour .qodef-e-tour-plans .qodef-e-tour-plan-section-title {
    margin: 52px 0 27px
}

.qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan {
    display: flex;
    position: relative
}

    .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan:last-of-type .qodef-line-between-icons {
        display: none
    }

    .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan .qodef-tour-item-plan-inner {
        margin-left: 31px
    }

.qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-title {
    margin: 0 0 8px
}

.qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-content {
    padding: 0 0 45px;
    margin: 0
}

    .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-content ul {
        margin: 13px 0 0;
        list-style: none
    }

        .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-content ul li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 3px
        }

            .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-content ul li:last-child {
                margin-bottom: 0
            }

            .qodef-tour .qodef-e-tour-plans .qodef-tour-item-plan-content ul li:before {
                content: "";
                font-family: Ionicons;
                font-size: 20px;
                position: absolute;
                top: 0;
                left: 0
            }

.qodef-tour .qodef-e-tour-plans .qodef-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    display: inline-block;
    flex-shrink: 0;
    margin-top: 10px
}

.qodef-tour .qodef-e-tour-plans .qodef-line-between-icons {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 7px;
    left: 0
}

    .qodef-tour .qodef-e-tour-plans .qodef-line-between-icons .qodef-line-between-icons-inner {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 0;
        height: 100%;
        border-right: 1px solid #a09c96;
        z-index: 8;
        content: ''
    }

.qodef-tour .qodef-e-location {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 52px 0 0
}

.qodef-tour .qodef-e-location-title {
    margin: 0 0 23px
}

.qodef-tour .qodef-e-location-excerpt {
    margin: 13px 0 0
}

.qodef-tour .qodef-tour-reviews-info {
    margin: 13px 0 0
}

.qodef-tour .qodef-m-reviews-all {
    margin-top: 47px
}

.qodef-tour .qodef-rating-percentage-wrapper {
    max-width: 600px
}

    .qodef-tour .qodef-rating-percentage-wrapper .qodef-progress-bar.qodef-layout--line .qodef-m-inner {
        margin-bottom: 34px
    }

.qodef-tour #qodef-page-comments {
    margin-top: 66px
}

    .qodef-tour #qodef-page-comments .qodef-m-title {
        display: none
    }

.qodef-tour #qodef-page-comments-list {
    margin-bottom: 92px
}

.qodef-tour #qodef-page-comments-form .comment-reply-title {
    font-family: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    line-height: 1.15em;
    letter-spacing: .05em;
    font-weight: 500
}

.qodef-tour #qodef-page-comments-form .qodef-review-rating {
    margin-bottom: 24px
}

.qodef-tour #qodef-page-comments-form .qodef-comment-form .comment-notes {
    margin: 10px 0 15px
}

.datepick-popup .datepick, .qodef-datepick-calendar .datepick {
    width: auto !important;
    min-width: 250px;
    padding: 25px;
    font-family: inherit;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    color: #000;
    background-color: #fbfaf5;
    border: 1px solid #e1e1e1;
    border-radius: 0
}

@media only screen and (max-width:680px) {
    .datepick-popup .datepick, .qodef-datepick-calendar .datepick {
        min-width: 200px
    }
}

.datepick-popup .datepick-month-row, .qodef-datepick-calendar .datepick-month-row {
    position: relative;
    display: flex;
    margin: 0 -12px
}

    .datepick-popup .datepick-month-row > *, .qodef-datepick-calendar .datepick-month-row > * {
        width: 100%;
        padding: 0 12px
    }

    .datepick-popup .datepick-month-row .datepick-cmd, .qodef-datepick-calendar .datepick-month-row .datepick-cmd {
        position: absolute;
        top: -2px;
        display: inline-block;
        vertical-align: top;
        float: none;
        height: auto;
        width: auto;
        padding: 6px 8px;
        color: #000;
        background-color: inherit
    }

        .datepick-popup .datepick-month-row .datepick-cmd:hover, .qodef-datepick-calendar .datepick-month-row .datepick-cmd:hover {
            color: var(--qode-main-color)
        }

        .datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-prev, .qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-prev {
            left: 15px
        }

        .datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-next, .qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-next {
            right: 15px
        }

        .datepick-popup .datepick-month-row .datepick-cmd.datepick-disabled, .qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-disabled {
            color: #404040;
            cursor: not-allowed
        }

    .datepick-popup .datepick-month-row .qodef-e-calendar-icon, .qodef-datepick-calendar .datepick-month-row .qodef-e-calendar-icon {
        display: block;
        width: 7px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10
    }

.datepick-popup .datepick-month-header, .qodef-datepick-calendar .datepick-month-header {
    height: auto;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: inherit
}

.datepick-popup .datepick-month, .qodef-datepick-calendar .datepick-month {
    border: 0
}

    .datepick-popup .datepick-month thead, .qodef-datepick-calendar .datepick-month thead {
        border-bottom: 0
    }

    .datepick-popup .datepick-month th, .qodef-datepick-calendar .datepick-month th {
        padding: 0 0 2px;
        font-weight: inherit;
        letter-spacing: .01em;
        color: var(--qode-main-color);
        border: 0;
        background-color: inherit
    }

    .datepick-popup .datepick-month tr, .qodef-datepick-calendar .datepick-month tr {
        padding: 0;
        border: 0
    }

        .datepick-popup .datepick-month tr td > *, .qodef-datepick-calendar .datepick-month tr td > * {
            display: block;
            padding: 3px 9.45px 4px;
            border-style: solid;
            border-color: #e1e1e1
        }

@media only screen and (max-width:480px) {
    .datepick-popup .datepick-month tr td > *, .qodef-datepick-calendar .datepick-month tr td > * {
        padding: 2px 7px 3px
    }
}

.datepick-popup .datepick-month tr td a, .datepick-popup .datepick-month tr td span:not(.datepick-other-month), .qodef-datepick-calendar .datepick-month tr td a, .qodef-datepick-calendar .datepick-month tr td span:not(.datepick-other-month) {
    border-width: 0 1px 1px 0
}

.datepick-popup .datepick-month tr td span.datepick-other-month, .qodef-datepick-calendar .datepick-month tr td span.datepick-other-month {
    display: none
}

.datepick-popup .datepick-month tr td:first-child a, .datepick-popup .datepick-month tr td:first-child span:not(.datepick-other-month), .qodef-datepick-calendar .datepick-month tr td:first-child a, .qodef-datepick-calendar .datepick-month tr td:first-child span:not(.datepick-other-month) {
    border-left-width: 1px
}

.datepick-popup .datepick-month tr:first-child td, .qodef-datepick-calendar .datepick-month tr:first-child td {
    position: relative
}

    .datepick-popup .datepick-month tr:first-child td:before, .qodef-datepick-calendar .datepick-month tr:first-child td:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        z-index: 1
    }

    .datepick-popup .datepick-month tr:first-child td a, .datepick-popup .datepick-month tr:first-child td span:not(.datepick-other-month), .qodef-datepick-calendar .datepick-month tr:first-child td a, .qodef-datepick-calendar .datepick-month tr:first-child td span:not(.datepick-other-month) {
        border-top-width: 1px;
        border-bottom-width: 0
    }

        .datepick-popup .datepick-month tr:first-child td a:before, .datepick-popup .datepick-month tr:first-child td span:not(.datepick-other-month):before, .qodef-datepick-calendar .datepick-month tr:first-child td a:before, .qodef-datepick-calendar .datepick-month tr:first-child td span:not(.datepick-other-month):before {
            content: '';
            position: absolute;
            top: 0;
            left: -1px;
            width: 1px;
            height: 100%;
            background-color: #e1e1e1
        }

.datepick-popup .datepick-month td, .qodef-datepick-calendar .datepick-month td {
    padding: 0;
    font-weight: inherit;
    background: 0 0;
    border: 0
}

    .datepick-popup .datepick-month td span, .qodef-datepick-calendar .datepick-month td span {
        color: rgba(80,78,69,.4)
    }

        .datepick-popup .datepick-month td span.datepick-other-month, .datepick-popup .datepick-month td span.datepick-today, .datepick-popup .datepick-month td span.datepick-weekend, .qodef-datepick-calendar .datepick-month td span.datepick-other-month, .qodef-datepick-calendar .datepick-month td span.datepick-today, .qodef-datepick-calendar .datepick-month td span.datepick-weekend {
            background-color: inherit
        }

    .datepick-popup .datepick-month td a, .qodef-datepick-calendar .datepick-month td a {
        color: #000;
        background-color: #fff;
        transition: color .3s ease-out,background-color .3s ease-out
    }

    .datepick-popup .datepick-month td .datepick-today, .qodef-datepick-calendar .datepick-month td .datepick-today {
        color: var(--qode-main-color);
        background-color: #fff
    }

    .datepick-popup .datepick-month td .datepick-highlight, .datepick-popup .datepick-month td .datepick-selected, .qodef-datepick-calendar .datepick-month td .datepick-highlight, .qodef-datepick-calendar .datepick-month td .datepick-selected {
        color: #fff !important;
        background-color: var(--qode-main-color) !important
    }

    .datepick-popup .datepick-month td .datepick-last-tour, .qodef-datepick-calendar .datepick-month td .datepick-last-tour {
        color: #000;
        background: #f8f6c1
    }

        .datepick-popup .datepick-month td .datepick-last-tour:hover, .qodef-datepick-calendar .datepick-month td .datepick-last-tour:hover {
            color: #fff;
            background-color: var(--qode-main-color)
        }

    .datepick-popup .datepick-month td .datepick-disabled, .qodef-datepick-calendar .datepick-month td .datepick-disabled {
        color: rgba(80,78,69,.4) !important;
        background: linear-gradient(to top left,rgba(80,78,69,0) 0,rgba(80,78,69,0) calc(50% - .8px),rgba(80,78,69,.4) 50%,rgba(80,78,69,0) calc(50% + .8px),rgba(80,78,69,0) 100%) !important;
        cursor: not-allowed !important;
        pointer-events: none !important
    }

.datepick-popup {
    width: auto !important;
    z-index: 9999999 !important
}

.qodef-datepick-calendar {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#qodef-tour-reservation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 23px 25px 25px;
    background-color: #f4f2ed
}

    #qodef-tour-reservation .qodef-tour-reservation-title {
        margin: 0 0 28px;
        text-align: center
    }

#qodef-tour-reservation-form .qodef-m-field {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px
}

    #qodef-tour-reservation-form .qodef-m-field label {
        margin-bottom: 5px;
        display: inline-flex;
        vertical-align: middle;
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        flex-wrap: wrap;
        color: #000;
        font-size: 11px
    }

    #qodef-tour-reservation-form .qodef-m-field input, #qodef-tour-reservation-form .qodef-m-field select {
        margin-bottom: 0;
        padding: 13px 20px 13px 15px;
        border: none;
        background-color: #fff;
        color: grey
    }

    #qodef-tour-reservation-form .qodef-m-field .select2-container--default {
        margin-top: 0 !important;
        margin-bottom: 0;
        width: 100% !important
    }

        #qodef-tour-reservation-form .qodef-m-field .select2-container--default .select2-selection--single {
            padding: 13px 20px 13px 15px;
            border: none;
            background-color: #fff;
            color: grey !important
        }

    #qodef-tour-reservation-form .qodef-m-field.qodef--check-in, #qodef-tour-reservation-form .qodef-m-field.qodef--check-out {
        margin-bottom: 23px
    }

    #qodef-tour-reservation-form .qodef-m-field.qodef--price {
        margin-bottom: 42px
    }

        #qodef-tour-reservation-form .qodef-m-field.qodef--price .qodef-m-field-title {
            margin: 35px 0 14px
        }

    #qodef-tour-reservation-form .qodef-m-field.qodef--booking {
        margin: 0
    }

        #qodef-tour-reservation-form .qodef-m-field.qodef--booking .qodef-button {
            background-color: var(--qode-main-color);
            color: #fff
        }

            #qodef-tour-reservation-form .qodef-m-field.qodef--booking .qodef-button:hover {
                background-color: #998363;
                border-color: #998363
            }

            #qodef-tour-reservation-form .qodef-m-field.qodef--booking .qodef-button .qodef-btn-text {
                white-space: nowrap
            }

#qodef-tour-reservation-form .qodef-m-field-title {
    margin: 0
}

#qodef-tour-reservation-form .qodef-m-field-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-tour-reservation-form .qodef-m-field-input-icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 18px;
    width: 16px;
    height: auto;
    fill: none;
    stroke: #000;
    z-index: 1;
    cursor: pointer
}

#qodef-tour-reservation-form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 1
}

#qodef-tour-reservation-form .qodef-m-spinner {
    position: absolute;
    height: auto;
    fill: var(--qode-main-color);
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

    #qodef-tour-reservation-form .qodef-m-spinner.qodef--form {
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        z-index: 2
    }

    #qodef-tour-reservation-form .qodef-m-spinner.qodef--button {
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        width: 36px;
        visibility: hidden
    }

#qodef-tour-reservation-form .qodef-m-response {
    position: relative;
    display: none;
    line-height: 1;
    margin-top: 20px
}

    #qodef-tour-reservation-form .qodef-m-response.qodef--show {
        display: block
    }

    #qodef-tour-reservation-form .qodef-m-response.qodef--success {
        color: #0b9c0b
    }

    #qodef-tour-reservation-form .qodef-m-response.qodef--error {
        color: #ff3135
    }

#qodef-tour-reservation-form.qodef--loaded:after {
    display: none
}

#qodef-tour-reservation-form.qodef--loaded .qodef-m-spinner.qodef--form {
    display: none
}

#qodef-tour-reservation-form.qodef--checking .qodef-button {
    visibility: hidden
}

#qodef-tour-reservation-form.qodef--checking .qodef-m-spinner.qodef--button {
    visibility: visible;
    z-index: 1
}

.qodef-profile-reserved-tours .qodef-m-heading {
    padding-bottom: 11px;
    border-bottom: 1px solid #e9d2cc
}

    .qodef-profile-reserved-tours .qodef-m-heading > * {
        margin: 0
    }

.qodef-profile-reserved-tours .qodef-m-text {
    margin-top: 15px
}

.qodef-profile-reserved-tours .qodef-m-reserved-tours {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-profile-reserved-tours .qodef-m-reserved-tour {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #e9d2cc
}

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-image {
        width: 220px;
        flex-shrink: 0;
        margin-right: 25px
    }

        .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-image a, .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-image img {
            display: block
        }

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-heading {
        width: 100%
    }

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-title {
        margin: 0
    }

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-reservation-info {
        margin-top: 12px
    }

        .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-reservation-info .qodef--mark {
            margin: 0 2px
        }

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-price-value {
        color: var(--qode-main-color)
    }

    .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order {
        flex-shrink: 0
    }

        .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status {
            display: inline-block;
            vertical-align: top;
            padding: 0 1em;
            line-height: 2.5em;
            color: #777;
            background: #e5e5e5;
            border-radius: 4px;
            border-bottom: 1px solid rgba(0,0,0,.05);
            white-space: nowrap
        }

            .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status.qodef--completed {
                color: #2e4453;
                background: #c8d7e1
            }

            .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status.qodef--on-hold {
                color: #94660c;
                background: #f8dda7
            }

            .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status.qodef--failed {
                color: #761919;
                background: #eba3a3
            }

            .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status.qodef--processing {
                color: #5b841b;
                background: #c6e1c6
            }

            .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order .qodef-ei-order-status.qodef--trash {
                color: #761919;
                background: #eba3a3
            }

.qodef-profile-reserved-tours .qodef-m-not-found {
    margin: 0
}

.qodef-advanced-tour-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-advanced-tour-search .qodef-m-form .qodef-m-field {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field input, .qodef-advanced-tour-search .qodef-m-form .qodef-m-field select {
            margin-bottom: 0
        }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field select {
            min-width: 100%
        }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field .select2-container--default {
            margin-bottom: 0
        }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--tour-amount .qodef-e-input, .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--tour-tag .qodef-e-input {
            width: 100%
        }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input {
            height: 1px;
            border: none;
            background-color: #021527;
            margin: 18px 0 29px;
            box-shadow: none
        }

            .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-handle {
                width: 5px;
                height: 5px;
                background: #021527;
                border: none;
                border-radius: 50%;
                box-shadow: none;
                right: -2px;
                top: -2px
            }

                .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-handle:after, .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-handle:before {
                    content: none
                }

                .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-handle:hover {
                    cursor: move
                }

            .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-background, .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-base {
                background-color: #ebebeb;
                box-shadow: none
            }

            .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--price-range .qodef-price-range-input .noUi-connect {
                background: #000;
                box-shadow: none
            }

        .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--booking {
            margin-top: 13px
        }

            .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
                width: 100%;
                justify-content: center;
                background-color: var(--qode-main-color);
                color: #fff
            }

                .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--booking .qodef-button:hover {
                    background-color: #998363
                }

#qodef-page-sidebar .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Inconsolata,monospace;
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: .25em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 15.5px 51px 15.5px 56px;
    background-color: var(--qode-main-color);
    color: #fff;
    width: 100%
}

    #qodef-page-sidebar .qodef-advanced-tour-search .qodef-m-form .qodef-m-field.qodef--booking .qodef-button:hover {
        background-color: #998363
    }

.qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items {
    margin-top: 10px;
    display: flex;
    flex-direction: column
}

    .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item {
        display: flex;
        align-items: center;
        margin-bottom: 21px;
        position: relative
    }

        .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item input[type=checkbox] {
            margin: 0;
            visibility: hidden
        }

            .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item input[type=checkbox]:checked + label .qodef-label-view:after {
                opacity: 1
            }

        .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item label {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            margin-bottom: 0;
            margin-left: 9px;
            cursor: pointer
        }

        .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item .qodef-label-view {
            display: inline-block;
            width: 9px;
            height: 9px;
            border: 1px solid grey;
            background-color: rgba(255,255,255,0);
            margin-right: 10px
        }

            .qodef-advanced-tour-search .qodef-m-form .qodef-e-cb-items .qodef-e-cb-item .qodef-label-view:after {
                content: "";
                position: absolute;
                top: 0;
                left: 2px;
                color: #000;
                font-size: 16px;
                font-family: Ionicons;
                opacity: 0
            }

.qodef-advanced-tour-search .qodef-m-form .qodef-m-field-title {
    margin: 0
}

.qodef-advanced-tour-search .qodef-m-form .qodef-m-field-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-advanced-tour-search .qodef-m-form .qodef-m-field-input-icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 23px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    cursor: pointer
}

.qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field label {
    color: #fff
}

.qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field input, .qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field select {
    color: #fff
}

.qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single .select2-selection__arrow, .qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.qodef-advanced-tour-search.qodef-skin--light .qodef-m-form .qodef-m-field-input-icon {
    color: #fff
}

.qodef-advanced-tour-search .qodef-m-spinner {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    color: var(--qode-main-color);
    fill: currentColor;
    animation: qode-rotate 2s infinite linear;
    z-index: 2
}

.qodef-advanced-tour-search:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 1
}

.qodef-advanced-tour-search.qodef--loaded:after {
    display: none
}

.qodef-advanced-tour-search.qodef--loaded .qodef-m-spinner {
    display: none
}

.qodef-advanced-tour-search.qodef-layout--standard {
    padding: 23px 25px 31px;
    background-color: #f4f2ed
}

    .qodef-advanced-tour-search.qodef-layout--standard .qodef-m-title {
        margin: 0 0 23px;
        text-align: center
    }

    .qodef-advanced-tour-search.qodef-layout--standard .qodef-m-form .qodef-m-field input, .qodef-advanced-tour-search.qodef-layout--standard .qodef-m-form .qodef-m-field select {
        margin: 0 0 11px;
        background-color: #fff;
        border: none
    }

.qodef-tour-calendar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 24px 30px 30px;
    background-color: #fafafa
}

    .qodef-tour-calendar .qodef-m-title {
        margin: 0 0 24px;
        text-align: center
    }

    .qodef-tour-calendar .qodef-m-form {
        position: relative
    }

        .qodef-tour-calendar .qodef-m-form:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.8);
            z-index: 1
        }

        .qodef-tour-calendar .qodef-m-form.qodef--loaded:after {
            display: none
        }

        .qodef-tour-calendar .qodef-m-form.qodef--loaded .qodef-m-spinner {
            display: none
        }

        .qodef-tour-calendar .qodef-m-form.qodef--selected .qodef-m-form-button {
            display: block
        }

    .qodef-tour-calendar .qodef-m-spinner {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        color: var(--qode-main-color);
        fill: currentColor;
        animation: qode-rotate 2s infinite linear;
        z-index: 2
    }

    .qodef-tour-calendar .qodef-m-form-calendar {
        width: 100%;
        min-height: 200px
    }

    .qodef-tour-calendar .qodef-m-form-button {
        display: none;
        margin-top: 30px
    }

.qodef-tour-gallery-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .qodef-e-inner {
        flex-direction: row-reverse
    }

    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .swiper-button-prev {
        left: 0 !important
    }

    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .swiper-button-next {
        left: 62px !important
    }

    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .qodef-e-content {
        text-align: right
    }

    .qodef-tour-gallery-list .qodef-e-inner {
        position: relative;
        display: flex;
        align-items: stretch
    }

    .qodef-tour-gallery-list .qodef-e-media {
        width: 60%
    }

        .qodef-tour-gallery-list .qodef-e-media > * {
            height: 100%
        }

        .qodef-tour-gallery-list .qodef-e-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .qodef-tour-gallery-list .qodef-e-media-image a {
        display: block;
        height: 100%
    }

    .qodef-tour-gallery-list .qodef-e-media-slider .qodef-swiper-container {
        height: 100%
    }

    .qodef-tour-gallery-list .qodef-e-media-slider .swiper-wrapper {
        align-items: stretch
    }

    .qodef-tour-gallery-list .qodef-e-media-slider .swiper-slide {
        height: auto
    }

    .qodef-tour-gallery-list .swiper-button-next, .qodef-tour-gallery-list .swiper-button-prev {
        top: auto;
        bottom: 0;
        display: flex;
        width: 62px !important;
        height: 46px !important;
        color: #000;
        background-color: #fafafa;
        transform: none;
        transition: color .3s ease-out
    }

        .qodef-tour-gallery-list .swiper-button-next svg, .qodef-tour-gallery-list .swiper-button-prev svg {
            width: 6px
        }

        .qodef-tour-gallery-list .swiper-button-next:hover, .qodef-tour-gallery-list .swiper-button-prev:hover {
            color: var(--qode-main-color)
        }

    .qodef-tour-gallery-list .swiper-button-prev {
        left: auto !important;
        right: 62px !important
    }

    .qodef-tour-gallery-list .swiper-button-next {
        left: auto !important;
        right: 0 !important
    }

    .qodef-tour-gallery-list .qodef-e-content {
        width: 40%;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        padding: 144px 70px 150px;
        background-color: #f6f3ea
    }

    .qodef-tour-gallery-list .qodef-e-price {
        color: var(--qode-main-color);
        line-height: 1.1em
    }

    .qodef-tour-gallery-list .qodef-e-title {
        margin: 0
    }

    .qodef-tour-gallery-list .qodef-e-button {
        margin-top: 41px
    }

.qodef-tour-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tour-list .qodef-e-media {
    position: relative
}

    .qodef-tour-list .qodef-e-media a, .qodef-tour-list .qodef-e-media img {
        display: block;
        width: 100%
    }

    .qodef-tour-list .qodef-e-media a {
        position: relative;
        z-index: 1
    }

.qodef-tour-list .qodef-e-price {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    color: var(--qode-main-color)
}

.qodef-tour-list .qodef-e-price-label {
    margin-left: 5px
}

.qodef-tour-list .qodef-e-title {
    margin: 0
}

    .qodef-tour-list .qodef-e-title a {
        position: relative;
        z-index: 1
    }

        .qodef-tour-list .qodef-e-title a:hover {
            color: currentColor
        }

.qodef-tour-list .qodef-e-excerpt {
    margin: 8px 0 0
}

.qodef-tour-list .qodef-e-content-info {
    padding: 7px 0 0;
    margin: 17px 0 0;
    position: relative
}

    .qodef-tour-list .qodef-e-content-info:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: calc(100% + 20px);
        height: 1px;
        background-color: #ebebeb
    }

.qodef-tour-list .qodef-e-basic-info .qodef-e-item {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: var(--qode-main-color)
}

    .qodef-tour-list .qodef-e-basic-info .qodef-e-item:first-child {
        padding-left: 0
    }

    .qodef-tour-list .qodef-e-basic-info .qodef-e-item:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        background-color: #ebebeb
    }

.qodef-tour-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-tour-list.qodef-skin--light .qodef-e-excerpt, .qodef-tour-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-tour-list.qodef-skin--light.swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff
}

.qodef-tour-list.qodef-swiper--initialized.swiper-horizontal > .swiper-pagination-progressbar {
    position: relative !important;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 60px auto 0
}

.qodef-tour-list .qodef-m-sorting {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 110px;
    padding: 17px 0;
    list-style-type: none
}

    .qodef-tour-list .qodef-m-sorting:before {
        content: "";
        position: absolute;
        width: calc(100vw + 100px);
        left: calc((1300px - 100vw)/ 2 - 50px);
        bottom: -1px;
        height: 1px;
        background-color: #ebebeb
    }

    .qodef-tour-list .qodef-m-sorting > li {
        padding: 0 35px
    }

        .qodef-tour-list .qodef-m-sorting > li:first-child {
            padding-left: 0
        }

        .qodef-tour-list .qodef-m-sorting > li:not(:first-child) {
            background-image: linear-gradient(#ebebeb,#ebebeb);
            background-position: 0 50%;
            background-repeat: no-repeat;
            background-size: 1px 10px
        }

    .qodef-tour-list .qodef-m-sorting .qodef-m-sorting-item {
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        padding: 0 3px
    }

    .qodef-tour-list .qodef-m-sorting .qodef-following-border {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        z-index: 1
    }

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    left: -9px;
    bottom: -9px;
    border: 1px solid #d9d9d9;
    z-index: -1
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--bottom-right:after, .qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--bottom-right:before, .qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--top-left:after, .qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--top-left:before {
    content: '';
    position: absolute;
    display: block;
    background-color: var(--qode-main-color);
    transition: transform .64s cubic-bezier(.7,.01,.32,1)
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--top-left:before {
    top: -9px;
    left: -9px;
    width: calc(100% + 18px);
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition-delay: .48s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--top-left:after {
    top: -9px;
    left: -9px;
    width: 1px;
    height: calc(100% + 18px);
    transform: scaleY(0);
    transform-origin: bottom;
    transition-delay: 0s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--bottom-right:before {
    bottom: -9px;
    right: -9px;
    width: calc(100% + 18px);
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition-delay: .48s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner .qodef-m-border--bottom-right:after {
    bottom: -9px;
    right: -9px;
    width: 1px;
    height: calc(100% + 18px);
    transform: scaleY(0);
    transform-origin: top;
    transition-delay: 0s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner:hover .qodef-m-border--top-left:before {
    transform: scaleX(1);
    transition-delay: 0s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner:hover .qodef-m-border--top-left:after {
    transform: scaleY(1);
    transition-delay: .48s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner:hover .qodef-m-border--bottom-right:before {
    transform: scaleX(1);
    transition-delay: 0s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-inner:hover .qodef-m-border--bottom-right:after {
    transform: scaleY(1);
    transition-delay: .48s
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-media-image .qodef-m-border--bottom-right, .qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-media-image .qodef-m-border--top-left {
    display: none
}

.qodef-tour-list.qodef-layout--info-aside.qodef-col-num--1 .qodef-tour-list-item:nth-child(odd) .qodef-e-media-image:before {
    display: none
}

.qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image {
    position: relative
}

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image:before {
        content: "";
        position: absolute;
        top: -9px;
        right: -9px;
        left: -9px;
        bottom: -9px;
        border: 1px solid #d9d9d9;
        z-index: -1
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--bottom-right:after, .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--bottom-right:before, .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--top-left:after, .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--top-left:before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--top-left:after {
        top: -9px;
        left: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--bottom-right:before {
        bottom: -9px;
        right: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image .qodef-m-border--bottom-right:after {
        bottom: -9px;
        right: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media-image:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-tour-list.qodef-layout--info-aside.qodef-swiper--initialized .qodef-e-media-image:before {
    display: none
}

.qodef-tour-list.qodef-layout--info-aside.qodef-swiper--initialized .qodef-e-media-image img {
    padding: 9px;
    border: 1px solid #d9d9d9
}

.qodef-tour-list.qodef-layout--info-aside .qodef-e-inner {
    display: flex;
    align-items: center
}

.qodef-tour-list.qodef-layout--info-aside .qodef-e-media {
    width: 46.4%
}

.qodef-tour-list.qodef-layout--info-aside .qodef-e-content {
    width: 53.6%;
    padding: 0 30px 0 35px
}

.qodef-tour-list.qodef-layout--info-aside .qodef-e-content-info:before {
    width: 100%
}

.qodef-tour-list.qodef-layout--simple .qodef-e-inner {
    padding: 9px 9px 41px;
    text-align: center
}

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 1px solid #d9d9d9;
        z-index: -1
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--bottom-right:after, .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--bottom-right:before, .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--top-left:after, .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--top-left:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--top-left:after {
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--bottom-right:before {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner .qodef-m-border--bottom-right:after {
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--simple .qodef-e-inner:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-tour-list.qodef-layout--simple .qodef-e-media-image {
    margin-bottom: 34px
}

    .qodef-tour-list.qodef-layout--simple .qodef-e-media-image .qodef-m-border--bottom-right, .qodef-tour-list.qodef-layout--simple .qodef-e-media-image .qodef-m-border--top-left {
        display: none
    }

.qodef-tour-list.qodef-layout--simple .qodef-e-price {
    justify-content: center
}

.qodef-tour-list.qodef-layout--simple.qodef-skin--light .qodef-e-inner:before {
    border: 1px solid #3e3e3e
}

.qodef-tour-list.qodef-layout--simple.qodef-skin--light.swiper-horizontal > .swiper-pagination-progressbar {
    background-color: #3e3e3e
}

.qodef-tour-list.qodef-layout--standard.qodef-col-num--1 .qodef-tour-list-item {
    margin-bottom: 80px
}

.qodef-tour-list.qodef-layout--standard .qodef-e-media-image {
    position: relative
}

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image:before {
        content: "";
        position: absolute;
        top: -9px;
        right: -9px;
        left: -9px;
        bottom: -9px;
        border: 1px solid #d9d9d9;
        z-index: -1
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--bottom-right:after, .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--bottom-right:before, .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--top-left:after, .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--top-left:before {
        top: -9px;
        left: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--top-left:after {
        top: -9px;
        left: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--bottom-right:before {
        bottom: -9px;
        right: -9px;
        width: calc(100% + 18px);
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image .qodef-m-border--bottom-right:after {
        bottom: -9px;
        right: -9px;
        width: 1px;
        height: calc(100% + 18px);
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-tour-list.qodef-layout--standard.qodef-swiper--initialized .qodef-e-media-image:before {
    display: none
}

.qodef-tour-list.qodef-layout--standard.qodef-swiper--initialized .qodef-e-media-image img {
    padding: 9px;
    border: 1px solid #d9d9d9
}

.qodef-tour-list.qodef-layout--standard .qodef-e-media {
    margin-bottom: 41px
}

.qodef-tour-list.qodef-layout--standard .qodef-e-content {
    position: relative
}

.qodef-tour-list.qodef-layout--standard .qodef-e-info-items {
    margin-bottom: 12px;
    color: #000
}

.qodef-tour-reservation-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field label {
            margin-bottom: 2px;
            font-family: Inconsolata,monospace;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: #000
        }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field input, .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field select {
            margin-bottom: 0;
            padding: 17px 21px
        }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field select {
            min-width: 100%
        }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field .select2-container--default {
            margin-bottom: 0
        }

            .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single {
                padding: 17px 21px;
                transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
            }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field.qodef--tour-tag .qodef-e-input {
            width: 100%
        }

        .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
            padding: 14px 51px 14px 56px;
            background-color: var(--qode-main-color)
        }

            .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field.qodef--booking .qodef-button:hover {
                background-color: #998363;
                border-color: #998363;
                color: #fff
            }

    .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field-title {
        margin: 0
    }

    .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field-input-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-tour-reservation-filter .qodef-m-form .qodef-m-field-input-icon {
        position: absolute;
        top: calc(50% - 8px);
        right: 23px;
        font-size: 15px;
        color: #000;
        z-index: 1;
        cursor: pointer
    }

    .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field label {
        color: #fff
    }

    .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field input, .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field select {
        color: #ccc;
        border-color: #404040
    }

        .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field input:focus, .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field select:focus {
            border-color: var(--qode-main-color)
        }

    .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single {
        border-color: #404040
    }

        .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single:focus {
            border-color: var(--qode-main-color)
        }

        .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single .select2-selection__arrow, .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #ccc
        }

    .qodef-tour-reservation-filter.qodef-skin--light .qodef-m-form .qodef-m-field-input-icon {
        color: #ccc
    }

    .qodef-tour-reservation-filter .qodef-m-spinner {
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        color: var(--qode-main-color);
        fill: currentColor;
        animation: qode-rotate 2s infinite linear;
        z-index: 2
    }

    .qodef-tour-reservation-filter:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .qodef-tour-reservation-filter.qodef--loaded:after {
        display: none
    }

    .qodef-tour-reservation-filter.qodef--loaded .qodef-m-spinner {
        display: none
    }

    .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form {
        position: relative;
        display: flex;
        align-items: flex-end;
        margin: 0 -5px
    }

        .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field {
            padding: 0 5px
        }

            .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field.qodef--guests .select2-container.select2-container--default {
                width: 100% !important
            }

            .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field.qodef--booking {
                width: auto;
                min-width: 245px
            }

                .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
                    padding: 16px 0;
                    width: 100%;
                    justify-content: center;
                    font-size: 13px
                }

    .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-spinner {
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px
    }

    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        transform: translateY(50%)
    }

    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid {
        position: relative;
        padding: 24px;
        background-color: #fafafa
    }

        .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,.8);
            z-index: 1
        }

    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
        position: relative;
        display: flex;
        align-items: flex-end;
        margin: 0 -12px
    }

        .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field {
            padding: 0 12px
        }

            .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field > .select2-container--default {
                width: 100% !important
            }

            .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
                left: 12px;
                width: calc(100% - 24px)
            }

    .qodef-tour-reservation-filter.qodef-layout--revolution-slider.qodef--loaded .qodef-content-grid:after {
        display: none
    }

    .qodef-tour-reservation-filter.qodef-layout--split {
        padding: 26px 40px 40px;
        background-color: #fafafa
    }

        .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-title {
            margin: 0 0 39px
        }

        .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-form {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px
        }

            .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field {
                width: 50%;
                margin-bottom: 36px;
                padding: 0 20px
            }

                .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
                    left: 20px;
                    width: calc(100% - 40px)
                }

                .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--booking {
                    width: 100%;
                    margin: 4px 0 0
                }

    .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-title {
        margin: 0 0 39px
    }

    .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field {
        margin-bottom: 6px
    }

        .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field > .select2-container--default {
            width: 100% !important
        }

        .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field.qodef--booking {
            margin: 0
        }

            .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
                margin: 24px 0 0;
                width: 100%;
                align-items: center;
                justify-content: center
            }

    .qodef-tour-reservation-filter.qodef-layout--vertical.qodef--without-title {
        padding: 23px 40px 25px
    }

#qodef-tour-related-items {
    position: relative;
    margin-top: 33px
}

    #qodef-tour-related-items .qodef-m-title {
        margin: 0 0 21px
    }

.qodef-tour.qodef-item-layout--standard .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    border-bottom: none
}

    .qodef-tour.qodef-item-layout--standard .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:before {
        content: "";
        position: absolute;
        width: calc(100vw + 100px);
        left: calc((1300px - 100vw)/ 2 - 50px);
        bottom: -1px;
        height: 1px;
        background-color: #ebebeb
    }

.qodef-tour.qodef-item-layout--standard .qodef-tabs.qodef-layout--simple .qodef-tab-content {
    padding: 94px 0 0
}

.qodef-comment-inner {
    display: flex;
    margin: 0 0 30px
}

    .qodef-comment-inner .qodef-e-image {
        flex-shrink: 0;
        margin-right: 25px
    }

    .qodef-comment-inner .qodef-comment-name {
        line-height: 1em;
        margin: -2px 0 0
    }

    .qodef-comment-inner .qodef-e-date {
        margin: 3px 0 0;
        color: var(--qode-main-color)
    }

    .qodef-comment-inner .qodef-text-holder {
        margin: 3px 0 0
    }

        .qodef-comment-inner .qodef-text-holder p {
            margin: 0
        }

#qodef-page-comments-list .qodef-review-rating {
    padding: 21px 0 19px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.qodef-review-rating {
    display: flex;
    flex-wrap: wrap
}

    .qodef-review-rating .qodef-rating-inner {
        display: flex;
        flex-basis: 33.33%;
        margin: 0 0 3px
    }

    .qodef-review-rating label {
        margin: 0 10px 0 0;
        min-width: 110px
    }

    .qodef-review-rating .qodef-comment-rating-box {
        display: flex;
        margin: 0
    }

    .qodef-review-rating .qodef-star-rating {
        position: relative;
        display: block;
        margin: 0 .1em 0 0;
        cursor: pointer;
        color: #021527
    }

        .qodef-review-rating .qodef-star-rating svg {
            display: inline-block;
            width: 15px;
            height: auto;
            fill: #d9d9d9;
            stroke: none
        }

        .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: middle;
        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: #021527
        }

            .qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
                display: inline-block;
                margin-right: .1em;
                width: 15px;
                height: auto;
                fill: #d9d9d9;
                stroke: none
            }

                .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-grid > .qodef-grid-inner {
    display: flex;
    align-items: center
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-wrapper {
    text-align: center
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    font-family: "Cormorant Upright",serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

    .qodef-reviews-per-criteria .qodef-item-reviews-average-rating:before {
        content: "*";
        font-size: 60px
    }

.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 .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 .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .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,.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 .3s 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 .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .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 .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #404040;
    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 .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .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: 31px 0 0;
        padding: 16px 10px 16px 20px;
        border: 1px solid #d9d9d9;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        cursor: pointer
    }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
            margin-top: 0
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
            font-size: 16px;
            color: #000;
            position: relative;
            flex-shrink: 0;
            width: 17px
        }

            .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
                position: absolute;
                display: block;
                width: 100%;
                top: 50%;
                right: 4px;
                transform: translateY(-50%);
                transition: opacity .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, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
            color: #000;
            background-color: rgba(0,0,0,0)
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
            border-color: var(--qode-main-color)
        }

            .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .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 {
                opacity: 0
            }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding: 30px 24px 5px 22px;
        margin: 0;
        color: #4c4c4c
    }

        .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: "Cormorant Upright",serif;
        margin: 0;
        opacity: .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 .35s ease-out
        }

    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        padding: 35px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        margin: 10px 0
    }

    .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;
    width: auto;
    margin: 0;
    font-family: Inconsolata,monospace;
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: .25em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 15.5px 51px 15.5px 56px
}

.qodef-button.qodef-size--small {
    padding: 8px 34px
}

.qodef-button.qodef-size--large {
    padding: 12px 42px
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align: center;
    justify-content: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #021527;
    border: 1px solid transparent
}

    .qodef-button.qodef-layout--filled.qodef-html--link:hover {
        color: #fff;
        background-color: var(--qode-main-color)
    }

.qodef-button.qodef-layout--outlined {
    color: #021527;
    background-color: transparent;
    border: 1px solid #021527
}

    .qodef-button.qodef-layout--outlined:hover {
        color: #fff;
        background-color: var(--qode-main-color);
        border-color: var(--qode-main-color)
    }

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center
}

    .qodef-button.qodef-layout--textual .qodef-m-icon {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 1px;
        transform: translateX(0);
        transition: transform .3s cubic-bezier(.39,.58,.57,1)
    }

    .qodef-button.qodef-layout--textual .qodef-m-text {
        display: inline-block
    }

    .qodef-button.qodef-layout--textual:hover .qodef-m-icon {
        transform: translateX(4px)
    }

.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-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

    .qodef-cards-gallery .qodef-e-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-cards-gallery img {
        position: relative;
        display: block;
        box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5)
    }

    .qodef-cards-gallery .qodef-m-fake-card {
        position: relative;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .qodef-cards-gallery .qodef-m-card {
        position: absolute;
        transition: all .15s ease
    }

        .qodef-cards-gallery .qodef-m-card.qodef-animating {
            transition: all 1s cubic-bezier(.19,1,.22,1);
            pointer-events: none
        }

        .qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
            transition: all .6s cubic-bezier(0,0,0,1);
            pointer-events: none
        }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        left: 0;
        will-change: transform
    }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
            transform: translateX(-100%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
            transform: scale(.5) translateX(80%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
            transform: scale(.6) translateX(54%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
            transform: scale(.7) translateX(35%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
            transform: scale(.8) translateX(21%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
            transform: scale(.9) translateX(9.2%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
            cursor: pointer
        }

            .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
                margin-left: 10px !important
            }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        right: 0;
        will-change: transform
    }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
            transform: translateX(100%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
            transform: scale(.5) translateX(-80%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
            transform: scale(.6) translateX(-54%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
            transform: scale(.7) translateX(-35%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
            transform: scale(.8) translateX(-21%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
            transform: scale(.9) translateX(-9.2%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
            cursor: pointer
        }

            .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
                margin-right: 10px !important
            }

.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        transform: translate3d(0,0,0)
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.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%;
    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.33333%
}

.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.66667%
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    margin: 0;
    padding: 21px 0 0
}

    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper .qodef-digit {
        margin: 0;
        font-family: "Cormorant Upright",serif;
        font-size: 100px;
        font-weight: 700;
        color: #fff;
        letter-spacing: .025em;
        opacity: .3
    }

    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper .qodef-label {
        margin: 17px 0 0;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase
    }

.qodef-m-digit-wrapper {
    position: relative
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        margin: 0;
        font-family: "Cormorant Upright",serif;
        font-weight: 700;
        line-height: .74em;
        font-size: 100px;
        color: #d9d6ce;
        z-index: -1
    }

    .qodef-counter.qodef-layout--simple .qodef-m-title {
        margin: 0;
        margin-top: 7px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        justify-content: center;
        width: 100%
    }

    .qodef-counter.qodef-layout--simple .qodef-m-text {
        margin: 0 15px 0 0
    }

.widget.widget_seafarer_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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 52px;
        line-height: 1.05em;
        letter-spacing: .05em;
        font-weight: 500
    }

    .qodef-dropcaps .qodef-m-text {
        display: inline;
        margin: 0
    }

    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 1.25em;
        letter-spacing: .05em;
        font-weight: 500;
        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
}

    .qodef-icon-list-item .qodef-e-title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

        .qodef-icon-list-item .qodef-e-title a {
            display: block
        }

    .qodef-icon-list-item .qodef-e-title-inner {
        display: flex;
        align-items: flex-start
    }

        .qodef-icon-list-item .qodef-e-title-inner .qodef-e-title-text {
            margin-left: 10px
        }

        .qodef-icon-list-item .qodef-e-title-inner img.attachment-full {
            padding: 10px 0 0 0
        }

    .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_seafarer_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_seafarer_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_seafarer_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text {
    margin: 0 0 39px
}

    .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--svg-icon .qodef-i-svg-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        width: 125px;
        height: 125px;
        border: 1px solid #d9d9d9
    }

        .qodef-icon-with-text.qodef--svg-icon .qodef-i-svg-wrapper svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            height: 85px;
            width: 85px;
            fill: #b29862;
            z-index: 10
        }

    .qodef-icon-with-text.qodef-layout--before-content .qodef-m-title {
        margin: 7px 0 0
    }

    .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
        margin-right: 34px !important
    }

    .qodef-icon-with-text.qodef-layout--before-content {
        display: flex;
        align-items: flex-start
    }

        .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
            flex-shrink: 0;
            margin-right: 15px
        }

@media only screen and (max-width:480px) {
    .qodef-icon-with-text.qodef-layout--before-content {
        flex-direction: column
    }

        .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
            margin-bottom: 15px
        }
}

.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 .3s ease-out,background-color .3s ease-out,border-color .3s 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_seafarer_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_seafarer_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_seafarer_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_seafarer_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery img {
    display: block
}

.qodef-image-gallery.qodef-swiper-container {
    padding: 1px
}

.qodef-image-gallery .qodef-image-wrapper .qodef-image-holder {
    position: relative
}

.qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder {
    display: inline-block;
    padding: 9px
}

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: 0 0;
        border: 1px solid #d9d9d9;
        z-index: -1
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--bottom-right:after, .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--bottom-right:before, .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--top-left:after, .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--top-left:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--top-left:after {
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--bottom-right:before {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder .qodef-m-border--bottom-right:after {
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-image-gallery .qodef-image-wrapper.qodef-image-border .qodef-image-holder:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.qodef-image-gallery .swiper-wrapper {
    margin-bottom: 41px;
    padding-left: 1px;
    padding-right: 1px
}

.qodef-image-gallery.qodef-items--fixed-rectangle .qodef-image-holder {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

    .qodef-image-gallery.qodef-items--fixed-rectangle .qodef-image-holder a img {
        transform: scale(1.01);
        transition: transform 1s ease-out;
        transform-origin: bottom left
    }

@media only screen and (max-width:1440px) {
    .qodef-image-gallery.qodef-items--fixed-rectangle .qodef-image-holder a img {
        object-fit: cover
    }
}

.qodef-image-gallery.qodef-items--fixed-rectangle .qodef-image-holder a:hover img {
    transform: scale(1.03)
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-image-marquee .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 0 auto;
        overflow: hidden
    }

        .qodef-image-marquee .qodef-m-content.qodef--mobile {
            display: none
        }

            .qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
                background-size: cover !important
            }

    .qodef-image-marquee .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

        .qodef-image-marquee .qodef-m-image.qodef-image--copy {
            will-change: transform;
            backface-visibility: hidden;
            transform: translateX(100%) translateZ(0)
        }

        .qodef-image-marquee .qodef-m-image a {
            position: relative;
            display: block
        }

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-image-with-text.qodef-border img {
        border: 1px solid #e1e1e1
    }

    .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-image img {
            transform: translateY(0);
            transition: transform .3s ease-out
        }

        .qodef-image-with-text .qodef-m-image a:hover img {
            transform: translateY(-5px)
        }

    .qodef-image-with-text .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center
    }

    .qodef-image-with-text .qodef-m-title {
        margin: 24px 0 0;
        font-size: 18px;
        line-height: 1.39em;
        letter-spacing: .075em;
        font-weight: 500
    }

        .qodef-image-with-text .qodef-m-title a:hover {
            color: inherit
        }

    .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,.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-numbered-text {
    margin: 0
}

    .qodef-numbered-text .qodef-m-number {
        font-family: "Cormorant Upright",serif;
        letter-spacing: .025em;
        font-size: 70px;
        line-height: 1em;
        font-weight: 700;
        color: #e5e2da;
        position: absolute;
        top: 31px;
        left: -18px;
        z-index: -1
    }

    .qodef-numbered-text .qodef-m-title {
        margin: 58px 0 0
    }

    .qodef-numbered-text .qodef-m-text {
        font-size: 16px;
        line-height: 1.625em;
        margin: 10px 0 28px
    }

    .qodef-numbered-text.qodef-alignment--center {
        text-align: center
    }

    .qodef-numbered-text.qodef-alignment--left {
        text-align: left
    }

    .qodef-numbered-text.qodef-border--top {
        border-top: 1px solid var(--qode-main-color)
    }

    .qodef-numbered-text.qodef-border--bottom {
        border-bottom: 1px solid var(--qode-main-color);
        border-top: 1px solid rgba(255,255,255,0)
    }

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

    .qodef-pricing-table .qodef-m-inner {
        border: 1px solid #d9d9d9;
        padding: 65px 70px 61px
    }

    .qodef-pricing-table .qodef-m-holder-inner {
        padding: 10px;
        border: 1px solid #021527
    }

    .qodef-pricing-table .qodef-m-title {
        margin: 0;
        font-family: "Cormorant Upright",serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.25em;
        letter-spacing: .05em;
        color: #000;
        text-transform: uppercase
    }

    .qodef-pricing-table .qodef-m-price {
        display: inline-block;
        margin: 29px 0 0;
        font-family: "Cormorant Upright",serif;
        font-weight: 500;
        letter-spacing: .05em;
        color: #021527
    }

        .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
            margin: 0;
            display: flex;
            justify-content: center
        }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
                margin: 0;
                font-size: 35px;
                line-height: 1em
            }

            .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-value {
                margin: 0;
                font-size: 60px;
                line-height: .85em;
                display: block
            }

        .qodef-pricing-table .qodef-m-price .qodef-m-subtitle {
            font-family: Roboto,sans-serif;
            font-size: 15px;
            line-height: 1.73em;
            font-weight: 300;
            color: #404040;
            letter-spacing: 0;
            margin: 0;
            text-align: right;
            padding-right: 2px
        }

    .qodef-pricing-table .qodef-m-content {
        margin: 20px 0 13px
    }

        .qodef-pricing-table .qodef-m-content ul {
            list-style: none;
            margin: 0
        }

            .qodef-pricing-table .qodef-m-content ul li {
                color: #000;
                margin-bottom: 8px
            }

                .qodef-pricing-table .qodef-m-content ul li:last-child {
                    margin-bottom: 0
                }

                .qodef-pricing-table .qodef-m-content ul li:before {
                    content: '\f00c';
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    padding-right: 8px
                }

        .qodef-pricing-table .qodef-m-content p {
            margin-bottom: 16px
        }

    .qodef-pricing-table .qodef-m-button .qodef-button {
        margin: 23px 0 0
    }

    .qodef-pricing-table.qodef-status--featured {
        transform: translateY(-15px)
    }

        .qodef-pricing-table.qodef-status--featured .qodef-m-inner {
            border: 1px solid #021527;
            padding: 79px 70px 76px
        }

        .qodef-pricing-table.qodef-status--featured .qodef-m-holder-inner {
            padding: 10px;
            border: 1px solid var(--qode-main-color)
        }

        .qodef-pricing-table.qodef-status--featured .qodef-m-price .qodef-m-subtitle {
            text-align: center
        }

.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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

    .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;
        margin-bottom: 20px
    }

    .qodef-progress-bar.qodef-layout--line .progressbar {
        border: 1px solid #e9e3d9;
        padding: 4px
    }

    .qodef-progress-bar.qodef-layout--line .proggress {
        width: 0
    }

    .qodef-progress-bar.qodef-layout--line .percentCount {
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        position: absolute;
        top: -26px;
        right: -4px;
        width: auto;
        font-size: 15px
    }

    .qodef-progress-bar.qodef-layout--line .qodef-m-title {
        margin: 0 0 4px;
        text-transform: uppercase
    }

    .qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
        left: 0;
        right: auto;
        transform: translateX(-50%)
    }

.qodef-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-quote .qodef-m-letter {
        margin: 0 auto;
        font-family: "Cormorant Upright",serif;
        font-size: 90px;
        line-height: .8em;
        font-weight: 700;
        letter-spacing: -.015em;
        text-transform: uppercase;
        color: var(--qode-main-color);
        opacity: .13;
        z-index: -1;
        position: absolute;
        top: 20px;
        left: -27px
    }

    .qodef-quote .qodef-m-text {
        margin: 52px 0 0;
        padding-left: 39px;
        font-size: 17px;
        line-height: 28px;
        color: #000
    }

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .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-section-title.qodef--appeared .qodef-m-image {
        opacity: 1;
        transform: translateY(0)
    }

    .qodef-section-title.qodef--appeared .qodef-m-background-text {
        opacity: .13
    }

    .qodef-section-title .qodef-m-image {
        margin-bottom: 37px;
        opacity: 0;
        transform: translateY(-15px);
        transition: opacity .4s ease-out .2s,transform .6s ease-out .2s
    }

    .qodef-section-title .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-section-title .qodef-m-title {
        margin: 3px 0 13px;
        z-index: 2;
        position: relative
    }

    .qodef-section-title .qodef-m-subtitle {
        margin: 16px 0 7px 0;
        color: var(--qode-main-color);
        z-index: 2;
        position: relative
    }

    .qodef-section-title .qodef-m-text {
        margin: 0;
        font-size: 17px;
        line-height: 28px;
        color: #333
    }

    .qodef-section-title .qodef-m-background-text {
        margin: 0 auto;
        font-family: "Cormorant Upright",serif;
        font-size: 115px;
        line-height: .8em;
        font-weight: 700;
        letter-spacing: -.015em;
        text-transform: uppercase;
        color: var(--qode-main-color);
        opacity: 0;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0
    }

    .qodef-section-title .qodef-letter {
        display: inline-block
    }

    .qodef-section-title.qodef-alignment--left .qodef-m-background-text {
        left: -53px
    }

    .qodef-section-title.qodef-alignment--right .qodef-m-background-text {
        right: -53px
    }

    .qodef-section-title.qodef-alignment--center .qodef-m-background-text {
        left: 0
    }

.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 #e1e1e1
    }

    .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_seafarer_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_seafarer_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_seafarer_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-single-image.qodef-border {
    border: 1px solid #d9d9d9;
    padding: 9px
}

    .qodef-single-image.qodef-border .qodef-m-border--bottom-right:after, .qodef-single-image.qodef-border .qodef-m-border--bottom-right:before, .qodef-single-image.qodef-border .qodef-m-border--top-left:after, .qodef-single-image.qodef-border .qodef-m-border--top-left:before {
        content: '';
        position: absolute;
        display: block;
        background-color: var(--qode-main-color);
        transition: transform .64s cubic-bezier(.7,.01,.32,1)
    }

    .qodef-single-image.qodef-border .qodef-m-border--top-left:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: left;
        transition-delay: .48s
    }

    .qodef-single-image.qodef-border .qodef-m-border--top-left:after {
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom;
        transition-delay: 0s
    }

    .qodef-single-image.qodef-border .qodef-m-border--bottom-right:before {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transform-origin: right;
        transition-delay: .48s
    }

    .qodef-single-image.qodef-border .qodef-m-border--bottom-right:after {
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top;
        transition-delay: 0s
    }

    .qodef-single-image.qodef-border:hover .qodef-m-border--top-left:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-single-image.qodef-border:hover .qodef-m-border--top-left:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

    .qodef-single-image.qodef-border:hover .qodef-m-border--bottom-right:before {
        transform: scaleX(1);
        transition-delay: 0s
    }

    .qodef-single-image.qodef-border:hover .qodef-m-border--bottom-right:after {
        transform: scaleY(1);
        transition-delay: .48s
    }

.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-following-border {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        z-index: 1
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 17px 0;
        list-style: none;
        border-bottom: 1px solid #ebebeb
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
            margin: 0;
            padding-left: 40px;
            padding-right: 40px
        }

@media only screen and (max-width:1024px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        padding-left: 20px;
        padding-right: 20px
    }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
    padding-left: 6px
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:not(:first-child) {
    background-image: linear-gradient(#ebebeb,#ebebeb);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 1px 10px
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 0 3px 1px;
    transition: color .3s ease-out,background-color .3s ease-out;
    position: relative;
    font-family: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.54em;
    font-family: Inconsolata,monospace;
    letter-spacing: .25em;
    font-weight: 500
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-of-type {
    margin-right: 0
}

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-of-type a {
        position: relative
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-of-type a:after {
            display: none
        }

.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
}

@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;
            padding: 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 #e1e1e1
    }

        .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: 26px 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: "Cormorant Upright",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: '\00b7';
        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-unordered-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-unordered-list .qodef-ul-text {
        margin: 0
    }

    .qodef-unordered-list ul li {
        margin: 0 0 20px;
        position: relative
    }

        .qodef-unordered-list ul li::before {
            content: "\2022";
            color: #404040;
            font-weight: 700;
            display: inline-block;
            position: absolute;
            font-size: 25px;
            left: -17px
        }

    .qodef-unordered-list ul {
        list-style: none
    }

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

    .qodef-video-button .qodef-m-image img {
        width: 100%
    }

    .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: #fff
    }

        .qodef-video-button .qodef-m-play .qodef-m-play-inner {
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 200px;
            height: 200px
        }

            .qodef-video-button .qodef-m-play .qodef-m-play-inner span {
                font-size: 13px;
                line-height: 1.54em;
                font-family: Inconsolata,monospace;
                letter-spacing: .25em;
                font-weight: 500;
                font-family: Inconsolata,monospace;
                color: #000;
                text-transform: uppercase;
                font-weight: 600;
                z-index: 10;
                letter-spacing: .3em;
                font-size: 12px
            }

                .qodef-video-button .qodef-m-play .qodef-m-play-inner span svg {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%)
                }

                    .qodef-video-button .qodef-m-play .qodef-m-play-inner span svg circle {
                        stroke-dasharray: 580;
                        stroke-dashoffset: 0;
                        transition: stroke-dashoffset 1.2s cubic-bezier(.37,0,.63,1)
                    }

                    .qodef-video-button .qodef-m-play .qodef-m-play-inner span svg polygon:last-of-type {
                        -webkit-clip-path: inset(0 100% 0 0);
                        clip-path: inset(0 100% 0 0);
                        transition: -webkit-clip-path .6s ease-out .3s;
                        transition: clip-path .6s ease-out .3s;
                        transition: clip-path .6s ease-out .3s,-webkit-clip-path .6s ease-out .3s
                    }

        .qodef-video-button .qodef-m-play:hover .qodef-m-play-inner span svg circle {
            stroke-dashoffset: 1160
        }

        .qodef-video-button .qodef-m-play:hover .qodef-m-play-inner span svg polygon:last-of-type {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }

@media only screen and (max-width:680px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-inner {
        transform: translate(-50%,-50%) scale(.4)
    }
}

@media only screen and (max-width:480px) {
    .qodef-video-button .qodef-m-play .mejs-overlay-button {
        display: none !important
    }
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -470px;
    width: 470px;
    height: 100%;
    min-height: 100%;
    padding: 120px 70px 35px;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    border-left: 1px solid var(--qode-main-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,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
}

.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 .3s ease-in-out,z-index .3s 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: 0 5px 0 0;
        font-family: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500
    }

    .qodef-social-share ul {
        position: relative;
        display: inline-block;
        vertical-align: top;
        list-style: none;
        padding: 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: 20px
        }

    .qodef-social-share.qodef-layout--dropdown {
        position: relative;
        display: inline-block;
        vertical-align: bottom
    }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
            margin: 4px 0 0;
            vertical-align: middle;
            font-weight: 500
        }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
            vertical-align: middle;
            margin-right: 7px
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon svg {
                margin-top: 3px
            }

        .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: .2s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
                transition-delay: .3s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
                transition-delay: .4s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
                transition-delay: .5s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
                transition-delay: .6s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
                transition-delay: .7s
            }

        .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown-opener {
            opacity: 0
        }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
            display: block;
            transition: opacity .3s ease-out
        }

            .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 .2s ease-out,visibility .2s ease-out
            }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
                    font-size: 13px;
                    color: #000;
                    transition: color .2s ease-out,background-color .2s ease-out
                }

                    .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover {
                        color: var(--qode-main-color)
                    }

                .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 #e1e1e1
            }

                .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: #404040;
                    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: 8px;
            left: -12px
        }

            .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: 8px;
            right: -12px
        }

            .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: 26px
    }

        .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;
        background-size: cover
    }

    #qodef-page-spinner .qodef-m-spinner {
        position: relative
    }

    #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 .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 -.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 -.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 .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 -.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: .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: .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 .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: -.9s
        }

    #qodef-page-spinner.qodef-layout--seafarer svg path {
        stroke: none;
        fill: currentColor
    }

    #qodef-page-spinner.qodef-layout--seafarer svg g path {
        opacity: 0;
        transform: translateY(-10px);
        animation: qodef-seafarer-spinner-text 1s ease-out forwards 2s
    }

    #qodef-page-spinner.qodef-layout--seafarer svg > path {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        animation: qodef-seafarer-spinner-dash 2s ease-out forwards
    }

    #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(.5,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: -.32s
        }

        #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
            animation-delay: -.16s
        }

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .3s ease-out;
    background-color: rgba(0,0,0,.65);
    display: flex;
    align-items: center;
    justify-content: center
}

    .qodef-sp-holder .qodef-sp-inner {
        width: 90%;
        max-width: 600px;
        background-color: #fff;
        padding: 40px;
        opacity: 0;
        box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
        transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .3s ease-out
    }

    .qodef-sp-holder .qodef-sp-close {
        position: absolute;
        top: 16px;
        right: 16px;
        display: block;
        color: #000
    }

        .qodef-sp-holder .qodef-sp-close:hover {
            color: #404040
        }

        .qodef-sp-holder .qodef-sp-close svg {
            stroke: currentColor;
            fill: currentColor
        }

    .qodef-sp-holder .qodef-sp-content-container {
        background-color: #fafafa;
        background-size: cover;
        padding: 40px
    }

    .qodef-sp-holder .qodef-sp-title {
        margin: 0 0 30px 0
    }

    .qodef-sp-holder .qodef-sp-subtitle {
        margin: 0 0 20px 0
    }

    .qodef-sp-holder .wpcf7 {
        width: 100%;
        display: block
    }

    .qodef-sp-holder .qodef-sp-prevent {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 28px
    }

    .qodef-sp-holder .qodef-sp-prevent-inner {
        cursor: pointer
    }

        .qodef-sp-holder .qodef-sp-prevent-inner > * {
            position: relative;
            display: inline-block;
            vertical-align: top;
            line-height: 1
        }

    .qodef-sp-holder .qodef-sp-prevent-input {
        margin: 1px 1px 0 0;
        width: 11px;
        height: 11px;
        border: 1px solid #000;
        overflow: hidden
    }

        .qodef-sp-holder .qodef-sp-prevent-input svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity .3s ease-out
        }

        .qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
            opacity: 1
        }

    .qodef-sp-holder .qodef-sp-prevent-label {
        font-size: 13px
    }

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-out
}

    .qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
        opacity: 1;
        transform: scale(1);
        transition: transform .8s cubic-bezier(.26,.63,0,.96)
    }

.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: 17px;
        color: #000
    }

        .qodef-page-title .qodef-breadcrumbs a:hover {
            text-decoration: underline
        }

    .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
        margin: 0 8px
    }

        .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
            content: '/'
        }

    .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current + .qodef-breadcrumbs-current {
        padding-left: 8px
    }

    .qodef-page-title .qodef-m-subtitle {
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 7px
    }

    .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 7px
    }

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.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, .qodef-social-icons-group .qodef-icon-holder span {
        transition: color .3s ease-out
    }

    .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: "Cormorant Upright",serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.54em;
        font-family: Inconsolata,monospace;
        letter-spacing: .25em;
        font-weight: 500;
        flex-wrap: wrap;
        color: #000
    }

        .qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
            color: inherit
        }

.widget_seafarer_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.qodef-weather-widget .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

    .qodef-weather-widget .qodef-m-weather-icon:before {
        content: ''
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
        content: "\f75f"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
        content: "\f2dc"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
        content: "\f0e7"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
        content: "\f73d"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
        content: "\f740"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
        content: "\f0c2"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
        content: "\f6c4"
    }

    .qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
        content: "\f185"
    }

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

    .qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
        content: '-'
    }

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

    .qodef-weather-widget .qodef-e-heading > * {
        margin: 0
    }

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

    .qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
        flex-direction: column
    }

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: var(--qode-main-color)
}

.qodef-weather-widget .qodef-e-heading-description {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-wishlist .qodef-m-link {
        line-height: 1
    }

        .qodef-wishlist .qodef-m-link.qodef--added {
            color: var(--qode-main-color)
        }

            .qodef-wishlist .qodef-m-link.qodef--added i {
                font-weight: 900
            }

    .qodef-wishlist .qodef-m-response {
        position: absolute;
        top: -6px;
        bottom: auto;
        right: -6px;
        left: auto;
        width: auto;
        padding: 0 10px;
        font-size: 13px;
        line-height: 30px;
        color: #404040;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        box-shadow: 3px 3px 15px 0 rgba(0,0,0,.5);
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
        transition: opacity .2s ease
    }

        .qodef-wishlist .qodef-m-response.qodef--show {
            opacity: 1;
            visibility: visible
        }

.qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 10px
}

    .qodef-wishlist-dropdown .qodef-m-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        height: 100%
    }

    .qodef-wishlist-dropdown .qodef-m-link {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%
    }

        .qodef-wishlist-dropdown .qodef-m-link > * {
            margin: 0;
            line-height: 1
        }

    .qodef-wishlist-dropdown .qodef-m-link {
        color: #000
    }

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #404040
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px
}

    .qodef-wishlist-dropdown .qodef-m-link-icon:before {
        display: block;
        line-height: inherit
    }

.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: "Cormorant Upright",serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.39em;
    letter-spacing: .075em;
    font-weight: 500
}

.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .35s cubic-bezier(.53,.01,.18,1)
}

.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 25px
}

    .qodef-wishlist-dropdown .qodef-m-item:last-child {
        margin-bottom: 0
    }

.qodef-wishlist-dropdown .qodef-e-image-link {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px
}

    .qodef-wishlist-dropdown .qodef-e-image-link img {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: 4px
    }

.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0
}

.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3
}

    .qodef-wishlist-dropdown .qodef-e-remove * {
        display: block;
        line-height: inherit
    }

    .qodef-wishlist-dropdown .qodef-e-remove :before {
        display: block;
        line-height: inherit
    }

.touch .qodef-wishlist-dropdown {
    cursor: pointer
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-working-hours-list .qodef-working-hours-item {
        display: flex;
        align-items: baseline;
        margin-bottom: 16px
    }

    .qodef-working-hours-list .qodef-e-day {
        position: relative;
        margin: 0
    }

    .qodef-working-hours-list .qodef-e-day-icon {
        position: absolute;
        top: -2px;
        right: -8px;
        font-size: 8px;
        color: var(--qode-main-color)
    }

    .qodef-working-hours-list .qodef-e-line {
        flex-grow: 1;
        margin: 0 10px;
        border-bottom: 1px solid #bfb8b6;
        opacity: .5
    }

    .qodef-working-hours-list .qodef-e-time {
        margin: 0;
        font-family: Roboto,sans-serif;
        font-style: italic
    }

        .qodef-working-hours-list .qodef-e-time.qodef--closed {
            color: var(--qode-main-color)
        }

    .qodef-working-hours-list .qodef-m-footer {
        position: relative;
        top: 3px;
        font-size: 14px;
        color: #817c7b
    }

    .qodef-working-hours-list .qodef-m-footer-icon {
        position: relative;
        top: -5px;
        right: 0;
        font-size: 8px;
        color: var(--qode-main-color)
    }

@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-blog.qodef-item-layout--simple .qodef-e-inner {
        flex-direction: column
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        flex-shrink: 0;
        max-width: 100%;
        margin: 0
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-content {
        margin-top: 25px
    }
}

@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-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical-sliding #qodef-page-outer, .qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical #qodef-page-footer, .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-contact-form-7 .qodef-newsletter-horizontal {
        flex-direction: column
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

        .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
            padding: 0 35px;
            margin: 0 0 70px
        }
}

@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:768px) {
    .qodef-testimonials-list.qodef-swiper-container {
        max-width: 100%
    }
}

@media only screen and (min-width:769px) {
    .qodef-testimonials-list.qodef-slider-pagination-mobile--on .swiper-pagination {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-testimonials-list.qodef-slider-pagination-mobile--off .swiper-pagination {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-testimonials-nav.swiper-button-next, .qodef-testimonials-nav.swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
        flex-wrap: wrap
    }

        .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info > * {
            width: 100%
        }

    .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value {
        display: flex;
        flex-direction: column
    }

        .woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value .qodef--mark {
            display: none
        }
}

@media only screen and (max-width:480px) {
    .woocommerce-page div.woocommerce .woocommerce-cart-form .qodef-reservation-info {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tour .qodef-m-slider .swiper-wrapper {
        align-items: stretch
    }

    .qodef-tour .qodef-m-slider .swiper-slide {
        height: auto
    }

        .qodef-tour .qodef-m-slider .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .qodef-tour .qodef-e-availability-legend .qodef-ei-legend-item {
        width: 50%
    }

    .qodef-tour .qodef-e-location {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:680px) {
    .qodef-tour .qodef-e-availability-calendar .datepick {
        padding: 29px 25px 25px
    }

    .qodef-tour .qodef-e-availability-legend {
        padding: 0 25px 25px
    }

        .qodef-tour .qodef-e-availability-legend .qodef-ei-legend-item {
            width: 100%
        }

    #qodef-tour-reservation {
        padding: 26px 30px 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-profile-reserved-tours .qodef-m-reserved-tour {
        flex-wrap: wrap
    }

        .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-image {
            margin-bottom: 30px
        }

        .qodef-profile-reserved-tours .qodef-m-reserved-tour .qodef-ei-order {
            width: 100%;
            margin-top: 20px
        }
}

@media only screen and (max-width:1024px) {
    .qodef-tour-gallery-list .qodef-e-content {
        padding: 94px 45px 100px
    }
}

@media only screen and (max-width:768px) {
    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .qodef-e-inner {
        flex-direction: column
    }

    .qodef-tour-gallery-list .qodef-tour-gallery-list-item:nth-child(odd) .qodef-e-content {
        text-align: inherit
    }

    .qodef-tour-gallery-list .qodef-e-inner {
        flex-direction: column
    }

        .qodef-tour-gallery-list .qodef-e-inner > * {
            width: 100%
        }

    .qodef-tour-gallery-list .qodef-e-media > * {
        height: auto
    }
}

@media only screen and (max-width:680px) {
    .qodef-tour-gallery-list .qodef-e-content {
        padding: 44px 28px 50px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-tour-list .qodef-e-basic-info .qodef-e-item {
        padding: 0 15px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tour-list .qodef-e-basic-info .qodef-e-item {
        padding: 0 12px
    }

    .qodef-tour-list .qodef-m-sorting > li {
        padding: 0 35px
    }

    .qodef-tour-list .qodef-m-sorting:before {
        width: 150vw;
        left: -50vw
    }
}

@media only screen and (max-width:768px) {
    .qodef-tour-list .qodef-m-sorting {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 50px
    }

        .qodef-tour-list .qodef-m-sorting:before {
            width: 100%;
            left: 0
        }

        .qodef-tour-list .qodef-m-sorting > li {
            padding: 0;
            margin: 0 0 26px
        }

            .qodef-tour-list .qodef-m-sorting > li:not(:first-child) {
                background: 0 0
            }

        .qodef-tour-list .qodef-m-sorting .qodef-m-sorting-item {
            position: relative;
            display: block
        }

            .qodef-tour-list .qodef-m-sorting .qodef-m-sorting-item:before {
                opacity: .5;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: calc(100% - 3px);
                height: 1px;
                background-color: currentColor;
                transform-origin: 100% 50%;
                transition: transform .3s cubic-bezier(.85,.26,.17,1);
                transform: scaleX(0)
            }

            .qodef-tour-list .qodef-m-sorting .qodef-m-sorting-item.qodef--active:before {
                transform: scaleX(1);
                transform-origin: 0 50%;
                transition: transform .4s cubic-bezier(.85,.26,.17,1)
            }

        .qodef-tour-list .qodef-m-sorting .qodef-following-border {
            display: none !important
        }
}

@media only screen and (max-width:680px) {
    .qodef-tour-list .qodef-e-basic-info .qodef-e-item {
        padding: 0 10px
    }
}

@media only screen and (max-width:768px) {
    .qodef-tour-list.qodef-layout--info-aside .qodef-e-inner {
        flex-direction: column
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-media {
        width: 100%
    }

    .qodef-tour-list.qodef-layout--info-aside .qodef-e-content {
        width: 100%;
        padding: 26px 0 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-tour-slider-holder {
        margin: 0 -1px;
        overflow: hidden;
        width: auto
    }

        .qodef-tour-slider-holder .qodef-tour-list.qodef-layout--simple.qodef-swiper-container {
            padding: 0 1px;
            overflow: visible
        }
}

@media only screen and (max-width:680px) {
    .qodef-tour-list.qodef-layout--standard .qodef-e-media-image {
        margin-bottom: 34px
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

        .qodef-tour-list.qodef-layout--standard .qodef-e-content > * {
            width: 100%
        }

    .qodef-tour-list.qodef-layout--standard .qodef-e-content-text {
        border-right: 0
    }

    .qodef-tour-list.qodef-layout--standard .qodef-e-content-info {
        margin-bottom: 6px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form {
        flex-wrap: wrap
    }

        .qodef-tour-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field {
            width: 100%;
            margin-bottom: 36px
        }
}

@media only screen and (max-width:1440px) {
    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid {
        padding: 20px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper {
        position: relative;
        margin-top: 100px;
        transform: none
    }

    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
        flex-wrap: wrap
    }

        .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking) {
            width: 50%;
            margin-bottom: 36px
        }

        .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--booking {
            width: 100%
        }
}

@media only screen and (max-width:680px) {
    .qodef-tour-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking) {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-tour-reservation-filter.qodef-layout--split {
        padding: 26px 30px 30px
    }

        .qodef-tour-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field {
            width: 100%
        }
}

@media only screen and (max-width:680px) {
    .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field .select2-container--default {
        width: 100% !important
    }

    .qodef-tour-reservation-filter.qodef-layout--vertical .qodef-m-form .qodef-m-field.qodef--booking .qodef-button {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 14px 34px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-tour.qodef-item-layout--standard .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:before {
        width: 150vw;
        left: -50vw
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-inner {
        flex-direction: column
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-image {
        margin: 0 0 20px
    }

    #qodef-page-comments-list .qodef-review-rating .qodef-rating-inner {
        flex-basis: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
        width: 33.3333%
    }

    .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
        width: 66.6666%
    }
}

@media only screen and (max-width:680px) {
    .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-grid.qodef-layout--template > .qodef-grid-inner {
        flex-direction: column
    }

        .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
            width: 100%
        }

        .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
            width: 100%
        }

    .qodef-reviews-list-info.qodef-reviews-per-criteria .qodef-item-reviews-average-wrapper {
        text-align: left;
        margin-bottom: 26px
    }
}

@media only screen and (max-width:480px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
        padding: 16px 15px 16px 20px
    }

    .qodef-accordion.qodef-layout--simple h5.qodef-accordion-title {
        line-height: 1.5em
    }
}

@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-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
            transform: translateX(-100%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
            transform: scale(.3) translateX(84%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
            transform: scale(.4) translateX(60%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
            transform: scale(.5) translateX(39%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
            transform: scale(.6) translateX(25%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
            transform: scale(.7) translateX(11.2%)
        }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
            transform: translateX(100%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
            transform: scale(.3) translateX(-84%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
            transform: scale(.4) translateX(-60%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
            transform: scale(.5) translateX(-39%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
            transform: scale(.6) translateX(-25%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
            transform: scale(.7) translateX(-11.2%)
        }
}

@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.33333333333333%
    }
}

@media only screen and (max-width:480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper .qodef-digit {
        font-size: 60px
    }
}

@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:680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (min-width:1921px) {
    .qodef-image-with-text .qodef-m-image img {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-numbered-text.qodef-border--bottom, .qodef-numbered-text.qodef-border--top {
        border-top: none;
        border-bottom: 1px solid #000
    }
}

@media only screen and (max-width:1440px) {
    .qodef-pricing-table .qodef-m-inner {
        padding: 65px 65px 61px
    }

    .qodef-pricing-table.qodef-status--featured .qodef-m-inner {
        padding: 79px 65px 76px
    }
}

@media only screen and (max-width:480px) {
    .qodef-pricing-table .qodef-m-inner {
        padding: 64px 25px 62px
    }

    .qodef-pricing-table.qodef-status--featured .qodef-m-inner {
        padding: 64px 25px 62px
    }
}

@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-section-title .qodef-m-background-text {
        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-orientation--horizontal .qodef-tabs-navigation li {
        display: block
    }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li:first-child {
            padding: 0
        }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li a:before {
            opacity: .5;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: calc(100% - 3px);
            height: 1px;
            background-color: currentColor;
            transform-origin: 100% 50%;
            transition: transform .3s cubic-bezier(.85,.26,.17,1);
            transform: scaleX(0)
        }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li a:after {
            display: none
        }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li a:hover:before, .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li.active:before, .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li.ui-state-active a:before, .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-tabs-navigation li.ui-state-hover a:before {
            transform: scaleX(1);
            transform-origin: 0 50%;
            transition: transform .4s cubic-bezier(.85,.26,.17,1)
        }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--horizontal .qodef-following-border {
        display: none !important
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:not(:first-child) {
        background: 0 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@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 {
        top: 37px;
        left: -10px
    }

        .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
    }
}
