/*
Theme Name: ESPRESSO
Theme URI: http://envirra.com/themes/espresso
Author: envirra
Author URI: http://themeforest.net/user/envirra?ref=envirra
Description: Magazine WordPress Theme
Version: 1.3.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
Text Domain: envirra
Domain Path: /languages/
*/
/*=============================================================================

  -----------------
  Table of Contents
  -----------------

  TYPOGRAPHY - Typography basics
  INPUT - Input styles
  WORDPRESS - Wordpress's default styles

  Theme
  -----
  BUTTON
  SITELAYOUT
  SITEHEADER
  SITEFOOTER
  TOPBAR
  BOTTOMBAR
  LOGO
  TITLES
  HEADERADS
  PAGE
  POST
  POSTLOOPS
  NAVIGATION
  BREADCRUMB
  BREAKINGNEWS
  COMMENTS
  PAGINATION
  SITESOCIAL

  Widgets
  -------
  GENERALWIDGETS
  AUTHOR
  AUTHORLIST
  CATEGORIES
  FEEDBURNER
  LOGIN
  SEARCH
  SOCIALCOUNTER
  POSTTABBED

  Components
  --------
  SHORTCODES
  PAGECOMPOSER
  MAGNIFICPOPUP
  TIPSY
  PAGE
  REVIEW
  STICKY
  CUSTOMTILEDGALLERY
  INSTANTSEARCH
  BXSLIDER
  QTRANSLATE
  UTILITY

==============================================================================*/
/* -----------------------------------------------------------------------------
 * $TYPOGRAPHY
 * -------------------------------------------------------------------------- */
body {
    line-height: 1.75;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    /*-webkit-backface-visibility: hidden;
            backface-visibility: hidden;*/
}

/*blockquote {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.25em;
    text-transform: uppercase;
}*/

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 11px;
}

cite {
    font-style: italic !important;
    letter-spacing: 0;
}
cite:before {
    content: '—';
    opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

em {
    /* color: #AAAAAA; */
    /*text-transform: none;*/
    font-weight: normal;
    font-style: italic;
    padding-right: .14em;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

/* -----------------------------------------------------------------------------
 * $INPUT
 * -------------------------------------------------------------------------- */
textarea {
    max-width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
}

select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type=button],
input[type=submit],
button,
.vw-button,
.woocommerce .button {
    /* for woocommerce */
    padding: 5px 10px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    border: 1px solid #BBBBBB;
    -webkit-appearance: none;
}

/* -----------------------------------------------------------------------------
 * $WORDPRESS
 * -------------------------------------------------------------------------- */
/* -------------------------------------
 * Alignment */
.alignnone {
    display: block;
    margin: 15px 15px 15px 0;
}
.alignnone:before,
.alignnone:after {
    content: " ";
    display: table;
}
.alignnone:after {
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 0px 0 15px 15px;
}

a img.alignnone {
    margin: 15px 15px 15px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.fb-page {
    display:     block;
    text-align:  center;
}

/* -------------------------------------
 * Image Caption */
.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 2em 0;
}

.wp-caption.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-caption.aligncenter:before,
.wp-caption.aligncenter:after {
    content: " ";
    display: table;
}
.wp-caption.aligncenter:after {
    clear: both;
}

.wp-caption.alignleft {
    margin: 15px 2em 10px 0;
}

.wp-caption.alignright {
    margin: 15px 0 10px 2em;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    color: #AAAAAA;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2em;
    margin: 8px 0px 8px 0px;
    padding: 5px 10px 5px 10px;
    border-left: 3px solid;
}

.wp-post-image {
    /*height: auto;*/
    max-width: 100%;
    margin-bottom: 15px;
}

.bypostauthor {
    background-color: transparent;
}

/* -------------------------------------
 * $WORDPRESS TILED GALLERY DEFAULT STYLE */
.gallery img {
    border: 1px solid #DDDDDD !important;
    padding: 3px;
}
.gallery .gallery-caption {
    margin-top: 0.5em;
    font-style: italic;
}

/* =============================================================================

  $THEME

============================================================================= */
/* -----------------------------------------------------------------------------
 * $BUTTON
 * -------------------------------------------------------------------------- */
input[type=button],
input[type=submit],
button,
.vw-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    text-transform: uppercase;
    background-color: #3E3E3E;
    color: #FFFFFF;
    border: 0px solid;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 4px;
    padding: 6px 18px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-button {
    font-size: 15px;
}
.no-touch input[type=button]:hover,
.no-touch input[type=submit]:hover,
.no-touch button:hover,
.no-touch .vw-button: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 {
    background-color: #C5AC57;
}

.vw-button {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
}

.no-touch .vw-button:hover {
    color: #FFFFFF;
}

.vw-button.vw-button-:hover {
    background-color: #3E3E3E !important;
    color: white;
}

.vw-button .vw-icon {
    margin-right: 0.4em;
    font-size: 15px;
    vertical-align: bottom;
}

.vw-button-full-width {
    display: block;
    width: 100%;
}

.vw-button-black {
    background-color: #000000;
}
.no-touch .vw-button-black:hover {
    background-color: #333333;
}

.vw-button-orange {
    background-color: #FC7844;
}
.no-touch .vw-button-orange:hover {
    background-color: #FD9369;
}

.vw-button-red {
    background-color: #E74C3C;
}
.no-touch .vw-button-red:hover {
    background-color: #EC7063;
}

.vw-button-yellow {
    background-color: #F9CB31;
}
.no-touch .vw-button-yellow:hover {
    background-color: #FAD45A;
}

.vw-button-blue {
    background-color: #3498DB;
}
.no-touch .vw-button-blue:hover {
    background-color: #5DACE2;
}

.vw-button-green {
    background-color: #1ABC84;
}
.no-touch .vw-button-green:hover {
    background-color: #48C99D;
}

.vw-button-purple {
    background-color: #B73B7A;
}
.no-touch .vw-button-purple:hover {
    background-color: #C56295;
}

.vw-button-pink {
    background-color: #ED5E80;
}
.no-touch .vw-button-pink:hover {
    background-color: #F17E99;
}

/* -----------------------------------------------------------------------------
 * $SITE LAYOUT
 * -------------------------------------------------------------------------- */
@media (min-width: 768px) {
    body.vw-site-layout-boxed .vw-site-wrapper {
        margin: 30px auto;
    }
    body.vw-site-layout-boxed .vw-site-wrapper,
    body.vw-site-layout-boxed .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    body.vw-site-layout-boxed .vw-site-wrapper,
    body.vw-site-layout-boxed .container {
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    body.vw-site-layout-boxed .vw-site-wrapper,
    body.vw-site-layout-boxed .container {
        max-width: 1200px;
    }
}


@media all and (min-width: 768px) {
    .container {
      width: 100%;
      padding-left:  20px;
      padding-right: 20px;
    }
}

@media all and (min-width: 1000px) {
    .container {
      width: 100%;
      padding-left:  40px;
      padding-right: 40px;
    }
}

@media all and (min-width: 1200px) {
    .container {
      width: 1170px;
    }
}


/* -----------------------------------------------------------------------------
 * $SITE HEADER
 * -------------------------------------------------------------------------- */
.vw-site-header-inner {
    padding: 45px 0;
}

/*.vw-header-ads-leader-board {
    float: left;
}*/

.vw-site-header {
    -ms-overflow-y: hidden;
        overflow-y: hidden;
}

.vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper,
.vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
    width: 100%;
    text-align: right;
}
@media (min-width: 992px) {
    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
        padding-left: 15px;
    }
    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-leader-board,
    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-banner {
        float: right;
    }
}
@media (max-width: 991px) {
    .vw-site-header.vw-site-header-style-left-logo .vw-header-ads-wrapper {
        display: block;
        text-align: center;
    }
    .vw-site-header.vw-site-header-style-left-logo .vw-mobile-nav-button-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
}

.vw-site-header.vw-site-header-style-right-menu .vw-menu-main-wrapper {
    background: transparent !important;
}
.vw-site-header.vw-site-header-style-right-menu .vw-logo-wrapper,
.vw-site-header.vw-site-header-style-right-menu #vw-menu-main-sticky-wrapper {
    vertical-align: middle;
    display: inline-block;
}
.vw-site-header.vw-site-header-style-right-menu .vw-logo-wrapper,
.vw-site-header.vw-site-header-style-right-menu #vw-menu-main .container {
    width: auto !important;
}

.vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner,
.vw-site-header.vw-site-header-style-centered-logo .vw-menu-main-inner {
    text-align: center;
}

/* custom styles */
.vw-site-header.vw-site-header-style-centered-logo .vw-menu-main-inner {
    text-align: left;
}

.vw-site-header.vw-site-header-style-centered-logo .sub-menu {
    text-align: left;
}
@media (max-width: 767px) {
    .vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner {
        position: relative;
        padding: 0 40px;
    }
    .vw-site-header.vw-site-header-style-centered-logo .vw-mobile-nav-button-wrapper {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -18px;
    }
}
.vw-site-header.vw-site-header-style-centered-logo .vw-menu-additional-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.vw-site-header.vw-site-header-style-centered-logo .vw-header-ads-wrapper {
    margin-top: 2em;
}

/* -----------------------------------------------------------------------------
 * $SITE FOOTER
 * -------------------------------------------------------------------------- */
.vw-site-footer {
    padding-top: 10px;
    border-top: 6px solid;
}

/* -----------------------------------------------------------------------------
 * $SITE FOOTER SIDEBARS
 * -------------------------------------------------------------------------- */
.vw-site-footer-sidebars {
    padding-top: 20px;
    padding-bottom: 8px;
}
.vw-site-footer-sidebars .vw-post-loop-text-no-thumbnail .vw-post-box + .vw-post-box,
.vw-site-footer-sidebars .vw-post-style-small-left-thumbnail + .vw-post-style-small-left-thumbnail,
.vw-site-footer-sidebars .widget_vw_widget_categories .vw-widget-category-list li + li {
    border-top-color: rgba(128, 128, 128, 0.3);
}
.vw-site-footer-sidebars .vw-post-loop-mix-3 .vw-post-style-medium {
    border-bottom-color: rgba(128, 128, 128, 0.3);
}

.vw-site-footer-sidebars .vw-sticky-sidebar {
    padding-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * $TOP BAR
 * -------------------------------------------------------------------------- */
.vw-top-bar {
    display: none;
    padding: 0;
    font-size: 11px;
    position: relative;
    z-index: 1001;
}
@media (min-width: 768px) {
    .vw-top-bar {
        display: block;
    }
}

.vw-top-bar .main-menu-link,
.vw-top-bar .vw-site-social-profile-icon,
.vw-top-bar .vw-instant-search-button {
    color: #888888;
}
.vw-top-bar .vw-instant-search-button {
    display: inline-block;
}
.vw-top-bar .vw-instant-search-button,
.vw-top-bar .vw-instant-search-button .vw-icon {
    display: inline-block;
    padding: 2px 4px;
}
.vw-top-bar .vw-instant-search-button .vw-icon,
.vw-top-bar .vw-site-social-profile-icon {
    padding: 6px 4px;
    font-size: 12px;
}
.vw-top-bar .vw-instant-search-button .vw-icon:hover,
.vw-top-bar .vw-site-social-profile-icon:hover {
    color: #FFFFFF !important;
}

.vw-top-bar-inner {
    border-bottom: 3px solid #3E3E3E;
}

.vw-top-bar-left {
    float: left;
}

.vw-top-bar-right {
    text-align: right;
}

@media (max-width: 767px) {
    .vw-top-bar-left,
    .vw-top-bar-right {
        text-align: center;
        float: none;
    }
}

.vw-top-bar-social-menu .vw-menu {
    margin-bottom: -3px;
}

/* -----------------------------------------------------------------------------
 * $BOTTOM BAR
 * -------------------------------------------------------------------------- */
.vw-bottom-bar {
    padding: 20px 0;
    font-size: 11px;
}

.vw-bottom-bar-left {
    float: left;
}

.vw-bottom-bar-right {
    text-align: right;
}

@media (max-width: 767px) {
    .vw-bottom-bar-left,
    .vw-bottom-bar-right {
        text-align: center;
        float: none;
    }
}

.vw-copyright {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-top: -3px;
}

.vw-bottom-bar .vw-copyright {
    margin-top: .25em;
}

/* -----------------------------------------------------------------------------
 * $LOGO
 * -------------------------------------------------------------------------- */
.vw-logo-wrapper {
    width: 100%;
}

.vw-logo-link {
    display: inline-block;
}
.vw-logo-link:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .vw-logo-link {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

.vw-logo-2x {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vw-logo-2x {
        display: inline;
    }
    .vw-logo-2x + .vw-logo {
        display: none;
    }
}

.vw-site-title {
    margin-top: 0;
    margin-bottom: 0;
}

.vw-site-tagline {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 0;
    opacity: 0.7;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .vw-site-tagline {
        display: none;
    }
}

/* -----------------------------------------------------------------------------
 * $TITLES
 * -------------------------------------------------------------------------- */
 .vw-about-author-title,
 .vw-related-posts-title,
 .vw-post-comments-title,
 .widget-title,
 .vwspc-section-title,
 .vw-widget-author-title,
 .vw-infobox-title,
 .vw-pricing-title,
 .vw-title-shortcode,
 .vw-post-shortcode-title,
 .vw-page-content .vw-page-title-box {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #3E3E3E;
    border-bottom: 3px solid #3E3E3E;
}

.vw-title-shortcode {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.vw-about-author-title {
    font-weight: normal;
    text-transform: uppercase;
}

.vw-post-comments-title {
    border-top:     3px solid #3E3E3E;
    padding:        8px 0;
    padding-right:  25px;
    padding-left:   8px;
    text-align:     left;
    position:       relative;
    display:        inline-block;
    float:          right;
}

.vw-post-comments-title:hover {
    background-color:   rgba(0,0,0,.03);
    cursor:             pointer;
}

.vw-post-comments-title__arrow {
    width:      0;
    height:     0;
    position:   absolute;
    right:      7px;
    top:        18px;
    border:     6px solid transparent;
    border-top-color: #3E3E3E;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.commentlist {
    height:         0;
    overflow:       hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.comment {
    padding: 1px;
}

.is-comments-open .vw-post-comments-title__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 6px 3px;
    -moz-transform-origin: 6px 3px;
    -ms-transform-origin: 6px 3px;
    -o-transform-origin: 6px 3px;
    transform-origin: 6px 3px;
}

/* specifity */
.vw-post-comments .vw-post-share-box {
    display:       inline-block;
    border-bottom: 0;
    padding-top:   .1875em;
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .vw-post-comments {
        text-align: center;
    }
    .vw-post-comments-title {
        float: none;
    }
    .commentlist {
        text-align: left;
    }
}

/* specifity */
/*div.vw-menu-main-inner {
    background: transparent;
}*/


* + .vw-title-shortcode {
    margin-top: 30px;
}

.vw-page-content .vw-title-shortcode {
    border-bottom-width: 2px;
}

/* -------------------------------------
 * $TOPIC LINE */
.vw-topic-line {
    /* Middle Horizontal line */
    text-align: center;
    white-space: normal;
    overflow: hidden;
}
.vw-topic-line > span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.vw-topic-line > span:before,
.vw-topic-line > span:after {
    background: rgba(128, 128, 128, 0.15);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 1000%;
}
.vw-topic-line > span:before {
    right: 100%;
}
.vw-topic-line > span:after {
    left: 100%;
}

.vw-right-topic-line {
    white-space: nowrap;
    overflow: hidden;
}
.vw-right-topic-line > span {
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
}
.vw-right-topic-line > span:after {
    background: rgba(128, 128, 128, 0.15);
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 1000%;
    left: 100%;
}

/* -------------------------------------
 * $PAGE TITLE */
.vw-page-content .vw-page-title-box .vw-label {
    margin-bottom: 10px;
}
.vw-page-content .vw-page-title-box .vw-page-title {
    margin-bottom: 10px;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1em;
}
.vw-page-content .vw-page-title-box .vw-page-description {
    font-size: 14px;
}
.vw-page-content .vw-page-title-box .vw-page-description p {
    margin-bottom: 0;
}

.vw-page-title-section {
    border-bottom: 1px solid #EEEEEE;
}
.vw-breaking-news-bar + .vw-page-title-section.vw-has-background {
    margin-top: 3px;
}
.vw-page-title-section.vw-has-background .vw-page-title {
    color: #FFFFFF;
}
.vw-page-title-section.vw-has-background .vw-page-title-divider {
    display: none;
}
.vw-page-title-section.vw-has-background .vw-post-meta {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.vw-page-title-section.vw-has-background .vw-post-meta + .vw-page-title-divider {
    margin-top: 0;
}
.vw-page-title-section.vw-has-background .vw-label,
.vw-page-title-section.vw-has-background .vw-post-categories .vw-category-link,
.vw-page-title-section.vw-has-background .vw-post-meta,
.vw-page-title-section.vw-has-background .vw-post-meta a,
.vw-page-title-section.vw-has-background .vw-subtitle {
    color: #FFF;
}

.vw-page-title-section.vw-has-background .vw-post-categories .vw-category-link {
    color: rgba(255, 255, 255, 0.8);
}

.vw-page-title-section.vw-has-background .vw-page-title-section-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
}
.vw-page-title-section.vw-has-background .vw-page-title-section-overlay {
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0.08) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0.08) 100%);
}

.fb-page {
    height: 224px;
}
@media all and (max-width: 910px) {
    .fb-page {
        transform: scale(.9);
        transform-origin: left top;
    }
    .adsbygoogle {
        transform: scale(.8);
        transform-origin: left top;
        margin-bottom: -100px;
        display:  block !important;
    }
    .container .row {
        margin-left:  0;
        margin-right: 0;
    }
}
@media all and (max-width: 820px) {
    .fb-page {
        transform: scale(.85);
    }
    .adsbygoogle {
        transform: scale(.75);
    }
}

@media all and (max-width: 780px) {
    .fb-page {
        transform: scale(.8);
    }
    .adsbygoogle {
        transform: scale(.7);
    }
}

@media all and (max-width: 768px) {
    .fb-page {
        transform: scale(1);
    }
    .adsbygoogle {
        transform: scale(1);
        margin-bottom: 0;
    }
}

body {
    overflow-x: hidden;
}

