﻿@-webkit-keyframes qodefBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes qodefBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.last_toggle_el_margin,
.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.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-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-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 13px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}

    #qodef-back-to-top .qodef-back-to-top-icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-size: 20px;
        color: #fff;
        background-color: #000001;
        border: 2px solid #000001;
        overflow: hidden;
        -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        -o-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    }

        #qodef-back-to-top .qodef-back-to-top-icon * {
            display: block;
            line-height: inherit;
        }

    #qodef-back-to-top:hover .qodef-back-to-top-icon {
        color: #000001;
        background-color: #fff;
    }

    #qodef-back-to-top.qodef-back-to-top--off {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
        -o-transition: opacity 0.15s ease, visibility 0s 0.15s;
        transition: opacity 0.15s ease, visibility 0s 0.15s;
    }

    #qodef-back-to-top.qodef-back-to-top--on {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.qodef-blog.qodef-item-layout--metro {
    margin: 0;
}

    .qodef-blog.qodef-item-layout--metro
    article
    .qodef-e-info
    .qodef-e-info-item
    a:not(.qodef-button) {
        color: inherit;
    }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-media-image {
        position: relative;
    }

        .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-media-image:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.12);
        }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 40px 35px;
    }

        .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-info > * {
        color: #fff;
    }

    .qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
        margin-bottom: 0;
    }

    .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-inner: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-inner: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-icon-elegant-icons {
        right: 84px;
        font-size: 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 {
            right: 84px;
            height: 215px;
            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
    article:not(.format-link):not(.format-quote)
    .qodef-e-media-image {
        overflow: hidden;
    }

        .qodef-blog.qodef-item-layout--metro
        article:not(.format-link):not(.format-quote)
        .qodef-e-media-image.qodef--background {
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

    .qodef-blog.qodef-item-layout--metro
    article:not(.format-link):not(.format-quote):hover
    .qodef--background {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .qodef-blog.qodef-item-layout--metro.qodef-items--fixed
    article.format-link
    .qodef-e-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

.qodef-blog.qodef-item-layout--minimal
article
.qodef-e-info.qodef-info--bottom {
    margin-top: 5px;
    margin-bottom: 13px;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link {
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#000), to(#000) );
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    padding-right: 5px;
}

    .qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link:hover {
        background-size: 100% 100%;
    }

    .qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link:hover {
        color: #fff;
        -webkit-transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.35s;
        -o-transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.35s;
        transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.35s;
    }

.qodef-blog.qodef-item-layout--minimal.qodef--with-animation .qodef-e {
    visibility: hidden;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    margin: 0 20px 0 0;
}

    .qodef-blog.qodef-item-layout--simple
    article
    .qodef-e-media-image:hover ~ .qodef-e-content
    .qodef-e-title-link {
        color: #fff;
        background-size: 100% 100%;
        -webkit-transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
        -o-transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
        transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
    }

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
    margin-top: 5px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title-link {
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#000), to(#000) );
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
}

    .qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
        background-size: 100% 100%;
    }

    .qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
        color: #fff;
        -webkit-transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
        -o-transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
        transition: background-size 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
    }

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
article:not(:last-child)
.qodef-e-info.qodef-info--bottom {
    margin-bottom: 40px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
article:not(:last-child).format-link
.qodef-e-link {
    margin-bottom: 50px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
article:not(:last-child).format-quote
.qodef-e-quote {
    margin-bottom: 50px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
article.format-link
.qodef-e-link {
    padding: 76px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
article.format-link
.qodef-icon-elegant-icons {
    right: 40px;
    font-size: 140px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
article.format-quote
.qodef-e-quote {
    padding: 76px;
}

    .qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"])
    article.format-quote
    .qodef-e-quote:before {
        right: 40px;
        height: 196px;
        font-size: 540px;
    }

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 38px;
}

    #qodef-author-info .qodef-m-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #qodef-author-info .qodef-m-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 25px;
    }

        #qodef-author-info .qodef-m-image a,
        #qodef-author-info .qodef-m-image img {
            display: block;
        }

    #qodef-author-info .qodef-m-author {
        margin: 0;
    }

        #qodef-author-info .qodef-m-author a {
            color: #000;
        }

            #qodef-author-info .qodef-m-author a:hover {
                color: #909090;
            }

    #qodef-author-info .qodef-m-email {
        margin: 5px 0 0;
    }

    #qodef-author-info .qodef-m-description {
        margin: 17px 0 0;
    }

    #qodef-author-info .qodef-m-social-icons {
        margin-top: 18px;
    }

        #qodef-author-info .qodef-m-social-icons a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 16px;
        }

            #qodef-author-info .qodef-m-social-icons a:last-child {
                margin-right: 0;
            }

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 88px 0 0;
}

    #qodef-single-post-navigation .qodef-m-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #qodef-single-post-navigation .qodef-m-nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
    }

        #qodef-single-post-navigation .qodef-m-nav:hover {
            color: #909090;
        }

        #qodef-single-post-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit;
        }

        #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
            left: -10px;
        }

            #qodef-single-post-navigation
            .qodef-m-nav.qodef--prev
            .qodef-icon-elegant-icons {
                margin-right: 4px;
            }

        #qodef-single-post-navigation .qodef-m-nav.qodef--next {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            right: -10px;
            margin-left: auto;
            text-align: right;
        }

            #qodef-single-post-navigation
            .qodef-m-nav.qodef--next
            .qodef-icon-elegant-icons {
                margin-left: 4px;
            }

    #qodef-single-post-navigation .qodef-icon-elegant-icons {
        font-size: 30px;
    }

    #qodef-single-post-navigation .qodef-m-nav-label {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        color: inherit;
    }

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-contact-form-7 .ajax-loader {
        position: absolute;
        right: -10px;
    }

.qodef-fullscreen-menu-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .qodef-fullscreen-menu-opener .qodef-open-icon {
        position: relative;
        visibility: visible;
    }

    .qodef-fullscreen-menu-opener .qodef-close-icon {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack {
        font-size: 35px;
    }

        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack * {
            display: inline-block;
            line-height: inherit;
        }

        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack :before {
            display: inline-block;
            line-height: inherit;
        }

    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span {
        position: relative;
    }

        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span > * {
            vertical-align: middle;
        }

        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span path,
        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span > * {
            fill: currentColor;
            stroke: currentColor;
        }

    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
        line-height: 1;
    }

        .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
        .qodef-lines {
            position: relative;
            display: block;
            width: 30px;
            height: 30px;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.qodef-fullscreen-menu-animate--in
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
.qodef-lines {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
.qodef-lines
.qodef-line {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
    .qodef-lines
    .qodef-line.qodef-line-1 {
        top: 8px;
    }

    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
    .qodef-lines
    .qodef-line.qodef-line-2 {
        top: 18px;
    }

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
.qodef-line-1 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover
.qodef-line-2 {
    -webkit-transform: translateY(-5px) rotate(-90deg);
    -ms-transform: translateY(-5px) rotate(-90deg);
    transform: translateY(-5px) rotate(-90deg);
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
.qodef-line {
    background-color: #fff;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack
.qodef-side-area-opener-icon {
    color: #fff;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
.qodef-side-menu-icon
path,
.qodef-header--light:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
.qodef-side-menu-icon > * {
    fill: #fff;
    stroke: #fff;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
.qodef-line {
    background-color: #000;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack
.qodef-side-area-opener-icon {
    color: #000;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
.qodef-side-menu-icon
path,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened)
#qodef-page-header
#qodef-page-header-inner
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path
.qodef-side-menu-icon > * {
    fill: #000;
    stroke: #000;
}

.qodef-fullscreen-menu-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background-color: #000;
}

    .qodef-fullscreen-menu-holder .qodef-fullscreen-menu-holder-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .qodef-fullscreen-menu-holder .qodef-content-grid {
        height: 100%;
    }

        .qodef-fullscreen-menu-holder .qodef-content-grid nav.qodef-fullscreen-menu {
            width: 100%;
        }

    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
        position: relative;
        top: 0;
        margin: 0 auto;
        text-align: left;
        width: 100%;
        padding-left: 8%;
    }

        .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul {
            position: relative;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li {
                margin: 0;
                padding: 0;
                text-align: left;
            }

                .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
                    color: #fff;
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    font-family: "Barlow Condensed", sans-serif;
                    font-weight: 600;
                    text-transform: uppercase;
                    font-size: 55px;
                    line-height: 1.1em;
                    margin: 12px 0;
                    -webkit-transition: color 0.25s ease, background-color 0.25s ease;
                    -o-transition: color 0.25s ease, background-color 0.25s ease;
                    transition: color 0.25s ease, background-color 0.25s ease;
                }

                    .qodef-fullscreen-menu-holder
                    nav.qodef-fullscreen-menu
                    ul
                    li
                    a > .qodef-menu-item-inner {
                        color: #fff;
                        padding: 0 9px;
                        display: inline;
                        position: relative;
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fff) );
                        background-image: -o-linear-gradient(#fff, #fff);
                        background-image: linear-gradient(#fff, #fff);
                        background-position: 0 100%;
                        background-repeat: no-repeat;
                        background-size: 0 100%;
                        -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                        -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                        transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    }

                        .qodef-fullscreen-menu-holder
                        nav.qodef-fullscreen-menu
                        ul
                        li
                        a > .qodef-menu-item-inner:hover {
                            background-size: 100% 100%;
                        }

                    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover {
                        color: #000;
                    }

                        .qodef-fullscreen-menu-holder
                        nav.qodef-fullscreen-menu
                        ul
                        li
                        a:hover > .qodef-menu-item-inner {
                            color: #000;
                        }

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
        font-size: 35px;
    }
}

.qodef-fullscreen-menu-holder
nav.qodef-fullscreen-menu
ul
li.current-menu-ancestor > a > .qodef-menu-item-inner,
.qodef-fullscreen-menu-holder
nav.qodef-fullscreen-menu
ul
li.current-menu-item > a > .qodef-menu-item-inner {
    background-color: #fff;
    color: #000;
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul {
    padding: 15px 0 0;
}

    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul.sub-menu {
        display: none;
    }

    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 21px;
        font-family: Hind, sans-serif;
        font-weight: 300;
        text-transform: none;
        margin: 5px 0;
    }

    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li ul li a {
        font-size: 16px;
    }

    .qodef-fullscreen-menu-holder
    nav.qodef-fullscreen-menu
    ul
    li
    ul
    li:last-child
    ul:last-child {
        padding-bottom: 0;
    }

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-open-icon {
    visibility: hidden;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-close-icon {
    visibility: visible;
}

.qodef-fullscreen-menu--opened
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
    color: #fff;
}

    .qodef-fullscreen-menu--opened
    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
    .qodef-line-1 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .qodef-fullscreen-menu--opened
    .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined
    .qodef-line-2 {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        -ms-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg);
    }

.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;
}

@-webkit-keyframes fullscreen-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fullscreen-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fullscreen-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fullscreen-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-holder {
    -webkit-animation: fullscreen-fade-in 0.25s linear both;
    animation: fullscreen-fade-in 0.25s linear both;
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-holder {
    -webkit-animation: fullscreen-fade-out 0.25s linear both;
    animation: fullscreen-fade-out 0.25s linear both;
}

#qodef-page-header .qodef-widget-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    #qodef-page-header .qodef-widget-holder .widget {
        margin: 0 0 0 30px;
    }

#qodef-page-header #qodef-page-header-inner.qodef-content-grid {
    padding: 0;
}

.qodef-header--light
#qodef-page-header
#qodef-page-header-inner
.qodef-header-navigation > ul > li > a {
    color: #fff;
}

.qodef-header--dark
#qodef-page-header
#qodef-page-header-inner
.qodef-header-navigation > ul > li > a {
    color: #000;
}

#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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
}

.qodef-header--light
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--light {
    opacity: 1;
}

.qodef-header--light
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--dark,
.qodef-header--light
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--main {
    opacity: 0;
}

.qodef-header--dark
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--dark {
    opacity: 1;
}

.qodef-header--dark
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--light,
.qodef-header--dark
#qodef-page-header
#qodef-page-header-inner
.qodef-header-logo-link
.qodef--main {
    opacity: 0;
}

.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--right #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
}

.qodef-header-standard--left #qodef-page-header-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
        margin-left: 20px;
    }

    .qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
        margin-left: auto;
    }

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 420px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
}

.qodef-header--vertical #qodef-page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px;
}

    .qodef-header--vertical #qodef-page-header-inner .qodef-header-navigation ul {
        display: block;
    }

        .qodef-header--vertical
        #qodef-page-header-inner
        .qodef-header-navigation
        ul > li {
            margin: 0;
        }

    .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
        display: block;
    }

        .qodef-header--vertical
        #qodef-page-header-inner
        .qodef-vertical-widget-holder
        .widget
        a:hover {
            opacity: 0.6;
        }

.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: 420px;
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin: 30px 0;
    padding: 0;
    z-index: 100;
    width: 100%;
}

    .qodef-header--vertical .qodef-header-vertical-navigation ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .qodef-header--vertical .qodef-header-vertical-navigation ul li {
            position: relative;
            padding: 0;
            margin: 0;
        }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li a {
                position: relative;
                display: block;
                margin: 0;
                padding: 0;
            }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li
                a
                .qodef-menu-item-inner {
                    padding: 0 3px;
                    display: inline;
                    position: relative;
                    background-image: -webkit-gradient( linear, left top, left bottom, from(#000001), to(#000001) );
                    background-image: -o-linear-gradient(#000001, #000001);
                    background-image: linear-gradient(#000001, #000001);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 100%;
                    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    -webkit-transition: background-size 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    -o-transition: background-size 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                    transition: background-size 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
                }

                    .qodef-header--vertical
                    .qodef-header-vertical-navigation
                    ul
                    li
                    a
                    .qodef-menu-item-inner:hover {
                        background-size: 100% 100%;
                    }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li
                a:hover
                .qodef-menu-item-inner {
                    color: #fff;
                    background-size: 100% 100%;
                }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li
                a:hover
                .qodef-menu-arrow {
                    -webkit-transform: rotate(0);
                    -ms-transform: rotate(0);
                    transform: rotate(0);
                }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li
                a
                .qodef-menu-item-icon {
                    margin-right: 5px;
                    vertical-align: middle;
                }

            .qodef-header--vertical
            .qodef-header-vertical-navigation
            ul
            li.current-menu-ancestor > a
            .qodef-menu-item-inner,
            .qodef-header--vertical
            .qodef-header-vertical-navigation
            ul
            li.current-menu-item > a
            .qodef-menu-item-inner,
            .qodef-header--vertical
            .qodef-header-vertical-navigation
            ul
            li.current_page_item > a
            .qodef-menu-item-inner {
                background-color: #000001;
                color: #fff;
            }

            .qodef-header--vertical
            .qodef-header-vertical-navigation
            ul
            li.qodef-hide-link > a {
                cursor: default;
            }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li.qodef-hide-link > a
                .qodef-menu-item-inner {
                    background-color: transparent;
                    color: inherit;
                }

            .qodef-header--vertical .qodef-header-vertical-navigation ul li ul {
                padding: 7px 0 5px;
            }

                .qodef-header--vertical .qodef-header-vertical-navigation ul li ul li {
                    padding: 3px 0;
                }

            .qodef-header--vertical
            .qodef-header-vertical-navigation
            ul
            li
            .qodef-drop-down-second {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

                .qodef-header--vertical
                .qodef-header-vertical-navigation
                ul
                li
                .qodef-drop-down-second
                .qodef-drop-down-second-inner {
                    position: relative;
                    display: block;
                    padding: 0;
                    z-index: 997;
                }

    .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
        font-family: "Barlow Condensed", sans-serif;
        color: #000;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 7px 0;
    }

        .qodef-header--vertical
        .qodef-header-vertical-navigation > ul > li > a
        .qodef-menu-item-inner {
            padding: 0;
            position: relative;
            background: 0 0;
        }

            .qodef-header--vertical
            .qodef-header-vertical-navigation > ul > li > a
            .qodef-menu-item-inner:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -6px;
                width: 100%;
                height: 4px;
                background-color: currentColor;
                -webkit-transform-origin: 0 50%;
                -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0);
            }

        .qodef-header--vertical
        .qodef-header-vertical-navigation > ul > li > a:hover
        .qodef-menu-item-inner {
            background-color: transparent;
            color: inherit;
        }

            .qodef-header--vertical
            .qodef-header-vertical-navigation > ul > li > a:hover
            .qodef-menu-item-inner:after {
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1);
            }

    .qodef-header--vertical
    .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a
    .qodef-menu-item-inner,
    .qodef-header--vertical
    .qodef-header-vertical-navigation > ul > li.current-menu-item > a
    .qodef-menu-item-inner {
        background-color: transparent;
        color: inherit;
    }

        .qodef-header--vertical
        .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a
        .qodef-menu-item-inner:after,
        .qodef-header--vertical
        .qodef-header-vertical-navigation > ul > li.current-menu-item > a
        .qodef-menu-item-inner:after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

    .qodef-header--vertical
    .qodef-header-vertical-navigation > ul > li.qodef-hide-link > a
    .qodef-menu-item-inner:after {
        opacity: 0;
    }

    .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--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;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .qodef-header--vertical
            .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
            .qodef-drop-down-second
            ul
            * {
                visibility: inherit;
                -webkit-transition: visibility 0.2s ease;
                -o-transition: visibility 0.2s ease;
                transition: visibility 0.2s ease;
            }

            .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;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.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-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%;
    padding: 0 40px;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
    transition: top 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease, top 0.5s ease;
    transition: transform 0.5s ease, top 0.5s ease;
    transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
    z-index: 100;
    -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}

    .qodef-header-sticky .qodef-header-sticky-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

