@charset "UTF-8";
/*
Theme Name: Presso
Theme URI: http://envirra.com/themes/presso
Author: envirra
Author URI: http://themeforest.net/user/envirra?ref=envirra
Description: Magazine WordPress Theme
Version: 3.3.3
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: one-column, two-columns, three-columns, right-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
Text Domain: envirra
Domain Path: /languages/
*/

/* =============================================================================
   GENERAL
   ========================================================================== */
/* -----------------------------------------------------------------------------
 * Reset
 * -------------------------------------------------------------------------- */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus {
    outline: none !important;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

input[type="search"] {
    -webkit-appearance: none;
}

[hidden] {
    display: none !important;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}


h1 {
    font-size: 2em;
    margin: .67em 0;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}


figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}


button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

/*//////////////////////////////////////
// Boostrap Grid
//////////////////////////////////////*/
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.col-xs-1 {
    float: left;
    width: 8.3333333333%;
}

.col-xs-2 {
    float: left;
    width: 16.6666666667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.3333333333%;
}

.col-xs-5 {
    float: left;
    width: 41.6666666667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.3333333333%;
}

.col-xs-8 {
    float: left;
    width: 66.6666666667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.3333333333%;
}

.col-xs-11 {
    float: left;
    width: 91.6666666667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.3333333333%;
}

.pull-xs-2 {
    right: 16.6666666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.3333333333%;
}

.pull-xs-5 {
    right: 41.6666666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.3333333333%;
}

.pull-xs-8 {
    right: 66.6666666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.3333333333%;
}

.pull-xs-11 {
    right: 91.6666666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.3333333333%;
}

.push-xs-2 {
    left: 16.6666666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.3333333333%;
}

.push-xs-5 {
    left: 41.6666666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.3333333333%;
}

.push-xs-8 {
    left: 66.6666666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.3333333333%;
}

.push-xs-11 {
    left: 91.6666666667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.3333333333%;
}

.offset-xs-2 {
    margin-left: 16.6666666667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.3333333333%;
}

.offset-xs-5 {
    margin-left: 41.6666666667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.3333333333%;
}

.offset-xs-8 {
    margin-left: 66.6666666667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.3333333333%;
}