.vw-page-title-section.vw-has-background .backstretch:after {
    content: '';
    display: block;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 10px);
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 10px);
    opacity: 0.25;
    width: 100%;
    height: 100%;
}
.vw-page-title-section.vw-has-background .vw-featured-image-caption {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
.vw-page-title-section .vw-page-title {
    font-size: 43px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
    word-wrap: break-word;
}
/*.vw-page-title-section .vw-page-title-box-inner {
    padding-right: 34%;
}*/
.vw-page-title-section .vw-featured-image-caption {
    margin-right: 90px;
}
.vw-page-title-section .vw-page-title-thumbnail {
    float: left;
}
.vw-page-title-section .vw-page-title-thumbnail + .vw-page-title-box-inner {
    margin-left: 130px;
}
.vw-page-title-section .vw-author-avatar {
    display: inline-block;
}
@media (max-width: 991px) {
    .vw-page-title-section .vw-page-title {
        font-size: 40px;
    }
    .vw-page-title-section .vw-page-title-box-inner {
        padding-right: 10%;
    }
}
@media (max-width: 767px) {
    .vw-page-title-section .vw-page-title {
        font-size: 24px;
    }
    .vw-page-title-section .vw-page-title-box-inner {
        padding-right: 0%;
    }
    .vw-page-title-section .vw-post-meta .vw-post-meta-icons {
        text-align: left;
        padding-left: 0;
    }
}

.vw-page-title-section-inner {
    padding: 25px 0;
}

.vw-page-title {
    text-transform: none;
    font-size: 40px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.vw-page-description {
    font-weight: 300;
    font-style: italic;
    color: #999999;
    text-transform: none;
}

.vw-page-title-section-inner .vw-page-description {
    color: white;
}

.vw-label {
    text-transform: uppercase !important;
    font-size: 20px;
    display: block;
}

.vw-subtitle {
    margin-top: 0.5em;
    padding-right: 5em;
    font-size: 20px;
    line-height: 1.3em;
    color: #9C9C9C;
}
.vw-subtitle > * {
    margin: 0;
}
/*@media (min-width: 992px) {
    .vw-page-title-section .vw-subtitle {
        padding-right: 25%;
    }
}*/
/*@media (min-width: 1200px) {
    .vw-page-title-section .vw-subtitle {
        padding-right: 40%;
    }
}*/
.page-template-page_big_featured_image-php .vw-subtitle {
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .vw-subtitle {
        padding-right: 10%;
    }
}

/* -------------------------------------
 * SUPER TITLE */
.vw-super-title {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    color: #9F9F9F;
}
.widget-title .vw-super-title {
    top: -9px;
    font-size: 10px;
}

.vw-bundle-progress__title {
    text-transform: none;
}

.widget-title + .vw-fixed-tab,
.widget-title + .widget_vw_widget_post_tabbed {
    margin-top: -42px;
}

.textwidget .container.intense {
    max-width: 100%;
}

@media all and (max-width: 991px) {
    .textwidget .container.intense {
        padding: 0;
    }
}

.vw-search-title__thumbnail {
    width: 85px;
    float: left;
    margin-right: 15px;
}

.vw-search-title .vw-post-categories {
    display: inline-block;
    position: relative;
    /*margin-left: 3px;*/
    top: -4px;
}
.vw-search-title__title-link {
    margin-right: 3px;
}

.vw-post-box-thumbnail__crop {
    /*max-width:      360px;*/
    /*max-height:     240px;*/
    /*height:         1000px;*/
    position:       relative;
    overflow:       hidden;
}
    .vw-post-box-thumbnail__crop--small-left {
        width:      85px;
        float:      none;
        display:    inline-block;
    }
    .vw-post-box-thumbnail__small-img-wrapper {
        width: 85px;
        float: left;
        margin-right: 25px;
    }
    
    .vw-post-box-thumbnail__crop--large-slider {
        width: 360px;
    }

.vw-post-box-thumbnail__crop:after {
    content:        '';
    padding-bottom: 66.6666667%;
    display:        block;
}

.vw-post-box-thumbnail__inner {
    overflow:   hidden;
    position:   absolute;
    top:        0;
    left:       0;
    bottom:     0;
    right:      0;
}

.vw-post-box-thumbnail__shift {
    position: absolute;
    width:  100%;
    top:  50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.intense.dropcap {
  font-size: 119px;
  line-height: 93px;
  position: relative;
  margin-right:  0;
  padding-right: 5px;
  top: 9px;
}

/* -------------------------------------
 * $GALLERY DIRECTION NAV */
.vw-gallery-direction-nav {
    direction: ltr;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 1000000;
}

.vw-gallery-direction-button {
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    border-radius: 2px;
    padding: 4px 6px;
    -webkit-transition: background-color 0.2s ease-out;
       -moz-transition: background-color 0.2s ease-out;
            transition: background-color 0.2s ease-out;
}
.vw-gallery-direction-button i {
    color: #FFFFFF;
    font-size: 14px;
}

/* -----------------------------------------------------------------------------
 * $HEADER ADS
 * -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .vw-header-ads-wrapper {
        margin-top: 1em;
    }
}

.vw-header-ads-leader-board,
.vw-header-ads-banner {
    max-width: 100%;
    margin: auto;
}

.vw-header-ads-leader-board {
    width: 728px;
    height: 90px;
}

.vw-header-ads-banner {
    width: 468px;
    height: 60px;
}

.vw-single-header-ads {
    /*display: inline-block !important;*/
    width: 728px;
    height: 90px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .vw-single-header-ads {
        width: 468px;
        height: 60px;
    }
}
@media (max-width: 479px) {
    .vw-single-header-ads {
        width: 234px;
        height: 60px;
    }
}

/* -----------------------------------------------------------------------------
 * $PAGE
 * -------------------------------------------------------------------------- */
.vw-page-wrapper {
    padding:        20px 0;
    padding-bottom: 40px;
}

div.vw-page-wrapper.is-no-padding {
    padding: 0;
}

.vw-sticky-sidebar {
    /*padding-bottom: 0px;*/
    padding-bottom: 10px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);
}

.vw-page-title-section.vw-has-background + .vw-page-wrapper {
    padding-top: 20px;
}
.vw-breaking-news-bar + .vw-page-wrapper {
    padding-top: 20px;
}
.vw-breaking-news-bar + .vw-page-wrapper .vw-page-title:first-child {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .vw-page-wrapper {
        border-top: 1px solid #EEEEEE;
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .vw-page-content {
        margin-bottom: 30px;
    }
}

/*.vw-page-content > article:first-child {
    margin-top: 15px;
}*/

/* -------------------------------------
 * $SIDEBAR POSITION */
.vw-sidebar-position-right .vw-page-content,
.vw-sidebar-position-left .vw-page-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-right .vw-page-content,
    .vw-sidebar-position-left .vw-page-content {
        float: left;
        width: 66.6666666667%;
    }
}
.vw-sidebar-position-right .vw-page-sidebar,
.vw-sidebar-position-left .vw-page-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-right .vw-page-sidebar,
    .vw-sidebar-position-left .vw-page-sidebar {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    .vw-sidebar-position-left .vw-page-content {
        left: 33.3333333333%;
    }
}
@media (min-width: 768px) {
    .vw-sidebar-position-left .vw-page-sidebar-left {
        right: 66.6666666667%;
    }
}

.vw-sidebar-position-mini-content-right .vw-page-sidebar-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-mini-content-right .vw-page-sidebar-right {
        float: left;
        width: 33.3333333333%;
    }
}
.vw-sidebar-position-mini-content-right .vw-page-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-mini-content-right .vw-page-content {
        float: left;
        width: 66.6666666667%;
    }
}
.vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
    display: none;
}
@media (min-width: 1200px) {
    .vw-sidebar-position-mini-content-right .vw-page-content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-mini-content-right .vw-page-content {
            float: left;
            width: 50%;
        }
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-mini-content-right .vw-page-content {
            left: 16.6666666667%;
        }
    }
    .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
        display: block;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
            float: left;
            width: 16.6666666667%;
        }
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-mini-content-right .vw-page-sidebar-left {
            right: 50%;
        }
    }
}

.vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
        float: left;
        width: 33.3333333333%;
    }
}
@media (min-width: 768px) {
    .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
        right: 66.6666666667%;
    }
}
.vw-sidebar-position-left-content-mini .vw-page-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-left-content-mini .vw-page-content {
        float: left;
        width: 66.6666666667%;
    }
}
@media (min-width: 768px) {
    .vw-sidebar-position-left-content-mini .vw-page-content {
        left: 33.3333333333%;
    }
}
.vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
    display: none;
}
@media (min-width: 1200px) {
    .vw-sidebar-position-left-content-mini .vw-page-content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-left-content-mini .vw-page-content {
            float: left;
            width: 50%;
        }
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-left-content-mini .vw-page-sidebar-left {
            right: 50%;
        }
    }
    .vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
        display: block;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-left-content-mini .vw-page-sidebar-right {
            float: left;
            width: 16.6666666667%;
        }
    }
}

.vw-sidebar-position-content-mini-right .vw-page-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-content-mini-right .vw-page-content {
        float: left;
        width: 66.6666666667%;
    }
}
.vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
    display: none;
}
.vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
        float: left;
        width: 33.3333333333%;
    }
}
@media (min-width: 1200px) {
    .vw-sidebar-position-content-mini-right .vw-page-content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-content-mini-right .vw-page-content {
            float: left;
            width: 50%;
        }
    }
    .vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
        display: block;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-content-mini-right .vw-page-sidebar-left {
            float: left;
            width: 16.6666666667%;
        }
    }
    .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        .vw-sidebar-position-content-mini-right .vw-page-sidebar-right {
            float: left;
            width: 33.3333333333%;
        }
    }
}

.vw-sidebar-position-none .vw-page-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .vw-sidebar-position-none .vw-page-content {
        float: left;
        width: 100%;
    }
}
@media (min-width: 992px) {
    body.page .vw-sidebar-position-none .vw-page-content,
    body.post .vw-sidebar-position-none .vw-page-content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 768px) {
        body.page .vw-sidebar-position-none .vw-page-content,
        body.post .vw-sidebar-position-none .vw-page-content {
            float: left;
            width: 100%;
        }
    }
}

/* -----------------------------------------------------------------------------
 * $POST
 * -------------------------------------------------------------------------- */
.vw-main-post .entry-title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 43px;
    font-weight: bold;
    line-height: 1.1em;
    word-wrap: break-word;
    text-transform: none;
}

.vw-main-post ~ .vw-main-post {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .vw-main-post .entry-title {
        font-size: 22px;
    }
}
.vw-main-post .vw-subtitle {
    margin-top: 0.75em;
}

.vw-post-content {
    word-wrap: break-word;
    position:  relative;
}
.vw-post-content > :first-child {
    margin-top: 0;
}

.vw-before-post-content,
.vw-after-post-content {
    margin-bottom: 25px;
}

/* -------------------------------------
 * $POST LAYOUT */
.vw-post-layout-full-width .vw-site-header {
    border-bottom: none;
}

/* -------------------------------------
 * $POST CATEGORIES */