.qodef-header-standard--right
.qodef-header-sticky
.qodef-header-sticky-inner
.qodef-header-logo-link {
    margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .qodef-header-standard--left
    .qodef-header-sticky
    .qodef-header-sticky-inner
    .qodef-header-navigation {
        margin-left: 20px;
    }

    .qodef-header-standard--left
    .qodef-header-sticky
    .qodef-header-sticky-inner
    .qodef-widget-holder {
        margin-left: auto;
    }

.qodef-header--sticky-display .qodef-header-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}

#qodef-top-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding: 0 40px;
    background-color: #000;
    z-index: 101;
}

    #qodef-top-area .widget {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

        #qodef-top-area .widget a {
            -webkit-transition: opacity 0.25s ease;
            -o-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
        }

            #qodef-top-area .widget a:hover {
                opacity: 0.6;
            }

        #qodef-top-area .widget .textwidget > * {
            margin: 0;
        }

.qodef-instagram-list #sb_instagram {
    padding: 7px 0 0;
}

    .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
        background-image: none !important;
        height: auto !important;
        opacity: 1 !important;
        overflow: hidden;
    }

        .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
            display: inline-block !important;
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0;
}

    .qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
        padding: 0 !important;
        margin: 0 !important;
    }

.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -5px;
}

    .qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
        padding: 0 5px !important;
        margin: 0 0 10px !important;
    }

.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -10px;
}

    .qodef-instagram-list.qodef-gutter--small
    #sb_instagram
    #sbi_images > .sbi_item {
        padding: 0 10px !important;
        margin: 0 0 20px !important;
    }

.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -15px;
}

    .qodef-instagram-list.qodef-gutter--normal
    #sb_instagram
    #sbi_images > .sbi_item {
        padding: 0 15px !important;
        margin: 0 0 30px !important;
    }

.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -20px;
}

    .qodef-instagram-list.qodef-gutter--medium
    #sb_instagram
    #sbi_images > .sbi_item {
        padding: 0 20px !important;
        margin: 0 0 40px !important;
    }

.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -25px;
}

    .qodef-instagram-list.qodef-gutter--large
    #sb_instagram
    #sbi_images > .sbi_item {
        padding: 0 25px !important;
        margin: 0 0 50px !important;
    }

.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -40px;
}

    .qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
        padding: 0 40px !important;
        margin: 0 0 80px !important;
    }

#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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#qodef-page-mobile-header {
    background-color: #fff;
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px;
}

#qodef-mobile-header-navigation ul li .qodef-menu-arrow {
    display: none;
}

#qodef-mobile-header-navigation ul li.qodef-hide-link > a {
    cursor: default;
}

#qodef-mobile-header-navigation
ul
li.menu-item-has-children > .qodef-menu-arrow {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 19px;
    color: #000;
    line-height: 28px;
}

    #qodef-mobile-header-navigation
    ul
    li.menu-item-has-children > .qodef-menu-arrow:after {
        color: inherit;
        display: block;
        line-height: inherit;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        text-align: center;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

#qodef-mobile-header-navigation
ul
li.menu-item-has-children.qodef--opened > .qodef-menu-arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.qodef-mobile-header--minimal
#qodef-page-mobile-header
#qodef-page-mobile-header-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .qodef-mobile-header--minimal
    #qodef-page-mobile-header
    #qodef-page-mobile-header-inner
    .qodef-mobile-header-logo-link {
        margin-right: auto;
    }

    .qodef-mobile-header--minimal
    #qodef-page-mobile-header
    #qodef-page-mobile-header-inner
    .qodef-fullscreen-menu-opener {
        margin-left: 20px;
    }

.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-mobile-header--standard
#qodef-page-mobile-header
#qodef-page-mobile-header-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .qodef-mobile-header--standard
    #qodef-page-mobile-header
    #qodef-page-mobile-header-inner
    .qodef-mobile-header-logo-link {
        margin-right: auto;
    }

.qodef-mobile-header--standard
#qodef-page-mobile-header
#qodef-mobile-header-opener {
    line-height: 1;
}

    .qodef-mobile-header--standard
    #qodef-page-mobile-header
    #qodef-mobile-header-opener
    .qodef-lines {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }

        .qodef-mobile-header--standard
        #qodef-page-mobile-header
        #qodef-mobile-header-opener
        .qodef-lines
        .qodef-line {
            position: absolute;
            left: 0;
            height: 4px;
            width: 100%;
            background-color: currentColor;
            -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
            transition: top 0.3s ease, -webkit-transform 0.3s ease;
            -o-transition: top 0.3s ease, transform 0.3s ease;
            transition: top 0.3s ease, transform 0.3s ease;
            transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        }

            .qodef-mobile-header--standard
            #qodef-page-mobile-header
            #qodef-mobile-header-opener
            .qodef-lines
            .qodef-line.qodef-line-1 {
                top: 8px;
            }

            .qodef-mobile-header--standard
            #qodef-page-mobile-header
            #qodef-mobile-header-opener
            .qodef-lines
            .qodef-line.qodef-line-2 {
                top: 18px;
            }

    .qodef-mobile-header--standard
    #qodef-page-mobile-header
    #qodef-mobile-header-opener.qodef--opened
    .qodef-lines
    .qodef-line.qodef-line-1 {
        top: 12px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .qodef-mobile-header--standard
    #qodef-page-mobile-header
    #qodef-mobile-header-opener.qodef--opened
    .qodef-lines
    .qodef-line.qodef-line-2 {
        top: 12px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.qodef-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
    vertical-align: middle;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10;
    background-color: #000;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.25s ease;
    -o-transition: opacity 0.3s ease-out, visibility 0.25s ease;
    transition: opacity 0.3s ease-out, visibility 0.25s ease;
}

    .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        z-index: 20;
    }

.qodef-drop-down-second--full-width
.qodef-header-navigation
ul
li.qodef-menu-item--wide
.qodef-drop-down-second {
    width: 100vw;
}

.qodef-header-navigation
ul
li.qodef-menu-item--wide
.qodef-drop-down-second
.qodef-drop-down-second-inner {
    padding: 0 40px;
}

    .qodef-header-navigation
    ul
    li.qodef-menu-item--wide
    .qodef-drop-down-second
    .qodef-drop-down-second-inner.qodef-content-grid {
        padding: 0;
    }

    .qodef-header-navigation
    ul
    li.qodef-menu-item--wide
    .qodef-drop-down-second
    .qodef-drop-down-second-inner
    ul {
        margin-top: 13px;
    }

        .qodef-header-navigation
        ul
        li.qodef-menu-item--wide
        .qodef-drop-down-second
        .qodef-drop-down-second-inner
        ul
        li {
            padding: 3px 0;
        }

            .qodef-header-navigation
            ul
            li.qodef-menu-item--wide
            .qodef-drop-down-second
            .qodef-drop-down-second-inner
            ul
            li
            a {
                font-size: 15px;
                line-height: 24px;
                color: #fff;
            }

            .qodef-header-navigation
            ul
            li.qodef-menu-item--wide
            .qodef-drop-down-second
            .qodef-drop-down-second-inner
            ul
            li
            .qodef-menu-arrow {
                display: none;
            }

    .qodef-header-navigation
    ul
    li.qodef-menu-item--wide
    .qodef-drop-down-second
    .qodef-drop-down-second-inner > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 48px 0 44px;
        margin: 0;
    }

        .qodef-header-navigation
        ul
        li.qodef-menu-item--wide
        .qodef-drop-down-second
        .qodef-drop-down-second-inner > ul > li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
            flex: 1 1 25%;
            padding: 0;
        }

            .qodef-header-navigation
            ul
            li.qodef-menu-item--wide
            .qodef-drop-down-second
            .qodef-drop-down-second-inner > ul > li > a {
                font-family: "Barlow Condensed", sans-serif;
                font-size: 17px;
                font-weight: 600;
                text-transform: uppercase;
            }

.qodef-header-navigation
ul
li.qodef-menu-item--narrow
.qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0;
}

    .qodef-header-navigation
    ul
    li.qodef-menu-item--narrow
    .qodef-drop-down-second.qodef-drop-down--right
    .qodef-menu-arrow {
        left: 0;
        top: 30px;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.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 {
        opacity: 1;
        visibility: visible;
    }

.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;
    background: #030303;
}

.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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%;
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.qodef-clients-list.qodef-hover-animation--inverse-fade:not( .qodef-swiper-container )
.qodef-e {
    visibility: hidden;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
.qodef-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
        -webkit-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.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;
        -webkit-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.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--inverse-fade
.qodef-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade
    .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--inverse-fade
        .qodef-e
        .qodef-e-image
        a {
            display: inline-block;
        }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade
    .qodef-e
    .qodef-e-logo {
        width: auto;
        opacity: 1;
        will-change: opacity;
        -webkit-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
        display: inline-block;
    }

    .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade
    .qodef-e
    .qodef-e-hover-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
    }

.single-portfolio .qodef-page-content-section.qodef-grid-item {
    margin: 0 !important;
}

.qodef-portfolio-single-item .qodef-portfolio-title {
    margin: 0 0 15px;
}

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
}

    .qodef-portfolio-single-item .qodef-portfolio-info .qodef-e:last-child {
        margin-bottom: -7px;
    }

.qodef-portfolio-single-item .qodef-portfolio-info h5 {
    margin: 0 0 5px 0;
}

.qodef-portfolio-single-item .qodef-portfolio-info a,
.qodef-portfolio-single-item .qodef-portfolio-info p {
    color: #909090;
    margin: 0;
}

    .qodef-portfolio-single-item .qodef-portfolio-info a:not(.qodef-share-link),
    .qodef-portfolio-single-item .qodef-portfolio-info p:not(.qodef-share-link) {
        font-size: 17px;
    }

    .qodef-portfolio-single-item .qodef-portfolio-info a:hover {
        color: #000;
    }

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-share-link {
    color: #000;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    .qodef-portfolio-single-item .qodef-portfolio-info .qodef-share-link:hover {
        opacity: 0.6;
    }

.qodef-portfolio-single-item
.qodef-portofolio-categories
.qodef-portfolio-category:after {
    content: "/";
    margin: 0 3px 0 1px;
}

.qodef-portfolio-single-item
.qodef-portofolio-categories
.qodef-portfolio-category:last-child:after {
    display: none;
}

.qodef-portfolio-list .qodef-e-image {
    height: 100%;
    overflow: hidden;
}

