/* Master Stylesheet
 * Version: 1.1
 *
 * Powered by paul_tf
 *
 * 01. Helpers
 * 02. Base
 * 03. Layout
 * 04. Pages
 * 05. Partials
 * 06. Vendors
 * 07. Widgets
 * 08. WordPress
 */
/* 01. Helpers */
:root
{
    --pf: Swansea, sans-serif;
}

@-webkit-keyframes vlt_animate_icon_top_right
{
    49%
    {
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%);

        opacity: 0;
    }
    51%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%);

        opacity: 1;
    }
}

@keyframes vlt_animate_icon_top_right
{
    49%
    {
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%);

        opacity: 0;
    }
    51%
    {
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%);

        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_top
{
    49%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_top
{
    49%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_bottom
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_bottom
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_right
{
    49%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes vlt_animate_icon_left
{
    49%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        opacity: 0;
    }
    50%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@-webkit-keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes vlt_fade_in_down
{
    0%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@keyframes vlt_fade_out_up
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    100%
    {
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes vlt_menu_svg_path
{
    0%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 5279.2841796875;
    }
    100%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 0;
    }
}

@keyframes vlt_menu_svg_path
{
    0%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 5279.2841796875;
    }
    100%
    {
        stroke-dasharray: 5279.2841796875;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes vlt_rotate_90_deg
{
    100%
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}

@keyframes vlt_rotate_90_deg
{
    100%
    {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}

@-webkit-keyframes vlt_fade_in_from_bottom
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@keyframes vlt_fade_in_from_bottom
{
    0%
    {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes vlt_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

@keyframes vlt_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

@-webkit-keyframes vlt_bounce
{
    0%,
    20%,
    50%,
    80%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    60%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@keyframes vlt_bounce
{
    0%,
    20%,
    50%,
    80%,
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40%
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    60%
    {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

@-webkit-keyframes vlt_mask_circle_out
{
    0%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
}

@keyframes vlt_mask_circle_out
{
    0%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
}

@-webkit-keyframes vlt_mask_circle_in
{
    0%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
}

@keyframes vlt_mask_circle_in
{
    0%
    {
        -webkit-clip-path: circle(0 at var(--x) var(--y));
                clip-path: circle(0 at var(--x) var(--y));
    }
    100%
    {
        -webkit-clip-path: circle(120px at var(--x) var(--y));
                clip-path: circle(120px at var(--x) var(--y));
    }
}

@-webkit-keyframes vlt_spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes vlt_spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.vlt-display-1,
cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a,
.vlt-project-showcase--style-3 .vlt-project-showcase__category,
.vlt-project-showcase--style-5 .vlt-project-showcase__category,
.vlt-project-showcase--style-7 .vlt-project-showcase__category,
.vlt-counter-up--style-2 .vlt-counter-up__title,
.vlt-counter-up--style-3 .vlt-counter-up__title,
.vlt-section-title--style-1 .vlt-section-title__subtitle,
.vlt-slider-controls .vlt-swiper-button-prev,
.vlt-slider-controls .vlt-swiper-button-next,
.vlt-styled-list--style-3 li,
.vlt-widget--white .vlt-widget__title
{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.vlt-display-2,
dl dd,
.vlt-post-meta,
.vlt-project-showcase--style-4 .vlt-project-showcase__category,
.vlt-work .vlt-work-category,
.vp-portfolio__items-style-skape_work_style_3 .vlt-work-category,
.vlt-cases-slider .vlt-cases-slider__category,
.vlt-slider-controls .vlt-swiper-pagination,
.vlt-team-member--style-1 .vlt-team-member__function,
.vlt-team-member--style-2 .vlt-team-member__function,
.vlt-team-member--style-4 .vlt-team-member__function,
.vlt-testimonial__function,
.vlt-types-list .vlt-types-list__category,
.vlt-widget.widget_rss li .rss-date,
.vlt-widget.widget_calendar caption,
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__content span,
.vlt-comment-item__inner .vlt-comment-metas
{
    font-size: 16px;
    line-height: 1.2;
}

.vlt-display-3,
.vlt-page-navigation--style-2 .prev span.label,
.vlt-page-navigation--style-2 .next span.label
{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 1.85px;
    text-transform: uppercase;
}

.vlt-single-post__footer .vlt-post-tags a,
.vlt-widget.widget_tag_cloud a
{
    font-size: 14px;

    display: inline-block;

    padding: 5px 12px;

    color: #8a8a8a;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
.vlt-single-post__footer .vlt-post-tags a:hover,
.vlt-widget.widget_tag_cloud a:hover
{
    color: #fff;
    border-color: #101010;
    background-color: #101010;
}

.vlt-nav--offcanvas__navigation ul.sf-menu,
.vlt-nav--slide__navigation ul.sf-menu
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.vlt-nav--offcanvas__navigation ul.sf-menu li,
.vlt-nav--slide__navigation ul.sf-menu li
{
    width: 100%;
}
.vlt-nav--offcanvas__navigation ul.sf-menu > li > a,
.vlt-nav--slide__navigation ul.sf-menu > li > a
{
    font-size: 46px;
    font-weight: 700;
    line-height: 2;

    color: #101010;
}
.vlt-nav--offcanvas__navigation ul.sf-menu > li > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li > a::after
{
    font-family: Skape;
    font-size: 16px;

    position: absolute;
    top: 50%;

    margin-left: 30px;

    content: '\e91c';
    -webkit-transition: opacity .3s, -webkit-transform .3s;
            transition: opacity .3s, -webkit-transform .3s;
            transition: opacity .3s, transform .3s;
            transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-15px, -50%, 0);
            transform: translate3d(-15px, -50%, 0);

    opacity: 0;
}
.vlt-nav--offcanvas__navigation ul.sf-menu > li:hover > a,
.vlt-nav--slide__navigation ul.sf-menu > li:hover > a,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-item > a,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-ancestor > a,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-ancestor > a
{
    color: var(--p1);
}
.vlt-nav--offcanvas__navigation ul.sf-menu > li:hover > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li:hover > a::after,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-item > a::after,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-ancestor > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-ancestor > a::after
{
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);

    opacity: 1;
}
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu
{
    padding-left: 15px;
}
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu > li > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li > a
{
    font-size: 16px;
    line-height: 2;
}
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu > li:hover > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li:hover > a,
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu > li.current-menu-item > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li.current-menu-item > a,
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu > li.current-menu-ancestor > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li.current-menu-ancestor > a
{
    color: var(--p1);
}

.vlt-navbar-logo
{
    line-height: 1;

    display: inline-block;
}
.vlt-navbar-logo:hover
{
    color: currentColor;
}
.vlt-navbar-logo h2
{
    font-size: 26px;
    line-height: 1;

    margin: 0;

    color: currentColor;
}
.vlt-navbar-logo img
{
    display: block;

    max-width: none;
}
.vlt-header--dark .vlt-navbar-logo img
{
    display: none;
}
.vlt-navbar-logo img.white
{
    display: none;
}
.vlt-header--dark .vlt-navbar-logo img.white
{
    display: block;
}

/* 02. Base */
/* COLORS
-------------------------------------------- */
.has-primary-color
{
    color: var(--p1);
}

.has-primary-background-color
{
    background-color: var(--p1);
}

.has-white-color
{
    color: #fff;
}

.has-white-background-color
{
    background-color: #fff;
}

.has-black-color
{
    color: #101010;
}

.has-black-background-color
{
    background-color: #101010;
}

.has-light-gray-color
{
    color: #e5e5e5;
}

.has-light-gray-background-color
{
    background-color: #e5e5e5;
}

.has-extra-light-gray-color
{
    color: #f5f5f5;
}

.has-extra-light-gray-background-color
{
    background-color: #f5f5f5;
}

.has-gray-color
{
    color: #bbb;
}

.has-gray-background-color
{
    background-color: #bbb;
}

/* DISPLAYS
-------------------------------------------- */
/* GAPS
-------------------------------------------- */
.vlt-gap-400
{
    height: 400px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-400--xs
    {
        height: 400px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-400--sm
    {
        height: 400px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-400--md
    {
        height: 400px;
    }
}

.vlt-gap-270
{
    height: 270px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-270--xs
    {
        height: 270px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-270--sm
    {
        height: 270px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-270--md
    {
        height: 270px;
    }
}

.vlt-gap-240
{
    height: 240px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-240--xs
    {
        height: 240px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-240--sm
    {
        height: 240px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-240--md
    {
        height: 240px;
    }
}

.vlt-gap-200
{
    height: 200px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-200--xs
    {
        height: 200px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-200--sm
    {
        height: 200px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-200--md
    {
        height: 200px;
    }
}

.vlt-gap-160
{
    height: 160px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-160--xs
    {
        height: 160px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-160--sm
    {
        height: 160px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-160--md
    {
        height: 160px;
    }
}

.vlt-gap-150
{
    height: 150px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-150--xs
    {
        height: 150px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-150--sm
    {
        height: 150px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-150--md
    {
        height: 150px;
    }
}

.vlt-gap-130
{
    height: 130px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-130--xs
    {
        height: 130px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-130--sm
    {
        height: 130px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-130--md
    {
        height: 130px;
    }
}

.vlt-gap-120
{
    height: 120px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-120--xs
    {
        height: 120px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-120--sm
    {
        height: 120px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-120--md
    {
        height: 120px;
    }
}

.vlt-gap-110
{
    height: 110px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-110--xs
    {
        height: 110px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-110--sm
    {
        height: 110px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-110--md
    {
        height: 110px;
    }
}

.vlt-gap-100
{
    height: 100px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-100--xs
    {
        height: 100px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-100--sm
    {
        height: 100px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-100--md
    {
        height: 100px;
    }
}

.vlt-gap-90
{
    height: 90px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-90--xs
    {
        height: 90px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-90--sm
    {
        height: 90px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-90--md
    {
        height: 90px;
    }
}

.vlt-gap-80
{
    height: 80px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-80--xs
    {
        height: 80px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-80--sm
    {
        height: 80px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-80--md
    {
        height: 80px;
    }
}

.vlt-gap-70
{
    height: 70px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-70--xs
    {
        height: 70px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-70--sm
    {
        height: 70px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-70--md
    {
        height: 70px;
    }
}

.vlt-gap-60
{
    height: 60px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-60--xs
    {
        height: 60px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-60--sm
    {
        height: 60px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-60--md
    {
        height: 60px;
    }
}

.vlt-gap-50
{
    height: 50px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-50--xs
    {
        height: 50px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-50--sm
    {
        height: 50px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-50--md
    {
        height: 50px;
    }
}

.vlt-gap-40
{
    height: 40px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-40--xs
    {
        height: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-40--sm
    {
        height: 40px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-40--md
    {
        height: 40px;
    }
}

.vlt-gap-35
{
    height: 35px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-35--xs
    {
        height: 35px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-35--sm
    {
        height: 35px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-35--md
    {
        height: 35px;
    }
}

.vlt-gap-30
{
    height: 30px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-30--xs
    {
        height: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-30--sm
    {
        height: 30px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-30--md
    {
        height: 30px;
    }
}

.vlt-gap-20
{
    height: 20px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-20--xs
    {
        height: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-20--sm
    {
        height: 20px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-20--md
    {
        height: 20px;
    }
}

.vlt-gap-15
{
    height: 15px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-15--xs
    {
        height: 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-15--sm
    {
        height: 15px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-15--md
    {
        height: 15px;
    }
}

.vlt-gap-10
{
    height: 10px;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-10--xs
    {
        height: 10px;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-10--sm
    {
        height: 10px;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-10--md
    {
        height: 10px;
    }
}

.vlt-gap-0
{
    height: 0;
}
@media only screen and (max-width: 575px)
{
    .vlt-gap-0--xs
    {
        height: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-gap-0--sm
    {
        height: 0;
    }
}
@media only screen and (max-width: 991px)
{
    .vlt-gap-0--md
    {
        height: 0;
    }
}

/* LINE HEIGHT
-------------------------------------------- */
.lh-2
{
    line-height: 1.7;
}

.lh-1
{
    line-height: 1.5;
}

.lh-0
{
    line-height: 1;
}

/* FONT SIZE
-------------------------------------------- */
.fz-6
{
    font-size: 130px;
}

.fz-5
{
    font-size: 110px;
}

.fz-4
{
    font-size: 24px;
}

.fz-3
{
    font-size: 20px;
}

.fz-2
{
    font-size: 18px;
}

.fz-1
{
    font-size: 16px;
}

/* OTHERS
-------------------------------------------- */
.spin
{
    -webkit-animation: vlt_spin 5s linear infinite;
            animation: vlt_spin 5s linear infinite;
}

.center-mode
{
    position: absolute !important;
    z-index: 1;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.z-index-n1
{
    z-index: -1 !important;
}

/* BASE: GUTENBERG
-------------------------------------------- */
ul[class^='wp-block']
{
    padding-left: 0 !important;
}

.wp-block-button
{
    margin-bottom: 16px;
}

.vlt-content-markup .alignfull
{
    width: auto;
    max-width: 100vw;
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
}

@media only screen and (min-width: 768px)
{
    .vlt-content-markup .alignwide
    {
        width: auto;
        margin-right: calc(-8.333333% - 15px);
        margin-left: calc(-8.333333% - 15px);
    }
}

.wp-block-cover p:not(.has-text-color)
{
    color: #fff;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption
{
    margin: 0 auto 30px;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns
{
    padding-right: 15px;
    padding-left: 15px;
}

.wp-block-archives
{
    margin-bottom: 30px;
}

.wp-block-pullquote blockquote
{
    margin-bottom: 0;
    padding: 0;

    border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote .wp-block-quote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote footer
{
    text-transform: uppercase;
}

/* SELECTION
-------------------------------------------- */
::-moz-selection
{
    color: #fff;
    background-color: #101010;
}
::selection
{
    color: #fff;
    background-color: #101010;
}

::-moz-selection
{
    color: #fff;
    background-color: #101010;
}

/* BODY
-------------------------------------------- */
body
{
    min-width: 320px;
    margin: 0;
    padding: 0;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* IMAGE
-------------------------------------------- */
img
{
    max-width: 100%;
    height: auto;
}

/* PARAGRAPH
-------------------------------------------- */
p
{
    margin: 0 0 30px;
}
p:empty
{
    display: none;
}

/* STRONG
-------------------------------------------- */
strong
{
    font-weight: 700;
}

/* MARK
-------------------------------------------- */
mark
{
    background-color: var(--p1);
}

/* LINK
-------------------------------------------- */
a
{
    -webkit-transition: all 300ms;
            transition: all 300ms;
    text-decoration: none;

    color: inherit;
}
a:hover,
a:focus,
a:active
{
    text-decoration: none;

    outline: none;
}
p a,
a:hover
{
    color: var(--p1);
}

/* HEADINGS
-------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    margin: 0;
    padding: 0;
}

/* LIST
-------------------------------------------- */
ul,
ol
{
    margin: 0;
    padding: 0;

    list-style-position: inside;
}

/* DIVIDER
-------------------------------------------- */
hr
{
    margin: 30px 0;

    border: none;
    border-bottom: 1px solid #d6d6d6;
}

/* ADDRESS
-------------------------------------------- */
address
{
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;

    margin: 0 0 30px;

    color: var(--p1);
}

/* BLOCKQUOTE
-------------------------------------------- */
blockquote
{
    margin: 0 0 30px;
    padding: 25px 0 25px 40px;

    border-left: 3px solid var(--p1);
}
blockquote p
{
    margin-bottom: 0;
}
blockquote.pullquote
{
    position: relative;
    z-index: 1;

    padding: 35px 20%;

    text-align: center;

    color: #fff;
    border: none;
}
blockquote.pullquote::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    background-color: var(--p1);
}
blockquote.pullquote:hover::after
{
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}

cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer
{
    font-style: normal;

    display: block;

    margin: 16px 0 0;

    color: var(--p1);
}

/* PREFORMATTED
-------------------------------------------- */
code,
kbd
{
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 87.5%;

    padding: 5px 8px;

    color: #fff;
    border-radius: 0;
    background-color: #101010;
}

a > code
{
    color: #fff;
}

pre
{
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;

    clear: both;
    overflow: auto;

    max-width: 100%;
    margin: 0 0 30px;
    padding: 35px;

    white-space: pre-wrap;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;

    color: #101010;
    background-color: #f5f5f5;
}
pre code
{
    color: #fff;
}

/* FORM / INPUT / TEXTAREA / SELECT
-------------------------------------------- */
form
{
    max-width: 100%;
}

label
{
    display: block;

    margin-bottom: 5px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
textarea,
select
{
    display: block;

    width: 100%;
    margin: 0;
    padding: 10px 0;

    -webkit-transition: all 300ms;
            transition: all 300ms;

    border: none;
    border-bottom: 1px solid #d6d6d6;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select
{
    background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23D6D6D6\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-position: right 0 bottom 50%;
    background-size: 18px 18px;
}

textarea
{
    width: 100%;
    max-width: 100%;
}

button:focus,
input[type='submit']:focus
{
    outline: none;
}

input[type='text'].placeholder,
input[type='date'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='tel'].placeholder,
input[type='url'].placeholder,
input[type='search'].placeholder,
input[type='number'].placeholder,
textarea.placeholder,
select.placeholder
{
    opacity: 1;
    color: #101010;
}

input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder
{
    opacity: 1;
    color: #101010;
}

input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder
{
    opacity: 1;
    color: #101010;
}

input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder
{
    opacity: 1;
    color: #101010;
}

input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder
{
    opacity: 1;
    color: #101010;
}

input[type='text']:focus.placeholder,
input[type='date']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='url']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='number']:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder
{
    opacity: 0;
}

input[type='text']:focus:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder
{
    opacity: 0;
}

input[type='text']:focus::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder
{
    opacity: 0;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder
{
    opacity: 0;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder
{
    opacity: 0;
}

.vlt-form-label
{
    position: absolute;
    top: 10px;
    left: 0;

    margin-bottom: 0;

    -webkit-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.vlt-form-group
{
    position: relative;

    display: block;

    margin-bottom: 30px;
}
.vlt-form-group.active .vlt-form-label
{
    top: -15px;

    -webkit-transform: scale(.77778);
        -ms-transform: scale(.77778);
            transform: scale(.77778);
}

.vlt-form-row
{
    display: grid;

    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
.vlt-form-row.two-col
{
    grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px)
{
    .vlt-form-row.two-col
    {
        grid-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
.vlt-form-row.three-col
{
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px)
{
    .vlt-form-row.three-col
    {
        grid-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* DEFINITION LIST
-------------------------------------------- */
dl
{
    margin-bottom: 0;
}
dl dt
{
    font-size: 18px;
    font-weight: 700;

    color: #101010;
}
dl dd
{
    margin-top: 8px;
    margin-bottom: 0;

    color: #8a8a8a;
}

dd + dt
{
    margin-top: 30px;
}

/* TABLE
-------------------------------------------- */
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;

    border-collapse: collapse;
}
table td,
table th
{
    padding: 8px 15px;

    border: 1px solid #d6d6d6;
}
table tr th,
table thead th
{
    font-weight: 700;

    color: #101010;
}

/* 03. Layout */
/* LAYOUT: GRID
-------------------------------------------- */
/* MAIN
-------------------------------------------- */
.vlt-main
{
    position: relative;

    overflow: hidden;

    background-color: #fff;
}

/* PAGE CONTENT
-------------------------------------------- */
.vlt-page-content--padding
{
    padding: 120px 0;
}

.vlt-page-content--padding-top
{
    padding-top: 120px;
}

.vlt-page-content--padding-bottom
{
    padding-bottom: 120px;
}

/* PROTECTED CONTENT
-------------------------------------------- */
.vlt-content-protected
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 100vh;
    padding: 120px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

/* MARKUP CONTENT
-------------------------------------------- */
.vlt-content-markup h1,
.vlt-content-markup .h1,
.vlt-content-markup h2,
.vlt-content-markup .h2,
.vlt-content-markup h3,
.vlt-content-markup .h3,
.vlt-content-markup h4,
.vlt-content-markup .h4,
.vlt-content-markup h5,
.vlt-content-markup .h5,
.vlt-content-markup h6,
.vlt-content-markup .h6
{
    margin: 30px 0;
}

.vlt-content-markup p:last-child
{
    margin-bottom: 0;
}

.vlt-content-markup ul,
.vlt-content-markup ol
{
    line-height: 2;
}
.vlt-content-markup ul ul,
.vlt-content-markup ul ol,
.vlt-content-markup ol ul,
.vlt-content-markup ol ol
{
    margin-bottom: 0;
    padding-left: 30px;
}

.vlt-content-markup > ul,
.vlt-content-markup > ol
{
    margin-bottom: 30px;
}

.vlt-content-markup .fluid-width-video-wrapper
{
    margin-bottom: 30px;
}

/* ELEMENTOR
-------------------------------------------- */
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-element.h-100 > .elementor-widget-container
{
    height: 100%;
}

/* LAYOUT: HEADER
-------------------------------------------- */
.vlt-header--default,
.vlt-header--fullscreen,
.vlt-header--offcanvas,
.vlt-header--creative,
.vlt-header--slide
{
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;

    width: 100%;

    color: #101010;
}
.vlt-header--default.vlt-header--opaque,
.vlt-header--fullscreen.vlt-header--opaque,
.vlt-header--offcanvas.vlt-header--opaque,
.vlt-header--creative.vlt-header--opaque,
.vlt-header--slide.vlt-header--opaque
{
    position: relative;
}
.vlt-header--default.vlt-header--dark,
.vlt-header--fullscreen.vlt-header--dark,
.vlt-header--offcanvas.vlt-header--dark,
.vlt-header--creative.vlt-header--dark,
.vlt-header--slide.vlt-header--dark
{
    color: #fff;
}
.vlt-header--default .vlt-no-menu-message,
.vlt-header--fullscreen .vlt-no-menu-message,
.vlt-header--offcanvas .vlt-no-menu-message,
.vlt-header--creative .vlt-no-menu-message,
.vlt-header--slide .vlt-no-menu-message
{
    margin-bottom: 0;
}

.vlt-navbar
{
    position: relative;
    z-index: 50;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    will-change: background-color;
}
.vlt-navbar .vlt-navbar-inner
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    min-height: 90px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-navbar.vlt-navbar--fixed
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: all 300ms;
            transition: all 300ms;
}
.admin-bar .vlt-navbar.vlt-navbar--fixed
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-navbar.vlt-navbar--fixed
    {
        top: 32px;
    }
}
.vlt-navbar.vlt-navbar--fixed.vlt-navbar--sticky
{
    -webkit-animation: vlt_fade_in_down 300ms forwards;
            animation: vlt_fade_in_down 300ms forwards;
}
.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-show
{
    -webkit-animation: vlt_fade_in_down 300ms forwards;
            animation: vlt_fade_in_down 300ms forwards;
}
.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-hide
{
    -webkit-animation: vlt_fade_out_up 300ms forwards;
            animation: vlt_fade_out_up 300ms forwards;
}
.vlt-navbar.vlt-navbar--transparent
{
    background-color: transparent;
}
.vlt-header--dark .vlt-navbar.vlt-navbar--transparent
{
    background-color: transparent;
}
.vlt-navbar,
.vlt-navbar.vlt-navbar--solid
{
    background-color: #fff;
}
.vlt-header--dark .vlt-navbar,
.vlt-header--dark .vlt-navbar.vlt-navbar--solid
{
    background-color: #101010;
}
.vlt-navbar.vlt-navbar--transparent-always
{
    background-color: transparent;
}
.vlt-header--dark .vlt-navbar.vlt-navbar--transparent-always
{
    background-color: transparent;
}
.vlt-navbar.vlt-navbar--white-text-on-top
{
    color: #fff;
}
.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.black
{
    display: none;
}
.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.white
{
    display: block;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid
{
    color: #101010;
}
.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid
{
    color: #fff;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo
{
    color: #101010;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.black
{
    display: block;
}
.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.black
{
    display: none;
}
.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.white
{
    display: none;
}
.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.white
{
    display: block;
}
.vlt-navbar-buttons
{
    margin-left: 35px;
}
.vlt-navbar-buttons a
{
    font-size: 18px;
    line-height: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-transition: none;
            transition: none;

    color: currentColor;
}
.vlt-navbar-buttons a + a
{
    margin-left: 30px;
}

/* NAV
-------------------------------------------- */
.vlt-nav .vlt-nav-table
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-nav .vlt-nav-table--row
{
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.vlt-nav .vlt-nav-table > *
{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.vlt-nav .vlt-nav-table > .vlt-nav,
.vlt-nav .vlt-nav-table > .vlt-nav-row--full
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.vlt-nav .vlt-nav-table .vlt-nav-row--full
{
    overflow: hidden;
    overflow-y: auto;

    min-height: 0;
}
.vlt-nav .vlt-nav-table > .vlt-nav-row--center
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-nav .vlt-nav-table > .vlt-nav-row--center > *
{
    margin-top: auto;
    margin-bottom: auto;
}
.vlt-nav .vlt-nav-table > .vlt-nav-row--bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.vlt-nav .vlt-nav-table > .vlt-nav-row--bottom > *
{
    margin-top: auto;
}

/* BURGER MENU
-------------------------------------------- */
.vlt-menu-burger
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-direction: column;

    width: 34px;

    -webkit-transition: none;
            transition: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-menu-burger span
{
    display: inline-block;

    height: 2px;
    margin: 4px 0;

    -webkit-transition: all 300ms;
            transition: all 300ms;

    background-color: currentColor;
}
.vlt-menu-burger span.line-one
{
    width: 34px;
}
.vlt-menu-burger span.line-two
{
    width: 20px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
}
.vlt-menu-burger:hover
{
    color: inherit;
}
.vlt-menu-burger:hover:not(.vlt-menu-burger--opened) span.line-two
{
    width: 34px;
}
.vlt-menu-burger--opened span.line-one,
.vlt-menu-burger--opened span.line-two
{
    width: 34px;
}
.vlt-menu-burger--opened span.line-one
{
    -webkit-transform: rotate(45deg) translateX(4px) translateY(3px);
        -ms-transform: rotate(45deg) translateX(4px) translateY(3px);
            transform: rotate(45deg) translateX(4px) translateY(3px);
}
.vlt-menu-burger--opened span.line-two
{
    -webkit-transform: rotate(-45deg) translateX(4px) translateY(-3px);
        -ms-transform: rotate(-45deg) translateX(4px) translateY(-3px);
            transform: rotate(-45deg) translateX(4px) translateY(-3px);

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
}

/* DROP EFFECT STYLE 1
-------------------------------------------- */
[data-submenu-effect='style-1'] ul.sf-menu
{
    overflow: hidden;
}

[data-submenu-effect='style-1'] ul.sf-menu ul.sub-menu > li,
[data-submenu-effect='style-1'] ul.sf-menu > li
{
    position: static;

    display: block;
    float: none;
}

[data-submenu-effect='style-1'] ul.sub-menu
{
    display: block;
    visibility: inherit;
}

[data-submenu-effect='style-1'] li.menu-item-has-children > ul.sub-menu,
[data-submenu-effect='style-1'] li.menu-item-has-children li.menu-item-has-children > ul.sub-menu
{
    top: 0;
    left: 0;

    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
[data-submenu-effect='style-1'] li.menu-item-has-children > ul.sub-menu > li > a,
[data-submenu-effect='style-1'] li.menu-item-has-children li.menu-item-has-children > ul.sub-menu > li > a
{
    display: none;
}

[data-submenu-effect='style-2'] ul.sf-menu
{
    overflow: hidden;
}

[data-submenu-effect='style-2'] ul.sf-menu ul.sub-menu > li,
[data-submenu-effect='style-2'] ul.sf-menu > li
{
    position: static;

    display: inline-block;
    float: none;
}

[data-submenu-effect='style-2'] ul.sub-menu
{
    display: block;
    visibility: inherit;
}

[data-submenu-effect='style-2'] li.menu-item-has-children > ul.sub-menu,
[data-submenu-effect='style-2'] li.menu-item-has-children li.menu-item-has-children > ul.sub-menu
{
    top: 0;
    left: 0;

    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
[data-submenu-effect='style-2'] li.menu-item-has-children > ul.sub-menu > li > a,
[data-submenu-effect='style-2'] li.menu-item-has-children li.menu-item-has-children > ul.sub-menu > li > a
{
    display: none;
}

[data-submenu-effect='style-3'] ul.sf-menu
{
    overflow: hidden;
}

[data-submenu-effect='style-3'] ul.sf-menu > li
{
    display: block;
    float: none;
}

[data-submenu-effect='style-3'] ul.sub-menu
{
    position: static;

    display: none;

    margin: 0;
}

[data-submenu-effect='style-3'] li:hover ul.sub-menu
{
    display: none;
}

/* HEADER: DEFAULT
-------------------------------------------- */
.vlt-nav--default .sf-menu
{
    font-size: 0;
}
.vlt-nav--default .sf-menu > li
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    float: none;

    min-height: 90px;
    padding: 0 17px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-nav--default .sf-menu > li > a
{
    font-size: 18px;
    font-weight: 700;

    opacity: .85;
}
.vlt-nav--default .sf-menu > li > a span
{
    position: relative;

    padding: 0 8px;
}
.vlt-nav--default .sf-menu > li > a span::after
{
    position: absolute;
    bottom: -5px;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);

    background-color: var(--p1);
}
.vlt-header--dark .vlt-nav--default .sf-menu > li > a span::after
{
    background-color: #fff;
}
.vlt-nav--default .sf-menu > li:hover > a,
.vlt-nav--default .sf-menu > li.sfHover > a,
.vlt-nav--default .sf-menu > li.current-menu-item > a,
.vlt-nav--default .sf-menu > li.current-menu-ancestor > a
{
    color: var(--p1);
}
.vlt-header--dark .vlt-nav--default .sf-menu > li:hover > a,
.vlt-header--dark
      .vlt-nav--default .sf-menu > li.sfHover > a,
.vlt-header--dark
      .vlt-nav--default .sf-menu > li.current-menu-item > a,
.vlt-header--dark
      .vlt-nav--default .sf-menu > li.current-menu-ancestor > a
{
    opacity: 1;
    color: inherit;
}
.vlt-nav--default .sf-menu > li:hover > a > span::after,
.vlt-nav--default .sf-menu > li.sfHover > a > span::after,
.vlt-nav--default .sf-menu > li.current-menu-item > a > span::after,
.vlt-nav--default .sf-menu > li.current-menu-ancestor > a > span::after
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.vlt-nav--default .sf-menu ul.sub-menu
{
    min-width: 290px;
    padding: 30px 0;

    background-color: #101010;
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 16, 16, .05);
            box-shadow: 0 5px 10px 0 rgba(16, 16, 16, .05);
}
.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu
{
    background-color: #fff;
}
.vlt-nav--default .sf-menu ul.sub-menu ul.sub-menu
{
    top: -30px;
}
.vlt-nav--default .sf-menu ul.sub-menu li
{
    display: block;
}
.vlt-nav--default .sf-menu ul.sub-menu li a
{
    font-size: 16px;
    line-height: 1.8;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 4px 40px;

    white-space: nowrap;

    color: #b3b3b3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li a
{
    color: #656565;
}
.vlt-nav--default .sf-menu ul.sub-menu li a > span
{
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
}
.vlt-nav--default .sf-menu ul.sub-menu li.menu-item-has-children > a::after
{
    font-family: Skape;
    font-size: 50%;

    content: '\e908';
}
.vlt-nav--default .sf-menu ul.sub-menu li:hover > a:not(.label) > span
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.vlt-nav--default .sf-menu ul.sub-menu li:hover > a,
.vlt-nav--default .sf-menu ul.sub-menu li.current-menu-item > a,
.vlt-nav--default .sf-menu ul.sub-menu li.current-menu-ancestor > a,
.vlt-nav--default .sf-menu ul.sub-menu li.sfHover > a
{
    color: #fff;
}
.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li:hover > a,
.vlt-header--dark
        .vlt-nav--default .sf-menu ul.sub-menu li.current-menu-item > a,
.vlt-header--dark
        .vlt-nav--default .sf-menu ul.sub-menu li.current-menu-ancestor > a,
.vlt-header--dark
        .vlt-nav--default .sf-menu ul.sub-menu li.sfHover > a
{
    color: var(--p1);
}

/* HEADER: CREATIVE
-------------------------------------------- */
.vlt-nav--creative
{
    position: fixed;
    z-index: 70;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow: hidden;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;

    opacity: 0;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.admin-bar .vlt-nav--creative
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-nav--creative
    {
        top: 32px;
    }
}
.vlt-nav--creative.is-open
{
    visibility: visible;

    opacity: 1;
}
.vlt-nav--creative__header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 90px;

    color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-nav--creative__navigation
{
    z-index: 2;

    padding: 0 15%;

    text-align: center;
}
.vlt-nav--creative__navigation ul.sf-menu
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.vlt-nav--creative__navigation ul.sf-menu li a
{
    font-size: 70px;
    font-weight: 700;
    line-height: 1.57;

    padding: 0 60px;

    -webkit-transition: background-position 500ms;
            transition: background-position 500ms;

    color: #101010;
    background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, currentColor 0%, currentColor 50%, transparent 50%);
    background-image:         linear-gradient(to left, currentColor 0%, currentColor 50%, transparent 50%);
    background-position: 0 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200%;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.vlt-nav--creative__navigation ul.sf-menu li:hover > a,
.vlt-nav--creative__navigation ul.sf-menu li.current-menu-item > a,
.vlt-nav--creative__navigation ul.sf-menu li.current-menu-ancestor > a
{
    color: #101010;
    background-position: -100% 0;
}
.vlt-nav--creative__footer
{
    padding-bottom: 50px;

    color: #101010;
}
.vlt-nav--creative__footer .vlt-widget ~ .vlt-widget
{
    margin-top: 0;
}

/* CREATIVE DARK
-------------------------------------------- */
.vlt-nav--creative-dark
{
    background-color: #101010;
}
.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li a
{
    color: #fff;
}
.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li:hover > a,
.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li.current-menu-item > a,
.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li.current-menu-ancestor > a
{
    color: #fff;
}
.vlt-nav--creative-dark .vlt-nav--creative__header,
.vlt-nav--creative-dark .vlt-nav--creative__footer
{
    color: #fff;
}

/* HEADER: OFFCANVAS
-------------------------------------------- */
.vlt-nav--offcanvas
{
    position: fixed;
    z-index: 70;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow: hidden;
            flex-direction: column;

    width: 65vw;
    height: 100%;
    padding: 120px 60px 120px 165px;

    -webkit-transition: visibility .3s, -webkit-transform .3s;
            transition: visibility .3s, -webkit-transform .3s;
            transition: transform .3s, visibility .3s;
            transition: transform .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);

    background-color: #fff;
    background-position: center center;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.admin-bar .vlt-nav--offcanvas
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-nav--offcanvas
    {
        top: 32px;
    }
}
.vlt-nav--offcanvas.is-open
{
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.vlt-nav--offcanvas .vlt-nav-row
{
    margin-right: 60px;
}
.vlt-nav--offcanvas .vlt-menu-burger
{
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 60px;

    cursor: pointer;

    color: #101010;
}
.vlt-nav--offcanvas__sidebar
{
    color: #101010;
}
.vlt-nav--offcanvas__sidebar .vlt-widget ~ .vlt-widget
{
    margin-top: 0;
}
.vlt-nav--offcanvas__sidebar .vlt-widget + .vlt-widget
{
    margin-top: 50px;
}

/* OFFCANVAS DARK
-------------------------------------------- */
.vlt-nav--offcanvas-dark
{
    background-color: #101010;
}
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li a
{
    color: rgba(255, 255, 255, .85);
}
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li:hover > a,
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a,
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-ancestor > a
{
    color: #fff;
}
.vlt-nav--offcanvas-dark .vlt-menu-burger,
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__sidebar
{
    color: #fff;
}

/* HEADER: FULLSCREEN
-------------------------------------------- */
.vlt-nav--fullscreen
{
    position: fixed;
    z-index: 70;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow: hidden;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;

    opacity: 0;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.admin-bar .vlt-nav--fullscreen
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-nav--fullscreen
    {
        top: 32px;
    }
}
.vlt-nav--fullscreen.is-open
{
    visibility: visible;

    opacity: 1;
}
.vlt-nav--fullscreen__mask
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #e5e5e5;
}
@media only screen and (max-width: 767px)
{
    .vlt-nav--fullscreen__mask
    {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(.75);
                transform: translate3d(-50%, -50%, 0) scale(.75);
    }
}
.is-open .vlt-nav--fullscreen__mask svg path
{
    -webkit-animation: vlt_menu_svg_path 7s forwards;
            animation: vlt_menu_svg_path 7s forwards;
}
.vlt-nav--fullscreen__header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 90px;

    color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-nav--fullscreen__navigation
{
    z-index: 2;

    text-align: center;
}
.vlt-nav--fullscreen__navigation ul.sf-menu
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.vlt-nav--fullscreen__navigation ul.sf-menu li
{
    width: 100%;
}
.vlt-nav--fullscreen__navigation ul.sf-menu li a
{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.9;

    color: #101010;
}
@media only screen and (max-width: 767px)
{
    .vlt-nav--fullscreen__navigation ul.sf-menu li a
    {
        font-size: 32px;
    }
}
.vlt-nav--fullscreen__navigation ul.sf-menu li a::after
{
    font-family: Skape;
    font-size: 16px;

    position: absolute;
    top: 50%;

    margin-left: 30px;

    content: '\e91c';
    -webkit-transition: opacity .3s, -webkit-transform .3s;
            transition: opacity .3s, -webkit-transform .3s;
            transition: opacity .3s, transform .3s;
            transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-15px, -50%, 0);
            transform: translate3d(-15px, -50%, 0);

    opacity: 0;
}
.vlt-nav--fullscreen__navigation ul.sf-menu li:hover > a,
.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a,
.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-ancestor > a
{
    color: var(--p1);
}
.vlt-nav--fullscreen__navigation ul.sf-menu li:hover > a::after,
.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a::after,
.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-ancestor > a::after
{
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);

    opacity: 1;
}
.vlt-nav--fullscreen__footer
{
    padding-bottom: 50px;

    color: #101010;
}
.vlt-nav--fullscreen__footer .vlt-widget ~ .vlt-widget
{
    margin-top: 0;
}

/* FULLSCREEN DARK
-------------------------------------------- */
.vlt-nav--fullscreen-dark
{
    background-color: #101010;
}
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__mask
{
    color: #2f2f2f;
}
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li a
{
    color: rgba(255, 255, 255, .85);
}
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li:hover > a,
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a,
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-ancestor > a
{
    color: #fff;
}
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__header,
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__footer
{
    color: #fff;
}

/* HEADER: SLIDE
-------------------------------------------- */
.vlt-header--slide
{
    position: fixed;
    z-index: 90;
    top: 0;
    bottom: 0;
    left: 0;

    width: 90px;
}
.admin-bar .vlt-header--slide
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-header--slide
    {
        top: 32px;
    }
}
.vlt-header--slide .vlt-navbar
{
    height: 100%;
    padding: 0;
}
.vlt-header--slide .vlt-navbar-inner
{
            flex-direction: column;

    height: 100%;
    padding: 40px 20px;

    text-align: center;

    border-right: 1px solid #e6e6e6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials .vlt-social-icon
{
    margin: 0;
}
.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials .vlt-social-icon + .vlt-social-icon
{
    margin-top: 20px;
}
.vlt-header--slide .vlt-navbar-logo h2
{
    font-size: 46px;
}

/* CONTENT AREA
-------------------------------------------- */
@media only screen and (min-width: 992px)
{
    .vlt-is--header-slide body
    {
        padding-left: 90px !important;
    }
}

/* SLIDE NAVIGATION
-------------------------------------------- */
.vlt-nav--slide
{
    position: fixed;
    z-index: 80;
    top: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;

    width: 65vw;
    padding: 120px 0 120px 210px;

    -webkit-transition: visibility .3s, -webkit-transform .3s;
            transition: visibility .3s, -webkit-transform .3s;
            transition: transform .3s, visibility .3s;
            transition: transform .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    background-color: #fff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.admin-bar .vlt-nav--slide
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-nav--slide
    {
        top: 32px;
    }
}
.vlt-nav--slide.is-open
{
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.vlt-nav--slide .vlt-nav-row
{
    margin-right: 60px;
}
.vlt-nav--slide__sidebar
{
    color: #101010;
}
.vlt-nav--slide__sidebar .vlt-widget ~ .vlt-widget
{
    margin-top: 0;
}
.vlt-nav--slide__sidebar .vlt-widget + .vlt-widget
{
    margin-top: 50px;
}

/* LAYOUT: FOOTER
-------------------------------------------- */
.vlt-footer
{
    position: relative;

    overflow: hidden;

    background-color: #101010;
}
.vlt-footer--fixed
{
    z-index: 10;

    will-change: transform;
}

.vlt-is--footer-fixed .vlt-main
{
    z-index: 20;
}

/* STYLE 1
-------------------------------------------- */
.vlt-footer--style-1
{
    padding: 95px 0;

    background-image: url('../img/root/footer-shape-1.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 400px;
}
@media only screen and (max-width: 991px)
{
    .vlt-footer--style-1 [class^='col-'] + [class^='col-']
    {
        margin-top: 30px;
    }
}

/* STYLE 2
-------------------------------------------- */
.vlt-footer--style-2
{
    padding: 145px 0;

    color: #fff;
    background-image: url('../img/root/footer-style-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vlt-footer--style-2 p
{
    color: #b3b3b3;
}

/* STYLE 3
-------------------------------------------- */
.vlt-footer--style-3
{
    padding: 120px 0;

    background-image: url('../img/root/footer-shape-2.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 465px;
}
@media only screen and (max-width: 991px)
{
    .vlt-footer--style-3 .col-lg-6
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px)
{
    .vlt-footer--style-3 .col-lg-3 + .col-lg-3
    {
        margin-top: 30px;
    }
}

/* 04. Pages */
/* PAGE: 404
-------------------------------------------- */
.vlt-page--404
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 100vh;
    padding: 120px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-page--404 .vlt-simple-image
{
    max-width: 490px;
}
@media only screen and (max-width: 767px)
{
    .vlt-page--404 .vlt-simple-image
    {
        max-width: 100%;
    }
}
.vlt-page--404 .vlt-stroke-text
{
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px)
{
    .vlt-page--404 .vlt-stroke-text
    {
        margin-top: 60px;
    }
}
.vlt-page--404 h2
{
    margin-bottom: 10px;
}
.vlt-page--404 p
{
    margin-bottom: 60px;
}

/* PAGE: BLOG
-------------------------------------------- */
.vlt-post
{
    position: relative;
}
.vlt-post .vlt-post-link
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-post .vlt-post-media,
.vlt-post .vp-portfolio__item-img-wrap
{
    position: relative;

    overflow: hidden;
}
.vlt-post .vlt-post-media img,
.vlt-post .vp-portfolio__item-img-wrap img
{
    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, -webkit-transform 1s;
            transition: transform 1s, opacity 1s;
            transition: transform 1s, opacity 1s, -webkit-transform 1s;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform, opacity;
}
.vlt-post .vlt-post-media .vlt-post-link,
.vlt-post .vp-portfolio__item-img-wrap .vlt-post-link
{
    height: 100%;
}
.vlt-post:hover .vlt-post-media img,
.vlt-post:hover .vp-portfolio__item-img-wrap img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* PARTIAL: POST META
-------------------------------------------- */
.vlt-post-meta span + span::before
{
    margin-left: 6px;
    padding-right: 6px;

    content: '/';
}

/* PARTIAL: POST TITLE
-------------------------------------------- */
.vlt-post-title i
{
    font-size: 75%;

    color: var(--p1);
}

/* POST: STYLE 1
-------------------------------------------- */
.vlt-post--style-1 .vlt-post-media + .vlt-post-content,
.vlt-post--style-1 .vp-portfolio__item-img-wrap + .vlt-post-content
{
    padding-top: 40px;
}

.vlt-post--style-1 .vlt-post-header
{
    margin-bottom: 30px;
}
.vlt-post--style-1 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 15px;

    color: #8a8a8a;
}

.vlt-post--style-1 .vlt-post-footer
{
    margin-top: 35px;

    color: #101010;
}

/* POST: STYLE 2
-------------------------------------------- */
.vlt-post--style-2 .vlt-post-content
{
    padding-top: 35px;
}
[data-vp-tiles-type^='1|'] .vlt-post--style-2 .vlt-post-content,
[data-vp-masonry-columns^='1'] .vlt-post--style-2 .vlt-post-content
{
    padding-right: 20%;
    padding-left: 20%;
}

.vlt-post--style-2 .vlt-post-header
{
    margin-bottom: 20px;
}
.vlt-post--style-2 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 20px;

    color: #8a8a8a;
}
.vlt-post--style-2 .vlt-post-header .vlt-post-title
{
    font-size: 26px;
    line-height: 1.4;
}
[data-vp-tiles-type^='4|'] .vlt-post--style-2 .vlt-post-header .vlt-post-title,
[data-vp-masonry-columns^='4'] .vlt-post--style-2 .vlt-post-header .vlt-post-title,
.elementor-col-25 .vlt-post--style-2 .vlt-post-header .vlt-post-title
{
    font-size: 20px;
}
[data-vp-tiles-type^='1|'] .vlt-post--style-2 .vlt-post-header .vlt-post-title,
[data-vp-masonry-columns^='1'] .vlt-post--style-2 .vlt-post-header .vlt-post-title
{
    font-size: 32px;
}

.elementor-col-25 .vlt-post--style-2 .vlt-post-excerpt
{
    display: none;
}

/* POST: STYLE 3
-------------------------------------------- */
.vlt-post--style-3 .vlt-post-content
{
    padding: 35px 40px 40px;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    background-color: #f5f5f5;
}
[data-vp-tiles-type^='2|'] .vlt-post--style-3 .vlt-post-content
{
    padding-right: 45px;
    padding-left: 45px;
}
[data-vp-tiles-type^='4|'] .vlt-post--style-3 .vlt-post-content
{
    padding: 30px;
}

.vlt-post--style-3 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 20px;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #8a8a8a;
}
.vlt-post--style-3 .vlt-post-header .vlt-post-meta a
{
    -webkit-transition: inherit;
            transition: inherit;
}
.vlt-post--style-3 .vlt-post-header .vlt-post-meta a:hover
{
    color: inherit;
}

.vlt-post--style-3 .vlt-post-header .vlt-post-title
{
    font-size: 24px;
    line-height: 1.4;
}
[data-vp-tiles-type^='4|'] .vlt-post--style-3 .vlt-post-header .vlt-post-title
{
    font-size: 18px;
    line-height: 1.5;
}
.vlt-post--style-3 .vlt-post-header .vlt-post-title i
{
    -webkit-transition: color 300ms;
            transition: color 300ms;
}
.vlt-post--style-3 .vlt-post-header .vlt-post-title a:hover
{
    opacity: .8;
}

.vlt-post--style-3:hover .vlt-post-header .vlt-post-title,
.vlt-post--style-3:hover .vlt-post-header .vlt-post-title i,
.vlt-post--style-3:hover .vlt-post-header .vlt-post-title > a:hover,
.vlt-post--style-3:hover .vlt-post-header .vlt-post-meta
{
    color: #fff;
}

.vlt-post--style-3:hover .vlt-post-content
{
    background-color: var(--p1);
}

/* POST: STYLE 4
-------------------------------------------- */
.vlt-post--style-4
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
@media only screen and (max-width: 767px)
{
    .vlt-post--style-4
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.vlt-post--style-4 .vlt-post-media,
.vlt-post--style-4 .vp-portfolio__item-img-wrap
{
    width: 100%;
    max-width: 390px;
    margin-right: 70px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media only screen and (max-width: 767px)
{
    .vlt-post--style-4 .vlt-post-media,
    .vlt-post--style-4 .vp-portfolio__item-img-wrap
    {
        max-width: unset;
        margin-right: 0;
    }
}
.vlt-post--style-4 .vlt-post-media + .vlt-post-content,
.vlt-post--style-4 .vp-portfolio__item-img-wrap + .vlt-post-content
{
    padding: 40px 0;
}
.vlt-post--style-4 .vlt-post-content
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-post--style-4 .vlt-post-header
{
    margin-bottom: 20px;
}
.vlt-post--style-4 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 15px;

    color: #8a8a8a;
}
.vlt-post--style-4 .vlt-post-header .vlt-post-title
{
    font-size: 26px;
    line-height: 1.4;
}

/* POST: STYLE 5
-------------------------------------------- */
.vlt-post--style-5
{
    padding: 40px 0;

    -webkit-box-shadow: inset 0 1px 0 0 #d6d6d6, inset 0 -1px 0 0 #d6d6d6;
            box-shadow: inset 0 1px 0 0 #d6d6d6, inset 0 -1px 0 0 #d6d6d6;
}
.vlt-post--style-5 .vlt-post-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
@media only screen and (max-width: 767px)
{
    .vlt-post--style-5 .vlt-post-content
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.vlt-post--style-5 .vlt-post-date
{
    font-weight: 700;

    margin-right: 120px;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;
    text-align: center;
    text-transform: uppercase;

    opacity: .5;
    color: #101010;
}
@media only screen and (max-width: 767px)
{
    .vlt-post--style-5 .vlt-post-date
    {
        display: none;
    }
}
.vlt-post--style-5 .vlt-post-date span
{
    display: block;
}
.vlt-post--style-5 .vlt-post-date span:nth-child(1)
{
    font-size: 46px;
    line-height: 1;
}
.vlt-post--style-5 .vlt-post-date span:nth-child(2)
{
    font-size: 14px;
}
.vlt-post--style-5 .vlt-post-title
{
    font-size: 26px;
    line-height: 1.4;

    margin-right: 100px;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: .5;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-post--style-5 .vlt-post-title a
{
    color: inherit;
}
.vlt-post--style-5 .vlt-post-title a:hover
{
    opacity: .8;
}
.vlt-post--style-5 .vlt-post-category
{
    font-weight: 700;

    margin-left: 40px;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: .5;
    color: #101010;
}
@media only screen and (max-width: 767px)
{
    .vlt-post--style-5 .vlt-post-category
    {
        margin-top: 20px;
        margin-left: 0;
    }
}
.vlt-post--style-5:hover .vlt-post-date,
.vlt-post--style-5:hover .vlt-post-title,
.vlt-post--style-5:hover .vlt-post-category
{
    opacity: 1;
}

/* POST: STYLE 6
-------------------------------------------- */
.vlt-post--style-6
{
    min-height: 350px;

    background-color: #101010;
}
.elementor-col-33 .vlt-post--style-6 .vlt-post-media,
.elementor-col-33
  .vlt-post--style-6 .vp-portfolio__item-img-wrap
{
    position: relative;

    padding-top: 350px;
}
.elementor-col-33 .vlt-post--style-6 .vlt-post-media img,
.elementor-col-33
    .vlt-post--style-6 .vp-portfolio__item-img-wrap img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-post--style-6 .vlt-post-media img,
.vlt-post--style-6 .vp-portfolio__item-img-wrap img
{
    opacity: .6;
}
.vlt-post--style-6 .vlt-post-content
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 45px 50px;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
            box-shadow: inset 0 0 0 1px #d6d6d6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-post--style-6 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 15px;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #8a8a8a;
}
.vlt-post--style-6 .vlt-post-header .vlt-post-meta a
{
    -webkit-transition: inherit;
            transition: inherit;
}
.vlt-post--style-6 .vlt-post-header .vlt-post-meta a:hover
{
    color: inherit;
}
.vlt-post--style-6 .vlt-post-header .vlt-post-title
{
    font-size: 26px;
    line-height: 1.4;
}
.vlt-post--style-6 .vlt-post-header .vlt-post-title a:hover
{
    opacity: .8;
    color: inherit;
}
.vlt-post--style-6 .vlt-post-footer
{
    margin-top: 60px;

    color: #101010;
}
.vlt-post--style-6 .vlt-post-footer a:hover
{
    opacity: .8;
    color: inherit;
}
.vlt-post--style-6:hover .vlt-post-header .vlt-post-title,
.vlt-post--style-6:hover .vlt-post-header .vlt-post-title > a:hover,
.vlt-post--style-6:hover .vlt-post-header .vlt-post-meta
{
    color: #fff;
}
.vlt-post--style-6:hover .vlt-post-footer
{
    color: #fff;
}
.vlt-post--style-6:hover .vlt-post-content
{
    background-color: rgba(255, 255, 255, 0);
}

/* POST: STYLE 7
-------------------------------------------- */
.vlt-post--style-7
{
    min-height: 320px;

    background-color: #101010;
}
.elementor-col-50 .vlt-post--style-7 .vlt-post-media,
.elementor-col-50
  .vlt-post--style-7 .vp-portfolio__item-img-wrap
{
    position: relative;

    padding-top: 60%;
}
.elementor-col-50 .vlt-post--style-7 .vlt-post-media img,
.elementor-col-50
    .vlt-post--style-7 .vp-portfolio__item-img-wrap img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-post--style-7 .vlt-post-media img,
.vlt-post--style-7 .vp-portfolio__item-img-wrap img
{
    opacity: .6;
}
.vlt-post--style-7 .vlt-post-content
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 40px 60px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-post--style-7 .vlt-post-header .vlt-post-meta
{
    margin-bottom: 15px;

    color: #fff;
}
.vlt-post--style-7 .vlt-post-header .vlt-post-title
{
    font-size: 26px;
    line-height: 1.4;

    color: #fff;
}
.vlt-post--style-7 .vlt-post-header .vlt-post-title a:hover
{
    opacity: .8;
    color: inherit;
}

/* POST: SINGLE POST
-------------------------------------------- */
.vlt-single-post__header
{
    margin-bottom: 50px;
}
.vlt-single-post__header .vlt-post-meta
{
    margin-top: 15px;

    color: #8a8a8a;
}

.vlt-single-post__footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 70px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width: 991px)
{
    .vlt-single-post__footer
    {
        display: block;
    }
}
.vlt-single-post__footer .vlt-post-tags
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-single-post__footer .vlt-post-tags__title
{
    font-size: 14px;
    line-height: 1.2;

    margin-right: 25px;
}
.vlt-single-post__footer .vlt-post-tags a + a
{
    margin-left: 10px;
}
.vlt-single-post__footer .vlt-post-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 991px)
{
    .vlt-single-post__footer .vlt-post-share
    {
        margin-top: 30px;
    }
}
.vlt-single-post__footer .vlt-post-share__title
{
    font-size: 14px;
    line-height: 1.2;

    margin-right: 25px;
}

/* PAGE: PROJECT SHOWCASE
-------------------------------------------- */
/* SHOWCASE: STYLE 1
-------------------------------------------- */
.vlt-project-showcase--style-1 .vlt-project-showcase__item + .vlt-project-showcase__item
{
    margin-top: 15px;
}

.vlt-project-showcase--style-1 .vlt-project-showcase__title
{
    font-size: 70px;
    line-height: 1.57;

    display: inline-block;

    color: #101010;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-1 .vlt-project-showcase__title
    {
        font-size: 46px;
    }
}
.vlt-project-showcase--style-1 .vlt-project-showcase__title a
{
    -webkit-transition: background-position 500ms;
            transition: background-position 500ms;

    background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, currentColor 0%, currentColor 50%, transparent 50%);
    background-image:         linear-gradient(to left, currentColor 0%, currentColor 50%, transparent 50%);
    background-position: 0 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200%;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.vlt-project-showcase--style-1 .vlt-project-showcase__title a:hover
{
    color: inherit;
    background-position: -100% 0;
}

/* SHOWCASE: STYLE 2
-------------------------------------------- */
.vlt-project-showcase--style-2
{
    height: 100vh;
    min-height: 550px;

    text-align: center;
}
.vlt-project-showcase--style-2 .swiper-container,
.vlt-project-showcase--style-2 .swiper-wrapper
{
    height: 100%;
}
.vlt-project-showcase--style-2 .swiper-slide
{
    height: auto;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__item
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 50vh;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__image
{
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 0;
    bottom: -50px;
    left: 0;

    -webkit-transition: -webkit-clip-path 500ms;
            transition: -webkit-clip-path 500ms;
            transition:         clip-path 500ms;
            transition:         clip-path 500ms, -webkit-clip-path 500ms;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.vlt-project-showcase--style-2 .vlt-project-showcase__content
{
    position: relative;

    display: inline-block;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__title
{
    font-size: 110px;
    line-height: 1.1;

    display: inline-block;

    color: inherit;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-2 .vlt-project-showcase__title
    {
        font-size: 70px;
    }
}
.vlt-project-showcase--style-2 .vlt-project-showcase__title a
{
    -webkit-transition: background-position 500ms;
            transition: background-position 500ms;

    background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, currentColor 0%, currentColor 50%, transparent 50%);
    background-image:         linear-gradient(to left, currentColor 0%, currentColor 50%, transparent 50%);
    background-position: 0 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200%;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__title a:hover
{
    color: inherit;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__number
{
    font-size: 24px;
    font-weight: 700;

    position: absolute;
    top: -1em;
    left: -1.5em;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 0;
}
.vlt-project-showcase--style-2 .vlt-project-showcase__category
{
    font-size: 16px;

    display: block;

    margin: 10px 0 0;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 0;
}
.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__title a
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;

    color: inherit;
    background-position: -100% 0;
}
.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__number,
.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__category
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;

    opacity: 1;
}
.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__image
{
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;

    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
}

/* SHOWCASE: STYLE 3
-------------------------------------------- */
.vlt-project-showcase--style-3
{
    height: 100vh;
    min-height: 550px;
}
.vlt-project-showcase--style-3 .swiper-container,
.vlt-project-showcase--style-3 .swiper-wrapper,
.vlt-project-showcase--style-3 .swiper-slide
{
    height: 100%;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__item
{
    position: relative;

    height: 100%;

    background-color: #101010;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .5;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: right;
}
@media only screen and (max-width: 991px)
{
    .vlt-project-showcase--style-3 .vlt-project-showcase__next-slide
    {
        display: none;
    }
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a
{
    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;
            flex-direction: column;

    width: 360px;
    height: 200px;

    color: #fff;
    background-color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    opacity: .7;

    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a span
{
    margin-top: 16px;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a i
{
    font-size: 16px;

    margin-top: 16px;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a:hover i
{
    -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
            animation: vlt_animate_icon_bottom 300ms forwards;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__category
{
    display: block;

    margin-bottom: 25px;

    color: #fff;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__title
{
    font-size: 70px;
    line-height: 1.2;

    max-width: 90%;

    color: #fff;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-3 .vlt-project-showcase__title
    {
        font-size: 46px;
    }
}
.vlt-project-showcase--style-3 .vlt-project-showcase__title a:hover
{
    color: inherit;
}
.vlt-project-showcase--style-3 .vlt-project-showcase__description
{
    position: relative;

    max-width: 280px;
    margin-top: 45px;
    margin-left: 170px;

    color: #bcbcbc;
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-3 .vlt-project-showcase__description
    {
        margin-left: 0;
    }
}
.vlt-project-showcase--style-3 .vlt-project-showcase__description::before
{
    position: absolute;
    top: .75em;
    left: -170px;

    width: 90px;

    content: '';

    border-top: 1px solid currentColor;
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-3 .vlt-project-showcase__description::before
    {
        display: none;
    }
}
.vlt-project-showcase--style-3 .vlt-simple-link
{
    margin-top: 45px;
    margin-left: 170px;

    color: #fff;
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-3 .vlt-simple-link
    {
        margin-left: 0;
    }
}

/* SHOWCASE: STYLE 4
-------------------------------------------- */
.vlt-project-showcase--style-4
{
    height: 100vh;
    min-height: 550px;
}
.vlt-project-showcase--style-4 .swiper-container,
.vlt-project-showcase--style-4 .swiper-wrapper,
.vlt-project-showcase--style-4 .swiper-slide
{
    height: 100%;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__item
{
    position: relative;

    overflow: hidden;

    height: 100%;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__item[data-brightness='light']
{
    background-color: #fff;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__item[data-brightness='dark']
{
    background-color: #101010;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__background
{
    width: 100%;
    height: 100%;

    -webkit-transition: 200ms;
            transition: 200ms;
    -webkit-animation: vlt_mask_circle_out 300ms forwards;
            animation: vlt_mask_circle_out 300ms forwards;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-clip-path: circle(0 at var(--x) var(--y));
            clip-path: circle(0 at var(--x) var(--y));
}
.vlt-project-showcase--style-4 .swiper-slide:hover .vlt-project-showcase__background
{
    -webkit-animation: vlt_mask_circle_in 300ms forwards;
            animation: vlt_mask_circle_in 300ms forwards;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__socials a:hover,
.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover
{
    color: inherit;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    color: #fff;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover
{
    color: #fff;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover i
{
    -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
            animation: vlt_animate_icon_bottom 300ms forwards;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__content
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__image
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: calc(100% - 90px);
    margin-top: auto;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-4 .vlt-project-showcase__image
    {
        height: 300px;
    }
}
.vlt-project-showcase--style-4 .vlt-project-showcase__image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__image:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-project-showcase--style-4 .vlt-project-showcase__heading
{
    font-size: 70px;
    line-height: 1.15;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-4 .vlt-project-showcase__heading
    {
        font-size: 46px;
        line-height: 1.25;
    }
}
.vlt-project-showcase--style-4 .vlt-project-showcase__category
{
    display: block;

    margin-bottom: 20px;

    color: #8a8a8a;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__description
{
    max-width: 390px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.vlt-project-showcase--style-4 .vlt-simple-link:not(:hover)
{
    color: #101010;
}
.vlt-project-showcase--style-4 .vlt-project-showcase__phantom-title
{
    font-size: 130px;
    font-weight: 700;
    line-height: .9;

    position: absolute;
    z-index: -1;
    bottom: -.1em;

    white-space: nowrap;

    color: #e5e5e5;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

/* SHOWCASE: STYLE 5
-------------------------------------------- */
.vlt-project-showcase--style-5
{
    height: 100vh;
    min-height: 550px;
}
.vlt-project-showcase--style-5 .swiper-container,
.vlt-project-showcase--style-5 .swiper-wrapper,
.vlt-project-showcase--style-5 .swiper-slide
{
    height: 100%;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__item
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__image
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__content
{
    width: 100%;
    padding-bottom: 80px;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__footer
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-project-showcase__link
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 80px;
    padding-right: 110px;

    background-color: var(--p1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-project-showcase__link
    {
        padding-right: 30px;
    }
}
.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-project-showcase__link::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    bottom: 0;

    width: 9999em;

    content: '';

    background-color: var(--p1);
}
.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-project-showcase__link .vlt-simple-link
{
    color: #fff;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__category
{
    display: block;

    margin-top: 60px;
    margin-bottom: 25px;

    color: #fff;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__title
{
    color: #fff;
}
.vlt-project-showcase--style-5 .vlt-project-showcase__title a:hover
{
    opacity: .8;
    color: inherit;
}

/* SHOWCASE: STYLE 6
-------------------------------------------- */
.vlt-project-showcase--style-6
{
    height: 100vh;
    min-height: 550px;
}
.vlt-project-showcase--style-6 .swiper-container,
.vlt-project-showcase--style-6 .swiper-wrapper,
.vlt-project-showcase--style-6 .swiper-slide
{
    height: 100%;
}
.vlt-project-showcase--style-6 .vlt-project-showcase__item
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    height: 100%;

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-6 .vlt-project-showcase__image
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__image
    {
        display: none;
    }
}
.vlt-project-showcase--style-6 .vlt-project-showcase__content
{
    width: 100%;

    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, -webkit-transform 1s;
            transition: transform 1s, opacity 1s;
            transition: transform 1s, opacity 1s, -webkit-transform 1s;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);

    opacity: 0;
}
.vlt-project-showcase--style-6 .vlt-project-showcase__number
{
    font-size: 24px;
    font-weight: 700;

    display: block;

    margin-left: -1em;

    color: var(--p1);
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__number
    {
        margin-left: 0;
    }
}
.vlt-project-showcase--style-6 .vlt-project-showcase__title
{
    font-size: 130px;

    position: relative;

    display: inline-block;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__title
    {
        font-size: 84px;
    }
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__title
    {
        font-size: 70px;
    }
}
.vlt-project-showcase--style-6 .vlt-project-showcase__title.original
{
    z-index: 1;
}
@media only screen and (min-width: 768px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__title.original
    {
        color: #fff;
    }
}
.vlt-project-showcase--style-6 .vlt-project-showcase__title.mask
{
    position: absolute;
    z-index: 3;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__title.mask
    {
        display: none;
    }
}
.vlt-project-showcase--style-6 .vlt-project-showcase__title a:hover
{
    color: inherit;
}
.vlt-project-showcase--style-6 .vlt-project-showcase__footer
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding-right: 115px;

    text-align: right;
}
@media only screen and (max-width: 767px)
{
    .vlt-project-showcase--style-6 .vlt-project-showcase__footer
    {
        padding-right: 0;
    }
}
.vlt-project-showcase--style-6 .vlt-simple-link
{
    margin-top: 40px;
}
.vlt-project-showcase--style-6 .vlt-simple-link:not(:hover)
{
    color: #101010;
}
.vlt-project-showcase--style-6 .swiper-slide-active .vlt-project-showcase__content
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

/* SHOWCASE: STYLE 7
-------------------------------------------- */
.vlt-project-showcase--style-7
{
    height: 100vh;
    min-height: 550px;
}
.vlt-project-showcase--style-7 .swiper-container,
.vlt-project-showcase--style-7 .swiper-wrapper,
.vlt-project-showcase--style-7 .swiper-slide
{
    height: 100%;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__item
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    height: 100%;

    background-color: #101010;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__item::after,
.vlt-project-showcase--style-7 .vlt-project-showcase__item::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;

    width: 20%;

    content: '';

    border-right: 1px solid rgba(255, 255, 255, .25);
    border-left: 1px solid rgba(255, 255, 255, .25);
}
@media only screen and (max-width: 991px)
{
    .vlt-project-showcase--style-7 .vlt-project-showcase__item::after,
    .vlt-project-showcase--style-7 .vlt-project-showcase__item::before
    {
        display: none;
    }
}
.vlt-project-showcase--style-7 .vlt-project-showcase__item::before
{
    left: 20%;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__item::after
{
    left: 60%;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__image
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: .65;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__content
{
    width: 100%;
    padding-bottom: 80px;

    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, -webkit-transform 1s;
            transition: transform 1s, opacity 1s;
            transition: transform 1s, opacity 1s, -webkit-transform 1s;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);

    opacity: 0;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__info
{
    position: absolute;
    top: 60px;
    left: 60%;

    width: 20%;
}
@media only screen and (max-width: 991px)
{
    .vlt-project-showcase--style-7 .vlt-project-showcase__info
    {
        position: static;

        width: 100%;
        max-width: 320px;
        margin-top: 40px;
    }
}
.vlt-project-showcase--style-7 .vlt-project-showcase__category
{
    display: block;

    margin-bottom: 30px;
}
@media only screen and (max-width: 575px)
{
    .vlt-project-showcase--style-7 .vlt-project-showcase__title
    {
        font-size: 46px;
    }
}
.vlt-project-showcase--style-7 .vlt-project-showcase__category,
.vlt-project-showcase--style-7 .vlt-project-showcase__title,
.vlt-project-showcase--style-7 .vlt-project-showcase__text
{
    color: #fff;
}
.vlt-project-showcase--style-7 .vlt-btn
{
    margin-top: 50px;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__footer
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__navigation
{
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;
    padding: 0 0 0 9%;

    list-style-type: none;

    background-color: #fff;

    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
}
@media only screen and (max-width: 1199px)
{
    .vlt-project-showcase--style-7 .vlt-project-showcase__navigation
    {
        display: none;
    }
}
.vlt-project-showcase--style-7 .vlt-project-showcase__navigation li
{
    font-size: 16px;
    font-weight: 700;

    width: 100%;
    max-width: 220px;
    padding: 35px 30px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: rgba(16, 16, 16, .5);
    border-bottom: 1px solid transparent;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__navigation li.is-active
{
    color: #101010;
    border-color: #101010;
}
.vlt-project-showcase--style-7 .vlt-slider-controls,
.vlt-project-showcase--style-7 .vlt-project-showcase__socials
{
    padding: 40px 50px;

    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
}
@media only screen and (max-width: 1199px)
{
    .vlt-project-showcase--style-7 .vlt-slider-controls,
    .vlt-project-showcase--style-7 .vlt-project-showcase__socials
    {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
}
.vlt-project-showcase--style-7 .vlt-project-showcase__socials
{
    text-align: right;
}
.vlt-project-showcase--style-7 .vlt-project-showcase__socials a:hover
{
    color: inherit;
}
.vlt-project-showcase--style-7 .swiper-slide-active .vlt-project-showcase__content
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

/* PAGE: PORTFOLIO
-------------------------------------------- */
.vp-portfolio.vp-portfolio__loading .vp-portfolio__items-wrap,
.vp-portfolio.vp-portfolio__loading .vp-portfolio__thumbnails-wrap,
.vp-portfolio.vp-portfolio__loading .vp-portfolio__layout-elements
{
    opacity: .8 !important;
}

.vp-portfolio__preloader
{
    margin-top: 90px !important;
}
.vp-portfolio__preloader span
{
    background-color: #d6d6d6 !important;
}

.vlt-page-content .vp-portfolio
{
    --vp-elements__gap: 0;
}

/* WORK
-------------------------------------------- */
.vlt-work
{
    position: relative;
}
.vlt-work--tilt .vlt-work-meta
{
    -webkit-transition: -webkit-transform 300ms !important;
            transition: -webkit-transform 300ms !important;
            transition:         transform 300ms !important;
            transition:         transform 300ms, -webkit-transform 300ms !important;
}
.vlt-work .vlt-work-link
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-work .vlt-work-media
{
    position: relative;

    overflow: hidden;
}
.vlt-work .vlt-work-media img
{
    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, -webkit-transform 1s;
            transition: transform 1s, opacity 1s;
            transition: transform 1s, opacity 1s, -webkit-transform 1s;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform, opacity;
}
.vlt-work .vlt-work-category
{
    display: block;
}
.vlt-work:hover .vlt-work-media img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* PORTFOLIO: PAGINATION
-------------------------------------------- */
.vp-portfolio__pagination-wrap
{
    overflow: auto !important;
}

.vp-pagination__style-skape
{
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 100px;
    padding: 0;

    list-style-type: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vp-pagination__style-skape .vp-pagination__item a
{
    text-decoration: none;

    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-pagination__style-skape.vp-pagination__align-left
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-pagination__style-skape.vp-pagination__align-right
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-pagination__style-skape .vp-pagination__item
{
    margin: 0;
    padding: 0;

    list-style-type: none;

    text-align: center;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__item,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__item
{
    display: block;

    margin: 0;

    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more
{
    font-size: 16px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 70px;
    height: 70px;

    color: #101010;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
            box-shadow: inset 0 0 0 2px currentColor;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more span,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more span
{
    line-height: 0;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more i,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more i
{
    display: inline-block;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more i.icon-update,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more i.icon-update
{
    -webkit-animation: vlt_spin 1s linear infinite;
            animation: vlt_spin 1s linear infinite;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more:hover,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more:hover
{
    color: #101010;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'] .vp-pagination__load-more:hover i,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'] .vp-pagination__load-more:hover i
{
    -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
            animation: vlt_animate_icon_bottom 300ms forwards;
}
.vp-pagination__style-skape[data-vp-pagination-type='load-more'].vp-pagination__no-more .vp-pagination__load-more,
.vp-pagination__style-skape[data-vp-pagination-type='infinite'].vp-pagination__no-more .vp-pagination__load-more
{
    pointer-events: none;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item
{
    overflow: hidden;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item > a,
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item > span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 60px;
    height: 60px;
    margin: 0 5px;

    color: #101010;
    -webkit-box-shadow: inset 0 0 0 2px #101010;
            box-shadow: inset 0 0 0 2px #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item.vp-pagination__item-active > span,
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item:not(.vp-pagination__item-active) a:hover
{
    color: #fff;
    background-color: #101010;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item.vp-pagination__item-prev,
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item.vp-pagination__item-next
{
    font-size: 14px;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item.vp-pagination__item-prev:hover i
{
    -webkit-animation: vlt_animate_icon_left 300ms forwards;
            animation: vlt_animate_icon_left 300ms forwards;
}
.vp-pagination__style-skape[data-vp-pagination-type='paged'] .vp-pagination__item.vp-pagination__item-next:hover i
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}
.vp-pagination__style-skape .vp-pagination__load-more .vp-pagination__load-more-no-more,
.vp-pagination__style-skape .vp-pagination__load-more .vp-pagination__load-more-loading,
.vp-portfolio__loading .vp-pagination__style-skape .vp-pagination__load-more span,
.vp-pagination__style-skape.vp-pagination__no-more .vp-pagination__load-more span,
.vp-portfolio__loading .vp-pagination__style-skape.vp-pagination__no-more .vp-pagination__load-more .vp-pagination__load-more-no-more
{
    display: none;
}
.vp-pagination__style-skape .vp-pagination__load-more span,
.vp-portfolio__loading .vp-pagination__style-skape .vp-pagination__load-more .vp-pagination__load-more-loading,
.vp-pagination__style-skape.vp-pagination__no-more .vp-pagination__load-more .vp-pagination__load-more-no-more
{
    display: block;
}

/* PORTFOLIO: FILTERS
-------------------------------------------- */
.vp-filter__style-skape,
.vp-sort__style-skape
{
    --vp-filter-sort-default--items__gap: 30px;
    --vp-filter-sort-default--items-count__offset: 8px;
    --vp-filter-sort-default--items-count__font-size: .6em;
}

.vp-portfolio__filter-sort-wrap
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.vp-portfolio__filter-sort-wrap,
.vp-portfolio__filter-wrap,
.vp-portfolio__sort-wrap
{
    margin-bottom: 90px;
}

.vp-portfolio__filter-wrap,
.vp-portfolio__sort-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

@media only screen and (max-width: 767px)
{
    .vp-portfolio__filter-sort-wrap
    {
        display: block;
    }
    .vp-portfolio__filter-sort-wrap .vp-sort
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}

.vp-portfolio__filter-sort-wrap .vp-portfolio__filter-wrap,
.vp-portfolio__filter-sort-wrap .vp-portfolio__sort-wrap
{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px)
{
    .vp-portfolio__filter-sort-wrap .vp-portfolio__filter-wrap + .vp-portfolio__sort-wrap,
    .vp-portfolio__filter-sort-wrap .vp-portfolio__sort-wrap + .vp-portfolio__filter-wrap
    {
        margin-top: 30px;
    }
}

.vp-sort__style-skape,
.vp-filter__style-skape
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: calc(-1 * var(--vp-filter-sort-default--items__gap));
    margin-left: calc(-1 * var(--vp-filter-sort-default--items__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media only screen and (max-width: 767px)
{
    .vp-sort__style-skape,
    .vp-filter__style-skape
    {
        display: block;
    }
}
.vp-sort__style-skape .vp-filter__item a,
.vp-sort__style-skape .vp-sort__item a,
.vp-filter__style-skape .vp-filter__item a,
.vp-filter__style-skape .vp-sort__item a
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__layout-elements-align-left .vp-sort__style-skape,
.vp-portfolio__layout-elements-align-left
  .vp-filter__style-skape
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__layout-elements-align-center .vp-sort__style-skape,
.vp-portfolio__layout-elements-align-center
  .vp-filter__style-skape
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__layout-elements-align-right .vp-sort__style-skape,
.vp-portfolio__layout-elements-align-right
  .vp-filter__style-skape
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-sort__style-skape .vp-filter__item,
.vp-sort__style-skape .vp-sort__item,
.vp-filter__style-skape .vp-filter__item,
.vp-filter__style-skape .vp-sort__item
{
    margin-top: var(--vp-filter-sort-default--items__gap);
    margin-left: var(--vp-filter-sort-default--items__gap);

    text-align: center;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.vp-sort__style-skape .vp-filter__item > *,
.vp-sort__style-skape .vp-sort__item > *,
.vp-filter__style-skape .vp-filter__item > *,
.vp-filter__style-skape .vp-sort__item > *
{
    font-size: 18px;
    font-weight: 700;

    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    padding: 0 8px 5px;

    cursor: pointer;
    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
}
.vp-sort__style-skape .vp-filter__item > *::after,
.vp-sort__style-skape .vp-sort__item > *::after,
.vp-filter__style-skape .vp-filter__item > *::after,
.vp-filter__style-skape .vp-sort__item > *::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);

    background-color: var(--p1);
}
.vp-sort__style-skape .vp-filter__item > *:hover,
.vp-sort__style-skape .vp-filter__item.vp-filter__item-active > *,
.vp-sort__style-skape .vp-filter__item.vp-sort__item-active > *,
.vp-sort__style-skape .vp-sort__item > *:hover,
.vp-sort__style-skape .vp-sort__item.vp-filter__item-active > *,
.vp-sort__style-skape .vp-sort__item.vp-sort__item-active > *,
.vp-filter__style-skape .vp-filter__item > *:hover,
.vp-filter__style-skape .vp-filter__item.vp-filter__item-active > *,
.vp-filter__style-skape .vp-filter__item.vp-sort__item-active > *,
.vp-filter__style-skape .vp-sort__item > *:hover,
.vp-filter__style-skape .vp-sort__item.vp-filter__item-active > *,
.vp-filter__style-skape .vp-sort__item.vp-sort__item-active > *
{
    color: var(--p1);
}
.vp-sort__style-skape .vp-filter__item.vp-filter__item-active > *,
.vp-sort__style-skape .vp-filter__item.vp-sort__item-active > *,
.vp-sort__style-skape .vp-sort__item.vp-filter__item-active > *,
.vp-sort__style-skape .vp-sort__item.vp-sort__item-active > *,
.vp-filter__style-skape .vp-filter__item.vp-filter__item-active > *,
.vp-filter__style-skape .vp-filter__item.vp-sort__item-active > *,
.vp-filter__style-skape .vp-sort__item.vp-filter__item-active > *,
.vp-filter__style-skape .vp-sort__item.vp-sort__item-active > *
{
    cursor: default;
    pointer-events: none;
}
.vp-sort__style-skape .vp-filter__item.vp-filter__item-active > *::after,
.vp-sort__style-skape .vp-filter__item.vp-sort__item-active > *::after,
.vp-sort__style-skape .vp-sort__item.vp-filter__item-active > *::after,
.vp-sort__style-skape .vp-sort__item.vp-sort__item-active > *::after,
.vp-filter__style-skape .vp-filter__item.vp-filter__item-active > *::after,
.vp-filter__style-skape .vp-filter__item.vp-sort__item-active > *::after,
.vp-filter__style-skape .vp-sort__item.vp-filter__item-active > *::after,
.vp-filter__style-skape .vp-sort__item.vp-sort__item-active > *::after
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.vp-sort__style-skape .vp-filter__item-count,
.vp-filter__style-skape .vp-filter__item-count
{
    font-size: var(--vp-filter-sort-default--items-count__font-size);

    float: right;

    margin-left: var(--vp-filter-sort-default--items-count__offset);
}

.vp-filter__style-dropdown,
.vp-sort__style-dropdown
{
    margin: 0;
}
.vp-filter__style-dropdown select,
.vp-sort__style-dropdown select
{
    width: 245px;
}

/* WORK: DEFAULT
-------------------------------------------- */
.vp-portfolio__items-style-default
{
    --vp-items-style-default--links__color: inherit;
    --vp-items-style-default--links-hover__color: var(--p1);
    --vp-items-style-default--meta__color: inherit;
    --vp-items-style-default--meta__padding-v: 30px;
    --vp-items-style-default--meta__padding-h: 0;
    --vp-items-style-default--meta-items__gap: 10px;
    --vp-items-style-default--overlay__color: #fff;
    --vp-items-style-default--overlay__background-color: transparent;
    --vp-items-style-default--meta-icon__font-size: 2em;
    --vp-items-style-default--meta-categories__gap: .4em;
    --vp-items-style-default--meta-categories__separator: ', ';
    --vp-items-style-default--meta-inline__gap: 1em;
    --vp-items-style-default--meta-part-icon__offset: .5em;
}
.vp-portfolio__items-style-default .vp-portfolio__item a
{
    color: var(--vp-items-style-default--links__color);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__items-style-default .vp-portfolio__item a:hover,
.vp-portfolio__items-style-default .vp-portfolio__item a:focus
{
    color: var(--vp-items-style-default--links-hover__color);
}
.vp-portfolio__items-style-default .vp-portfolio__item-img-overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
    color: var(--vp-items-style-default--overlay__color);
    background-color: var(--vp-items-style-default--overlay__background-color);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    will-change: opacity;
}
.vp-portfolio__items-style-default .vp-portfolio__item-img
{
    overflow: hidden;
}
.vp-portfolio__items-style-default .vp-portfolio__item-img img
{
    -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition:         transform 1s;
            transition:         transform 1s, -webkit-transform 1s;

    will-change: transform;
}
.vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img,
.vp-portfolio__items-style-default .vp-portfolio__item-focus .vp-portfolio__item-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-img-overlay,
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-img-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item-img-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item:hover .vp-portfolio__item-img-overlay,
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item-focus .vp-portfolio__item-img-overlay
{
    opacity: 0;
}
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-always .vp-portfolio__item-img-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-default figcaption.vp-portfolio__item-overlay
{
    font-style: inherit;

    color: var(--vp-items-style-default--meta__color);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: var(--vp-items-style-default--meta__padding-v) var(--vp-items-style-default--meta__padding-h);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta > *
{
    margin-bottom: var(--vp-items-style-default--meta-items__gap);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta > :last-child
{
    margin-bottom: 0;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-icon
{
    font-size: var(--vp-items-style-default--meta-icon__font-size);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin-left: calc(-1 * var(--vp-items-style-default--meta-categories__gap));

    color: #8a8a8a;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: var(--vp-items-style-default--meta-categories__gap);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category::after
{
    content: var(--vp-items-style-default--meta-categories__separator);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type::after
{
    content: none;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-title
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: calc(-1 * var(--vp-items-style-default--meta-inline__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-inline > *
{
    margin-left: var(--vp-items-style-default--meta-inline__gap);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-part-icon
{
    margin-right: var(--vp-items-style-default--meta-part-icon__offset);
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-author
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-author img
{
    width: 1em;
    height: auto;

    border-radius: 1em;
}
.vp-portfolio__items-style-default .vp-portfolio__item-meta-read-more
{
    display: inline-block;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-left
{
    text-align: left;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-left .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-default .vp-portfolio__item-align-left .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-center
{
    text-align: center;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-center .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-default .vp-portfolio__item-align-center .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-right
{
    text-align: right;
}
.vp-portfolio__items-style-default .vp-portfolio__item-align-right .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-default .vp-portfolio__item-align-right .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WORK: FLY
-------------------------------------------- */
.vp-portfolio__items-style-fly
{
    --vp-items-style-fly--overlay__text-decoration: none;
    --vp-items-style-fly--overlay__color: #fff;
    --vp-items-style-fly--overlay__background-color: var(--p1);
    --vp-items-style-fly--meta__padding-v: 30px;
    --vp-items-style-fly--meta__padding-h: 30px;
    --vp-items-style-fly--meta-items__gap: 10px;
    --vp-items-style-fly--meta-icon__font-size: 2em;
    --vp-items-style-fly--meta-categories__opacity: .8;
    --vp-items-style-fly--meta-categories__gap: .4em;
    --vp-items-style-fly--meta-categories__separator: ', ';
    --vp-items-style-fly--meta-inline__gap: 1em;
    --vp-items-style-fly--meta-part-icon__offset: .5em;
}
.vp-portfolio__items-style-fly .vp-portfolio__item a
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-focus .vp-portfolio__item-overlay
{
    -webkit-transition: -webkit-transform .2s ease-in-out 0 !important;
            transition: -webkit-transform .2s ease-in-out 0 !important;
            transition:         transform .2s ease-in-out 0 !important;
            transition:         transform .2s ease-in-out 0, -webkit-transform .2s ease-in-out 0 !important;
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) !important;
            transform: translateX(0%) translateY(0%) translateZ(0) !important;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    -webkit-transform: translateY(-100%) translateX(-100%);
        -ms-transform: translateY(-100%) translateX(-100%);
            transform: translateY(-100%) translateX(-100%);
    text-align: center;

    color: var(--vp-items-style-fly--overlay__color);
    background-color: var(--vp-items-style-fly--overlay__background-color);
}
.vp-portfolio__items-style-fly figcaption.vp-portfolio__item-overlay
{
    font-style: inherit;

    margin: 0;

    color: var(--vp-items-style-fly--overlay__color);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;
    padding: var(--vp-items-style-fly--meta__padding-v) var(--vp-items-style-fly--meta__padding-h);

    color: inherit;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta > *
{
    max-width: 100%;
    margin-bottom: var(--vp-items-style-fly--meta-items__gap);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta > :last-child
{
    margin-bottom: 0;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-icon
{
    font-size: var(--vp-items-style-fly--meta-icon__font-size);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin-left: calc(-1 * var(--vp-items-style-fly--meta-categories__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: var(--vp-items-style-fly--meta-categories__gap);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category::after
{
    content: var(--vp-items-style-fly--meta-categories__separator);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type::after
{
    content: none;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category a
{
            text-decoration: var(--vp-items-style-fly--meta-categories__text-decoration);

    -webkit-text-decoration: var(--vp-items-style-fly--meta-categories__text-decoration);
       -moz-text-decoration: var(--vp-items-style-fly--meta-categories__text-decoration);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-title
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;

    color: inherit;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: calc(-1 * var(--vp-items-style-fly--meta-inline__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-inline > *
{
    margin-left: var(--vp-items-style-fly--meta-inline__gap);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-part-icon
{
    line-height: 1;

    margin-right: var(--vp-items-style-fly--meta-part-icon__offset);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-author
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-author img
{
    width: 1em;
    height: auto;

    border-radius: 1em;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-meta-excerpt
{
    opacity: var(--vp-items-style-fly--meta-excerpt__opacity);
}
.vp-portfolio__items-style-fly .vp-portfolio__item:hover .vp-portfolio__item-overlay,
.vp-portfolio__items-style-fly .vp-portfolio__item:focus .vp-portfolio__item-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-fly .vp-portfolio__item:hover .vp-portfolio__item-meta,
.vp-portfolio__items-style-fly .vp-portfolio__item:focus .vp-portfolio__item-meta
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.vp-portfolio__items-style-fly .vp-portfolio__item:hover .vp-portfolio__item-img img,
.vp-portfolio__items-style-fly .vp-portfolio__item:focus .vp-portfolio__item-img img
{
    -webkit-transform: var(--vp-items-style-fly--image-hover__transform);
        -ms-transform: var(--vp-items-style-fly--image-hover__transform);
            transform: var(--vp-items-style-fly--image-hover__transform);
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WORK: EMERGE
-------------------------------------------- */
.vp-portfolio__items-style-emerge
{
    --vp-items-style-emerge--links__color: inherit;
    --vp-items-style-emerge--links-hover__color: var(--p1);
    --vp-items-style-emerge--overlay__padding-v: 50px;
    --vp-items-style-emerge--overlay__padding-h: 60px;
    --vp-items-style-emerge--overlay__color: #fff;
    --vp-items-style-emerge--overlay__background-color: transparent;
    --vp-items-style-emerge--meta-items__gap: 10px;
    --vp-items-style-emerge--meta-categories__gap: .4em;
    --vp-items-style-emerge--meta-categories__separator: ', ';
    --vp-items-style-emerge--meta-inline__gap: 1em;
    --vp-items-style-emerge--meta-part-icon__offset: .5em;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item a
{
    color: var(--vp-items-style-emerge--links__color);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item a:hover,
.vp-portfolio__items-style-emerge .vp-portfolio__item a:focus
{
    color: var(--vp-items-style-emerge--links-hover__color);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-overlay
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: var(--vp-items-style-emerge--overlay__padding-v) var(--vp-items-style-emerge--overlay__padding-h);

    pointer-events: none;

    color: var(--vp-items-style-emerge--overlay__color);
    background-color: var(--vp-items-style-emerge--overlay__background-color);
}
.vp-portfolio__items-style-emerge figcaption.vp-portfolio__item-overlay
{
    font-style: inherit;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    color: inherit;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta > *
{
    margin-bottom: var(--vp-items-style-emerge--meta-items__gap);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta > :last-child
{
    margin-bottom: 0;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin-left: calc(-1 * var(--vp-items-style-emerge--meta-categories__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: var(--vp-items-style-emerge--meta-categories__gap);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category::after
{
    content: var(--vp-items-style-emerge--meta-categories__separator);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type::after
{
    content: none;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-title
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;

    color: inherit;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: calc(-1 * var(--vp-items-style-emerge--meta-inline__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-inline > *
{
    margin-left: var(--vp-items-style-emerge--meta-inline__gap);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-part-icon
{
    line-height: 1;

    margin-right: var(--vp-items-style-emerge--meta-part-icon__offset);
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-author
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-author img
{
    width: 1em;
    height: auto;

    border-radius: 1em;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-img
{
    background-color: #101010;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-img img
{
    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, -webkit-transform 1s;
            transition: transform 1s, opacity 1s;
            transition: transform 1s, opacity 1s, -webkit-transform 1s;

    opacity: .7;

    will-change: transform, opacity;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item:hover .vp-portfolio__item-img img,
.vp-portfolio__items-style-emerge .vp-portfolio__item:focus .vp-portfolio__item-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .5;
}
.vp-portfolio__items-style-emerge figcaption.vp-portfolio__item-meta
{
    text-align: inherit;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-left
{
    text-align: left;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-left .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-left .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-center
{
    text-align: center;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-center .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-center .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-right
{
    text-align: right;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-right .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-emerge .vp-portfolio__item-align-right .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WORK: FADE
-------------------------------------------- */
.vp-portfolio__items-style-fade
{
    --vp-items-style-fade--overlay__color: #fff;
    --vp-items-style-fade--overlay__background-color: var(--p1);
    --vp-items-style-fade--meta__padding-v: 30px;
    --vp-items-style-fade--meta__padding-h: 30px;
    --vp-items-style-fade--meta-items__gap: 10px;
    --vp-items-style-fade--meta-icon__font-size: 2em;
    --vp-items-style-fade--meta-categories__gap: .4em;
    --vp-items-style-fade--meta-categories__separator: ', ';
    --vp-items-style-fade--meta-inline__gap: 1em;
    --vp-items-style-fade--meta-part-icon__offset: .5em;
}
.vp-portfolio__items-style-fade .vp-portfolio__item a
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
    color: var(--vp-items-style-fade--overlay__color);
    background-color: var(--vp-items-style-fade--overlay__background-color);

    will-change: opacity;
}
.vp-portfolio__items-style-fade figcaption.vp-portfolio__item-overlay
{
    font-style: inherit;

    margin: 0;

    color: var(--vp-items-style-fade--overlay__color);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-wrap
{
    overflow: auto;

    width: 100%;
    height: 100%;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-wrap .simplebar-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 100%;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    min-height: 100%;
    padding: var(--vp-items-style-fade--meta__padding-v) var(--vp-items-style-fade--meta__padding-h);

    text-align: center;

    color: inherit;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta > *
{
    max-width: 100%;
    margin-bottom: var(--vp-items-style-fade--meta-items__gap);

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta > :last-child
{
    margin-bottom: 0;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-icon
{
    font-size: var(--vp-items-style-fade--meta-icon__font-size);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin-left: calc(-1 * var(--vp-items-style-fade--meta-categories__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: var(--vp-items-style-fade--meta-categories__gap);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category::after
{
    content: var(--vp-items-style-fade--meta-categories__separator);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type::after
{
    content: none;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-title
{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;

    color: inherit;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: calc(-1 * var(--vp-items-style-fade--meta-inline__gap));

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-inline > *
{
    margin-left: var(--vp-items-style-fade--meta-inline__gap);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-part-icon
{
    margin-right: var(--vp-items-style-fade--meta-part-icon__offset);
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-author
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-author img
{
    width: 1em;
    height: auto;

    border-radius: 1em;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-img img
{
    z-index: 1;

    -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition:         transform 1s;
            transition:         transform 1s, -webkit-transform 1s;

    will-change: transform;
}
.vp-portfolio__items-style-fade .vp-portfolio__item:hover .vp-portfolio__item-img img,
.vp-portfolio__items-style-fade .vp-portfolio__item-focus .vp-portfolio__item-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-overlay,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta-title,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta-title,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta-categories
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms forwards;
            animation: vlt_fade_in_from_bottom 300ms forwards;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta-categories
{
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-meta > *,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus .vp-portfolio__item-meta > *
{
    opacity: 1;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item-meta > *
{
    opacity: 1;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item:hover .vp-portfolio__item-overlay,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item-focus .vp-portfolio__item-overlay
{
    opacity: 0;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item:hover .vp-portfolio__item-meta > *,
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-default .vp-portfolio__item-focus .vp-portfolio__item-meta > *
{
    opacity: 0;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-always .vp-portfolio__item-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-fade.vp-portfolio__items-show-overlay-always .vp-portfolio__item-meta > *
{
    opacity: 1;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories,
.vp-portfolio__items-style-fade .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WORK: STYLE 1
-------------------------------------------- */
.vp-portfolio__items-style-skape_work_style_1 .vp-portfolio__item
{
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;
    text-align: center;
}
.vp-portfolio__items-style-skape_work_style_1 .vp-portfolio__item.has-opacity
{
    opacity: .5;
}

.vp-portfolio__items-style-skape_work_style_1 .vlt-work-title
{
    font-size: 46px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.vp-portfolio__items-style-skape_work_style_1 .vlt-work-title a
{
    color: inherit;
}

/* WORK: STYLE 2
-------------------------------------------- */
.vp-portfolio__items-style-skape_work_style_2
{
    --vp-items-style-fade--overlay__background-color: #fff;
    --vp-items-style-fade--overlay__color: var(--p1);
    --vp-items-style-fade--meta__padding-v: 0;
    --vp-items-style-fade--meta__padding-h: 0;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item a
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
    color: var(--vp-items-style-fade--overlay__color);
    background-color: var(--vp-items-style-fade--overlay__background-color);

    will-change: opacity;
}
.vp-portfolio__items-style-skape_work_style_2 figcaption.vp-portfolio__item-overlay
{
    font-style: inherit;

    margin: 0;

    color: var(--vp-items-style-fade--overlay__color);
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-meta-wrap
{
    overflow: auto;

    width: 100%;
    height: 100%;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-meta
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    min-height: 100%;
    padding: var(--vp-items-style-fade--meta__padding-v) var(--vp-items-style-fade--meta__padding-h);

    text-align: center;

    color: inherit;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-meta > *
{
    max-width: 100%;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-meta-title
{
    font-size: 46px;

    margin: 0;

    color: inherit;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-img img
{
    z-index: 1;

    -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            transition:         transform 1s;
            transition:         transform 1s, -webkit-transform 1s;

    will-change: transform;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item:hover .vp-portfolio__item-img img,
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-focus .vp-portfolio__item-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item:hover .vp-portfolio__item-overlay,
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-focus .vp-portfolio__item-overlay
{
    opacity: 1;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-top-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-top-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-top-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta
{
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta
{
    text-align: left;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.vp-portfolio__items-style-skape_work_style_2 .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta
{
    text-align: right;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WORK: STYLE 3
-------------------------------------------- */
.vp-portfolio__items-style-skape_work_style_3
{
    --vp-items-style-work-3--category_color: #8a8a8a;
    --vp-items-style-work-3--title-color: #101010;
}
.vp-portfolio__items-style-skape_work_style_3 .vlt-work-category
{
    margin-bottom: 20px;

    color: var(--vp-items-style-work-3--category_color);
}
.vp-portfolio__items-style-skape_work_style_3 .vlt-work-category a:hover
{
    color: inherit;
}
.vp-portfolio__items-style-skape_work_style_3 .vlt-work-title
{
    font-size: 46px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    max-width: 50%;

    color: var(--vp-items-style-work-3--title-color);
}
.vp-portfolio__items-style-skape_work_style_3 .vlt-work-title a:hover
{
    color: inherit;
}

/* 05. Partials */
/* PARTIAL: ABOUT AUTHOR
-------------------------------------------- */
.vlt-about-author
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 70px;
    padding: 50px;

    background-color: #f5f5f5;
}
.vlt-about-author__avatar
{
    max-width: 140px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media only screen and (max-width: 991px)
{
    .vlt-about-author__avatar
    {
        display: none;
    }
}
.vlt-about-author__content
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-about-author .vlt-about-author__avatar + .vlt-about-author__content
{
    margin-left: 50px;
}
@media only screen and (max-width: 991px)
{
    .vlt-about-author .vlt-about-author__avatar + .vlt-about-author__content
    {
        margin-left: 0;
    }
}
.vlt-about-author__title
{
    font-size: 20px;

    margin-bottom: 15px;
}
.vlt-about-author__text
{
    font-size: 16px;
}

/* PARTIAL: CURSOR
-------------------------------------------- */
.vlt-cursor
{
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;

    visibility: hidden;

    pointer-events: none;

    mix-blend-mode: difference;
    -webkit-filter: invert(1) grayscale(1);
            filter: invert(1) grayscale(1);
}
.vlt-cursor .outer,
.vlt-cursor .inner
{
    position: fixed;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 80px;
    height: 80px;

    pointer-events: none;
}
.vlt-cursor .outer .circle,
.vlt-cursor .outer .icon,
.vlt-cursor .inner .circle,
.vlt-cursor .inner .icon
{
    -webkit-transition: all 300ms;
            transition: all 300ms;
    -webkit-transform: scale(.8) translate3d(0, 0, 0);
            transform: scale(.8) translate3d(0, 0, 0);

    opacity: 0;
}
.vlt-cursor .outer .circle
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #101010;
            box-shadow: inset 0 0 0 2px #101010;
}
.vlt-cursor .inner
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-cursor .inner .icon
{
    font-size: 16px;
    line-height: 0;

    display: inline-block;

    color: #101010;
}
.vlt-cursor.is-active
{
    visibility: visible;
}
.vlt-cursor.is-visible .outer .circle,
.vlt-cursor.is-visible .inner .icon
{
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);

    opacity: 1;
}
.vlt-cursor.is-visible .inner .icon
{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
}

/* PARTIAL: MARQUEE TEXT
-------------------------------------------- */
[data-marquee]
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    max-width: 100%;

    white-space: nowrap;
}
[data-marquee] [data-marquee-text]
{
    display: inline-block;

    padding-right: 2em;

    -webkit-animation: vlt_marquee 5s linear infinite;
            animation: vlt_marquee 5s linear infinite;

    will-change: transform;
}

/* PARTIAL: POST MEDIA TITLE
-------------------------------------------- */
.vlt-post-media-title
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}
.vlt-post-media-title__overlay
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(16, 16, 16, .2);
}

/* STYLE 1
-------------------------------------------- */
.vlt-post-media-title--style-1
{
    min-height: 500px;
}

/* STYLE 2
-------------------------------------------- */
.vlt-post-media-title--style-2
{
    padding: 230px 0 200px;

    text-align: center;
}
.vlt-post-media-title--style-2 .vlt-post-title,
.vlt-post-media-title--style-2 .vlt-post-meta
{
    color: #fff;
}
.vlt-post-media-title--style-2 .vlt-post-title
{
    font-size: 46px;
    line-height: 1.25;
}
.vlt-post-media-title--style-2 .vlt-post-meta
{
    margin-top: 15px;
}

/* PARTIAL: SEARCH POPUP
-------------------------------------------- */
.vlt-search-popup
{
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 95px 0;

    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    color: #656565;
    background-color: #fff;
}
.admin-bar .vlt-search-popup
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-search-popup
    {
        top: 32px;
    }
}
.vlt-search-popup.vlt-search-popup--dark
{
    color: #b3b3b3;
    background-color: #101010;
}
.vlt-search-popup__header
{
    position: absolute;
    top: 35px;
    left: 0;

    width: 100%;

    text-align: right;
}
.vlt-search-popup__header .vlt-search-icon-close
{
    font-size: 18px;
}
.vlt-search-popup__header .vlt-search-icon-close:hover
{
    color: #101010;
}
.vlt-search-popup--dark .vlt-search-popup__header .vlt-search-icon-close:hover
{
    color: #fff;
}
.vlt-search-popup__content .vlt-search-form
{
    position: relative;

    overflow: hidden;
}
.vlt-search-popup__content .vlt-search-form input[type='text']
{
    font-size: 20px;

    padding: 15px 50px 15px 0;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']
{
    color: #fff;
    border-color: #525252;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text'].placeholder
{
    color: #fff;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']:-moz-placeholder
{
    color: #fff;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']::-moz-placeholder
{
    color: #fff;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']:-ms-input-placeholder
{
    color: #fff;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']::-webkit-input-placeholder
{
    color: #fff;
}
.vlt-search-popup__content .vlt-search-form input[type='text']:focus + button
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}
.vlt-search-popup__content .vlt-search-form button
{
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
    border: none;
    background: none;
}
.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form button
{
    color: #fff;
}
.vlt-search-popup__content .vlt-search-form button:hover
{
    opacity: .8;
}

/* PARTIAL: SITE FIXED BAR
-------------------------------------------- */
.vlt-site-fixed-bar
{
    line-height: 1;

    z-index: 25;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 115px;

    pointer-events: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-site-fixed-bar--fixed
{
    position: fixed;
}
.vlt-site-fixed-bar--absolute
{
    position: absolute;
}
@media only screen and (max-width: 767px)
{
    .vlt-site-fixed-bar
    {
        display: none;
    }
}
.vlt-site-fixed-bar a:hover
{
    color: inherit;
}
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials
{
        -ms-writing-mode: tb-rl;
    pointer-events: auto;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-1 + .vlt-social-icon--style-1,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-2 + .vlt-social-icon--style-1,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-1 + .vlt-social-icon--style-2,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-2 + .vlt-social-icon--style-2
{
    margin-top: 20px;
    margin-left: 0;
}
.vlt-site-fixed-bar .vlt-swiper-progress
{
    position: absolute;
    top: 50%;
    right: 50%;

    -webkit-transform: rotate(90deg) translate3d(50%, -100%, 0);
            transform: rotate(90deg) translate3d(50%, -100%, 0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    pointer-events: auto;
}
.vlt-site-fixed-bar .vlt-site-fixed-bar__all-link
{
    line-height: 1;

    pointer-events: auto;
}
.vlt-site-fixed-bar--right
{
    top: 0;
    right: 0;
    bottom: 0;

    height: 100%;
    padding: 50px 0;
}
.admin-bar .vlt-site-fixed-bar--right
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-site-fixed-bar--right
    {
        top: 32px;
    }
}
.vlt-site-fixed-bar--left
{
    top: 0;
    bottom: 0;
    left: 0;

    height: 100%;
    padding: 50px 0;
}
.admin-bar .vlt-site-fixed-bar--left
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-site-fixed-bar--left
    {
        top: 32px;
    }
}
.vlt-site-fixed-bar--left .vlt-site-fixed-bar__socials
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* PARTIAL: SITE OVERLAY
-------------------------------------------- */
.vlt-site-overlay
{
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    opacity: 0;
    background-color: rgba(16, 16, 16, .4);
}
.admin-bar .vlt-site-overlay
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .vlt-site-overlay
    {
        top: 32px;
    }
}

/* PARTIAL: SITE PRELOADER
-------------------------------------------- */
.animsition-image
{
    position: fixed;
    z-index: 120;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.animsition,
.animsition-overlay
{
    position: static;
}

/* PARTIAL: SOCIAL ICONS
-------------------------------------------- */
.vlt-social-icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}

/* STYLE 1 (16px text)
-------------------------------------------- */
.vlt-social-icon--style-1,
.vlt-social-icon--style-2
{
    font-size: 16px;
    font-weight: 700;
}
.vlt-social-icon--style-1 + .vlt-social-icon--style-1,
.vlt-social-icon--style-2 + .vlt-social-icon--style-1,
.vlt-social-icon--style-1 + .vlt-social-icon--style-2,
.vlt-social-icon--style-2 + .vlt-social-icon--style-2
{
    margin-left: 20px;
}

/* STYLE 2 (18px text)
-------------------------------------------- */
.vlt-social-icon--style-2
{
    font-size: 18px;
}

/* STYLE 3 (16px icon)
-------------------------------------------- */
.vlt-social-icon--style-3,
.vlt-social-icon--style-4
{
    font-size: 16px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-social-icon--style-3 + .vlt-social-icon--style-3,
.vlt-social-icon--style-4 + .vlt-social-icon--style-3,
.vlt-social-icon--style-3 + .vlt-social-icon--style-4,
.vlt-social-icon--style-4 + .vlt-social-icon--style-4
{
    margin-left: 15px;
}
.vlt-social-icon--style-3:hover,
.vlt-social-icon--style-4:hover
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* STYLE 4 (18px icon)
-------------------------------------------- */
.vlt-social-icon--style-4
{
    font-size: 18px;
}

/* PARTIAL: SUBSCRIBE FORM
-------------------------------------------- */
.vlt-subscribe-form
{
    position: relative;

    max-width: 460px;
}
.vlt-subscribe-form button
{
    font-size: 16px;
    font-weight: 700;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
    border: none;
    background: none;
}
.vlt-subscribe-form button i
{
    font-size: 85%;

    margin-left: 10px;
}
.vlt-subscribe-form button:hover
{
    color: var(--p1);
}

/* PARTIAL: TOOLTIP IMAGE
-------------------------------------------- */
.vlt-hover-reveal
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 367px;
    height: 250px;

    pointer-events: none;

    opacity: 0;
}
.vlt-hover-reveal__inner,
.vlt-hover-reveal__img
{
    position: relative;

    width: 100%;
    height: 100%;
}
.vlt-hover-reveal__inner
{
    overflow: hidden;
}
.vlt-hover-reveal__img
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 06. Vendors */
/* VENDOR: AOS
-------------------------------------------- */
[data-aos='image-mask-animation']
{
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
[data-aos='image-mask-animation'].aos-animate
{
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

/* VENDOR: ISOTOPE
-------------------------------------------- */
.vlt-isotope-grid .gutter-sizer
{
    width: 0;
}

.vlt-isotope-grid .grid-sizer,
.vlt-isotope-grid .grid-item
{
    float: left;
}

.vlt-isotope-grid .grid-item.w-100
{
    width: 100% !important;
}

.vlt-isotope-grid[data-columns='1'] .grid-sizer,
.vlt-isotope-grid[data-columns='1'] .grid-item
{
    width: 100%;
}

.vlt-isotope-grid[data-columns='2'] .grid-sizer,
.vlt-isotope-grid[data-columns='2'] .grid-item
{
    width: calc(100% * 1 / 2);
}
@media only screen and (max-width: 767px)
{
    .vlt-isotope-grid[data-columns='2'] .grid-sizer,
    .vlt-isotope-grid[data-columns='2'] .grid-item
    {
        width: 100%;
    }
}

.vlt-isotope-grid[data-columns='3'] .grid-sizer,
.vlt-isotope-grid[data-columns='3'] .grid-item
{
    width: calc(100% * 1 / 3);
}
@media only screen and (max-width: 991px)
{
    .vlt-isotope-grid[data-columns='3'] .grid-sizer,
    .vlt-isotope-grid[data-columns='3'] .grid-item
    {
        width: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-isotope-grid[data-columns='3'] .grid-sizer,
    .vlt-isotope-grid[data-columns='3'] .grid-item
    {
        width: 100%;
    }
}

.vlt-isotope-grid[data-columns='4'] .grid-sizer,
.vlt-isotope-grid[data-columns='4'] .grid-item
{
    width: calc(100% * 1 / 4);
}
@media only screen and (max-width: 991px)
{
    .vlt-isotope-grid[data-columns='4'] .grid-sizer,
    .vlt-isotope-grid[data-columns='4'] .grid-item
    {
        width: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .vlt-isotope-grid[data-columns='4'] .grid-sizer,
    .vlt-isotope-grid[data-columns='4'] .grid-item
    {
        width: 100%;
    }
}

/* VENDOR: FANCYBOX
-------------------------------------------- */
.fancybox-bg
{
    background-color: #101010;
}

.fancybox-is-open .fancybox-bg
{
    opacity: .8;
}

.fancybox-loading
{
    border: 2px solid rgba(255, 255, 255, .2);
    border-top-color: var(--p1);
}

/* BUTTONS
-------------------------------------------- */
.fancybox-navigation .fancybox-button,
.fancybox-toolbar .fancybox-button,
.fancybox-content .fancybox-button
{
    font-size: 16px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all 300ms;
            transition: all 300ms;

    color: #fff;
    background-color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.fancybox-navigation .fancybox-button:hover,
.fancybox-toolbar .fancybox-button:hover,
.fancybox-content .fancybox-button:hover
{
    color: #fff;
    background-color: var(--p1);
}

.fancybox-navigation .fancybox-close-small,
.fancybox-toolbar .fancybox-close-small,
.fancybox-content .fancybox-close-small
{
    top: -30px;
    right: -30px;

    opacity: 1;
}

.fancybox-navigation .fancybox-button--arrow_left:hover i
{
    -webkit-animation: vlt_animate_icon_left 300ms forwards;
            animation: vlt_animate_icon_left 300ms forwards;
}

.fancybox-navigation .fancybox-button--arrow_right:hover i
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}

/* VENDOR: JARALLAX
-------------------------------------------- */
.jarallax
{
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img
{
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';

    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

/* VENDOR: SWIPER
-------------------------------------------- */
/* LAZYLOAD
-------------------------------------------- */
:root
{
    --swiper-theme-color: #101010;
}

.swiper-lazy:not(.swiper-lazy-loaded)
{
    opacity: 0;
}

.swiper-lazy-preloader
{
    border: 4px solid rgba(16, 16, 16, .1);
    border-top-color: transparent;
}
.swiper-lazy-preloader::after
{
    display: none !important;
}

/* NAVIGATION
-------------------------------------------- */
.vlt-swiper-pagination.swiper-pagination-fraction
{
    color: inherit;
}

.vlt-swiper-button-prev,
.vlt-swiper-button-next
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    outline: none;
}

/* PROGRESS BAR
-------------------------------------------- */
.vlt-swiper-progress
{
    font-size: 16px;
    line-height: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-swiper-progress .sep
{
    margin: 0 2px;
}
.vlt-swiper-progress[data-direction='horizontal']
{
    color: #101010;
}
.has-white-color .vlt-swiper-progress[data-direction='horizontal']
{
    color: #808080;
}
.vlt-swiper-progress a
{
    color: #8a8a8a;
}
.vlt-swiper-progress a:hover
{
    color: #101010;
}
.has-white-color .vlt-swiper-progress a:hover
{
    color: #fff;
}
.vlt-swiper-progress .bar
{
    position: relative;

    height: 2px;
    margin: 0 20px;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    background-color: #d6d6d6;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.has-white-color .vlt-swiper-progress .bar
{
    background-color: #3d3d3d;
}
.vlt-swiper-progress .bar > span
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translate3d(0, 0, 0) scaleX(var(--scaleX));
            transform: translate3d(0, 0, 0) scaleX(var(--scaleX));
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;

    background-color: #101010;
}
.has-white-color .vlt-swiper-progress .bar > span
{
    background-color: #fff;
}
.vlt-swiper-progress[data-direction='vertical'] .bar
{
    width: 210px;
}
.vlt-swiper-progress[data-direction='vertical'] .total
{
    opacity: .5;
}

/* 07. Widgets */
/* WIDGET: AWARD ITEM
-------------------------------------------- */
.vlt-award-item
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -1px;
    padding: 40px 45px 40px 50px;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media only screen and (max-width: 991px)
{
    .vlt-award-item
    {
                flex-direction: column;

        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
                justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.vlt-award-item__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-award-item__title
{
    -webkit-transition: color 300ms;
            transition: color 300ms;

    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
}
@media only screen and (max-width: 991px)
{
    .vlt-award-item__title
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-award-item__category
{
    font-size: 24px;
    font-weight: 700;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;

    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
}
@media only screen and (max-width: 991px)
{
    .vlt-award-item__category
    {
        margin-top: 15px;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-award-item__year
{
    font-weight: 700;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
}
@media only screen and (max-width: 991px)
{
    .vlt-award-item__year
    {
        margin-top: 15px;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-award-item__icon
{
    font-size: 16px;
    line-height: 1;

    color: #fff;
}
@media only screen and (max-width: 991px)
{
    .vlt-award-item__icon
    {
        display: none;
    }
}
.vlt-award-item__icon i
{
    display: inline-block;
}
.vlt-award-item:hover
{
    background-color: #101010;
}
.vlt-award-item:hover .vlt-award-item__title
{
    color: #b3b3b3;
}
.vlt-award-item:hover .vlt-award-item__category,
.vlt-award-item:hover .vlt-award-item__year
{
    color: #fff;
}
.vlt-award-item:hover .vlt-award-item__icon i
{
    -webkit-animation: vlt_animate_icon_top_right 300ms 150ms forwards;
            animation: vlt_animate_icon_top_right 300ms 150ms forwards;
}

/* WIDGET: BUTTON
-------------------------------------------- */
.vlt-btn
{
    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    cursor: pointer;
    -webkit-transition: all 300ms;
            transition: all 300ms;
    white-space: nowrap;
    text-decoration: none;

    border: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-btn:disabled,
.vlt-btn.disabled
{
    cursor: not-allowed;
    pointer-events: none;
}
.vlt-btn--block
{
    width: 100%;
}
.vlt-btn:focus
{
    outline: none;
}
.vlt-btn i.left
{
    margin-right: .7em;
}
.vlt-btn i.right
{
    margin-left: .7em;
}
.vlt-btn span
{
    position: absolute;
    z-index: -1;

    display: block;

    width: 0;
    height: 0;

    -webkit-transition: width 600ms, height 600ms;
            transition: width 600ms, height 600ms;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border-radius: 50%;
}
.vlt-btn:hover
{
    text-decoration: none;
}
.vlt-btn:hover span
{
    width: 40rem;
    height: 40rem;
}

/* BUTTON PRIMARY
-------------------------------------------- */
.vlt-btn--primary
{
    color: #fff;
    background-color: var(--p1);
}
.vlt-btn--primary.vlt-btn--white
{
    color: #101010;
    background-color: #fff;
}
.vlt-btn--primary span
{
    background-color: #101010;
}
.vlt-btn--primary:hover
{
    color: #fff;
}

/* BUTTON SECONDARY
-------------------------------------------- */
.vlt-btn--secondary
{
    color: #fff;
    background-color: #101010;
}
.vlt-btn--secondary.vlt-btn--white
{
    color: #101010;
    background-color: #fff;
}
.vlt-btn--secondary span
{
    background-color: var(--p1);
}
.vlt-btn--secondary:hover
{
    color: #fff;
}

/* BUTTON TERTIARY
-------------------------------------------- */
.vlt-btn--tertiary
{
    color: #fff;
    background-color: var(--p1);
}
.vlt-btn--tertiary.vlt-btn--white
{
    color: #101010;
    background-color: #fff;
}
.vlt-btn--tertiary span
{
    background-color: #fff;
}
.vlt-btn--tertiary:hover
{
    color: #101010;
}

/* BUTTON SIZES
-------------------------------------------- */
.vlt-btn,
.vlt-btn.vlt-btn--md
{
    padding: 20px 60px;
}

.vlt-btn.vlt-btn--lg
{
    font-size: 18px;

    padding: 20px 70px;
}

.vlt-btn.vlt-btn--sm
{
    font-size: 14px;

    padding: 13px 27px;
}

.vlt-btn.vlt-btn--xs
{
    font-size: 14px;

    padding: 8px 20px;
}

/* WIDGET: CONTACT FORM 7
-------------------------------------------- */
.wpcf7 p
{
    margin-bottom: 0;
}

.wpcf7 br
{
    display: none;
}

.wpcf7 .wpcf7-form-control-wrap
{
    display: block;
}

.wpcf7 .wpcf7-list-item
{
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip
{
    margin: 0;
    padding: 0;
}

.wpcf7 .wpcf7-not-valid-tip
{
    font-size: 16px;

    margin: 5px 0 0;

    color: var(--danger);
}

.wpcf7 .wpcf7-response-output
{
    font-size: 16px;

    position: relative;

    margin: 30px 0 0 !important;
    padding: 0 !important;

    color: var(--danger) !important;
    border: none !important;
    background-color: transparent;
}

.wpcf7 span.ajax-loader
{
    display: none !important;
}

/* WIDGET: CASES SLIDER
-------------------------------------------- */
.vlt-cases-slider .vlt-cases-slider__category
{
    display: block;

    margin-bottom: 25px;

    color: #8a8a8a;
}

.vlt-cases-slider .vlt-cases-slider__description
{
    font-size: 20px;

    max-width: 90%;
    margin-top: 30px;
}

.vlt-cases-slider .vlt-simple-link
{
    margin-top: 40px;
}
.vlt-cases-slider .vlt-simple-link:not(:hover)
{
    color: #101010;
}

/* WIDGET: CONTENT MARQUEE
-------------------------------------------- */
.vlt-content-marquee
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-animation: var(--speed) vlt_marquee linear infinite;
            animation: var(--speed) vlt_marquee linear infinite;
    white-space: nowrap;

    --speed: 10s;
}
.vlt-content-marquee.has-stopable:hover
{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
.vlt-content-marquee__original > *,
.vlt-content-marquee__copy > *
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.vlt-content-marquee__original .elementor-section,
.vlt-content-marquee__copy .elementor-section
{
    left: auto !important;

    width: 100% !important;
}
.vlt-content-marquee__original .elementor-section .elementor-widget-wrap,
.vlt-content-marquee__copy .elementor-section .elementor-widget-wrap
{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.vlt-content-marquee__copy
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 100%;
    height: 100%;
}

/* WIDGET: CONTENT SLIDER
-------------------------------------------- */
.vlt-content-slider
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .vlt-content-slider[data-slides-centered='yes'] .swiper-slide
    {
        width: auto !important;
    }
}
.vlt-content-slider[data-slides-centered='yes'] .swiper-container
{
    overflow: unset;
}

/* WIDGET: COUNTDOWN
-------------------------------------------- */
.vlt-countdown
{
    font-size: 36px;
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: var(--p1);
}
.vlt-countdown span + span
{
    margin-left: 10px;
}
.vlt-countdown > * + *::before
{
    margin-right: 18px;
    margin-left: 18px;

    content: ':';
}

/* WIDGET: COUNTER UP
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.vlt-counter-up--style-1 .vlt-counter-up__counter
{
    font-size: 130px;
    font-weight: 700;
    line-height: 1;

    color: #101010;
}
@media only screen and (max-width: 767px)
{
    .vlt-counter-up--style-1 .vlt-counter-up__counter
    {
        font-size: 84px;
    }
}

.vlt-counter-up--style-1 .vlt-counter-up__title
{
    margin-top: 10px;

    color: #101010;
}

/* STYLE 2 / STYLE 3
-------------------------------------------- */
.vlt-counter-up--style-2,
.vlt-counter-up--style-3
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-counter-up--style-2 .vlt-counter-up__icon,
.vlt-counter-up--style-3 .vlt-counter-up__icon
{
    font-size: 26px;
    line-height: 1;

    margin-right: 20px;

    color: #101010;
}
.vlt-counter-up--style-2 .vlt-counter-up__icon svg,
.vlt-counter-up--style-3 .vlt-counter-up__icon svg
{
    height: 1em;
}
.vlt-counter-up--style-2 .vlt-counter-up__counter,
.vlt-counter-up--style-3 .vlt-counter-up__counter
{
    font-size: 46px;
    font-weight: 700;
    line-height: 1;

    color: #101010;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-counter-up--style-2 .vlt-counter-up__title,
.vlt-counter-up--style-3 .vlt-counter-up__title
{
    margin-left: 18px;

    text-align: left;

    color: #101010;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

/* WIDGET: HEADING
-------------------------------------------- */
h1.vlt-heading,
h2.vlt-heading,
h3.vlt-heading,
h4.vlt-heading,
h5.vlt-heading,
h6.vlt-heading
{
    margin: 0;
}

/* WIDGET: PAGE TITLE
-------------------------------------------- */
.vlt-page-title
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}
.vlt-page-title__overlay
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(16, 16, 16, .2);
}
.vlt-page-title__scroll-to
{
    font-size: 18px;

    position: absolute;
    bottom: 50px;
    left: 50%;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 40px;
    height: 40px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-page-title__scroll-to:hover
{
    opacity: .8;
    color: #fff;
}
.vlt-page-title__scroll-to:hover i
{
    -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
            animation: vlt_animate_icon_bottom 300ms forwards;
}

/* STYLE 1
-------------------------------------------- */
.vlt-page-title--style-1
{
    padding: 150px 0 0;

    text-align: center;
}
.vlt-page-title--style-1 .vlt-page-title__title
{
    font-size: 130px;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-title--style-1 .vlt-page-title__title
    {
        font-size: 84px;
    }
}
@media only screen and (max-width: 575px)
{
    .vlt-page-title--style-1 .vlt-page-title__title
    {
        font-size: 46px;
    }
}

/* STYLE 2
-------------------------------------------- */
.vlt-page-title--style-2
{
    padding: 190px 0;

    text-align: center;
}
.vlt-page-title--style-2 .vlt-page-title__title
{
    color: #fff;
}

/* STYLE 3
-------------------------------------------- */
.vlt-page-title--style-3
{
    padding: 270px 0;

    text-align: center;
}
.vlt-page-title--style-3 .vlt-page-title__title
{
    font-size: 130px;

    color: #fff;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-title--style-3 .vlt-page-title__title
    {
        font-size: 84px;
    }
}
@media only screen and (max-width: 575px)
{
    .vlt-page-title--style-3 .vlt-page-title__title
    {
        font-size: 46px;
    }
}

/* STYLE 4
-------------------------------------------- */
.vlt-page-title--style-4
{
    overflow: unset;

    padding: 180px 0 0;
}
.vlt-page-title--style-4 .vlt-page-title__phantom-title
{
    font-size: 130px;
    font-weight: 700;
    line-height: .9;

    position: absolute;
    top: -.3em;

    white-space: nowrap;
    pointer-events: none;

    color: #e5e5e5;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-title--style-4 .vlt-page-title__phantom-title
    {
        display: none;
    }
}
.vlt-page-title--style-4 .vlt-page-title__subtitle
{
    font-size: 20px;

    max-width: 500px;
    margin-top: 40px;
}
@media only screen and (max-width: 575px)
{
    .vlt-page-title--style-4 .vlt-page-title__title
    {
        font-size: 46px;
    }
}

/* WIDGET: PARTICLE
-------------------------------------------- */
.vlt-particle
{
    font-size: 0;

    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
}
.vlt-particle:not([data-animation-name='none'])
{
    visibility: hidden;
}
.vlt-particle.animate__animated
{
    visibility: visible;
}
.vlt-particle ~ *:not(.vlt-particle)
{
    position: relative;
    z-index: 1;
}

/* WIDGET: PARTNER
-------------------------------------------- */
.vlt-partner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 55px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-partner img
{
    width: auto;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-partner:hover img
{
    opacity: .9;
}
.vlt-partner--left
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.vlt-partner--center
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-partner--right
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

/* WIDGET: PRICING TABLE
-------------------------------------------- */
.vlt-pricing-table
{
    padding: 45px 45px 50px;

    text-align: center;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    -webkit-box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
            box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
}
.vlt-pricing-table__price
{
    font-size: 70px;
    font-weight: 700;
    line-height: .8;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin: 50px 0 55px;

    color: #101010;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vlt-pricing-table__price .currency
{
    font-size: 26px;
    line-height: 1;

    margin-right: 3px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
}
.vlt-pricing-table__price .period
{
    font-size: 20px;
    line-height: 1;

    margin-left: 5px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
}
.vlt-pricing-table__content ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;

    text-align: left;
}
.vlt-pricing-table__content ul li + li
{
    margin-top: 22px;
}
.vlt-pricing-table__content ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.vlt-pricing-table__content ul li i
{
    font-size: 8px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 24px;
    height: 24px;
    margin-top: .25em;
    margin-right: 18px;

    color: #fff;
    border-radius: 50%;
    background-color: #bcbcbc;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-pricing-table__content ul li.active i
{
    background-color: var(--p1);
}
.vlt-pricing-table__action
{
    margin-top: 50px;
}

/* WIDGET: PROCESS
-------------------------------------------- */
.vlt-process__number
{
    font-size: 26px;
    font-weight: 700;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 80px;
    height: 80px;

    color: #fff;
    border-radius: 50%;
    background-color: var(--p1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.vlt-process__title
{
    margin-top: 35px;
}

.vlt-process__text
{
    margin-top: 15px;
}
.text-center .vlt-process__text
{
    padding: 0 20px;
}

/* WIDGET: PROGRESS BAR
-------------------------------------------- */
.vlt-progress-bar__title
{
    font-size: 18px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 0 8px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-progress-bar__title > span::after
{
    content: '%';
}

.vlt-progress-bar__bar
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 3px;

    background-color: #3d3d3d;
}
.vlt-progress-bar__bar span
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    background-color: var(--p1);
}

/* WIDGET: SECTION TITLE
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.vlt-section-title--style-1 .vlt-section-title__subtitle
{
    display: block;

    margin-bottom: 30px;

    color: var(--p1);
}

.vlt-section-title--style-1 .vlt-section-title__text
{
    font-size: 20px;

    margin-top: 35px;
    margin-bottom: 0;
}

/* STYLE 2
-------------------------------------------- */
.vlt-section-title--style-2 .vlt-section-title__title
{
    font-size: 130px;
}
@media only screen and (max-width: 767px)
{
    .vlt-section-title--style-2 .vlt-section-title__title
    {
        font-size: 84px;
    }
}
@media only screen and (max-width: 575px)
{
    .vlt-section-title--style-2 .vlt-section-title__title
    {
        font-size: 70px;
    }
}

/* WIDGET: SERVICE
-------------------------------------------- */
.vlt-service
{
    position: relative;

    overflow: hidden;
}

/* STYLE 1
-------------------------------------------- */
.vlt-service--style-1
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.vlt-service--style-1 .vlt-service__media
{
    font-size: 80px;
    line-height: 1;

    min-width: 80px;
    margin-right: 35px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-service--style-1 .vlt-service__media svg
{
    height: 1em;
}

.vlt-service--style-1 .vlt-service__content
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-service--style-1 .vlt-service__text
{
    margin-top: 20px;
    margin-bottom: 0;
}

/* STYLE 2
-------------------------------------------- */
.vlt-service--style-2
{
    padding: 60px 40px;

    -webkit-transition: -webkit-box-shadow 300ms;
            transition: -webkit-box-shadow 300ms;
            transition:         box-shadow 300ms;
            transition:         box-shadow 300ms, -webkit-box-shadow 300ms;
    text-align: center;

    -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
            box-shadow: inset 0 0 0 1px #d6d6d6;
}
.vlt-service--style-2 .vlt-service__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-service--style-2 .vlt-service__media
{
    font-size: 100px;
    line-height: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    height: 100px;
    margin-bottom: 35px;

    color: #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-service--style-2 .vlt-service__media svg
{
    height: 1em;
}
.vlt-service--style-2 .vlt-service__text
{
    margin-top: 15px;
    margin-bottom: 0;

    color: #5c5c5c;
}
.vlt-service--style-2:hover
{
    -webkit-box-shadow: inset 0 0 0 1px #101010;
            box-shadow: inset 0 0 0 1px #101010;
}

/* STYLE 3
-------------------------------------------- */
.vlt-service--style-3
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: 110px;
    padding-right: 60px;
    padding-left: 60px;

    -webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
            transition: background-color 300ms, -webkit-box-shadow 300ms;
            transition: box-shadow 300ms, background-color 300ms;
            transition: box-shadow 300ms, background-color 300ms, -webkit-box-shadow 300ms;

    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
            box-shadow: inset 0 0 0 1px #d6d6d6;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-service--style-3 .vlt-service__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-service--style-3 .vlt-service__media
{
    font-size: 80px;
    line-height: 0;

    min-width: 100px;
    margin-right: 40px;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-service--style-3 .vlt-service__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-service--style-3 .vlt-service__title
{
    -webkit-transition: color 300ms;
            transition: color 300ms;
}
.vlt-service--style-3 .vlt-service__icon
{
    font-size: 16px;
    line-height: 1;

    color: #fff;
}
@media only screen and (max-width: 991px)
{
    .vlt-service--style-3 .vlt-service__icon
    {
        display: none;
    }
}
.vlt-service--style-3 .vlt-service__icon i
{
    display: inline-block;
}
.vlt-service--style-3:hover
{
    background-color: #101010;
    -webkit-box-shadow: inset 0 0 0 1px #101010;
            box-shadow: inset 0 0 0 1px #101010;
}
.vlt-service--style-3:hover .vlt-service__media,
.vlt-service--style-3:hover .vlt-service__title
{
    color: #fff;
}
.vlt-service--style-3:hover .vlt-service__icon i
{
    -webkit-animation: vlt_animate_icon_top_right 300ms 150ms forwards;
            animation: vlt_animate_icon_top_right 300ms 150ms forwards;
}

/* STYLE 4
-------------------------------------------- */
.vlt-service--style-4
{
    padding-top: 100%;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    background-color: #101010;
    -webkit-box-shadow: inset 0 0 0 1px #303030;
            box-shadow: inset 0 0 0 1px #303030;
}
.vlt-service--style-4 .vlt-service__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-service--style-4 .vlt-service__content
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-service--style-4 .vlt-service__media
{
    font-size: 100px;
    line-height: 1;

    color: #fff;
}
.vlt-service--style-4 .vlt-service__media svg
{
    height: 1em;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-service--style-4 .vlt-service__title
{
    margin-top: 25px;

    color: #fff;
}
.vlt-service--style-4:hover
{
    background-color: #232323;
}
.vlt-service--style-4:hover .vlt-service__media svg
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* STYLE 5
-------------------------------------------- */
.vlt-service--style-5
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 90px 15%;

    -webkit-transition: -webkit-box-shadow 300ms;
            transition: -webkit-box-shadow 300ms;
            transition:         box-shadow 300ms;
            transition:         box-shadow 300ms, -webkit-box-shadow 300ms;

    -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
            box-shadow: inset 0 0 0 1px #d6d6d6;
}
.vlt-service--style-5 .vlt-service__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-service--style-5 .vlt-service__media
{
    font-size: 55px;
    line-height: 1;

    margin-right: 40px;

    color: #101010;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.vlt-service--style-5 .vlt-service__media svg{
	width:55px;
}

.vlt-service--style-5 .vlt-service__media svg
{
    height: 1em;
}
.vlt-service--style-5 .vlt-service__text
{
    margin-top: 20px;
    margin-bottom: 0;
}
.vlt-service--style-5:hover
{
    -webkit-box-shadow: inset 0 0 0 1px #101010;
            box-shadow: inset 0 0 0 1px #101010;
}

/* WIDGET: SERVICE BOX
-------------------------------------------- */
.vlt-service-box
{
    position: relative;

    overflow: hidden;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
}
.vlt-service-box img
{
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-service-box__content
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.vlt-service-box__content::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: background-color 300ms, opacity 300ms;
            transition: background-color 300ms, opacity 300ms;

    opacity: .4;
    background-color: #101010;
}
.vlt-service-box__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-service-box__icon
{
    font-size: 35px;
    line-height: 1;

    margin-bottom: 20px;
}
.vlt-service-box__icon i,
.vlt-service-box__icon svg
{
    display: inline-block;
}
.vlt-service-box__icon svg
{
    height: 1em;
}
.vlt-service-box__title
{
    color: inherit;
}
.vlt-service-box:hover
{
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.vlt-service-box:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-service-box:hover .vlt-service-box__content::before
{
    opacity: .9;
    background-color: var(--p1);
}
.vlt-service-box:hover .vlt-service-box__icon i,
.vlt-service-box:hover .vlt-service-box__icon svg
{
    -webkit-animation: vlt_bounce 700ms forwards;
            animation: vlt_bounce 700ms forwards;
}

/* WIDGET: SIMPLE IMAGE
-------------------------------------------- */
.vlt-simple-image
{
    position: relative;

    overflow: hidden;
}
.vlt-simple-image__mask
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 100%;

    width: 120%;
}
.vlt-simple-image__mask .inside
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;

    background-color: #fff;
}

/* WIDGET: SIMPLE LINK
-------------------------------------------- */
.vlt-simple-link
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;

    position: relative;

    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-simple-link--sm
{
    font-size: 16px;
    line-height: 1.8;
}
.vlt-simple-link i
{
    font-size: 80%;

    display: inline-block;

    margin-left: .75em;
}
.vlt-simple-link:hover i
{
    -webkit-animation: vlt_animate_icon_top_right 300ms forwards;
            animation: vlt_animate_icon_top_right 300ms forwards;
}

/* WIDGET: SLIDER CONTROLS
-------------------------------------------- */
.vlt-slider-controls
{
    line-height: 1.1;

    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-slider-controls--style-2
{
    height: 60px;
    padding: 0 30px;
}
.vlt-slider-controls--style-3
{
    height: 80px;
    padding: 0 45px;
}
.vlt-slider-controls div.sep
{
    margin: 0 20px;

    opacity: .6;
}
.vlt-slider-controls .vlt-swiper-button-prev,
.vlt-slider-controls .vlt-swiper-button-next
{
    line-height: inherit;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    cursor: pointer;
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    color: inherit;
}
.vlt-slider-controls .vlt-swiper-button-prev:hover,
.vlt-slider-controls .vlt-swiper-button-next:hover
{
    opacity: .8;
}
.vlt-slider-controls .vlt-swiper-pagination
{
    line-height: inherit;
}
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-current,
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-total
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    min-width: .9em;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-slider-controls .vlt-swiper-pagination div.sep
{
    margin: 0;

    opacity: 1;
}
.vlt-slider-controls .vlt-swiper-button-prev + .vlt-swiper-pagination
{
    margin: 0 25px;
}

/* WIDGET: SLIDER CONTROLS
-------------------------------------------- */
.vlt-sticky-column
{
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
}

.vlt-sticky-column.is-affixed.elementor-element.elementor-column > .elementor-column-wrap
{
    margin-top: 0;
    margin-bottom: 0;
}

/* WIDGET: STROKE TEXT
-------------------------------------------- */
.vlt-stroke-text
{
    font-weight: 700;
    line-height: 1.15;

    margin: 0;
    padding: 0;

    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}
.vlt-stroke-text--lg
{
    font-size: 130px;
}
@media only screen and (max-width: 767px)
{
    .vlt-stroke-text--lg
    {
        font-size: 84px;
    }
}
.vlt-stroke-text--md
{
    font-size: 70px;
}
.vlt-stroke-text a
{
    -webkit-transition: background-position 500ms;
            transition: background-position 500ms;

    color: inherit;
    background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(right, currentColor 0%, currentColor 50%, transparent 50%);
    background-image:         linear-gradient(to left, currentColor 0%, currentColor 50%, transparent 50%);
    background-position: 0 0;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 200%;
}
.vlt-stroke-text a:hover
{
    color: currentColor;
    background-position: -100% 0;
}

/* WIDGET: STYLED LIST
-------------------------------------------- */
.vlt-styled-list
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}

/* STYLE 1
-------------------------------------------- */
.vlt-styled-list--style-1 li
{
    font-size: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.vlt-styled-list--style-1 li i
{
    font-size: 8px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 24px;
    height: 24px;
    margin-top: .25em;
    margin-right: 25px;

    color: #fff;
    border-radius: 50%;
    background-color: var(--p1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.vlt-styled-list--style-1 li + li
{
    margin-top: 30px;
}

/* STYLE 2
-------------------------------------------- */
.vlt-styled-list--style-2 li,
.vlt-styled-list--style-3 li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.vlt-styled-list--style-2 li::before,
.vlt-styled-list--style-3 li::before
{
    display: inline-block;

    width: 10px;
    height: 1px;
    margin-top: .75em;
    margin-right: 20px;

    content: '';

    background-color: var(--p1);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.vlt-styled-list--style-2 li + li,
.vlt-styled-list--style-3 li + li
{
    margin-top: 25px;
}

/* STYLE 3
-------------------------------------------- */
.vlt-styled-list--style-3 li::before
{
    margin-top: .5em;
}

.vlt-styled-list--style-3 li + li
{
    margin-top: 22px;
}

/* WIDGET: TABS
-------------------------------------------- */
.vlt-tabs
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-tabs li + li
{
    margin-top: 25px;
}
.vlt-tabs a
{
    font-size: 24px;
    font-weight: 700;

    opacity: .3;
}
.vlt-tabs a:hover
{
    opacity: 1;
    color: inherit;
}
.vlt-tabs li.is-active a
{
    opacity: 1;
}

.vlt-tabs-image
{
    position: relative;

    min-height: 550px;
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-tabs-image li
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.vlt-tabs-image li img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity 300ms, -webkit-transform 600ms;
            transition: opacity 300ms, -webkit-transform 600ms;
            transition: opacity 300ms, transform 600ms;
            transition: opacity 300ms, transform 600ms, -webkit-transform 600ms;
    -webkit-transform: scale3d(1, 1.75, 1) skewY(5deg);
            transform: scale3d(1, 1.75, 1) skewY(5deg);
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;

    opacity: 0;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-tabs-image li.is-active img
{
    -webkit-transform: scale3d(1, 1, 1) skewY(0);
            transform: scale3d(1, 1, 1) skewY(0);

    opacity: 1;
}

/* WIDGET: TEAM LIST
-------------------------------------------- */
.vlt-team-list
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.vlt-team-list a
{
    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    width: 140px;
    height: 140px;

    border: 6px solid var(--p1);
    border-radius: 50%;
}
@media only screen and (max-width: 767px)
{
    .vlt-team-list a
    {
        width: 120px;
        height: 120px;
    }
}
.vlt-team-list a img
{
    z-index: -1;

    -webkit-transition: -webkit-transform 200ms;
            transition: -webkit-transform 200ms;
            transition:         transform 200ms;
            transition:         transform 200ms, -webkit-transform 200ms;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-team-list a:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.vlt-team-list a + a
{
    margin-left: -30px;
}

/* WIDGET: TEAM MEMBER
-------------------------------------------- */
.vlt-team-member__avatar
{
    position: relative;

    overflow: hidden;
}
.vlt-team-member__avatar img
{
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.vlt-team-member__socials a:hover
{
    opacity: .8;
    color: inherit;
}

.vlt-team-member:hover .vlt-team-member__avatar img
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/* STYLE 1
-------------------------------------------- */
.vlt-team-member--style-1 .vlt-team-member__content
{
    padding: 25px 15px 0;

    text-align: center;
}

.vlt-team-member--style-1 .vlt-team-member__title
{
    font-size: 20px;
}

.vlt-team-member--style-1 .vlt-team-member__function
{
    margin-top: 8px;

    color: #8a8a8a;
}

.vlt-team-member--style-1 .vlt-team-member__socials
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 16px 35px;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center;

    color: #fff;
    background-color: var(--p1);
}

.vlt-team-member--style-1:hover .vlt-team-member__socials
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* STYLE 2
-------------------------------------------- */
.vlt-team-member--style-2 .vlt-team-member__content
{
    padding: 25px 15px 0;

    text-align: center;
}

.vlt-team-member--style-2 .vlt-team-member__title
{
    font-size: 26px;
}

.vlt-team-member--style-2 .vlt-team-member__function
{
    margin-top: 8px;

    color: #8a8a8a;
}

.vlt-team-member--style-2 .vlt-team-member__socials
{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 16px 35px;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    text-align: center;

    color: #fff;
    background-color: var(--p1);
}

.vlt-team-member--style-2:hover .vlt-team-member__socials
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

/* STYLE 3
-------------------------------------------- */
.vlt-team-member--style-3 .vlt-team-member__content
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vlt-team-member--style-3 .vlt-team-member__content::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .9;
    background-color: var(--p1);
}

.vlt-team-member--style-3 .vlt-team-member__text
{
    font-size: 26px;

    opacity: 0;
    color: #fff;
}

.vlt-team-member--style-3 .vlt-team-member__socials
{
    margin-top: 35px;

    opacity: 0;
    color: #fff;
}

.vlt-team-member--style-3:hover .vlt-team-member__content
{
    opacity: 1;
}

.vlt-team-member--style-3:hover .vlt-team-member__text
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms 100ms forwards;
            animation: vlt_fade_in_from_bottom 300ms 100ms forwards;
}

.vlt-team-member--style-3:hover .vlt-team-member__socials
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
            animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
}

/* STYLE 4
-------------------------------------------- */
.vlt-team-member--style-4 .vlt-team-member__title
{
    font-size: 20px;

    opacity: 0;
    color: #fff;
}

.vlt-team-member--style-4 .vlt-team-member__function
{
    margin-top: 8px;

    opacity: 0;
    color: #fff;
}

.vlt-team-member--style-4 .vlt-team-member__socials
{
    margin-top: 25px;

    opacity: 0;
    color: #fff;
}

.vlt-team-member--style-4 .vlt-team-member__content
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;
    padding-left: 45px;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
    background-color: rgba(16, 16, 16, .3);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.vlt-team-member--style-4:hover .vlt-team-member__content
{
    opacity: 1;
}

.vlt-team-member--style-4:hover .vlt-team-member__title
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms 100ms forwards;
            animation: vlt_fade_in_from_bottom 300ms 100ms forwards;
}

.vlt-team-member--style-4:hover .vlt-team-member__function
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
            animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
}

.vlt-team-member--style-4:hover .vlt-team-member__socials
{
    -webkit-animation: vlt_fade_in_from_bottom 300ms 300ms forwards;
            animation: vlt_fade_in_from_bottom 300ms 300ms forwards;
}

/* WIDGET: TESTIMONIAL
-------------------------------------------- */
.vlt-testimonial
{
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;
}

.text-white .vlt-testimonial__content{
	color:#fff;
}

.vlt-testimonial__content
{
    font-size: 26px;
    font-weight: 700;

    color: #101010;
}
.vlt-testimonial__avatar
{
    overflow: hidden;

    max-width: 120px;
    margin-right: 35px;

    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media only screen and (max-width: 767px)
{
    .vlt-testimonial__avatar
    {
        display: none;
    }
}
.vlt-testimonial__meta
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-testimonial__meta > div:not(.vlt-testimonial__avatar)
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-testimonial__title
{
    margin: 0;
}
.vlt-testimonial__function
{
    color: #959595;
}

/* STYLE 1
-------------------------------------------- */
.vlt-testimonial--style-1 .vlt-testimonial__content
{
    margin-bottom: 30px;
}

/* STYLE 2
-------------------------------------------- */
.vlt-testimonial--style-2 .vlt-testimonial__content
{
    margin-top: 60px;
}

.vlt-testimonial--style-2 .vlt-testimonial__meta
{
    text-align: left;
}

/* STYLE 3
-------------------------------------------- */
.vlt-testimonial--style-3
{
    max-width: 750px;
    padding: 60px 140px 60px 80px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
            box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
}
@media only screen and (max-width: 767px)
{
    .vlt-testimonial--style-3
    {
        padding: 60px;
    }
}
.vlt-testimonial--style-3 .vlt-testimonial__content
{
    font-weight: normal;

    margin-top: 30px;
}
.vlt-testimonial--style-3 .vlt-testimonial__meta
{
    text-align: left;
}
.swiper-slide:not(.swiper-slide-active) .vlt-testimonial--style-3
{
    opacity: .5;
}

/* WIDGET: TYPES LIST
-------------------------------------------- */
.vlt-types
{
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 992px)
{
    .vlt-types
    {
        height: 570px;
    }
}

.vlt-types-background,
.vlt-types-background__image,
.vlt-types-list
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.vlt-types-background
{
    z-index: 1;
}
@media only screen and (max-width: 991px)
{
    .vlt-types-background
    {
        display: none;
    }
}
.vlt-types-background__image
{
    -webkit-transition: opacity 500ms;
            transition: opacity 500ms;

    opacity: 0;
    background-color: #101010;
}
.vlt-types-background__image img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    opacity: .6;

    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-types-background__image.is-active
{
    opacity: 1;
}

.vlt-types-list
{
    z-index: 2;
}
@media only screen and (max-width: 991px)
{
    .vlt-types-list
    {
        position: relative;
    }
}
.vlt-types-list::before,
.vlt-types-list::after
{
    position: absolute;
    z-index: 1;
    top: 0;

    width: 1px;
    height: 100%;

    content: '';
    -webkit-transition: background-color 500ms;
            transition: background-color 500ms;

    background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 991px)
{
    .vlt-types-list::before,
    .vlt-types-list::after
    {
        display: none;
    }
}
.vlt-types-list::before
{
    left: calc(100% / 3);
}
.vlt-types-list::after
{
    left: calc((100% / 3) * 2);
}
.vlt-types-list.is-active::before,
.vlt-types-list.is-active::after
{
    background-color: rgba(255, 255, 255, .1);
}
.vlt-types-list .vlt-types-list__item
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    width: calc(100% / 3);
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media only screen and (max-width: 991px)
{
    .vlt-types-list .vlt-types-list__item
    {
        width: 100%;
        height: 180px;
    }
}
.vlt-types-list .vlt-types-list__item a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-types-list .vlt-types-list__item .vlt-types-list__content
{
    width: 100%;
    padding: 0 30px;

    -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
    text-align: center;

    color: #fff;
}
.vlt-types-list .vlt-types-list__item .vlt-types-list__background
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 300%;
    height: 100%;

    -webkit-transition: opacity 500ms;
            transition: opacity 500ms;

    background-color: #101010;
}
@media only screen and (max-width: 991px)
{
    .vlt-types-list .vlt-types-list__item .vlt-types-list__background
    {
        width: 100%;
    }
}
.vlt-types-list .vlt-types-list__item .vlt-types-list__background img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    opacity: .6;

    -o-object-fit: cover;
       object-fit: cover;
}
@media only screen and (min-width: 992px)
{
    .vlt-types-list .vlt-types-list__item:nth-of-type(2) .vlt-types-list__background
    {
        left: -100%;
    }
    .vlt-types-list .vlt-types-list__item:nth-of-type(3) .vlt-types-list__background
    {
        left: -200%;
    }
}
@media only screen and (min-width: 992px)
{
    .vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__background
    {
        opacity: 0;
    }
    .vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__content
    {
        opacity: .2;
    }
}
.vlt-types-list .vlt-types-list__category
{
    color: inherit;
}
.vlt-types-list .vlt-types-list__title
{
    margin-top: 10px;

    color: inherit;
}

/* WIDGET: VIDEO BUTTON
-------------------------------------------- */
.vlt-video-button
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-direction: row;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}
.vlt-video-button h6
{
    margin-left: 27px;

    white-space: nowrap;

    color: inherit;
}
.vlt-video-button a
{
    font-size: 16px;
    line-height: 1;

    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 70px;
    height: 70px;

    color: currentColor;
    outline: none;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-video-button a::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    border: 2px solid currentColor;
    border-radius: 50%;
}
.vlt-video-button a i
{
    display: inline-block;

    margin-left: .2em;

    -webkit-transition: inherit;
            transition: inherit;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-video-button a:hover i
{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}
.vlt-video-button a:hover::after
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

/* WIDGET: WANTED POSITION
-------------------------------------------- */
.vlt-wanted-position
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -1px;
    padding: 40px 45px 40px 50px;

    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;

    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media only screen and (max-width: 991px)
{
    .vlt-wanted-position
    {
                flex-direction: column;

        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
                justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.vlt-wanted-position__link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.vlt-wanted-position__category
{
    -webkit-transition: color 300ms;
            transition: color 300ms;

    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
}
@media only screen and (max-width: 991px)
{
    .vlt-wanted-position__category
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-wanted-position__position
{
    font-size: 24px;
    font-weight: 700;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;

    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
}
@media only screen and (max-width: 991px)
{
    .vlt-wanted-position__position
    {
        margin-top: 15px;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-wanted-position__time
{
    font-weight: 700;

    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
}
@media only screen and (max-width: 991px)
{
    .vlt-wanted-position__time
    {
        margin-top: 15px;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
.vlt-wanted-position__icon
{
    font-size: 16px;
    line-height: 1;

    color: #fff;
}
@media only screen and (max-width: 991px)
{
    .vlt-wanted-position__icon
    {
        display: none;
    }
}
.vlt-wanted-position__icon i
{
    display: inline-block;
}
.vlt-wanted-position:hover
{
    background-color: #101010;
}
.vlt-wanted-position:hover .vlt-wanted-position__category
{
    color: #b3b3b3;
}
.vlt-wanted-position:hover .vlt-wanted-position__position,
.vlt-wanted-position:hover .vlt-wanted-position__time
{
    color: #fff;
}
.vlt-wanted-position:hover .vlt-wanted-position__icon i
{
    -webkit-animation: vlt_animate_icon_top_right 300ms 150ms forwards;
            animation: vlt_animate_icon_top_right 300ms 150ms forwards;
}

/* 08. WordPress */
/* WORDPRESS: SIDEBAR
-------------------------------------------- */
.vlt-sidebar--right
{
    padding-left: 40px;
}
@media only screen and (max-width: 991px)
{
    .vlt-sidebar--right
    {
        margin-top: 60px;
        padding-left: 0;
    }
}

.vlt-sidebar--left
{
    padding-right: 40px;
}
@media only screen and (max-width: 991px)
{
    .vlt-sidebar--left
    {
        margin-top: 60px;
        padding-right: 0;
    }
}

/* WIDGET
-------------------------------------------- */
.vlt-widget
{
    display: block;
}
.vlt-widget ~ .vlt-widget
{
    margin-top: 65px;
}
.vlt-widget .vlt-widget__title
{
    margin: 0 0 30px;
}
.vlt-widget ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-widget ul li
{
    clear: both;
}
.vlt-widget ul .children
{
    margin-left: 10px;
}

/* WIDGET WHITE
-------------------------------------------- */
.vlt-widget--white
{
    color: #fff;
}
.vlt-widget--white a:hover
{
    color: rgba(255, 255, 255, .8);
}
.vlt-widget--white .vlt-widget__title
{
    margin-bottom: 20px;

    color: #8a8a8a;
}

/* WIDGET: CATEGORIES
-------------------------------------------- */
.vlt-widget.widget_categories,
.vlt-widget.widget_archive,
.vlt-widget.widget_pages,
.vlt-widget.widget_meta,
.vlt-widget.widget_recent_comments,
.vlt-widget.widget_recent_entries
{
    font-size: 16px;
    font-weight: 700;

    color: #101010;
}
.vlt-widget.widget_categories > ul,
.vlt-widget.widget_archive > ul,
.vlt-widget.widget_pages > ul,
.vlt-widget.widget_meta > ul,
.vlt-widget.widget_recent_comments > ul,
.vlt-widget.widget_recent_entries > ul
{
    padding-bottom: 15px;

    border-bottom: 1px solid #d6d6d6;
}
.vlt-widget.widget_categories > ul ul,
.vlt-widget.widget_archive > ul ul,
.vlt-widget.widget_pages > ul ul,
.vlt-widget.widget_meta > ul ul,
.vlt-widget.widget_recent_comments > ul ul,
.vlt-widget.widget_recent_entries > ul ul
{
    margin-top: 15px;
}
.vlt-widget.widget_categories li,
.vlt-widget.widget_archive li,
.vlt-widget.widget_pages li,
.vlt-widget.widget_meta li,
.vlt-widget.widget_recent_comments li,
.vlt-widget.widget_recent_entries li
{
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px solid #d6d6d6;
}
.vlt-widget.widget_categories li:last-of-type,
.vlt-widget.widget_archive li:last-of-type,
.vlt-widget.widget_pages li:last-of-type,
.vlt-widget.widget_meta li:last-of-type,
.vlt-widget.widget_recent_comments li:last-of-type,
.vlt-widget.widget_recent_entries li:last-of-type
{
    padding-bottom: 0;
}

/* WIDGET: SEARCH FORM
-------------------------------------------- */
.vlt-widget.widget_search .vlt-search-form
{
    position: relative;

    overflow: hidden;
}
.vlt-widget.widget_search .vlt-search-form input[type='text']
{
    padding-right: 50px;
}
.vlt-widget.widget_search .vlt-search-form input[type='text']:focus + button
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}
.vlt-widget.widget_search .vlt-search-form button
{
    font-size: 18px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
    border: none;
    background: none;
}
.vlt-widget.widget_search .vlt-search-form button:hover
{
    color: var(--p1);
}

/* WIDGET: ARCHIVE
-------------------------------------------- */
/* WIDGET: PAGES
-------------------------------------------- */
.vlt-widget.widget_pages .sf-with-ul::after
{
    padding-left: 8px;

    content: '+';
}

.vlt-widget.widget_pages .sfHover > .sf-with-ul::after
{
    content: '-';
}

.vlt-widget.widget_pages ul.children
{
    display: none;

    margin-top: 15px;
}

/* WIDGET: META
-------------------------------------------- */
/* WIDGET: RECENT COMMENTS
-------------------------------------------- */
/* WIDGET: RECENT ENTRIES
-------------------------------------------- */
/* WIDGET: NAV MENU
-------------------------------------------- */
.vlt-widget.widget_nav_menu
{
    line-height: 2;

    color: #101010;
}
.vlt-widget.widget_nav_menu .sf-with-ul::after
{
    padding-left: 8px;

    content: '+';
}
.vlt-widget.widget_nav_menu .sfHover > .sf-with-ul::after
{
    content: '-';
}
.vlt-widget.widget_nav_menu ul.sub-menu
{
    display: none;

    padding-left: 15px;
}
.vlt-nav--fullscreen__sidebar .vlt-widget.widget_nav_menu,
.vlt-nav--creative__sidebar .vlt-widget.widget_nav_menu,
.vlt-nav--offcanvas__sidebar .vlt-widget.widget_nav_menu,
.vlt-nav--slide__sidebar .vlt-widget.widget_nav_menu
{
    font-size: 24px;

    color: inherit;
}

/* WIDGET: TAG CLOUD
-------------------------------------------- */
.vlt-widget.widget_tag_cloud
{
    margin-bottom: -10px;
}
.vlt-widget.widget_tag_cloud a
{
    margin: 0 10px 10px 0;
}

/* WIDGET: TEXT
-------------------------------------------- */
.vlt-widget.widget_text
{
    font-size: 16px;
}
.vlt-widget.widget_text.vlt-widget--white
{
    line-height: 1.7;
}
.vlt-widget.widget_text.vlt-widget--white ul
{
    line-height: 2;
}
.vlt-widget.widget_text img
{
    margin-bottom: 30px;
}
.vlt-widget.widget_text .vlt-social-icons
{
    margin-top: 25px;

    color: #101010;
}

/* WIDGET: RSS
-------------------------------------------- */
.vlt-widget.widget_rss .vlt-widget__title img
{
    margin-right: 5px;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.vlt-widget.widget_rss li .rsswidget
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;

    text-decoration: none;
}
.vlt-widget.widget_rss li .rsswidget:not(:hover)
{
    color: #101010;
}

.vlt-widget.widget_rss li .rss-date
{
    display: block;

    margin: 10px 0 15px;

    color: #8a8a8a;
}

.vlt-widget.widget_rss li .rssSummary
{
    font-size: 16px;
}

.vlt-widget.widget_rss li cite,
.vlt-widget.widget_rss li .wp-block-quote__citation,
.vlt-widget.widget_rss li .wp-block-quote footer,
.wp-block-quote .vlt-widget.widget_rss li footer,
.vlt-widget.widget_rss li .wp-block-pullquote__citation,
.vlt-widget.widget_rss li .wp-block-pullquote footer,
.wp-block-pullquote .vlt-widget.widget_rss li footer
{
    margin: 15px 0 0;
}

.vlt-widget.widget_rss li + li
{
    margin-top: 30px;
}

/* WIDGET: CALENDAR
-------------------------------------------- */
.vlt-widget.widget_calendar tr,
.vlt-widget.widget_calendar td,
.vlt-widget.widget_calendar th
{
    padding: 6px 5px;

    text-align: center;
}

.vlt-widget.widget_calendar caption
{
    padding: 15px 0 0;

    color: #8a8a8a;
}

.vlt-widget.widget_calendar #today
{
    font-weight: 700;

    color: #fff;
    background-color: var(--p1);
}

.vlt-widget.widget_calendar .wp-calendar-nav
{
    margin-top: 15px;
}

/* WIDGET: GALLERY
-------------------------------------------- */
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid[data-columns='3'] > div
{
    width: 33.333%;
    padding: 5px;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item
{
    position: relative;

    overflow: hidden;

    padding-top: 100%;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -o-object-fit: cover;
       object-fit: cover;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item__link
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;

    opacity: 0;
    background-color: rgba(16, 16, 16, .3);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item__link i
{
    font-size: 14px;

    -webkit-transition: all 300ms 0s;
            transition: all 300ms 0s;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);

    opacity: 0;
    color: #fff;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item:hover img
{
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item:hover .vlt-gallery-item__link
{
    opacity: 1;
}
.vlt-widget.vlt_widget_gallery .vlt-gallery-grid .vlt-gallery-item:hover .vlt-gallery-item__link i
{
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);

    opacity: 1;
}

/* WIDGET: WIDGET SOCIALS
-------------------------------------------- */
.vlt-widget.vlt_widget_socials
{
    color: #101010;
}
.vlt-nav--fullscreen__sidebar .vlt-widget.vlt_widget_socials,
.vlt-nav--creative__sidebar .vlt-widget.vlt_widget_socials,
.vlt-nav--offcanvas__sidebar .vlt-widget.vlt_widget_socials,
.vlt-nav--slide__sidebar .vlt-widget.vlt_widget_socials
{
    color: inherit;
}

/* WIDGET: RECENT POSTS
-------------------------------------------- */
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post + .vlt-widget-post
{
    margin-top: 20px;
}

.vlt-widget.vlt_widget_recent_posts .vlt-widget-post
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post .vlt-widget-post__thumbnail + .vlt-widget-post__content
{
    margin-left: 30px;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__thumbnail
{
    overflow: hidden;

    max-width: 90px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__thumbnail img
{
    -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition:         transform 300ms;
            transition:         transform 300ms, -webkit-transform 300ms;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__content
{
    overflow: hidden;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__content span
{
    font-size: 14px;

    color: #8a8a8a;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post__content h5
{
    font-size: 16px;
    line-height: 1.5;

    overflow: hidden;

    margin-top: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.vlt-widget.vlt_widget_recent_posts .vlt-widget-post:hover .vlt-widget-post__thumbnail img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* WORDPRESS: LINK PAGES
-------------------------------------------- */
.vlt-link-pages
{
    font-size: 16px;

    margin-top: 40px;
}
.vlt-link-pages h6
{
    margin: 0 0 15px;
}
.vlt-link-pages .sep
{
    margin: 0 16px;

    color: #d6d6d6;
}

/* WORDPRESS: PAGINATION
-------------------------------------------- */
.vlt-pagination
{
    font-weight: 700;

    display: block;

    margin-top: 100px;

    text-align: center;
}
.vlt-pagination .prev:hover i
{
    -webkit-animation: vlt_animate_icon_left 300ms forwards;
            animation: vlt_animate_icon_left 300ms forwards;
}
.vlt-pagination .next:hover i
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}

/* PAGED
-------------------------------------------- */
.vlt-pagination--paged
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-pagination--paged .prev,
.vlt-pagination--paged .next
{
    font-size: 14px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 60px;
    height: 60px;

    color: #101010;
    -webkit-box-shadow: inset 0 0 0 2px #101010;
            box-shadow: inset 0 0 0 2px #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-pagination--paged .prev:hover,
.vlt-pagination--paged .next:hover
{
    color: #fff;
    background-color: #101010;
}

/* NUMERIC
-------------------------------------------- */
.vlt-pagination--numeric ul
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin: 0;
    padding: 0;

    list-style-type: none;
}

.vlt-pagination--numeric li > a,
.vlt-pagination--numeric li > span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 60px;
    height: 60px;
    margin: 0 5px;

    color: #101010;
    -webkit-box-shadow: inset 0 0 0 2px #101010;
            box-shadow: inset 0 0 0 2px #101010;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-pagination--numeric li > a.prev,
.vlt-pagination--numeric li > a.next,
.vlt-pagination--numeric li > span.prev,
.vlt-pagination--numeric li > span.next
{
    font-size: 14px;
}
.vlt-pagination--numeric li > a.current,
.vlt-pagination--numeric li > a:hover,
.vlt-pagination--numeric li > span.current,
.vlt-pagination--numeric li > span:hover
{
    color: #fff;
    background-color: #101010;
}

/* WORDPRESS: PAGE NAVIGATION
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.vlt-page-navigation--style-1
{
    padding: 130px 0;
}

/* STYLE 2
-------------------------------------------- */
.vlt-page-navigation--style-2
{
    overflow: hidden;

    border-top: 1px solid #d6d6d6;
}
.vlt-page-navigation--style-2 .all
{
    position: relative;
    z-index: 1;
}
.vlt-page-navigation--style-2 .all::before
{
    position: absolute;
    z-index: -1;
    top: -100%;
    left: 50%;

    display: block;

    height: 999em;

    content: '';

    border-left: 1px solid #d6d6d6;
}
.vlt-page-navigation--style-2 .all a
{
    font-size: 18px;

    z-index: 1;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: 60px;
    height: 60px;

    color: #101010;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.vlt-page-navigation--style-2 .all a i
{
    display: inline-block;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.vlt-page-navigation--style-2 .all a:hover
{
    color: #fff;
    border-color: #101010;
    background-color: #101010;
}
.vlt-page-navigation--style-2 .all a:hover i
{
    -webkit-animation: vlt_rotate_90_deg 300ms forwards;
            animation: vlt_rotate_90_deg 300ms forwards;
}
.vlt-page-navigation--style-2 .prev
{
    padding-right: 100px;

    text-align: right;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-navigation--style-2 .prev
    {
        padding-right: 30px;
    }
}
.vlt-page-navigation--style-2 .next
{
    padding-left: 100px;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-navigation--style-2 .next
    {
        padding-left: 30px;
    }
}
.vlt-page-navigation--style-2 .prev,
.vlt-page-navigation--style-2 .next
{
    padding-top: 55px;
    padding-bottom: 55px;
}
.vlt-page-navigation--style-2 .prev span.label,
.vlt-page-navigation--style-2 .next span.label
{
    color: #8a8a8a;
}
.vlt-page-navigation--style-2 .prev h5,
.vlt-page-navigation--style-2 .next h5
{
    overflow: hidden;

    margin-top: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

/* WORDPRESS: PASSWORD FORM
-------------------------------------------- */
.vlt-post-password-form
{
    max-width: 400px;
}
.vlt-post-password-form h4
{
    margin-bottom: 20px;
}
.vlt-post-password-form p
{
    margin-bottom: 30px;
}
.vlt-post-password-form input[type='password']
{
    padding-right: 50px;
}
.vlt-post-password-form input[type='password']:focus + button
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}
.vlt-post-password-form button
{
    font-size: 16px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 300ms;
            transition: color 300ms;

    color: #101010;
    border: none;
    background: none;
}
.vlt-post-password-form button:hover
{
    color: var(--p1);
}

/* WORDPRESS: COMMENTS
-------------------------------------------- */
.vlt-page-comments
{
    margin-top: 100px;
}
.vlt-page-comments__title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 70px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.vlt-page-comments__title a
{
    font-size: 75%;
}
.vlt-page-comments__title a i
{
    margin-right: 0;
}
.vlt-page-comments .vlt-comments,
.vlt-page-comments .vlt-comments ul.children
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item
{
    padding: 30px 0;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item:first-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:first-child
{
    padding-top: 0;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item:last-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child
{
    padding-bottom: 0;
}
.vlt-page-comments .vlt-comments ul.children
{
    margin-top: 60px;
    margin-left: 55px;
    padding-left: 40px;

    border-left: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px)
{
    .vlt-page-comments .vlt-comments ul.children
    {
        margin-left: 0;
        padding-left: 0;

        border: none;
    }
}
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child
{
    padding-bottom: 0;
}
.vlt-page-comments .form-submit
{
    margin-top: 60px;
    margin-bottom: 0;
}

.vlt-comments-navigation
{
    font-size: 16px;

    margin-top: 60px;
}
.vlt-comments-navigation a + a
{
    margin-left: 30px;
}

/* STYLE 1
-------------------------------------------- */
.vlt-page-comments--style-1 .vlt-page-comments__form
{
    margin-top: 100px;
    padding: 100px 0;

    background-color: #f5f5f5;
}

/* STYLE 2
-------------------------------------------- */
.vlt-page-comments--style-2 .vlt-page-comments__form
{
    margin-top: 100px;
}

/* COMMENT ITEM
-------------------------------------------- */
.vlt-comment-item__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 8px 0;
}
.vlt-comment-item__inner + .comment-respond
{
    margin-top: 60px;
}
.vlt-comment-item__inner .vlt-comment-avatar
{
    margin-right: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media only screen and (max-width: 767px)
{
    .vlt-comment-item__inner .vlt-comment-avatar
    {
        display: none;
    }
}
.vlt-comment-item__inner .vlt-comment-avatar img
{
    max-width: 90px;
}
.vlt-comment-item__inner .vlt-comment-content
{
    width: 100%;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.vlt-comment-item__inner .vlt-comment-name
{
    font-size: 20px;
}
.vlt-comment-item__inner .vlt-comment-metas
{
    margin-top: 10px;

    color: #8a8a8a;
}
.vlt-comment-item__inner .vlt-comment-header
{
    position: relative;
}
.vlt-comment-item__inner .vlt-comment-header .vlt-comment-reply
{
    position: absolute;
    top: 0;
    right: 0;
}
.vlt-comment-item__inner .vlt-comment-text
{
    margin-top: 30px;
}
.vlt-comment-item__inner .vlt-comment-reply
{
    font-size: 14px;
    font-weight: 700;

    padding: 8px 20px;

    color: #101010;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
.vlt-comment-item__inner .vlt-comment-reply i
{
    font-size: 10px;

    display: inline-block;

    margin-right: 11px;
}
.vlt-comment-item__inner .vlt-comment-reply:hover
{
    color: #fff;
    border: 1px solid #101010;
    background-color: #101010;
}
.vlt-comment-item__inner .vlt-comment-reply:hover i
{
    -webkit-animation: vlt_animate_icon_right 300ms forwards;
            animation: vlt_animate_icon_right 300ms forwards;
}