.vw-post-categories {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vw-post-categories > div {
    display: inline-block;
    padding: 0 2px;
}
.vw-post-categories .vw-sticky-link,
.vw-post-categories .vw-category-separator,
.vw-post-categories .vw-category-link {
    font-weight: 300;
}
.vw-post-categories .vw-category-separator {
    display: inline-block;
    margin: 0 3px;
    color: #FFFFFF;
}
.vw-post-categories .vw-sticky-link,
.vw-post-categories .vw-category-link {
    display: inline;
    padding: 0px 4px;
    margin-bottom: 4px;
    line-height: 1.9em;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.vw-post-categories .vw-category-link {
    position: relative;
    top: 1px;
}


/* -------------------------------------
 * $POST META */
.vw-post-meta {
    font-size: 13px;
    /*font-style: italic;*/
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.vw-post-meta .vw-post-meta-icons {
    text-align: right;
}
.vw-post-meta .avatar {
    margin-right: 5px;
}
.vw-post-meta .vw-author-avatar {
    display: inline-block;
}

.vw-post-meta-separator {
    margin-left: 3px;
    margin-right: 5px;
}

.vw-post-meta-large {
    display: table;
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    /*border-bottom: 3px solid #3E3E3E;*/
    font-size: 20px;
    margin-bottom: 0;
}
.vw-post-meta-large .vw-post-meta-icons {
    display: table-cell;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .vw-post-meta-large .vw-post-meta-icons {
        display: block;
    }
}
.vw-post-meta-large a {
    color: inherit;
}
@media (max-width: 360px) {
    .vw-post-meta-large .vw-post-date + .vw-post-meta-separator {
        display: block;
        height: 1px;
        opacity: 0;
    }
}

/* -------------------------------------
 * $POST MEDIA */
.vw-featured-image img {
    margin: 0;
}

.vw-featured-image-caption-wrapper {
    font-size: 14px;
    line-height: 1.4em;
    position: absolute;
    top: 30px;
    left: 15px;
}
.vw-featured-image-caption-wrapper .vw-featured-image-caption {
    color: white;
    padding: 4px 6px;
    display: inline-block;
    margin-bottom: 0;
}

.vw-embeded-media,
.vw-embeded-media.vw-embeded-gallery,
.vw-featured-image {
    margin-bottom: 20px;
}

.vw-embeded-media {
    position: relative;
}
.vw-embeded-media iframe {
    max-width: 100%;
}

.vw-embeded-image-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 2px 10px;
    font-size: 12px;
    font-style: italic;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}

/* -------------------------------------
 * $TAG/PAGE LINKS */
.vw-tag-links,
.vw-page-links {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vw-tag-links-title,
.vw-page-links-title {
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
}

.vw-tag-links-title {
    font-style: italic;
    opacity: 0.5;
    font-size: .833333em;
    font-weight: 100;
}

.vw-tag-links a,
.vw-page-links a,
.vw-page-links > .vw-page-link {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgba(128, 128, 128, 0.15);
    margin-left: 0.5em;
    margin-bottom: 4px;
    font-size: 11px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

div.vw-tag-links a {
    color: black;
    margin-bottom: 0;
    font-size: .777777778em;
    background: transparent;
}

/*div.vw-tag-links a:hover {
    background-color: transparent;
    color: black;
}
*/
.vw-tag-links a:hover,
.vw-page-links a:hover,
.vw-page-links > .vw-page-link:hover {
    background-color: #3E3E3E;
    color: #FFFFFF;
    text-decoration: none;
}

.vw-tag-links a {
    color: #FFFFFF;
}

.vw-page-links a {
    color: inherit;
}

.vw-page-links > .vw-page-link {
    background-color: #3E3E3E;
    color: #FFFFFF;
}

/* -------------------------------------
 * $POST NAVIGATION */
.vw-post-navigation {
    border-top: 3px solid rgba(128, 128, 128, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0;
}

.vw-post-navigation-label {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0.5;
}

.vw-post-navigation-title {
    font-size: 1em;
    margin-top: 0;
    padding: 0 10%;
    text-align: center;
    text-transform: uppercase;
}

.vw-post-navigation-title-no-link {
    font-style: italic;
    font-weight: 300;
}

.vw-post-navigation {
    /*overflow: hidden;*/
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   width:  100%;
}

.vw-post-navigation-next,
.vw-post-navigation-previous {
    width: 49%;
    float: left;
    /*padding-top: 10px;*/
    color: inherit;
    word-wrap: break-word;
    /*padding-bottom: 9999999999px;*/
    /*margin-bottom: -9999999999px;*/
}

/*.vw-post-navigation-next,
.vw-post-navigation-previous {
    height: 100%;
}*/

.vw-post-navigation-next:hover,
.vw-post-navigation-previous:hover {
    text-decoration: none;
    background-color: #3E3E3E;
}
.vw-post-navigation-next:hover *,
.vw-post-navigation-previous:hover * {
    color: #FFFFFF;
}

.vw-post-navigation-next {
    border-left: 1px solid #EEEEEE;
}

.vw-post-navigation-label,
.vw-post-navigation-title,
.vw-post-navigation-next,
.vw-post-navigation-previous {
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

/* -------------------------------------
 * $NEXT/PREVIOUS LINK PAGES */
.vw-next-link-pages {
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.vw-next-link-pages:before,
.vw-next-link-pages:after {
    content: " ";
    display: table;
}
.vw-next-link-pages:after {
    clear: both;
}
.vw-next-link-pages a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #3E3E3E;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-next-link-pages a,
.vw-next-link-pages a:hover {
    color: #FFFFFF;
}
.vw-next-link-pages a * {
    vertical-align: middle;
    line-height: 30px;
}
.vw-next-link-pages a .vw-icon:before {
    position: relative;
    top: -1px;
}
.vw-next-link-pages .vw-next-link-page {
    float: right;
}

/* -------------------------------------
 * $RELATED POSTS */
.vw-related-posts {
    margin: 20px 0;
}

/* -------------------------------------
 * $ABOUT AUTHOR */
.vw-about-author {
    position: relative;
    margin: 20px 0;
    padding: 10px 25px;
    background-color: #222222;
}
.vw-about-author,
.vw-about-author .vw-about-author-title,
.vw-about-author .vw-author-name,
.vw-about-author .vw-author-bio {
    color: #FFFFFF;
}
.vw-about-author .vw-author-avatar {
    float: left;
    margin-right: 15px;
    position: relative;
    padding-bottom: 10px;
}
.vw-about-author .vw-about-author-info {
    padding-bottom: 30px;
    padding-left: 150px;
}
.vw-about-author .vw-about-author-info:last-child {
    padding-bottom: 15px;
}
.vw-about-author .vw-about-author-info + .vw-about-author-info {
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}
.vw-about-author .vw-author-name {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
}
.vw-about-author .vw-author-bio {
    padding-right: 25px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 0.95em;
    /*font-style: italic;*/
    line-height: 1.6em;
}
@media (max-width: 479px) {
    .vw-about-author .vw-author-avatar {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
    .vw-about-author .vw-about-author-info {
        padding-left: 0;
        text-align: center;
    }
    .vw-about-author .vw-author-bio {
        padding: 0;
    }
}

.vw-author-archive-info {
    margin-bottom: 30px;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #EEEEEE;
}
.vw-author-archive-info .vw-author-avatar {
    display: inline-block;
    float: left;
}
.vw-author-archive-info .vw-author-avatar ~ .vw-author-bio,
.vw-author-archive-info .vw-author-avatar ~ .vw-author-socials {
    margin-left: 140px;
}

.vw-author-socials {
    margin-bottom: -7px;
}
.vw-author-socials i {
    display: inline-block;
    width: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
}
.vw-author-socials .vw-icon-social {
    background-color: #444444;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-author-socials .vw-icon-social:hover {
    background-color: #666666;
}
.vw-author-socials .vw-icon-social-twitter {
    background-color: #00ACED;
}
.vw-author-socials .vw-icon-social-facebook {
    background-color: #3B5998;
}
.vw-author-socials .vw-icon-social-gplus {
    background-color: #DD4B39;
}
.vw-author-socials .vw-icon-social-pinterest {
    background-color: #CB2027;
}
.vw-author-socials .vw-icon-social-tumblr {
    background-color: #32506D;
}
.vw-author-socials .vw-icon-social-instagram {
    background-color: #517FA4;
}
.vw-author-socials .vw-icon-social-fivehundredpx {
    background-color: #1B1B1B;
}
.vw-author-socials .vw-icon-social-dribbble {
    background-color: #EA4C89;
}
.vw-author-socials .vw-icon-social-flickr {
    background-color: #FF0084;
}
.vw-author-socials .vw-icon-social-linkedin {
    background-color: #007BB6;
}
.vw-author-socials .vw-icon-social-skype {
    background-color: #12A5F4;
}
.vw-author-socials .vw-icon-social-soundcloud {
    background-color: #FF3A00;
}
.vw-author-socials .vw-icon-social-youtube {
    background-color: #BB0000;
}
.vw-author-socials .vw-icon-social-vimeo {
    background-color: #AAD450;
}

/* -----------------------------------------------------------------------------
 * $POST LOOP
 * -------------------------------------------------------------------------- */
.vw-post-box {
    position: relative;
}

.vw-post-box .vw-post-box-thumbnail {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    }
    .mobile-device .vw-post-box .vw-post-box-thumbnail {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }


.no-touch .vw-post-box:hover .vw-post-box-thumbnail .wp-post-image {
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
       -moz-transform: scale(1.05) translate3d(0, 0, 0);
        -ms-transform: scale(1.05) translate3d(0, 0, 0);
         -o-transform: scale(1.05) translate3d(0, 0, 0);
            transform: scale(1.05) translate3d(0, 0, 0);
}
.vw-post-box .vw-post-box-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
}
.vw-post-box .wp-post-image {
    margin: 0;
    width: 100%;
    /*max-height: 100%;*/
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-post-box .vw-post-box-title {
    text-transform: none;
    font-size: 28px;
    line-height: 1.2em;
    word-break: break-word;
    margin-bottom: 15px;
}
.vw-post-box .vw-post-box-title a {
    -webkit-transition: color 0.2s ease-out;
       -moz-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
}
.vw-post-box .vw-post-box-footer {
    padding: 0px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
.vw-post-box .vw-icon {
    font-size: 16px;
}
.vw-post-box .vw-post-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.vw-post-box .vw-post-box-excerpt {
    word-break: break-word;
}
.vw-post-box .avatar {
    margin-right: 0.5em;
}

.vw-post-box .vw-post-meta {
    text-transform: uppercase;
}

.vw-post-box .vw-post-meta,
.vw-post-box .vw-post-meta .vw-icon {
    font-size: 16px;
}
.vw-post-box .vw-post-meta,
.vw-post-box .vw-post-meta a {
    color: #999999;
}

.vw-post-box .vw-post-box-meta-right {
    margin-top: 10px;
    display: block;
}
@media (min-width: 768px) {
    .vw-post-box .vw-post-box-meta-right {
        float: right;
        margin-top: 0;
        display: inline-block;
        display: -webkit-inline-box;
        /* Prevent positioning bug in chrome */
    }
}
.vw-post-box .vw-post-box-read-more {
    color: #3E3E3E;
    text-decoration: none;
}
.vw-post-box .vw-post-box-read-more * {
    vertical-align: middle;
}
.vw-post-box .vw-post-box-read-more .vw-icon {
    font-size: 9px;
}
.vw-post-box .vw-post-box-read-more:hover span {
    text-decoration: underline;
}

.vw-block-grid-item {
    position: relative;
}

/* -------------------------------------
 * POST STYLE : TEXT NO THUMBNAIL */
.vw-post-loop-text-no-thumbnail {
    counter-reset: loop-text-no-thumbnail-counter;
}
.vw-post-loop-text-no-thumbnail .vw-post-box-title {
    position: relative;
    padding-left: 50px;
}
.vw-post-loop-text-no-thumbnail .vw-post-box-title:before {
    content: counter(loop-text-no-thumbnail-counter);
    counter-increment: loop-text-no-thumbnail-counter;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    /*font-family: 'Times New Roman', serif;*/
    padding-right: 10px;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    opacity: 0.6;
}
.vw-post-loop-text-no-thumbnail .vw-post-box + .vw-post-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
}

.vw-post-style-text-no-thumbnail .vw-post-box-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 2.4em;
}
.vw-post-style-text-no-thumbnail.vw-has-review {
    padding-bottom: 30px;
}

/* -------------------------------------
 * POST STYLE : SMALL LEFT THUMBNAIL */
.vw-post-style-small-left-thumbnail + .vw-post-style-small-left-thumbnail {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #EEEEEE;
}
.vw-post-style-small-left-thumbnail.vw-post-box {
    background-color: transparent;
}
.vw-post-style-small-left-thumbnail .vw-post-box-thumbnail {
    display: inline-block;
    float: left;
}
.vw-post-style-small-left-thumbnail .vw-post-box-thumbnail + .vw-post-box-inner {
    margin-left: 100px;
}
.vw-post-style-small-left-thumbnail .vw-post-box-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
}
.vw-post-style-small-left-thumbnail .vw-post-meta {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.vw-post-style-small-left-thumbnail .vw-post-meta-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0;
}
.vw-post-style-small-left-thumbnail .vw-icon {
    font-size: 12px;
}
.vw-post-style-small-left-thumbnail .vw-post-comment-count {
    margin-left: 5px;
}
.vw-post-style-small-left-thumbnail .wp-post-image {
    width: 85px;
    height: 60px;
}

/* -------------------------------------
 * POST STYLE : SMALL TOP THUMBNAIL */
.vw-post-style-small-top-thumbnail .vw-post-box-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}

/* -------------------------------------
 * POST STYLE : SMALL COMMENT */
.vw-post-style-small-comment .vw-post-box-title {
    font-size: 12px;
    font-style: italic;
    word-break: break-word;
    text-transform: none;
    margin-left: 0;
    margin-top: 0;
    opacity: 0.7;
}
.vw-post-style-small-comment .vw-comment-author-avatar,
.vw-post-style-small-comment .vw-comment-author {
    display: inline-block;
}
.vw-post-style-small-comment .vw-comment-author {
    text-transform: uppercase;
    font-size: 12px;
}
.vw-post-style-small-comment .vw-comment-author-avatar {
    float: left;
    margin-left: 15px;
}
.vw-post-style-small-comment .vw-comment-meta {
    margin-left: 60px;
    padding-left: 10px;
}
.vw-post-style-small-comment .vw-post-box-comment {
    position: relative;
    margin: 0 0 15px 0;
    padding: 15px 15px;
    font-style: italic;
    line-height: 1.4em;
    word-break: break-word;
    background-color: rgba(128, 128, 128, 0.15);
}
.vw-post-style-small-comment .vw-post-box-comment:after {
    position: absolute;
    bottom: -10px;
    left: 25px;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(128, 128, 128, 0.15);
}
.vw-post-style-small-comment + .vw-post-style-small-comment {
    margin-top: 20px;
}

/* -------------------------------------
 * POST STYLE : MEDIUM */
.vw-post-style-medium .vw-post-box-title {
    margin-top: 0px;
}
.vw-post-style-medium .vw-post-box-thumbnail {
    margin-bottom: 15px;
}
.no-touch .vw-post-style-medium .vw-post-box-thumbnail:hover .wp-post-image {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.vw-post-style-medium .vw-post-box-excerpt {
    margin-top: 15px;
}
.vw-post-style-medium .vw-post-box-excerpt :first-child {
    margin-top: 0;
}
.vw-post-style-medium .vw-post-box-excerpt :last-child {
    margin-bottom: 0;
}
.vw-post-style-medium .vw-post-share-icons {
    float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
    .vw-post-style-medium .vw-post-box-title {
        font-size: 18px;
    }
}

.vw-post-style-medium.vw-post-format-quote .vw-post-box-excerpt {
    opacity: 1;
}
.vw-post-style-medium.vw-post-format-quote blockquote {
    margin-left: 0;
    margin-right: 0;
}
.vw-post-style-medium.vw-post-format-quote blockquote > p > cite {
    display: block;
    margin-top: -20px;
}

.vw-post-style-medium.vw-post-format-link .vw-post-box-excerpt {
    opacity: 1;
}
.vw-post-style-medium.vw-post-format-link .vw-post-box-excerpt a {
    font-size: 31px;
    text-decoration: none;
}

.vw-post-style-medium-1 .vw-post-box-thumbnail + .vw-post-categories,
.vw-post-style-medium-4 .vw-post-box-thumbnail + .vw-post-categories {
    position: absolute;
    top: 5px;
    left: 5px;
}
.vw-post-style-medium-1 .vw-post-box-title,
.vw-post-style-medium-4 .vw-post-box-title {
    margin-bottom: 5px;
}

.vw-post-style-medium-3 {
    text-align: center;
}
.vw-post-style-medium-3 .vw-post-box-title,
.vw-post-style-medium-3 .vw-post-categories {
    text-align: center;
}

.vw-post-style-medium-5.vw-has-review .vw-post-box-title {
    padding-bottom: 25px;
}
.vw-post-style-medium-5 .vw-post-box-thumbnail {
    margin: 0;
}
.vw-post-style-medium-5 .vw-post-box-title,
.vw-post-style-medium-5 .vw-post-categories {
    position: absolute;
    width: 100%;
    padding: 10px;
    margin: 0;
}
.vw-post-style-medium-5 .vw-post-categories {
    top: 0;
    padding-bottom: 30px;
}
.vw-post-style-medium-5 .vw-post-box-title {
    bottom: 0px;
    padding-top: 30px;
    font-size: 25px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.vw-post-style-medium-6 {
    display: table;
    width: 100%;
}
.vw-post-style-medium-6 .vw-post-box-thumbnail-wrapper,
.vw-post-style-medium-6 .vw-post-box-inner {
    display: table-cell;
    vertical-align: top;
}
.vw-post-style-medium-6 .vw-post-box-thumbnail-wrapper {
    width: 360px;
}
.vw-post-style-medium-6 .vw-post-box-thumbnail-wrapper + .vw-post-box-inner {
    padding-left: 20px;
}
.vw-post-style-medium-6 + .vw-post-style-medium-6 {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
    .vw-post-style-medium-6,
    .vw-post-style-medium-6 .vw-post-box-thumbnail-wrapper,
    .vw-post-style-medium-6 .vw-post-box-inner {
        display: block;
        width: auto;
    }
    .vw-post-style-medium-6 .vw-post-box-thumbnail-wrapper + .vw-post-box-inner {
        padding-left: 0;
    }
}

.vw-post-loop-medium-1-col-2 .vw-block-grid-item:nth-child(n+3):after,
.vw-post-loop-medium-1-col-3 .vw-block-grid-item:nth-child(n+4):after,
.vw-post-loop-medium-1-col-4 .vw-block-grid-item:nth-child(n+5):after,

.vw-post-loop-medium-2-col-2 .vw-block-grid-item:nth-child(n+3):after,
.vw-post-loop-medium-2-col-3 .vw-block-grid-item:nth-child(n+4):after,
.vw-post-loop-medium-3-col-2 .vw-block-grid-item:nth-child(n+3):after,
.vw-post-loop-medium-3-col-3 .vw-block-grid-item:nth-child(n+4):after,
.vw-post-loop-medium-4-col-2 .vw-block-grid-item:nth-child(n+3):after,
.vw-post-loop-medium-4-col-3 .vw-block-grid-item:nth-child(n+4):after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid #EEEEEE;
    height: 1px;
}

.vw-post-loop-medium-4 .vw-post-meta {
    margin-bottom: 0;
}

/* -------------------------------------
 * POST STYLE : MIX */
.vw-post-loop-mix-2-col-3 .vw-block-grid-item,
.vw-post-loop-mix-3-col-2 .vw-block-grid-item {
    position: relative;
}
.vw-post-loop-mix-2-col-3 .vw-block-grid-item:after,
.vw-post-loop-mix-3-col-2 .vw-block-grid-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid #EEEEEE;
    height: 1px;
}

@media (max-width: 991px) {
    .vw-post-loop-mix-1 .vw-post-style-medium,
    .vw-post-loop-mix-2-col-3 .vw-post-style-medium {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #EEEEEE;
    }
}
@media (min-width: 992px) {
    .vw-post-loop-mix-1 .vw-block-grid-item:nth-child(-n+2):after,
    .vw-post-loop-mix-2-col-3 .vw-block-grid-item:nth-child(-n+2):after {
        display: none;
    }
}

@media (min-width: 992px) {
    .vw-post-loop-mix-2-col-2 .vw-block-grid-item:first-child:after {
        display: none;
    }
}

.vw-post-loop-mix-3 .vw-post-style-medium {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}
.vw-post-loop-mix-3 .vw-post-style-medium .vw-post-meta {
    margin-bottom: 0;
}

/* -------------------------------------
 * POST STYLE : LARGE */
.vw-post-style-large .vw-post-box-title {
    margin-top: 0px;
    margin-bottom: 5px;
}
.vw-post-style-large .vw-post-box-meta {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    border-bottom: 3px solid rgba(128, 128, 128, 0.15);
}
.vw-post-style-large .vw-post-box-thumbnail {
    margin-bottom: 15px;
}
.vw-post-style-large .vw-post-box-footer {
    padding: 0;
}
.vw-post-style-large .vw-post-box-read-more {
    color: #3E3E3E;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-post-style-large .vw-post-share-icons {
    float: right;
}
.vw-post-style-large .author + .vw-post-date:before {
    display: inline-block;
    content: "·";
    margin: 0 5px;
}
.vw-post-style-large + .vw-post-style-large {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}
.vw-post-style-large .vw-post-box-excerpt {
    margin-bottom: 15px;
}

/* -------------------------------------
 * POST BOX ELEMENTS */
.vw-post-comment-count,
.vw-post-view-count,
.vw-post-likes-count,
.vw-post-share-count {
    margin-right: 0.5em;
    color: inherit;
}
.vw-post-comment-count:last-child,
.vw-post-view-count:last-child,
.vw-post-likes-count:last-child,
.vw-post-share-count:last-child {
    margin-right: 0 !important;
}

.vw-box-link {
    text-indent: -99999px;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
}

.vw-post-loop.vw-preloader-bg {
    background-position: center 80px;
}

.vw-review-summary-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.15);
    z-index: 1;
}
.vw-review-summary-bar .vw-review-score-bar {
    line-height: 20px;
    display: table-cell;
    background-color: #C5AC57;
    text-align: right;
}
.vw-review-summary-bar .vw-review-score {
    padding: 0 5px;
    color: #FFFFFF;
}
.vw-review-summary-bar .vw-review-score span {
    font-size: 11px;
    margin-left: 2px;
}

/* -------------------------------------
 * POST STYLE : SLIDER SMALL */
.vw-post-loop-slide-list .vw-post-box + .vw-post-box {
    margin-top: 20px;
}

.vw-post-loop-slider-large .vw-post-style-slide {
    height: 500px;
}
@media (max-width: 991px) {
    .vw-post-loop-slider-large .vw-post-style-slide {
        height: 350px;
    }

    /*.vw-post-loop-slider-large .vw-post-style-slide .wp-post-image {
        height: 400px;
    }*/
}
.vw-post-loop-slider-large .vw-post-meta-separator, 
.vw-post-loop-slider-large .vw-post-date {
    display: none;
}

.vw-post-loop-slider-large-carousel .swiper-slide {
    display: inline-block;
    width: auto;
}
.vw-post-loop-slider-large-carousel .vw-post-meta a {
    color: #B0B0B0;
}

.vw-post-style-slide {
    position: relative;
}
.vw-post-style-slide .vw-post-box-thumbnail {
    display: block;
}
.vw-post-style-slide .vw-post-box-thumbnail + .vw-post-box-inner {
    position: absolute;
}
.vw-post-style-slide .wp-post-image {
    margin: 0;
}
.vw-post-style-slide .vw-post-box-inner {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
}
.vw-post-style-slide .vw-post-categories {
    display: inline-block;
}
.vw-post-style-slide .vw-post-box-title {
    margin: -5px 0 0 0;
    font-size: 25px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.vw-post-style-slide .vw-post-box-title a:hover {
    color: inherit;
}
.vw-post-style-slide .vw-post-meta {
    margin-bottom: 0;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.vw-post-style-slide-small .vw-post-box-inner,
.vw-post-style-slide-medium .vw-post-box-inner {
    padding: 25px 10px 15px 10px;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.vw-post-style-slide-small .vw-post-box-title,
.vw-post-style-slide-medium .vw-post-box-title {
    text-align: left;
}

.vw-post-style-slide-small .vw-post-box-title {
    font-size: 14px;
}

.vw-post-style-slide-medium .vw-post-box-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
.vw-post-style-slide-medium .vw-post-meta a {
    color: #B0B0B0;
}
.vw-post-style-slide-medium .vw-post-meta,
.vw-post-style-slide-medium .vw-post-categories {
    display: block;
    text-align: left
    ;
}

.vw-post-style-slide-large {
    overflow: hidden;
}
.vw-post-style-slide-large .vw-post-categories {
    display: block;
}
.vw-post-style-slide-large .vw-post-categories > div {
    position: relative;
    top: -1em;
}
.vw-post-style-slide-large .vw-post-box-title {
    font-size: 21px;
    line-height: 1.1em;
    padding-right: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .vw-post-style-slide-large .vw-post-box-title {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .vw-post-style-slide-large .vw-post-box-title {
        font-size: 31px;
    }
}
@media (min-width: 1200px) {
    .vw-post-style-slide-large .vw-post-box-title {
        font-size: 43px;
    }
}
.vw-post-style-slide-large .vw-post-box-title a {
    text-decoration: none;
}
.vw-post-style-slide-large .vw-post-box-inner {
    padding: 25px 15px;
}
.vw-post-style-slide-large .vw-post-box-inner-2 {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    padding-right: 10px;
}
.vw-post-style-slide-large .vw-post-box-inner-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background: rgba(0, 0, 0, 0.65);
}
.vw-post-style-slide-large .wp-post-image {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}
@media (max-width: 767px) {
    .vw-post-style-slide-large .wp-post-image {
        margin-left: -300px;
    }
}
.vw-post-style-slide-large .vw-post-box-thumbnail {
    min-height: 100%;
    position: relative;
}
.vw-post-style-slide-large .vw-post-box-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0.08) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0.08) 100%);
}
.vw-post-style-slide-large .vw-post-meta {
    padding-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    color: white;
}
.vw-post-style-slide-large .vw-post-meta a {
    color: white;
}

.vw-post-style-slide-large .vw-post-author .vw-icon {
    font-size: 13px;
}


.vw-enable-kenburns .vw-post-loop-slider-large .vw-post-box-inner {
    /*-webkit-backface-visibility: visible;*/
            /*backface-visibility: visible;*/
    /*z-index: 10;*/
    /*-webkit-transform-style: preserve-3d;*/
       /*-moz-transform-style: preserve-3d;*/
        /*-ms-transform-style: preserve-3d;*/
         /*-o-transform-style: preserve-3d;*/
            /*transform-style: preserve-3d;*/
}
.vw-enable-kenburns .vw-post-loop-slider-large .wp-post-image {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 20s;
       -moz-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
       -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: kenburnsreverse;
       -moz-animation-name: kenburnsreverse;
            animation-name: kenburnsreverse;
    -webkit-animation-play-state: paused;
       -moz-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
       -moz-transition: none !important;
         -o-transition: none !important;
    -webkit-transition: none !important;
            transition: none !important;
}
.vw-enable-kenburns .vw-post-loop-slider-large .swiper-slide.resetanim .wp-post-image {
    -webkit-animation-name: none;
       -moz-animation-name: none;
            animation-name: none;
}
.vw-enable-kenburns .vw-post-loop-slider-large .vw-kenburn-active .wp-post-image {
    -webkit-animation-name: kenburnsreverse;
       -moz-animation-name: kenburnsreverse;
            animation-name: kenburnsreverse;
    -webkit-animation-play-state: running;
       -moz-animation-play-state: running;
            animation-play-state: running;
}

/*.vw-enable-kenburns .vw-post-loop-slider-large .vw-kenburn-active .vw-post-box-inner {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}*/

.vw-enable-kenburns .vw-post-loop-slider-large .swiper-slide .wp-post-image,
.vw-enable-kenburns .vw-post-loop-slider-large .swiper-slide.vw-kenburn-origin-1 .wp-post-image {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}
.vw-enable-kenburns .vw-post-loop-slider-large .swiper-slide.vw-kenburn-origin-2 .wp-post-image {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
}
.vw-enable-kenburns .vw-post-loop-slider-large .swiper-slide.vw-kenburn-origin-3 .wp-post-image {
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
    }
}

@-moz-keyframes kenburns {
    0% {
        -moz-transform: scale(1.2) translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: scale(1) translate3d(0, 0, 0);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
           -moz-transform: scale(1.2) translate3d(0, 0, 0);
            -ms-transform: scale(1.2) translate3d(0, 0, 0);
             -o-transform: scale(1.2) translate3d(0, 0, 0);
                transform: scale(1.2) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
           -moz-transform: scale(1) translate3d(0, 0, 0);
            -ms-transform: scale(1) translate3d(0, 0, 0);
             -o-transform: scale(1) translate3d(0, 0, 0);
                transform: scale(1) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes kenburnsreverse {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    }
}

@-moz-keyframes kenburnsreverse {
    0% {
        -moz-transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: scale(1.2) translate3d(0, 0, 0);
    }
}

@keyframes kenburnsreverse {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
           -moz-transform: scale(1) translate3d(0, 0, 0);
            -ms-transform: scale(1) translate3d(0, 0, 0);
             -o-transform: scale(1) translate3d(0, 0, 0);
                transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(1.2) translate3d(0, 0, 0);
           -moz-transform: scale(1.2) translate3d(0, 0, 0);
            -ms-transform: scale(1.2) translate3d(0, 0, 0);
             -o-transform: scale(1.2) translate3d(0, 0, 0);
                transform: scale(1.2) translate3d(0, 0, 0);
    }
}

.vw-post-style-slide-large-carousel .vw-post-box-inner {
    text-align: center;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.vw-post-style-slide-large-carousel .vw-post-box-title {
    margin-top: 5px;
}
.vw-post-style-slide-large-carousel .vw-post-meta {
    padding-bottom: 0;
}

.vw-post-style-slide-carousel .vw-post-categories {
    display: block;
}
.vw-post-style-slide-carousel .vw-post-categories > div {
    position: relative;
    top: -1em;
}
.vw-post-style-slide-carousel .vw-post-box-title {
    font-size: 32px;
}
.vw-post-style-slide-carousel .vw-post-box-inner {
    padding: 0;
}
.vw-post-style-slide-carousel .vw-post-box-inner-2 {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    padding-left: 45px;
    padding-right: 1em;
    margin-right: 25px;
    margin-bottom: 15px;
}

/* -------------------------------------
 * POST SHARE ICONS */
.vw-post-share-icons .vw-post-shares-social {
    color: #888888;
    display: inline-block;
    padding: 0px 6px;
    margin-right: 3px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-post-share-icons .vw-icon {
    font-size: 10px;
    color: inherit;
}

.vw-post-share-icons .vw-post-shares-social-facebook:hover {
    background-color: #3B5998;
    color: #FFFFFF;
}
.vw-post-share-icons .vw-post-shares-social-twitter:hover {
    background-color: #00ACED;
    color: #FFFFFF;
}
.vw-post-share-icons .vw-post-shares-social-gplus:hover {
    background-color: #DD4B39;
    color: #FFFFFF;
}

.vw-post-share-icons .vw-post-shares-social-pinterest:hover {
    background-color: #CB2027;
    color: #FFFFFF;
}

/* -----------------------------------------------------------------------------
 * $POSTSHARES
 * -------------------------------------------------------------------------- */
.vw-post-share-box {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.vw-post-share-box.is-under-post {
    border: 0;
    padding-bottom: 6px;
    margin-top: 17px;
    margin-bottom: 14px;
}
.vw-post-share-box .vw-post-share-box-button {
    display: inline-block;
    padding: 4px 10px 4px 4px;
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 1060px) {
    .vw-post-share-box-button.vw-post-shares-social-print {
        display: none;

    }
}

@media (max-width: 900px) {
    .vw-post-share-box.is-under-post .vw-button-label {
        display: none;
    }
    .vw-post-share-box.is-under-post .vw-post-share-box-button {
        padding: 4px 8px;
    }
}

.vw-post-share-box .vw-post-share-box-button .vw-button-label {
    font-size: 15px;
    margin-left: 5px;
    padding-left: 10px;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 804px) {
    .vw-post-share-box .vw-post-share-box-button .vw-button-label {
        display: none;
    }
}

.is-mobile-layout .vw-post-share-box-button.vw-post-shares-social-print {
    display: none;
}

.vw-post-share-box .vw-post-share-box-button:hover {
    background-color: #3E3E3E;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-post-share-box .vw-post-shares-social-pinterest {
    background-color: #CB2027;
}
.vw-post-share-box .vw-post-shares-social-twitter {
    background-color: #39A9E0;
}
.vw-post-share-box .vw-post-shares-social-facebook {
    background-color: #3B5998;
}
.vw-post-share-box .vw-post-shares-social-gplus {
    background-color: #D14836;
}
.vw-post-shares-social-email {
    background-color: #A9A9A9;
}

.vw-post-shares-social-print {
    background-color: #D88835;
    cursor: pointer;
}

.vw-post-share-big-number {
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    vertical-align: text-top;
}
.vw-post-share-big-number .vw-number {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}
.vw-post-share-big-number .vw-unit {
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
    opacity: 0.5;
    text-transform: lowercase;
}

/* -------------------------------------
 * $DIALOG WINDOW */
#vw-post-shares-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}
#vw-post-shares-dialog .vw-post-shares-title {
    color: #111111;
    text-transform: uppercase;
}
#vw-post-shares-dialog .vw-post-shares-subtitle {
    font-size: 11px;
    font-weight: bold;
    color: #BBBBBB;
    letter-spacing: 2px;
}
#vw-post-shares-dialog .vw-post-shares-socials {
    margin-top: 20px;
    margin-bottom: 30px;
}
#vw-post-shares-dialog .vw-post-shares-social {
    font-size: 24px;
    color: #FFFFFF;
    background-color: #EFEFEF;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
}

/* -----------------------------------------------------------------------------
 * $NAVIGATION
 * -------------------------------------------------------------------------- */
/* -------------------------------------
 * GENERIC STYLE */