.qodef-portfolio-list .qodef-e-media-image {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-portfolio-list .qodef-e-media-image a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-portfolio-list .qodef-e-media-image a img {
            display: block;
            width: 100%;
        }

.qodef-portfolio-list.qodef-layout--masonry .qodef-e-media-image a,
.qodef-portfolio-list.qodef-layout--masonry .qodef-e-media-image img {
    height: 100%;
}

.qodef-portfolio-list .qodef--load-more {
    line-height: 0;
}

    .qodef-portfolio-list .qodef--load-more a {
        margin: 25px auto 66px auto;
    }

.qodef-portfolio-list .qodef-loading-spinner {
    bottom: 75px !important;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-image {
    margin-bottom: 25px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
    font-size: 16px;
    color: #909090;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-bottom: 11px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
    margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt
.qodef-e-image {
    overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner {
    position: relative;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-image img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    position: absolute;
    bottom: 10%;
    left: 4%;
}

    .qodef-portfolio-list.qodef-item-layout--info-bottom-left
    .qodef-e-content
    .qodef-e-content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left
        .qodef-e-content
        .qodef-e-content-inner > a {
            font-size: 18px;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            margin-top: 8px;
        }

            .qodef-portfolio-list.qodef-item-layout--info-bottom-left
            .qodef-e-content
            .qodef-e-content-inner > a:after {
                content: " _";
            }

            .qodef-portfolio-list.qodef-item-layout--info-bottom-left
            .qodef-e-content
            .qodef-e-content-inner > a:hover:after {
                -webkit-animation: qodefBlink 0.65s infinite;
                animation: qodefBlink 0.65s infinite;
            }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left
        .qodef-e-content
        .qodef-e-content-inner
        * {
            color: #fff;
            z-index: 1;
        }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left
        .qodef-e-content
        .qodef-e-content-inner
        .qodef-e-title {
            margin: 0;
        }

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
.qodef-e-content {
    display: none;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
.qodef-e-inner {
    overflow: hidden;
}

    .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
    .qodef-e-inner
    .qodef-e-image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
    .qodef-e-inner:hover
    .qodef-e-image {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.qodef-follow-info-holder {
    left: 50%;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    visibility: hidden;
    z-index: 9999;
}

    .qodef-follow-info-holder.qodef-right {
        text-align: right;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .qodef-follow-info-holder .qodef-follow-info-inner {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .qodef-follow-info-holder .qodef-follow-info-title {
        background-color: #000001;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        color: #fff;
        display: inline-block;
        margin-top: 4px;
        padding: 3px 5px;
        position: relative;
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 8;
    }

        .qodef-follow-info-holder .qodef-follow-info-title .qodef-e-title {
            margin: 0;
        }

    .qodef-follow-info-holder .qodef-follow-info-category {
        background-color: #000001;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        display: inline-block;
        padding: 0 4px;
        white-space: nowrap;
        z-index: 9;
    }

        .qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
            content: "/";
            margin: 0 2px 0 3px;
        }

    .qodef-follow-info-holder a {
        color: #fff;
    }

    .qodef-follow-info-holder.qodef-is-active {
        visibility: visible;
    }

        .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,
        .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
        }

        .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
            -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
            -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
            transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
        }

        .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
            -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef--with-animation
.qodef-e-inner {
    pointer-events: none;
    visibility: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
    position: relative;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

    .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content
    .qodef-e-content-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #0a0a0a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover
        .qodef-e-content
        .qodef-e-content-inner > a {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0;
        }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover
        .qodef-e-content
        .qodef-e-content-inner
        * {
            color: #fff;
            z-index: 1;
        }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover
        .qodef-e-content
        .qodef-e-content-inner
        .qodef-e-title {
            margin: 0;
        }

        .qodef-portfolio-list.qodef-item-layout--info-on-hover
        .qodef-e-content
        .qodef-e-content-inner
        .qodef-e-info-category {
            display: inline-block;
            line-height: 21px;
            margin-bottom: 3px;
            vertical-align: middle;
        }

            .qodef-portfolio-list.qodef-item-layout--info-on-hover
            .qodef-e-content
            .qodef-e-content-inner
            .qodef-e-info-category
            a {
                font-size: 16px;
            }

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware
.qodef-e-inner {
    overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware
.qodef-e-content {
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: inherit;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e-content {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e-image {
    overflow: hidden;
}

    .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
    .qodef-e-image
    img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e-content-wrapper {
    -webkit-transform: translate3d(-40px, 0, 0) skewX(-15deg);
    transform: translate3d(-40px, 0, 0) skewX(-15deg);
    -webkit-transition: -webkit-transform 0s 0.3s;
    transition: -webkit-transform 0s 0.3s;
    -o-transition: transform 0s 0.3s;
    transition: transform 0s 0.3s;
    transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e:hover
.qodef-e-content {
    opacity: 1;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e:hover
.qodef-e-content-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
.qodef-e:hover
img {
    -webkit-transform: translateX(5%) skewX(2deg);
    -ms-transform: translateX(5%) skewX(2deg);
    transform: translateX(5%) skewX(2deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 123px 0 5px;
}

    #qodef-single-portfolio-navigation .qodef-m-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #qodef-single-portfolio-navigation .qodef-m-nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
    }

        #qodef-single-portfolio-navigation .qodef-m-nav:hover {
            color: #909090;
        }

        #qodef-single-portfolio-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit;
        }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
            left: -10px;
        }

            #qodef-single-portfolio-navigation
            .qodef-m-nav.qodef--prev
            .qodef-icon-elegant-icons {
                margin-right: 4px;
            }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            right: -10px;
            text-align: right;
            margin-left: auto;
        }

            #qodef-single-portfolio-navigation
            .qodef-m-nav.qodef--next
            .qodef-icon-elegant-icons {
                margin-left: 4px;
            }

    #qodef-single-portfolio-navigation .qodef-icon-elegant-icons {
        font-size: 30px;
    }

    #qodef-single-portfolio-navigation .qodef-m-nav-label {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        color: inherit;
    }

.qodef-porfolio-single-layout--gallery-big
.qodef-portfolio-single-item
.qodef-media {
    margin-bottom: 57px;
}

.qodef-porfolio-single-layout--gallery-big
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 9px !important;
}

.qodef-porfolio-single-layout--gallery-small
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 48px !important;
}

.qodef-porfolio-single-layout--images-big
.qodef-portfolio-single-item
.qodef-media {
    margin-bottom: 50px;
    display: inline-block;
}

    .qodef-porfolio-single-layout--images-big
    .qodef-portfolio-single-item
    .qodef-media
    .qodef-popup-item {
        display: block;
        margin-bottom: 10px;
    }

        .qodef-porfolio-single-layout--images-big
        .qodef-portfolio-single-item
        .qodef-media
        .qodef-popup-item:last-child {
            margin-bottom: 0;
        }

.qodef-porfolio-single-layout--images-big
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 9px !important;
}

.qodef-porfolio-single-layout--images-small
.qodef-portfolio-single-item
.qodef-media
.qodef-popup-item {
    display: block;
    margin-bottom: 10px;
}

    .qodef-porfolio-single-layout--images-small
    .qodef-portfolio-single-item
    .qodef-media
    .qodef-popup-item:last-child {
        margin-bottom: 0;
    }

.qodef-porfolio-single-layout--images-small
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 48px !important;
}

.qodef-porfolio-single-layout--masonry-big
.qodef-portfolio-single-item
.qodef-media {
    margin-bottom: 57px;
}

.qodef-porfolio-single-layout--masonry-big
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 9px !important;
}

.qodef-porfolio-single-layout--masonry-small
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 48px !important;
}

.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container
.swiper-slide {
    width: auto;
}

.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container
.swiper-pagination
.swiper-pagination-bullet:after {
    background-color: #fff;
}

.qodef-porfolio-single-layout--slider
.qodef-portfolio-single-item
.qodef-portfolio-info {
    margin-top: 9px !important;
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-e-role {
    margin: 0;
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-e-title {
    margin: 2px 0 13px;
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-team-member-social-icons {
    margin: 0;
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-team-member-social-icon {
    font-size: 25px;
    margin-right: 14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .qodef-team-list
    .qodef-e
    .qodef-e-content
    .qodef-team-member-social-icon:last-child {
        margin-right: 0;
    }

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content {
    padding: 17px 0 0 0;
}

    .qodef-team-list.qodef-item-layout--info-below
    .qodef-e
    .qodef-e-content
    .qodef-e-role {
        margin: 0 0 3px;
    }

    .qodef-team-list.qodef-item-layout--info-below
    .qodef-e
    .qodef-e-content
    .qodef-e-title {
        margin: 0 0 16px;
    }

    .qodef-team-list.qodef-item-layout--info-below
    .qodef-e
    .qodef-e-content
    .qodef-team-member-social-icon {
        font-size: 18px;
    }

    .qodef-team-list.qodef-item-layout--info-below
    .qodef-e
    .qodef-e-content
    .qodef-team-member-social-icon {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        .qodef-team-list.qodef-item-layout--info-below
        .qodef-e
        .qodef-e-content
        .qodef-team-member-social-icon:hover {
            opacity: 0.6;
        }

.qodef-team-list.qodef-item-layout--info-below.qodef--with-animation .qodef-e {
    visibility: hidden;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: -1;
    width: 100%;
}

    .qodef-team-list.qodef-item-layout--info-on-hover
    .qodef-e
    .qodef-e-content
    .qodef-e-title {
        margin: 0 0 19px;
    }

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-image {
    overflow: hidden;
}

    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.qodef-team-list.qodef-item-layout--info-on-hover
.qodef-e
.qodef-e-content-inner {
    -webkit-transform: translate3d(-40px, 0, 0) skewX(-15deg);
    transform: translate3d(-40px, 0, 0) skewX(-15deg);
    -webkit-transition: -webkit-transform 0s 0.3s;
    transition: -webkit-transform 0s 0.3s;
    -o-transition: transform 0s 0.3s;
    transition: transform 0s 0.3s;
    transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

.qodef-team-list.qodef-item-layout--info-on-hover
.qodef-e:hover
.qodef-e-content {
    opacity: 1;
    z-index: 1;
}

.qodef-team-list.qodef-item-layout--info-on-hover
.qodef-e:hover
.qodef-e-content-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e:hover img {
    -webkit-transform: translateX(5%) skewX(2deg);
    -ms-transform: translateX(5%) skewX(2deg);
    transform: translateX(5%) skewX(2deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.qodef-team-list.qodef-item-layout--info-on-hover
.qodef-team-member-social-icon {
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    .qodef-team-list.qodef-item-layout--info-on-hover
    .qodef-team-member-social-icon:hover {
        opacity: 0.6;
    }

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 40px;
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px;
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px;
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0;
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important;
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.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:after {
    background-color: #fff;
}

@-webkit-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_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}

@-webkit-keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

.qodef-search-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.qodef-covers-search--fadeout .qodef-search-cover {
    -webkit-animation: cover_search_fade_out 0.3s ease both;
    animation: cover_search_fade_out 0.3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover {
    -webkit-animation: cover_search_fade_in 0.3s ease both;
    animation: cover_search_fade_in 0.3s ease both;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover {
    display: none;
}

.qodef-search-cover .qodef-form-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qodef-search-cover input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 90%;
    padding: 0 0 2px 47px;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000001;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}

    .qodef-search-cover input[type="text"]:focus {
        color: #000001;
    }

    .qodef-search-cover input[type="text"]::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    .qodef-search-cover input[type="text"]::-moz-placeholder {
        color: inherit;
        opacity: 1;
    }

    .qodef-search-cover input[type="text"]:-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    .qodef-search-cover input[type="text"]::-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    .qodef-search-cover input[type="text"]::placeholder {
        color: inherit;
        opacity: 1;
    }

.qodef-search-cover input[type="submit"] {
    position: absolute;
    height: 1px;
    width: 1px;
    padding: 0;
    margin: -1px;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    visibility: hidden;
}

.qodef-search-cover .qodef-search-close {
    position: absolute;
    top: 51%;
    right: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #000001;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .qodef-search-cover .qodef-search-close:hover {
        color: #000001;
    }

    .qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack {
        font-size: 30px;
        line-height: 1em;
    }

        .qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack * {
            display: block;
            line-height: inherit;
        }

        .qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack :before {
            display: block;
            line-height: inherit;
        }

    .qodef-search-cover .qodef-search-close.qodef-search-close--svg-path > * {
        vertical-align: middle;
    }

    .qodef-search-cover .qodef-search-close.qodef-search-close--svg-path path,
    .qodef-search-cover .qodef-search-close.qodef-search-close--svg-path > * {
        fill: currentColor;
        stroke: currentColor;
    }

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
}

    .qodef-fullscreen-search-holder .qodef-fullscreen-search-inner {
        width: 100%;
    }

    .qodef-fullscreen-search-holder .qodef-fullscreen-search-form {
        position: relative;
        width: 60%;
        margin: 0 auto;
    }

        .qodef-fullscreen-search-holder .qodef-fullscreen-search-form .qodef-line {
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            border-bottom: 1px solid #000;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.qodef-fullscreen-search--opened
.qodef-fullscreen-search-holder
.qodef-fullscreen-search-form
.qodef-line {
    width: 100%;
    -webkit-transition: width 0.5s ease 0.6s;
    -o-transition: width 0.5s ease 0.6s;
    transition: width 0.5s ease 0.6s;
}

.qodef-fullscreen-search-holder .qodef-field-holder {
    display: block;
    position: relative;
}

.qodef-fullscreen-search-holder .qodef-search-field {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 25px;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.qodef-fullscreen-search-holder .qodef-search-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    color: #909090;
    background-color: transparent;
    border: none;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .qodef-fullscreen-search-holder .qodef-search-submit:hover {
        color: #000;
    }

.qodef-fullscreen-search--opened
.qodef-fullscreen-search-holder
.qodef-search-submit {
    opacity: 1;
    bottom: 10px;
    -webkit-transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
    -o-transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
    transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}

.qodef-fullscreen-search-holder
.qodef-search-submit.qodef-search-submit--icon-pack {
    font-size: 18px;
    line-height: 1em;
}

.qodef-fullscreen-search-holder
.qodef-search-submit.qodef-search-submit--svg-path
path,
.qodef-fullscreen-search-holder
.qodef-search-submit.qodef-search-submit--svg-path > * {
    fill: currentColor;
    stroke: currentColor;
}

.qodef-fullscreen-search-holder .qodef-search-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #909090;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-search-close {
    top: 72px;
}

.qodef-fullscreen-search-holder .qodef-search-close:hover {
    color: #000;
}

.qodef-fullscreen-search-holder
.qodef-search-close.qodef-search-close--icon-pack {
    font-size: 25px;
    line-height: 1em;
}

    .qodef-fullscreen-search-holder
    .qodef-search-close.qodef-search-close--icon-pack
    * {
        display: block;
        line-height: inherit;
    }

    .qodef-fullscreen-search-holder
    .qodef-search-close.qodef-search-close--icon-pack
    :before {
        display: block;
        line-height: inherit;
    }

.qodef-fullscreen-search-holder
.qodef-search-close.qodef-search-close--svg-path > * {
    vertical-align: middle;
}

.qodef-fullscreen-search-holder
.qodef-search-close.qodef-search-close--svg-path
path,
.qodef-fullscreen-search-holder
.qodef-search-close.qodef-search-close--svg-path > * {
    fill: currentColor;
    stroke: currentColor;
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_out 0.3s ease both;
    animation: fullscreen_search_fade_out 0.3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_in 0.3s ease both;
    animation: fullscreen_search_fade_in 0.3s ease both;
}

.qodef-fullscreen-search--opened
.qodef-fullscreen-search-holder
.qodef-search-close {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@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;
    font-size: 23px;
    line-height: 1;
}

    .qodef-search-opener .qodef-search-opener-inner {
        display: block;
    }

        .qodef-search-opener .qodef-search-opener-inner > * {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            line-height: inherit;
        }

        .qodef-search-opener .qodef-search-opener-inner > :before {
            display: block;
            line-height: inherit;
        }

    .qodef-search-opener.qodef-search-opener-svg-path
    .qodef-search-opener-wrapper > * {
        vertical-align: middle;
    }

    .qodef-search-opener.qodef-search-opener-svg-path
    .qodef-search-opener-wrapper
    path,
    .qodef-search-opener.qodef-search-opener-svg-path
    .qodef-search-opener-wrapper > * {
        fill: currentColor;
        stroke: currentColor;
    }

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 9px 0 0;
        padding: 0 8px 1px 5px;
        cursor: pointer;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
    }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95);
            transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95);
            -o-transition: transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95);
            transition: transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95);
            transition: transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95), -webkit-transform 0.5s cubic-bezier(0.54, 0.07, 0, 0.95);
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
            margin-top: 0;
        }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
            position: relative;
            z-index: 10;
        }

        .qodef-accordion.qodef-layout--simple
        .qodef-accordion-title
        .qodef-accordion-mark {
            position: relative;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 20px;
            height: 18px;
            line-height: 14px;
            text-align: center;
            font-weight: 700;
            z-index: 10;
        }

            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title
            .qodef-accordion-mark
            span {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .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 {
            -webkit-transition: color 0.1s 0.1s;
            -o-transition: color 0.1s 0.1s;
            transition: color 0.1s 0.1s;
            color: #fff;
        }

            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-active:after,
            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-hover:after {
                -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                transform: scaleX(1);
            }

            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-active
            .qodef-accordion-mark
            span.qodef-icon--minus,
            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-hover
            .qodef-accordion-mark
            span.qodef-icon--minus {
                opacity: 1;
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-active
            .qodef-accordion-mark
            span.qodef-icon--plus,
            .qodef-accordion.qodef-layout--simple
            .qodef-accordion-title.ui-state-hover
            .qodef-accordion-mark
            span.qodef-icon--plus {
                opacity: 0;
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

    .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
        padding: 18px 0 5px 4px;
        margin: 0;
    }

        .qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
            margin: 0;
        }

.qodef-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 4px 38px 6px;
    cursor: pointer;
}

    .qodef-button.qodef-size--small {
        padding: 2px 33px 4px;
    }

    .qodef-button.qodef-size--large {
        padding: 6px 41px 9px;
    }

    .qodef-button.qodef--with-underscore:hover .qodef--blinkable {
        -webkit-animation: qodefBlink 0.65s infinite;
        animation: qodefBlink 0.65s infinite;
    }

    .qodef-button.qodef-layout--filled {
        color: #fff;
        background-color: #000;
        border: 2px solid transparent;
    }

        .qodef-button.qodef-layout--filled:hover {
            color: #fff;
            background-color: #000001;
        }

    .qodef-button.qodef-layout--outlined {
        color: #000001;
        background-color: transparent;
        border: 2px solid #000001;
    }

    .qodef-button.qodef-layout--textual {
        background-color: transparent;
        border: 0;
        color: #000;
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: 1;
        padding: 0 !important;
    }

        .qodef-button.qodef-layout--textual .qodef-m-text {
            display: inline-block;
            vertical-align: middle;
        }

        .qodef-button.qodef-layout--textual:hover {
            color: #000;
        }

.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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .qodef-call-to-action.qodef-layout--standard.qodef-style--stretched
    .qodef-m-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .qodef-call-to-action.qodef-layout--standard.qodef-style--centered
    .qodef-m-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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 .qodef-m-card img {
        position: relative;
        display: block;
        -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
        box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    }

    .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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

        .qodef-cards-gallery .qodef-m-card.qodef-animating {
            -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
            pointer-events: none;
        }

        .qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
            -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
            -o-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
            transition: all 0.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 {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
            -webkit-transform: scale(0.5) translateX(80%);
            -ms-transform: scale(0.5) translateX(80%);
            transform: scale(0.5) translateX(80%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
            -webkit-transform: scale(0.6) translateX(54%);
            -ms-transform: scale(0.6) translateX(54%);
            transform: scale(0.6) translateX(54%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
            -webkit-transform: scale(0.7) translateX(35%);
            -ms-transform: scale(0.7) translateX(35%);
            transform: scale(0.7) translateX(35%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
            -webkit-transform: scale(0.8) translateX(21%);
            -ms-transform: scale(0.8) translateX(21%);
            transform: scale(0.8) translateX(21%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
            -webkit-transform: scale(0.9) translateX(19%);
            -ms-transform: scale(0.9) translateX(19%);
            transform: scale(0.9) translateX(19%);
        }

        .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 {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
            -webkit-transform: scale(0.5) translateX(-80%);
            -ms-transform: scale(0.5) translateX(-80%);
            transform: scale(0.5) translateX(-80%);
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
            -webkit-transform: scale(0.6) translateX(-54%);
            -ms-transform: scale(0.6) translateX(-54%);
            transform: scale(0.6) translateX(-54%);
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
            -webkit-transform: scale(0.7) translateX(-35%);
            -ms-transform: scale(0.7) translateX(-35%);
            transform: scale(0.7) translateX(-35%);
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
            -webkit-transform: scale(0.8) translateX(-21%);
            -ms-transform: scale(0.8) translateX(-21%);
            transform: scale(0.8) translateX(-21%);
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
            -webkit-transform: scale(0.9) translateX(-19%);
            -ms-transform: scale(0.9) translateX(-19%);
            transform: scale(0.9) translateX(-19%);
        }

        .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-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden;
}

@-webkit-keyframes qodefCardAppearFromRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    30% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes qodefCardAppearFromRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible;
    }

    30% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
img {
    -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(1)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(2)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(3)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(4)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(5)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(6)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(7)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
.qodef-m-card:nth-child(8)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@-webkit-keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    30% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    30% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
img {
    -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(1)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(2)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(3)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(4)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(5)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(6)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(7)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.no-touchevents
.qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
.qodef-m-card:nth-child(8)
img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    color: #000;
}

.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-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
}

.qodef-countdown.qodef-layout--simple .qodef-label {
    margin-top: 6px;
}

@media only screen and (max-width: 1024px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 80px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
        font-size: 70px;
    }
}

.qodef-counter.qodef-layout--simple {
    text-align: center;
}

    .qodef-counter.qodef-layout--simple .qodef-m-digit {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-size: 75px;
        line-height: 1;
        color: #000;
    }

    .qodef-counter.qodef-layout--simple .qodef-m-title {
        margin: 5px 0 0 0;
    }

    .qodef-counter.qodef-layout--simple .qodef-m-text {
        margin: 0;
    }

.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: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: left;
        margin: -8px 10px 5px 0;
        font-size: 50px;
        line-height: 1em;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        color: #000;
    }

    .qodef-dropcaps .qodef-m-text {
        display: inline;
        margin: 0;
    }

    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        width: 40px;
        height: 40px;
        font-size: 30px;
        margin: 0 10px 5px 0;
        color: #fff;
        background-color: #000;
    }

    .qodef-dropcaps.qodef-type--circle .qodef-m-letter {
        border-radius: 100%;
    }

.qodef-frame-slider-holder {
    margin-bottom: 106px;
    position: relative;
}

    .qodef-frame-slider-holder .qodef-frame-slider-image {
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60%;
        z-index: 100;
    }

        .qodef-frame-slider-holder .qodef-frame-slider-image img {
            width: 100%;
        }

    .qodef-frame-slider-holder .swiper-wrapper {
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }

    .qodef-frame-slider-holder .qodef-m-item {
        height: 0;
        margin: 0 5%;
        padding-left: 43%;
        padding-top: calc(43% * 563 / 829);
        width: 0;
    }

        .qodef-frame-slider-holder .qodef-m-item img {
            border-radius: 4% 4% 1% 1%/6% 6% 1.5% 1.5%;
            height: 100%;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 2px;
            -webkit-transition: -webkit-box-shadow 0.2s;
            transition: -webkit-box-shadow 0.2s;
            -o-transition: box-shadow 0.2s;
            transition: box-shadow 0.2s;
            transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
            width: 100%;
        }

        .qodef-frame-slider-holder .qodef-m-item.swiper-slide-active img {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .qodef-frame-slider-holder .qodef-m-item:not(.swiper-slide-active) img {
            -webkit-box-shadow: 0 0 10.53px 2.47px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 10.53px 2.47px rgba(0, 0, 0, 0.04);
        }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -106px !important;
    }

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-google-map .qodef-m-map {
        display: block;
        width: 100%;
        height: 300px;
    }

        .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;
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#000), to(#000) );
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}

    .qodef-icon-list-item .qodef-e-title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        line-height: 1;
    }

        .qodef-icon-list-item .qodef-e-title a {
            display: block;
        }

    .qodef-icon-list-item .qodef-e-title-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .qodef-icon-list-item .qodef-icon-holder {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 8px;
        float: none;
    }

        .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
            font-size: 18px;
        }

    .qodef-icon-list-item .qodef-e-title-text {
        position: relative;
        top: 2px;
    }

    .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_boldlab_core_icon_list_item {
    margin-bottom: 0;
}