.offset-xs-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.3333333333%;
    }
    .pull-sm-2 {
        right: 16.6666666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.3333333333%;
    }
    .pull-sm-5 {
        right: 41.6666666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.3333333333%;
    }
    .pull-sm-8 {
        right: 66.6666666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.3333333333%;
    }
    .pull-sm-11 {
        right: 91.6666666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.3333333333%;
    }
    .push-sm-2 {
        left: 16.6666666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.3333333333%;
    }
    .push-sm-5 {
        left: 41.6666666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.3333333333%;
    }
    .push-sm-8 {
        left: 66.6666666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.3333333333%;
    }
    .push-sm-11 {
        left: 91.6666666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.3333333333%;
    }
    .pull-md-2 {
        right: 16.6666666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.3333333333%;
    }
    .pull-md-5 {
        right: 41.6666666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.3333333333%;
    }
    .pull-md-8 {
        right: 66.6666666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.3333333333%;
    }
    .pull-md-11 {
        right: 91.6666666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.3333333333%;
    }
    .push-md-2 {
        left: 16.6666666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.3333333333%;
    }
    .push-md-5 {
        left: 41.6666666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.3333333333%;
    }
    .push-md-8 {
        left: 66.6666666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.3333333333%;
    }
    .push-md-11 {
        left: 91.6666666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.3333333333%;
    }
    .pull-lg-2 {
        right: 16.6666666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.3333333333%;
    }
    .pull-lg-5 {
        right: 41.6666666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.3333333333%;
    }
    .pull-lg-8 {
        right: 66.6666666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.3333333333%;
    }
    .pull-lg-11 {
        right: 91.6666666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.3333333333%;
    }
    .push-lg-2 {
        left: 16.6666666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.3333333333%;
    }
    .push-lg-5 {
        left: 41.6666666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.3333333333%;
    }
    .push-lg-8 {
        left: 66.6666666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.3333333333%;
    }
    .push-lg-11 {
        left: 91.6666666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.3333333333%;
    }
    .pull-xl-2 {
        right: 16.6666666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.3333333333%;
    }
    .pull-xl-5 {
        right: 41.6666666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.3333333333%;
    }
    .pull-xl-8 {
        right: 66.6666666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.3333333333%;
    }
    .pull-xl-11 {
        right: 91.6666666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.3333333333%;
    }
    .push-xl-2 {
        left: 16.6666666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.3333333333%;
    }
    .push-xl-5 {
        left: 41.6666666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.3333333333%;
    }
    .push-xl-8 {
        left: 66.6666666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.3333333333%;
    }
    .push-xl-11 {
        left: 91.6666666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

/*//////////////////////////////////////
// Flex Grid
//////////////////////////////////////*/
.vw-flex-grid {
    display: flex;
    flex-wrap: wrap;
}
.vw-flex-grid > * {
    flex: 1 1 auto;
}

.vw-flex-grid--no-wrap {
    flex-wrap: nowrap;
}

.vw-flex-grid---no-grow > * {
    flex-grow: 0;
}

.vw-flex-grid__item {
    /* empty */
}

/**
 * Size
 */
.vw-flex-grid .vw-flex-grid__item {
    width: 100%;
}

@media (min-width: 1px) {
    .vw-flex-grid--xxs-1 > .vw-flex-grid__item {
        width: 100%;
    }
    .vw-flex-grid--xxs-2 > .vw-flex-grid__item {
        width: 50%;
    }
    .vw-flex-grid--xxs-3 > .vw-flex-grid__item {
        width: 33.3333333333%;
    }
    .vw-flex-grid--xxs-4 > .vw-flex-grid__item {
        width: 25%;
    }
    .vw-flex-grid--xxs-5 > .vw-flex-grid__item {
        width: 20%;
    }
    .vw-flex-grid--xxs-6 > .vw-flex-grid__item {
        width: 16.6666666667%;
    }
}

@media (min-width: 480px) {
    .vw-flex-grid--xs-1 > .vw-flex-grid__item {
        width: 100%;
    }
    .vw-flex-grid--xs-2 > .vw-flex-grid__item {
        width: 50%;
    }
    .vw-flex-grid--xs-3 > .vw-flex-grid__item {
        width: 33.3333333333%;
    }
    .vw-flex-grid--xs-4 > .vw-flex-grid__item {
        width: 25%;
    }
    .vw-flex-grid--xs-5 > .vw-flex-grid__item {
        width: 20%;
    }
    .vw-flex-grid--xs-6 > .vw-flex-grid__item {
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .vw-flex-grid--sm-1 > .vw-flex-grid__item {
        width: 100%;
    }
    .vw-flex-grid--sm-2 > .vw-flex-grid__item {
        width: 50%;
    }
    .vw-flex-grid--sm-3 > .vw-flex-grid__item {
        width: 33.3333333333%;
    }
    .vw-flex-grid--sm-4 > .vw-flex-grid__item {
        width: 25%;
    }
    .vw-flex-grid--sm-5 > .vw-flex-grid__item {
        width: 20%;
    }
    .vw-flex-grid--sm-6 > .vw-flex-grid__item {
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .vw-flex-grid--md-1 > .vw-flex-grid__item {
        width: 100%;
    }
    .vw-flex-grid--md-2 > .vw-flex-grid__item {
        width: 50%;
    }
    .vw-flex-grid--md-3 > .vw-flex-grid__item {
        width: 33.3333333333%;
    }
    .vw-flex-grid--md-4 > .vw-flex-grid__item {
        width: 25%;
    }
    .vw-flex-grid--md-5 > .vw-flex-grid__item {
        width: 20%;
    }
    .vw-flex-grid--md-6 > .vw-flex-grid__item {
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    .vw-flex-grid--lg-1 > .vw-flex-grid__item {
        width: 100%;
    }
    .vw-flex-grid--lg-2 > .vw-flex-grid__item {
        width: 50%;
    }
    .vw-flex-grid--lg-3 > .vw-flex-grid__item {
        width: 33.3333333333%;
    }
    .vw-flex-grid--lg-4 > .vw-flex-grid__item {
        width: 25%;
    }
    .vw-flex-grid--lg-5 > .vw-flex-grid__item {
        width: 20%;
    }
    .vw-flex-grid--lg-6 > .vw-flex-grid__item {
        width: 16.6666666667%;
    }
}

.vw-flex-grid .vw-flex-grid__item--full {
    width: 100% !important;
}

/**
 * Layouts
 */
/**
 * Gap
 */
.vw-flex-grid--tiny-gap {
    margin: -1px;
}
.vw-flex-grid--tiny-gap > .vw-flex-grid__item {
    padding: 1px;
}

.vw-flex-grid--small-gap {
    margin: -6px;
}
.vw-flex-grid--small-gap > .vw-flex-grid__item {
    padding: 6px;
}

.vw-flex-grid--medium-gap {
    margin: -10px;
}
.vw-flex-grid--medium-gap > .vw-flex-grid__item {
    padding: 10px;
}

.vw-flex-grid--large-gap {
    margin: -10px -15px;
}
.vw-flex-grid--large-gap > .vw-flex-grid__item {
    padding: 10px 15px;
}

/* -----------------------------------------------------------------------------
 * 
 * BASIC STYLE
 * 
 * -------------------------------------------------------------------------- */
a {
    word-break: break-word;
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

/*//////////////////////////////////////
// Unordered and Ordered lists
//////////////////////////////////////*/
ul,
ol {
    padding: 0;
    margin: 0 0 24px 24px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

li {
    margin: 5px 0 5px 5px;
}

ol li {
  padding-left: 14px;
}

.vw-post-content ol {
    list-style: none;
    counter-reset: vw-li-counter;
}
.vw-post-content ol li {
    position: relative;
}
.vw-post-content ol li:before {
    content: counter(vw-li-counter) ".";
    counter-increment: vw-li-counter;
    position: absolute;
    left: -22px;
    font-weight: bold;
    color: #222222;
}

/*//////////////////////////////////////
// Horizontal rules
//////////////////////////////////////*/
hr {
    margin: 36px 0;
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0.05);
}

/*//////////////////////////////////////
// Input
//////////////////////////////////////*/
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea {
    max-width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 10px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

select {
    padding: 12px;
    line-height: 1;
    margin-bottom: 1em;
    max-width: 100%;
    border: none;
    background-color: #F7F7F7;
}

label {
    vertical-align: middle;
}

input,
button {
    border-radius: 0;
}

textarea {
    max-width: 100%;
}

::selection {
    background: #000000;
    color: #FFFFFF;
}

/*//////////////////////////////////////
// Media
//////////////////////////////////////*/
embed,
iframe,
object {
    max-width: 100%;
}

/* -----------------------------------------------------------------------------
 * 
 * Typography
 * 
 * -------------------------------------------------------------------------- */
:root {
    font-size: 1rem;
    line-height: 1.65em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

body {
    line-height: 24px;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.3em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 26px;
    line-height: 1.1em;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}


/* -----------------------------------------------------------------------------
 * 
 * BUTTON
 * 
 * -------------------------------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.vw-button {
    height: auto;
    padding: 10px 26px;
    vertical-align: middle;
    border: none;
    background-color: #191919;
    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.no-touch button:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="reset"]:hover,
.no-touch input[type="submit"]:hover,
.no-touch
  .woocommerce a.button:hover,
.no-touch .woocommerce button.button:hover,
.no-touch .woocommerce input.button:hover,
.no-touch .woocommerce #respond input#submit:hover,
.no-touch
  .woocommerce-page a.button:hover,
.no-touch .woocommerce-page button.button:hover,
.no-touch .woocommerce-page input.button:hover,
.no-touch .woocommerce-page #respond input#submit:hover,
.no-touch
  .vw-button:hover {
    color: #FFFFFF;
}

.vw-button {
    display: inline-block;
    text-decoration: none !important;
    color: #FFFFFF !important;
    margin-bottom: 4px;
}
.vw-button .vw-icon {
    margin-right: 0.4em;
    font-size: 16px;
    vertical-align: bottom;
}

/*//////////////////////////////////////
// Image and caption
//////////////////////////////////////*/
img {
    height: auto;
    max-width: 100%;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    margin-top: 12px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}


/*//////////////////////////////////////
// Accessibility
//////////////////////////////////////*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #F1F1F1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759B;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* =============================================================================


   LAYOUT


   ========================================================================== */
/* -----------------------------------------------------------------------------
 * 
 * SITE LAYOUT
 * 
 * -------------------------------------------------------------------------- */
.vw-site {
    position: relative;
    background-color: #FFFFFF;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    will-change: auto;
}

/*//////////////////////////////////////
// Stuck Elements
//////////////////////////////////////*/
.vw-stuck {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-stuck.vw-stuck--up {
    transform: translateY(-100%);
}
.vw-stuck.vw-stuck--down {
    transform: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////
// Site Options
//////////////////////////////////////*/
/**
 * Boxed
 */
@media (min-width: 768px) {
    .vw-site--boxed .vw-site {
        margin: 30px auto;
    }
    .vw-site--boxed .vw-site,
    .vw-site--boxed .container,
    .vw-site--boxed .vw-stuck {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .vw-site--boxed .vw-site,
    .vw-site--boxed .container,
    .vw-site--boxed .vw-stuck {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .vw-site--boxed .vw-site,
    .vw-site--boxed .container,
    .vw-site--boxed .vw-stuck {
        max-width: 1200px;
    }
}

/**
 * Frame
 */
.vw-site--frame .vw-site {
    border: 8px solid #222222;
}

.vw-site--frame .vw-site-frame {
    background-color: #222222;
    position: fixed;
    z-index: 99;
}

.vw-site--frame .vw-site-frame--top {
    height: 8px;
    top: 0;
    left: 0;
    right: 0;
}

.vw-site--frame .vw-site-frame--bottom {
    height: 8px;
    bottom: 0;
    left: 0;
    right: 0;
}

/*//////////////////////////////////////
// Viewport
//////////////////////////////////////*/
.vw-viewport--full-height {
    height: 100vh;
    min-height: 500px;
    display: flex;
    flex-flow: column;
}
@media (min-width: 768px) {
    .vw-viewport--full-height {
        min-height: 640px;
    }
}
.vw-viewport--full-height > :last-child:not(:first-child) {
    flex: 1;
}



/* -----------------------------------------------------------------------------
 * 
 * HEADER AREA
 * 
 * -------------------------------------------------------------------------- */
.vw-header-area {
    z-index: 99;
    background-color: #FFFFFF;
    position: relative;
}
@media (max-width: 991px) {
    .vw-header-area {
        border-bottom: 1px solid rgba(136, 136, 136, 0.25);
    }
}


/*//////////////////////////////////////
// Header
//////////////////////////////////////*/
.vw-header {
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
}
.vw-header .vw-mobile-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: none;
}
@media (max-width: 991px) {
    .vw-header .vw-mobile-nav-button {
        display: inline-block;
    }
	.vwspc-section-post-slider-section, #vwspc-section-1 .container, .goob, .goob .vw-post-box, .goob .vw-slides, .goob .vw-post-box--slide, .goob .vw-single-slider {height: 250px !important;}
}


/**
 * Header Right Menu
 */
.vw-header--right-menu {
    border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
.vw-header--right-menu .vw-header__ads {
    margin-bottom: 24px;
    text-align: center;
}
.vw-header--right-menu .vw-stuck {
    background-color: #FFFFFF;
}


/**
 * Mobile Nav Button
 */
.vw-mobile-nav-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.vw-mobile-nav-button button {
    opacity: 1 !important;
    line-height: 1px;
    outline: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

/* -----------------------------------------------------------------------------
 * 
 * CONTENT AREA
 * 
 * -------------------------------------------------------------------------- */

.vw-content-main {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 992px) {
    .vw-content-main {
        float: left;
        width: 100%;
    }
}

.vw-content-sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 992px) {
    .vw-content-sidebar {
        float: left;
        width: 33.3333333333%;
    }
}
@media (max-width: 991px) {
    .vw-content-sidebar {
        margin-top: 48px;
    }
    .vw-content-sidebar .widget:first-child {
        padding-top: 36px;
        border-top: 6px solid #333333;
        border-top-style: solid !important;
    }
}

@media (min-width: 992px) {
    .vw-content-sidebar-extra {
        float: left;
        width: 16.6666666667%;
    }
}

/*//////////////////////////////////////
// Sidebar Positions
//////////////////////////////////////*/
.vw-content-area--no-sidebar {
    /* empty */
}

@media (min-width: 992px) {
    .vw-content-area--right-sidebar .vw-content-main,
    .vw-content-area--left-sidebar .vw-content-main,
    .vw-content-area--right-extra-sidebar .vw-content-main,
    .vw-content-area--left-extra-sidebar .vw-content-main {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 992px) {
    .vw-content-area--right-sidebar .vw-content-sidebar {
        box-shadow: rgba(136, 136, 136, 0.25) -1px 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    .vw-content-area--left-sidebar .vw-content-main {
        left: 33.3333333333%;
    }
}

@media (min-width: 992px) {
    .vw-content-area--left-sidebar .vw-content-sidebar {
        right: 66.6666666667%;
    }
}

@media (min-width: 992px) {
    .vw-content-area--left-sidebar .vw-content-sidebar {
        box-shadow: rgba(136, 136, 136, 0.25) 1px 0px 0px 0px;
    }
}

.vw-content-area--right-extra-sidebar {
    /* empty */
}

.vw-content-area--left-extra-sidebar {
    /* empty */
}

/* -----------------------------------------------------------------------------
 * 
 * SIDE CONTENT AREA
 * 
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .vw-side-content-wrapper {
        display: flex;
    }
    .vw-side-content-wrapper--reverse {
        flex-direction: row-reverse;
    }
    .vw-side-content-wrapper--large-media .vw-side-content-area {
        width: 35%;
    }
    .vw-side-content-wrapper--large-media .vw-side-media-area {
        width: 65%;
    }
    .vw-side-content-area,
    .vw-side-media-area {
        flex: 1 1 auto;
        width: 50%;
        min-height: 883px;
    }
    .vw-side-content-area .vw-content-main {
        padding: 0 48px;
    }
    .vw-side-content-area .vw-title-area .vw-title-area__title {
        font-size: 24px !important;
    }
    .vw-side-content-area .vw-title-area__title {
        margin-top: 72px !important;
    }
}


.vw-side-content-area {
    background-color: #FFFFFF;
    z-index: 1;
    padding-bottom: 48px;
}
.vw-side-content-area .vw-title-area {
    margin: 48px 0;
}
.vw-side-content-area .vw-title-area__title {
    width: auto;
}

/* -----------------------------------------------------------------------------
 * 
 * FOOTER AREA
 * 
 * -------------------------------------------------------------------------- */
.vw-footer {
  margin-top: 48px;
}

.vw-footer-area {
    position: relative;
}

@media (max-width: 991px) {
    .vw-footer-sidebar:not(:first-child) .widget:first-child {
        padding-top: 36px;
        margin-top: 36px;
        border-top: 6px solid #333333;
        border-top-style: solid !important;
    }
}

/*//////////////////////////////////////
// Footer Sidebar
//////////////////////////////////////*/
.vw-footer-sidebars {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vw-footer-sidebar .widget:last-child {
    margin-bottom: 0;
}

.vw-footer-sidebar .widget-title {
    font-size: 25px;
}

.vw-site-footer-sidebar--layout-10 .vw-footer-sidebar {
    margin: auto;
    float: none;
    text-align: center;
}

/*//////////////////////////////////////
// Bottom Bar
//////////////////////////////////////*/
.vw-bottom-bar {
    padding: 13px 40px;
    font-size: 11px;
    line-height: 24px;
}

.vw-bottom-bar--copyright .vw-copyright {
    text-align: center;
}

/* -----------------------------------------------------------------------------
 * 
 * SIDE PANEL
 * 
 * -------------------------------------------------------------------------- */
.vw-side-panel {
    width: 360px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 99;
    background-color: #FFFFFF;
    transform: translateX(110%);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
@media (max-width: 767px) {
    .vw-side-panel {
        width: 320px;
    }
}
.admin-bar .vw-side-panel {
    height: calc( 100vh - 32px);
    top: 32px;
}

.vw-side-panel__backdrop {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}


.vw-side-panel__socials {
    margin: -15px -15px 0 -15px;
    padding: 10px 0;
    text-align: center;
}
.vw-side-panel__socials .vw-site-social-links {
    margin: -5px;
}
.vw-side-panel__socials a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    color: #191919;
    margin: 5px;
}



/*//////////////////////////////////////
// Side Menu
//////////////////////////////////////*/
.vw-side-panel__menu {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    margin-bottom: 24px;
    transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
    font-size: 14px;
}

.vw-side-panel__menu-title {
    margin-bottom: 36px;
    display: none;
}

.vw-side-panel__close-sub-menu {
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 12px;
    text-align: right;
}
.vw-side-panel__close-sub-menu .vw-icon:before {
    width: auto;
    margin-left: 0;
}
.vw-side-panel__close-sub-menu span {
    display: inline-block;
    cursor: pointer;
}

/**
 * Menu Elements
 */
.vw-side-panel__main-menu {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

.vw-side-panel__sub-menu {
    position: absolute;
    transform: translate3d(100%, 0, 0);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}


/* -----------------------------------------------------------------------------
 * 
 * MENU
 * 
 * -------------------------------------------------------------------------- */

/**
 * Columns List
 */
.vw-mega-item--columns-list > .sub-menu-wrapper > .sub-menu {
    display: flex;
    margin: 0 -6px;
}

.vw-mega-item--columns-list .menu-item-depth-1 {
    flex: 1 1 auto;
    padding: 0 6px;
}
.vw-mega-item--columns-list .menu-item-depth-1:hover {
    background: transparent !important;
}
.vw-mega-item--columns-list .menu-item-depth-1:hover > .menu-link {
    color: #000000;
}
.vw-mega-item--columns-list .menu-item-depth-1 > .menu-link {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.vw-mega-item--columns-list .menu-item-depth-1 > .menu-link:after {
    display: none;
}
.vw-mega-item--columns-list .menu-item-depth-1 > .sub-menu-wrapper {
    position: static;
    display: block !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    box-shadow: none;
}

.vw-mega-item--columns-list .menu-item-depth-1:after {
    display: none;
}

.vw-mega-item--columns-list .menu-item-depth-1.hidden {
    display: block !important;
    visibility: visible !important;
}
.vw-mega-item--columns-list .menu-item-depth-1.hidden > .menu-link {
    display: none;
}



/* -----------------------------------------------------------------------------
 * 
 * BLOG / ARCHIVE
 * 
 * -------------------------------------------------------------------------- */
/*//////////////////////////////////////
// Blog Posts Navigation
//////////////////////////////////////*/
.vw-pagination {
    margin-top: 48px;
    padding-top: 15px;
    position: relative;
    z-index: 0;
    text-align: center;
    border-top: 3px solid #333333;
}

.vw-pagination--infinite,
.vw-pagination--infinite-auto {
    border: none !important;
    padding-top: 0px !important;
}

.vw-pagination__load-more {
    padding-left: 30px;
    padding-right: 30px;
    color: #666666;
    background-color: rgba(136, 136, 136, 0.2);
}
.vw-pagination__load-more:hover {
    color: #FFFFFF;
}

.vw-pagination__title {
    margin-right: 0.5em;
    display: none;
}

.vw-pagination__divider {
    position: absolute;
    height: 1px;
    width: 100%;
    top: -24px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.vw-pagination__links {
    display: block;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}
.vw-pagination__links .page-numbers {
    display: inline-block;
    padding: 0px;
    min-width: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 0 !important;
    text-align: center;
    color: #666666;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-pagination__links .page-numbers:not(:last-child) {
    margin-right: 5px;
}
.vw-pagination__links .page-numbers span {
    display: inline-block;
}
.vw-pagination__links .page-numbers:hover {
    background-color: #F7F7F7;
}
.vw-pagination__links .page-numbers.current {
    color: #FFFFFF;
}

/*//////////////////////////////////////
// Archive Page
//////////////////////////////////////*/
.archive .vw-content-main > .vw-loop:not(:last-of-type) {
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 30px;
}

.archive .vw-archive-large-featured-area {
    margin-bottom: 24px;
}

/*//////////////////////////////////////
// Search Page
//////////////////////////////////////*/
.vw-about-search {
    margin-bottom: 48px;
}
.vw-about-search .widget {
    border: none;
    padding-top: 0;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vw-about-search__title {
    margin-bottom: 24px;
}

.vw-no-search-result {
    font-style: italic;
}

/*//////////////////////////////////////
// 404 Page
//////////////////////////////////////*/
.vw-404-box {
    margin-bottom: 48px;
    text-align: center;
}

.vw-404-box__hero-title {
    font-size: 90px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * 
 * LOOP
 * 
 * -------------------------------------------------------------------------- */
.vw-loop {
    position: relative;
}
.vw-loop + .vw-loop {
    margin-top: 10px;
}

.vw-inview {
    opacity: 0;
    transition: all 1s;
    transform: translateY(50px);
}
.vw-inview.vw-inview--visible {
    opacity: 1;
    transform: none;
}

.vw-disable-inview .vw-inview {
    opacity: 1;
    transform: none;
}

.vw-loop--border-bottom .vw-post-box {
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 17px;
    margin-bottom: -5px;
}
.vw-footer .vw-loop--border-bottom .vw-post-box {
    border-bottom-color: rgba(255, 255, 255, 0.13);
}

.vw-mega-menu-area .vw-loop--border-bottom .vw-post-box,
.vw-more-articles .vw-loop--border-bottom .vw-post-box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* -----------------------------------------------------------------------------
 * 
 * POST BOX
 * 
 * -------------------------------------------------------------------------- */
.vw-post-box .wp-post-image {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
    display: block;
    margin: 0;
    width: 100%;
    max-width: none;
}

.vw-post-box .vw-post-box__thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.vw-post-box .vw-post-box__thumbnail-wrapper:hover .wp-post-image {
    transform: scale(1.1);
}

.vw-post-box .vw-post-box__excerpt {
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    line-height: 24px;
}

.vw-post-box .vw-post-box__meta {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vw-post-box .vw-post-box__meta .vw-avatar {
    margin-right: 0.5em;
}
.vw-post-box .vw-post-box__meta .avatar {
    margin-top: -3px;
    display: inline-block;
}
.vw-post-box .vw-post-box__meta .vw-post-date {
    color: #B0B0B0;
}
.vw-post-box .vw-post-box__meta .vw-post-author__name {
    color: #666666;
}

.vw-post-box__footer {
    font-size: 11px;
}
.vw-post-box__footer a,
.vw-post-box__footer .vw-post-share-button,
.vw-post-box__footer .vw-post-views {
    color: #AAAAAA;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0;
}
.vw-post-box__footer .vw-bar__placeholder--left > :not(:last-child) {
    margin-right: 6px;
}
.vw-post-box__footer .vw-bar__placeholder--right > :not(:last-child) {
    margin-left: 6px;
}

/*//////////////////////////////////////
// Post Box Overlay
//////////////////////////////////////*/
.vw-post-box__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-post-box__thumbnail-wrapper:hover .vw-post-box__overlay {
    opacity: 1;
    transform: none;
}

.vw-post-box__overlay-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
}
.vw-post-box__overlay-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #111111;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-post-box__overlay-icons a:not(:last-child) {
    margin-right: 5px;
}
.vw-post-box__overlay-icons a:hover {
    background-color: #FFFFFF;
    color: #111111;
}

/*//////////////////////////////////////
// Post Box: Block A & B
//////////////////////////////////////*/
.vw-post-box--block-a .vw-post-box__thumbnail-wrapper,
.vw-post-box--block-b .vw-post-box__thumbnail-wrapper {
    margin-bottom: 24px;
}

.vw-post-box--block-a .vw-post-box__title,
.vw-post-box--block-b .vw-post-box__title {
    margin-bottom: 5px;
}

.vw-post-box--block-a .vw-post-box__link,
.vw-post-box--block-b .vw-post-box__link {
    display: block;
    color: inherit;
    font-size: 21px;
    line-height: 1.2em;
}

.vw-post-box--block-a .vw-post-box__meta,
.vw-post-box--block-b .vw-post-box__meta {
    margin-bottom: 20px;
}
.vw-post-box--block-a .vw-post-box__meta > *:not(:last-child),
.vw-post-box--block-b .vw-post-box__meta > *:not(:last-child) {
    margin-right: 0.5em;
}

/*//////////////////////////////////////
// Post Box: Flex
//////////////////////////////////////*/
.vw-post-box--flex .vw-post-box__inner {
    display: flex;
    flex-direction: column;
    height: 190px;
}

.vw-post-box--flex .vw-post-box__content {
    flex: 1 1 auto;
    padding-bottom: 3px;
}

.vw-post-box--flex .vw-post-box__thumbnail-wrapper {
    flex: 50 1 auto;
    background-position: top center;
    background-size: cover;
}

.vw-post-box--flex .vw-post-box__title {
    font-size: 16px;
    margin-bottom: 5px;
}

.vw-post-box--flex .avatar {
    display: inline-block;
}

/*//////////////////////////////////////
// Post Box: Block C & D
//////////////////////////////////////*/
.vw-post-box--block-c .vw-post-box__inner,
.vw-post-box--block-d .vw-post-box__inner {
    display: flex;
}

.vw-post-box--block-c .vw-post-box__thumbnail-wrapper,
.vw-post-box--block-d .vw-post-box__thumbnail-wrapper {
    margin-right: 12px;
    flex: 0 0 auto;
}
.vw-post-box--block-c .vw-post-box__thumbnail-wrapper:hover .wp-post-image,
.vw-post-box--block-d .vw-post-box__thumbnail-wrapper:hover .wp-post-image {
    filter: none;
    transform: none;
}

.vw-post-box--block-c .vw-post-box__title,
.vw-post-box--block-d .vw-post-box__title {
    margin-bottom: 0;
}

.vw-post-box--block-d .vw-post-views {
    display: inline-block;
    margin-right: 6px;
    padding: 3px 4px;
    line-height: 1em;
    color: #FFFFFF;
}

/*//////////////////////////////////////
// Post Box: Block G
//////////////////////////////////////*/
.vw-post-box--block-g .vw-post-box__thumbnail-wrapper {
    margin-bottom: 12px;
}

/*//////////////////////////////////////
// Post Box: Block H
//////////////////////////////////////*/
.vw-post-box--block-h .vw-post-box__thumbnail-wrapper {
    margin-bottom: 12px;
}

.vw-post-box--block-h .vw-post-box__title {
    font-size: 16px;
    margin-bottom: 6px;
}

/*//////////////////////////////////////
// Post Box: Block I
//////////////////////////////////////*/
.vw-post-box--block-i {
    position: relative;
}
@media (max-width: 991px) {
    .vw-post-box--block-i .vw-post-box__thumbnail-wrapper {
        width: 100%;
        height: 250px;
        margin-bottom: 24px;
    }
}
@media (min-width: 992px) {
    .vw-post-box--block-i .vw-post-box__inner {
        display: flex;
        min-height: 225px;
    }
    .vw-post-box--block-i .vw-post-box__content,
    .vw-post-box--block-i .vw-post-box__thumbnail-wrapper {
        flex: 1 1 auto;
        width: 50%;
    }
}
.vw-post-box--block-i .vw-post-box__thumbnail-wrapper {
    margin-right: 24px;
    overflow: hidden;
}
.vw-post-box--block-i .vw-post-box__thumbnail-wrapper:hover .vw-post-box__background {
    transform: scale(1.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.vw-post-box--block-i .vw-post-box__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-post-box--block-i .vw-post-box__title {
    margin-bottom: 6px;
}
.vw-post-box--block-i .vw-post-box__meta {
    margin-bottom: 12px;
}

.vw-post-box--block-i-2 .vw-post-box__title {
    font-size: 18px;
}

@media (min-width: 992px) {
    .vw-post-box--block-i-2 .vw-post-box__inner {
        min-height: 0;
    }
    .vw-post-box--block-i-2 .vw-post-box__thumbnail-wrapper {
        width: 25%;
    }
}

/*//////////////////////////////////////
// Post Box: Slide 1
//////////////////////////////////////*/
.vw-post-box--slide-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vw-post-box--slide-1 .vw-post-box__inner {
    padding: 30px 30px;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
    .vw-post-box--slide-1 .vw-post-box__inner {
        padding: 30px 60px;
    }
}
.vw-post-box--slide-1 .vw-post-box__title {
    font-size: 28px;
    color: #FFFFFF;
}
@media (min-width: 768px) {
    .vw-post-box--slide-1 .vw-post-box__title {
        font-size: 42px;
        padding-right: 35%;
    }
}
.vw-post-box--slide-1 .vw-post-box__link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

/*//////////////////////////////////////
// Post Box: Full 1
//////////////////////////////////////*/
.vw-post-box--full {
    overflow: hidden;
    background-color: #191919;
    position: relative;
}
.vw-post-box--full .vw-post-box__background {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 394px;
    min-height: 100%;
    max-height: 100%;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-post-box--full .vw-post-box__background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
    background-image:         linear-gradient(to top,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
}
.vw-post-box--full .vw-post-box__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.vw-post-box--full .vw-post-box__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.vw-post-box--full .vw-post-box__title {
    margin-bottom: 0;
    color: #FFFFFF;
}

.vw-post-box--full-2 .vw-post-box__inner {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}

.vw-post-box--full-2 .vw-post-box__meta {
    color: rgba(255, 255, 255, 0.6);
}
.vw-post-box--full-2 .vw-post-box__meta > * {
    color: inherit !important;
}

/*//////////////////////////////////////
// Post Multi 1
//////////////////////////////////////*/
.vw-post-multi {
    height: 550px;
}
.vw-post-multi::after {
    content: "";
    display: table;
    clear: both;
}
.vw-post-multi .vw-post-multi__item {
    float: left;
    height: 50%;
    width: 100%;
}
.vw-post-multi .vw-post-box {
    height: 100%;
}

.vw-post-multi--medium-gap {
    margin: -7px;
}
.vw-post-multi--medium-gap .vw-post-multi__item {
    padding: 7px;
}

@media (min-width: 992px) {
    .vw-post-multi--1 .vw-post-multi__item:nth-child(1) {
        width: 60%;
        height: 100%;
    }
    .vw-post-multi--1 .vw-post-multi__item:nth-child(2),
    .vw-post-multi--1 .vw-post-multi__item:nth-child(3) {
        width: 40%;
        height: 50%;
    }
}

@media (min-width: 992px) {
    .vw-post-multi--2 .vw-post-multi__item:nth-child(1) {
        width: 100%;
        height: 100%;
    }
    .vw-post-multi--2 .vw-post-multi__item:nth-child(2) {
        width: 100%;
        height: 50%;
    }
    .vw-post-multi--2 .vw-post-multi__item:nth-child(3),
    .vw-post-multi--2 .vw-post-multi__item:nth-child(4) {
        width: 50%;
        height: 50%;
    }
}

@media (min-width: 1200px) {
    .vw-post-multi--2 .vw-post-multi__item:nth-child(1) {
        width: 50%;
        height: 100%;
    }
    .vw-post-multi--2 .vw-post-multi__item:nth-child(2) {
        width: 50%;
        height: 50%;
    }
    .vw-post-multi--2 .vw-post-multi__item:nth-child(3),
    .vw-post-multi--2 .vw-post-multi__item:nth-child(4) {
        width: 25%;
        height: 50%;
    }
}

@media (min-width: 992px) {
    .vw-post-multi--3 .vw-post-multi__item:nth-child(1) {
        width: 100%;
        height: 100%;
    }
    .vw-post-multi--3 .vw-post-multi__item:nth-child(2),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(3),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(4),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(5) {
        width: 50%;
        height: 50%;
    }
}

@media (min-width: 1200px) {
    .vw-post-multi--3 .vw-post-multi__item:nth-child(1) {
        width: 50%;
        height: 100%;
    }
    .vw-post-multi--3 .vw-post-multi__item:nth-child(2),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(3),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(4),
    .vw-post-multi--3 .vw-post-multi__item:nth-child(5) {
        width: 25%;
        height: 50%;
    }
}

/**
 * Big title
 */
.vw-post-multi--3 .vw-post-multi__item:first-child .vw-post-box__title,
.vw-post-multi--4 .vw-post-multi__item:first-child .vw-post-box__title,
.vw-post-multi--5 .vw-post-multi__item:first-child .vw-post-box__title {
    padding-right: 2em;
}
@media (min-width: 992px) {
    .vw-post-multi--3 .vw-post-multi__item:first-child .vw-post-box__title,
    .vw-post-multi--4 .vw-post-multi__item:first-child .vw-post-box__title,
    .vw-post-multi--5 .vw-post-multi__item:first-child .vw-post-box__title {
        font-size: 38px;
    }
}

/*//////////////////////////////////////
// Post Woo
//////////////////////////////////////*/
.vw-post-box--woo .vw-post-box__inner {
    position: relative;
}

.vw-post-box--woo .vw-post-box__price {
    font-size: 14px;
    font-weight: bold;
    color: #656565;
}
.vw-post-box--woo .vw-post-box__price del {
    opacity: 0.5;
}
.vw-post-box--woo .vw-post-box__price ins {
    color: #E53935;
}

.vw-post-box--woo .onsale {
    min-height: 45px;
    min-width: 45px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 45px;
    top: 0;
    left: auto !important;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
    border-radius: 100%;
    background-color: #E53935;
    color: white;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
}

/* -----------------------------------------------------------------------------
 * 
 * PAGE
 * 
 * -------------------------------------------------------------------------- */
/*//////////////////////////////////////
// Search page
//////////////////////////////////////*/
.search .vw-about-search .widget_search {
    border: none !important;
    padding: 0 !important;
}

/* -----------------------------------------------------------------------------
 * 
 * POST
 * 
 * -------------------------------------------------------------------------- */
.vw-main-post .vw-post-media {
    margin: 0 0 48px 0;
}

.vw-main-post > :first-child {
    margin-top: 0;
}

/**
 * Tagline
 */
.vw-tagline {
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    color: #B0B0B0;
}

/*//////////////////////////////////////
// Post Header
//////////////////////////////////////*/
.vw-super-title {
    font-size: 13px;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    color: #888888;
    display: block;
    line-height: 1em;
    margin-bottom: 2px;
}

.vw-post-header {
    margin-bottom: 36px;
}
.vw-post-header .vw-post-date {
    color: #B0B0B0;
}
.vw-post-header .vw-post-title {
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    margin-bottom: 5px;
    font-size: 26px;
}
@media (min-width: 768px) {
    .vw-post-header .vw-post-title {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .vw-post-header .vw-post-title {
        font-size: 47px;
    }
}
.vw-post-header .vw-tagline {
    font-size: 16px;
}
.vw-post-header hr {
    margin-top: 30px;
    margin-bottom: 15px;
}

/*//////////////////////////////////////
// Post Meta
//////////////////////////////////////*/
.vw-post-meta {
    text-transform: uppercase;
    font-size: 13px;
}
.vw-post-meta .vw-bar__placeholder > *:not(:last-child) {
    margin-right: 0.5em;
}
.vw-post-meta a {
    color: inherit;
}
.vw-post-meta .vw-avatar {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5em;
}
.vw-post-meta .vw-avatar img {
    display: block;
}
@media (max-width: 767px) {
    .vw-post-meta .vw-bar__placeholder {
        text-align: left;
    }
    .vw-post-meta .vw-bar__placeholder--right {
        margin-top: 12px;
    }
}

.vw-post-meta__separator:first-child,
.vw-post-meta__separator:last-child {
    display: none;
}

/*//////////////////////////////////////
// Categories
//////////////////////////////////////*/
.vw-categories {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vw-categories .vw-icon {
    font-size: 12px;
    line-height: 13px;
    transform: translateY(-1px);
    display: inline-block;
}
.vw-categories .vw-icon:before {
    vertical-align: middle;
}
.vw-categories .vw-sticky-label,
.vw-categories .vw-video-link,
.vw-categories .vw-audio-link,
.vw-categories .vw-gallery-link {
    background-color: #B0B0B0;
}
.vw-categories .vw-review-label {
    background-color: #F2B620;
}
.vw-categories a {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
    margin-bottom: 2px;
    padding: 2px 5px;
    text-decoration: none;
}
.vw-categories a:hover {
    background-color: #333333;
}
.vw-categories a:not(:last-child) {
    margin-right: 2px;
}

/*//////////////////////////////////////
// Tags
//////////////////////////////////////*/
.vw-tags {
    font-size: 12px;
}
.vw-tags a:not(:last-child):after {
    display: inline;
    content: ',';
}

/*//////////////////////////////////////
// Page Links
//////////////////////////////////////*/
.vw-page-links {
    margin-bottom: 48px;
}
.vw-page-links span {
    letter-spacing: 0 !important;
}
.vw-page-links > span:not(:first-child) {
    color: #FFFFFF;
}
.vw-page-links > *:not(:last-child) {
    margin-right: 5px;
}

.vw-page-links__title {
    display: none;
    text-transform: uppercase !important;
    font-size: 12px;
}

.vw-page-links__link {
    display: inline-block;
    padding: 0px 4px;
    min-width: 36px;
    line-height: 36px;
    font-size: 17px;
    text-align: center;
    color: #666666;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-page-links__link:hover {
    color: inherit;
    background-color: #F7F7F7;
}

/*//////////////////////////////////////
// Post Location
//////////////////////////////////////*/
.vw-location {
    margin-bottom: 12px;
    display: block;
}

.vw-location__icon {
    font-size: 18px;
}

.vw-location__title {
    font-style: italic;
    color: inherit;
}

/*//////////////////////////////////////
// Post Media
//////////////////////////////////////*/
.vw-post-media {
    position: relative;
}
.vw-post-media > iframe {
    display: none;
}

.vw-post-media--featured a,
.vw-post-media--featured img {
    display: block;
    width: 100%;
}

/*//////////////////////////////////////
// Caption
//////////////////////////////////////*/
.vw-floating-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
    width: 100%;
    text-align: center;
}
.vw-floating-caption span {
    display: inline-block;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
}

/*//////////////////////////////////////
// Post Content
//////////////////////////////////////*/
.vw-post-content {
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    margin-bottom: 24px;
}
.vw-post-content > :first-child {
    margin-top: 0;
}
.vw-post-content > :last-child {
    margin-bottom: 0;
}
.vw-post-content > h1,
.vw-post-content > h2,
.vw-post-content > h3,
.vw-post-content > h4,
.vw-post-content > h5,
.vw-post-content > h6 {
    margin-top: 48px;
}

/*//////////////////////////////////////
// Post Footer
//////////////////////////////////////*/
.vw-post-footer {
    margin-top: 48px;
}
.vw-post-footer:empty {
    display: none;
}
.vw-post-footer > :last-child {
    margin-bottom: 0;
}

/*//////////////////////////////////////
// Post Footer Sections
//////////////////////////////////////*/
.vw-about-author__name,
.vw-related-posts__title,
.vw-our-picks-posts__title,
.vw-post-comments-title,
.vw-comments-title {
    margin-bottom: 36px;
    font-size: 26px;
}
@media (min-width: 992px) {
    .vw-about-author__name,
    .vw-related-posts__title,
    .vw-our-picks-posts__title,
    .vw-post-comments-title,
    .vw-comments-title {
        font-size: 36px;
    }
}

.vw-main-post,
.vw-about-author,
.vw-related-posts,
.vw-our-picks-posts,
.vw-post-navigation,
.vw-comments-area,
.vw-post-footer-section-custom {
    margin-bottom: 0;
}
.vw-main-post:not(:last-child),
.vw-about-author:not(:last-child),
.vw-related-posts:not(:last-child),
.vw-our-picks-posts:not(:last-child),
.vw-post-navigation:not(:last-child),
.vw-comments-area:not(:last-child),
.vw-post-footer-section-custom:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*//////////////////////////////////////
// Post Navigation
//////////////////////////////////////*/
.vw-post-navigation__next,
.vw-post-navigation__previous {
    position: relative;
}

.vw-post-navigation__title {
    margin: 0px 50px 0 50px;
    font-size: 16px;
    line-height: 1.6;
}

.vw-post-navigation__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #777777;
}

.vw-post-navigation__icon {
    position: absolute;
    top: 20px;
    left: 0;
    width: 33px;
    line-height: 33px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #222222;
    color: #FFFFFF;
}

.vw-post-navigation__no-link .vw-icon {
    display: none;
}

.vw-post-navigation__no-link .vw-post-navigation__title {
    padding-top: 24px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .vw-post-navigation {
        text-align: center;
    }
    .vw-post-navigation__icon {
        display: none;
    }
    .vw-post-navigation__next,
    .vw-post-navigation__previous {
        display: block;
    }
    .vw-post-navigation__next {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}

@media (min-width: 768px) {
    .vw-post-navigation {
        display: flex;
    }
    .vw-post-navigation__next,
    .vw-post-navigation__previous {
        flex: 1;
        display: flex;
        align-items: center;
    }
    .vw-post-navigation__next .vw-post-navigation__icon {
        transform: scaleX(-1);
        left: auto;
        right: 0;
    }
    .vw-post-navigation__next .vw-post-navigation__title {
        flex: 1;
        text-align: right;
        margin-left: 20px;
    }
    .vw-post-navigation__previous .vw-post-navigation__title {
        margin-right: 20px;
    }
}

/*//////////////////////////////////////
// About Author
//////////////////////////////////////*/
.vw-about-author .vw-avatar {
    display: inline-block;
    float: left;
}
.vw-about-author .vw-avatar + .vw-about-author__info {
    margin-left: 180px;
}
@media (max-width: 991px) {
    .vw-about-author .vw-avatar + .vw-about-author__info {
        margin-left: 80px;
    }
}
@media (max-width: 991px) {
    .vw-about-author .vw-avatar {
        max-width: 60px;
    }
}

.vw-about-author .avatar {
    margin: auto;
}

.vw-about-author .vw-user-social-links {
    margin-top: 15px;
}

.vw-about-author__tagline {
    text-transform: uppercase;
}

.vw-about-author__info {
    font-size: 12px;
}

vw-about-author__info a {
  color: #3facd6;
}

.vw-about-author__name {
    margin-bottom: 24px;
}
@media (max-width: 991px) {
    .vw-about-author__name {
        font-size: 22px;
    }
}

.vw-about-author__bio {
    margin-bottom: 24px;
    font-size: 0.95em;
}
.vw-about-author__bio a {
  color: #3facd6;
}
@media (max-width: 991px) {
    .vw-about-author__bio {
        line-height: 1.6em;
    }
}

/*//////////////////////////////////////
// Related Posts
//////////////////////////////////////*/
/*//////////////////////////////////////
// Comments
//////////////////////////////////////*/
/*//////////////////////////////////////
// Post Password Form
//////////////////////////////////////*/
.post-password-form {
    padding: 24px;
    width: 650px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    background-color: #FFFFFF;
}
.post-password-form p:last-child {
    margin-bottom: 0;
}

/*//////////////////////////////////////
// Post Layout: Large Featured Image
//////////////////////////////////////*/
.vw-post-layout-large-featured-image .vw-post-media,
.vw-post-layout-large-featured-image-2 .vw-post-media {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 48px;
}

.vw-post-layout-large-featured-image-2 .vw-post-media {
    margin-top: -24px;
}

/*//////////////////////////////////////
// Post Layout: Large Title
//////////////////////////////////////*/
/* -----------------------------------------------------------------------------
 * 
 * Comments
 * 
 * -------------------------------------------------------------------------- */
.vw-comment-list {
    margin: 0;
}
.vw-comment-list,
.vw-comment-list .children {
    list-style: none;
}
.vw-comment-list .comment {
    margin: 36px 0;
}
.vw-comment-list .comment .vw-comment {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*//////////////////////////////////////
// Comment
//////////////////////////////////////*/
.vw-comment__meta {
    position: relative;
    margin-bottom: 24px;
}
.vw-comment__meta .avatar {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.depth-2 .vw-comment__meta .avatar {
    width: 30px;
}
.vw-comment__meta .comment-reply-link {
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: bold;
    font-size: 0.85em;
}

.vw-comment__date {
    font-size: 0.85em;
    color: #B0B0B0;
}

.vw-comment__content {
    -ms-word-wrap: break-word;
        word-wrap: break-word;
}

.vw-comment__not-approved {
    margin-bottom: 12px;
    opacity: 0.7;
    font-style: italic;
    font-size: 14px;
}

/*//////////////////////////////////////
// Comment Navigation
//////////////////////////////////////*/
.vw-comment-navigation {
    margin: 24px 0;
    font-size: 14px;
}
.vw-comment-navigation .screen-reader-text {
    display: none;
}

.vw-comment-navigation__next {
    text-align: right;
}

/*//////////////////////////////////////
// Comment Form
//////////////////////////////////////*/
.comment-reply-title {
    font-size: 18px !important;
    margin-bottom: 10px;
}

.comment-respond {
    margin: 24px;
}
.vw-comments-area > .comment-respond {
    margin: 0;
}
.comment-respond .comment-notes,
.comment-respond label {
    font-size: 14px;
}
.comment-respond .logged-in-as {
    font-size: 0.9em;
}

.comment-form > p {
    margin-bottom: 12px;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: 500px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin-bottom: 6px;
}

.form-submit {
    margin-top: 24px;
}

/* -----------------------------------------------------------------------------
 * 
 * GALLERY
 * 
 * -------------------------------------------------------------------------- */
.vw-gallery {
    margin-top: 48px;
    margin-bottom: 48px;
}
.vw-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.vw-gallery figure img {
    width: 100%;
    display: block;
}
.vw-gallery figcaption {
    padding: 0.5em;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    position: relative;
}
.vw-gallery figcaption.vw-floating-caption {
    position: absolute;
}
.vw-gallery figcaption .vw-location {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.vw-gallery figcaption .vw-location__icon {
    font-size: 14px;
    border-radius: 50%;
    background-color: #EEEEEE;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}
.vw-gallery figcaption .vw-location__title {
    display: none;
}

.vw-gallery__thumbnail {
    position: relative;
    overflow: hidden;
}

/*//////////////////////////////////////
// Gallery Overlay Panel
//////////////////////////////////////*/
.vw-gallery__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-gallery__item:hover .vw-gallery__overlay {
    opacity: 1;
    transform: none;
}

.vw-gallery__icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
}
.vw-gallery__icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block !important;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #111111;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-gallery__icons a:not(:last-child) {
    margin-right: 5px;
}
.vw-gallery__icons a:hover {
    background-color: #FFFFFF;
    color: #111111;
}

/*//////////////////////////////////////
// Grid Style
//////////////////////////////////////*/
.vw-gallery--grid-5 .vw-gallery__item:nth-child(1),
.vw-gallery--grid-6 .vw-gallery__item:nth-child(3n+1) {
    width: 100%;
}

.vw-slides--loading .vw-slides__slide {
    opacity: 0;
}

/* -----------------------------------------------------------------------------
 * 
 * PHOTO PROOFING
 * 
 * -------------------------------------------------------------------------- */
.vw-gallery__item.vw-approving .vw-gallery__proofing .vw-icon:before {
    animation: spin-ccw 4s linear infinite;
    content: '\e891';
}

.vw-gallery__item.vw-approved .vw-gallery__proofing {
    background-color: #76BD21 !important;
    color: #FFFFFF !important;
}

.vw-gallery__item.vw-approved .vw-gallery__proofing-id {
    background-color: #76BD21;
    color: #FFFFFF;
}
.vw-gallery__item.vw-approved .vw-gallery__proofing-id:after {
    display: inline-block;
}

.vw-gallery__proofing-id {
    display: inline-block;
    padding: 10px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 10px;
    line-height: 11px;
    background-color: #FFFFFF;
    color: #111111;
}
.vw-gallery__proofing-id:after {
    content: "";
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    display: none;
    padding-left: 6px;
    color: inherit;
}

/*//////////////////////////////////////
// Proofing Filter
//////////////////////////////////////*/
.vw-proofing-filter {
    margin-top: 48px;
    text-align: center;
}
.vw-proofing-filter a {
    min-width: 10em;
}

/* =============================================================================

   INCLUDE

   ========================================================================== */
/* -----------------------------------------------------------------------------
 * 
 * $PAGE COMPOSER
 * 
 * -------------------------------------------------------------------------- */
.vwspc-section:not(:last-child) {
    margin-bottom: 48px;
}

.vwspc-section.vwspc-section--white .vwspc-section-content {
    background-color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
}

.vwspc-section-post-box:not(:first-child) .vwspc-section-content > :first-child,
.vwspc-section-post-box-sidebar:not(:first-child) .vwspc-section-content > :first-child,
.vwspc-section-2-sidebars-section .widget:first-child,
.vwspc-section-3-sidebars-section .widget:first-child,
.vwspc-section-custom-section:not(:first-child) .vwspc-section-content > :first-child,
.vwspc-section:not(:first-child) .vwspc-section-sidebar .widget:first-child {
    padding-top: 36px;
    border-top: 6px solid #333333;
    border-top-style: solid !important;
}

@media (max-width: 767px) {
    .vwspc-section-sidebar {
        margin-top: 36px;
    }
}

@media (min-width: 992px) {
    .vwspc-section-sidebar {
        box-shadow: rgba(136, 136, 136, 0.25) -1px 0px 0px 0px;
    }
}

#vwspc-section-1.vwspc-section-post-slider-section .vw-loop--slider-xlarge {
    margin-top: 48px;
}
#vwspc-section-1.vwspc-section-post-slider-section .vw-loop--slider-xlarge-2 {
    margin-top: 24px;
}
#vwspc-section-1.vwspc-section-post-slider-section .vw-loop--slider-multi-1,
#vwspc-section-1.vwspc-section-post-slider-section .vw-loop--slider-multi-2,
#vwspc-section-1.vwspc-section-post-slider-section .vw-loop--slider-multi-3 {
    margin-top: 14px;
}

/*//////////////////////////////////////
// Section Header
//////////////////////////////////////*/
.vwspc-section-header {
    position: relative;
}
.vwspc-section-header:not(:last-child) {
    margin-bottom: 36px;
}

.vwspc-section-title {
    margin: 0;
    line-height: 1.25em;
    font-size: 22px;
}
@media (min-width: 768px) {
    .vwspc-section-title {
        font-size: 24px;
    }
}

.vwspc-section-subtitle {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-style: italic;
    color: #999999;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vwspc-section-mini-more-button {
    position: absolute;
    right: 0;
}

.vw-more-gallery {
    margin: 0 0 0 0;
}
.vw-more-gallery:not(:first-child) {
    margin-top: 24px;
}

.vwspc-section-footer {
    text-align: center;
}

/*//////////////////////////////////////
// Section: Big Post Slider
//////////////////////////////////////*/
.vwspc-section-big-post-slider-section:last-child {
    margin-bottom: 0;
}

/*//////////////////////////////////////
// Section: Post Slider
//////////////////////////////////////*/
.vwspc-section-post-slider-section .vw-loop--slider-carousel {
    padding: 30px 15px;
}
@media (min-width: 768px) {
    .vwspc-section-post-slider-section .vw-loop--slider-carousel .vw-post-box__title {
        font-size: 26px;
    }
}
@media (max-width: 1599px) {
    .vwspc-section-post-slider-section .vw-loop--slider-carousel .vw-post-box--slide-large {
        height: 650px;
    }
}

/*//////////////////////////////////////
// Section: Post Box
//////////////////////////////////////*/
/*//////////////////////////////////////
// Section: Post Box with Sidebar
//////////////////////////////////////*/
.vwspc-section-post-box-sidebar {
    /* empty */
}

/*//////////////////////////////////////
// Section: Portfolio
//////////////////////////////////////*/

/*//////////////////////////////////////
// Section: Gallery / Portfolio Box
//////////////////////////////////////*/
.vwspc-section-portfolio-box.vwspc-section--white .vw-loop--grid,
.vwspc-section-gallery-box.vwspc-section--white .vw-loop--grid {
    margin-bottom: -48px;
}

/*//////////////////////////////////////
// Section: Gallery
//////////////////////////////////////*/
.vwspc-section-gallery .vw-gallery {
    margin-bottom: 0;
}

.vwspc-section-gallery.vwspc-section--white .vw-gallery {
    margin-bottom: -24px;
    background-color: #FFFFFF;
}

.vwspc-gallery-layout-slider-box .vw-gallery,
.vwspc-gallery-layout-slider-full .vw-gallery {
    margin: 0;
}

.vwspc-gallery-layout-slider-full .container {
    max-width: none;
    padding: 0;
}

.vwspc-gallery-layout-slider-box .container {
    max-width: none;
    padding: 30px;
    background-color: #FFFFFF;
}

/*//////////////////////////////////////
// Section: Full Page Link
//////////////////////////////////////*/
.vwspc-section-full-page-link {
    text-align: center;
    background-color: #000000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.vwspc-section-full-page-link:last-child {
    margin-bottom: -48px;
}
.vwspc-section-full-page-link:hover .vw-button {
    color: #FFFFFF;
    background-color: #111111;
}
.vwspc-section-full-page-link:hover .container:before {
    background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
    .vwspc-section-full-page-link .vw-full-page-link__header {
        padding: 15px 30px;
    }
    .vwspc-section-full-page-link .vw-full-page-link__title {
        font-size: 30px;
    }
}
.vwspc-section-full-page-link .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

.vw-full-page-link__inner {
    padding: 96px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vw-full-page-link__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.vw-full-page-link__header {
    position: relative;
    display: inline-block;
    padding: 30px 60px;
}
@media (min-width: 992px) {
    .vw-full-page-link__header {
        min-width: 800px;
    }
}

.vw-full-page-link__title a,
.vw-full-page-link__subtitle a {
    text-decoration: none;
    color: #FFFFFF;
}

.vw-full-page-link__title {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.vw-full-page-link__subtitle {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.vw-full-page-link__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vwspc-section-full-page-link.vw-inview--visible .vw-full-page-link__background {
    will-change: animation, transform, opacity;
    animation-duration: 20s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-name: kenburns-zoom-in;
}

/*//////////////////////////////////////
// Section: 3 Sidebars
//////////////////////////////////////*/
.vwspc-section-2-sidebars-section .vw-flex-grid,
.vwspc-section-3-sidebars-section .vw-flex-grid {
    border-top: 0px;
    padding-top: 0px;
}

/*//////////////////////////////////////
// Section: Custom Content
//////////////////////////////////////*/
.vwspc-section-custom-section .vwspc-section-content > :last-child {
    margin-bottom: 0;
}

.vwspc-section-custom-section .vwspc-section-content > p:last-child > :last-child {
    margin-bottom: 0;
}

.vwspc-section-custom-section .vwspc-section-content > p:first-child > :first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .vwspc-section-custom-section.vwspc-section--white > .container,
    .vwspc-section-custom-section.vwspc-section--white .vwspc-section-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.vwspc-section-custom-section.vwspc-section--white .vwspc-content-column__inner {
    background-color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
}

/* -----------------------------------------------------------------------------
 * 
 * SOCIAL ICONS
 * 
 * -------------------------------------------------------------------------- */
.vw-social-icons {
    display: inline-block;
    margin-bottom: -4px;
    text-align: center;
    color: inherit;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

.vw-social-icon {
    margin-bottom: 4px;
    text-decoration: none !important;
}

/*//////////////////////////////////////
// Icon Sizes
//////////////////////////////////////*/
.vw-social-icons--small {
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 11px;
}

.vw-social-icons--medium {
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
}

.vw-social-icons--large {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 13px;
}

/*//////////////////////////////////////
// Icon Color
//////////////////////////////////////*/
.vw-social-icons--color .vw-icon-social-twitter:hover {
    color: #00ACED;
}

.vw-social-icons--color .vw-icon-social-facebook:hover {
    color: #3B5998;
}

.vw-social-icons--color .vw-icon-social-gplus:hover {
    color: #DD4B39;
}

.vw-social-icons--color .vw-icon-social-youtube:hover {
    color: #BB0000;
}

.vw-social-icons--color .vw-icon-social-linkedin:hover {
    color: #007BB6;
}

.vw-social-icons--color .vw-icon-social-instagram:hover {
    color: #E4405F;
}

.vw-social-icons--color .vw-icon-social-pinterest:hover {
    color: #CB2027;
}

.vw-social-icons--color .vw-icon-social-flickr:hover {
    color: #FF0084;
}

.vw-social-icons--color .vw-icon-social-tumblr:hover {
    color: #32506D;
}

.vw-social-icons--color .vw-icon-social-vk:hover {
    color: #45668E;
}

.vw-social-icons--color .vw-icon-social-vimeo:hover {
    color: #17B3E8;
}

.vw-social-icons--color .vw-icon-social-fivehundredpx:hover {
    color: #1B1B1B;
}

.vw-social-icons--color .vw-icon-social-dribbble:hover {
    color: #EA4C89;
}

.vw-social-icons--color .vw-icon-social-twitter:hover {
    color: #00ACED;
}

.vw-social-icons--color .vw-icon-social-skype:hover {
    color: #12A5F4;
}

.vw-social-icons--color .vw-icon-social-soundcloud:hover {
    color: #FF3A00;
}

/*//////////////////////////////////////
// Solid Color
//////////////////////////////////////*/
.vw-social-icons--solid .vw-icon-social-twitter:hover {
    color: #FFFFFF;
    background-color: #00ACED;
    border-color: #00ACED;
}

.vw-social-icons--solid .vw-icon-social-facebook:hover {
    color: #FFFFFF;
    background-color: #3B5998;
    border-color: #3B5998;
}

.vw-social-icons--solid .vw-icon-social-gplus:hover {
    color: #FFFFFF;
    background-color: #DD4B39;
    border-color: #DD4B39;
}

.vw-social-icons--solid .vw-icon-social-youtube:hover {
    color: #FFFFFF;
    background-color: #BB0000;
    border-color: #BB0000;
}

.vw-social-icons--solid .vw-icon-social-linkedin:hover {
    color: #FFFFFF;
    background-color: #007BB6;
    border-color: #007BB6;
}

.vw-social-icons--solid .vw-icon-social-instagram:hover {
    color: #FFFFFF;
    background-color: #E4405F;
    border-color: #E4405F;
}

.vw-social-icons--solid .vw-icon-social-pinterest:hover {
    color: #FFFFFF;
    background-color: #CB2027;
    border-color: #CB2027;
}

.vw-social-icons--solid .vw-icon-social-flickr:hover {
    color: #FFFFFF;
    background-color: #FF0084;
    border-color: #FF0084;
}

.vw-social-icons--solid .vw-icon-social-tumblr:hover {
    color: #FFFFFF;
    background-color: #32506D;
    border-color: #32506D;
}

.vw-social-icons--solid .vw-icon-social-vk:hover {
    color: #FFFFFF;
    background-color: #45668E;
    border-color: #45668E;
}

.vw-social-icons--solid .vw-icon-social-vimeo:hover {
    color: #FFFFFF;
    background-color: #17B3E8;
    border-color: #17B3E8;
}

.vw-social-icons--solid .vw-icon-social-fivehundredpx:hover {
    color: #FFFFFF;
    background-color: #1B1B1B;
    border-color: #1B1B1B;
}

.vw-social-icons--solid .vw-icon-social-dribbble:hover {
    color: #FFFFFF;
    background-color: #EA4C89;
    border-color: #EA4C89;
}

.vw-social-icons--solid .vw-icon-social-twitter:hover {
    color: #FFFFFF;
    background-color: #00ACED;
    border-color: #00ACED;
}

.vw-social-icons--solid .vw-icon-social-skype:hover {
    color: #FFFFFF;
    background-color: #12A5F4;
    border-color: #12A5F4;
}

.vw-social-icons--solid .vw-icon-social-soundcloud:hover {
    color: #FFFFFF;
    background-color: #FF3A00;
    border-color: #FF3A00;
}

/*//////////////////////////////////////
// Circle Icon
//////////////////////////////////////*/
.vw-social-icons--circle a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    color: #191919;
    margin: 5px;
}

/*//////////////////////////////////////
// Site Social Links
//////////////////////////////////////*/
.vw-site-social-links {
    display: inline-block;
    vertical-align: middle;
}
.vw-site-social-links .vw-social-icon__label {
    display: none;logo
	
}

/* -----------------------------------------------------------------------------
 * 
 * SCROLL TO TOP
 * 
 * -------------------------------------------------------------------------- */
.vw-scroll-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    border-radius: 50%;
    background-color: #222222;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
    transform: translateY(180px);
}
.vw-scroll-to-top.vw-scroll-to-top-visible {
    transform: none;
    opacity: 1;
}
.vw-scroll-to-top .vw-icon {
    display: block;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

/* -----------------------------------------------------------------------------
 * 
 * POST SHARE
 * 
 * -------------------------------------------------------------------------- */
/*//////////////////////////////////////
// Post Share Links
//////////////////////////////////////*/
.vw-post-share__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-post-share__link:not(:last-child) {
    margin-right: 6px;
}
.vw-post-share__link:hover {
    color: #FFFFFF;
}

.vw-post-share__link--large {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.vw-post-share__link--facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}

.vw-post-share__link--twitter:hover {
    background-color: #00ACED;
    border-color: #00ACED;
}

.vw-post-share__link--pinterest:hover {
    background-color: #CB2027;
    border-color: #CB2027;
}

.vw-post-share__link--gplus:hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
}

.vw-post-share__link--linkedin:hover {
    background-color: #007BB6;
    border-color: #007BB6;
}

.vw-post-share__link--email:hover {
    background-color: #181818;
    border-color: #181818;
}

/*//////////////////////////////////////
// Post Share Button
//////////////////////////////////////*/
.vw-post-share-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.vw-post-share-button.vw-hover .vw-post-share-button__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.vw-post-share-button__panel {
    pointer-events: none;
    position: absolute;
    right: 0;
    min-width: 216px;
    min-height: 24px;
    background-color: #F9F9F9;
    opacity: 0;
    transform: translateY(10px);
    z-index: 10;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.vw-post-share-button__panel a {
    margin: 0px !important;
    float: left;
    color: #666666 !important;
}
.vw-post-share-button__panel a:hover {
    color: #FFFFFF !important;
}

/* -----------------------------------------------------------------------------
 * 
 * SHORTCODES
 * 
 * -------------------------------------------------------------------------- */
/*//////////////////////////////////////
// ACCORDION
//////////////////////////////////////*/
.vw-accordions {
    margin-bottom: 24px;
}

.vw-accordion {
    background-color: #FFFFFF;
}
.vw-accordion .ui-icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
}
.vw-accordion .ui-icon:before {
    content: "";
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    width: 24px;
    line-height: 24px;
    font-size: 19px;
    color: #333333;
}
.vw-accordion .ui-accordion-header-active .ui-icon:before {
    content: '\e81b';
}
.vw-accordion:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vw-accordion__header {
    outline: none;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 12px 0 12px 10px;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.vw-accordion__header.ui-accordion-header-active {
    border-top: 3px solid #333333;
}
.vw-accordion__header span {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

.vw-accordion__title {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.vw-accordion__content {
    display: none;
    padding: 0 1em 12px 56px;
}

/*//////////////////////////////////////
// Author list
//////////////////////////////////////*/
.vw-author-list {
    margin-top: 36px;
    margin-bottom: 12px;
}

/*//////////////////////////////////////
// COLUMN
//////////////////////////////////////*/
.vw-row-shortcode {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 24px;
}
.vw-row-shortcode::after {
    content: "";
    display: table;
    clear: both;
}

.vw-column-shortcode {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
}
.vw-column-shortcode > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .vw-row-shortcode > .vw-column-shortcode:not(:last-child) {
        margin-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .vw-one-half {
        width: 50%;
    }
    .vw-one-third {
        width: 33.333333333%;
    }
    .vw-two-third {
        width: 66.666666666%;
    }
    .vw-one-fourth {
        width: 25%;
    }
    .vw-three-fourth {
        width: 75%;
    }
    .vw-one-fifth {
        width: 20%;
    }
    .vw-two-fifth {
        width: 40%;
    }
    .vw-three-fifth {
        width: 60%;
    }
}

/*//////////////////////////////////////
// 2 Columns
//////////////////////////////////////*/
.vw-2-columns {
    margin-bottom: -24px;
}
@media (min-width: 768px) {
    .vw-2-columns {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px;
    }
}

/*//////////////////////////////////////
// Content Slider
//////////////////////////////////////*/
.vw-content-slider {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 12px 15px;
}
.vw-content-slider figure {
    width: auto !important;
    max-width: 100%;
}
.vw-content-slider figure:first-child {
    margin-top: 0;
}
.vw-content-slider .vw-slides {
    padding-top: 36px;
}
.vw-content-slider .vw-slides__slide {
    padding-top: 24px;
}
.vw-content-slider .slick-prev,
.vw-content-slider .slick-next {
    top: 24px;
    height: 36px;
    margin-top: -25px;
}
.vw-content-slider .slick-prev:before,
.vw-content-slider .slick-next:before {
    font-size: 18px;
}
.vw-content-slider .slick-prev {
    left: auto;
    right: 44px;
}
.vw-content-slider .slick-dots {
    top: 0;
    bottom: auto;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 12px;
}
.vw-content-slider .slick-dots li {
    margin: 0;
}

/*//////////////////////////////////////
// Custom Font
//////////////////////////////////////*/
.vw-custom-font-1 {
    font-family: 'custom_font_1';
}

.vw-custom-font-2 {
    font-family: 'custom_font_2';
}

/*//////////////////////////////////////
// Customer Quote
//////////////////////////////////////*/
.vw-customer-quote blockquote:not(:last-child) {
    margin-bottom: 0;
}

.vw-customer-quote__customer {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    text-align: center;
}
.vw-customer-quote__customer img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
}

.vw-customer-quote__customer-text {
    margin-bottom: 48px;
    font-size: 12px;
    letter-spacing: 1px;
}

/*//////////////////////////////////////
// DROPCAP
//////////////////////////////////////*/
.vw-dropcap {
    font-size: 42px;
    line-height: 1em;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    padding: 4px 15px;
    display: inline-block;
}

.vw-dropcap-standard {
    margin-top: 2px;
    margin-right: 10px;
}

.vw-dropcap-circle,
.vw-dropcap-box {
    padding: 0;
    margin-right: 20px;
    font-size: 1.75em;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.0em;
    width: 2.0em;
}

.vw-dropcap-circle {
    border-radius: 50%;
}

/*//////////////////////////////////////
// GAP
//////////////////////////////////////*/
.vw-gap {
    display: block;
}

/*//////////////////////////////////////
// INFOBOX
//////////////////////////////////////*/
.vw-infobox {
    margin: 48px 0;
    padding: 24px 24px;
    text-align: center;
    background-color: #F9F9F9;
}

.vw-infobox-inner {
    border-top: 3px solid #DDDDDD;
    border-bottom: 3px solid #DDDDDD;
    padding: 24px 0;
}

.vw-infobox-title {
    margin-bottom: 24px;
    font-size: 22px;
    color: #111111;
    text-transform: uppercase;
}

.vw-infobox-content {
    font-size: 16px;
    margin: 0;
}

/*//////////////////////////////////////
// LIST
//////////////////////////////////////*/
.vw-list-shortcode {
    list-style: none;
    margin-left: 30px;
}
.vw-list-shortcode > li {
    position: relative;
    margin: 6px 0;
    font-size: 0.95em;
}
.vw-list-shortcode > li > .vw-icon:first-child {
    position: absolute;
    left: -30px;
    color: #111111;
}

/*//////////////////////////////////////
// MARK
//////////////////////////////////////*/
mark.vw-mark-style-yellow {
    background-color: #FFF176;
    color: inherit;
}

mark.vw-mark-style-grey {
    background-color: #CCCCCC;
}

mark.vw-mark-style-dark {
    background-color: #000000;
    color: #FFFFFF;
}

/*//////////////////////////////////////
// POSTS
//////////////////////////////////////*/
.vw-post-shortcode {
    margin-top: 48px;
    margin-bottom: 48px;
}

/*//////////////////////////////////////
// QUOTE
//////////////////////////////////////*/
.vw-quote {
    position: relative;
}

.vw-quote-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 24px;
    line-height: 32px;
    height: 36px;
    width: 36px;
    color: #FFFFFF;
    display: none;
    text-align: center;
}

@media (min-width: 768px) {
    .vw-quote {
        margin-top: 0.5em;
        max-width: 40%;
    }
    .vw-quote-align-right,
    .vw-quote-align-left {
        padding: 50px 0px;
        text-align: left;
    }
    .vw-quote-align-right {
        float: right;
        margin-left: 30px !important;
        margin-right: 0;
    }
    .vw-quote-align-left {
        float: left;
        margin-left: 0;
        margin-right: 30px !important;
    }
}

.vw-quote-align-none {
    float: none;
    max-width: none;
}

.vw-quote-cite {
    margin: 12px 0 0 0;
    display: block;
}

/*//////////////////////////////////////
// SIDE CONTENT
//////////////////////////////////////*/
.vw-side-content .vw-gallery__thumbnail {
    background-position: 50% 50%;
}

.vw-side-content__gallery {
    min-height: 350px;
    margin: 0 0 48px 0;
}

@media (min-width: 992px) {
    .vw-side-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
    }
    .vw-side-content__gallery {
        flex: 1 1 50%;
        margin: 0 48px 0 0;
    }
    .vw-side-content__content {
        flex: 1 1 50%;
    }
}

@keyframes vw-side-content-animation {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;
    }
}

/*//////////////////////////////////////
// TITLE
//////////////////////////////////////*/
.vw-title-shortcode {
    border-bottom: 6px solid #333333;
    padding-bottom: 15px;
    font-size: 28px;
    text-transform: uppercase;
}

.vw-title-shortcode--left {
    text-align: left;
}

.vw-title-shortcode--center {
    text-align: center;
}

.vw-title-shortcode--right {
    text-align: right;
}

.vw-title-shortcode--medium {
    margin-bottom: 48px !important;
    font-size: 22px;
}

.vw-title-shortcode--large {
    margin-bottom: 48px !important;
}

/* -----------------------------------------------------------------------------
 * 
 * MORE ARTICLES
 * 
 * -------------------------------------------------------------------------- */
.vw-more-articles {
    position: fixed;
    bottom: 84px;
    right: 10px;
    z-index: 98;
    display: inline-block;
    width: 360px;
    max-width: 100%;
    padding: 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
    transform: translateY(200%);
}
.vw-more-articles.vw-more-articles--visible {
    transform: none;
    opacity: 1;
}
@media (max-width: 991px) {
    .vw-more-articles {
        display: none;
    }
}

.vw-more-articles__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0px 10px 0 0;
}

.vw-more-articles__close-button {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.vw-more-articles__close-button .vw-icon {
    font-size: 22px;
    color: #191919;
}

/* -----------------------------------------------------------------------------
 * 
 * INSTANT SEARCH
 * 
 * -------------------------------------------------------------------------- */
.vw-instant-search {
    display: inline-block;
}
@media (min-width: 992px) {
    .vw-instant-search {
        position: relative;
    }
}

.vw-instant-search__button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: inherit;
    vertical-align: middle;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-instant-search__button .vw-icon {
    display: inline-block;
    padding: 0px;
    width: 40px;
    font-size: 16px;
    line-height: 1em;
}
.vw-instant-search__button .vw-icon:before {
    vertical-align: middle;
}

.vw-instant-search__panel {
    margin: 0;
    z-index: 1000000;
    padding: 12px;
    position: absolute;
    width: 25em;
    right: 0;
    top: 100%;
    font-size: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.17);
}
.vw-instant-search__panel #s {
    width: 100%;
    color: #111111;
    font-size: 14px;
}
.vw-instant-search__panel .vw-loading-icon {
    display: none;
}
.vw-instant-search__panel .vw-loading-icon .sk-three-bounce .sk-child {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-color: #272727;
}

/*//////////////////////////////////////
// Search Result
//////////////////////////////////////*/
.vw-instant-search__result {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    z-index: 1000;
}
.vw-instant-search__result:empty {
    margin: 0;
}
.vw-instant-search__result > li {
    padding: 12px 0;
    margin: 0;
    text-align: left;
}
.vw-instant-search__result > li + li {
    border-top: 1px dashed rgba(0, 0, 0, 0.05);
}

.vw-instant-search__result-item {
    line-height: 1.4em;
}

.vw-instant-search__result-thumbnail {
    float: left;
    width: 60px;
}
.vw-instant-search__result-thumbnail img {
    margin: 0;
}

.vw-instant-search__result-link {
    display: block;
    text-decoration: none;
}

.vw-instant-search__result-thumbnail + .vw-instant-search__result-content {
    margin-left: 80px;
}

.vw-instant-search__result-title {
    margin-bottom: 0.5em;
    word-break: break-word;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}

.vw-instant-search__result-date {
    font-size: 10px;
    font-style: italic;
    color: #BBBBBB;
}

.vw-instant-search__result > li.vw-instant-search__all-result {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}
/* -----------------------------------------------------------------------------
 * 
 * UTILITY
 * 
 * -------------------------------------------------------------------------- */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

/*//////////////////////////////////////
// Loading icon
//////////////////////////////////////*/
.vw-loading-icon {
    height: 35px;
    width: 100%;
}

/* perfect-scrollbar v0.6.11 */
.ps-container {
    -ms-touch-action: none;
        touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
       -moz-transition: background-color .2s linear, opacity .2s linear;
         -o-transition: background-color .2s linear, opacity .2s linear;
            transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #AAAAAA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: background-color .2s linear;
       -moz-transition: background-color .2s linear;
         -o-transition: background-color .2s linear;
            transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
       -moz-transition: background-color .2s linear, opacity .2s linear;
         -o-transition: background-color .2s linear, opacity .2s linear;
            transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #AAAAAA;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: background-color .2s linear;
       -moz-transition: background-color .2s linear;
         -o-transition: background-color .2s linear;
            transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #EEEEEE;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999999;
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}
.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #222222;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

/* =============================================================================


   WIDGETS


   ========================================================================== */
/* -----------------------------------------------------------------------------
 * 
 * GENERIC WIDGET STYLE
 * 
 * -------------------------------------------------------------------------- */
.widget:not(:first-child),
.vw-side-panel__sidebar .widget:first-child {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 6px solid #333333;
    border-top-style: solid !important;
}

.widget select {
    width: 100%;
}

.widget-title {
    margin-bottom: 36px;
}
.widget-title span {
    display: inline-block;
}
.widget-title + .vwspc-section-subtitle {
    margin-top: -30px;
    margin-bottom: 36px;
}

/*//////////////////////////////////////
// No Widget Warning
//////////////////////////////////////*/
.vw-no-widget-warning {
    font-size: 12px;
    font-style: italic;
    border: 1px dashed rgba(127, 127, 127, 0.7);
    padding: 0.5em;
}
.vw-no-widget-warning a {
    text-decoration: underline;
}

/* -----------------------------------------------------------------------------
 * 
 * WORDPRESS WIDGET STYLE
 * 
 * -------------------------------------------------------------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_product_categories ul {
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.widget_archive li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_pages li:not(:last-child),
.widget_meta li:not(:last-child),
.widget_recent_entries li:not(:last-child),
.widget_rss li:not(:last-child),
.widget_nav_menu li:not(:last-child),
.widget_recent_comments li:not(:last-child),
.widget_product_categories li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_archive li ul,
.widget_categories li ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_recent_entries li ul,
.widget_rss li ul,
.widget_nav_menu li ul,
.widget_recent_comments li ul,
.widget_product_categories li ul {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 0.9em;
}
.widget_archive li ul > li:first-child,
.widget_categories li ul > li:first-child,
.widget_pages li ul > li:first-child,
.widget_meta li ul > li:first-child,
.widget_recent_entries li ul > li:first-child,
.widget_rss li ul > li:first-child,
.widget_nav_menu li ul > li:first-child,
.widget_recent_comments li ul > li:first-child,
.widget_product_categories li ul > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_recent_entries li li,
.widget_rss li li,
.widget_nav_menu li li,
.widget_recent_comments li li,
.widget_product_categories li li {
    font-size: 0.95em;
}
.widget_archive li li:first-child,
.widget_categories li li:first-child,
.widget_pages li li:first-child,
.widget_meta li li:first-child,
.widget_recent_entries li li:first-child,
.widget_rss li li:first-child,
.widget_nav_menu li li:first-child,
.widget_recent_comments li li:first-child,
.widget_product_categories li li:first-child {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_archive li li:last-child,
.widget_categories li li:last-child,
.widget_pages li li:last-child,
.widget_meta li li:last-child,
.widget_recent_entries li li:last-child,
.widget_rss li li:last-child,
.widget_nav_menu li li:last-child,
.widget_recent_comments li li:last-child,
.widget_product_categories li li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/*//////////////////////////////////////
// Archive
//////////////////////////////////////*/
.widget_archive label {
    display: block;
    margin-bottom: 24px;
}

.widget_archive select {
    width: 100%;
}

/*//////////////////////////////////////
// Categories
//////////////////////////////////////*/
.widget_categories label {
    display: none;
}

.widget_categories select {
    width: 100%;
}

/*//////////////////////////////////////
// RECENT COMMENTS
//////////////////////////////////////*/
.widget_recent_comments .recentcomments > a {
    color: inherit;
    font-style: italic;
    opacity: 0.7;
}

/*//////////////////////////////////////
// RECENT POSTS
//////////////////////////////////////*/
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    font-style: italic;
    opacity: 0.4;
}

/*//////////////////////////////////////
// Search
//////////////////////////////////////*/
.widget_search .search-form {
    display: flex;
}

.widget_search label {
    flex: 1 1 auto;
}

.widget_search .search-field {
    width: 100%;
}

/* -----------------------------------------------------------------------------
 * 
 * WIDGET: AUTHOR
 * 
 * -------------------------------------------------------------------------- */
/*//////////////////////////////////////
// Author info
//////////////////////////////////////*/
.vw-author-info {
    margin-bottom: 24px;
}
.vw-author-info .avatar {
    margin-bottom: 24px;
}
.vw-author-info .vw-social-icon__label {
    display: none;
}
.vw-author-info .vw-user-social-links .vw-icon {
    margin-right: 0;
    margin-bottom: 5px;
}

.vw-author-info__bio {
    margin-bottom: 24px;
    opacity: 0.8;
    font-size: 13px;
}

/* -----------------------------------------------------------------------------
 * 
 * WIDGET: AUTHOR LIST
 * 
 * -------------------------------------------------------------------------- */
.widget_vw_widget_author_list ul {
    list-style: none;
    padding: 0;
    text-align: center;
    justify-content: flex-start;
}

.widget_vw_widget_author_list li {
    margin: 0;
}

.widget_vw_widget_author_list .vw-flex-grid__item {
    flex-grow: 0;
}

.widget_vw_widget_author_list a {
    display: block;
}

.widget_vw_widget_author_list .avatar {
    display: block;
    margin: 0;
    width: auto;
}

/* -----------------------------------------------------------------------------
 * 
 * WIDGET: CATEGORIES
 * 
 * -------------------------------------------------------------------------- */
.vw-category-list {
    margin-left: 0;
    list-style: none;
}

.vw-category-list__item {
    position: relative;
}
.vw-category-list__item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 12px;
    margin-top: 12px;
}
.vw-category-list__item:not(:first-child) .vw-category-list__count {
    top: 12px;
}

.vw-category-list__item--no-title .vw-category-list__title {
    font-size: 21px;
}

.vw-category-list__item--no-title .vw-category-list__count {
    transform: translateY(2px);
}

.vw-category-list__title {
    font-size: 18px;
    margin-bottom: 12px;
}

.vw-category-list__count {
    position: absolute;
    right: 0;
    top: 0px;
    display: inline-block;
    padding: 5px 6px;
    min-width: 2em;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
}

/*//////////////////////////////////////
// Category Posts
//////////////////////////////////////*/
.vw-category-posts {
    display: flex;
    margin: 0px -1px 5px -1px;
}
.vw-category-posts a {
    display: inline-block;
    height: 75px;
    width: 33.3333333333%;
    margin: 0 1px;
    background-position: center;
    background-size: cover;
    flex: 1 3 auto;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: all;
}
.vw-category-posts a:first-child {
    width: 70%;
}
.vw-category-posts a:hover {
    width: 100%;
}

/* -----------------------------------------------------------------------------
 * 
 * WIDGET: LATEST COMMENTS
 * 
 * -------------------------------------------------------------------------- */
.vw-latest-comments {
    list-style: none;
    margin-left: 0;
}
.vw-latest-comments li {
    padding-left: 45px;
    position: relative;
}
.vw-latest-comments li:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vw-latest-comments__avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.vw-latest-comments__author {
    margin-bottom: 5px;
}

.vw-latest-comments__post {
    font-size: 11px;
    line-height: 1.3em;
    color: #B0B0B0;
}

.vw-latest-comments__content {
    margin-top: 12px;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    color: #888888;
}

/* -----------------------------------------------------------------------------
 * $NINJA FORM
 * -------------------------------------------------------------------------- */
.nf-form-fields-required {
    margin-bottom: 24px;
    font-style: italic;
    font-size: 0.9em;
}

.nf-form-title {
    margin-bottom: 12px;
    display: block;
}

/* -----------------------------------------------------------------------------
 * 
 * Theme
 * 
 * -------------------------------------------------------------------------- */
.vw-footer-sidebar .widget-title,
.vw-menu-mobile .menu-link:hover,
.vw-404-box__hero-title,
.vw-accordion .ui-state-hover span,
.vw-404-text {
    color: #3FACD6;
}

.vw-post-content th,
.vw-comment__content th,
.no-touch button:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="reset"]:hover,
.no-touch input[type="submit"]:hover,
.no-touch .woocommerce a.button:hover,
.no-touch .woocommerce button.button:hover,
.no-touch .woocommerce input.button:hover,
.no-touch .woocommerce #respond input#submit:hover,
.no-touch .woocommerce-page a.button:hover,
.no-touch .woocommerce-page button.button:hover,
.no-touch .woocommerce-page input.button:hover,
.no-touch .woocommerce-page #respond input#submit:hover,
.no-touch .vw-button:hover,
.vw-button--accent,
.no-touch .vw-button--outline.vw-button:hover,
.vw-top-bar .vw-social-icon:hover,
.vw-title-area__nav-button:hover,
.vw-menu-top .menu-item:hover,
.kesh-menu-main .menu-item:hover,
.vw-menu-top .main-menu-link:hover,
.kesh-menu-main .main-menu-link:hover,
.vw-pagination__links .page-numbers.current,
.vw-post-box--block-d .vw-post-views,
.vw-post-box--slide-1:hover .vw-post-box__read-more,
.vw-categories a,
.vw-page-links > span:not(:first-child),
.vw-scroll-to-top,
.vw-content-slider .slick-prev,
.vw-content-slider .slick-next,
.vw-dropcap-circle,
.vw-dropcap-box,
.vw-review--points .vw-review__item-score-bar,
.vw-review--percentage .vw-review__item-score-bar,
.vw-review-summary,
.sk-folding-cube .sk-cube:before,
#wp-calendar tbody td:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.vw-category-list__count,
.widget #sb_instagram .sbi_follow_btn a {
    background-color: #3FACD6;
}
.vw-post-box__meta time {
  color: #b0b0b0;
}