.vw-menu,
.vw-menu ul,
.vw-menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vw-menu .menu-link {
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-menu .main-menu-item,
.vw-menu .main-menu-link {
    display: inline-block;
}
.vw-menu .sub-menu {
    min-width: 15em;
}
.vw-menu .menu-item > .sub-menu,
.vw-menu .menu-item > .sub-menu-wrapper {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
}
.vw-menu .menu-item-depth-1 > .sub-menu,
.vw-menu .menu-item-depth-1 > .sub-menu-wrapper {
    right: -100%;
    top: 0;
}
.vw-menu .sub-menu-item {
    position: relative;
    font-size: 18px;
}
.vw-menu .sub-menu-item.menu-item-has-children > .sub-menu-link:after {
    content: '';
    display: inline-block;
    content: '\e879';
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}
.vw-menu .sub-menu-item + .sub-menu-item {
    border-top: 1px solid #EEEEEE;
}
.vw-menu .sub-menu-link {
    padding: 8px 15px;
}

.vw-no-main-menu-warning {
    font-size: 12px;
    font-style: italic;
    padding: 0.5em;
    color: #AAAAAA;
}
.vw-no-main-menu-warning a {
    text-decoration: underline;
}

/* -------------------------------------
 * $MEGA MENU */
.vw-menu-type-mega-post {
    display: table;
    /*margin: 0 auto;*/
}

.vw-mega-menu-type-category.menu-item-depth-0 > .sub-menu-wrapper,
.vw-mega-menu-type-links-4-cols.menu-item-depth-0 > .sub-menu-wrapper {
    left: 0;
    right: 0;
    overflow: hidden;
}

.vw-mega-menu-type-category .sub-menu-wrapper > .sub-menu {
    padding-bottom: 500px;
    margin-bottom: -500px;
    width: 25%;
    float: left;
}
.vw-mega-menu-type-category .sub-menu-wrapper > .sub-menu + .sub-posts {
    width: 75%;
    float: left;
}
.vw-mega-menu-type-category .sub-menu.menu-depth-1 .sub-menu-wrapper {
    width: 100%;
}
.vw-mega-menu-type-category .sub-menu.menu-depth-2 {
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}




.vw-mega-menu-type-links-4-cols,
.vw-mega-menu-type-links-8-cols {
    position: static;
}
.vw-mega-menu-type-links-4-cols > .sub-menu-wrapper,
.vw-mega-menu-type-links-8-cols > .sub-menu-wrapper  {
    left: 0;
    right: 0;
    overflow: hidden;
}
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:before,
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1:before,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1:after {
    content: " ";
    display: table;
}
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1:after {
    clear: both;
}
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 > li,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1 > li {
    width: 25%;
    padding: 10px;
    display: block;
    float: left;
    vertical-align: top;
}

.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1 > li {
    width: 12.5%;
}

.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 .sub-menu-wrapper,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1 .sub-menu-wrapper {
    box-shadow: none;
    display: block !important;
    position: static;
    opacity: 1 !important;
}
.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-2,
.vw-mega-menu-type-links-8-cols .sub-menu.menu-depth-1 .sub-menu-wrapper {
    display: block;
    width: auto;
}
.vw-mega-menu-type-links-4-cols .menu-item-depth-1:hover,
.vw-mega-menu-type-links-8-cols .menu-item-depth-1:hover {
    background: transparent;
}
.vw-mega-menu-type-links-4-cols .menu-item-depth-1 > .menu-link,
.vw-mega-menu-type-links-8-cols .menu-item-depth-1 > .menu-link {
    /*font-size: 14px;*/
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #3E3E3E;
    margin-bottom: 5px;
    padding: 10px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vw-mega-menu-type-links-4-cols .menu-item-depth-1 > .menu-link:after,
.vw-mega-menu-type-links-8-cols .menu-item-depth-1 > .menu-link:after {
    display: none;
}
.vw-mega-menu-type-links-4-cols .sub-menu-item.menu-item-has-children > .sub-menu-link:after,
.vw-mega-menu-type-links-8-cols .sub-menu-item.menu-item-has-children > .sub-menu-link:after {
    display: none;
}





/* -------------------------------------
 * $TOP/BOTTOM MENU */
.vw-menu-location-top,
.vw-menu-location-bottom {
    font-size: 14px;
}
.vw-menu-location-top .main-menu-link,
.vw-menu-location-bottom .main-menu-link {
    text-transform: uppercase;
}

.vw-menu-location-top .menu-item-depth-0:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #C5AC57;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-menu-location-top .menu-item-depth-0:hover:after,
.vw-menu-location-top .menu-item-depth-0.current-post-ancestor:after,
.vw-menu-location-top .menu-item-depth-0.current-menu-parent:after,
.vw-menu-location-top .menu-item-depth-0.current-post-parent:after,
.vw-menu-location-top .menu-item-depth-0.current-menu-item:after {
    opacity: 1;
}
.vw-menu-location-top .menu-item-depth-0 > .sub-menu {
    margin-top: 3px;
}
.vw-menu-location-top .main-menu-link {
    padding: 8px 6px;
}
.vw-menu-location-top .sub-menu-item.menu-item-has-children > .sub-menu-link:after {
    margin-top: -5px;
}

/* -------------------------------------
 * $MAIN MENU */
.vw-menu-main-wrapper {
    z-index: 1000;
    position: relative;
    /*background: rgba(62,62,62, .95);*/
}

.vw-menu-main-wrapper:after {
    content:        '';
    position:       absolute;
    left:           0;
    top:            0;
    width:          100%;
    height:         100%;
    z-index:        -1;
    opacity:        .95;
}


/*.vw-post-navigation {
    margin-top: -61px;
}*/


@media all and (max-width: 767px) {
    .vw-menu-main-wrapper {
        display:  none;
    }
}

@media all and (max-width:1000px) {
    .vw-post-navigation {
        width:  100%;
        /*margin-top: -39px;*/
    }
    .vw-post-comments-title {
        width:         100%;
        float:         none;
        margin-bottom: 0;
    }
    .vw-post-comments {
        text-align: center;
    }
    .vw-post-share-box {
        margin-bottom: 10px;
    }

}


/*.adsbygoogle {
    width:      300px;
    height:     600px;
}

@media all and (max-width: 500px) {
    width:      200px;
    height:     400px;   
}
*/

/*.vw-menu-main-inner .vw-scroll-to-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}*/

/*.vw-scroll-to-top--menu .vw-icon {
    margin-top: 6px;
}

.is-sticky .vw-scroll-to-top--menu {
    opacity:  1;
}*/

/*.vw-header-logo {
    height:             100%;
    width:              140px;
    background:         url('images/commentary-logo.svg') no-repeat center center;
    background-size:    140px auto;
    display:            block;
    position:           absolute;
    opacity:            0;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
}*/

/*.is-sticky .vw-header-logo {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity:  1;
}*/

/*@media all and (max-width: 1024px) {
    .vw-header-logo,
    .vw-instant-search-button {
        display: none;
    }
}*/
/*
@media all and (min-width: 1025px) {
    .is-sticky .vw-menu-location-main {
        // ugh oh:  transform makes menu act as position: relative,
        //          so we have to use margin
        margin-left: 33px;
    }
}
*/
/*.vw-menu-main-wrapper .vw-menu-location-main,*/
/*.vw-menu-main-wrapper .vw-header-logo {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/

/*.vw-menu-main-wrapper .vw-instant-search-button {
    position:       absolute;
    right:          15px;
    top:            0;
    color:          white;
    height:         100%;
    padding-top:    12px;
    width:          50px;
    text-align:     center;
}

.vw-menu-main-wrapper .vw-icon:before {
    font-size:  20px;
}*/


.vw-menu-location-main .main-menu-link {
    padding: 10px 12px;
    padding-top:  12px;
    position: relative;
}

/* specifity */
ul.vw-menu-location-main .main-menu-link {
    font-size: 24px;
    letter-spacing: 1px;
}

.vw-menu-location-main .main-menu-item + .main-menu-item {
    margin-left: 4px;
}
.vw-menu-location-main .main-menu-item + .main-menu-item .main-menu-link:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 2px;
    margin-left: -15px;
    background-color: #FFFFFF;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .vw-menu-location-main {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vw-menu-location-main .sub-menu {
        min-width: 10em;
    }
}

.vw-mobile-nav-button-wrapper {
    cursor: pointer;
}
.vw-mobile-nav-button-wrapper:active {
    opacity: .75;
}
@media (min-width: 768px) {
    .vw-mobile-nav-button-wrapper {
        display: none;
    }
}

.vw-menu-mobile-wrapper {
    display: block;
}

.vw-menu-mobile-wrapper {
    width: 100%;
    z-index: 2000;
    opacity: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*max-width: auto;*/
    top: 0;
    left: 0;
    -webkit-transition: opacity .25s ease-out;
       -moz-transition: opacity .25s ease-out;
        -ms-transition: opacity .25s ease-out;
         -o-transition: opacity .25s ease-out;
            transition: opacity .25s ease-out;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    }
    .vw-menu-mobile-wrapper.is-open {
        opacity: 1;
        /*border:1px solid;*/
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }

    .admin-bar .vw-menu-mobile-wrapper {
        margin-top: 30px;
        padding-top: 30px;
        max-width: auto;
    }

    @media all and (max-width: 782px) {
        .admin-bar .vw-menu-mobile-wrapper {
            margin-top: 45px;
            padding-top: 45px;
            }
        }

    .mm-menu > .mm-panel {
        margin-top: 50px;
        /*position: relative;*/
    }

    .mm-menu .mm-list {
        padding-top: 0;
        padding-bottom: 0;
        border-top: 1px solid #2B2B2B;
        }
        /*.mm-menu .mm-list > li:last-of-type:after {
            border-color: transparent;
        }*/

    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
        margin-left: 0;
    }
    .mm-list .mm-subtitle {
        overflow: hidden;
    }

    .mm-list a.mm-subclose:before {
        bottom: 80%;
    }

    .mm-list a.mm-subopen:after {
        bottom: 53%;
    }

    .vw-menu-mobile-wrapper .vw-instant-search-panel {
        position: absolute;
        top: 50px !important;
    }

    .vw-menu-mobile-wrapper__close,
    .vw-menu-mobile-wrapper__search {
        position: absolute;
        top:   5px;
        z-index: 2;
        font-size: 24px;
        /*border: 1px solid white;*/
    }

    .vw-menu-mobile-wrapper__search {
        right: 50px;
        font-size: 20px;
        top: 8px;
        }

    i.vw-menu-mobile-wrapper__search:hover {
        background: transparent;
        color: white;
    }

    .vw-menu-mobile-wrapper__close {
        right: 10px;
        cursor: pointer;
        }
        .vw-menu-mobile-wrapper__close:hover {
            color: white;
        }

    .vw-menu-mobile-wrapper .vw-logo-wrapper {
        color: white;
        height: 40px;
        position: absolute;
        z-index: 1;
        left: 20px;
        top: 7px;
        display: inline-block;
        width: auto;
        opacity: .75;
        }
        .vw-menu-mobile-wrapper .vw-logo-wrapper:hover {
            opacity: 1;
        }
        .vw-menu-mobile-wrapper .vw-logo-wrapper h1 {
            color: inherit;
            font-size: 24px;
            letter-spacing: 1px;
            cursor: pointer;
            position: relative;
        }


/* -----------------------------------------------------------------------------
 * $BREADCRUMB
 * -------------------------------------------------------------------------- */
.vw-breadcrumb {
    margin-bottom: 10px;
    font-size: 15px;
    color: #AAAAAA;
}
.vw-breadcrumb a,
.vw-breadcrumb span {
    word-wrap: break-word;
}
.vw-breadcrumb a {
    color: inherit;
}
.vw-breadcrumb > span > * {
    margin-left: 3px;
    margin-right: 3px;
}
.vw-breadcrumb > span > *:first-child {
    margin-left: 0;
}
.vw-breadcrumb > span > *:last-child {
    margin-right: 0;
}

/* Yoast Breadcrumb */
/* -----------------------------------------------------------------------------
 * $BREAKING NEWS
 * -------------------------------------------------------------------------- */
.vw-breaking-news-bar {
    position: relative;
    border-top: 6px solid;
}

.vw-breaking-news-bar + .vw-site-footer {
    border-top: 0;
}


.vw-breaking-news-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 20px;
    /*test*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 80%);*/
    /*background:         linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 80%);*/
}

.vw-breaking-news {
    /* empty */
}

/* -----------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------- */
#comments .comment-reply-title {
    font-size: 1.3em;
    text-transform: uppercase;
}
#comments .comment-reply-title small {
    font-size: 12px;
    font-weight: normal;
}

.commentlist,
.commentlist .children {
    list-style: none;
}

.commentlist {
    padding-left: 0;
}

.comment .avatar {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.comment .author,
.comment .text {
    margin-left: 70px;
}

.comment .date,
.pingback .date {
    font-size: 11px;
    color: #AAAAAA;
    text-transform: uppercase;
}
.comment .author-name,
.pingback .author-name {
    margin-top: 0.2em;
    font-size: 14px;
    text-transform: uppercase;
}
.comment .author-name a,
.pingback .author-name a {
    color: inherit;
}
.comment .text,
.pingback .text {
    margin-top: 20px;
    word-wrap: break-word;
}

* + .comment,
* + .pingback,
.commentlist .children {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #AAAAAA;
}

.commentlist .children {
    margin-left: 60px;
    padding-left: 0;
}
@media (max-width: 991px) {
    .commentlist .children {
        margin-left: 40px;
    }
}
@media (max-width: 479px) {
    .commentlist .children {
        margin-left: 20px;
    }
}
.commentlist .children .comment .avatar {
    width: 32px;
}
.commentlist .children .comment .author,
.commentlist .children .comment .text {
    margin-left: 50px;
}
.commentlist .children .comment .author-name {
    margin-top: 0;
}

.comment-body img {
    max-width: 100%;
}

.form-allowed-tags {
    font-size:  11px;
    color:      #AAAAAA;
    display:    none;
}

/* -----------------------------------------------------------------------------
 * $PAGINATION
 * -------------------------------------------------------------------------- */
.vw-page-navigation {
    margin-top: 45px;
    text-align: center;
    position: relative;
}

.vw-page-navigation-title {
    margin-right: 0.5em;
    display: none;
}

.vw-page-navigation-divider {
    position: absolute;
    height: 3px;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.15);
}

.vw-page-navigation-pagination {
    display: inline-block;
    padding: 4px 8px;
    position: relative;
    z-index: 100;
}
.vw-page-navigation-pagination .page-numbers {
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
    color: inherit;
    font-weight: bold !important;
    color: #FFFFFF !important;
    background-color: #3E3E3E;
    min-width: 2.5em;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
    margin-right: 3px;
    margin-bottom: 3px;
}
.vw-page-navigation-pagination .page-numbers.current,
.vw-page-navigation-pagination .page-numbers:hover {
    color: white;
}
.vw-page-navigation-pagination .page-numbers:last-child {
    margin-right: 0;
}

/* -----------------------------------------------------------------------------
 * $SITE SOCIAL
 * -------------------------------------------------------------------------- */
.vw-site-social-profile-icon {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-site-social-profile-icon:hover.vw-site-social-twitter {
    color: #00ACED;
}
.vw-site-social-profile-icon:hover.vw-site-social-facebook {
    color: #3B5998;
}
.vw-site-social-profile-icon:hover.vw-site-social-gplus {
    color: #DD4B39;
}
.vw-site-social-profile-icon:hover.vw-site-social-pinterest {
    color: #CB2027;
}
.vw-site-social-profile-icon:hover.vw-site-social-tumblr {
    color: #32506D;
}
.vw-site-social-profile-icon:hover.vw-site-social-instagram {
    color: #517FA4;
}
.vw-site-social-profile-icon:hover.vw-site-social-fivehundredpx {
    color: #1B1B1B;
}
.vw-site-social-profile-icon:hover.vw-site-social-dribbble {
    color: #EA4C89;
}
.vw-site-social-profile-icon:hover.vw-site-social-flickr {
    color: #FF0084;
}
.vw-site-social-profile-icon:hover.vw-site-social-linkedin {
    color: #007BB6;
}
.vw-site-social-profile-icon:hover.vw-site-social-skype {
    color: #12A5F4;
}
.vw-site-social-profile-icon:hover.vw-site-social-soundcloud {
    color: #FF3A00;
}
.vw-site-social-profile-icon:hover.vw-site-social-youtube {
    color: #BB0000;
}
.vw-site-social-profile-icon:hover.vw-site-social-vimeo {
    color: #AAD450;
}
.vw-site-social-profile-icon + .vw-site-social-profile-icon {
    margin-left: 0.5em;
}
.vw-site-social-profile-icon .vw-icon {
    display: inline-block;
    padding: 2px 6px;
}

.vw-top-bar .vw-site-social-profile-icon + .vw-site-social-profile-icon,
.vw-bottom-bar .vw-site-social-profile-icon + .vw-site-social-profile-icon,
.vw-short-code-site-social-icons .vw-site-social-profile-icon + .vw-site-social-profile-icon {
    margin-left: 0;
}
.vw-top-bar .vw-site-social-profile-icon:hover,
.vw-bottom-bar .vw-site-social-profile-icon:hover,
.vw-short-code-site-social-icons .vw-site-social-profile-icon:hover {
    color: #FFFFFF;
}

/* =============================================================================

	$WIDGETS

============================================================================= */
/* -----------------------------------------------------------------------------
 * $GENERAL WIDGET
 * -------------------------------------------------------------------------- */
.widget + .widget {
    margin-top: 30px;
}
.widget select {
    max-width: 100%;
}

.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;
}

.widget_recent_comments li,
.widget_recent_entries li {
    margin-bottom: 1em;
}

.widget_categories #cat,
.widget_archive select {
    width: 100%;
}

.vw-page-sidebar .widget:first-child .widget-title {
    margin-top: 15px;
}

.widget_recent_comments a,
.widget_recent_entries a {
    word-wrap: break-word;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: RECENT COMMENTS
 * -------------------------------------------------------------------------- */
.widget_recent_comments .recentcomments > a {
    color: inherit;
    font-style: italic;
    opacity: 0.7;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: CALENDAR
 * -------------------------------------------------------------------------- */
#calendar_wrap {
    background-color: rgba(128, 128, 128, 0.05);
    padding: 5px 10px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 11px;
    color: #BBBBBB;
    font-weight: bold;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody {
    font-size: 11px;
}

#wp-calendar tbody td {
    background: #F3F3F3;
    border: 0px solid #818181;
    text-align: center;
    padding: 8px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
    #wp-calendar tbody td {
        padding: 0;
    }
}

#wp-calendar tbody td.pad:hover {
    background: transparent !important;
}

#wp-calendar tbody td:hover {
    color: #FFFFFF;
}

#wp-calendar tbody td:hover a {
    color: #FFFFFF;
}

#wp-calendar tbody a {
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot td {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#wp-calendar tfoot #next {
    text-align: right;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: TAG CLOUD
 * -------------------------------------------------------------------------- */
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 2px 8px;
    font-size: 12px !important;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #3E3E3E;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: AUTHOR
 * -------------------------------------------------------------------------- */
.vw-widget-author-info {
    padding: 15px 25px 25px 25px;
    text-align: center;
    border: 3px solid #3E3E3E;
}
.vw-widget-author-info .vw-author-avatar {
    display: block;
    padding: 0 10% 30px 10%;
}

.vw-widget-author-title {
    text-transform: uppercase;
}

.vw-widget-author-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: none;
}

.vw-widget-author-bio {
    font-style: italic;
    font-size: 0.85em;
    line-height: 1.6em;
}

.vw-author-socials {
    margin-top: 20px;
}
.vw-author-socials .vw-icon-social:hover {
    background-color: #3E3E3E;
}
.vw-author-socials .vw-icon-social i {
    width: 35px;
    line-height: 35px;
    color: #FFFFFF;
}