#qodef-page-footer .widget.widget_boldlab_core_icon_list_item {
    margin-bottom: 0;
}

#qodef-side-area .widget.widget_boldlab_core_icon_list_item {
    margin-bottom: 0;
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0;
}

    .qodef-icon-with-text .qodef-m-title a {
        display: block;
    }

.qodef-icon-with-text .qodef-m-text {
    margin: 12px 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--loading-animation {
    visibility: hidden;
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.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-m-title {
    margin-top: 21px;
}

.qodef-icon-holder {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: top;
    width: auto;
}

    .qodef-icon-holder a {
        display: block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .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 {
        background-color: #000001;
        color: #fff;
        height: 2em;
        line-height: 2em;
        text-align: center;
        -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        -o-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
        width: 2em;
    }

        .qodef-icon-holder.qodef-layout--circle a,
        .qodef-icon-holder.qodef-layout--square a {
            color: inherit;
            -webkit-transition: none;
            -o-transition: none;
            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;
        line-height: 0.75em;
        vertical-align: -15%;
    }

    .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_boldlab_core_icon {
    display: inline-block;
    line-height: 1;
}

#qodef-top-area .widget.widget_boldlab_core_icon {
    margin-bottom: 0;
}

    #qodef-top-area .widget.widget_boldlab_core_icon .qodef-icon-holder a {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        #qodef-top-area .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
            color: #fff;
            opacity: 0.6;
        }

#qodef-page-sidebar .widget.widget_boldlab_core_icon {
    margin-bottom: 0;
}

    #qodef-page-sidebar .widget.widget_boldlab_core_icon .qodef-icon-holder a {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        #qodef-page-sidebar
        .widget.widget_boldlab_core_icon
        .qodef-icon-holder
        a:hover {
            color: #000001;
            opacity: 0.6;
        }

#qodef-page-footer .widget.widget_boldlab_core_icon {
    margin-bottom: 0;
}

    #qodef-page-footer .widget.widget_boldlab_core_icon .qodef-icon-holder a {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        #qodef-page-footer .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
            color: #fff;
            opacity: 0.6;
        }

#qodef-side-area .widget.widget_boldlab_core_icon {
    margin-bottom: 0;
}

    #qodef-side-area .widget.widget_boldlab_core_icon .qodef-icon-holder a {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        #qodef-side-area .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
            color: #fff;
            opacity: 0.6;
        }

.qodef-vertical-widget-holder .widget.widget_boldlab_core_icon {
    margin-bottom: 0;
}

    .qodef-vertical-widget-holder
    .widget.widget_boldlab_core_icon
    .qodef-icon-holder
    a {
        -webkit-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

        .qodef-vertical-widget-holder
        .widget.widget_boldlab_core_icon
        .qodef-icon-holder
        a:hover {
            color: #000001;
            opacity: 0.6;
        }

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-image-with-text .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-image-with-text .qodef-m-image a,
        .qodef-image-with-text .qodef-m-image img {
            display: block;
        }

        .qodef-image-with-text
        .qodef-m-image:hover ~ .qodef-m-content
        .qodef-m-title:after {
            -webkit-animation: qodefBlink 0.65s infinite -0.3s;
            animation: qodefBlink 0.65s infinite -0.3s;
        }

    .qodef-image-with-text .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .qodef-image-with-text .qodef-m-title {
        margin: 31px 0 0;
    }

        .qodef-image-with-text .qodef-m-title:after {
            content: "_";
            opacity: 0;
        }

        .qodef-image-with-text .qodef-m-title:hover:after {
            -webkit-animation: qodefBlink 0.65s infinite;
            animation: qodefBlink 0.65s infinite;
        }

    .qodef-image-with-text .qodef-m-text {
        margin: 15px 0 0;
    }

    .qodef-image-with-text.qodef--with-dual-links .qodef-m-title {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .qodef-image-with-text.qodef--with-dual-links .qodef-m-dual-links-holder {
        margin: 31px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .qodef-image-with-text.qodef--with-dual-links
        .qodef-m-dual-links-holder
        .qodef-m-dual-link.qodef-m-dual-link--second {
            margin-left: 22px;
        }

        .qodef-image-with-text.qodef--with-dual-links
        .qodef-m-dual-links-holder
        .qodef-m-dual-link:after {
            content: "_";
            opacity: 0;
        }

    .qodef-image-with-text.qodef--with-dual-links:hover .qodef-m-title {
        opacity: 0;
        visibility: hidden;
    }

    .qodef-image-with-text.qodef--with-dual-links:hover .qodef-m-dual-links-holder {
        opacity: 1;
        visibility: visible;
    }

        .qodef-image-with-text.qodef--with-dual-links:hover
        .qodef-m-dual-links-holder
        .qodef-m-dual-link:after {
            opacity: 1;
        }

        .qodef-image-with-text.qodef--with-dual-links:hover
        .qodef-m-dual-links-holder
        .qodef-m-dual-link:hover:after {
            -webkit-animation: qodefBlink 0.65s infinite;
            animation: qodefBlink 0.65s infinite;
        }

.qodef-info-section.qodef--with-animation {
    visibility: hidden;
}

.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;
    }

.elementor-editor-active
.qodef-info-section.qodef-layout--background-text
.qodef-m-info {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 14px;
}

.elementor-editor-active
.qodef-info-section.qodef-layout--background-text
.qodef-m-title {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0;
}

.elementor-editor-active
.qodef-info-section.qodef-layout--background-text
.qodef-m-text {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.elementor-editor-active
.qodef-info-section.qodef-layout--background-text
.qodef-m-button {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 15px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
.qodef-m-background-text {
    top: 5px;
    left: -34px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
.qodef-m-background-text {
    top: 5px;
    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-info-section.qodef--with-animation .qodef-m-background-text-text {
    display: block;
    will-change: transform;
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden;
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px);
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scaleX(1.2) skewX(5deg);
    -ms-transform: scaleX(1.2) skewX(5deg);
    transform: scaleX(1.2) skewX(5deg);
    -webkit-transition: 0s 0.45s;
    -o-transition: 0s 0.45s;
    transition: 0s 0.45s;
}

    .qodef-interactive-link-showcase .qodef-m-image.qodef--active {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        z-index: 5;
    }

    .qodef-interactive-link-showcase .qodef-m-image img {
        display: none;
    }

.qodef-interactive-link-showcase .qodef-m-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}

.qodef-interactive-link-showcase .qodef-m-item {
    display: inline-block;
    line-height: 1em !important;
    margin: 13px 0;
    padding: 0 10px 4px 8px;
    position: relative;
    vertical-align: top;
    width: auto;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1em;
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#000), to(#000) );
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
}

    .qodef-interactive-link-showcase .qodef-m-item:hover {
        background-size: 100% 100%;
    }

    .qodef-interactive-link-showcase .qodef-m-item .qodef-m-item-title {
        display: block;
    }

    .qodef-interactive-link-showcase .qodef-m-item.qodef--active {
        background-size: 100% 100%;
        color: #fff;
    }

        .qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef--blinkable {
            -webkit-animation: qodefBlink 0.65s infinite;
            animation: qodefBlink 0.65s infinite;
        }

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff;
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fff) );
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
}

    .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item:hover {
        background-size: 100% 100%;
    }

    .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
        background-size: 100% 100%;
        color: #000;
    }

.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 184px 0;
}

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
        display: block;
        height: 100%;
        margin-left: auto;
        overflow: hidden;
        position: relative;
        width: 62%;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 8%;
        width: 38%;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-title {
        visibility: hidden;
    }

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    height: 100%;
    width: 100%;
    z-index: 10;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-items {
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 140px;
    height: auto;
    line-height: 104px;
    margin: 0 3.2%;
    padding: 0 7px 14px 3px;
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#000), to(#000) );
    background-image: -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#000, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
}

    .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item a {
        color: inherit;
    }

    .qodef-interactive-link-showcase.qodef-layout--slider
    .qodef-m-item
    .qodef-m-item-title {
        display: block;
        visibility: hidden;
    }

.qodef-interactive-link-showcase.qodef-layout--slider.qodef-skin--light
.qodef-m-item {
    display: inline;
    position: relative;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fff) );
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -o-transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.1s;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    .qodef-interactive-link-showcase.qodef-layout--slider.qodef-skin--light
    .qodef-m-item.qodef--active {
        background-size: 100% 100%;
        -webkit-transition: background-size 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: background-size 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: background-size 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
}

    .qodef-pricing-table.qodef-status--featured {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    .qodef-pricing-table .qodef-m-inner {
        padding: 45px;
    }

    .qodef-pricing-table .qodef-m-title > * {
        margin: 0;
    }

    .qodef-pricing-table .qodef-m-price {
        margin-top: -3px;
    }

        .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1;
            margin: 0;
        }

    .qodef-pricing-table .qodef-m-content {
        margin: 23px 0 0;
    }

        .qodef-pricing-table .qodef-m-content ul {
            list-style: none;
            margin: 0;
        }

            .qodef-pricing-table .qodef-m-content ul li {
                color: #909090;
                font-family: Hind, sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                margin-bottom: 7px;
            }

                .qodef-pricing-table .qodef-m-content ul li:last-child {
                    margin-bottom: 0;
                }

                .qodef-pricing-table .qodef-m-content ul li:before {
                    color: #000001;
                    content: "\f00c";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    padding-right: 8px;
                }

    .qodef-pricing-table .qodef-m-button .qodef-button {
        margin: 27px 0 0;
    }

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
        display: block;
    }

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: -5px;
    left: 8px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
    font-size: 65px;
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0;
    text-align: center;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .progressbar {
    position: relative;
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0;
    position: relative;
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -29px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px;
    text-align: left;
}

.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-m-title {
        margin: 0;
    }

    .qodef-section-title .qodef-m-text {
        margin: 25px 0 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_boldlab_core_separator {
    margin-bottom: 0;
}

#qodef-page-footer .widget.widget_boldlab_core_separator {
    margin-bottom: 0;
}

#qodef-side-area .widget.widget_boldlab_core_separator {
    margin-bottom: 0;
}

