/*
    Theme Name: Vonn
    Text Domain: evollethemes
    Theme URI: http://evollethemes.com/themes/vonn
    Author: Evolle
    Author URI: http://evollethemes.com/
    Description: Vonn - Lifestyle Magazine WordPress Theme
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License http://www.gnu.org/licenses/gpl-2.0.html
    License URI: 
    Tags: one-column, two-columns, right-sidebar, full-width-template, accessibility-ready, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
*/
/*------------------------------------------------------------------
[Table of contents]

01. NORMALIZE
02. HEADER
    2.1 Header Styles
    2.2 Logo Settings
    2.3 Main Menu Settings
        2.3.1 Main Menu
        2.3.2 Mega Menu
    2.4 Search Settings
        2.4.1 Search Icon
        2.4.2 Search Holder
    2.5 Shop Settings
        2.5.1 Shop Icon
        2.5.2 Shop Cart
    2.6 Mobile Menu Settings
        2.6.1 Mobile Toggle Icon
        2.6.2 Mobile Mobile Menu
    2.7 Social Media
    2.8 Header Promo Banner
03. MAIN
    3.1 Module Settings
    3.2 Newsletter Dialogbox
    3.3 Carousel Module
    3.4 Post Module
    3.5 Video Module
    3.6 Feature Module
        3.6.1 Feature Style 1
        3.6.2 Feature Style 2
        3.6.3 Feature Style 3
        3.6.4 Feature Style 4
        3.6.5 Feature Style 5
    3.7 Category Module
        3.7.1 Category Module 1
        3.7.2 Category Module 2
        3.7.3 Category Module 3
        3.7.4 Category Module 4
        3.7.5 Category Module 5
    3.8 Video Ajax Module
    3.9 Sidebar
    3.10 Single Posts
    3.11 Newsletter Module
04. FOOTER
/*============================================================================
  >> 01. NORMALIZE
  ============================================================================
*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height:100%;
    font-size: 16px;
}
body {
    padding: 0;
    height: 100%;
    min-height: 100%;
    font-size: 100%;
    background-color: #fff;
    color:#111;
    overflow-x: hidden;
}
img {
    display:block;
    max-width:100%;
    height:auto;
}
ul, ol {
    padding:0;
    margin:0;
    list-style: none;
}
a, a:hover, a:active, a:focus {
    text-decoration:none;
    outline: 0;
}
a img, img {
    border: 0;
}
figure, embed, iframe, object, video {
    max-width: 100%;
    margin:0;
    vertical-align: middle;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
select:focus, textarea:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="text"]:focus, input[type="email"]:focus {
    outline: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}
svg:not(:root) {
    overflow: hidden;
    max-width: 100%; height: 100%; width: auto;
}
.sticky, .gallery-caption, .bypostauthor {
    visibility: visible;
}
.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.aligncenter > a,
div.aligncenter > a {
    width: 100%;
    max-width: 100%;
}
.alignright {
    float:right;
    margin: 1.5em 0 0.5em 2em;
}
.alignleft {
    float: left;
    margin: 0.5em 2em 0 0;
}
a img.alignright {
    float: right;
    margin: 1.5em 0 0.5em 2em;
}
a img.alignnone {
    margin: 0;
}
a img.alignleft {
    float: left;
    margin: 0.5em 0 0 2em;
}
a img.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption.alignleft {
    margin: 0.5em 2em 0 0;
}
.wp-caption.alignright {
    margin: 1.5em 0 0.5em 2em;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 0.7857rem;
    line-height: 1.7;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 1rem;
}
.wp-caption-text {
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    line-height: 1.45;
    color: #666;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
body[data-border="true"] {
    padding:10px;
}
.evo-scroll {
    width: 100%;
    height: 100%;
}
.stuck {
    position: fixed!important;
    width: 100%;
}
.evo-header-nav.stuck {
    top: 0;
}
.admin-bar .evo-header-nav.stuck {
    top: 32px;
}
.evo-full__padding {
    padding-left: 15px;
    padding-right: 15px;
}
.evo-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 101;
}
.evo-close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.evo-close span {
    position: relative;
    width: 20px;
    height: 20px;
    color: currentColor;
}
.evo-close span:before, .evo-close span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
}
.evo-close span:before {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}
.evo-close span:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}
.evo-top-button {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
}
.evo-top-button a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    width: 45px;
    height: 45px;
    border:1px solid rgba(0, 0, 0, .08);
    color: #111;
    background-color: #fff;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.evo-top-button a:hover {
    border-color:rgba(0, 0, 0, .6);
}
.evo-archive-title {
    position: relative;
    text-align: center;
    padding:5rem 0;
    margin-bottom: 4rem;
    background-color: #f8f8f8;
}
.evo-category-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 240px;
    margin-bottom: 4rem;
}
.evo-category-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.evo-category-title .evo-title {
    position: relative;
    font-size: 3.75rem;
    z-index: 1;
    color: #fff;
    margin:0;
}
.evo-archive-title span {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .5;
}
.evo-archive-title .evo-title {
    font-size: 3.75rem;
}
.evo-author-title {
    margin:2rem 0 4rem;
}
.evo-author-title .evo-author-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center;
}
.evo-author-title .evo-author-bio {
    padding:3rem;
}
.evo-author-title .evo-author-bio .evo-author-avatar {
    margin-right: 0;
    margin-bottom: 2rem;
    min-width: auto;
    max-width: none;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.evo-author-title .evo-author-bio .evo-author-social ul {
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.evo-author-title .evo-author-bio .evo-author-content p {
    font-size: 1rem;
    font-weight: 400;
    max-width: 767px;
    margin-bottom: 1.5rem;
}
.evo-author-title .evo-author-bio .evo-author-name {
    font-size: 1.625rem;
}
.evo-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000;
}
.evo-not-found {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.evo-not-found .evo-title {
    font-size: 16rem;
    line-height: .8;
}
.evo-not-found span {
    font-size: 2.5rem;
}
.evo-not-found p {
    max-width: 680px;
    font-weight: 400;
    margin:2rem 0;
}
.evo-not-found a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 0 2rem;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.evo-not-found a:hover {
    opacity: .8;
}
.evo-theme-border.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1000;
}
.evo-theme-border.left {
    position: fixed;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.evo-theme-border.right {
    position: fixed;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
}
body[data-border="true"] .evo-footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.post-pages {
    display: -ms-flexbox;
    display: flex;
    margin:2rem 0;
}
.post-pages > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border:1px solid rgba(0, 0, 0, .1);
    margin-right: 3px;
}
.post-pages a {
    color: #111!important;
}
.post-pages > span {
    color: #fff;
    border-color: transparent;
}
.post-password-form input[type="password"] {
    min-width: 250px;
    height: 45px;
    border:1px solid #bbb;
    margin-left: 5px;
    padding:12px;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.post-password-form input[type="password"]:focus, .post-password-form input[type="password"]:active {
    border-color: #111;
}
.post-password-form input[type="submit"] {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    border:0;
    padding: 0 2rem;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.post-password-form input[type="submit"]:hover {
    opacity: .8;
}
.edit-link {
    display: inline-block;
    margin-bottom: 4rem;
    margin-top: 2rem;
}
.edit-link a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    padding:0 2rem;
    border:1px solid #111;
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.page .evo-page-header .evo-title {
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
}
/*============================================================================
  >> 02. HEADER
  ============================================================================
*/
.evo-header {
    position: relative;
    z-index: 100;
}
.evo-header.evo-transparent {
    position: absolute;
    width: 100%;
}
.evo-header.evo-transparent .evo-header-mobile {
    background-color: transparent;
}
.evo-header__padding {
    padding-left: 15px;
    padding-right: 15px;
}
.evo-header-nav, .evo-header-main {
    position: relative;
    z-index: 100;
    -webkit-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    -moz-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    -ms-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
}
.evo-header-nav {
    z-index: 101;
}
.evo-scroll-visible {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    -moz-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    -ms-transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
    transition: all .5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
}
.evo-scrolled .evo-scroll-visible {
    opacity: 1;
    visibility: visible;
}
body.evo-for-header .evo-header-nav, body.evo-for-header .evo-header-nav .evo-header-main {
    background-color: transparent;
}
body.evo-for-header.light .evo-header-nav {
    border-color: rgba(0, 0, 0, .1);
}
body.evo-for-header.dark .evo-header-nav {
    border-color: rgba(255, 255, 255, .25);
}
.evo-header-block[data-skin="light"] *, body.evo-for-header.light .evo-header .evo-header-block * {
    color: #111;
}
.evo-header-block[data-skin="dark"] *, body.evo-for-header.dark .evo-header .evo-header-block * {
    color: #fff;
}
.evo-header-main {
    background-position: center;
    background-size: cover;
}
.evo-header-column .evo-quick-button~.evo-quick-button {
    margin-left: 18px;
    padding-left: 18px;
    border-left:1px solid;
}
*[data-skin="light"] .evo-header-column .evo-quick-button~.evo-quick-button {
    border-color: rgba(0, 0, 0, .1);
}
*[data-skin="dark"] .evo-header-column .evo-quick-button~.evo-quick-button, body.evo-for-header.dark .evo-header-column .evo-quick-button~.evo-quick-button {
    border-color: rgba(255, 255, 255, .25);
}
.evo-quick-button > * {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.evo-header-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.evo-header-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.evo-header-column.left {
    -ms-flex: 1 1 33.33%; 
    flex: 1 1 33.33%;
}
.evo-header-column.center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto;
}
.evo-header-column.right {
    -ms-flex: 1 1 33.33%; 
    flex: 1 1 33.33%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.evo-header-mobile .evo-header__padding, .evo-header-mobile .evo-header-flex {
    height: 100%;
}
.evo-header-mobile .evo-quick-button a, body.evo-for-header.light .evo-transparent .evo-header-mobile .evo-quick-button a {
    color: #111;
}
.evo-header-mobile[data-skin="dark"] .evo-quick-button a, body.evo-for-header.dark .evo-transparent .evo-header-mobile .evo-quick-button a {
    color: #fff;
}
.evo-header-mobile .evo-brand.small {
    margin:0;
}
.evo-header-mobile .evo-brand.small a {
    color: currentColor;
}
.evo-marque {
    background-position: center;
    background-size: cover;
}
.evo-marque-wrap {
    text-align: center;
    padding:2rem 0;
}
.evo-marque-wrap a {
    display: inline-block;
}
    /*2.1 Header Styles*/
    .evo-header[data-style="1"] {
        text-align: center;
    }
    .evo-header[data-style="1"] .evo-header-nav {
        border-top:1px solid;
    }
    .evo-header[data-style="2"] .evo-header-nav, .evo-header[data-style="3"] .evo-header-nav {
        border-bottom:1px solid;
    }
    /*2.2 Logo Settings*/
    .evo-brand {
        position: relative;
    }
    .evo-brand.small {
        margin-left: 20px;
    }
    .evo-brand a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .evo-header .evo-brand img {
        max-width: none;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-brand-text {
        font-size: 3.5rem;
        font-weight: 700;
    }
    .evo-header .evo-brand .evo-logo-light, .evo-reading-bar .evo-brand .evo-logo-light {
        position: absolute;
        top: 0;
        left: 0;
    }
    body:not(.evo-for-header) .evo-header *[data-skin="light"] .evo-logo-dark, body.evo-for-header.light .evo-header .evo-logo-dark {
        opacity: 1;
    }
    body:not(.evo-for-header) .evo-header *[data-skin="dark"] .evo-logo-light, body.evo-for-header.dark .evo-header .evo-logo-light {
        opacity: 1;
    }
    /*2.3 Main Menu Settings*/
    .evo-header-nav > *, .evo-header-nav > * > *, .evo-main-menu {
        height: 100%;
    }
        /*2.3.1 Main Menu*/
        .evo-menu {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            height: 100%;
        }
        .evo-header[data-style="1"] .evo-menu {
            -ms-flex-pack: center;
            justify-content: center;
        }
        .evo-menu > li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            margin-left: 15px;
            margin-right: 15px;
        }
        .evo-menu > li > a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }
        .evo-menu a {
            -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
            -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
            transition: all .3s cubic-bezier(.215,.61,.355,1);
        }
        .evo-menu .menu-item-has-children > a:after {
            position: relative;
            font-family: 'iconmonstr-iconic-font';
            content: '\e003';
            font-size: 0.375rem;
            margin-left: .4rem;
        }
        .evo-menu .evo-child-menu .menu-item-has-children > a:after {
            content: '\e001';
            margin-left: 0;
            right: -1.1rem;
        }
        .evo-child-menu {
            position: absolute;
            top: 100%;
            width: max-content;
            padding:1.3rem 0;
            margin-left: -2rem;
            text-align: initial;
            border:1px solid;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: opacity .3s, visibility .3s;
            -ms-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
        }
        .evo-child-menu .evo-child-menu {
            top: 0;
            left: 100%;
            margin-left: 0;
            margin-top: -17px;
        }
        .evo-menu li:hover > .evo-child-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .evo-child-menu li {
            position: relative;
            min-width: 220px;
        }
        .evo-menu .evo-child-menu li a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 35px;
            font-size: 12px;
            font-weight: 500;
            padding:0 2rem;
        }
        /*2.3.2 Mega Menu*/
        .evo-mega-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 10;
            padding:2rem 0;
            width: 100%;
            opacity: 0;
            border-top:1px solid;
            border-bottom: 1px solid;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: opacity .3s, visibility .3s;
            -ms-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
        }
        .evo-menu li:hover .evo-mega-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .evo-menu .menu-item-has-children:not(.mega-menu) .evo-mega-menu {
            margin-left: -2rem;
            padding:1.3rem 0;
            width: max-content;
            left: auto;
            border:1px solid;
        }
        .evo-menu .menu-item-has-children:not(.mega-menu) .evo-mega-menu .sub-menu > li {
            position: relative;
            min-width: 220px;
        }
        .evo-mega-menu .sub-menu > li > a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 35px;
            font-size: 12px;
            font-weight: 500;
            padding:0 2rem;
        }
        .evo-mega-container {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
        }
        .evo-mega-container > .sub-menu {
            position: relative;
            min-width: 285px;
        }
        .evo-mega-container > .sub-menu > li {
            position: relative;
        }
        .evo-mega-container > .sub-menu > li > a {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            font-weight: 600;
        }
        .evo-mega-wrap.three-menu {
            position: relative;
            width: 100%;
        }
        .evo-mega-wrap.three-menu .evo-mega-category {
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s, visibility .3s;
            -ms-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
        }
        .evo-mega-wrap.three-menu .evo-mega-category.active {
            opacity: 1;
            visibility: visible;
        }
        .evo-mega-category {
            display: -ms-flexbox;
            display: flex;
            margin-left: -15px;
            margin-right: -15px;
        }
        .evo-mega-category > li {
            padding-left: 15px;
            padding-right: 15px;
        }
        .evo-mega-menu .evo-post .evo-thumb {
            margin-bottom: 1.2rem;
            -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
            -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
            transition: all .3s cubic-bezier(.215,.61,.355,1);
        }
        .evo-mega-menu .evo-post:hover .evo-thumb {
            opacity: .8;
        }
        .evo-mega-menu .evo-post .evo-post-body {
            text-align: center;
            padding:0;
        }
        .evo-mega-menu .evo-post a {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
        .evo-mega-menu .evo-post .evo-thumb a {
            position: relative;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            max-height: 210px;
        }
        .evo-mega-menu .evo-post .evo-title {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 1rem;
        }
        .evo-mega-menu .evo-post .evo-meta {
            -ms-flex-pack: center;
            justify-content: center;
        }
    /*2.4 Search Settings*/
        /*2.4.1 Search Icon*/
        .evo-search-toggle {
            width: 18px;
            height: 18px;
        }
        .evo-search-toggle > * {
            position: absolute;
            -webkit-transition: opacity .3s, visibility .3s;
            -ms-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
        }
        .evo-search-toggle a {
            max-height: 18px;
        }
        .evo-search-button svg {
            width: 18px;
        }
        .evo-search-toggle .evo-close, .evo-search-active .evo-search-open {
            opacity: 0;
            visibility: hidden;
        }
        .evo-search-active .evo-search-toggle .evo-close {
            opacity: 1;
            visibility: visible;
        }
        /*2.4.2 Search Holder*/
        .evo-search-active .evo-menu {
            pointer-events: none;
        }
        .evo-search-holder {
            position: absolute;
            width: 100%;
            z-index: 9;
            border-top:1px solid #eee;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s, visibility .3s;
            -ms-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
        }
        .evo-search-holder.active {
            opacity: 1;
            visibility: visible;
        }
        .evo-search-holder .evo-search-inner {
            position: absolute;
            width: 100%;
            height: 0;
            top: 0;
            overflow: hidden;
            background-color: #fff;
            -webkit-transition: height .3s;
            -ms-transition: height .3s;
            transition: height .3s;
        }
        .evo-search-holder.active .evo-search-inner {
            height: 260px;
        }
        .evo-search-holder .container {
            position: absolute;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 260px;
            left: 0;
            right: 0;
        }
        .evo-search-wrap {
            width: 100%;
            text-align: center;
        }
        .evo-search-form form {
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid #ddd;
        }
        .evo-search-form form button {
            display: none;
        }
        .evo-search-form .evo-search-input {
            border:0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            padding:0;
            font-size: 2rem;
            font-weight: 600;
            letter-spacing: -.5px;
            color: #111;
            background-color: transparent;
            text-align: center;
        } 
        .evo-search-form .evo-search-input::-webkit-input-placeholder {color: #ddd;}
        .evo-search-form .evo-search-input::-moz-placeholder {color: #ddd;}
        .evo-search-form .evo-search-input:-ms-input-placeholder {color: #ddd;}
        .evo-search-form .evo-search-input:-moz-placeholder {color: #ddd;}
        .evo-search-form .evo-message {
            display: block;
            margin-top: 1rem;
            font-size: 0.875rem;
            opacity: .5;
        }
        .evo-search-holder[data-skin="dark"] {
            border-color: #111;
        }
        .evo-search-holder[data-skin="dark"] .evo-search-inner {
            background-color: #111;
            border-color: #111;
            color: #fff;
        }
        .evo-search-holder[data-skin="dark"] .evo-search-form form {
            border-color: #444;
        }
        .evo-search-holder[data-skin="dark"] .evo-search-form .evo-search-input {
            color: #fff;
        }
        .evo-search-holder[data-skin="dark"] .evo-search-form .evo-search-input::-webkit-input-placeholder {color: #444;}
        .evo-search-holder[data-skin="dark"] .evo-search-form .evo-search-input::-moz-placeholder {color: #444;}
        .evo-search-holder[data-skin="dark"] .evo-search-form .evo-search-input:-ms-input-placeholder {color: #444;}
        .evo-search-holder[data-skin="dark"] .evo-search-form .evo-search-input:-moz-placeholder {color: #444;}
    /*2.5 Shop Settings*/
        /*2.5.1 Shop Icon*/
        .evo-shop-icon svg {
            position: relative;
            width: 20px;
            top: -1px;
        }
        .evo-shop-icon .evo-shop-count {
            position: relative;
            font-size: 0.875rem;
            font-weight: 700;
            text-align: center;
            margin-left: 7px;
            margin-right: -3px;
        }
        /*2.5.2 Shop Cart*/
    /*2.6 Mobile Menu Settings*/
        /*2.6.1 Mobile Toggle Icon*/
        .evo-toggle-menu a {
            min-height: 18px;
        }
        .evo-menu-icon {
            height: 14px;
        }
        .evo-menu-icon span {
            position: relative;
            display: block;
            width: 22px;
            height: 2px;
            margin-bottom: 4px;
            margin-left: 3px;
            margin-right: 3px;
            background-color: currentColor;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }
        .evo-toggle-menu:hover .evo-menu-icon span {
            margin-left: 0;
        }
        .evo-toggle-menu:hover .evo-menu-icon span:nth-child(2) {
            margin-right: 0;
            margin-left: 6px;
        }
        /*2.6.2 Mobile Mobile Menu*/
        .evo-mobile-nav {
            position: fixed;
            width: 380px;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fff;
            z-index: 9999;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        .admin-bar .evo-mobile-nav {
            padding-top: 32px;
        }
        .evo-mobile-nav .evo-brand.small a {
            color: currentColor;
        }
        .evo-mobile-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding:2rem 2rem 1rem;
        }
        .evo-mobile-header .evo-brand.small {
            margin: 0;
        }
        .evo-mobile-header .evo-brand img {
            height: 100%;
        }
        .evo-mobile-main {
            width: 100%;
            padding:2rem;
        }
        .evo-mobile-menu ul {
            display: block;
            width: 100%;
        }
        .evo-mobile-menu ul li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .evo-mobile-menu ul li a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 0.875rem;
            font-weight: 600;
            color: #111;
            height: 43px;
        }
        .evo-mobile-menu ul li a:after {
            content: none!important;
        }
        .evo-mobile-menu .evo-dropdown-toggle {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            font-size: 0.625rem;
            height: 100%;
            min-width: 40px;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-right: 5px;
        }
        .evo-mobile-menu .evo-dropdown-toggle i {
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s;
        }
        .evo-mobile-menu .active .evo-dropdown-toggle i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .evo-mobile-menu .sub-menu {
            display: none;
            padding-left: 20px;
        }
        .evo-mobile-menu .sub-menu a {
            font-size: 0.875rem;
            font-weight: 400;
            height: 33px;
        }
        .evo-mobile-nav .evo-second-menu {
            padding-top: 2rem;
            margin-top: 2rem;
            border-top:1px solid #eaeaea;
        }
        .evo-mobile-nav .evo-second-menu ul li a {
            font-size: 0.75rem;
            font-weight: 500;
            height: 33px;
            opacity: .6;
        }
        .evo-mobile-social {
            padding-top: 3rem;
            margin-top: 1rem;
        }
        .evo-mobile-social ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }
        .evo-mobile-social ul li {
            margin-right: 35px;
        }
        .evo-mobile-social a {
            color: #111;
        }
        .evo-mobile-subscribe {
            margin-top: 2rem;
            padding-top: 2.5rem;
            border-top:1px solid #eaeaea;
        }
        .evo-mobile-subscribe h3 {
            font-size: 1rem;
            font-weight: 700;
        }
        .evo-mobile-subscribe > p {
            font-size: 0.8125rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            opacity: .5;
        }
        .evo-mobile-subscribe form {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }
        .evo-mobile-subscribe form > p:first-child {
            width: 100%;
        }
        .evo-mobile-subscribe form input[type="email"] {
            width: 100%;
            height: 45px;
            font-size: 0.8125rem;
            padding:0 1rem;
            border:1px solid #bbb;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            outline: none;
            box-shadow: none;
        }
        .evo-mobile-subscribe form input[type="email"]:focus, .evo-mobile-subscribe form input[type="email"]:active {
            border-color: #111;
        }
        .evo-mobile-subscribe form input[type="email"]:focus, .evo-mobile-subscribe form input[type="email"]:active {
            outline: none;
            box-shadow: none;
        }
        .evo-mobile-subscribe form input[type="submit"] {
            height: 45px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: 0;
            padding: 0 1.3rem;
            background-color: #111;
            color: #fff;
            cursor: pointer;
        }
        .evo-mobile-copyright {
            margin-top: 1rem;
        }
        .evo-mobile-copyright p {
            font-size: 0.75rem;
        }
    /*2.7 Social Media*/
    .evo-social-list a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 30px;
        min-height: 20px;
    }
    /*2.8 Header Promo Banner*/
    .evo-header-promo {
        position: relative;
        width: 100%;
    }
    .evo-header-promo a {
        height: 40px;
        font-size: 0.75rem;
        font-weight: 600;
    }
    .evo-header-promo[data-skin="light"] a {
        color: #111;
    }
    .evo-header-promo[data-skin="dark"] a {
        color: #fff;
    }
/*============================================================================
  >> 03. MAIN
  ============================================================================
*/
.evo-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.evo-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: opacity .3s, visibility .3s;
    -ms-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}
.evo-main.overlay:before {
    opacity: 1;
    visibility: visible;
}
    /*3.1 Module Settings*/
    .evo-module .evo-module-title {
        position: relative;
        margin-bottom: 2rem;
    }
    .evo-module .evo-module-title:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #eee;
        top: 12px;
        z-index: 0;
        left: 0;
    }
    .evo-module.evo-module-video-ajax .evo-module-title {
        margin-bottom: 4rem;
        text-align: center;
    }
    .evo-module.evo-module-video-ajax .evo-module-title:before {
        content: none;
    }
    .evo-module.evo-module-video-ajax .evo-module-title .evo-title {
        font-size: 1.625rem;
        background-color: transparent;
        padding-right: 0;
    }
    .evo-module .evo-module-title .evo-title {
        position: relative;
        display: inline-block;
        padding-right: 20px;
        background-color: #fff;
        font-size: 1.375rem;
        margin-bottom: 0;
    }
    .evo-module.evo-module-related .evo-module-title .evo-title, .evo-module.evo-module-popular .evo-module-title .evo-title {
        padding-left: 20px;
    }
    .evo-outer-post .evo-post-body {
        position: relative;
        margin-top: 1.5rem;
    }
    .evo-outer-post .evo-post .evo-thumb {
        -webkit-transition: opacity .3s;
        -ms-transition: opacity .3s;
        transition: opacity .3s;
    }
    .evo-outer-post .evo-post:hover .evo-thumb {
        opacity: .8;
    }
    .evo-module[data-align="left"] {
        text-align: left;
    }
    .evo-module[data-align="left"] .evo-meta, .evo-module[data-align="left"] .evo-post-footer {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .evo-module[data-align="center"] {
        text-align: center;
    }
    .evo-module[data-align="center"] .evo-meta, .evo-module[data-align="center"] .evo-post-footer {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo-module[data-align="right"] {
        text-align: right;
    }
    .evo-module[data-align="right"] .evo-meta, .evo-module[data-align="right"] .evo-post-footer {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .evo-module.evo-outer-post[data-skin="dark"] .evo-post-body *, .evo-module[data-skin="dark"] .evo-module-title {
        color: #fff;
    }
    .evo-module.evo-outer-post[data-skin="dark"] .evo-post-body .evo-meta .evo-category a {
        color: #fff!important;
    }
    .evo-module .evo-thumb {
        position: relative;
        overflow: hidden;
    }
    .evo-module .evo-thumb a {
        position: relative;
        display: block;
    }
    .evo-module-post .evo-thumb img {
        width: 100%;
    }
    .evo-format-icon {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 10;
        color: #fff;
        pointer-events: none;
    }
    .evo-format-icon svg {
        width: 19px;
    }
    .evo-format-video svg {
        margin-left: 3px;
    }
    .evo-format-gallery svg {
        width: 18px;
    }
    .evo-overlay-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .evo-slider:after, .evo-loader {
        position: absolute;
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #eee;
        border-top: 3px solid #111;
        z-index: 1;
        -webkit-animation: spinner 1s linear infinite;
        -moz-animation: spinner 1s linear infinite;
        -ms-animation: spinner 1s linear infinite;
        animation: spinner 1s linear infinite;
    }
    .evo-module[data-skin="dark"] .evo-slider:after {
        border-color: rgba(255, 255, 255, .1);
        border-top-color: #fff;
    }
    .evo-slider {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        height: 100%;
        max-height: 300px;
    }
    .evo-slider > * {
        opacity: 0;
        -webkit-transition: opacity 0.25s linear;
        -moz-transition: opacity 0.25s linear;
        transition: opacity 0.25s linear;
    }
    .evo-slider .slick-dots {
        opacity: 1;
    }
    .evo-slider.slick-initialized {
        height: auto;
        max-height: none;
        overflow: visible;
    }
    .evo-slider.slick-initialized .slick-list, .evo-slider.slick-initialized > * {
        opacity: 1;
    }
    .evo-slider.slick-initialized:after {
        display: none;
    }
    @-webkit-keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }
    @keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }
    .slick-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4rem;
        padding:0;
        height: 9px;
    }
    .slick-dots li {
        position: relative;
        margin: 0 5px;
        padding: 0;
        height: 9px;
        overflow: hidden;
    }
    .slick-dots li button {
        text-indent: -9999px;
        width: 9px;
        height: 9px;
        padding: 0;
        margin: 0;
        border:0;
        cursor: pointer;
        background-color: rgba(0, 0, 0, .08);
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .slick-dots li.slick-active button {
        background-color: #111;
    }
    .evo-module[data-skin="dark"] .slick-dots li button {
        background-color: rgba(255, 255, 255, .2);
    }
    .evo-module[data-skin="dark"] .slick-dots li.slick-active button {
        background-color: #fff;
    }
    .slick-dots li button:focus, .slick-dots li button:active {
        outline: none;
        box-shadow: none;
        border:0;
    }
    .evo-module-featured .slick-nav {
        position: absolute;
        z-index: 10;
        top: 50%;
        width: 45px;
        height: 45px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .3);
        background-color: transparent;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 11px;
        outline: none;
        box-shadow: none;
        cursor: pointer;
    }
    .evo-module-featured .slick-nav:hover {
        background-color: #fff;
        color: #111;
    }
    .evo-module-featured .slick-prev {
        left: 20px;
    }
    .evo-module-featured .slick-next {
        right: 20px;
    }
    .lazyload, .lazyloading {
        opacity: .3;
    }
    .lazyloaded {
        opacity: 1;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }
    /*3.2 Newsletter Dialogbox*/
    .evo-dialogbox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99999999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .evo-dialogbox.evo-dialogbox__visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .evo-dialogbox-mask {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        z-index: -1;
        opacity: .5;
    }
    .evo-dialogbox-wrapper {
        width: 100%;
        height: 100%;
    }
    .evo-dialogbox-content {
        position: relative;
        max-width: 991px;
        width: 100%;
        background-color: #fff;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-content {
        max-width: 610px;
        background-color: #111;
        color: #fff;
        border:10px solid #fff;
    }
    .evo-dialogbox .evo-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .evo-dialogbox .evo-close span {
        width: 16px;
        height: 16px;
    }
    .evo-dialogbox-cover {
        position: relative;
        width: 50%;
        background-size: cover;
        background-position: 50% 50%;
    }
    .evo-dialogbox-newletter {
        width: 50%;
        text-align: center;
        padding:8rem 4rem;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-newletter {
        padding:8rem 6rem;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-newletter {
        width: 100%;
    }
    .evo-dialogbox-newletter .evo-entry-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-newletter .evo-entry-title {
        font-size: 2.75rem;
        font-weight: 400;
    }
    .evo-dialogbox-newletter .evo-entry-subtitle {
        font-size: 0.875rem;
        font-weight: 400!important;
        color: #999;
    }
    .evo-dialogbox-newletter form {
        margin-top: 2rem;
    }
    .evo-dialogbox-newletter form label {
        display: none;
    }
    .evo-dialogbox-newletter form input[type="email"] {
        width: 100%;
        height: 45px;
        padding: 9px 9px;
        font-size: 0.8125rem;
        font-weight: 500;
        text-align: center;
        border:1px solid #bbb;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-newletter form input[type="email"] {
        border-color: #111;
        height: 47px;
    }
    .evo-dialogbox-newletter form input[type="email"]:focus, .evo-dialogbox-newletter form input[type="email"]:active {
        border-color: #111;
        outline: none;
        box-shadow: none;
    }
    .evo-dialogbox-newletter form input[type="submit"] {
        width: 100%;
        height: 45px;
        background-color: #111;
        color: #fff;
        border:0;
        cursor: pointer;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .evo-dialogbox[data-style="2"] .evo-dialogbox-newletter form input[type="submit"] {
        background-color: #333;
    }
    .evo-dialogbox-newletter form input[type="submit"]:hover {
        opacity: .9;
    }
    .evo-dialogbox-newletter form input[type="submit"]:focus, .evo-dialogbox-newletter form input[type="submit"]:active {
        outline: none;
        box-shadow: none;
    }
    .evo-newsletter-privacy {
        font-size: 0.6875rem;
        color: #bbb;
        letter-spacing: .5px;
    }
    .evo-button {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 600;
        height: 40px;
        padding:0 2rem;
        color: #111;
        border:1px solid #111;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .evo-button:hover {
        background-color: #111;
        color: #fff;
    }
    *[data-skin="dark"] .evo-button {
        color: #fff;
        border-color: #fff;
    }
    *[data-skin="dark"] .evo-button:hover {
        background-color: #fff;
        color: #111;
    }
    /*3.3 Carousel Module*/
    .evo-module-carousel .slick-nav {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 50px;
        top: 50%;
        z-index: 1;
        border:0;
        padding:0;
        color: #111;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        background-color: transparent;
    }
    .evo-module-carousel .slick-nav svg {
        width: 20px;
    }
    .evo-module-carousel[data-skin="dark"] .slick-nav {
        color: #fff;
    }
    .evo-module-carousel .slick-prev {
        left: -30px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .evo-module-carousel .slick-next {
        right: -30px;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .evo-module-carousel .evo-slider {
        max-width: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .evo-module-carousel .evo-slider .evo-slider-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .evo-module-carousel .evo-thumb img {
        width: 100%;
    }
    .evo-module-carousel.evo-outer-post[data-gutter="false"] .evo-post-body {
        padding:0 1rem;
    }
    .evo-module-carousel .evo-slider[data-item="5"] .evo-title {
        font-size: 1rem;
        line-height: 1.3;
        margin: .5rem 0 .7rem;
    }
    .evo-module-carousel .evo-slider[data-item="4"] .evo-title {
        font-size: 1.125rem;
        line-height: 1.3;
        margin: .7rem 0 .9rem;
    }
    .evo-module-carousel .evo-slider[data-item="3"] .evo-title {
        font-size: 1.25rem;
        line-height: 1.3;
        margin: .7rem 0 .9rem;
    }
    /*3.4 Post Module*/
    .evo-list-post .evo-post {
        display: -ms-flexbox;
        display: flex;
    }
    .evo-module-post .evo-post.sticky {
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 3rem;
    }
    .evo-list-image-right .evo-post {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .evo-list-post .evo-post-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
    }
    .evo-module-post.evo-list-post .evo-thumb {
        margin-bottom: 0;
    }
    .evo-post-share ul {
        display: -ms-flexbox;
        display: flex;
    }
    .evo-post-share ul li~li a {
        border-left:0;
    }
    .evo-module-post[data-skin="dark"] .evo-post-share a {
        border-color: rgba(255, 255, 255, .2);
    }
    .evo-post-share a.facebook {
        color: #3b5998;
    }
    .evo-post-share a.facebook:hover {
        background-color: #3b5998;
        color: #fff;
    }
    .evo-post-share a.twitter {
        color: #55acee;
    }
    .evo-post-share a.twitter:hover {
        background-color: #55acee;
        color: #fff;
    }
    .evo-post-share a.google {
        font-size: 19px;
        color: #dd4b39;
    }
    .evo-post-share a.google:hover {
        background-color: #dd4b39;
        color: #fff;
    }
    .evo-post-share a.pinterest {
        color: #bd081c;
    }
    .evo-post-share a.pinterest:hover {
        background-color: #bd081c;
        color: #fff;
    }
    .evo-module-post .evo-post-header {
        margin-bottom: 2.5rem;
    }
    .evo-post-footer {
        display: -ms-flexbox;
        display: flex;
        margin-top: 2rem;
    }
    .evo-post-footer .evo-post-share + .evo-comment a {
        border-left: 0;
    }
    .evo-post-footer a {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        width: 45px;
        height: 45px;
        color: #111;
        border:1px solid rgba(0, 0, 0, .08);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .evo-post-footer .evo-comment svg {
        position: relative;
        width: 15px;
        top: 2px;
        -webkit-transition: opacity .2s, visibility .2s;
        -moz-transition: opacity .2s, visibility .2s;
        transition: opacity .2s, visibility .2s;
    }
    .evo-post-footer .evo-comment svg * {
        fill: currentColor;
    }
    .evo-post-footer .evo-comment span {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        background-color: #111;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        padding-top: 2px;
        -webkit-transition: opacity .2s, visibility .2s;
        -moz-transition: opacity .2s, visibility .2s;
        transition: opacity .2s, visibility .2s;
    }
    .evo-post-footer .evo-comment a:hover svg {
        opacity: 0;
        visibility: hidden;
    }
    .evo-post-footer .evo-comment a:hover span {
        opacity: 1;
        visibility: visible;
    }
    .evo-module-post .evo-thumb {
        margin-bottom: 1.5rem;
    }
    .evo-module-post .evo-meta.top {
        margin-bottom: 1rem;
    }
    .evo-module-post .evo-entry-content {
        margin-top: 1.5rem;
    }
    .evo-module-post .evo-post .evo-title {
        word-wrap: break-word;
    }
    .evo-module-post[data-style="1"] .evo-post-item {
        margin-bottom: 60px;
    }
    .evo-module-post[data-style="1"] .evo-post-item~.evo-post-item .evo-post {
        border-top:1px solid rgba(0, 0, 0, .08);
        padding-top: 70px;
    }
    .evo-module-post[data-skin="dark"] .evo-post-item~.evo-post-item .evo-post {
        border-color: rgba(255, 255, 255, .2);
    }
    .evo-module-post[data-style="1"] .evo-post .evo-title {
        font-size: 3.25rem;
        margin-bottom: 1rem;
    }
    .evo-module-post[data-style="1"] .evo-post-footer {
        margin-top: 3rem;
    }
    .evo-module-post[data-style="2"] .evo-post, .evo-module-post[data-style="5"] .evo-post {
        margin-bottom: 80px;
    }
    .evo-module-post[data-style="2"] .evo-post .evo-title, .evo-module-post[data-style="5"] .evo-post .evo-title {
        font-size: 1.375rem;
        line-height: 1.3;
        margin-bottom: 1.3rem;
    }
    .evo-module-post[data-style="2"] .evo-post .evo-thumb a {
        position: relative;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-height: 330px;
    }
    .evo-module-post[data-style="3"] .evo-post-item~.evo-post-item .evo-post {
        border-top:1px solid rgba(0, 0, 0, .08);
        padding-top:2rem;
    }
    .evo-module-post[data-style="3"] .evo-post-item {
        margin-bottom: 2rem;
    }
    .evo-module-post[data-style="3"] .evo-thumb {
        min-width: 370px;
    }
    .evo-list-image-left[data-style="3"] .evo-thumb {
        margin-right: 2rem;
    }
    .evo-list-image-right[data-style="3"] .evo-thumb {
        margin-left: 2rem;
    }
    .evo-module-post[data-style="3"] .evo-post .evo-title {
        margin-bottom: 1.3rem;
    }
    .evo-module-post[data-style="6"] .evo-post-item~.evo-post-item .evo-post {
        border-top:1px solid rgba(0, 0, 0, .08);
        padding-top:1rem;
    }
    .evo-module-post[data-style="6"] .evo-post-item {
        margin-bottom: 1rem;
    }
    .evo-module-post[data-style="6"] .evo-thumb {
        min-width: 600px;
    }
    .evo-list-image-left[data-style="6"] .evo-thumb {
        margin-right: 3.5rem;
    }
    .evo-list-image-right[data-style="6"] .evo-thumb {
        margin-left: 3.5rem;
    }
    .evo-module-post[data-style="6"] .evo-post .evo-title {
        font-size: 2.25rem;
        margin-bottom: 1.3rem;
    }
    .evo-module-post[data-style="2"] .row {
        margin-bottom: -2.5rem;
    }
    .evo-pagination {
        margin-top: 2rem;
    }
    .evo-pagination .nav-links {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .evo-module-post[data-align="center"] .evo-pagination .nav-links {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo-pagination .nav-links > * {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(0, 0, 0, .2);
        margin-right: 2px;
        color: #111;
        font-size: 0.8125rem;
        font-weight: 600;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-pagination .nav-links > *:hover {
        background-color: rgba(0, 0, 0, .05);
        border-color: transparent;
    }
    .evo-pagination .nav-links .current {
        border-color: transparent;
        color: #fff;
    }
    .evo-pagination .nav-links .dots, .evo-pagination .nav-links .dots:hover {
        border-color: transparent;
        background-color: transparent;
    }
    .evo-index {
        margin:3rem 0;
    }
    /*3.5 Video Module*/
    .evo-module-video {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .evo-module-video .evo-image-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .evo-module-video .evo-image-cover:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
    }
    .evo-module-video .evo-module-wrap {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
    }
    .evo-module-video .evo-module-inner {
        position: relative;
        max-width: 1110px;
        margin:auto;
    }
    .evo-module-video .evo-title {
        font-size: 2.75rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    .evo-module-video .evo-desc {
        margin-bottom: 2.5rem;
    }
    .evo-module-video .evo-desc p {
        font-size: 1rem;
        font-weight: 300;
    }
    .evo-video-button {
        display: inline-block;
    }
    /*3.6 Feature Module*/
    .evo-module-featured .evo-post {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .evo-module-featured .evo-image-cover {
        position: relative;
        background-size: cover;
        background-position: center;
        z-index: -1!important;
    }
    .evo-module-featured .evo-meta.top, .evo-module-featured .evo-title {
        margin-bottom: 1rem;
    }
    .evo-module-featured.evo-outer-post .evo-post-body {
        margin-top: 3rem;
    }
    .evo-module-featured.evo-inner-post .evo-image-cover:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
    .evo-module-featured.evo-inner-post .evo-post-body {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .evo-module-featured.evo-inner-post .evo-post-inner {
        position: relative;
        z-index: 2;
    }
    .evo-module-featured.evo-inner-post .evo-post-body *, .evo-module-featured.evo-inner-post .evo-meta .evo-category a {
        color: #fff!important;
    }
    .evo-module-featured.evo-inner-post .evo-meta .evo-gallery-count svg {
        opacity: 1;
    }
    .evo-module-featured .evo-entry-content {
        padding-top: 1rem;
    }
    .evo-module-featured .evo-entry-content p {
        margin-bottom: 0;
        font-size: 0.9375rem;
        font-weight: 400;
    }
    .evo-module-featured.evo-inner-post .evo-entry-content {
        opacity: 0;
        -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
    }
    .evo-module-featured.evo-inner-post .evo-post:hover .evo-entry-content {
        opacity: 1;
    }
        /*3.6.1 Feature Style 1*/
        .evo-module-featured[data-style="1"] .evo-slider-item {
            width: 1190px;
            padding-left: 40px;
            padding-right: 40px;
        }
        .evo-module-featured[data-style="1"] .evo-image-cover {
            height: 650px;
        }
        .evo-module-featured[data-style="1"] .evo-post-inner {
            max-width: 991px;
            margin:auto;
            padding-left: 15px;
            padding-right: 15px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .6s cubic-bezier(.48,0,.12,1);
            -moz-transition: all .6s cubic-bezier(.48,0,.12,1);
            -ms-transition: all .6s cubic-bezier(.48,0,.12,1);
            transition: all .6s cubic-bezier(.48,0,.12,1);
        }
        .evo-module-featured[data-style="1"] .slick-current .evo-post-inner {
            opacity: 1;
            visibility: visible;
        }
        .evo-module-featured.evo-inner-post[data-style="1"] .evo-image-cover:before {
            background-color: rgba(0, 0, 0, .3);
        }
        .evo-module-featured.evo-inner-post[data-style="1"] .evo-post:hover .evo-image-cover:before {
            background-color: rgba(0, 0, 0, .5);
        }
        .evo-module-featured[data-style="1"] .evo-title {
            font-size: 2.75rem;
        }
        /*3.6.2 Feature Style 2*/
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-image-cover {
            height: 600px;
        }
        .evo-module-featured.evo-outer-post[data-style="2"] .evo-image-cover {
            height: 400px;
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-image-cover:before {
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0.8) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%,rgba(0,0,0,0.8) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%,rgba(0,0,0,0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
            opacity: .6;
            height: 50vh;
            bottom: 0;
            top: auto;
            -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-post:hover .evo-image-cover:before {
            opacity: 1;
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-post-body {
            -ms-flex-align: end;
            align-items: flex-end;
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-post-inner {
            -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-post:hover .evo-post-inner {
            -webkit-transform: translate(0,0)!important;
            -moz-transform: translate(0,0)!important;
            transform: translate(0,0)!important;
        }
        .evo-module-featured.evo-outer-post[data-style="2"] .slick-track {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }
        .evo-module-featured.evo-outer-post[data-style="2"] .slick-track .evo-slider-item {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: auto;
        }
        .evo-module-featured.evo-outer-post[data-style="2"] .evo-post {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid rgba(0, 0, 0, .08);
        }
        .evo-module-featured.evo-outer-post[data-style="2"] .evo-post-body {
            margin-top:0;
            border-left:1px solid rgba(0, 0, 0, .08);
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: auto;
            padding:3rem;
        }
        .evo-module-featured.evo-inner-post[data-style="2"] .evo-post-inner {
            padding:3rem;
        }
        .evo-module-featured[data-style="2"] .evo-title {
            font-size: 1.625rem;
        }
        /*3.6.3 Feature Style 3*/
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-image-cover {
            height: 550px;
        }
        .evo-module-featured.evo-outer-post[data-style="3"] .evo-image-cover {
            height: 350px;
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-image-cover:before {
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.7) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,0.7) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%,rgba(0,0,0,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
            opacity: .6;
            height: 60vh;
            bottom: 0;
            top: auto;
            -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-post:hover .evo-image-cover:before {
            opacity: 1;
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-post-body {
            -ms-flex-align: end;
            align-items: flex-end;
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-post-inner {
            -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
            transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-post:hover .evo-post-inner {
            -webkit-transform: translate(0,0)!important;
            -moz-transform: translate(0,0)!important;
            transform: translate(0,0)!important;
        }
        .evo-module-featured.evo-outer-post[data-style="3"] .slick-track {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
        }
        .evo-module-featured.evo-outer-post[data-style="3"] .slick-track .evo-slider-item {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: auto;
        }
        .evo-module-featured.evo-outer-post[data-style="3"] .evo-post {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid rgba(0, 0, 0, .08);
        }
        .evo-module-featured.evo-outer-post[data-style="3"] .evo-post-body {
            margin-top:0;
            border-left:1px solid rgba(0, 0, 0, .08);
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: auto;
            padding:3rem;
        }
        .evo-module-featured.evo-inner-post[data-style="3"] .evo-post-inner {
            padding:3rem;
        }
        .evo-module-featured[data-style="3"] .evo-title {
            font-size: 1.375rem;
            line-height: 1.3;
        }
        /*3.6.4 Feature Style 4*/
        .evo-module-featured[data-style="4"] {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .evo-module-featured[data-style="4"] .evo-module-wrap, .evo-module-featured[data-style="4"] .evo-module-inner, .evo-module-featured[data-style="4"] .evo-for-first, .evo-module-featured[data-style="4"] .evo-for-first .slick-list, .evo-module-featured[data-style="4"] .evo-for-first .slick-track, .evo-module-featured[data-style="4"] .evo-for-first .evo-slider-item {
            width: 100%;
            height: 100%;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-image-cover {
            width: 100%;
            height: 100%;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-post-inner {
            margin:auto;
            max-width: 1140px;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            padding-bottom: 110px;
            -webkit-transform: translate(0,0)!important;
            -moz-transform: translate(0,0)!important;
            transform: translate(0,0)!important;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-post-body {
            -ms-flex-align: center;
            align-items: center;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-entry-content {
            opacity: 1;
            visibility: visible;
            margin-top: 1rem;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-entry-content p {
            font-size: 1rem;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-meta.top {
            margin-bottom: 1.5rem;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-meta.bottom {
            margin-top: 2rem;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-title {
            font-size: 2.75rem;
            max-width: 1110px;
        }
        .evo-module-featured[data-style="4"] .evo-for-first .evo-image-cover {
            height: 100%!important;
        }
        .evo-module-featured[data-style="4"][data-align="center"] .evo-for-first .evo-title {
            margin:auto;
        }
        .evo-module-featured.evo-inner-post[data-style="4"] .evo-slider-item[data-style="light"] .evo-post-body *, .evo-module-featured[data-style="4"] .evo-for-second .evo-post * {
            color: #111!important;
        }
        .evo-module-featured[data-style="4"] .evo-for-second {
            position: absolute;
            bottom: 0;
            left: 15px;
            right: 15px;
            background-color: #fff;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-slider-item {
            position: relative;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-slider-item~.evo-slider-item:before {
            position: absolute;
            content: '';
            width: 1px;
            background-color: rgba(0, 0, 0, .08);
            top: 2rem;
            bottom: 2rem;
            left: 0;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-post {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            padding:1.7rem 2rem;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-post-inner {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transform: translate(0,0)!important;
            -moz-transform: translate(0,0)!important;
            transform: translate(0,0)!important;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-image-cover {
            width: 55px;
            min-width: 55px;
            height: 55px!important;
            top: auto;
            left: auto;
            margin-left: 40px;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-title {
            font-size: 0.875rem;
            font-weight: 500;
            line-height: 1.4;
            margin-bottom: 0;
            text-align: left;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-title a {
            opacity: 1;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .slick-current .evo-title a {
            opacity: .5;
        }
        .evo-module-featured[data-style="4"] .evo-for-second .evo-overlay-link {
            cursor: pointer;
        }
        /*3.6.5 Feature Style 5*/
        .evo-module-featured.evo-inner-post[data-style="5"] .evo-image-cover {
            height: 650px;
        }
        .evo-module-featured.evo-inner-post[data-style="5"] .evo-image-cover:before {
            background-color: rgba(0, 0, 0, .3);
        }
        .evo-module-featured.evo-inner-post[data-style="5"] .evo-post:hover .evo-image-cover:before {
            background-color: rgba(0, 0, 0, .5);
        }
        .evo-module-featured.evo-outer-post[data-style="5"] .evo-image-cover {
            height: 600px;
        }
        .evo-module-featured[data-style="5"] .evo-post-inner {
            max-width: 1110px;
            margin:auto;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-transform: translate(0,0)!important;
            -moz-transform: translate(0,0)!important;
            transform: translate(0,0)!important;
        }
        .evo-module-featured[data-style="5"] .evo-title {
            font-size: 2.75rem;
            max-width: 991px;
        }
        .evo-module-featured[data-style="5"] .evo-meta.top {
            margin-bottom: 1rem;
        }
        .evo-module-featured[data-style="5"] .evo-meta.bottom {
            margin-top: 2rem;
        }
        .evo-module-featured[data-style="5"][data-align="center"] .evo-title {
            margin:auto;
        }
        .evo-module-featured[data-style="5"] .slick-dots {
            margin-top: 2rem;
        }
    /*3.7 Category Module*/
    .evo-module-category .evo-post {
        position: relative;
    }
    .evo-module-category .evo-meta {
        margin-bottom: 1rem;
    }
    .evo-module-category .evo-post .evo-title {
        margin-bottom: 1rem;
    }
    .evo-module .evo-size-xlg .evo-title {
        font-size: 2.75rem;
    }
    .evo-module .evo-size-lg .evo-title {
        font-size: 2.25rem;
    }
    .evo-module .evo-size-xmd .evo-title {
        font-size: 2rem;
    }
    .evo-module .evo-size-md .evo-title {
        font-size: 1.625rem;
    }
    .evo-module .evo-size-sm .evo-title {
        font-size: 1rem;
        line-height: 1.4;
    }
    .evo-module .evo-size-xs .evo-title {
        font-size: 1.063rem;
        line-height: 1.3;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-body {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-meta {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-body:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
    .evo-module-category .evo-inner-post .evo-post:hover .evo-post-body:before {
        background-color: rgba(0, 0, 0, .7);
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-body * {
        color: #fff;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-body .evo-meta .evo-gallery-count svg {
        opacity: 1;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-body .evo-meta .evo-category a {
        color: #fff!important;
    }
    .evo-module-category .evo-inner-post .evo-post .evo-post-inner {
        position: relative;
        z-index: 1;
        padding:0 3rem;
        text-align: center;
    }
    .evo-module-category .evo-entry-content p {
        font-size: 0.9375rem;
    }
    .evo-module-category .evo-module-list .evo-post {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .evo-module-category .evo-thumb img {
        width: 100%;
    }
    .evo-module-category .evo-module-list .evo-thumb {
        margin-right: 20px;
    }
        /*3.7.1 Category Module 1*/
        .evo-module-category[data-style="1"] .evo-posts-b .evo-post {
            margin-bottom: 2.5rem;
        }
        /*3.7.2 Category Module 2*/
        .evo-module-category[data-style="2"] .evo-posts-a .evo-post {
            margin-bottom: 30px;
        }
        /*3.7.3 Category Module 3*/
        .evo-module-category[data-style="3"] .evo-posts-a .evo-post {
            margin-bottom: 50px;
        }
        .evo-module-category[data-style="3"] .evo-posts-c .evo-post:first-child {
            margin-bottom: 4rem;
        }
        /*3.7.4 Category Module 4*/
        .evo-module-category[data-style="4"] .evo-module-list .evo-thumb {
            min-width: 50%;
            margin-right: 40px;
        }
        .evo-module-category[data-style="4"] .evo-inner-post .evo-thumb {
            position: relative;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 630px;
        }
        .evo-module-category[data-style="4"] .evo-inner-post .evo-post-inner {
            padding:0 5rem;
        }
        .evo-module-category[data-style="4"] .evo-posts-a .evo-post {
            margin-bottom: 30px;
        }
        .evo-module-category[data-style="4"] .evo-posts-c .evo-post {
            margin-bottom: 30px;
        }
        /*3.7.5 Category Module 5*/
        .evo-module-category[data-style="5"] .evo-posts-a .evo-post:first-child {
            margin-bottom: 50px;
        }
        .evo-module-category[data-style="5"] .evo-posts-b .evo-thumb {
            margin-bottom: 2rem;
        }
        .evo-module-category[data-style="5"] .evo-entry-content p {
            margin-bottom: 0;
        }
        /*3.7.6 Category Module 6*/
        .evo-module-category[data-style="6"] .evo-posts-b .evo-post {
            margin-bottom: 20px;
        }
        .evo-module-category[data-style="6"] .evo-posts-b .evo-post .evo-post-body {
            max-width: 991px;
            margin:auto;
            margin-top: -100px;
        }
        .evo-module-category[data-style="6"] .evo-posts-b .evo-post .evo-post-inner {
            background-color: #fff;
            padding:3rem;
        }
        .evo-module-category[data-style="6"] .evo-posts-b .evo-post .evo-post-body * {
            text-align: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
            position: relative;
            width: 100%;
            height: 650px;
            background-size: cover;
            background-position: center;
        }
        .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb a {
            width: 100%;
            height: 100%;
        }
    /*3.8 Video Ajax Module*/
    .evo-module-video-ajax {
        padding:5rem 0;
    }
    .evo-module-video-ajax[data-skin="light"] {
        background-color: #f8f8f8;
    }
    .evo-module-video-ajax[data-skin="dark"] {
        background-color: #111;
    }
    .evo-video-body .evo-post-body {
        margin-top: 5rem;
    }
    .evo-video-body .evo-post-inner {
        max-width: 768px;
        margin:auto;
    }
    .evo-video-body .evo-meta.top {
        margin-bottom: 1.3rem;
    }
    .evo-video-body .evo-title {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }
    .evo-video-playlist {
        max-width: 1100px;
        margin: 5rem auto 0;
    }
    .evo-video-playlist .evo-slider-item {
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
    .evo-video-playlist .evo-active-video {
        opacity: .3;
    }
    .evo-video-playlist .evo-post {
        position: relative;
    }
    .evo-video-playlist .evo-post .evo-thumb img {
        width: 100%;
    }
    .evo-video-playlist .evo-overlay-link {
        cursor: pointer;
    }
    .evo-video-playlist .evo-slider {
        max-width: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .evo-video-playlist .evo-slider-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .evo-video-playlist .evo-thumb a {
        position: relative;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 150px;
    }
    .evo-video-playlist .evo-title {
        font-size: 0.9375rem;
    }
    /*3.9 Sidebar*/
    .widget {
        margin-bottom: 2rem;
    }
    .widget:last-child {
        margin-bottom: 0;
    }
    .evo-sidebar-wrap[data-style="1"] .widget {
        border:1px solid rgba(0, 0, 0, .08);
        padding: 32px 32px 32px;
    }
    .evo-sidebar-wrap[data-style="1"] .evo-widget-title {
        text-align: center;
        font-weight: 700;
        border-bottom: 2px solid rgba(0, 0, 0, .08);
        padding: 1.5rem 0 1rem;
        margin-bottom: 2rem;
        margin-top: -32px;
    }
    .evo-sidebar-wrap .evo-widget-title .evo-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: .7px;
        margin: 0;
    }
    .evo-sidebar-wrap[data-style="2"] .widget {
        border:1px solid rgba(0, 0, 0, .08);
        padding: 32px 32px 32px;
    }
    .evo-sidebar-wrap[data-style="2"] .evo-widget-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-weight: 700;
        height: 45px;
        margin-bottom: 2rem;
        margin-top: -32px;
        background-color: #111;
        color: #fff;
    }
    .evo-sidebar-wrap[data-style="2"] .evo-widget-title .evo-title {
        font-size:  0.75rem;
    }
    .evo-sidebar-wrap[data-style="3"] .widget {
        background-color: #f8f8f8;
        padding: 32px 32px 32px;
    }
    .evo-sidebar-wrap[data-style="3"] .evo-widget-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-weight: 700;
        height: 50px;
        margin-bottom: 2rem;
        background-color: #eee;
        color: #111;
    }
    .evo-sidebar-wrap[data-style="3"] .evo-widget-title .evo-title {
        font-size:  0.75rem;
    }
    .evo_post_widget .evo-list .evo-post {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem;
    }
    .evo_post_widget .evo-list .evo-post:last-child {
        margin-bottom: 0;
    }
    .evo_post_widget .evo-list .evo-post-body {
        margin-top: 0;
    }
    .evo_post_widget .evo-list .evo-thumb {
        min-width: 80px;
        max-width: 80px;
        margin-right: 20px;
    }
    .evo_post_widget .evo-list .evo-thumb img {
        width: 100%;
    }
    .evo_post_widget .evo-meta.top {
        margin-bottom: .5rem;
    }
    .evo_post_widget .evo-list .evo-title {
        font-size: 0.9375rem;
    }
    .evo_post_widget .evo-grid .evo-post~.evo-post {
        border-top:1px solid rgba(0, 0, 0, .08);
    }
    .evo_post_widget .evo-grid .evo-post:first-child {
        padding-bottom: .5rem;
    }
    .evo_post_widget .evo-grid .evo-meta.bottom {
        margin-bottom: .7rem;
    }
    .evo_post_widget .evo-grid .evo-title {
        font-size: 1.063rem;
    }
    .evo_post_widget .evo-grid .evo-post:first-child .evo-title {
        font-size: 1.25rem;
    }
    .evo_post_widget .evo-grid .evo-entry-content p {
        font-size: 0.875rem;
    }
    .evo_slider_widget .evo-post * {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo_slider_widget .evo-thumb img {
        width: 100%;
    }
    .evo_slider_widget .evo-post .evo-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .evo_slider_widget .evo-meta {
        margin-bottom: .7rem;
    }
    .evo_slider_widget .evo-entry-content p {
        font-size: 0.875rem;
    }
    .evo_slider_widget .slick-dots {
        margin-top: 1rem;
    }
    .evo_social_widget a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 43px;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-social-a li {
        margin-bottom: 2px;
    }
    .evo-social-b li {
        margin-bottom: 2px;
    }
    .evo-social-a a {
        border:1px solid rgba(0, 0, 0, .08);
        padding:0 1rem;
        background-color: #fff;
    }
    .evo-social-b a {
        padding:0 1rem;
    }
    .evo-social-b a:hover {
        opacity: .8;
    }
    .evo_social_widget .google i {
        font-size: 19px;
    }
    .evo_social_widget .evo-social-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        font-size: 14px;
    }
    .evo_social_widget .evo-social-b .evo-social-icon {
        width: 40px;
    }
    .evo_social_widget .evo-social-b .evo-social-count {
        border-left: 1px solid rgba(255, 255, 255, .2);
        margin-left: 0;
        padding-left: 20px;
    }
    .evo_social_widget a * {
        line-height: 1;
    }
    .evo_social_widget .evo-social-count {
        font-size: 0.875rem;
        font-weight: 600;
        margin-left: 20px;
    }
    .evo_social_widget .evo-social-text {
        font-size: 0.625rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: auto;
    }
    .evo-social-a .facebook {color: #3b579d;} .evo-social-a .facebook:hover {background-color: #3b579d;color:#fff;}
    .evo-social-a .twitter {color: #00aced;} .evo-social-a .twitter:hover {background-color: #00aced;color:#fff;}
    .evo-social-a .dribbble {color: #ea4c89;} .evo-social-a .dribbble:hover {background-color: #ea4c89;color:#fff;}
    .evo-social-a .linkedin {color: #007bb6;} .evo-social-a .linkedin:hover {background-color: #007bb6;color:#fff;}
    .evo-social-a .flickr {color: #f40083;} .evo-social-a .flickr:hover {background-color: #f40083;color:#fff;}
    .evo-social-a .tumblr {color: #35465d;} .evo-social-a .tumblr:hover {background-color: #35465d;color:#fff;}
    .evo-social-a .vimeo {color: #45bbff;} .evo-social-a .vimeo:hover {background-color: #45bbff;color:#fff;}
    .evo-social-a .youtube {color: #e21c2d;} .evo-social-a .youtube:hover {background-color: #e21c2d;color:#fff;}
    .evo-social-a .google {color: #ea4335;} .evo-social-a .google:hover {background-color: #ea4335;color:#fff;}
    .evo-social-a .instagram {color: #000;} .evo-social-a .instagram:hover {background-color: #000;color:#fff;}
    .evo-social-a .pinterest {color: #cb1f27;} .evo-social-a .pinterest:hover {background-color: #cb1f27;color:#fff;}
    .evo-social-a .behance {color: #005cff;} .evo-social-a .behance:hover {background-color: #005cff;color:#fff;}
    .evo-social-b .facebook {background-color: #3b579d;color:#fff;}
    .evo-social-b .twitter {background-color: #00aced;color:#fff;}
    .evo-social-b .dribbble {background-color: #ea4c89;color:#fff;}
    .evo-social-b .linkedin {background-color: #007bb6;color:#fff;}
    .evo-social-b .flickr {background-color: #f40083;color:#fff;}
    .evo-social-b .tumblr {background-color: #35465d;color:#fff;}
    .evo-social-b .vimeo {background-color: #45bbff;color:#fff;}
    .evo-social-b .youtube {background-color: #e21c2d;color:#fff;}
    .evo-social-b .google {background-color: #ea4335;color:#fff;}
    .evo-social-b .instagram {background-color: #000;color:#fff;}
    .evo-social-b .pinterest {background-color: #cb1f27;color:#fff;}
    .evo-social-b .behance {background-color: #005cff;color:#fff;}
    .vonn_banner_widget {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .vonn_banner_widgetr a {
        display: inline-block;
    }
    .vonn_banner_widget a img {
        margin: auto;
    }
    .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul {
        margin-left: 20px;
    }
    .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li {
        position: relative;
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: .7rem;
        list-style-type: square;
    }
    .widget_nav_menu ul li {
        position: relative;
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: .7rem;
    }
    .widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_meta ul li:last-child, .widget_pages ul li:last-child, .widget_nav_menu ul li:last-child {
        margin-bottom: 0;
    }
    .widget_categories ul li .children, .widget_pages ul li .children, .widget_nav_menu ul li .sub-menu {
        margin-top: .7rem;
    }
    .widget_nav_menu ul.menu > li > .sub-menu, .widget_nav_menu ul.menu > li > .sub-menu > li > .sub-menu, .widget_nav_menu ul.menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
        margin-left: 20px;
    }
    .widget_archive a, .widget_categories a, .widget_meta a, .widget_pages a, .widget_nav_menu a {
        color: currentColor;
    }
    .widget_archive select, .widget_categories select, .widget_text select {
        font-size: 0.8125rem;
        font-weight: 500;
        width: 100%;
        height: 45px;
        padding:12px;
    }
    #wp-calendar {
        width: 100%;
    }
    #wp-calendar a {
        color: currentColor;
    }
    #wp-calendar tbody a {
        font-weight: 700;
    }
    #wp-calendar > caption {
        padding: 8px 0 8px;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    #wp-calendar thead {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    #wp-calendar thead th {
        font-weight: bold;
    }
    #wp-calendar tfoot td#next, #wp-calendar tfoot td#prev {
        padding: 10px 0 10px 15px;
        font-size: 13px;
        font-weight: 700;
    }
    #wp-calendar thead th, #wp-calendar tbody td {
        padding: 10px 0;
        text-align: center;
        font-size: 13px;
    }
    .widget_recent_comments .recentcomments, .widget_recent_entries ul li {
        font-size: 0.8125rem;
        margin-bottom: .7rem;
    }
    .widget_rss ul li {
        font-size: 0.8125rem;
        margin-bottom: 1.3rem;
    }
    .widget_recent_comments .recentcomments:last-child, .widget_recent_entries ul li:last-child, .widget_rss ul li:last-child {
        margin-bottom: 0;
    }
    .widget_recent_comments .recentcomments a, .widget_recent_entries a, .widget_rss a, .widget_tag_cloud a {
        color: currentColor;
        font-weight: 600;
    }
    .widget_rss .evo-title img {
        display: inline-block;
        margin-top: -4px;
        margin-right: 4px;
    }
    .widget_search form {
        position: relative;
    }
    .widget_search input[type="search"] {
        font-size: 0.8125rem;
        font-weight: 500;
        width: 100%;
        height: 45px;
        padding:12px;
        border-radius: 0;
    }
    .widget_search form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        border:0;
        background-color: transparent;
        padding:0;
        outline: none;
        box-shadow: none;
        cursor: default;
    }
    .widget_search form button svg {
        width: 15px;
    }
    .widget_text p {
        font-size: 0.8125rem;
    }
    /*3.10 Single Posts*/
    .evo-single-carousel {
        position: relative;
        width: 100%;
        background-color: #eee;
        padding:2rem 0;
    }
    .evo-single-carousel .evo-post {
        position: relative;
        padding-right: 30px;
    }
    .evo-single-carousel .evo-thumb {
        min-width: 90px;
        max-width: 90px;
        margin-right: 20px;
    }
    .evo-single-carousel .evo-thumb img {
        width: 100%;
    }
    .evo-blog-single {
        margin-bottom: 5rem;
    }
    .evo-single-carousel .evo-title {
        font-size: 0.9375rem;
        font-weight: 400!important;
        margin-bottom: .7rem;
    }
    .evo-single-carousel .evo-slider {
        position: static;
    }
    .evo-single-carousel .slick-nav {
        position: absolute;
        width: 80px;
        height: 100%;
        top: 0;
        left: 0;
        border:0;
        background-color: transparent;
        padding:0;
        outline: none;
        box-shadow: none;
        cursor: pointer;
    }
    .evo-single-carousel .slick-next {
        left: auto;
        right: 0;
    }
    .evo-single-banner {
        background-color: #f8f8f8;
        padding:2rem 0;
    }
    .evo-single-banner.bottom {
        margin-top: 5rem;
    }
    .evo-single-banner__wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .evo-single-banner__wrap * {
        display: inline-block;
    }
    .evo-single-post {
        position: relative;
    }
    .evo-single-post .evo-thumb img {
        width: 100%;
    }
    .evo-post-header[data-align="center"] *, .evo-post-footer[data-align="center"] {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .evo-single-top {
        margin-top: 4rem;
    }
    .evo-single-top__reverse {
        position: relative;
        margin-top: -100px;
    }
    .evo-single-top__reverse:before {
        position: absolute;
        content: '';
        left: -60px;
        right: -60px;
        height: 160px;
        top: -60px;
        background-color: #fff;
    }
    .evo-single-seperator {
        background-position: top;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(33.33333%,#999),color-stop(0%,rgba(255,255,255,0)));
        background-image: linear-gradient(to right,#999 33.33333%,rgba(255,255,255,0) 0%);
        background-repeat: repeat-x;
        background-size: 3px 1px;
        border: 0;
        height: 1px;
        margin:25px 0;
    }
    .evo-single-post .evo-post-header .evo-meta.top {
        margin-bottom: 1rem;
    }
    .evo-single-post .evo-post-header .evo-title {
        font-size: 3.75rem;
        margin-bottom: 1rem;
        word-wrap: break-word;
    }
    .evo-single-post .evo-post-footer {
        margin-bottom: 2rem;
    }
    .evo-single-post .evo-thumb, .evo-single-post .evo-video, .evo-single-post .evo-audio {
        margin-bottom: 2rem;
    }
    .evo-single-overlay {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 780px;
        top: 0;
        left: 0;
        padding:5rem 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 2rem;
    }
    .evo-single-overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
    }
    .evo-single-overlay .evo-single-inner {
        position: relative;
        z-index: 1;
        max-width: 991px;
        margin:auto;
    }
    .evo-single-overlay .evo-single-inner *, .evo-single-video-wrap .container * {
        color: #fff;
    }
    .evo-single-overlay .evo-post-footer {
        margin-bottom: 0;
    }
    .evo-single-overlay .evo-post-footer a, .evo-single-video-wrap .container .evo-post-footer a {
        border-color: rgba(255, 255, 255, .3);
    }
    .evo-single-video-wrap {
        background-color: #111;
        padding:5rem 0;
    }
    .evo-single-video-wrap .evo-video {
        margin-bottom: 4rem;
    }
    .evo-cover-thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        margin:0;
    }
    .evo-large-thumbnail {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .evo-gallery-slider {
        margin-bottom: 2rem;
    }
    .evo-gallery-slider img {
        width: 100%;
    }
    .evo-gallery-slider .slick-dots {
        margin-top: 2rem;
    }
    .evo-gallery-slider .slick-track {
        display: -ms-flexbox;
        display: flex;
    }
    .evo-gallery-slider .evo-gallery-image {
        text-align: center;
        margin-bottom: 2rem;
    }
    .evo-gallery-slider .evo-gallery-item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .evo-gallery-slider .evo-gallery-item img {
        display: inline-block;
    }
    .evo-galler-style-a {
        padding:3.5rem 3.5rem 1.5rem;
        background-color: #f8f8f8;
    }
    .evo-galler-style-a .evo-gallery-info {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        margin-bottom: 1.5rem;
        padding-right: 91px;
    }
    .evo-galler-style-a .evo-gallery-info .evo-gallery-pagination {
        font-size: 0.6875rem;
        font-weight: 600;
        text-transform: uppercase;
        opacity: .3;
    }
    .evo-galler-style-a .evo-gallery-info .evo-gallery-title {
        font-size: 0.8125rem!important;
        font-weight: 500!important;
    }
    .evo-galler-style-a .slick-arrow {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        background-color: #fff;
        outline: none;
        box-shadow: none;
        padding:0;
        z-index: 1;
    }
    .evo-galler-style-a .slick-prev {
        margin-right: 46px;
        border-right: 0;
    }
    .evo-galler-style-a .evo-gallery-detail h3 {
        margin-bottom: 1rem;
    }
    .evo-galler-style-b .evo-gallery-item {
        position: relative;
        padding-left: 80px;
        margin-bottom: 8rem;
        margin-top: 4rem;
    }
    .evo-galler-style-b .evo-gallery-item:first-child {
        margin-top: 6.5rem;
    }
    .evo-galler-style-b .evo-gallery-item:last-child {
        margin-bottom: 4.5rem;
    }
    .evo-galler-style-b .evo-gallery-item:before {
        position: absolute;
        content: '';
        background-position: top;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(33.33333%,#999),color-stop(0%,rgba(255,255,255,0)));
        background-image: linear-gradient(to right,#999 33.33333%,rgba(255,255,255,0) 0%);
        background-repeat: repeat-x;
        background-size: 3px 1px;
        border: 0;
        width: 100%;
        height: 1px;
        left: 0;
        top: -4rem;
    }
    .evo-galler-style-b .evo-gallery-item .evo-gallery-image {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    .evo-galler-style-b .evo-gallery-navigation {
        position: absolute;
        top: 0;
        left: 0;
    }
    .evo-galler-style-b .evo-gallery-navigation > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 0.75rem;
        background-color: transparent;
        border:1px solid rgba(0, 0, 0, .1);
        outline: none;
        box-shadow: none;
        cursor: pointer;
    }
    .evo-galler-style-b .evo-gallery-navigation .prev {
        border-bottom: 0;
    }
    .evo-galler-style-b .evo-gallery-detail h3 {
        margin-bottom: 1rem;
    }
    .evo-galler-style-c {
        margin-top: 2rem;
    }
    .evo-galler-style-c .evo-gallery-item {
        display: -ms-flexbox;
        display: flex;
        border:1px solid rgba(0, 0, 0, .1);
    }
    .evo-galler-style-c .evo-gallery-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 65%;
        margin-right: 1rem;
        margin-bottom: 0;
        padding: 2rem;
        padding-left: 3rem;
    }
    .evo-galler-style-c .evo-gallery-image img {
        height: auto;
        max-height: 700px;
        width: auto;
    }
    .evo-galler-style-c .evo-gallery-info {
        padding:2rem;
    }
    .evo_post_widget .evo-thumb img {
        width: 100%;
    }
    .evo-galler-style-c .evo-gallery-pagination {
        margin-bottom: 2rem;
        padding-top: .5rem;
        font-size: 1.125rem!important;
        font-weight: 300!important;
        color: #bbb;
    }
    .evo-galler-style-c .evo-gallery-pagination span:first-child {
        color: #111;
        font-size: 2rem;
    }
    .evo-galler-style-c .slick-arrow {
        position: absolute;
        top: 2rem;
        right: 2rem;
        font-size: 0.75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45px;
        height: 45px;
        border: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        padding:0;
        z-index: 1;
    }
    .evo-galler-style-c .slick-prev {
        margin-right: 44px;
        border-right: 0;
    }
    .evo-galler-style-c .evo-gallery-detail h3 {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
    .evo-galler-style-c .evo-single-seperator {
        margin-top: 40px;
    }
    .evo-gallery-detail p {
        font-size: 0.9375rem!important;
    }
    .evo-single-width {
        max-width: 991px;
        margin:auto;
    }
    .evo-single-post .evo-entry-content {
        display: inline-block;
        width: 100%;
        clear: both;
    }
    .evo-single-post .evo-dropcrap > p:first-child:first-letter {
        font-size: 7.5rem;
        font-weight: 700;
        float: left;
        vertical-align: top;
        display: inline-block;
        line-height: .9;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .evo-single-post .evo-entry-content p {
        line-height: 1.8;
    }
    .evo-entry-content blockquote {
        padding: 1rem 0 1rem 2rem;
        margin: 2rem 0;
        border-left: 3px solid #eee;
    }
    .evo-entry-content blockquote p {
        font-size: 1.75rem!important;
        line-height: 1.5!important;
    }
    .evo-entry-content blockquote p cite {
        ont-size: 0.6875rem;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
    }
    .evo-entry-content h2, .evo-entry-content h3, .evo-entry-content h4, .evo-entry-content h5, .evo-entry-content h6 {
        font-weight: 700;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
    .evo-entry-content table {
        max-width: 100%;
        width: 100%;
        margin: 1.5rem 0;
        border:1px solid rgba(0, 0, 0, .08);
    }
    .evo-entry-content table thead th {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        padding:.7rem 1.2rem;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .evo-entry-content table tbody th, .evo-entry-content table tbody td {
        font-size: 0.875rem;
        padding:.7rem 1.2rem;
    }
    .evo-entry-content dd {
        margin-bottom: 1.5rem;
        margin-left: .5rem;
    }
    .evo-entry-content ul {
        list-style-type: square;
    }
    .evo-entry-content ol {
        list-style-type: decimal;
    }
    .evo-entry-content > ul, .evo-entry-content > ol {
        margin-left: 20px;
    }
    .evo-entry-content ul ul, .evo-entry-content ol ol {
        padding-left: 20px;
    }
    .evo-entry-content ul li, .evo-entry-content ol li {
        margin:.5rem 0;
    }
    .evo-entry-content p a:hover, .evo-entry-content table a:hover, .evo-entry-content dl a:hover, .evo-entry-content ul a:hover, .evo-entry-content ol a:hover {
        text-decoration: underline;
    }
    .evo-tags {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .evo-tags ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .evo-tags li {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 3px;
        margin-bottom: 3px;
    }
    .evo-tags li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 33px;
        font-size: 0.625rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #111;
        border:1px solid rgba(0, 0, 0, .1);
        padding:0 .7rem;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-tags li a:hover {
        border-color: #111;
    }
    .evo-single-share {
        margin-bottom: 2rem;
        padding-top: 2rem;
        border-top:1px solid rgba(0, 0, 0, .1);
    }
    .evo-single-share > span {
        display: block;
        font-size: 0.8125rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .evo-single-share .evo-post-footer {
        margin:0;
    }
    .evo-author-bio {
        margin-bottom: 2rem;
        padding:2.5rem;
        background-color: #f8f8f8;
    }
    .evo-author-bio .evo-author-avatar {
        min-width: 120px;
        max-width: 120px;
        margin-right: 30px;
    }
    .evo-author-bio .evo-author-name {
        font-size: 1.125rem;
        font-weight: 700;
        color: #111;
        margin-bottom: 0;
    }
    .evo-author-bio .evo-author-name a {
        color: #111;
    }
    .evo-author-bio .evo-author-task {
        font-size: 0.75rem;
        font-weight: 400;
        text-transform: uppercase;
        opacity: .5;
        margin-top: .2rem;
    }
    .evo-author-bio .evo-author-content {
        margin-top: .8rem;
        margin-bottom: .7rem;
    }
    .evo-author-bio .evo-author-content p {
        font-size: 0.8125rem;
        font-weight: 400;
    }
    .evo-author-bio .evo-author-social ul {
        display: -ms-flexbox;
        display: flex;
    }
    .evo-author-bio .evo-author-social ul li {
        margin-right: 3px;
    }
    .evo-author-bio .evo-author-social a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
        padding:0;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-author-bio .evo-author-social a.google {
        font-size: 17px;
    }
    .evo-author-bio .evo-author-social a.mail {
        color: #111;
    }
    .evo-author-bio .evo-author-social a.mail:hover {
        background-color: #111;
        color: #fff;
    }
    .evo-post-comments {
        border:1px solid rgba(0, 0, 0, .08);
    }
    .evo-comment-list {
        padding:2.5rem 2.5rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    .evo-comment-body {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 50px;
        width: 100%;
    }
    .pingback .evo-comment-body {
        margin-bottom: 20px;
    }
    .evo-comment-meta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .7rem;
    }
    .evo-comment-meta .evo-author-name {
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .evo-comment-date {
        position: relative;
        font-size: 0.8125rem;
        font-weight: 500;
        opacity: .5;
    }
    .evo-comment-date:before {
        position: relative;
        content: '-';
        margin-left: 6px;
    }
    .evo-comment-meta .evo-author-name a, .evo-comment-date a {
        color: currentColor;
    }
    .evo-comment-body > .evo-comment-avatar {
        position: absolute;
        min-width: 60px;
        max-width: 60px;
        margin-top: 3px;
    }
    .evo-comment-avatar img {
        min-width: 60px;
        max-width: 60px;
        margin-right: 25px;
    }
    .evo-comment-detail {
        width: 100%;
        padding-left: 85px;
    }
    .image_none .evo-comment-detail {
        padding-left: 0;
    }
    .evo-comment-detail .evo-entry-content p {
        font-size: 0.8125rem;
    }
    .evo-comment-detail .evo-reply {
        margin-top: 1rem;
    }
    .evo-comment-detail .evo-reply a {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 600;
        color: currentColor;
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 4px 10px;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-comment-detail .evo-reply a:hover {
        border-color: rgba(0, 0, 0, 1);
    }
    .evo-comment-list .children {
        padding-left: 85px;
        padding-top: 50px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    .evo-comment-list > .evo-comment > .children {
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    .evo-comment-list .evo-comment > .comment-respond {
        border-top:1px solid rgba(0, 0, 0, .08);
        border-bottom:1px solid rgba(0, 0, 0, .08);
        margin-bottom: 2rem;
    }
    .comment-reply-title {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
        padding-top: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .comment-reply-title small a {
        font-size: 13px;
        font-weight: 700;
        color: currentColor;
        border-bottom: 1px solid currentColor;
    }
    #commentform .logged-in-as a {
        display: inline-block;
        font-size: 0.875rem;
        font-weight: 600;
        color: currentColor;
        text-decoration: underline
    }
    #commentform {
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    #commentform .comment-notes {
        font-size: 0.875rem;
        opacity: .5;
    }
    #commentform label {
        display: none;
    }
    #commentform .form-control {
        font-size: 0.875rem;
        font-weight: 500;
        padding:12px;
        height: 45px;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border:1px solid rgba(0, 0, 0, .15);
        outline: none;
        box-shadow: none;
    }
    #commentform .form-control:focus, #commentform .form-control:active {
        border-color: rgba(0, 0, 0, 1);
    }
    #commentform textarea.form-control {
        height: auto;
    }
    #commentform .comment-form-email {
        display: inline-block;
        float: left;
        width: 49%;
    }
    #commentform .comment-form-url {
        display: inline-block;
        float: right;
        width: 49%;
    }
    #commentform .form-submit {
        margin-bottom: 0;
    }
    #commentform .form-submit input[type="submit"] {
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .7px;
        height: 43px;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #fff;
        outline: none;
        box-shadow: none;
        padding: 0 2rem;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    #commentform .form-submit input[type="submit"]:hover {
        opacity: .8;
    }
    .evo-module-related {
        margin-top: 7rem;
    }
    .evo-module-related .evo-meta.top {
        margin-bottom: .7rem;
    }
    .evo-module-related .evo-post .evo-title {
        margin-bottom: 1rem;
        word-wrap: break-word;
    }
    .evo-module-popular {
        padding-top: 5rem;
        margin-top: 5rem;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }
    .evo-module-popular .evo-meta {
        margin-bottom: .7rem;
    }
    .evo-module-popular .evo-post .evo-title {
        margin-bottom: 1rem;
    }
    .evo-module-popular .evo-posts-a, .evo-module-popular .evo-posts-a .evo-post {
        position: relative;
        height: 100%;
    }
    .evo-module-popular .evo-posts-a .evo-thumb {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    .evo-module-popular .evo-posts-a .evo-post-body {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        top: 40px;
        bottom: 40px;
        left: 40px;
        width: 50%;
        background-color: rgba(255, 255, 255, .9);
        padding:2.5rem;
        margin:0;
    }
    .evo-module-popular .col-lg-12 {
        margin-top: 30px;
    }
    .evo-module-related .evo-thumb img, .evo-module-popular .evo-thumb img {
        width: 100%;
    }
    .evo-post-comments .no-comments {
        display: none;
    }
    /*3.11 Newsletter Module*/
    .evo-module-newsletter {
        padding:5rem 0;
        text-align: center;
    }
    .evo-module-newsletter[data-skin="light"] {
        background-color: #eee;
    }
    .evo-module-newsletter[data-skin="dark"] {
        background-color: #111;
        color: #fff;
    }
    .evo-module-newsletter .evo-module-inner {
        max-width: 767px;
        margin:auto;
    }
    .evo-module-newsletter h3 {
        font-size: 2.5rem;
    }
    .evo-module-newsletter .evo-desc {
        font-size: 0.9375rem!important;
        font-weight: 300!important;
        opacity: .9;
        max-width: 567px;
        margin:auto;
    }
    .evo-module-newsletter[data-skin="dark"] .evo-desc {
        opacity: .5;
    }
    .evo-newsletter-form {
        max-width: 600px;
        margin:auto;
    }
    .evo-module-newsletter form {
        position: relative;
        margin-top: 3rem;
    }
    .evo-module-newsletter form .mc4wp-form-fields {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .evo-module-newsletter form p label {
        display: none;
    }
    .evo-module-newsletter form p:first-child {
        width: 100%;
    }
    .evo-module-newsletter form input[type="email"] {
        width: 100%;
        height: 55px;
        padding:6px 17px;
        font-size: 0.875rem;
        font-weight: 500;
        box-shadow: none;
        border:0;
        outline: none;
        box-shadow: none;
    }
    .evo-module-newsletter form input[type="submit"] {
        font-size: 0.8125rem;
        height: 55px;
        border: 0;
        padding: 0 2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .7px;
        outline: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
        -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
        transition: all .3s cubic-bezier(.215,.61,.355,1);
    }
    .evo-module-newsletter form input:focus, .evo-module-newsletter form input:active {
        outline: none;
        box-shadow: none;
    }
    .evo-module-newsletter form input[type="submit"]:hover {
        opacity: .8;
    }
    /*General Settings*/
    .evo-meta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .evo-meta a {
        color: #111;
    }
    .evo-meta > * {
        position: relative;
    }
    .evo-meta > *~* {
        margin-left: 18px;
    }
    .evo-meta > *~*:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: -10px;
        top: -1px;
        background-color: currentColor;
        opacity: .2;
    }
    .evo-meta a:hover {
        text-decoration: underline;
    }
    .evo-meta .evo-author span {
        font-style: italic;
        margin-right: .1rem;
        opacity: .5;
    }
    .evo-meta .evo-author a {
        font-weight: 600;
    }
    .evo-meta .evo-category a {
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
    }
    .evo-meta .evo-gallery-count a, .evo-meta .evo-comment a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .evo-meta .evo-gallery-count svg {
        position: relative;
        width: 16px;
        margin-right: 7px;
        margin-left: 2px;
        top: -1px;
        opacity: .5;
    }
    .evo-meta .evo-gallery-count svg * {
        fill: currentColor;
    }
    .evo-meta .evo-comment svg {
        position: relative;
        width: 15px;
        margin-right: 7px;
        margin-left: 2px;
        opacity: .5;
    }
    .evo-post .evo-title a {
        color: #111;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }
    .evo-footer[data-skin="dark"] .evo-post .evo-title a {
        color: #fff;
    }
/*============================================================================
  >> 04. FOOTER
  ============================================================================
*/
.evo-footer {
    position: relative;
    width: 100%;
    border-top:1px solid;
}
.evo-footer[data-skin="light"] * {
    color: #111;
}
.evo-footer[data-skin="light"] p {
    opacity: .6;
}
.evo-footer[data-skin="dark"] * {
    color: #fff;
}
.evo-footer[data-skin="dark"] p {
    opacity: .6;
}
.evo-footer-widget-area {
    border-bottom:1px solid;
}
.evo-footer-widget-area .row {
    margin-left: -45px;
    margin-right: -45px;
}
.evo-footer-widget-area .evo-widget-column {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 4rem;
    padding-bottom: 1rem;
}
.evo-footer-widget-area .widget {
    margin-bottom: 3rem;
}
.evo-footer-widget-area .evo-widget-column~.evo-widget-column {
    border-left:1px solid;
}
.evo-footer-widget-area .evo-widget-title {
    border-bottom: 1px solid;
    padding-bottom: .5rem;
    margin-bottom: 2rem;
}
.evo-footer-widget-area .evo-widget-title .evo-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
.evo-footer-bottom {
    padding:1.5rem 0;
}
.evo-footer-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.evo-footer-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.evo-footer[data-style="2"] .evo-footer-column {
    width: 100%;
}
.evo-footer-column.left {
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
}
.evo-footer-column.center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto;
}
.evo-footer[data-style="2"] .evo-footer-column.center {
    width: 100%;
}
.evo-footer-column.right {
    -ms-flex: 1 1 33.33%; 
    flex: 1 1 33.33%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.evo-footer .evo-copyright {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .25px;
}
.evo-footer .evo-brand.small {
    margin-left: 0;
}
.evo-footer .evo-brand img {
    max-width: none;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -ms-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.evo-footer .evo-brand .evo-logo-light {
    position: absolute;
    top: 0;
    left: 0;
}
.evo-footer[data-skin="light"] .evo-logo-dark {
    opacity: 1;
}
.evo-footer[data-skin="dark"] .evo-logo-light {
    opacity: 1;
}
.evo-footer-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.evo-footer-social ul li {
    margin-left: 35px;
}
.evo-footer-social ul li a {
    font-size: 0.8125rem;
}
/*============================================================================
  >> 02. RTL SETTINGS
  ============================================================================
*/
body[data-rtl="true"] {
    direction: rtl;
    text-align: right;
}
/*============================================================================
  >> 01. THEME SETTINGS
  ============================================================================
*/
    /*============================================================================
      >> GENERAL SETTINGS
      ============================================================================
    */
    .evo-theme-border, body[data-border="true"] .evo-footer:before {
        background-color: #111;/*THEME BORDER COLOR*/
    }
    /*============================================================================
      >> LOGO SETTINGS
      ============================================================================
    */
    .evo-brand a {
        height: 90px;/*LOGO HEIGHT*/
    }
    .evo-brand.small a {
        height: 30px;/*SMALL LOGO HEIGHT*/
    }
    .evo-mobile-header .evo-brand.small a {
        height: 40px;/*MOBILE MENU LOGO HEIGHT*/
    }
    /*============================================================================
      >> HEADER MAIN SETTINGS
      ============================================================================
    */
    body:not(.evo-for-header) .evo-header-main {
        background-color: #fff;/*HEADER MAIN BACKGROUND COLOR*/
    }
    .evo-header-main > * {
        height: 200px;/*HEADER MAIN HEIGHT*/
    }
    /*============================================================================
      >> HEADER NAV SETTINGS
      ============================================================================
    */
    .evo-header-promo {
        background-color: #111;/*HEADER PROMO BACKGROUND COLOR*/
    }
    body:not(.evo-for-header) .evo-header .evo-header-nav {
        background-color: #fff;/*HEADER NAV BACKGROUND COLOR*/
    }
    body:not(.evo-for-header) .evo-header .evo-header-nav {
        border-color: #eee;/*HEADER NAV BORDER COLOR*/
    }
    .evo-header-nav {
        height: 67px;/*MAIN NAV HEIGHT*/
    }
    .evo-search-holder.stuck {
        top: 67px;/*MAIN NAV HEIGHT*/
    }
    /*============================================================================
      >> HEADER MENU SETTINGS
      ============================================================================
    */
    .evo-menu > li > a:hover, .evo-menu > li:hover > a {
        color: #e71b22; /*MENU HOVER COLOR*/
    }
    .evo-child-menu, .evo-mega-menu {
        background-color: #fff;/*SUB MENU BACKGROUND COLOR*/
    }
    .evo-child-menu, .evo-mega-menu, .evo-menu .menu-item-has-children:not(.mega-menu) .evo-mega-menu {
        border-color: #eee;/*MEGA MENU BORDER COLOR*/
    }
    .evo-menu .evo-child-menu *, .evo-menu .evo-mega-menu * {
        color: #111!important;/*SUB MENU LINK COLOR*/
    }
    .evo-menu .evo-child-menu .sub-menu li a:hover, .evo-menu .evo-child-menu .sub-menu li:hover > a, .evo-mega-menu a:hover, .evo-mega-container .sub-menu > li.active > a {
        color: #e71b22!important;/*SUB MENU LINK HOVER COLOR*/
    }
    /*============================================================================
      >> MOBILE HEADER SETTINGS
      ============================================================================
    */
    .evo-header-mobile {
        height: 55px;/*MOBILE HEADER HEIGHT*/
    }
    @media (max-width: 991px) {
        .evo-search-holder.stuck {
            position: absolute!important;
            top: 55px;
        }
    }
    .evo-header-mobile {
        background-color: #fff;/*MOBILE HEADER BACKGROUND COLOR*/
    }
    /*============================================================================
      >> FOOTER SETTINGS
      ============================================================================
    */
    .evo-footer, .evo-footer-widget-area, .evo-footer-widget-area .evo-widget-column~.evo-widget-column, .evo-footer-widget-area .evo-widget-title {
        border-color: #eee;/*FOOTER BORDER COLOR*/
    }
    .evo-footer {
        background-color: #fff;/*FOOTER BACKGROUND COLOR*/
    }
    /*============================================================================
      >> COLOR SETTINGS
      ============================================================================
    */
    .evo-primary-color, .evo-entry-content a, #commentform .logged-in-as, .evo-galler-style-a .slick-arrow, .evo-not-found .evo-title, .comment-reply-title small a {
        color: #e71b22;/*THEME PRIMARY COLOR*/
    }
    .evo-format-icon, #commentform .form-submit input[type="submit"], .evo-module-newsletter form input[type="submit"], .evo-not-found a, .evo-pagination .nav-links .current, .post-pages > span, .post-password-form input[type="submit"] {
        background-color: #e71b22;/*THEME PRIMARY COLOR*/
    }
    .evo-loader {
        border-top-color: #e71b22;/*THEME PRIMARY COLOR*/
    }
    .evo-entry-content blockquote {
        border-color: #e71b22;/*THEME PRIMARY COLOR*/
    }
    .evo-secondary-color {
        color: #decba3;/*THEME SECONDARY COLOR*/
    }
    .evo-sidebar-wrap[data-style="2"] .evo-widget-title {
        background-color: #decba3;/*THEME SECONDARY COLOR*/
    }
    .evo-outer-post .evo-post:hover .evo-title a {
        color:  #999;/*POST TITLE HOVER COLOR*/
        text-decoration: none;/*POST TITLE HOVER TEXT DECORATION*/
    }
    /*============================================================================
      >> TYPOGRAPHY
      ============================================================================
    */
    body {
        font-family: 'Work Sans', sans-serif;/*BODY FONT FAMILY*/
    }
    .evo-menu li a {
        font-family: 'Work Sans', sans-serif;/*MENU FONT FAMILY*/
        font-size: 13px;/*MENU FONT SIZE*/
        font-weight: 700;/*MENU FONT WEIGHT*/
        letter-spacing: 0px;/*MENU FONT LETTER SPACING*/
    }
    .evo-post .evo-title, .evo-dialogbox-newletter .evo-entry-title, .evo-dialogbox-newletter .evo-entry-subtitle, .evo-module-video .evo-title, .evo-search-form .evo-search-input, .evo-widget-title .evo-title, .evo-entry-content h1, .evo-entry-content h2, .evo-entry-content h3, .evo-entry-content h4, .evo-entry-content h5, .evo-entry-content h6, .evo-author-bio, .evo-module-title .evo-title, .evo-module-newsletter h3, .evo-gallery-detail h3, .evo-archive-title .evo-title, .evo-not-found, .evo-category-title .evo-title, .page .evo-page-header .evo-title {
        font-family: 'Frank Ruhl Libre', serif;/*POST TITLE FONT FAMILY*/
        font-weight: 700;/*POST TITLE FONT WEIGHT*/
        letter-spacing: 0;/*POST TITLE FONT LETTER SPACING*/
    }
    .evo-post .evo-meta {
        font-family: 'Work Sans', sans-serif;/*POST META FONT FAMILY*/
        font-size: 11px;/*POST META FONT SIZE*/
        font-weight: 400;/*POST META FONT WEIGHT*/
        letter-spacing: 0;/*POST META FONT LETTER SPACING*/
    }
    .evo-entry-content p, .evo-entry-content dl, .evo-entry-content table, .evo-entry-content ul, .evo-entry-content ol, .evo-module-newsletter .evo-desc, .evo-gallery-detail p, .evo-galler-style-c .evo-gallery-pagination {
        font-family: 'Frank Ruhl Libre', serif;/*POST TITLE FONT FAMILY*/
        font-size: 16px;
        font-weight: 400;/*POST TITLE FONT WEIGHT*/
        letter-spacing: 0;/*POST TITLE FONT LETTER SPACING*/
    }
/*============================================================================
  >> 09. MEDIA ELEMENTS
  ============================================================================
*/
@media (min-width: 991px) {
    .evo-visibility-mobile {
        display: none!important;
    }
    .evo-full__padding {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-second {
        left: 3rem;
        right: 3rem;
    }
    .evo-search-form .evo-search-input {
        font-size: 3.2rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-second .evo-post {
        padding:1.7rem 3rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 3.25rem;
    }
    .evo-galler-style-c .evo-gallery-item {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .evo-galler-style-c .evo-gallery-info {
        border-left: 1px solid rgba(0, 0, 0, .08);
    }
}
@media (min-width: 1280px) {
    body[data-container="large"] .container, .evo-module-featured[data-style="4"] .evo-for-first .evo-post-inner {
        max-width: 1280px;
    }
    .evo-full__padding {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-second {
        left: 3rem;
        right: 3rem;
    }
    .evo-header__padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .evo-mega-container > .sub-menu {
        min-width: 320px;
    }
    .evo-module-featured[data-style="1"] .evo-slider-item {
        width: 1330px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 4.25rem;
    }
    .evo-sidebar.right {
        padding-left: 45px;
    }
    .evo-sidebar.left {
        padding-right: 45px;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
        height: 650px;
    }
    .evo-single-post .evo-post-header .evo-title {
        font-size: 4.125rem;
    }
}
@media (min-width: 1600px) {
    .evo-module-featured[data-style="1"] .evo-slider-item {
        width: 1390px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .evo-module-featured[data-style="4"] .evo-for-second {
        left: 7rem;
        right: 7rem;
    }
}
@media (max-width: 1280px) {

}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    .evo-menu > li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .evo-mega-container {
        max-width: 100%;
    }
    .evo-mega-container > .sub-menu {
        min-width: 288px;
    }
    .evo-mega-menu .evo-post .evo-title {
        font-size: 0.875rem;
    }
    .evo-module-post[data-style="3"] .evo-thumb {
        min-width: 300px;
    }
    .evo-module-post[data-style="6"] .evo-thumb {
        min-width: 500px;
    }
    .evo-module-featured[data-style="1"] .evo-slider-item {
        width: 990px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-post .evo-post-body {
        margin-top: 1.5rem;
    }
    .evo-module-category[data-style="6"] .evo-post .evo-post-body * {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-post .evo-post-inner {
        padding:0;
    }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
    .evo-visibility-desktop {
        display: none!important;
    }
    .evo-module-carousel .evo-slider .evo-post .evo-title {
        font-size: 1.125rem;
        line-height: 1.3;
        margin: .7rem 0 .9rem;
    }
    .evo-module-post[data-style="6"] .evo-thumb {
        min-width: 300px;
    }
    .evo-module-video .evo-module-wrap {
        padding-top: 0!important;
    }
    .evo-module-video .evo-image-cover {
        background-size: cover;
        background-position: center;
    }
    .evo-module-video .evo-title {
        font-size: 3.75rem;
    }
    .evo-module-featured[data-style="1"] .evo-slider-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .evo-module-featured.evo-inner-post .evo-post .evo-image-cover {
        height: 600px;
    }
    .evo-module-featured.evo-outer-post .evo-post .evo-image-cover {
        height: 500px;
    }
    .evo-module-featured .evo-post .evo-title {
        font-size: 2.5rem;
    }
    .evo-module-category .evo-module-item .evo-post {
        margin-bottom: 70px!important;
    }
    .evo-module-category .evo-module-list .evo-post {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .evo-module-category[data-style="4"] .evo-module-list .evo-thumb {
        min-width: 100%;
        margin-right: 0;
    }
    .evo-module-category[data-style="5"] .evo-posts-b {
        padding:0;
        border:0;
    }
    .evo-module-category .evo-post .evo-title, .evo-module-related .evo-post .evo-title, .evo-module-popular .evo-post .evo-title {
        font-size: 1.75rem;
    }
    .evo-module-post[data-style="2"] .evo-post .evo-thumb a {
        max-height: none;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
        height: 500px;
    }
    .evo-single-post .evo-post-header .evo-title {
        font-size: 3.25rem;
    }
    .evo-sidebar {
        margin-top: 3rem;
    }
    .evo-module-related .evo-post, .evo-module-popular .evo-post {
        margin-bottom: 50px;
    }
    .evo-module-popular .evo-posts-a {
        height: 60vh;
        margin-bottom: 50px;
    }
    .evo-module-popular .col-lg-12 {
        margin-top: 0;
    }
    .evo-module-popular .evo-posts-a .evo-post-body {
        width: auto;
        right: 40px;
    }
    .evo-single-overlay {
        min-height: auto;
    }
    .evo-large-thumbnail {
        height: 300px;
    }
    .evo-single-top__reverse {
        margin-top: 3rem;
    }
    .evo-single-top__reverse:before {
        content: none;
    }
    .evo-gallery-slider .evo-gallery-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .evo-galler-style-c .evo-gallery-info {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    .evo-brand-text {
        font-size: 2.5rem;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    .evo-mobile-header, .evo-mobile-main {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .evo-search-holder.active .evo-search-inner, .evo-search-holder .container {
        height: 150px;
    }
    .evo-module-carousel .evo-slider .evo-post .evo-title {
        font-size: 1.25rem;
        line-height: 1.3;
        margin: .7rem 0 .9rem;
    }
    .evo-module-post.evo-outer-post .evo-post .evo-title {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }
    .evo-list-post.evo-large-list .evo-post {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .evo-list-post.evo-large-list .evo-thumb {
        min-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .evo-list-post.evo-large-list .evo-post-body {
        margin-top: 1rem;
    }
    .evo-module-post[data-style="6"] .evo-post-item {
        margin-bottom: 2rem;
    }
    .evo-module-post[data-style="6"] .evo-post-item~.evo-post-item .evo-post {
        padding-top: 2rem;
    }
    .evo-module-post[data-style="2"] .evo-post .evo-thumb a {
        max-height: none;
    }
    .evo-module-video .container {
        max-width: 100%;
    }
    .evo-module-featured.evo-inner-post .evo-post .evo-image-cover {
        height: 500px;
    }
    .evo-module-featured.evo-outer-post .evo-post .evo-image-cover {
        height: 400px;
    }
    .evo-module-featured .evo-post .evo-title {
        font-size: 2.125rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-second {
        display: none;
    }
    .evo-module-featured[data-style="4"] .evo-for-first .evo-post-inner {
        padding-bottom: 0;
    }
    .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 2.25rem;
    }
    .evo-module-featured[data-style="5"] .evo-meta.bottom {
        margin-top: 1.3rem;
    }
    .evo-module-category .evo-post .evo-title, .evo-module-related .evo-post .evo-title, .evo-module-popular .evo-post .evo-title {
        font-size: 1.5rem;
    }
    .evo-module-category[data-style="4"] .evo-inner-post .evo-post-inner, .evo-module-category .evo-inner-post .evo-post .evo-post-inner {
        padding:0 2rem;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
        height: 380px;
    }
    .evo-single-post .evo-post-header .evo-title {
        font-size: 2.5rem;
    }
    .evo-module-popular .evo-posts-a .evo-post-body {
        padding:2rem;
    }
    .evo-module-newsletter .evo-module-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .evo-gallery-slider .evo-gallery-item img {
        height: auto;
    }
    .evo-galler-style-a {
        padding:2rem 2rem 1.5rem;
    }
    .evo-gallery-detail h3 {
        font-size: 1.125rem;
    }
    .evo-gallery-detail p {
        font-size: 0.875rem;
    }
    .evo-galler-style-a .evo-gallery-info {
        margin-top: 65px;
    }
    .evo-galler-style-a .slick-arrow {
        right: auto;
        left: 0;
    }
    .evo-galler-style-a .slick-prev {
        margin:0;
    }
    .evo-galler-style-a .slick-next {
        margin-left:46px;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .evo-module-post.evo-outer-post .evo-post .evo-title {
        font-size: 1.625rem;
    }
    .evo-module-video .evo-desc p {
        font-size: 0.875rem;
    }
    .evo-module-featured.evo-inner-post .evo-post .evo-image-cover {
        height: 400px;
    }
    .evo-module-featured.evo-outer-post .evo-post .evo-image-cover {
        height: 300px;
    }
    .evo-module-featured .evo-post .evo-title {
        font-size: 1.5rem;
    }
    .evo-module-featured.evo-inner-post .evo-post .evo-post-inner {
        padding: 2rem;
    }
    .evo-module-featured.evo-outer-post[data-style="2"] .evo-post-body, .evo-module-featured.evo-outer-post[data-style="3"] .evo-post-body {
        padding:2rem;
    }
    .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 2rem;
    }
    .evo-module-category[data-style="4"] .evo-inner-post .evo-thumb {
        height: 358px;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
        height: 358px;
    }
    .evo-single-post .evo-dropcrap > p:first-child:first-letter {
        font-size: 4.5rem;
    }
    .evo-author-bio .evo-author-wrap, .evo-comment-body {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .evo-comment-list .children {
        padding-left: 0;
    }
    #commentform .comment-form-email, #commentform .comment-form-url {
        float: none;
        width: 100%;
    }
    #commentform .form-submit input[type="submit"] {
        width: 100%;
    }
    .evo-galler-style-b .evo-gallery-navigation {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
    }
    .evo-galler-style-b .evo-gallery-item {
        padding-left: 0;
    }
    .evo-galler-style-b .evo-gallery-navigation .prev {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        border-right: 0;
    }
    .evo-single-carousel .slick-nav {
        display: none!important;
    }
    .evo-comment-body .evo-comment-avatar {
        position: relative;
    }
    .evo-comment-body .evo-comment-avatar {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .evo-comment-detail {
        padding-left: 0;
    }
    .evo-entry-content blockquote p {
        font-size: 1.25rem!important;
    }
    .evo-comment-body {
        margin-bottom: 30px;
    }
    .evo-comment-list .children {
        padding-top: 30px;
        border:0;
    }
    .evo-comment-list .children .comment:last-child .evo-comment-body {
        margin-bottom: 0;
    }
    .evo-comment-list > .evo-comment > .children {
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .evo-module-carousel .evo-slider .evo-post .evo-title {
        font-size: 1.125rem;
        line-height: 1.3;
        margin: .7rem 0 .9rem;
    }
    .evo-module-post.evo-outer-post .evo-post .evo-title, .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .evo-mobile-nav {
        width: 360px;
    }
    .evo-module-featured.evo-outer-post .evo-post-body {
        margin-top: 2rem;
    }
    .evo-module-featured .evo-post .evo-title {
        font-size: 1.25rem;
    }
    .evo-module-category .evo-post .evo-title, .evo-module-related .evo-post .evo-title, .evo-module-popular .evo-post .evo-title {
        font-size: 1.25rem;
    }
    .evo-module-category[data-style="4"] .evo-inner-post .evo-post-inner, .evo-module-category .evo-inner-post .evo-post .evo-post-inner {
        padding:0 15px;
    }
    .evo-module-category[data-style="6"] .evo-posts-b .evo-thumb {
        height: 300px;
    }
    .evo-single-post .evo-post-header .evo-title, .evo-module-newsletter h3 {
        font-size: 2rem;
    }
    .evo-module-newsletter form {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .evo-module-newsletter form p {
        width: 100%;
    }
    .evo-module-newsletter form input[type="submit"], .evo-module-newsletter form input[type="email"] {
        width: 100%;
        height: 40px;
        text-align: center;
    }
    .evo-comment-list {
        padding:0;
    }
    #commentform {
        padding: 0;
        margin-top: 2rem;
    }
    .evo-post-comments {
        border:0;
    }
    .evo-author-bio {
        background-color: transparent;
        padding:2rem 0;
        border-top:1px solid rgba(0, 0, 0, .08);
        border-bottom:1px solid rgba(0, 0, 0, .08);
    }
    .evo-galler-style-a {
        padding:1rem 1rem 1rem;
    }
}
@media (max-width: 360px) {
    .evo-module-post.evo-outer-post .evo-post .evo-title, .evo-module-featured[data-style="4"] .evo-for-first .evo-title, .evo-module-video .evo-title {
        font-size: 1.375rem;
    }
    .evo-module-category .evo-post .evo-title, .evo-module-related .evo-post .evo-title, .evo-module-popular .evo-post .evo-title {
        font-size: 1.125rem;
    }
    .evo-mobile-nav {
        width: 100%;
    }
}