.vw-sidebar-position-content-mini-right .vw-page-sidebar-left .widget_vw_widget_author .vw-widget-author-avatar,
.vw-sidebar-position-mini-content-right .vw-page-sidebar-left .widget_vw_widget_author .vw-widget-author-avatar,
.vw-sidebar-position-left-content-mini .vw-page-sidebar-right .widget_vw_widget_author .vw-widget-author-avatar {
    padding-bottom: 15px;
}
.vw-sidebar-position-content-mini-right .vw-page-sidebar-left .widget_vw_widget_author .vw-widget-author-name,
.vw-sidebar-position-mini-content-right .vw-page-sidebar-left .widget_vw_widget_author .vw-widget-author-name,
.vw-sidebar-position-left-content-mini .vw-page-sidebar-right .widget_vw_widget_author .vw-widget-author-name {
    margin-bottom: 5px;
    font-size: 1em;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: AUTHOR
 * -------------------------------------------------------------------------- */
.widget_vw_widget_author_list ul {
    list-style: none;
    padding: 0;
}

.author-list__autor {
    display:            block;
    width:              100%;
    /*background:         deeppink;*/
    padding-bottom:     100%;
    position:           relative;
    float:              left;
    outline:            2px solid white !important;
}

.author-list__autor img {
    position:           absolute;
    top:                0;
    left:               0;
    width:              100%;
    height:             100%;
}

.widget_vw_widget_author_list li {
    display: inline-block;
    float: left;
    width: 25%;
    /*margin-right:  7px;*/
    /*margin-right: 9px;*/
    margin-bottom: 10px;
}
.widget_vw_widget_author_list li:last-of-type {
    margin-right: 0;
}
.widget_vw_widget_author_list a {
    display: inline-block;
}
/*.widget_vw_widget_author_list .avatar {
    max-width: 80px;
}*/

.twentytwenty-container {
    max-width: 100%;
    /*min-width: 100%;*/
}

/* -----------------------------------------------------------------------------
 * $WIDGET: CATEGORIES
 * -------------------------------------------------------------------------- */
.widget_vw_widget_categories .vw-widget-category-list {
    list-style: none;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
}
.widget_vw_widget_categories .vw-widget-category-list li {
    position: relative;
}
.widget_vw_widget_categories .vw-widget-category-list li + li {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #F3F3F3;
}
.widget_vw_widget_categories .vw-widget-category-title {
    position: relative;
    display: block;
    padding-right: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    word-break: break-word;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.widget_vw_widget_categories .vw-widget-category-title:hover .vw-widget-category-post-count {
    color: #FFFFFF;
}
.widget_vw_widget_categories .vw-widget-category-post-count {
    display: inline-block;
    padding: 0 4px;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.widget_vw_widget_categories .vw-widget-category-description {
    font-size: 12px;
    font-style: italic;
    opacity: 0.7;
    line-height: 1.2em;
    margin-top: 8px;
    padding-right: 15%;
}

.vw-sidebar-position-content-mini-right .vw-page-sidebar-left .widget_vw_widget_categories .vw-widget-category-title,
.vw-sidebar-position-mini-content-right .vw-page-sidebar-left .widget_vw_widget_categories .vw-widget-category-title,
.vw-sidebar-position-left-content-mini .vw-page-sidebar-right .widget_vw_widget_categories .vw-widget-category-title {
    font-size: 18px;
}
.vw-sidebar-position-content-mini-right .vw-page-sidebar-left .vw-widget-category-post-count,
.vw-sidebar-position-mini-content-right .vw-page-sidebar-left .vw-widget-category-post-count,
.vw-sidebar-position-left-content-mini .vw-page-sidebar-right .vw-widget-category-post-count {
    margin-top: 0px;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: CUSTOM BANNER
 * -------------------------------------------------------------------------- */
.vw-custom-banner {
    background-size: cover;
    background-position: right center;
}
.vw-custom-banner .vw-icon {
    margin-left: 5px;
}

.vw-custom-banner-inner {
    padding: 20px 20% 20px 15px;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.vw-custom-banner-inner:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.vw-custom-banner-title {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;
    color: #FFFFFF;
}

.vw-custom-banner-subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4em;
    color: #FFFFFF;
    /*opacity: 0.7;*/
}

.vw-custom-banner-button {
    margin-top: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: FEEDBURNER
 * -------------------------------------------------------------------------- */
.vw-widget-feedburner-container {
    padding: 25px;
    border: 3px solid #3E3E3E;
}

.vw-widget-feedburner-text {
    margin-top: 0;
    margin-bottom: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

.vw-widget-feedburner-email {
    width: 100%;
    margin-bottom: 1em;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: LOGIN
 * -------------------------------------------------------------------------- */
.widget_vw_widget_login {
    padding: 25px;
    border: 3px solid #3E3E3E;
}

.vw-login-title {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.vw-login-form-username > input,
.vw-login-form-pass > input {
    width: 100%;
    display: block;
}

.vw-login-form-lost-password {
    float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .vw-login-form-lost-password {
        float: none;
        display: block;
    }
}

.vw-loggedin-form .avatar {
    float: left;
    margin-right: 1.5em;
    width: 100px;
}
.vw-loggedin-form .vw-loggedin-form-links {
    padding-left: 20px;
    font-size: 0.9em;
}

.vw-loggedin-user-info {
    float: left;
}

.vw-loggedin-form-links {
    font-size: 12px;
    list-style: square;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: SEARCH
 * -------------------------------------------------------------------------- */
.widget_product_search #searchform,
.widget_product_search .woocommerce-product-search,
.widget_product_search .search-form,
.widget_search #searchform,
.widget_search .woocommerce-product-search,
.widget_search .search-form {
    display: block;
    position: relative;
    margin-top: 10px;
    background-color: rgba(128, 128, 128, 0.05);
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text {
    display: none;
}
.widget_product_search label,
.widget_search label {
    display: block;
}
.widget_product_search #searchsubmit,
.widget_product_search input[type=submit],
.widget_product_search .search-submit,
.widget_search #searchsubmit,
.widget_search input[type=submit],
.widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}
.widget_product_search #s,
.widget_product_search .search-field,
.widget_search #s,
.widget_search .search-field {
    width: 100%;
    padding-right: 65px;
}

body.search .vw-page-content > .widget_search {
    margin-bottom: 30px;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: SOCIAL COUNTER
 * -------------------------------------------------------------------------- */
.widget_vw_widget_social_counter {
    margin-bottom: -15px;
}
.widget_vw_widget_social_counter .vw-social-counter-count {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #333333;
    margin-top: 5px;
}

.vw-social-counter {
    width: 47%;
    margin-right: 3%;
    min-width: 135px;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.vw-social-counter-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
    color: #333333;
    text-align: center;
    margin-right: 18px;
}
.vw-social-counter-icon i {
    line-height: 50px;
    font-size: 18px;
}

.vw-social-counter-count,
.vw-social-counter-count,
.vw-social-counter-icon {
    -webkit-transition: all 0.25s;
       -moz-transition: all 0.25s;
            transition: all 0.25s;
}

.vw-social-counter-twitter .vw-social-counter-icon {
    background-color: #55ACEE;
    color: #FFFFFF;
}
.vw-social-counter-twitter:hover .vw-social-counter-icon {
    background-color: #88C4F3;
}
.vw-social-counter-twitter:hover .vw-social-counter-count {
    color: #55ACEE;
}

.vw-social-counter-facebook .vw-social-counter-icon {
    background-color: #3D62B3;
    color: #FFFFFF;
}
.vw-social-counter-facebook:hover .vw-social-counter-icon {
    background-color: #7791C9;
}
.vw-social-counter-facebook:hover .vw-social-counter-count {
    color: #3D62B3;
}

.vw-social-counter-instagram .vw-social-counter-icon {
    background-color: #2D6B94;
    color: #FFFFFF;
}
.vw-social-counter-instagram:hover .vw-social-counter-icon {
    background-color: #6C97B4;
}
.vw-social-counter-instagram:hover .vw-social-counter-count {
    color: #2D6B94;
}

.vw-social-counter-youtube .vw-social-counter-icon {
    background-color: #CC181E;
    color: #FFFFFF;
}
.vw-social-counter-youtube:hover .vw-social-counter-icon {
    background-color: #DB5D61;
}
.vw-social-counter-youtube:hover .vw-social-counter-count {
    color: #CC181E;
}

.vw-social-counter-googleplus .vw-social-counter-icon {
    background-color: #D34836;
    color: #FFFFFF;
}
.vw-social-counter-googleplus:hover .vw-social-counter-icon {
    background-color: #E07E72;
}
.vw-social-counter-googleplus:hover .vw-social-counter-count {
    color: #D34836;
}

.vw-social-counter-vimeo .vw-social-counter-icon {
    background-color: #1BB6EC;
    color: #FFFFFF;
}
.vw-social-counter-vimeo:hover .vw-social-counter-icon {
    background-color: #5FCBF1;
}
.vw-social-counter-vimeo:hover .vw-social-counter-count {
    color: #1BB6EC;
}

.vw-social-counter-soundcloud .vw-social-counter-icon {
    background-color: #FE4600;
    color: #FFFFFF;
}
.vw-social-counter-soundcloud:hover .vw-social-counter-icon {
    background-color: #FE7D4C;
}
.vw-social-counter-soundcloud:hover .vw-social-counter-count {
    color: #FE4600;
}

.vw-social-counter-pinterest .vw-social-counter-icon {
    background-color: #CB2028;
    color: #FFFFFF;
}
.vw-social-counter-pinterest:hover .vw-social-counter-icon {
    background-color: #DA6268;
}
.vw-social-counter-pinterest:hover .vw-social-counter-count {
    color: #CB2028;
}

.vw-social-counter-vk .vw-social-counter-icon {
    background-color: #44678D;
    color: #FFFFFF;
}
.vw-social-counter-vk:hover .vw-social-counter-icon {
    background-color: #7C94AF;
}
.vw-social-counter-vk:hover .vw-social-counter-count {
    color: #44678D;
}

.vw-social-counter-dribbble .vw-social-counter-icon {
    background-color: #E14D86;
    color: #FFFFFF;
}
.vw-social-counter-dribbble:hover .vw-social-counter-icon {
    background-color: #EA82AA;
}
.vw-social-counter-dribbble:hover .vw-social-counter-count {
    color: #E14D86;
}

.vw-social-counter-counter {
    float: left;
    display: inline-block;
}

.vw-social-counter-unit {
    margin-top: 2px;
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    color: #999999;
}

/* -----------------------------------------------------------------------------
 * $WIDGET: POST TABBED & POPULAR POSTS
 * -------------------------------------------------------------------------- */
.vw-fixed-tab > ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.vw-fixed-tab > ul li {
    display: table-cell;
    text-align: center;
}
.vw-fixed-tab.vw-fixed-tab-3-cols > ul li {
    width: 33.333333%;
    padding-left: 0;
}
.vw-fixed-tab .vw-fixed-tab-title {
    display: block;
    padding: 5px 0;
    border-bottom: 3px solid #3E3E3E;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-fixed-tab .vw-fixed-tab-content {
    display: none;
}
.vw-fixed-tab .vw-fixed-tab-content.is-active {
    display: block;
}

.widget_vw_widget_popular_post .vw-fixed-tab-title {
    font-size: 0.95em;
}

/* =============================================================================

	$COMPONENTS

============================================================================= */
/* -----------------------------------------------------------------------------
 * $SHORTCODES
 * -------------------------------------------------------------------------- */
/* -------------------------------------
 * ACCORDION */
.vw-accordions {
    margin-bottom: 30px;
}

.vw-accordion {
    margin-top: 30px;
}
.vw-accordion .ui-icon:before {
    content: '\e875';
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    font-size: 18px;
    color: #FFFFFF;
}
.vw-accordion .ui-state-hover span {
    color: #FFCC00;
}
.vw-accordion .ui-accordion-header-active {
    border-top: 2px solid #777777;
}
.vw-accordion .ui-accordion-header-active .ui-icon:before {
    content: '\e873';
}
.vw-accordion + .vw-accordion {
    margin-top: 15px;
}
.vw-accordion + * {
    margin-top: 30px;
}

.vw-accordion-header {
    outline: none;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid rgba(128, 128, 128, 0.15);
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}
.vw-accordion-header span {
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.vw-accordion-header-text {
    margin-left: 1em;
    font-size: 1.1em;
    font-weight: bold;
}

.vw-accordion-content {
    display: none;
    padding: 15px 0 15px 50px;
}

/* -------------------------------------
 * COLUMN */
.vw-row-shortcode {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 1.3em;
}
.vw-row-shortcode:before,
.vw-row-shortcode:after {
    content: " ";
    display: table;
}
.vw-row-shortcode:after {
    clear: both;
}

.vw-column-shortcode {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .vw-row-shortcode > .vw-column-shortcode {
        margin-bottom: 30px;
    }
    .vw-row-shortcode > .vw-column-shortcode:last-child {
        margin-bottom: 0;
    }
}

@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%;
    }
}

/* -------------------------------------
 * DROPCAP */
.vw-dropcap {
    font-size: 2.85em;
    font-weight: bold;
    line-height: 1em;
    float: left;
    margin-right: 0.35em;
    margin-top: 4px;
}

.vw-dropcap-standard {
    margin-top: 2px;
}

.vw-dropcap-circle,
.vw-dropcap-box {
    font-size: 1.75em;
    color: #FFFFFF;
    background-color: #3E3E3E;
    padding: 8px 11px;
    text-align: center;
}

.vw-dropcap-circle {
    border-radius: 50%;
}

/* -------------------------------------
 * GAP */
.vw-gap {
    display: block;
}

/* -------------------------------------
 * HEADLINE */
.vw-headline {
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/* -------------------------------------
 * INFOBOX */
.vw-infobox {
    margin: 1.414em 0;
    padding: 10px;
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.vw-infobox-inner {
    padding: 0 0 15px 0;
}

.vw-infobox-title {
    padding-top: 10px;
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3E3E3E;
    border: 0;
}
.vw-infobox-title + .vw-infobox-content {
    margin-top: 25px;
}

.vw-infobox-content {
    font-size: 1.1em;
    opacity: 0.6;
    padding: 0 0.8em;
}

/* -------------------------------------
 * LIST */
.vw-list-shortcode {
    list-style: none;
    padding-left: 1em;
    padding-right: 1.5em;
}

/* -------------------------------------
 * MARK */
mark.vw-mark-style-yellow {
    background-color: #FFCC00;
}
mark.vw-mark-style-grey {
    background-color: #CCCCCC;
}
mark.vw-mark-style-dark {
    background-color: #000000;
    color: #FFFFFF;
}

/* -------------------------------------
 * QUOTE */
.vw-quote {
    margin: 15px 30px 10px 0;
    padding-left: 15px;
    position: relative;
    font-size: 24px;
    font-style: italic;
    line-height: 1.25em;
    text-transform: uppercase;
}

.vw-quote-icon {
    position: absolute;
    left: 2px;
    top: 4px;
    font-size: 24px;
    color: #3E3E3E;
}

@media (min-width: 768px) {
    .vw-quote {
        margin-top: 0.5em;
        max-width: 40%;
        float: left;
    }
    .vw-quote-align-right {
        float: right;
        margin-left: 30px;
        margin-right: 0;
    }
}

.vw-quote-align-none {
    float: none;
    max-width: none;
}

.vw-quote-cite {
    margin-top: 0.9em;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    opacity: 0.75;
    display: block;
}

/* -------------------------------------
 * TABS */
.vw-tabs {
    margin: 30px 0;
}
.vw-tabs .vw-tab-title {
    cursor: pointer;
    color: #FFFFFF; 
    margin: 0;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    background-color: #3E3E3E;
}
.vw-tabs .vw-tab-title i {
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
.vw-tabs .vw-tab-title i:before {
    text-align: left;
    display: inline;
}
.vw-tabs .vw-full-tab {
    margin-top: -1px;
    font-weight: bold;
    border-top: 3px solid #818181;
    padding: 10px 15px;
}
.vw-tabs .vw-full-tab.active {
    background-color: #464646;
    border-color: #464646;
}
.vw-tabs .vw-full-tab.active:hover {
    color: #FFFFFF;
}
.vw-tabs .vw-tab-content {
    display: none;
    padding: 15px 25px 15px 25px;
    background-color: #EEEEEE;
}

.vw-tabs.vw-style-top-tab .vw-tab-titles {
    border-bottom: 3px solid #464646;
}
.vw-tabs.vw-style-top-tab .vw-tab-title {
    border: 1px solid transparent;
    padding: 10px 15px;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 -1px 0 0;
}
.vw-tabs.vw-style-top-tab .vw-tab-title.active {
    box-shadow: none;
    border-color: #C5AC57;
    background-color: #C5AC57;
    color: #FFFFFF;
}
@media (max-width: 991px) {
    .vw-tabs.vw-style-top-tab .vw-tab-title {
        float: none;
        border-top: 3px solid rgba(128, 128, 128, 0.15);
        border-bottom: none !important;
    }
}

/* -------------------------------------
 * LOGO */
.vw-logo-shortcode {
    margin-bottom: 30px;
}

/* -------------------------------------
 * PRICING TABLE */
.vw-pricing-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vw-pricing-item {
    border: 3px solid #3E3E3E;
}

.vw-pricing-header {
    padding-bottom: 20px;
}

.vw-pricing-featured .vw-pricing-title {
    background-color: #C5AC57;
}

.vw-pricing-title {
    margin: 6px 6px 20px 6px;
    padding: 5px 0;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #3E3E3E;
    border-bottom: none;
}
.vw-pricing-title span:before,
.vw-pricing-title span:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.vw-pricing-info {
    text-align: center;
    position: relative;
}

.vw-pricing-price {
    font-size: 60px;
    font-weight: bold;
    line-height: 1em;
    color: #3E3E3E;
}

.vw-pricing-currency {
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: 5px;
    margin-left: -1em;
}

.vw-pricing-per {
    font-size: 12px;
    font-style: italic;
    opacity: 0.6;
}

.vw-pricing-content {
    background-color: #F9F9F9;
}
.vw-pricing-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.vw-pricing-content li {
    padding: 10px 15px;
}
.vw-pricing-content li + li {
    border-top: 1px solid rgba(128, 128, 128, 0.15);
}
.vw-pricing-content p:first-child:empty,
.vw-pricing-content p:last-child:empty {
    display: none;
}

.vw-pricing-footer {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* -------------------------------------
 * 404 */
.vw-404-text {
    font-size: 90px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * $PAGE COMPOSER
 * -------------------------------------------------------------------------- */
.page-template-page_simple_composer-php .vw-page-wrapper {
    padding-top: 0;
}

.vwspc-section {
    margin-top: 45px;
}

.vwspc-section-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 1.25em;
}

@media (max-width: 991px) {
    .vwspc-sidebar-column {
        margin-top: 45px;
    }
}

.vwspc-section-post-slider-section:first-child {
    margin-top: -1px;
}
.vwspc-section-post-slider-section + .vwspc-section-post-slider-section {
    margin-top: 1%;
}

@media (min-width: 992px) {
    .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-left {
        float: right;
        margin-right: 0;
        margin-left: 1%;
    }
    .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-top,
    .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-bottom {
        float: left;
    }
}

@media (max-width: 991px) {
    .vwspc-section-sidebar {
        margin-top: 30px;
    }
}

/* -------------------------------------
 * PAGE SECTION: POST SLIDER */
.vw-menu-main-wrapper {
    position: relative;
}

@media (min-width: 768px) {
}

/* -------------------------------------
 * PAGE SECTION: FULL PAGE LINK */
.vwspc-section-full-page-link {
    text-align: center;
    background-color: #000000;
    padding: 80px 0;
    cursor: pointer;
}
.vwspc-section-full-page-link .vw-full-page-link-header {
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 30px 60px;
}
.vwspc-section-full-page-link .vw-full-page-link-title a,
.vwspc-section-full-page-link .vw-full-page-link-subtitle a {
    text-decoration: none;
    color: #FFFFFF;
}
.vwspc-section-full-page-link .vw-full-page-link-title {
    font-size: 46px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.vwspc-section-full-page-link .vw-full-page-link-subtitle {
    font-size: 16px;
    font-style: italic;
    color: #CCCCCC;
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.vwspc-section-full-page-link .vw-button {
    background-color: #000000;
    text-decoration: none;
    font-size: 14px;
}
.vwspc-section-full-page-link .vw-button:hover {
    color: #FFFFFF;
}
.vwspc-section-full-page-link:last-child {
    margin-bottom: -40px;
}
@media (max-width: 767px) {
    .vwspc-section-full-page-link {
        padding: 40px 0;
    }
    .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;
    }
}

/* -----------------------------------------------------------------------------
 * $MAGNIFIC POPUP
 * -------------------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0B0B0B;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:    -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor:         zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor:    -moz-zoom-in;
    cursor:         zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCCCCC;
}
.mfp-preloader a:hover {
    color: #FFFFFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFFFFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFFFFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFFFFF;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFFFFF;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
                transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
                transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* -------------------------------------
 * $DIALOG WINDOW */
#vw-post-shares-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}
#vw-post-shares-dialog .vw-post-shares-title {
    color: #111111;
    text-transform: uppercase;
}
#vw-post-shares-dialog .vw-post-shares-subtitle {
    font-size: 11px;
    font-weight: bold;
    color: #BBBBBB;
    letter-spacing: 2px;
}
#vw-post-shares-dialog .vw-post-shares-socials {
    margin-top: 20px;
    margin-bottom: 30px;
}
#vw-post-shares-dialog .vw-post-shares-social {
    font-size: 24px;
    color: #FFFFFF;
    background-color: #EFEFEF;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
}
#vw-post-shares-dialog .vw-post-shares-social-pinterest {
    background-color: #CB2027;
}
#vw-post-shares-dialog .vw-post-shares-social-twitter {
    background-color: #39A9E0;
}
#vw-post-shares-dialog .vw-post-shares-social-facebook {
    background-color: #3B5998;
}
#vw-post-shares-dialog .vw-post-shares-social-gplus {
    background-color: #D14836;
}

/* -------------------------------------
 * $LIGHTBOX NAVIGATION */
.mfp-arrow:hover,
.no-touch .mfp-arrow:hover,
.mfp-close:hover,
.no-touch .mfp-close:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.mfp-image-holder .mfp-close {
    margin-right: 0;
    right: 0;
}

/* -------------------------------------
 * $FADE-ZOOM ANIMATION */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
       -moz-transition: opacity 0.3s ease-out;
         -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* -------------------------------------
 * $FADE-MOVE ANIMATION */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
       -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
        -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
         -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
            transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
       -moz-transform: translateY(0) perspective(600px) rotateX(0);
        -ms-transform: translateY(0) perspective(600px) rotateX(0);
         -o-transform: translateY(0) perspective(600px) rotateX(0);
            transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
       -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
        -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
         -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
            transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
       -moz-transition: opacity 0.3s ease-out;
         -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* -----------------------------------------------------------------------------
 * $TIPSY
 * -------------------------------------------------------------------------- */
.tipsy {
    font-size: 14px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000000;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000000;
}

.tipsy-arrow-s {
    border-top-color: #000000;
}

.tipsy-arrow-e {
    border-left-color: #000000;
}

.tipsy-arrow-w {
    border-right-color: #000000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* -------------------------------------
 * OVERRIDE */
.tipsy-inner {
    padding: 5px 8px;
    line-height: 1.5em;
}

/* -----------------------------------------------------------------------------
 * $PACE
 * -------------------------------------------------------------------------- */
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
            pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
        -ms-transition: -webkit-transform 0.5s ease-out;
            transition:         transform 0.5s ease-out;
}

.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
    display: block;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: #2299DD;
    pointer-events: none;
}

/* -----------------------------------------------------------------------------
 * $REVIEW
 * -------------------------------------------------------------------------- */
.vw-review-box {
    margin-bottom: 25px;
    padding: 10px 15px;
    border: 3px solid #3E3E3E;
}
.vw-review-box > :last-child {
    border-top: 3px solid #3E3E3E;
}

@media (min-width: 992px) {
    .vw-review-position-top-floating {
        float: left;
        width: 40%;
        margin-right: 1.3em;
    }
}

.vw-review-box-title {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vw-review-user-votes,
.vw-review-pros-cons,
.vw-review-items {
    border-top: 1px solid #EFEFEF;
}

.vw-review-items {
    padding: 10px 0;
}

.vw-review-item {
    position: relative;
    margin-top: 5px;
}

.vw-review-item-title {
    float: left;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.vw-review-item-title-score {
    font-weight: bold;
}

.vw-review-item-score {
    text-align: center;
    float: right;
}

.vw-review-box-summary {
    display: table;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 85px;
}

.vw-review-summary,
.vw-review-total-score {
    display: table-cell;
    vertical-align: middle;
}

.vw-review-box-summary .vw-review-summary {
    padding: 10px 10px 10px 20px;
    /*font-style: italic;*/
}

.vw-review-user-rating,
.vw-review-total-score,
.vw-review-score-star .vw-review-item-score {
    width: 115px;
    text-align: center;
}

.vw-review-total-score {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.vw-review-item-title,
.vw-review-summary {
    margin: 6px 0 20px 0;
    padding-right: 5px;
}

.vw-review-score-percentage .vw-review-item,
.vw-review-score-points .vw-review-item {
    color: #FFFFFF;
}
.vw-review-score-percentage .vw-review-item-score,
.vw-review-score-points .vw-review-item-score {
    position: absolute;
    bottom: 5px;
    height: 10px;
    background-image: url(images/stripe-white.png );
    background-repeat: repeat;
}
.vw-review-score-percentage .vw-review-total-score,
.vw-review-score-points .vw-review-total-score {
    font-size: 44px;
    font-weight: bold;
}

.vw-review-score-star .vw-review-score-number {
    line-height: 2em;
    width: auto !important;
}
.vw-review-score-star .vw-review-score-number img {
    max-width: 16px;
    vertical-align: middle;
}
.vw-review-score-star .vw-review-score-number img + img {
    margin-left: 3px;
}
.vw-review-score-star .vw-review-item-score .vw-review-score-number {
    margin-top: 3px;
}

.vw-review-score-percentage .vw-review-total-score:after {
    content: '%';
    font-size: 0.5em;
    font-weight: normal;
}

/**
 * User Rating
 */
.vw-review-user-votes {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.vw-review-user-rating {
    float: left;
    display: inline-block;
}
.vw-review-user-rating img {
    width: 16px;
    height: auto;
    margin-right: 2px;
}

.vw-review-user-rating-title {
    display: inline-block;
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
}

/**
 * Review Pros/Cons
 */
.vw-review-pros-cons {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vw-review-pros,
.vw-review-cons {
    display: table-cell;
    width: 50%;
}

.vw-review-pros {
    padding-right: 2%;
}

.vw-review-cons {
    padding-left: 2%;
}

.vw-review-pros-title,
.vw-review-cons-title {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

/*.vw-review-pros-summary,
.vw-review-cons-summary {
    font-size: 12px;
    font-style: italic;
}*/

.vw-review-position-top-floating .vw-review-box-summary,
.vw-review-position-top-floating .vw-review-summary,
.vw-review-position-top-floating .vw-review-total-score {
    display: block;
    width: auto;
}
.vw-review-position-top-floating .vw-review-total-score {
    line-height: normal;
}
.vw-review-position-top-floating .vw-review-pros-cons,
.vw-review-position-top-floating .vw-review-pros,
.vw-review-position-top-floating .vw-review-cons {
    display: block;
    width: auto;
}
.vw-review-position-top-floating .vw-review-pros,
.vw-review-position-top-floating .vw-review-cons {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .vw-review-box-summary,
    .vw-review-summary,
    .vw-review-total-score {
        display: block;
        width: auto;
    }
    .vw-review-total-score {
        line-height: normal;
    }
    .vw-review-pros-cons,
    .vw-review-pros,
    .vw-review-cons {
        display: block;
        width: auto;
    }
    .vw-review-pros,
    .vw-review-cons {
        padding-left: 0;
        padding-right: 0;
    }
}

/* -------------------------------------
 * $REVIEW COLOR */
.vw-review-box-summary .vw-review-total-score {
    color: #FFFFFF;
}

/* -------------------------------------
 * $REVIEW EDITOR */
#vw_review_editor .field-review-summary,
#vw_review_editor .field-review-score {
    display: none;
}
#vw_review_editor .review-scores {
    margin: 15px 0;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
}
#vw_review_editor .review-scores .review-score-row {
    border: 1px solid #DDDDDD;
    background-color: #F1F1F1;
    background: -webkit-linear-gradient(bottom, #ECECEC, #F9F9F9);
    background:         linear-gradient(to top, #ECECEC, #F9F9F9);
    border-radius: 2px;
    padding: 5px 10px 5px 5px;
    position: relative;
}
#vw_review_editor .review-scores .review-score-row i {
    color: #CCCCCC;
}
#vw_review_editor .review-scores .review-score-row i:hover {
    color: #3FACD6;
}
#vw_review_editor .review-scores .review-score-row .move-icon {
    font-size: 24px;
    line-height: 1em;
    vertical-align: middle;
    margin-right: 10px;
    cursor: move;
}
#vw_review_editor .review-scores .review-score-row .delete-icon {
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 5px;
    cursor: pointer;
    margin-top: -0.5em;
}
#vw_review_editor .review-scores .review-score-row .review-score-label {
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    margin-right: 5px;
}
#vw_review_editor .review-scores .review-score-row .rwmb-text {
    width: 40%;
    margin-right: 10px;
}
#vw_review_editor .review-scores .review-score-row + .review-score-row {
    margin-top: 5px;
}

/* -----------------------------------------------------------------------------
 * $STICKY
 * -------------------------------------------------------------------------- */
.vw-sticky {
    z-index: 1000;
    -webkit-transition: right 0.4s ease;
       -moz-transition: right 0.4s ease;
            transition: right 0.4s ease;
}

@media (max-width: 767px) {
    .vw-sticky-wrapper {
        display: none !important;
    }
}
.vw-sticky-wrapper.is-sticky .vw-sticky {
    right: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
html.mm-right.mm-opening .vw-sticky-wrapper.is-sticky .vw-sticky {
    right: 440px;
}

/* -----------------------------------------------------------------------------
 * $CUSTOM TILED GALLERY
 * -------------------------------------------------------------------------- */
.vw-custom-tiled-gallery {
    margin: 30px 0;
}
.vw-custom-tiled-gallery .gallery-item {
    display: inline-block;
    float: left;
    width: 32.33%;
    margin: 0.5%;
    position: relative;
}
.vw-custom-tiled-gallery .gallery-caption {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px;
    color: white;
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.2em;
}
.vw-custom-tiled-gallery br + br {
    display: none;
}
.vw-custom-tiled-gallery a {
    display: inline-block;
    max-width: 100%;
}
.vw-custom-tiled-gallery a:hover img {
    opacity: 0.75;
}
.vw-custom-tiled-gallery img {
    max-width: 100%;
    -webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}

/* -----------------------------------------------------------------------------
 * $INSTANT SEARCH
 * -------------------------------------------------------------------------- */
.vw-instant-search-button {
    cursor: pointer;
}
.vw-instant-search-button i:before {
    font-size: 16px;
}

.vw-instant-search-panel {
    margin: 0;
    z-index: 1000000;
    padding: 15px;
    position: absolute;
    width: 25em;
    right: 15px;
    top: 100%;
    font-size: 12px;
    background-color: #F9F9F9;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.vw-top-bar-left .vw-instant-search-panel {
    right: auto;
    left: 15px;
}
.vw-instant-search-panel #s {
    width: 100%;
    color: #000000;
    font-size: 16px;
}
.vw-instant-search-panel .vw-loading-icon.vw-preloader-bg {
    height: 60px;
    background-position: center 20px !important;
    display: none;
}

.vw-instant-search-result-panel {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}
.vw-instant-search-result-panel > li {
    padding: 15px 0;
    text-align: left;
}
.vw-instant-search-result-panel > li:first-child {
    margin-top: 15px;
}
.vw-instant-search-result-panel > li + li {
    border-top: 1px dashed #ccc;
}

.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;
}

.is-no-image .vw-instant-search-result-thumbnail {
    display: none;
}

.is-no-image .vw-instant-search-result-content {
    margin-left: 0;
}

.vw-instant-search-result-content {
    margin-left: 80px;
}

.vw-instant-search-result-title {
    color: #3E3E3E;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 18px;
}

.vw-instant-search-result-date {
    color: #666;
    font-size: 10px;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vw-instant-search-all-result {
    padding-bottom: 0px !important;
    border-top: 3px solid #ccc !important;
}

/* -----------------------------------------------------------------------------
 * $SCROLL TO TOP
 * -------------------------------------------------------------------------- */
.vw-scroll-to-top {
    position: fixed;
    bottom: 5px;
    right: -50px;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
.vw-scroll-to-top.vw-scroll-to-top-visible {
    right: 5px;
    opacity: 1;
}
.vw-scroll-to-top .vw-icon {
    display: block;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}

/* -----------------------------------------------------------------------------
 * $MORE ARTICLES
 * -------------------------------------------------------------------------- */
.vw-more-articles {
    position: fixed;
    bottom: 50px;
    right: -360px;
    z-index: 1;
    display: inline-block;
    width: 360px;
    max-width: 100%;
    padding: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.mm-opened .vw-more-articles {
    display: none;
}
.vw-more-articles.vw-more-articles-visible {
    right: 0px;
    opacity: 1;
}
.vw-more-articles .vw-close-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.vw-more-articles .vw-close-button .vw-icon {
    font-size: 22px;
}

.vw-more-articles-title {
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 3px solid #3E3E3E;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
        -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:    -moz-transform;
         -o-transition-property:      -o-transform;
        -ms-transition-property:     -ms-transform;
            transition-property:         transform;
    -webkit-transform: translate3d(0px, 0, 0);
       -moz-transform: translate3d(0px, 0, 0);
         -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
       -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
       -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
            background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
}

/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#007aff'/></svg>")`;
    background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    left: 10px;
    right: auto;
    &.swiper-button-black {
        @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#000000'/></svg>")`;
        background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    }
    &.swiper-button-white {
        @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='#ffffff'/></svg>")`;
        background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    }
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#007aff'/></svg>")`;
    background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    right: 10px;
    left: auto;
    &.swiper-button-black {
        @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#000000'/></svg>")`;
        background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    }
    &.swiper-button-white {
        @url: `encodeURIComponent("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='#ffffff'/></svg>")`;
        background-image: url("data:image/svg+xml;charset=utf-8,@{url}");
    }
}*/
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
       -moz-transition: 300ms;
         -o-transition: 300ms;
            transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #FFFFFF;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007AFF;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
       -moz-transform: translate3d(0px, -50%, 0);
         -o-transform: translate(0px, -50%);
        -ms-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
       -moz-perspective: 1200px;
         -o-perspective: 1200px;
            perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear, to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0);
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear, to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0);
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear, to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0);
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear, to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
            filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* -----------------------------------------------------------------------------
 * Custom Swiper
 * -------------------------------------------------------------------------- */
.vw-swiper-arrow-nav {
    z-index: 1;
}
.vw-swiper-large-nav .vw-swiper-arrow-nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
}
.vw-swiper-large-nav .vw-swiper-arrow-nav .vw-swiper-arrow-left,
.vw-swiper-large-nav .vw-swiper-arrow-nav .vw-swiper-arrow-right {
    position: static;
    margin-top: 0;
    width: 70px;
}
.vw-swiper-large-nav .vw-swiper-arrow-nav .vw-swiper-arrow-right {
    margin-left: 5px;
}
@media (max-width: 767px) {
    .vw-swiper-large-nav .vw-swiper-arrow-nav {
        display: none;
    }
}
.vw-swiper-small-nav .vw-swiper-arrow-nav .vw-swiper-arrow-left,
.vw-swiper-small-nav .vw-swiper-arrow-nav .vw-swiper-arrow-right {
    width: 30px;
}