.qodef-swapping-image-gallery {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
}

    .qodef-swapping-image-gallery .qodef-m-info {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .qodef-swapping-image-gallery .qodef-m-image-holder {
        -webkit-box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
        box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
    }

    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 92px;
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 92px;
    }

    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
        margin: 0 0 32px;
    }

        .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline .qodef-m-title {
            margin: 0 0 24px;
        }

        .qodef-swapping-image-gallery
        .qodef-m-info
        .qodef-m-headline
        .qodef-m-description {
            margin: 0;
        }

    .qodef-swapping-image-gallery
    .qodef-m-info
    .qodef-m-thumbnails-holder
    .swiper-pagination-custom {
        width: auto;
    }

    .qodef-swapping-image-gallery
    .qodef-m-info
    .qodef-m-thumbnails-holder
    .qodef-m-thumbnail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 0;
    }

        .qodef-swapping-image-gallery
        .qodef-m-info
        .qodef-m-thumbnails-holder
        .qodef-m-thumbnail
        img {
            opacity: 0.3;
            -webkit-transition: opacity 0.3s ease-out;
            -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
        }

        .qodef-swapping-image-gallery
        .qodef-m-info
        .qodef-m-thumbnails-holder
        .qodef-m-thumbnail.qodef--active
        img,
        .qodef-swapping-image-gallery
        .qodef-m-info
        .qodef-m-thumbnails-holder
        .qodef-m-thumbnail:hover
        img {
            opacity: 1;
        }

        .qodef-swapping-image-gallery
        .qodef-m-info
        .qodef-m-thumbnails-holder
        .qodef-m-thumbnail
        img {
            display: block;
        }

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}

    .qodef-tabs.qodef--init {
        visibility: visible;
    }

    .qodef-tabs .qodef-tabs-navigation {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .qodef-tabs .qodef-tabs-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .qodef-tabs .qodef-tabs-content p {
            margin: 0;
        }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
            margin: 0 26px 0 0;
            padding: 0;
        }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
                margin-right: 0;
            }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
                display: block;
                padding: 0 3px 1px;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 26px;
                line-height: 1.1em;
                -webkit-transition: color 0.25s ease, background-color 0.25s ease;
                -o-transition: color 0.25s ease, background-color 0.25s ease;
                transition: color 0.25s ease, background-color 0.25s ease;
            }

                .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover {
                    color: #fff;
                    background-color: #000;
                }

            .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: #fff;
                background-color: #000;
            }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

        .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
        .qodef-tabs-navigation {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: block;
            padding-right: 26px;
            margin-right: 26px;
            border-right: 1px solid #000001;
        }

            .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-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .qodef-video-button .qodef-m-play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000;
        font-size: 106px;
        line-height: 1;
    }

        .qodef-video-button .qodef-m-play span {
            display: block;
            line-height: inherit;
        }

            .qodef-video-button .qodef-m-play span:before {
                display: block;
                line-height: inherit;
            }

#qodef-side-area
#qodef-side-area-close.qodef-side-area-close--predefined
.qodef-lines,
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}

    #qodef-side-area
    #qodef-side-area-close.qodef-side-area-close--predefined
    .qodef-lines
    .qodef-line,
    .qodef-side-area-opener.qodef-side-area-opener--predefined
    .qodef-lines
    .qodef-line {
        position: absolute;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: currentColor;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: top 0.3s ease, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 0.3s ease, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 0.3s ease, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        #qodef-side-area
        #qodef-side-area-close.qodef-side-area-close--predefined
        .qodef-lines
        .qodef-line.qodef-line-1,
        .qodef-side-area-opener.qodef-side-area-opener--predefined
        .qodef-lines
        .qodef-line.qodef-line-1 {
            top: 9px;
        }

        #qodef-side-area
        #qodef-side-area-close.qodef-side-area-close--predefined
        .qodef-lines
        .qodef-line.qodef-line-2,
        .qodef-side-area-opener.qodef-side-area-opener--predefined
        .qodef-lines
        .qodef-line.qodef-line-2 {
            top: 19px;
        }

.qodef-side-area-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

    .qodef-side-area-opener .qodef-side-area-opener-icon {
        display: block;
    }

    .qodef-side-area-opener:hover {
        color: #000001;
    }

    .qodef-side-area-opener.qodef-side-area-opener--icon-pack
    .qodef-side-area-opener-icon {
        font-size: 35px;
    }

        .qodef-side-area-opener.qodef-side-area-opener--icon-pack
        .qodef-side-area-opener-icon
        * {
            display: block;
            line-height: inherit;
        }

        .qodef-side-area-opener.qodef-side-area-opener--icon-pack
        .qodef-side-area-opener-icon
        :before {
            display: block;
            line-height: inherit;
        }

    .qodef-side-area-opener.qodef-side-menu-opener--svg-path
    .qodef-side-area-opener-icon > * {
        vertical-align: middle;
    }

    .qodef-side-area-opener.qodef-side-menu-opener--svg-path
    .qodef-side-area-opener-icon
    path,
    .qodef-side-area-opener.qodef-side-menu-opener--svg-path
    .qodef-side-area-opener-icon > * {
        fill: currentColor;
        stroke: currentColor;
    }

    .qodef-side-area-opener.qodef-side-area-opener--predefined {
        line-height: 1;
    }

        .qodef-side-area-opener.qodef-side-area-opener--predefined:hover .qodef-line-1 {
            -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
            transform: translateY(5px);
        }

        .qodef-side-area-opener.qodef-side-area-opener--predefined:hover .qodef-line-2 {
            -webkit-transform: translateY(-5px) rotate(-90deg);
            -ms-transform: translateY(-5px) rotate(-90deg);
            transform: translateY(-5px) rotate(-90deg);
        }

.qodef-header--light
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-area-opener--predefined
.qodef-line {
    background-color: #fff;
}

.qodef-header--light
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-area-opener--icon-pack
.qodef-side-area-opener-icon {
    color: #fff;
}

.qodef-header--light
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
.qodef-side-menu-icon
path,
.qodef-header--light
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
.qodef-side-menu-icon > * {
    fill: #fff;
    stroke: #fff;
}

.qodef-header--dark
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-area-opener--predefined
.qodef-line {
    background-color: #000;
}

.qodef-header--dark
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-area-opener--icon-pack
.qodef-side-area-opener-icon {
    color: #000;
}

.qodef-header--dark
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
.qodef-side-menu-icon
path,
.qodef-header--dark
#qodef-page-header-inner
.qodef-side-area-opener.qodef-side-menu-opener--svg-path
.qodef-side-menu-icon > * {
    fill: #000;
    stroke: #000;
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    text-align: center;
}

    #qodef-side-area #qodef-side-area-close {
        position: absolute;
        top: 35px;
        right: 40px;
        display: block;
        z-index: 1000;
        color: #fff;
    }

.admin-bar #qodef-side-area #qodef-side-area-close {
    top: 68px;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack {
    font-size: 35px;
}

    #qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack * {
        display: block;
        line-height: inherit;
    }

    #qodef-side-area
    #qodef-side-area-close.qodef-side-area-close--icon-pack
    :before {
        display: block;
        line-height: inherit;
    }

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > * {
    vertical-align: middle;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path path,
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > * {
    fill: currentColor;
    stroke: currentColor;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined {
    line-height: 1;
}

    #qodef-side-area
    #qodef-side-area-close.qodef-side-area-close--predefined
    .qodef-lines {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        #qodef-side-area
        #qodef-side-area-close.qodef-side-area-close--predefined
        .qodef-lines
        .qodef-line.qodef-line-1 {
            top: 13px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #qodef-side-area
        #qodef-side-area-close.qodef-side-area-close--predefined
        .qodef-lines
        .qodef-line.qodef-line-2 {
            top: 13px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #qodef-side-area
    #qodef-side-area-close.qodef-side-area-close--predefined:hover
    .qodef-lines {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible;
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
}

.qodef-social-share {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .qodef-social-share .qodef-social-title {
        display: inline-block;
        margin: 0 5px 0 0;
        position: relative;
        vertical-align: top;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
    }

    .qodef-social-share ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        vertical-align: top;
    }

    .qodef-social-share li {
        display: inline-block;
        line-height: 1;
        margin: 0;
        padding: 0;
        position: relative;
        vertical-align: top;
    }

        .qodef-social-share li a {
            font-size: 20px;
            -webkit-transition: opacity 0.25s ease;
            -o-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
        }

            .qodef-social-share li a:hover {
                opacity: 0.6;
            }

    .qodef-social-share.qodef-layout--dropdown {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
            margin: 0;
            vertical-align: middle;
        }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
            vertical-align: middle;
        }

        .qodef-social-share.qodef-layout--dropdown:hover
        .qodef-social-share-dropdown
        ul
        li {
            opacity: 1;
            visibility: visible;
            cursor: pointer;
        }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(2) {
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(3) {
                -webkit-transition-delay: 0.3s;
                -o-transition-delay: 0.3s;
                transition-delay: 0.3s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(4) {
                -webkit-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(5) {
                -webkit-transition-delay: 0.5s;
                -o-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(6) {
                -webkit-transition-delay: 0.6s;
                -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }

            .qodef-social-share.qodef-layout--dropdown:hover
            .qodef-social-share-dropdown
            ul
            li:nth-child(7) {
                -webkit-transition-delay: 0.7s;
                -o-transition-delay: 0.7s;
                transition-delay: 0.7s;
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
            display: block;
        }

            .qodef-social-share.qodef-layout--dropdown
            .qodef-social-share-dropdown-opener
            .qodef-social-share-title {
                display: inline-block;
                vertical-align: top;
                margin-right: 5px;
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
            position: absolute;
            visibility: hidden;
            z-index: 950;
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
                position: relative;
                display: block;
                z-index: 990;
                margin: 0;
                padding: 0 !important;
            }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
                position: absolute;
                display: block;
                text-align: center;
                visibility: hidden;
                overflow: hidden;
                opacity: 0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
                -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
                transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
            }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
                    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
                    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
                    transition: color 0.2s ease-out, background-color 0.2s ease-out;
                }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
                    display: block;
                    line-height: inherit;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
        .qodef-social-share-dropdown {
            bottom: 0;
            left: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
            .qodef-social-share-dropdown
            li {
                width: 90px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #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: #909090;
                    background-color: #fff;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(1) {
                    bottom: -30px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(2) {
                    bottom: -60px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(3) {
                    bottom: -90px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(4) {
                    bottom: -120px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(5) {
                    bottom: -150px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(6) {
                    bottom: -180px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
                .qodef-social-share-dropdown
                li:nth-child(7) {
                    bottom: -210px;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
        .qodef-social-share-dropdown {
            top: 0;
            right: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
            .qodef-social-share-dropdown
            li {
                width: calc(90px / 3);
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(1) {
                    left: 5px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(2) {
                    left: 35px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(3) {
                    left: 65px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(4) {
                    left: 95px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(5) {
                    left: 125px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(6) {
                    left: 155px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
                .qodef-social-share-dropdown
                li:nth-child(7) {
                    left: 185px;
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
        .qodef-social-share-dropdown {
            top: 0;
            left: 0;
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
            .qodef-social-share-dropdown
            li {
                width: calc(90px / 3);
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(1) {
                    right: 5px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(2) {
                    right: 35px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(3) {
                    right: 65px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(4) {
                    right: 95px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(5) {
                    right: 125px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(6) {
                    right: 155px;
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
                .qodef-social-share-dropdown
                li:nth-child(7) {
                    right: 185px;
                }

    .qodef-social-share.qodef-layout--list li {
        margin-right: 15px;
    }

        .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: 26px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 26px;
}

#qodef-page-sidebar
.widget
.qodef-social-share.qodef-layout--dropdown
.qodef-social-title {
    color: #000;
}

#qodef-page-sidebar
.widget
.qodef-social-share.qodef-layout--list
.qodef-social-title {
    color: #000;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a {
    color: #000;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
        opacity: 0.6;
    }

#qodef-page-sidebar
.widget
.qodef-social-share.qodef-layout--text
.qodef-social-title {
    color: #000;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a {
    color: #000;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
        opacity: 0.6;
    }

#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 a {
    color: #ccc;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
        opacity: 0.6;
    }

#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 a {
    color: #ccc;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
        opacity: 0.6;
    }

#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 a {
    color: #ccc;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
        opacity: 0.6;
    }

#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 a {
    color: #ccc;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

    #qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
        opacity: 0.6;
    }

.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%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-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: 16px;
        color: #909090;
    }

    .qodef-page-title .qodef-breadcrumbs span {
        color: inherit;
    }

    .qodef-page-title .qodef-breadcrumbs a:hover {
        color: #000;
    }

    .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
        margin: 0 5px;
    }

        .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
            content: "/";
        }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs
    .qodef-m-title.qodef-parallax-content-holder + .qodef-breadcrumbs {
        position: relative;
        z-index: 99;
    }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
        margin-top: 5px;
    }

    .qodef-page-title.qodef-title--standard
    .qodef-m-title.qodef-parallax-content-holder + .qodef-m-subtitle {
        position: relative;
        z-index: 99;
    }

    .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
        margin: 4px 0 0;
    }

.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;
        border: 0;
        float: left;
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
        display: block;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        line-height: 1 !important;
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
        border-radius: 0;
        float: none;
        height: 37px;
        margin: 0 7px 0 0;
        width: 37px;
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
        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: Hind, sans-serif;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #909090;
        margin-left: 0;
        margin-right: 4px;
    }

        .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 {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-top: -3px;
        padding: 0;
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
            content: "\e094";
            font-family: ElegantIcons;
            font-size: 18px;
            padding-right: 10px;
            position: relative;
            top: 6px;
        }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-text {
        font-size: 16px;
        line-height: 25px;
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-top: -3px;
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
            content: "\e094";
            font-family: ElegantIcons;
            font-size: 18px;
            padding-right: 10px;
            visibility: hidden;
        }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
            font-size: 14px;
            margin-right: 8px;
            padding: 0;
        }

            .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: 1441px) {
    .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: 1441px) {
    .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--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;
    }

.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;
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
    background-color: #000001;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 8px 27px 6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0;
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}

    #qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
    .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    #qodef-woo-page .qodef-woo-ratings .qodef-m-star,
    .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000;
    }

        #qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
        .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            white-space: nowrap;
        }

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 7px 0 0;
}

    #qodef-woo-page .price del,
    .qodef-woo-shortcode .price del {
        margin-right: 10px;
    }

    #qodef-woo-page .price ins,
    .qodef-woo-shortcode .price ins {
        text-decoration: none;
    }

#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 4px 38px 6px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #000;
    border: 2px solid transparent;
}

    #qodef-woo-page .added_to_cart:after,
    #qodef-woo-page .button:after,
    .qodef-woo-shortcode .added_to_cart:after,
    .qodef-woo-shortcode .button:after {
        content: " _";
    }

.qodef--underscore #qodef-woo-page .added_to_cart:hover:after,
.qodef--underscore #qodef-woo-page .button:hover:after,
.qodef--underscore .qodef-woo-shortcode .added_to_cart:hover:after,
.qodef--underscore .qodef-woo-shortcode .button:hover:after {
    -webkit-animation: qodefBlink 0.65s infinite;
    animation: qodefBlink 0.65s infinite;
}

#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
    display: none;
}

#qodef-woo-page .quantity {
    white-space: nowrap;
}

    #qodef-woo-page .quantity input[type="number"] {
        margin: 0;
        padding: 12px 10px;
        text-align: center;
        width: 60px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
    }

.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

    .woocommerce-page div.woocommerce .woocommerce-error a,
    .woocommerce-page div.woocommerce .woocommerce-info a,
    .woocommerce-page div.woocommerce .woocommerce-message a {
        margin-left: auto;
    }

.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 5px;
    text-align: left;
    vertical-align: middle;
}

    .woocommerce-page div.woocommerce .shop_table td:first-child,
    .woocommerce-page div.woocommerce .shop_table th:first-child {
        padding-left: 0;
    }

.woocommerce-page div.woocommerce .shop_table th {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
}

.woocommerce-page div.woocommerce .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce-page div.woocommerce .shop_table td ul li {
        margin: 0 0 10px;
        padding: 0;
    }

        .woocommerce-page div.woocommerce .shop_table td ul li:last-child {
            margin-bottom: 0;
        }

        .woocommerce-page div.woocommerce .shop_table td ul li label {
            margin-bottom: 0;
        }

.woocommerce-page div.woocommerce .shop_table p {
    margin: 0;
}

.woocommerce-page div.woocommerce .col2-set {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative;
}

    .woocommerce-page div.woocommerce .col2-set > * {
        margin-bottom: 30px;
        padding: 0 15px;
        width: 100%;
    }

.woocommerce-page div.woocommerce address {
    font-style: normal;
}

    .woocommerce-page div.woocommerce address p {
        margin: 0;
    }

.woocommerce-page div.woocommerce form p {
    margin: 0;
}

.woocommerce-page .pswp--touch .pswp__button--arrow--left,
.woocommerce-page .pswp--touch .pswp__button--arrow--right {
    visibility: visible !important;
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--fs,
.woocommerce-page .pswp__button.pswp__button--zoom {
    background: 0 0 !important;
}

    .woocommerce-page .pswp__button--arrow--left:before,
    .woocommerce-page .pswp__button--arrow--right:before,
    .woocommerce-page .pswp__button.pswp__button--close:before,
    .woocommerce-page .pswp__button.pswp__button--fs:before,
    .woocommerce-page .pswp__button.pswp__button--zoom:before {
        background: 0 0;
        border: 0;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.woocommerce-page .pswp__button--arrow--left:before {
    content: "\f104";
    font-size: 45px;
}

.woocommerce-page .pswp__button--arrow--right:before {
    content: "\f105";
    font-size: 45px;
}

.woocommerce-page .pswp__button.pswp__button--close:before {
    content: "\f00d";
    font-size: 17px;
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
    content: "\f00e";
    font-size: 17px;
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
    content: "\f010";
    font-size: 17px;
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
    content: "\f0b2";
    font-size: 17px;
}

.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-page .pswp__caption__center {
    text-align: center;
}

.woocommerce-page .pswp__counter {
    font-weight: 600;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 30px;
}

    #qodef-woo-page.qodef--cart .shop_table td.product-remove a {
        font-size: 20px;
    }

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    padding-right: 10px;
    width: 72px;
}

    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
        display: block;
        width: 100%;
    }

#qodef-woo-page.qodef--cart .shop_table td.product-name {
    text-align: left;
}

    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 1.1em;
    }

#qodef-woo-page.qodef--cart
.shop_table
td.product-quantity
input[type="number"] {
    margin: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 30px 0 0;
    text-align: initial;
}

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        float: left;
        position: relative;
        width: 70%;
    }

        #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
            margin-bottom: 0;
        }

    #qodef-woo-page.qodef--cart .shop_table td.actions label {
        display: none;
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
        margin-right: 20px;
        padding: 12px 15px;
        width: auto;
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
        float: right;
    }

#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
    border-bottom: 0;
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: 20%;
}

#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 50px;
}

    #qodef-woo-page.qodef--cart .cart_totals > h2,
    #qodef-woo-page.qodef--cart .cross-sells > h2 {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 35px;
        line-height: 1.06em;
        margin: 0 0 19px;
    }

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    margin-top: 20px;
}

.woocommerce-page div.woocommerce > .cart-empty {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    line-height: 1.06em;
    margin: 0;
    border: none;
    display: block;
    margin: 11px 0 20px 0;
    text-align: center;
}

.woocommerce-page div.woocommerce > .return-to-shop {
    margin: 20px 0 0;
    text-align: center;
}

    .woocommerce-page div.woocommerce > .return-to-shop a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        line-height: 2em;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0;
        outline: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 4px 38px 6px;
        cursor: pointer;
        z-index: 3;
        color: #fff;
        background-color: #000;
        border: 2px solid transparent;
    }

        .woocommerce-page div.woocommerce > .return-to-shop a:after {
            content: " _";
        }

.qodef--underscore
.woocommerce-page
div.woocommerce > .return-to-shop
a:hover:after {
    -webkit-animation: qodefBlink 0.65s infinite;
    animation: qodefBlink 0.65s infinite;
}

#qodef-woo-page.qodef--checkout
.woocommerce-form-coupon-toggle
.woocommerce-error,
#qodef-woo-page.qodef--checkout
.woocommerce-form-coupon-toggle
.woocommerce-info,
#qodef-woo-page.qodef--checkout
.woocommerce-form-coupon-toggle
.woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
    margin-bottom: 10px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 40px;
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
    margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
    margin-top: 30px;
}

    #qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
        margin-top: 30px;
    }

    #qodef-woo-page.qodef--checkout
    .woocommerce-checkout-payment
    .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 15px;
    }

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #qodef-woo-page.qodef--checkout .wc_payment_methods li {
        position: relative;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }

        #qodef-woo-page.qodef--checkout .wc_payment_methods li p {
            margin: 0;
        }

    #qodef-woo-page.qodef--checkout .wc_payment_methods .woocommerce-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #qodef-woo-page.qodef--checkout .wc_payment_methods li {
        padding: 20px 30px;
    }

    #qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
        position: absolute;
        top: 23px;
        left: 0;
        margin: 0;
    }

    #qodef-woo-page.qodef--checkout .wc_payment_methods label {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
        cursor: pointer;
    }

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: left;
    padding-right: 50px;
    padding-top: 19px;
    padding-bottom: 8px;
}

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
            position: relative;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #e1e1e1;
        }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li p {
                margin: 0;
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
                font-family: "Barlow Condensed", sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 19px;
                line-height: 1.1em;
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
                color: #000001;
            }

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    float: left;
    padding-top: 19px;
    padding-bottom: 8px;
}

    .woocommerce-account .woocommerce-MyAccount-content fieldset {
        padding: 0.35em 0 0.625em;
    }

.woocommerce-account .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 4px 38px 6px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #000;
    border: 2px solid transparent;
}

    .woocommerce-account .button:after {
        content: " _";
    }

.qodef--underscore .woocommerce-account .button:hover:after {
    -webkit-animation: qodefBlink 0.65s infinite;
    animation: qodefBlink 0.65s infinite;
}

.woocommerce-account
.woocommerce-form-login
.woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0;
}

    .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
        display: none;
    }

.woocommerce-order-received
.woocommerce-order
.woocommerce-thankyou-order-received {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    line-height: 1.06em;
    margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
        position: relative;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }

        .woocommerce-order-received
        .woocommerce-order
        .woocommerce-order-overview
        li
        p {
            margin: 0;
        }

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    line-height: 1.06em;
    margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px;
}

#qodef-woo-page .woocommerce-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 95px;
}

    #qodef-woo-page .woocommerce-pagination .page-numbers {
        position: relative;
        margin: 0 19px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        -webkit-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
    }

        #qodef-woo-page .woocommerce-pagination .page-numbers * {
            display: block;
            line-height: inherit;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
            margin-left: 0;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
            margin-right: 0;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers.next,
        #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
            position: relative;
            top: 1px;
            font-size: 30px;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
            margin-right: 6px;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers.next {
            margin-left: 6px;
        }

        #qodef-woo-page .woocommerce-pagination .page-numbers.current,
        #qodef-woo-page .woocommerce-pagination .page-numbers:hover {
            color: #909090;
        }

.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .qodef-woo-product-list ul.products {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 -15px;
        padding: 0;
        position: relative;
    }

        .qodef-woo-product-list ul.products > .product {
            margin: 0 0 30px;
            padding: 0 15px;
        }

        .qodef-woo-product-list ul.products.columns-1 > .product {
            width: 100%;
        }

        .qodef-woo-product-list ul.products.columns-2 > .product {
            width: 50%;
        }

        .qodef-woo-product-list ul.products.columns-3 > .product {
            width: 33.33333%;
        }

        .qodef-woo-product-list ul.products.columns-4 > .product {
            width: 25%;
        }

        .qodef-woo-product-list ul.products.columns-5 > .product {
            width: 20%;
        }

        .qodef-woo-product-list ul.products.columns-6 > .product {
            width: 16.66667%;
        }

        .qodef-woo-product-list ul.products.columns-7 > .product {
            width: 14.28571%;
        }

        .qodef-woo-product-list ul.products.columns-8 > .product {
            width: 12.5%;
        }

    .qodef-woo-product-list.qodef-gutter--no ul.products {
        margin: 0 0;
    }

        .qodef-woo-product-list.qodef-gutter--no ul.products > .product {
            padding: 0 0;
            margin: 0 0 0;
        }

    .qodef-woo-product-list.qodef-gutter--tiny ul.products {
        margin: 0 -5px;
    }

        .qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
            padding: 0 5px;
            margin: 0 0 10px;
        }

    .qodef-woo-product-list.qodef-gutter--small ul.products {
        margin: 0 -10px;
    }

        .qodef-woo-product-list.qodef-gutter--small ul.products > .product {
            padding: 0 10px;
            margin: 0 0 20px;
        }

    .qodef-woo-product-list.qodef-gutter--normal ul.products {
        margin: 0 -15px;
    }

        .qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
            padding: 0 15px;
            margin: 0 0 30px;
        }

    .qodef-woo-product-list.qodef-gutter--medium ul.products {
        margin: 0 -20px;
    }

        .qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
            padding: 0 20px;
            margin: 0 0 40px;
        }

    .qodef-woo-product-list.qodef-gutter--large ul.products {
        margin: 0 -25px;
    }

        .qodef-woo-product-list.qodef-gutter--large ul.products > .product {
            padding: 0 25px;
            margin: 0 0 50px;
        }

    .qodef-woo-product-list.qodef-gutter--huge ul.products {
        margin: 0 -40px;
    }

        .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
            padding: 0 40px;
            margin: 0 0 80px;
        }

    .qodef-woo-product-list .qodef-woo-product-inner {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 100%;
    }

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
    cursor: pointer;
}

.qodef-woo-product-list
.qodef-woo-product-inner:hover
.qodef-woo-product-image-inner {
    opacity: 1;
}

.qodef-woo-product-list
.qodef-woo-product-inner:hover
.qodef-woo-product-title {
    color: #000001;
}

.qodef-woo-product-list .qodef-woo-product-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

    .qodef-woo-product-list .qodef-woo-product-image img {
        display: block;
        width: 100%;
    }

.qodef-woo-product-list .qodef-woo-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 22px 0 40px;
}

.qodef-woo-product-list .qodef-woo-product-title {
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.qodef-woo-product-list .qodef-woo-product-categories {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 3px;
}

    .qodef-woo-product-list .qodef-woo-product-categories a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        color: #909090;
        z-index: 3;
    }

        .qodef-woo-product-list .qodef-woo-product-categories a:hover {
            color: #000;
        }

    .qodef-woo-product-list
    .qodef-woo-product-categories
    .qodef-category-separator {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
        font-size: 12px;
    }

        .qodef-woo-product-list
        .qodef-woo-product-categories
        .qodef-category-separator:after {
            content: "/";
        }

.qodef-woo-product-list .qodef-woo-ratings {
    margin-top: 9px;
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-price-holder,
.qodef-woo-product-list .qodef-woo-product-price-holder {
    margin-top: 7px;
    overflow: hidden;
    position: relative;
}

#qodef-woo-page .qodef-woo-product-list .price,
.qodef-woo-product-list .price {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    -o-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart,
#qodef-woo-page .qodef-woo-product-list .button,
.qodef-woo-product-list .added_to_cart,
.qodef-woo-product-list .button {
    background-color: transparent;
    border: 0;
    color: #000;
    left: 0;
    line-height: 25px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -2px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    -o-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
}

.qodef-content-alignment-center
#qodef-woo-page
.qodef-woo-product-list
.added_to_cart,
.qodef-content-alignment-center #qodef-woo-page .qodef-woo-product-list .button,
.qodef-content-alignment-center .qodef-woo-product-list .added_to_cart,
.qodef-content-alignment-center .qodef-woo-product-list .button {
    left: 50%;
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart:hover,
#qodef-woo-page .qodef-woo-product-list .button:hover,
.qodef-woo-product-list .added_to_cart:hover,
.qodef-woo-product-list .button:hover {
    background-color: transparent;
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart.added,
#qodef-woo-page .qodef-woo-product-list .button.added,
.qodef-woo-product-list .added_to_cart.added,
.qodef-woo-product-list .button.added {
    display: none;
}

#qodef-woo-page .qodef-woo-product-list .product:hover .price,
.qodef-woo-product-list .product:hover .price {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    -o-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
}

#qodef-woo-page .qodef-woo-product-list .product:hover .added_to_cart,
#qodef-woo-page .qodef-woo-product-list .product:hover .button,
.qodef-woo-product-list .product:hover .added_to_cart,
.qodef-woo-product-list .product:hover .button {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    -o-transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
    transition: all 0.45s cubic-bezier(0.18, 0.74, 0.58, 1);
}

.qodef-content-alignment-center
#qodef-woo-page
.qodef-woo-product-list
.product:hover
.added_to_cart,
.qodef-content-alignment-center
#qodef-woo-page
.qodef-woo-product-list
.product:hover
.button,
.qodef-content-alignment-center
.qodef-woo-product-list
.product:hover
.added_to_cart,
.qodef-content-alignment-center .qodef-woo-product-list .product:hover .button {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#qodef-woo-page .qodef-quantity-buttons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 19px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
    }

    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
        position: relative;
        height: 50px;
        width: 50px;
        padding: 0;
        margin: 0 25px 0 0;
        font-family: inherit;
        line-height: 48px;
        outline: 0;
        color: #000;
        background-color: #f5f5f5;
    }

    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
        position: absolute;
        right: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-left: 0;
        cursor: pointer;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
        color: #000001;
        background-color: #7d7d7d;
    }

    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
        top: 0;
        border-bottom: 0;
    }

    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
        bottom: 0;
    }

.qodef-woo-results {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}

    .qodef-woo-results .woocommerce-ordering {
        margin-left: auto;
    }

        .qodef-woo-results .woocommerce-ordering select {
            width: auto;
            min-width: 220px;
            margin: 0;
        }

        .qodef-woo-results .woocommerce-ordering .select2-container--default {
            margin: 0;
        }

            .qodef-woo-results
            .woocommerce-ordering
            .select2-container--default
            .select2-selection--single {
                height: 45px;
                line-height: 23px;
                padding: 11px 15px;
            }

#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    #qodef-woo-page.qodef--single .woocommerce-error a,
    #qodef-woo-page.qodef--single .woocommerce-info a,
    #qodef-woo-page.qodef--single .woocommerce-message a {
        margin-left: auto;
    }

    #qodef-woo-page.qodef--single .woocommerce-error a,
    #qodef-woo-page.qodef--single .woocommerce-info a,
    #qodef-woo-page.qodef--single .woocommerce-message a {
        margin-left: 0;
    }

#qodef-woo-page.qodef--single > .product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -23px;
}

    #qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
        padding: 0 23px;
    }