.vw-swiper-arrow-left,
.vw-swiper-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 70px;
    margin-top: -35px;
    display: inline-block;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
    .vw-swiper-arrow-left,
    .vw-swiper-arrow-right {
        background-color: transparent;
    }
}

.vw-swiper-arrow-left {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAgVBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+q+H6aAAAAKnRSTlMADBfZBf4SAQj79h3x4WTLO4OdLcNZUDOQipZ8sKW2uyPS7HWrbklD5ii40kXNAAABe0lEQVR4Xu2ZYbZCUBhF9aokJAghiQpn/gN8rTuJvd5b357A3n9w7+H9OwzDMAzDMAzD8A+wv+lYfy3lpD+VUg+klW4+6J+kmvS/pYb0n6UM9t9J/3Wv1w70l4F62P84gv5PoIL0zycVG9B/OSlB/ZGeB9Bfff0/oD8ftSX966g4BP3Dongg/bEW0h/GGlfQ/7PVmLP+qAL9h6eiC+lPdCL9m69/Jv2Fgg/oPz4UlKS/1/4K+ncd7H9JZ9Dv36U36c+kifQ3UgsPECnpv8EDQApfwFsp8/kHkH4FsQWdK6A/Q2zBwxXAR5GSLUjcYQg+js5swdMdiNkrCV8QVWhBGNMFQ6wxZwsWLStasI5unGDnqZgtqCLFIVzgJjp0pKUL5pObadmhPmELykDJhi4o2ILr3v2uATmLL1DPFrylbocWTNKLLWjdj1uS1N2c4e2iYQtqqWYLMumGF6SeB08oLT5gTGxBL+XwgFH4HlsweH8LwzAMwzAMwzAM4xc3sySaf5sEegAAAABJRU5ErkJggg== );
}

.vw-swiper-arrow-right {
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAgVBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+q+H6aAAAAKnRSTlMADBfZBf4SAQj79h3x4WTLO4OdLcNZUDOQfIqWsKW2uyPS7HWrbklD5ijrbdJGAAABbklEQVR4Xu2aWZKCQBQE2WQTRAQVEFlVoe5/wDlGxhgvL1D5A3RV4/wrDMMwDMMwDMMII1igf7AGldSwBqVUogZRJ7UOSdRIK2vwkN6swUU6sQZP2iB46XBlDQYlN9QgHnGDWskHNXBrpV/WoFB6Rg3CWRlr4M3K7qyBr6VCDY65lh01mHJtE2uwKWcN9kX5ETWoFvkeanDPaINzpjlkDVIVrME3VeGiBp9ENWtwSzTGqMH1oAE36APU4CS9WIO39GSr8ypdWINWeuDzQYPPB11El/cSL+8t/zDSryM2vw/oTxKbP5L5N/hY8klUuPDBMGSPxjOc73toPaLz2YpaLWxJ3zd2ppg2dqiZcnaqOubsWOf5dD472IYzO1mHBTvauwV7beHWbH486nBl83Ui8wc2P+ilN3t1qRW+vG3hBlzCG0AXsb8wNGR+B29hJZzfwgPICg8QlTSQ+U5Uj7GDMsXO72EYhmEYhmEYhmH8AamNJJqtbZHzAAAAAElFTkSuQmCC );
}

/* -----------------------------------------------------------------------------
 * $QTRANSLATE
 * -------------------------------------------------------------------------- */
/* Add flags to header, see also accompanying php */
ul.qtrans_language_chooser {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
ul.qtrans_language_chooser li {
    display: inline-block;
    float: left;
}
ul.qtrans_language_chooser a {
    margin: 0 4px;
    padding: 0 2px 4px 2px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.qtrans_language_chooser > .active > a {
    border-bottom: 3px solid #5A5A5A;
}
ul.qtrans_language_chooser .qtrans_flag_and_text {
    padding-left: 22px;
}

.widget_qtranslate select {
    width: 100%;
}

.qtrans_widget_end:before,
.qtrans_widget_end:after {
    content: " ";
    display: table;
}
.qtrans_widget_end:after {
    clear: both;
}

/* -----------------------------------------------------------------------------
 * $CONTACT FORM 7
 * -------------------------------------------------------------------------- */
.wpcf7-text {
    font-size: 12px;
    line-height: 21px;
    color: #444444;
    border: 1px solid #E6E6E6;
    height: 34px;
    padding: 3px 9px 3px 9px;
}

.wpcf7-text:active,
.wpcf7-text:focus {
    border-color: #999999;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.wpcf7 {
    padding: 20px 19px 20px 20px !important;
    /* responsive portrait phone */
}

@media (max-width: 767px) {
    .wpcf7 {
        padding: 20px 10px 20px 10px !important;
    }
}

/* -----------------------------------------------------------------------------
 * $UTILITY
 * -------------------------------------------------------------------------- */
/* -------------------------------------
 * $HAMBURGER ICON */
.vw-hamburger-icon {
    display: block;
    width: 40px;
    height: 36px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.vw-hamburger-icon:before,
.vw-hamburger-icon:after,
.vw-hamburger-icon span {
    background: #3E3E3E;
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    position: absolute;
    left: 9px;
}

.vw-hamburger-icon:hover:before,
.vw-hamburger-icon:hover:after,
.vw-hamburger-icon:hover span {
    background-color: #FFFFFF;
}

.vw-hamburger-icon:before {
    top: 9px;
}

.vw-hamburger-icon:after {
    bottom: 10px;
}

.vw-hamburger-icon span {
    top: 50%;
    margin-top: -2px;
}

/* -------------------------------------
 * $LOADING ICON */
.vw-loading-icon {
    height: 35px;
    width: 100%;
}

.vw-preloader-bg,
.vw-audio-icon-bg {
    background-repeat: no-repeat;
    background-position: center 0;
}

.vw-preloader-bg {
    /* preloader */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJyZ2IoMTI4LDEyOCwxMjgpIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo= ) !important;
    background-size: 35px 35px;
}
.no-svg .vw-preloader-bg {
    background-image: url(data:image/gif;base64,R0lGODlhRwBHAPZOAICAgIGBgYKCgoODg4WFhYaGhomJiYuLi42NjY6Ojo+Pj5CQkJKSkpSUlJWVlZiYmJmZmZubm56enp+fn6GhoaOjo6Wlpaampqqqqqurq6ysrK6urq+vr7CwsLS0tLW1tbm5ubq6ury8vL6+vsLCwsbGxsnJyc7OztPT09bW1tjY2NnZ2dvb297e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABHAEcAAAf+gE6Cg4SFhodDQjo0NC8vIQUHCQ4XISc7h5mam5yGQzsvLqKiji4fAKipqAkbKEmdsLGFSaCkoaOjp6q7AAcdNLLBmkmNpbjHprzKAA8rws9OSTq3yNW6y7wVOtCxO9XfudjYG0PcwzTg6dfivAkv5oZC1OnW7OIi8IO19N+PBfbj8oGal+6FDiGvCg1xYWJDAoCpLiR8poMfKUyydohgAFHCRFkV+en4KOxFBYAShHkr+KJcPicrHrLDIGsIQWQYXw4KYY9ELEc3SbnUSWjFAXbvOKHrR4MkUUFCOGJL4JSQkH4ugD3NNOSBuA/DgrpwVHWroCQOxCU1FLLai7L+ZqHKVPYAEbi3cZX+W+asUFuceTuJwFaXUJK7gWFJVebCar+hiTW5wEZzkFitkTmdVFYg4eFvkDNneoHthKCVyNaK3uRV2QVBS5EJWd3JxLID0cDBpS1oCDYaNt3y7tSaVwl5qXMOz8RT2Ya/o17MXq4pxTIJsY/tXr5jmbtv1DktKyA2/Ka5u4zhUm2+EHpV6qO3Z74BQ/0N94HOYz8fttv4pPRnSFAAjiJgIQUa9M12wx12k4LVhDbfQtXogNoxyvV3VTU7UIgMZgJmh8tsYjFIW4lOiDjKdBr+d9pYHx7YSIW9JSjhcp9VwyKBIIYHnXz6iHUjbUkU6MI2gxTE+U2Pw6ETVGg/rhjehjTOcteQiQUH2iEqAslbl6IwaRk4YgYG5lhwXRijaGe6kKEhZzqSWZv8GaLklXkRQw+Wjt3lpllU9vOmJlGu15ROQ7QpCpIgsZQVn5wMMY1YozAajKKkACeMIqTQcyg0hX5j4ZBJ0BJqNWVmZFFqjLRqJD2WmuPhqrTSw+JLRb5aq0WfbrXPrrW+sIOJ0BBDKbDH9JqYNKEcW6uyoknqbHRiddieIg8es99BBw7yyaT7GbQDQk8FAgA7 ) !important;
}

.vw-audio-icon-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDNweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNDMgNDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQzIDQzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuNjY2NyIgZD0iTTM1LjU1MSwzNS42QzMxLjY4NCwzOS41MzMsMjcsNDEuNSwyMS41LDQxLjUNCgkJYy01LjUzMywwLTEwLjI4My0xLjk2Ny0xNC4yNS01LjlDMy40MTcsMzEuNzMzLDEuNSwyNy4wMzMsMS41LDIxLjVjMC01LjUsMS45MTctMTAuMjMzLDUuNzUtMTQuMmMzLjk2Ny0zLjg2Niw4LjcxNy01LjgsMTQuMjUtNS44DQoJCWM1LjUsMCwxMC4xODQsMS45MzQsMTQuMDUxLDUuOEMzOS41MTcsMTEuMjY3LDQxLjUsMTYsNDEuNSwyMS41QzQxLjUsMjcuMDMzLDM5LjUxNywzMS43MzMsMzUuNTUxLDM1LjZ6IE0yMi41LDIzLjM5OQ0KCQljLTAuMzk5LDAuODY3LTAuMzk5LDEuODE3LDAsMi44NTFjMC4zNjcsMC45MzQsMS4wMzQsMS41NSwyLDEuODVjMC45LDAuMzY3LDEuODAxLDAuMjgzLDIuNy0wLjI1YzAuOTY3LTAuNSwxLjUxNy0xLjIzMywxLjY1LTIuMg0KCQljMC4xLTAuMzMzLDAuMTQ5LTAuNzY3LDAuMTQ5LTEuM2MwLTAuNzY3LDAtMS4xODQsMC0xLjI1VjExLjc1TDE3LjIsMTUuMnY5Ljc1Yy0wLjgtMC41LTEuNzE3LTAuNjE3LTIuNzUtMC4zNTENCgkJYy0xLDAuMjY3LTEuNjg0LDAuODUxLTIuMDUsMS43NWMtMC40MzQsMC44NjctMC40NjcsMS43NjctMC4xLDIuN2MwLjMzMywwLjk2NywwLjk4MywxLjYzNCwxLjk0OSwyDQoJCWMwLjg2NywwLjM2NiwxLjc2NywwLjI2NywyLjctMC4zYzAuODY3LTAuNDY3LDEuNDE3LTEuMTY3LDEuNjUtMi4xMDFjMC4xMzMtMC40MzMsMC4yLTAuOTgzLDAuMi0xLjY0OWMwLTAuNzMzLDAtMS4yODMsMC0xLjY1DQoJCVYxOC43bDguNjQ5LTIuNTUxdjUuODAxYy0wLjg5OS0wLjQ2Ny0xLjgxNi0wLjU2Ny0yLjc1LTAuMzAxQzIzLjYwMSwyMS45NSwyMi44NjcsMjIuNTMzLDIyLjUsMjMuMzk5eiIvPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNSwyMy4zOTljMC4zNjctMC44NjYsMS4xMDEtMS40NDksMi4yLTEuNzUNCgkJYzAuOTM0LTAuMjY3LDEuODUxLTAuMTY2LDIuNzUsMC4zMDF2LTUuODAxTDE4LjgwMSwxOC43djYuNjQ5YzAsMC4zNjcsMCwwLjkxNywwLDEuNjVjMCwwLjY2Ni0wLjA2NywxLjIxNy0wLjIsMS42NDkNCgkJYy0wLjIzMywwLjkzNC0wLjc4MywxLjYzNC0xLjY1LDIuMTAxYy0wLjkzNCwwLjU2Ni0xLjgzMywwLjY2Ni0yLjcsMC4zYy0wLjk2Ni0wLjM2Ni0xLjYxNi0xLjAzMy0xLjk0OS0yDQoJCWMtMC4zNjctMC45MzQtMC4zMzQtMS44MzMsMC4xLTIuN2MwLjM2Ni0wLjg5OSwxLjA1LTEuNDgzLDIuMDUtMS43NWMxLjAzMy0wLjI2NywxLjk1LTAuMTQ5LDIuNzUsMC4zNTFWMTUuMkwyOSwxMS43NVYyMy4xDQoJCWMwLDAuMDY2LDAsMC40ODMsMCwxLjI1YzAsMC41MzMtMC4wNSwwLjk2Ny0wLjE0OSwxLjNjLTAuMTM0LDAuOTY3LTAuNjg0LDEuNy0xLjY1LDIuMmMtMC44OTksMC41MzMtMS44LDAuNjE3LTIuNywwLjI1DQoJCWMtMC45NjYtMC4zLTEuNjMzLTAuOTE2LTItMS44NUMyMi4xMDEsMjUuMjE3LDIyLjEwMSwyNC4yNjcsMjIuNSwyMy4zOTl6Ii8+DQoJDQoJCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMyIgZD0iDQoJCU0zNS41NTEsMzUuNkMzMS42ODQsMzkuNTMzLDI3LDQxLjUsMjEuNSw0MS41Yy01LjUzMywwLTEwLjI4My0xLjk2Ny0xNC4yNS01LjlDMy40MTcsMzEuNzMzLDEuNSwyNy4wMzMsMS41LDIxLjUNCgkJYzAtNS41LDEuOTE3LTEwLjIzMyw1Ljc1LTE0LjJjMy45NjctMy44NjYsOC43MTctNS44LDE0LjI1LTUuOGM1LjUsMCwxMC4xODQsMS45MzQsMTQuMDUxLDUuOEMzOS41MTcsMTEuMjY3LDQxLjUsMTYsNDEuNSwyMS41DQoJCUM0MS41LDI3LjAzMywzOS41MTcsMzEuNzMzLDM1LjU1MSwzNS42eiIvPg0KPC9nPg0KPC9zdmc+DQo= );
    background-size: 40px 40px;
}