#qodef-woo-page.qodef--single .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #qodef-woo-page.qodef--single .qodef-woo-single-image figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px;
    }

        #qodef-woo-page.qodef--single .qodef-woo-single-image figure a,
        #qodef-woo-page.qodef--single .qodef-woo-single-image figure img {
            display: block;
            width: 100%;
        }

    #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
        -webkit-transform: translateX(-23px);
        -ms-transform: translateX(-23px);
        transform: translateX(-23px);
    }

    #qodef-woo-page.qodef--single
    .qodef-woo-single-image
    .woocommerce-product-gallery__trigger {
        display: none;
    }

    #qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
        cursor: crosshair;
    }

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-1
    .woocommerce-product-gallery__image {
        width: 100%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
    .woocommerce-product-gallery__image {
        width: 33.33333%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .woocommerce-product-gallery__image {
        width: 25%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    .woocommerce-product-gallery__image {
        width: 20%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
    .woocommerce-product-gallery__image {
        width: 16.66667%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
    .woocommerce-product-gallery__image {
        width: 14.28571%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
    .woocommerce-product-gallery__image {
        width: 12.5%;
    }

#qodef-woo-page.qodef--single .woocommerce-product-gallery__image {
    position: relative;
    padding: 0 16px;
    margin-top: 32px;
}

    #qodef-woo-page.qodef--single .woocommerce-product-gallery__image:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc(100% - 32px) !important;
        left: 16px;
        margin-top: 0;
        padding: 0;
        overflow: hidden;
    }

#qodef-woo-page.qodef--single .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #qodef-woo-page.qodef--single .entry-summary .price {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 26px;
        line-height: 1.1em;
        margin-top: 11px;
    }

#qodef-woo-page.qodef--single .woocommerce-product-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}

    #qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        margin-right: 20px;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-rating
    .woocommerce-review-link {
        color: #909090;
    }

        #qodef-woo-page.qodef--single
        .woocommerce-product-rating
        .woocommerce-review-link:hover {
            color: #000;
        }

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
    margin-top: 28px;
}

    #qodef-woo-page.qodef--single
    .woocommerce-product-details__short-description
    p {
        margin-top: 0;
    }

        #qodef-woo-page.qodef--single
        .woocommerce-product-details__short-description
        p:last-child {
            margin-bottom: 0;
        }

#qodef-woo-page.qodef--single form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px;
}

    #qodef-woo-page.qodef--single form.cart .variations_button,
    #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        #qodef-woo-page.qodef--single form.cart .variations_button .quantity,
        #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
            margin-right: 20px;
        }

    #qodef-woo-page.qodef--single form.cart.grouped_form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
            padding: 20px 0;
            vertical-align: middle;
            text-align: left;
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
            margin-bottom: 0;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #000;
            font-size: 19px;
            line-height: 1.1em;
        }

        #qodef-woo-page.qodef--single form.cart.grouped_form > .button {
            margin-top: 30px;
        }

    #qodef-woo-page.qodef--single form.cart .variations {
        margin-bottom: 30px;
    }

        #qodef-woo-page.qodef--single form.cart .variations tr {
            border-bottom: 0;
        }

        #qodef-woo-page.qodef--single form.cart .variations td,
        #qodef-woo-page.qodef--single form.cart .variations th {
            padding: 0;
            text-align: initial;
            vertical-align: middle;
        }

        #qodef-woo-page.qodef--single form.cart .variations label {
            margin-bottom: 0;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            color: #000;
            font-size: 19px;
            line-height: 1.1em;
        }

        #qodef-woo-page.qodef--single form.cart .variations select {
            width: auto;
            min-width: 220px;
            margin: 0;
        }

        #qodef-woo-page.qodef--single
        form.cart
        .variations
        .select2-container--default {
            margin: 0;
        }

        #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
            display: inline-block;
            vertical-align: top;
            margin: 13px 0 0 15px;
        }

    #qodef-woo-page.qodef--single form.cart .single_variation {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

        #qodef-woo-page.qodef--single form.cart .single_variation .price {
            margin: 0;
        }

#qodef-woo-page.qodef--single .out-of-stock {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
    margin: 28px 0 0;
}

#qodef-woo-page.qodef--single .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 54px;
}

    #qodef-woo-page.qodef--single .product_meta > * {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px;
    }

    #qodef-woo-page.qodef--single .product_meta > :last-child {
        margin-bottom: 0;
    }

    #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 8px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
        line-height: inherit !important;
    }

    #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
        padding-top: 3px;
        font-size: 16px;
    }

        #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
            color: #909090;
            -webkit-transition: color 0.25s ease;
            -o-transition: color 0.25s ease;
            transition: color 0.25s ease;
        }

            #qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
                color: #000;
            }

#qodef-woo-page.qodef--single .qodef-social-share {
    margin-top: 48px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
}

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
            margin: 0 26px 0 0;
            padding: 0;
        }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
                display: block;
                padding: 0 3px 1px;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 26px;
                line-height: 1.1em;
                -webkit-transition: color 0.25s ease, background-color 0.25s ease;
                -o-transition: color 0.25s ease, background-color 0.25s ease;
                transition: color 0.25s ease, background-color 0.25s ease;
            }

                #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover {
                    color: #fff;
                    background-color: #000;
                }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
                margin-right: 0;
            }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a {
                color: #fff;
                background-color: #000;
            }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 27px;
    }

@media (min-width: 1280px) {
    #qodef-woo-page.qodef--single
    .woocommerce-tabs
    .wc-tab.woocommerce-Tabs-panel--description {
        padding-right: 28%;
    }
}

#qodef-woo-page.qodef--single
.woocommerce-tabs
.wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 14px;
    margin-bottom: 8px;
}

#qodef-woo-page.qodef--single
.woocommerce-tabs
.wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 31px;
    margin-bottom: 8px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
    display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
    margin: 0;
}

#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
    padding: 15px 0;
    vertical-align: middle;
    text-align: left;
}

#qodef-woo-page.qodef--single .shop_attributes th {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
}

#qodef-woo-page.qodef--single .shop_attributes p {
    margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 19px;
    line-height: 1.1em;
    margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist li {
        margin-bottom: 15px;
    }

        #qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist li:last-child {
            margin-bottom: 0;
        }

#qodef-woo-page.qodef--single .woocommerce-Reviews .review {
    margin: 0 0 30px;
    padding: 0;
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .review:last-child {
        margin-bottom: 0;
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80px;
        margin-right: 20px;
    }

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
    padding-top: 2px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
}

#qodef-woo-page.qodef--single #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 32px;
}

    #qodef-woo-page.qodef--single #review_form .comment-reply-title {
        display: block;
        margin-bottom: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 19px;
        line-height: 1.1em;
    }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating label {
        margin-bottom: 5px;
    }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
        line-height: 1;
    }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating .stars > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
        }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
            line-height: inherit;
        }

    #qodef-woo-page.qodef--single #review_form .comment-form-rating a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        font-size: 0;
        color: transparent;
    }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
            position: relative;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            z-index: -1;
            content: "\e031";
            font-size: 14px;
            letter-spacing: 0.1em;
            color: #000;
            font-family: ElegantIcons;
            line-height: 1;
            white-space: nowrap;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            content: "\e033\e033\e033\e033\e033";
            font-size: 14px;
            letter-spacing: 0.1em;
            color: #000;
            font-family: ElegantIcons;
            line-height: 1;
            white-space: nowrap;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    #qodef-woo-page.qodef--single #review_form .comment-form-comment {
        margin-top: 17px;
    }

#qodef-woo-page.qodef--single .related {
    margin-top: 114px;
}

    #qodef-woo-page.qodef--single .related > h2 {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 35px;
        line-height: 1.06em;
        margin: 0 0 40px;
    }

.widget.woocommerce .qodef-woo-product-title {
    margin: 0;
}

.widget.woocommerce .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}

    .widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .widget.woocommerce .qodef-woo-ratings .qodef-m-star {
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #000;
    }

        .widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            white-space: nowrap;
        }

.widget.woocommerce .price {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 7px 0 0;
}

    .widget.woocommerce .price del {
        margin-right: 10px;
    }

    .widget.woocommerce .price ins {
        text-decoration: none;
    }

.widget.woocommerce .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 2px 33px 4px;
    cursor: pointer;
    z-index: 3;
    color: #000001;
    background-color: transparent;
    border: 2px solid #000001;
    padding: 2px 27px 4px;
}

    .widget.woocommerce .button:after {
        content: " _";
    }

.qodef--underscore .widget.woocommerce .button:hover:after {
    -webkit-animation: qodefBlink 0.65s infinite;
    animation: qodefBlink 0.65s infinite;
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #qodef-page-sidebar
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    ul
    li {
        position: relative;
    }

        #qodef-page-sidebar
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        a:not(.remove) {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 19px;
            line-height: 1.1em;
        }

        #qodef-page-sidebar
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        img {
            width: 80px;
            margin-right: 20px;
        }

        #qodef-page-sidebar
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        .remove {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0;
            line-height: 1;
            z-index: 2;
        }

            #qodef-page-sidebar
            .widget.widget_shopping_cart
            .widget_shopping_cart_content
            ul
            li
            .remove:after {
                position: relative;
                display: block;
                padding: 0 3px;
                font-family: ElegantIcons;
                content: "\4d";
                font-size: 18px;
                line-height: 25px;
            }

    #qodef-page-sidebar
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .variation {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        #qodef-page-sidebar
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        .variation > * {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

            #qodef-page-sidebar
            .widget.widget_shopping_cart
            .widget_shopping_cart_content
            .variation > *
            p {
                margin: 0;
            }

    #qodef-page-sidebar
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .quantity {
        display: block;
        margin-top: 10px;
    }

    #qodef-page-sidebar
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .total {
        margin: 13px 0 0;
    }

    #qodef-page-sidebar
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 21px 0 0;
    }

#qodef-page-sidebar .widget.widget_layered_nav ul li.chosen a {
    color: #000001;
}

#qodef-page-sidebar
.widget.widget_price_filter
.price_slider_wrapper
.ui-widget-content {
    position: relative;
    height: 4px;
    margin-top: 27px;
    background-color: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
}

    #qodef-page-sidebar
    .widget.widget_price_filter
    .price_slider_wrapper
    .ui-widget-content
    .ui-slider-handle {
        position: absolute;
        top: -3px;
        height: 10px;
        width: 10px;
        background-color: #000001;
        border-radius: 100%;
        outline: 0;
        z-index: 2;
    }

        #qodef-page-sidebar
        .widget.widget_price_filter
        .price_slider_wrapper
        .ui-widget-content
        .ui-slider-handle:last-of-type {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
        }

    #qodef-page-sidebar
    .widget.widget_price_filter
    .price_slider_wrapper
    .ui-widget-content
    .ui-slider-range {
        position: absolute;
        display: block;
        height: 100%;
        background-color: #000001;
        border-radius: 0;
        z-index: 1;
    }

#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
}

    #qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear {
        display: none;
    }

#qodef-page-sidebar .widget.widget_price_filter .price_label {
    margin-top: 4px;
}

#qodef-page-sidebar .widget.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin: 7.5px 0 0;
    padding: 11px 15px;
    font-family: inherit;
    font-size: 15px;
    line-height: 23px;
    font-style: inherit;
    font-weight: inherit;
    color: #909090;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
}

#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title {
    margin-bottom: 28.5px;
}

#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-page-sidebar .widget.widget_product_search button,
#qodef-page-sidebar .widget.widget_product_search input {
    height: 45px;
    padding: 11px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 23px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

#qodef-page-sidebar .widget.widget_product_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 60px;
    font-size: 15px;
    color: #909090;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

    #qodef-page-sidebar .widget.widget_product_search input:focus {
        color: #000;
        border-color: transparent;
    }

    #qodef-page-sidebar
    .widget.widget_product_search
    input::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-sidebar .widget.widget_product_search input::-moz-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-sidebar .widget.widget_product_search input:-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-sidebar .widget.widget_product_search input::-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-sidebar .widget.widget_product_search input::placeholder {
        color: inherit;
        opacity: 1;
    }

#qodef-page-sidebar .widget.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 17px;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

    #qodef-page-sidebar .widget.widget_product_search button span {
        display: block;
        line-height: inherit;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

        #qodef-page-sidebar .widget.widget_product_search button span:before {
            display: block;
            line-height: inherit;
        }

    #qodef-page-sidebar .widget.widget_product_search button:hover {
        color: #909090;
    }

#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 16px !important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #909090;
}

    #qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
        color: #000001;
    }

#qodef-page-sidebar .widget.widget_products ul li,
#qodef-page-sidebar .widget.widget_recently_viewed_products ul li,
#qodef-page-sidebar .widget.widget_top_rated_products ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    #qodef-page-sidebar .widget.widget_products ul li:last-child,
    #qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child,
    #qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child {
        margin-bottom: 0;
    }

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image,
#qodef-page-sidebar
.widget.widget_recently_viewed_products
.qodef-woo-product-image,
#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

    #qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a,
    #qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,
    #qodef-page-sidebar
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    a,
    #qodef-page-sidebar
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    img,
    #qodef-page-sidebar
    .widget.widget_top_rated_products
    .qodef-woo-product-image
    a,
    #qodef-page-sidebar
    .widget.widget_top_rated_products
    .qodef-woo-product-image
    img {
        position: relative;
        display: block;
    }

    #qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,
    #qodef-page-sidebar
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    img,
    #qodef-page-sidebar
    .widget.widget_top_rated_products
    .qodef-woo-product-image
    img {
        width: 80px;
    }

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a,
#qodef-page-sidebar
.widget.widget_recently_viewed_products
.qodef-woo-product-title
a,
#qodef-page-sidebar
.widget.widget_top_rated_products
.qodef-woo-product-title
a {
    color: inherit;
}

    #qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a:hover,
    #qodef-page-sidebar
    .widget.widget_recently_viewed_products
    .qodef-woo-product-title
    a:hover,
    #qodef-page-sidebar
    .widget.widget_top_rated_products
    .qodef-woo-product-title
    a:hover {
        color: #000001;
    }

#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings,
#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 10px;
}

#qodef-page-sidebar .widget.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px;
}

    #qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child {
        margin-bottom: 0;
    }

    #qodef-page-sidebar .widget.widget_recent_reviews ul li > * {
        display: block;
        padding-left: 100px;
    }

#qodef-page-sidebar .widget.widget_recent_reviews a {
    position: relative;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
}

    #qodef-page-sidebar .widget.widget_recent_reviews a:hover {
        color: #000001;
    }

    #qodef-page-sidebar .widget.widget_recent_reviews a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
    }

#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    #qodef-page-footer
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    ul
    li {
        position: relative;
    }

        #qodef-page-footer
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        a:not(.remove) {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 19px;
            line-height: 1.1em;
        }

        #qodef-page-footer
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        img {
            width: 80px;
            margin-right: 20px;
        }

        #qodef-page-footer
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        ul
        li
        .remove {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0;
            line-height: 1;
            z-index: 2;
        }

            #qodef-page-footer
            .widget.widget_shopping_cart
            .widget_shopping_cart_content
            ul
            li
            .remove:after {
                position: relative;
                display: block;
                padding: 0 3px;
                font-family: ElegantIcons;
                content: "\4d";
                font-size: 18px;
                line-height: 25px;
            }

    #qodef-page-footer
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .variation {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        #qodef-page-footer
        .widget.widget_shopping_cart
        .widget_shopping_cart_content
        .variation > * {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

            #qodef-page-footer
            .widget.widget_shopping_cart
            .widget_shopping_cart_content
            .variation > *
            p {
                margin: 0;
            }

    #qodef-page-footer
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .quantity {
        display: block;
        margin-top: 10px;
    }

    #qodef-page-footer
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .total {
        margin: 13px 0 0;
    }

    #qodef-page-footer
    .widget.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 21px 0 0;
    }

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
    color: #000001;
}

#qodef-page-footer
.widget.widget_price_filter
.price_slider_wrapper
.ui-widget-content {
    position: relative;
    height: 4px;
    margin-top: 27px;
    background-color: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
}

    #qodef-page-footer
    .widget.widget_price_filter
    .price_slider_wrapper
    .ui-widget-content
    .ui-slider-handle {
        position: absolute;
        top: -3px;
        height: 10px;
        width: 10px;
        background-color: #000001;
        border-radius: 100%;
        outline: 0;
        z-index: 2;
    }

        #qodef-page-footer
        .widget.widget_price_filter
        .price_slider_wrapper
        .ui-widget-content
        .ui-slider-handle:last-of-type {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
        }

    #qodef-page-footer
    .widget.widget_price_filter
    .price_slider_wrapper
    .ui-widget-content
    .ui-slider-range {
        position: absolute;
        display: block;
        height: 100%;
        background-color: #000001;
        border-radius: 0;
        z-index: 1;
    }

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
}

    #qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
        display: none;
    }

#qodef-page-footer .widget.widget_price_filter .price_label {
    margin-top: 4px;
}

#qodef-page-footer .widget.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin: 7.5px 0 0;
    padding: 11px 15px;
    font-family: inherit;
    font-size: 15px;
    line-height: 23px;
    font-style: inherit;
    font-weight: inherit;
    color: #909090;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
    margin-bottom: 28.5px;
}