.vw-video-icon-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDNweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNDMgNDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQzIDQzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuNjY2NyIgZD0iTTQxLjUsMjEuNWMwLDUuNTMzLTEuOTgzLDEwLjIzMy01Ljk0OSwxNC4xDQoJCUMzMS42ODQsMzkuNTMzLDI3LDQxLjUsMjEuNSw0MS41Yy01LjUzMywwLTEwLjI4My0xLjk2Ny0xNC4yNS01LjlDMy40MTcsMzEuNzMzLDEuNSwyNy4wMzMsMS41LDIxLjVjMC01LjUsMS45MTctMTAuMjMzLDUuNzUtMTQuMg0KCQljMy45NjctMy44NjYsOC43MTctNS44LDE0LjI1LTUuOGM1LjUsMCwxMC4xODQsMS45MzQsMTQuMDUxLDUuOEMzOS41MTcsMTEuMjY3LDQxLjUsMTYsNDEuNSwyMS41eiIvPg0KCQ0KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjMiIGQ9Ig0KCQlNNDEuNSwyMS41YzAsNS41MzMtMS45ODMsMTAuMjMzLTUuOTQ5LDE0LjFDMzEuNjg0LDM5LjUzMywyNyw0MS41LDIxLjUsNDEuNWMtNS41MzMsMC0xMC4yODMtMS45NjctMTQuMjUtNS45DQoJCUMzLjQxNywzMS43MzMsMS41LDI3LjAzMywxLjUsMjEuNWMwLTUuNSwxLjkxNy0xMC4yMzMsNS43NS0xNC4yYzMuOTY3LTMuODY2LDguNzE3LTUuOCwxNC4yNS01LjhjNS41LDAsMTAuMTg0LDEuOTM0LDE0LjA1MSw1LjgNCgkJQzM5LjUxNywxMS4yNjcsNDEuNSwxNiw0MS41LDIxLjV6Ii8+DQo8L2c+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzMSwyMS4yNSAxNiwzMCAxNiwxMyAiLz4NCjwvc3ZnPg0K );
    background-size: 40px 40px;
}

.vw-gallery-icon-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDNweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNDMgNDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQzIDQzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuNjY2NyIgZD0iTTMwLjU1MSwxNi41YzAtMC4zMzQtMC4wODQtMC42MDEtMC4yNS0wLjgNCgkJYy0wLjItMC4yLTAuNS0wLjMwMS0wLjktMC4zMDFoLTIuOGwtMC41NS0xLjQ0OUMyNS43NSwxMy4zODMsMjUuMzg0LDEzLjEsMjQuOTUsMTMuMWgtNi44Yy0wLjUsMC0wLjg2NiwwLjI4My0xLjEsMC44NTENCgkJbC0wLjY1LDEuNDQ5aC0yLjg1Yy0wLjIzMywwLTAuNDY3LDAuMTAxLTAuNywwLjMwMWMtMC4yMzMsMC4xOTktMC4zNTEsMC40NjYtMC4zNTEsMC44djExLjJjMCwwLjM2NiwwLjExNywwLjY2NiwwLjM1MSwwLjg5OQ0KCQljMC4yMzMsMC4yLDAuNDY3LDAuMywwLjcsMC4zSDI5LjRjMC40LDAsMC43LTAuMSwwLjktMC4zYzAuMTY2LTAuMjMzLDAuMjUtMC41MzMsMC4yNS0wLjg5OVYxNi41eiBNMzUuNTUxLDM1LjYNCgkJQzMxLjY4NCwzOS41MzMsMjcsNDEuNSwyMS41LDQxLjVjLTUuNTMzLDAtMTAuMjgzLTEuOTY3LTE0LjI1LTUuOUMzLjQxNywzMS43MzMsMS41LDI3LjAzMywxLjUsMjEuNWMwLTUuNSwxLjkxNy0xMC4yMzMsNS43NS0xNC4yDQoJCWMzLjk2Ny0zLjg2Niw4LjcxNy01LjgsMTQuMjUtNS44YzUuNSwwLDEwLjE4NCwxLjkzNCwxNC4wNTEsNS44QzM5LjUxNywxMS4yNjcsNDEuNSwxNiw0MS41LDIxLjUNCgkJQzQxLjUsMjcuMDMzLDM5LjUxNywzMS43MzMsMzUuNTUxLDM1LjZ6IE0yNC43LDE4LjZjMC45MzQsMC45LDEuNCwxLjk4MywxLjQsMy4yNXMtMC40NjcsMi4zNjctMS40LDMuMw0KCQljLTAuODk5LDAuOTM0LTEuOTgzLDEuNC0zLjI1LDEuNGMtMS4zLDAtMi4zOTktMC40NjctMy4zLTEuNGMtMC45MzQtMC45MzMtMS40LTIuMDMzLTEuNC0zLjNzMC40NjctMi4zNSwxLjQtMy4yNQ0KCQljMC45LTAuOTM0LDItMS4zOTksMy4zLTEuMzk5QzIyLjcxNywxNy4yLDIzLjgwMSwxNy42NjYsMjQuNywxOC42eiBNMjMuNCwyMy44YzAuNTMzLTAuNTMzLDAuOC0xLjE4NCwwLjgtMS45NQ0KCQljMC0wLjczMy0wLjI2Ny0xLjM4My0wLjgtMS45NWMtMC41NjYtMC41MzMtMS4yMTctMC44LTEuOTUtMC44Yy0wLjc2NywwLTEuNDE2LDAuMjY3LTEuOTUsMC44Yy0wLjU2NiwwLjU2Ny0wLjg1LDEuMjE3LTAuODUsMS45NQ0KCQljMCwwLjc2NywwLjI4MywxLjQxNywwLjg1LDEuOTVjMC41MzQsMC41NjYsMS4xODQsMC44NSwxLjk1LDAuODVDMjIuMTg0LDI0LjY0OSwyMi44MzQsMjQuMzY2LDIzLjQsMjMuOHoiLz4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTMwLjU1MSwxNi41djExLjJjMCwwLjM2Ni0wLjA4NCwwLjY2Ni0wLjI1LDAuODk5DQoJCWMtMC4yLDAuMi0wLjUsMC4zLTAuOSwwLjNoLTE1Ljg1Yy0wLjIzMywwLTAuNDY3LTAuMS0wLjctMC4zQzEyLjYxNywyOC4zNjYsMTIuNSwyOC4wNjYsMTIuNSwyNy43VjE2LjUNCgkJYzAtMC4zMzQsMC4xMTctMC42MDEsMC4zNTEtMC44YzAuMjMzLTAuMiwwLjQ2Ny0wLjMwMSwwLjctMC4zMDFoMi44NWwwLjY1LTEuNDQ5YzAuMjMzLTAuNTY3LDAuNi0wLjg1MSwxLjEtMC44NTFoNi44DQoJCWMwLjQzNCwwLDAuOCwwLjI4MywxLjEwMSwwLjg1MWwwLjU1LDEuNDQ5aDIuOGMwLjQsMCwwLjcsMC4xMDEsMC45LDAuMzAxQzMwLjQ2NywxNS44OTksMzAuNTUxLDE2LjE2NiwzMC41NTEsMTYuNXogTTIzLjQsMjMuOA0KCQljLTAuNTY2LDAuNTY2LTEuMjE3LDAuODUtMS45NSwwLjg1Yy0wLjc2NywwLTEuNDE2LTAuMjgzLTEuOTUtMC44NWMtMC41NjYtMC41MzMtMC44NS0xLjE4NC0wLjg1LTEuOTUNCgkJYzAtMC43MzMsMC4yODMtMS4zODMsMC44NS0xLjk1YzAuNTM0LTAuNTMzLDEuMTg0LTAuOCwxLjk1LTAuOGMwLjczMywwLDEuMzg0LDAuMjY3LDEuOTUsMC44YzAuNTMzLDAuNTY3LDAuOCwxLjIxNywwLjgsMS45NQ0KCQlDMjQuMiwyMi42MTYsMjMuOTM0LDIzLjI2NywyMy40LDIzLjh6IE0yNC43LDE4LjZjLTAuODk5LTAuOTM0LTEuOTgzLTEuMzk5LTMuMjUtMS4zOTljLTEuMywwLTIuMzk5LDAuNDY2LTMuMywxLjM5OQ0KCQljLTAuOTM0LDAuOS0xLjQsMS45ODMtMS40LDMuMjVzMC40NjcsMi4zNjcsMS40LDMuM2MwLjksMC45MzQsMiwxLjQsMy4zLDEuNGMxLjI2NywwLDIuMzUxLTAuNDY3LDMuMjUtMS40DQoJCWMwLjkzNC0wLjkzMywxLjQtMi4wMzMsMS40LTMuM1MyNS42MzQsMTkuNSwyNC43LDE4LjZ6Ii8+DQoJDQoJCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMyIgZD0iDQoJCU0zNS41NTEsMzUuNkMzMS42ODQsMzkuNTMzLDI3LDQxLjUsMjEuNSw0MS41Yy01LjUzMywwLTEwLjI4My0xLjk2Ny0xNC4yNS01LjlDMy40MTcsMzEuNzMzLDEuNSwyNy4wMzMsMS41LDIxLjUNCgkJYzAtNS41LDEuOTE3LTEwLjIzMyw1Ljc1LTE0LjJjMy45NjctMy44NjYsOC43MTctNS44LDE0LjI1LTUuOGM1LjUsMCwxMC4xODQsMS45MzQsMTQuMDUxLDUuOEMzOS41MTcsMTEuMjY3LDQxLjUsMTYsNDEuNSwyMS41DQoJCUM0MS41LDI3LjAzMywzOS41MTcsMzEuNzMzLDM1LjU1MSwzNS42eiIvPg0KPC9nPg0KPC9zdmc+DQo= );
    background-size: 40px 40px;
}

.wrapper-sticky {
  z-index: 10;
}

.sticky-contents {
    font-size: 18px;
    opacity:      0;
    position:     absolute;
    z-index:      -1; 
    left:        -15px;
    top:          0;
    margin-top:  -5px;
    width:        170px;
    /*outline:      1px solid deeppink;*/
    -webkit-transition: opacity .3s ease-out;, z-index 0s linear;
    -o-transition: opacity .3s ease-out, z-index 0s linear;
    transition: opacity .3s ease-out, z-index 0s linear;

    -webkit-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /*.sticky-contents .vw-post-share-box {
    margin-right: 60px;
  }
  .sticky-contents.is-tablet-layout .vw-post-share-box,
  .sticky-contents.is-mobile-layout .vw-post-share-box {
    margin-right: 0;
  }*/
  /*.sticky-contents.is-tablet-layout {
    width:          100%;
    background:     white;
    margin-top:    -15px;
    margin-left:    13px;
    border-bottom:  1px solid #aeaeae;
    min-height:     38px;
    //margin-left:    15px;
    //opacity:        1;
    //z-index:        1000;

    //box-shadow:    0 4px 0 rgba(0,0,0,.2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }*/
  .sticky-contents.is-mobile-layout {
    position: fixed;
    bottom:   0;
    left:     0;
    z-index:  1000;
    min-height: 38px;
    top:        auto !important;
    width:    100% !important;
    opacity:  0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: none;
  }

  .sticky-contents.is-print-open .sticky-contents__items {
      display: none !important;
  }

  .sticky-contents.is-no-contents .sticky-contents__items {
      display: none;
  }

  .sticky-contents.is-mobile-layout.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .is-mobile-layout.is-no-contents {
    height: 39px;
  }

  .is-mobile-layout .vw-post-share-box {
      margin-bottom: 0;
  }

  .is-mobile-layout.headroom--unpinned {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  .sticky-contents.sticky {
    opacity:      1;
    z-index:      0;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    /*visibility:   visible;*/
  }

  /*.sticky-contents__items {}*/


  .sticky-contents .vw-button-label {
    display: none;
  }
  .sticky-contents__header,
  .sticky-contents__item {
    color:          #3E3E3E;
    border-bottom:  1px solid #3E3E3E;
    font-size:      20px;
    line-height:    1.35;
  }
  .sticky-contents__header {
    text-transform:     uppercase;
    display:            none;
    padding-bottom:     8px;
    /*font-weight:        600;*/
  }
  .is-sticky-contents .sticky-contents__header {
    display:  block;
  }
  /*.is-tablet-layout .sticky-contents__header,*/
  .is-mobile-layout .sticky-contents__header{
    display:  none;
  }

  /*.is-tablet-layout .sticky-contents__items {
    //float: left;
    //padding-right:    180px;
    padding-bottom:   12px;
    padding-top:      0px;
    background-color: inherit;
  }*/
  .is-mobile-layout .sticky-contents__items {
    display:          none;
  }
  .sticky-contents__item {
    cursor: pointer;
    padding: 8px 0;
  }
  .sticky-contents__item:hover,
  .sticky-contents__item.is-active {
    color:      #ED1C24;
  }
  /*.is-tablet-layout .sticky-contents__items {
    height: 38px;
    position: relative;
    overflow: hidden;
    margin-right: 170px;
  }
  .is-tablet-layout .sticky-contents__items-inner {
    position: absolute;
    white-space: nowrap;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .is-tablet-layout .sticky-contents__item {
    //float:            left;
    display:          inline-block;
    //white-space:      nowrap;
    margin-left:      15px;
    padding-top:      5px;
    padding-bottom:   20px;
    border-bottom:    0;
    height:           23px;
  }
  .is-table-layout .sticky-contents__item:first-of-type {
    margin-left: 0;
  }*/

  .sticky-contents .vw-post-share-box {
    border-bottom: 0;
  }
  /*.is-tablet-layout .vw-post-share-box  {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
  .sticky-contents .vw-post-share-box-button {
    padding:    4px 0;
    text-align: center;
    float:      right;
    clear:      right;
    margin:     0;
    margin-top: 10px;
    width:       39px;
    height:       39px;
    display:    block;
    cursor:     pointer;
  }

  .vw-post-share-box-button.is-loading {
    cursor: progress;
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,.2) 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, rgba(255, 154, 26, 0) 75%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,.2) 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, rgba(255, 154, 26, 0) 75%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,255,.2) 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, rgba(255, 154, 26, 0) 75%);
    background-image: linear-gradient(-45deg, rgba(255,255,255,.2) 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 75%, rgba(255, 154, 26, 0) 75%);
    background-size: 50px 50px;
    -webkit-animation: loading-stripes-bg 2s linear infinite;
    -moz-animation: loading-stripes-bg 2s linear infinite;
    -ms-animation: loading-stripes-bg 2s linear infinite;
    animation: loading-stripes-bg 2s linear infinite;
  }

  @-webkit-keyframes loading-stripes-bg {
      0%   { background-position: 0 0; }
      100% { background-position: 50px 50px; }
  }

  @-moz-keyframes loading-stripes-bg {
      0%   { background-position: 0 0; }
      100% { background-position: 50px 50px; }
  }

  @-ms-keyframes loading-stripes-bg {
      0%   { background-position: 0 0; }
      100% { background-position: 50px 50px; }
  }

  @-webkit-keyframes loading-stripes-bg {
      0%   { background-position: 0 0; }
      100% { background-position: 50px 50px; }
  }

  .sticky-contents .vw-post-share-box-button:first-of-type {
    margin-top: 0;
  }
  .is-sticky-contents .vw-post-share-box-button,
  /*.is-tablet-layout .vw-post-share-box-button,*/
  .is-mobile-layout .vw-post-share-box-button {
    margin: 0;
  }

  

  .sticky-contents .vw-post-share-big-number {
    background: white;
    /*display:  none;*/
    /*height: 100%;*/
    position: absolute;
    bottom:   -50px;
    right:    0;
    margin-right: 0;
    /*outline:  1px solid deeppink;*/
    width:    39px;
    height:   39px;
  }
  .is-sticky-contents .vw-post-share-big-number,
  /*.is-tablet-layout .vw-post-share-big-number,*/
  .is-mobile-layout .vw-post-share-big-number {
    display: none;
  }
  .sticky-contents .vw-post-share-big-number__inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*.sticky-contents .vw-unit {
    font-size: 8px;
    letter-spacing:  .5px;
  }
  .sticky-contents .vw-number {
    font-size: 18px;
  }*/

  .is-mobile-layout .vw-post-share-big-number {
    display:  block;
  }

  .is-sticky-contents .vw-post-share-box {
    margin-top: 10px;
  }
  /*.is-tablet-layout .vw-post-share-box {
    margin-bottom:  0;
    margin-top:     0;
    padding-bottom: 0;
    float:          right;
  }*/

  /*.is-tablet-layout .vw-post-share-box-button,*/
  .is-sticky-contents .vw-post-share-box-button {
    clear:        none;
    float:        left;
    display:      block;
    margin-left:  4.5px;
  }
  .is-sticky-contents .vw-post-share-box-button:first-of-type {
    margin-left: 0;
  }
  .is-sticky-contents .vw-post-share-box-button {
    width: 34px;
    margin-left: 0;
    font-size: 14px;
    padding-top: 8px;
  }

  .is-mobile-layout .vw-post-share-box-button,
  .is-mobile-layout .sticky-contents__mobile-menu {
    float:        left;
    width:        20%;
    padding-top:  6px;
    display: block;
  }

  .is-mobile-layout .sticky-contents__mobile-menu {
    padding-top: 3px;
  }

  .sticky-contents__mobile-menu .vw-hamburger-icon:before,
  .sticky-contents__mobile-menu .vw-hamburger-icon:after,
  .sticky-contents__mobile-menu .vw-hamburger-icon span {
      background: white;
  }
  
  .mm-opened .sticky-contents,
  .mm-opened .bundle-progress-mobile {
    -webkit-transform: translateY(9999999999999px) translateZ(0);
       -moz-transform: translateY(9999999999999px) translateZ(0);
        -ms-transform: translateY(9999999999999px) translateZ(0);
         -o-transform: translateY(9999999999999px) translateZ(0);
            transform: translateY(9999999999999px) translateZ(0);
    }

.sticky-contents__mobile-menu {
    display: none;
    background: white;
    height: 39px;
    }
    .sticky-contents__mobile-menu .vw-hamburger-icon {
        margin: 0 auto;
    }


.sticky-contents__arrow {
    position: absolute;
    z-index: 1;
    width:  15px;
    height: 100%;
    display: none;
    /*outline: 1px solid deeppink;*/
    /*background-color: deeppink;*/
    }
    /*.is-tablet-layout .sticky-contents__arrow,*/
    .is-mobile-layout .sticky-contents__arrow {
        display: block;
    }
    .sticky-contents__arrow--left {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
    .sticky-contents__arrow--right {
        right:  0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

.vw-menu-main-inner {
  /*text-align:     center;*/
  text-align: left;
}

.vw-menu {
  display:        inline-block;
}

/*.vw-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    }
    .vw-thumbnail--small {
        width: 85px;
        height: 60px;
    }*/
    /*.vw-thumbnail--one-third {
        width: 360px;
        height: 240px;
        // max-height: 240px;
        display: block;
    }*/
/*
.vw-thumbnail--one-third .vw-thumbnail__img {
    padding-bottom: 66.6666667%;
    height: 100%;
    width: 100%;
}

.vw-thumbnail__img {
    max-width: 100%;
    position: absolute;
    width: inherit;
    height: auto;
    top: 50%;
    left: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.vw-thumbnail__img {
    max-width: 100%;
}

@media all and (max-width: 1000px) {
    /*.vw-thumbnail--one-third {
        width: 100%;
        height: auto;
    }*/
    .swiper-container .vw-thumbnail--one-third {
        width: 360px;
    }
}

/*@media all and (max-width: 360px) {
    .swiper-container .vw-thumbnail--one-third {
        width: 320px;
        height: 213px;
    }
}
*/
/*.custom-content-ad {
    display: none;
    visibility: hidden;
}*/

.vw-post-loop-slider-small {
    width: 360px;
}

.vw-max-height-240 {
    max-height: 240px;
}

.vw-height-240 {
    height: 240px;
}

.twentytwenty-wrapper {
    position: relative;
    z-index: 0;
}

/* SHORTCODES */
/* div - specifity hack */
div.intense .testimonial_boxed_container blockquote {
    width: 99.9%;
}
div.intense .testimonial_boxed_container {
    font-family: inherit;
} 
div.intense .testimonial_boxed_container h2 {
    color: black;
}
div.intense .testimonial_boxed_container .leftq,
div.intense .testimonial_boxed_container .rightq {
    /*left: 11px;
    top: -14px;*/
    display: none;
}
/*div.intense .testimonial_boxed_container .rightq {
    right:   11px;
    bottom: -9px;
}
@media all and (max-width: 768px) {
    div.intense .testimonial_boxed_container blockquote span {
        position: static;
    }
    div.intense .testimonial_boxed_container blockquote {
        padding-right: 24px;
    }
    div.intense .testimonial_boxed_container blockquote:first-letter {
        padding-left: 28px;
    }
}*/

div.intense,
div.intense > * {
    font-family: inherit;
}


@media all and (max-width: 391px) {
    .mm-expMonthList {
        float: left;
        clear: left;
    }
    .mm-expYearList {
        float: left;
        left: -1px;
    }
}


.mm-login td {
    padding-top: 15px;
}






/* MM CUSTOM CODE */
.mm-button {
    text-transform: uppercase !important;
    background: #3E3E3E !important;
    color: #FFFFFF !important;
    border: 0px solid !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 28px !important;
    margin-bottom: 5px !important;
    margin-right: 4px !important;
    padding: 6px 18px !important;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    height: 40px;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    /*-webkit-appearance: button !important;*/
    cursor: pointer !important;
    margin: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

div.mm-formField {
    color: inherit;
}

.mm-formField input {
    border-color: #A6A6A6;
    width: 168px;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-formField select {
    background: white;
    border-radius: 0;
    width: 168px;
    -webkit-appearance: none;
    border-color: #A6A6A6;
    position: relative;
    background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMS0rLVJlY3RhbmdsZS0xLUNvcHkiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjUwMDAwMCkiIGZpbGw9IiNBNkE2QTYiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik01LDAuNTgwNTgyNjE4IEw5LjQxOTQxNzM4LDUgTDAuNTgwNTgyNjE4LDUgTDUsMC41ODA1ODI2MTggWiIgaWQ9IlJlY3RhbmdsZS0xIj48L3BhdGg+ICAgICAgICAgICAgPHBhdGggZD0iTTUuMDEyMjA3MDMsMTIuMjE0ODI3NSBMMC41OTI3ODk2NDksNy43OTU0MTAxNiBMOS40MzE2MjQ0MSw3Ljc5NTQxMDE2IEw1LjAxMjIwNzAzLDEyLjIxNDgyNzUgWiIgaWQ9IlJlY3RhbmdsZS0xLUNvcHkiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

div.mm-forgot-password .mm-button {
    position: relative;
    top: -2px;
    left: -5px;
}

div.mm-forgot-password p.mm-success,
div.mm-forgot-password p.mm-error {
    padding: 5px 10px;
}
div.mm-forgot-password p.mm-success {
    background: #999;
}
div.mm-forgot-password p.mm-error {
    background: #000;
    border: 0;
}
.mm-selectList.mm-expMonthList {
    width: 96px;
}
.mm-selectList.mm-expYearList {
    width: 69px;
}

html {
    max-height: 100%;
}

#wpadminbar {
    overflow: hidden;
}


.vw-post-loop-mix-3 .vw-post-style-medium:last-of-type {
    border-bottom: 0;
}


.widget_vw_widget_bundle_progress {
    display: none;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);
}

.widget_vw_widget_bundle_progress .widget-title {
    margin-bottom: 0;
}

.vw-bundle-progress {
    margin:  0;
    padding: 0;
    }

    .vw-bundle-progress__number {
        position: absolute;
        left: 1.875rem;
        top: .5rem;
        font-size: inherit;
        z-index: 1;
    }

    .vw-bundle-progress__item {
        /*height:      65px;*/
        color:       black;
        list-style:  none;
        position: relative;
        /*padding-left: 20px;*/
        /*opacity: .5;*/
        padding: 10px 20px;
        padding-left: 40px;
        /*box-shadow: 0 .0625rem 0 rgba(0,0,0,.5);*/
        border-bottom: 1px solid rgba(0,0,0,.5);
    }
    .vw-bundle-progress__item:last-of-type {
        border-bottom: none;
    }
    .vw-bundle-progress__item:first-of-type .vw-bundle-progress__progressbar {
        top: 0;
    }
    .vw-bundle-progress__item.is-check {
        opacity: 1;
    }
        .vw-bundle-progress__item.is-check:before,
        .bundle-progress-mobile__panel:before {
            content: '';
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 0;
            /*background: #555;*/
            width: .5rem;
            /*height: 100%;*/
            z-index: 2;
        }
        .vw-bundle-progress__item .vw-post-meta {
            margin-bottom: 0;
            margin-top: -.25rem;
            margin-bottom: -.4375rem;
            color: #6A6666;
            position: relative;
            z-index: 2;
        }
        
    /*.vw-bundle-progress__item + .vw-bundle-progress__item {
        border: 1px solid #999;
    }*/

    .vw-bundle-progress__item a,
    .vw-bundle-progress__item a:hover,
    .vw-bundle-progress__item a:focus {
        color: inherit;
    }

    .vw-bundle-progress__title {
        line-height: 1.25;
    }

    .vw-bundle-progress__title,
    .vw-bundle-progress__author {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .vw-bundle-progress__author {
        opacity: .5;
    }

    .vw-bundle-progress__item.is-check .vw-bundle-progress__progressbar {
        opacity: 1;
    }

    .vw-bundle-progress__item.is-read .vw-bundle-progress__progressbar {
        opacity: 1;
        -webkit-transform: scaleX(1) !important;
           -moz-transform: scaleX(1) !important;
            -ms-transform: scaleX(1) !important;
             -o-transform: scaleX(1) !important;
                transform: scaleX(1) !important;
    }

    .vw-bundle-progress__progressbar {
        position: absolute;
        top: 0; left: 0;
        /*height: 100%;*/
        bottom: 0;
        width:  100%;
        background: #f1f1f1;
        opacity: 0;
        z-index: 0;
        /*-webkit-transition: all .15s linear;
           -moz-transition: all .15s linear;
            -ms-transition: all .15s linear;
             -o-transition: all .15s linear;
                transition: all .15s linear;*/
        -webkit-transform: scaleX(0) translateZ(0);
           -moz-transform: scaleX(0) translateZ(0);
            -ms-transform: scaleX(0) translateZ(0);
             -o-transform: scaleX(0) translateZ(0);
                transform: scaleX(0) translateZ(0);
        -webkit-transform-origin: left center;
           -moz-transform-origin: left center;
            -ms-transform-origin: left center;
             -o-transform-origin: left center;
                transform-origin: left center;
    }

.bundle-progress-mobile {
    /*height: 35px;*/
    right: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    opacity: 0;
    display: none;
    
    -webkit-transition: -webkit-transform .25s ease-out, opacity .25s ease-out;
       -moz-transition: -moz-transform .25s ease-out, opacity .25s ease-out;
        -ms-transition: transform .25s ease-out, opacity .25s ease-out;
         -o-transition: transform .25s ease-out, opacity .25s ease-out;
            transition: transform .25s ease-out, opacity .25s ease-out;
    
    -webkit-transform: translateY(-100%) translateZ(0);
       -moz-transform: translateY(-100%) translateZ(0);
        -ms-transform: translateY(-100%) translateZ(0);
         -o-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0);
    /*background: deeppink;*/
    }
    .bundle-progress-mobile.is-open {
        -webkit-transform: translateY(0) translateZ(0);
           -moz-transform: translateY(0) translateZ(0);
            -ms-transform: translateY(0) translateZ(0);
             -o-transform: translateY(0) translateZ(0);
                transform: translateY(0) translateZ(0);
    }

    /*.bundle-progress-mobile .vw-bundle-progress__number {
        display: none;
    }*/

    /*.bundle-progress-mobile__current-item,
    .bundle-progress-mobile__title {
        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }*/

    .bundle-progress-mobile.is-open .bundle-progress-mobile__current-item {
        display: none;
    }

    .is-open .bundle-progress-mobile__panel .vw-bundle-progress__progressbar {
        display: none;
    }

    .bundle-progress-mobile.is-open .bundle-progress-mobile__panel:before {
        opacity: 0;
    }

    .bundle-progress-mobile__title {
        display: none;
        position: relative;
        z-index: 2;
    }
    .bundle-progress-mobile.is-open .bundle-progress-mobile__title {
        display: block;
    }

    .bundle-progress-mobile.is-show {
        opacity: 1;
    }

    .bundle-progress-mobile.is-open .bundle-progress-mobile__items {
        opacity: 1;
    }

    /*.bundle-progress-mobile .vw-bundle-progress__item {
        padding-left: 2rem;
    }*/

    .bundle-progress-mobile.is-open .bundle-progress-mobile__arrow {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    .bundle-progress-mobile .vw-bundle-progress__progressbar {
        opacity:  1;
        z-index: 0;
    }

.bundle-progress-mobile__current-item {
    position: relative;
    z-index: 1;
    padding-top: .1875rem;
    }
    .bundle-progress-mobile__current-item h4 {
        line-height: 1.25;
        text-transform: none;
    }

.bundle-progress-mobile__panel {
    position: absolute;
    top:      100%;
    width:    100%;
    padding:  10px 40px 10px 20px;
    background: white;
    border-top:    1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: -1px;
    overflow: hidden;
    }
    .bundle-progress-mobile__panel h4 {
        margin: 0;
    }

    .bundle-progress-mobile__panel .vw-bundle-progress__progressbar {
        top: 0;
    }

.bundle-progress-mobile__arrow {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    /*-webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;*/
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    .bundle-progress-mobile__arrow:before,
    .bundle-progress-mobile__arrow:after {
        content: '';
        background: #444;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.2rem;
        height: .3rem;
        margin-left: -.5625rem;
    }

    .bundle-progress-mobile__arrow:before {
        -webkit-transform-origin: right center;
           -moz-transform-origin: right center;
            -ms-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform: rotate(45deg) translateX(.1875rem);
           -moz-transform: rotate(45deg) translateX(.1875rem);
            -ms-transform: rotate(45deg) translateX(.1875rem);
             -o-transform: rotate(45deg) translateX(.1875rem);
                transform: rotate(45deg) translateX(.1875rem);
    }

    .bundle-progress-mobile__arrow:after {
        -webkit-transform-origin: left center;
           -moz-transform-origin: left center;
            -ms-transform-origin: left center;
             -o-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: rotate(-45deg) translateX(-.1875rem);
           -moz-transform: rotate(-45deg) translateX(-.1875rem);
            -ms-transform: rotate(-45deg) translateX(-.1875rem);
             -o-transform: rotate(-45deg) translateX(-.1875rem);
                transform: rotate(-45deg) translateX(-.1875rem);
    }


.bundle-progress-mobile__items {
    margin: 0;
    padding-left: 0;
    opacity: 0;
    overflow: hidden;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
}

/*.bundle-progress-mobile__items-wrapper {
    background: white;
    max-height: 240px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}*/

.mm-page.mm-slideout {
    overflow-x: hidden;
}
.vw-backstretch {
    overflow: hidden;
}

/*
.vw-post-style-medium--issues {
    width: 240px;
}

.vw-post-style-medium--issues .vw-post-box-thumbnail {
    width: 240px;
    height: 360px;
}
*/

@media all and (max-width: 787px) {
    .container--header-ads {
        padding: 0;
    }   
}

.vw-header-ads-wrapper {
    background: #F1F1F1;
    margin-top: 0;
    font-size:  0;
    line-height: 0;
}

.vw-grey-section {
    background: #F1F1F1;
    font-size:  0;
    line-height: 0;
}

@media all and (max-width: 767px) {
    .vw-header-ads-wrapper {
        background: transparent;
    }   
}


/*.vw-login-link {
    cursor: pointer;
    height: 100%;
    font-size: 16px;
    letter-sapcing: 2px;
}*/

.vw-main-menu-right {
    float: right;
    position: relative;
    height: 64px;
    }
    .vw-main-menu-right__login-link {
        font-size: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 13px;
        height: 100%;
        display: inline-block;
        margin-top: 12px;
    }
    /*.vw-main-menu-right__login-link .login {
        text-decoration: none;
    }*/
    .vw-main-menu-right__scroll-top {
        position: static;
        float: right;
        opacity: 1;
        margin-left: 10px;
        height: 100%;
        padding-top: 14px;
    }
    .vw-main-menu-right .vw-main-menu-right__scroll-top {
        background: transparent;
    }

    .vw-main-menu-right__search {
        position: static;
        float: right;
        height: 100%;
        width: 40px;
        padding-top: 17px;
        color: white;
        text-align: center;
        }
        .vw-main-menu-right__search i:before {
            font-size: 18px;
        }
        .vw-main-menu-right__search:hover {
            color: white;
        }

        .vw-main-menu-right__search-word {
            display: none;
            letter-spacing: 1px;
            position: relative;
            top: -1px;
        }

        @media all and (min-width: 1440px) {

            .vw-main-menu-right__search {
                width:      auto;
                display:    inline-block;
                padding-right: 10px;
                padding-left: 6px;
                }
                .vw-main-menu-right__search:hover {
                    text-decoration: none;
                }

            .vw-main-menu-right__search-word {
                display:         inline;
            }
            
        }

div#modal-login .submit .button {
    padding: 6px 18px;
}


div.ch-info-style4 p {
    font-size: 16px;
    margin: 0;
    text-align: center;
    letter-spacing: -.2px;
}
div.ch-info-style4 p a {
    font-size: 12px;
}

[class*="vw-block-grid-"] {
    margin-bottom: 0;
}

.backstretch img {
    max-width: initial;
    max-width: auto;
}



.vw-type-resize-tool {
    position: absolute;
    bottom: -70px;
    right: 0;
    width: 39px;
    text-align: center;
    border-top: 2px solid #ccc;
    padding-top: 10px;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    }
    .is-sticky-contents .vw-type-resize-tool {
        bottom: -4px;
        width: 170px;
        text-align: center;
        border-top-width: 1px;
        border-top-color: black;
        /*border-top: 0;*/
    }
    .is-sticky-contents .vw-type-resize-tool__button,
    .is-sticky-contents .vw-type-resize-tool__a {
        float: left;
    }
    .is-sticky-contents .vw-type-resize-tool__button--plus {
        margin-right: 10px;
    }
    .is-sticky-contents .vw-type-resize-tool__button--minus {
        margin-left: 10px;
    }
    .is-sticky-contents .vw-type-resize-tool__inner {
        display: inline-block;
        padding-top: 5px;
    }
    

    .is-mobile-layout .vw-type-resize-tool {
        display: none;
    }
    .vw-type-resize-tool__a {
        font-size: 30px;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        margin-top: -3px;
        /*border: 1px solid;*/
    }
    .vw-type-resize-tool__button {
        color: #777;
        height: 30px;
        width:  30px;
        line-height: 28px;
        display: inline-block;
        border: 2px solid transparent;
        border-radius: 50%;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /*.vw-type-resize-tool__button--plus {
        margin-bottom: 10px;
    }
    .vw-type-resize-tool__button--minus {
        margin-top: 10px;
    }*/
    .vw-type-resize-tool__button:hover {
        cursor: pointer;
        border-color: #777;
    }


.vw-bundle-progress {
    overflow: hidden;
    -webkit-transition: height .25s ease-out;
       -moz-transition: height .25s ease-out;
        -ms-transition: height .25s ease-out;
         -o-transition: height .25s ease-out;
            transition: height .25s ease-out;
}

.vw-bundle-progress > div {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}


/*
 * WordPress Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 * https://github.com/dcooney/wordpress-ajax-load-more
 *
 * Copyright 2015 Connekt Media - http://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/

button.alm-load-more-btn {
    width: auto;
    margin: 0 0 4px;
    display: inline-block;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    cursor: pointer;
    position: relative;
}

    
    /* Loading */
button.alm-load-more-btn.loading {
    padding-left: 54px;
}
    
   /* Loaded / Done */
button.alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: #ed7070;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}  
      
   /* Loading Icon */
button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before {
    background: none;
    width: 0;
}
    
    /* Loading :before */
button.alm-load-more-btn.loading:before {
    background: #fff url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///2ZmZvX19bi4uOzs7I+Pj6+vr2ZmZpqamnt7e8zMzNfX13FxccPDw2hoaIaGhqSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==") no-repeat center center;
    width: 25px;
    height: 25px;
    margin: 3px;
    margin-top: 1px;
    margin-left: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.alm-btn-wrap {
    text-align: center;
    padding: 10px 10px 30px;
    overflow: hidden;
    display: block;
}

.device-mockup .screen br {
    display: none;
}

.alm-listing {
    padding-left: 0;
}


/*@media print and (max-width: 540px) {
    .vw-page-sidebar {
        display: none;
    }
}*/

.vw-black-line {
    border-bottom: 3px solid #3E3E3E;
}

.vw-black-line.is-print {
    display: none;
}

.vw-print-only {
    display: none;
}

.ml-modal {
    z-index: 2001;
}

@media all and (max-width: 600px) {
    .ml-content {
        padding: 10px 20px;
    }

    .ml-close {
        top: 0;
        right: -4px;
    }
}

/*,*/
@media print {
    .sticky-contents,
    .ml-modal,
    .vw-author-socials,
    .vw-post-share-box-button,
    .vw-post-navigation,
    .vw-sticky-wrapper,
    .vw-breaking-news-bar,
    .vw-footer-sidebar .swiper-container,
    .vw-instant-search-button,
    button.alm-load-more-btn,
    .vw-page-sidebar,
    .vw-top-bar-left,
    .vw-post-footer-section-custom,
    .vw-custom-banner,
    .vw-menu-location-bottom,
    .vw-related-posts,
    .vw-main-post ins {
        display: none !important;
    }

    .wv-custom-blockquote {
        float: left !important;
        padding-right: 20px;
    }

    .wv-custom-blockquote.is-pull-right {
        float: right !important;
    }

    .vw-breaking-news-bar {
        border: 0;
        border-color: transparent !important;
    }

    .vw-top-bar {
        display: block !important;
    }

    .vw-page-content {
        width: 100% !important;
    }

    .vw-top-bar-inner,
    .vw-site-footer {
        border: 0 !important;
    }

    .vw-site-footer,
    .vw-bottom-bar {
        background-color: transparent !important;
    }

    .vw-site-footer-sidebars {
        color: #111 !important;
    }

    .vw-print-only {
        display: initial;
    }

    .vw-black-line.is-print {
        display: block;
    }

    .vw-page-title-section-overlay {
        box-shadow: none !important;
    }

    .vw-page-title-section-overlay .col-sm-12 {
        padding-top: 60px !important;
    }

    .fluid-width-video-wrapper {
        padding-top: 0 !important;
    }

    .vw-featured-image-caption > span {
        padding-left: 20px;
    }

    .vw-about-author-info {
        text-align: left !important;
    }

    .vw-author-avatar {
        float: left !important;
        margin-right: 20px !important;
    }


    .vw-page-title-section-overlay .row,
    .vw-page-title-section-overlay .col-sm-12 {
        box-shadow: none !important;
        border: 0 !important;
    }

    .vw-category-link,
    .vw-featured-image-caption {
        padding: 0 !important;
    }

    .vw-post-categories > div {
        padding: 0 !important;
    }
}

.vw-bundled-post {
    margin-top: 70px;
}