#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-page-footer .widget.widget_product_search button,
#qodef-page-footer .widget.widget_product_search input {
    height: 45px;
    padding: 11px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 23px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

#qodef-page-footer .widget.widget_product_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 60px;
    font-size: 15px;
    color: #909090;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

    #qodef-page-footer .widget.widget_product_search input:focus {
        color: #000;
        border-color: #000001;
    }

    #qodef-page-footer
    .widget.widget_product_search
    input::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    #qodef-page-footer .widget.widget_product_search input::placeholder {
        color: inherit;
        opacity: 1;
    }

#qodef-page-footer .widget.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 17px;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

    #qodef-page-footer .widget.widget_product_search button span {
        display: block;
        line-height: inherit;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

        #qodef-page-footer .widget.widget_product_search button span:before {
            display: block;
            line-height: inherit;
        }

    #qodef-page-footer .widget.widget_product_search button:hover {
        color: #909090;
    }

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 16px !important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #ccc;
}

    #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
        color: #000001;
    }

#qodef-page-footer .widget.widget_products ul li,
#qodef-page-footer .widget.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.widget_top_rated_products ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    #qodef-page-footer .widget.widget_products ul li:last-child,
    #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,
    #qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
        margin-bottom: 0;
    }

#qodef-page-footer .widget.widget_products .qodef-woo-product-image,
#qodef-page-footer
.widget.widget_recently_viewed_products
.qodef-woo-product-image,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

    #qodef-page-footer .widget.widget_products .qodef-woo-product-image a,
    #qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
    #qodef-page-footer
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    a,
    #qodef-page-footer
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    img,
    #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,
    #qodef-page-footer
    .widget.widget_top_rated_products
    .qodef-woo-product-image
    img {
        position: relative;
        display: block;
    }

    #qodef-page-footer .widget.widget_products .qodef-woo-product-image img,
    #qodef-page-footer
    .widget.widget_recently_viewed_products
    .qodef-woo-product-image
    img,
    #qodef-page-footer
    .widget.widget_top_rated_products
    .qodef-woo-product-image
    img {
        width: 80px;
    }

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,
#qodef-page-footer
.widget.widget_recently_viewed_products
.qodef-woo-product-title
a,
#qodef-page-footer
.widget.widget_top_rated_products
.qodef-woo-product-title
a {
    color: inherit;
}

    #qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,
    #qodef-page-footer
    .widget.widget_recently_viewed_products
    .qodef-woo-product-title
    a:hover,
    #qodef-page-footer
    .widget.widget_top_rated_products
    .qodef-woo-product-title
    a:hover {
        color: #000001;
    }

#qodef-page-footer .widget.widget_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 10px;
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px;
}

    #qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
        margin-bottom: 0;
    }

    #qodef-page-footer .widget.widget_recent_reviews ul li > * {
        display: block;
        padding-left: 100px;
    }

#qodef-page-footer .widget.widget_recent_reviews a {
    position: relative;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 19px;
    line-height: 1.1em;
}

    #qodef-page-footer .widget.widget_recent_reviews a:hover {
        color: #000001;
    }

    #qodef-page-footer .widget.widget_recent_reviews a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
    }

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px;
}

.widget_boldlab_core_woo_dropdown_cart {
    height: 100%;
}

.qodef-woo-dropdown-cart {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    color: #fff;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    height: 100%;
    position: relative;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
    left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -o-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    visibility: hidden;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    background-color: #000;
    border: 1px solid transparent;
    display: inline-block;
    padding: 25px;
    position: relative;
    vertical-align: top;
    width: 300px;
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon {
    position: relative;
}

    .qodef-woo-dropdown-cart .qodef-m-opener-icon .qodef-m-opener-count {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 19px;
        font-weight: 600;
        position: absolute;
        right: -10px;
        top: -10px;
    }

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #fff;
}

    #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #fff;
    }

        #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #fff;
        }

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #fff;
}

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #fff;
    }

        #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #fff;
        }

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
}

    .qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
        margin-top: 0;
    }

.qodef-woo-dropdown-cart .qodef-e-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    width: 72px;
}

    .qodef-woo-dropdown-cart .qodef-e-image a,
    .qodef-woo-dropdown-cart .qodef-e-image img {
        display: block;
    }

.qodef-woo-dropdown-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px;
}

.qodef-woo-dropdown-cart .qodef-e-title {
    margin: 0;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
    margin: 6px 0 0;
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3px;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}

    .qodef-woo-dropdown-cart .qodef-m-order-details > * {
        margin: 0;
    }

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #fff;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 15px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 4px 38px 6px;
    background-color: #fff;
    border: 2px solid transparent;
    color: #000;
    padding: 4px 44px 6px;
    width: 100%;
}

    .qodef-woo-dropdown-cart .qodef-m-action-link:after {
        content: " _";
    }

.qodef--underscore .qodef-woo-dropdown-cart .qodef-m-action-link:hover:after {
    -webkit-animation: qodefBlink 0.65s infinite;
    animation: qodefBlink 0.65s infinite;
}

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer;
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible;
}

@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--metro article .qodef-e-content {
        padding: 15px 19px;
    }

    .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 {
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        font-size: 60px;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
        padding-left: 53px;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
        padding-left: 30px;
    }

        .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
            font-size: 30px;
        }

        .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
            margin: 3px 0;
        }
}

@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: 1440px) {
    .qodef-header--vertical #qodef-page-header {
        width: 300px;
    }

    .qodef-header--vertical #qodef-page-header-inner {
        padding: 45px;
    }

    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none;
    }

    .qodef-header--vertical #qodef-page-outer,
    .qodef-header--vertical footer {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-header--vertical .qodef-header-vertical-navigation {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-instagram-list #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    .qodef-instagram-list #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
        left: 15%;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
        bottom: 11%;
    }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left
        .qodef-e-content
        .qodef-e-content-inner > a {
            font-size: 16px;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 600;
            margin-top: 8px;
        }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left
        .qodef-e-content
        .qodef-e-content-inner
        .qodef-e-title {
            line-height: 0.8em;
        }

            .qodef-portfolio-list.qodef-item-layout--info-bottom-left
            .qodef-e-content
            .qodef-e-content-inner
            .qodef-e-title
            a {
                font-size: 0.8em;
                margin-top: 6px;
            }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--gallery-big
    .qodef-portfolio-single-item
    .qodef-portfolio-info {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--gallery-small
    .qodef-portfolio-single-item
    .qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
        margin-top: 37px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--images-big
    .qodef-portfolio-single-item
    .qodef-portfolio-info {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--images-small
    .qodef-portfolio-single-item
    .qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
        margin-top: 37px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--masonry-big
    .qodef-portfolio-single-item
    .qodef-portfolio-info {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--masonry-small
    .qodef-portfolio-single-item
    .qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
        margin-top: 37px;
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container
    .swiper-slide {
        width: 58%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-porfolio-single-layout--slider
    .qodef-portfolio-single-item
    .qodef-portfolio-info {
        margin-top: 18px !important;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container
    .swiper-slide {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-search-holder .qodef-form-holder-inner {
        width: 80%;
    }
}

@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 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
            -webkit-transform: scale(0.3) translateX(84%);
            -ms-transform: scale(0.3) translateX(84%);
            transform: scale(0.3) translateX(84%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
            -webkit-transform: scale(0.4) translateX(60%);
            -ms-transform: scale(0.4) translateX(60%);
            transform: scale(0.4) translateX(60%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
            -webkit-transform: scale(0.5) translateX(39%);
            -ms-transform: scale(0.5) translateX(39%);
            transform: scale(0.5) translateX(39%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
            -webkit-transform: scale(0.6) translateX(25%);
            -ms-transform: scale(0.6) translateX(25%);
            transform: scale(0.6) translateX(25%);
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
            -webkit-transform: scale(0.7) translateX(11.2%);
            -ms-transform: scale(0.7) translateX(11.2%);
            transform: scale(0.7) translateX(11.2%);
        }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        .qodef-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(6) {
            -webkit-transform: scale(0.3) translateX(-84%);
            -ms-transform: scale(0.3) translateX(-84%);
            transform: scale(0.3) translateX(-84%);
        }

        .qodef-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(5) {
            -webkit-transform: scale(0.4) translateX(-60%);
            -ms-transform: scale(0.4) translateX(-60%);
            transform: scale(0.4) translateX(-60%);
        }

        .qodef-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(4) {
            -webkit-transform: scale(0.5) translateX(-39%);
            -ms-transform: scale(0.5) translateX(-39%);
            transform: scale(0.5) translateX(-39%);
        }

        .qodef-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(3) {
            -webkit-transform: scale(0.6) translateX(-25%);
            -ms-transform: scale(0.6) translateX(-25%);
            transform: scale(0.6) translateX(-25%);
        }

        .qodef-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(2) {
            -webkit-transform: scale(0.7) translateX(-11.2%);
            -ms-transform: scale(0.7) translateX(-11.2%);
            transform: scale(0.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: 1024px) {
    .qodef-frame-slider-holder {
        margin-bottom: 96px;
    }

        .qodef-frame-slider-holder .swiper-pagination-bullets {
            bottom: -96px !important;
        }
}

@media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
        margin-bottom: 86px;
    }

        .qodef-frame-slider-holder .swiper-pagination-bullets {
            bottom: -86px !important;
        }
}

@media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
        margin-bottom: 76px;
    }

        .qodef-frame-slider-holder .swiper-pagination-bullets {
            bottom: -76px !important;
        }
}

@media only screen and (max-width: 480px) {
    .qodef-frame-slider-holder {
        margin-bottom: 46px;
    }

        .qodef-frame-slider-holder .qodef-frame-slider-image {
            width: 80%;
        }

        .qodef-frame-slider-holder .qodef-m-item {
            padding-left: 57.5%;
            padding-top: calc(57.5% * 563 / 829);
        }

        .qodef-frame-slider-holder .swiper-pagination-bullets {
            bottom: -46px !important;
        }
}

@media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase .qodef-m-item:hover {
        color: #fff;
    }

    .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
        color: #fff;
    }

        .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item:hover {
            color: #000;
        }
}

@media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--list {
        padding: 95px 0;
    }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
            padding-left: 8%;
        }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
            width: 55%;
        }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list {
        padding: 70px 0;
    }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
            width: 63%;
        }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding-left: 53px;
            width: 100%;
        }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
            font-size: 35px;
            line-height: 1.06em;
            padding-bottom: 3px;
        }
}

@media only screen and (max-width: 768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
        width: 50%;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        padding-left: 30px;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        font-size: 30px;
        margin: 9px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
        font-size: 110px;
        line-height: 84px;
        padding-bottom: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
        font-size: 80px;
        line-height: 64px;
        padding-bottom: 7px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
        font-size: 55px;
        line-height: 45px;
        padding-bottom: 5px;
    }
}

@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: 1024px) {
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 40px;
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 40px;
    }

    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
        margin: 0 0 30px;
    }

    .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-swapping-image-gallery {
        display: block;
    }

        .qodef-swapping-image-gallery .qodef-m-image-holder,
        .qodef-swapping-image-gallery .qodef-m-info {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin: 0 10px;
        }

        .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
            padding-left: 0;
            padding-top: 60px;
        }

        .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
            padding-bottom: 60px;
            padding-right: 0;
        }
}

@media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
            margin: 0 0 15px 0;
            padding: 0;
            width: 100%;
        }

            .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
                margin-bottom: 0;
            }

    .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: 15px;
        }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 15px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-page-title {
        height: auto !important;
    }

        .qodef-page-title .qodef-m-content {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }

    body.qodef-content-behind-header .qodef-page-title .qodef-m-content {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
        margin-top: 7px;
    }
}

@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: 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: 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: 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: 768px) {
    .woocommerce-page div.woocommerce .col2-set {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .woocommerce-error,
    .woocommerce-page div.woocommerce .woocommerce-info,
    .woocommerce-page div.woocommerce .woocommerce-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
    }

        .woocommerce-page div.woocommerce .woocommerce-error a,
        .woocommerce-page div.woocommerce .woocommerce-info a,
        .woocommerce-page div.woocommerce .woocommerce-message a {
            margin-left: 0;
            margin-top: 20px;
        }

    .woocommerce-page div.woocommerce .shop_table td,
    .woocommerce-page div.woocommerce .shop_table th {
        padding: 15px 5px 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce-page .pswp__caption {
        min-height: 64px;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
        display: none;
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-remove {
        width: 18px;
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
        display: none;
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-size: 15px;
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        width: 100%;
        float: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
            margin-bottom: 20px;
        }

    #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
        float: none;
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        width: auto;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--checkout .wc_payment_methods li {
        padding: 20px;
    }

    #qodef-woo-page.qodef--checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-error,
    #qodef-woo-page.qodef--checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-info,
    #qodef-woo-page.qodef--checkout
    .woocommerce-form-coupon-toggle
    .woocommerce-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page .woocommerce-pagination {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-woo-product-list ul.products.columns-6 > .product {
        width: 20%;
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-woo-product-list ul.products.columns-5 > .product {
        width: 25%;
    }

    .qodef-woo-product-list ul.products.columns-6 > .product {
        width: 25%;
    }

    .qodef-woo-product-list ul.products.columns-7 > .product {
        width: 25%;
    }

    .qodef-woo-product-list ul.products.columns-8 > .product {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-woo-product-list ul.products.columns-4 > .product {
        width: 33.33333%;
    }

    .qodef-woo-product-list ul.products.columns-5 > .product {
        width: 33.33333%;
    }

    .qodef-woo-product-list ul.products.columns-6 > .product {
        width: 33.33333%;
    }

    .qodef-woo-product-list ul.products.columns-7 > .product {
        width: 33.33333%;
    }

    .qodef-woo-product-list ul.products.columns-8 > .product {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 768px) {
    .qodef-woo-product-list ul.products.columns-3 > .product {
        width: 50%;
    }

    .qodef-woo-product-list ul.products.columns-4 > .product {
        width: 50%;
    }

    .qodef-woo-product-list ul.products.columns-5 > .product {
        width: 50%;
    }

    .qodef-woo-product-list ul.products.columns-6 > .product {
        width: 50%;
    }

    .qodef-woo-product-list ul.products.columns-7 > .product {
        width: 50%;
    }

    .qodef-woo-product-list ul.products.columns-8 > .product {
        width: 50%;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-woo-product-list ul.products.columns-2 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-3 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-4 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-5 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-6 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-7 > .product {
        width: 100%;
    }

    .qodef-woo-product-list ul.products.columns-8 > .product {
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
        width: 40px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-woo-results {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.qodef-woo-results .woocommerce-ordering {
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 48px;
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-6
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-7
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-8
    .woocommerce-product-gallery__image {
        width: 50%;
    }

    #qodef-woo-page.qodef--single .qodef-woo-single-image figure {
        margin: 0 -8px;
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery__image {
        padding: 0 8px;
        margin-top: 16px;
    }

        #qodef-woo-page.qodef--single
        .woocommerce-product-gallery__image:first-child {
            width: calc(100% - 16px) !important;
            left: 8px;
        }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
            margin: 0 0 15px 0;
        }

            #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
                margin-bottom: 0;
            }

    #qodef-woo-page.qodef--single .woocommerce-error,
    #qodef-woo-page.qodef--single .woocommerce-info,
    #qodef-woo-page.qodef--single .woocommerce-message {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        #qodef-woo-page.qodef--single .woocommerce-error a,
        #qodef-woo-page.qodef--single .woocommerce-info a,
        #qodef-woo-page.qodef--single .woocommerce-message a {
            margin-left: 0;
        }

        #qodef-woo-page.qodef--single .woocommerce-error .button,
        #qodef-woo-page.qodef--single .woocommerce-info .button,
        #qodef-woo-page.qodef--single .woocommerce-message .button {
            margin-top: 15px;
        }
}
