<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flare
Theme URI: http://wp.swlabs.co/flare
Author: Rubik Themes
Author URI: https://themeforest.net/user/therubikthemes
Description: Flare - Creative, Multi-Purpose, Business WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options, translation-ready
Text Domain: flare

*/

/**
 *
 *  STYLE FOR THEME UNIT TEST
 *
 *
 *  [Table of contents]
 *
 *  [&amp;. Content / #key]
 *  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *  Summary:
 *
 *
 *  0. RESET CSS
 *
 *  1. SLZ CLASS DEFAULT
 *
 *  2. WIDGETS
 *    - 2.1. Widget General
 *    - 2.2. Table
 *    - 2.3. Style Widget
 *    - 2.4. Widget Search
 *    - 2.5. Select
 *    - 2.6. Widget Calendar
 *    - 2.7. Widget Entries + Recent Comments + Archive
 *    - 2.8. Widget Categories + Pages + Nav Menu
 *    - 2.9. Widget Pages
 *    - 2.10. Widget Nav Menu
 *    - 2.11. Widget Meta, Tags, Meta-categories
 *    - 2.12. Meta Tag, Meta Categories
 *    - 2.13. Gallery
 *    - 2.14. Sticky
 *    - 2.15. Widget Tag Cloud
 *
 *  3. ENTRY CONTENT
 *
 *  4. COMMENT FORM
 *
 *  5. BLOG ITEM
 *
 *  6. BLOG DETAIL
 *
 *  7. TITLE COMMAND
 *
 *  8. BTN BACK TO TOP
 *
 *  9. PAGE 404
 *
 *
 *  Responsive
 *
 *
 *
 */


/*======================================
=            0. RESET CSS              =
=======================================*/
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }


    html * {
      outline: 0;
      margin: 0;
      padding: 0;
    }

    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 16px;
    }

    html,
    body {
        height: 100%;
        margin: 0 auto;
        padding: 0;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }

    body {
        height: auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        background-color: #fff;
        word-wrap: break-word;
        font-family: 'PT Serif', serif;
    }

    header,
    nav,
    body,
    section,
    article,
    aside,
    footer,
    address,
    hgroup {
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    ul,
    li,
    dl,
    dt,
    dd,
    table,
    tr,
    td,
    form {
        margin: 0;
        padding: 0;
    }

    ul,
    li {
        list-style-position: outside;
        list-style-type: none;
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    strong,
    b {
        font-weight: bold;
    }

    a {
        color: #333;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a:hover,
    a:active,
    a:focus {
        color: #333;
        outline: 0;
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        font-family: inherit;
        line-height: 1.1;
        font-weight: 700;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    address {
        font-style: italic;
        margin: 0 0 24px;
    }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background: #fafafa;
        color: #000;
    }

    p {
        margin: 0 0 20px;
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, serif;
        font-size: 16px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 16px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens:    none;
        -ms-hyphens:     none;
        hyphens:         none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 24px;
        line-height: 1.4;
        font-style: italic;
        font-weight: 700;
        background: transparent;
        border-left: none;
        margin: 0px 0px 20px;
        padding: 20px;
        position: relative;
        display: table;
        width: 100%;
        color: #333333;
    }
    blockquote:before{
        font-size: 36px;
        color: #c1c1c1;
        line-height: 1.2;
        display: table-cell;
        vertical-align: top;
        position: relative;
        font-family: "Ionicons";
        content: "\f347";
        vertical-align: top;
        text-align: left;
        width: 60px;
        font-style: normal;
    }
    blockquote p {
        display: table-cell;
        vertical-align: top;
    }

    blockquote blockquote {
        margin-right: 0;
    }
    blockquote cite,
    blockquote small {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color: #333;
        text-align: left;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin-top: 20px;
        text-transform: uppercase;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }

    small {
        font-size: smaller;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    dl {
        margin: 0 0 20px;
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin: 0 0 20px;
    }

    menu,
    ol,
    ul {
        margin: 0px 0 10px;
        padding: 0 0 0 15px;
    }

    ol li,
    ul li {
        list-style-type: inherit;
        color: inherit;
    }

    ul {
        list-style-type: disc;
    }

    ul ul, ol ul {
        list-style-type: circle;
    }

    ul ul ul{
        list-style-type: square;
    }

    nav ul,
    nav ol {
        list-style: none;
        list-style-image: none;
    }

    li &gt; ul,
    li &gt; ol {
        margin: 0;
    }

    big {
        font-size: larger;
    }

    code {
        padding: 2px 4px;
        font-size: 90%;
        color: #333;
        background-color: #fafafa;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    }

    figure {
        margin: 0;
    }

    fieldset {
        border: 1px solid #f0f0f0;
        margin: 0 2px;
        min-width: inherit;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }


    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    textarea {
        overflow: auto;
        vertical-align: top;
    }

    table {
        border-bottom: 1px solid #f0f0f0;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 16px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    caption,
    th,
    td {
        font-weight: 400;
    }

    caption {
        font-size: 16px;
        margin: 20px 0;
    }

    del {
        color: #333;
    }

    ins {
        background: #fafafa;
        text-decoration: none;
    }

    hr {
        background-size: 4px 4px;
        border: 0;
        height: 1px;
        margin: 0 0 24px;
        border-top: 1px solid #f0f0f0;
    }

    table {
        width: 100%;
    }

    table th {
        text-align: left;
        border: 1px solid #f0f0f0;
        padding: 2px 8px;
    }

    table td {
        border: 1px solid #f0f0f0;
        padding: 2px 8px;
    }

/*=========  End of reset css  ========*/


/*============================================
=            1. SLZ CLASS DEFAULT            =
============================================*/

    .body-wrapper {
        position: relative;
        overflow: hidden;
    }

    .body-wrapper .wrapper-content {
        position: relative;
    }

    .slz-sidebar-left .slz-content-column {
        float: right;
    }

    .text-l {
        text-align: left;
    }

    .text-c {
        text-align: center;
    }

    .text-r {
        text-align: right;
    }

    .float-l {
        float: left;
    }

    .float-r {
        float: right;
    }

    .float-none {
        float: none;
    }

    .wid-100 {
        width: 100%;
    }

    .padding-top-100 {
        padding-top: 100px;
    }

    .padding-bottom-100 {
        padding-bottom: 100px;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .padding-top-0 {
        padding-top: 0;
    }

    .padding-bottom-0 {
        padding-bottom: 0;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .margin-bottom-0 {
        margin-bottom: 0;
    }

    .slz-list-block {
        font-size: 0;
        margin: 0 -15px;
    }

    .slz-list-team-block &gt; .item,
    .slz-isotope-grid .grid-item,
    .slz-blog-detail .slz-related-post [class*="slz-block-item"] {
        font-size: 16px;
    }

    .slz-list-block &gt; .item {
        font-size: 16px;
        padding: 0 15px;
        margin-top: 30px;
        vertical-align: top;
        display: inline-block;
    }

    .slz-list-block.slz-column-1 &gt; .item.post {
        margin-top: 50px;
    }

    .slz-list-block.slz-column-1 &gt; .item:first-child,
    .slz-list-block.slz-column-1 &gt; .item.post:first-child {
        margin-top: 0;
    }

    .slz-list-block.slz-column-1 &gt; .item {
        width: 100%;
    }

    .slz-list-block.slz-column-2 &gt; .item:nth-child(-n + 2) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-2 &gt; .item {
        width: 50%;
    }

    .slz-list-block.slz-column-3 &gt; .item:nth-child(-n + 3) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-3 &gt; .item {
        width: 33.3333%;
    }

    .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 4) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-4 &gt; .item {
        width: 25%;
    }

    .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 5) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-5 &gt; .item {
        width: 20%;
    }

    .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 6) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-6 &gt; .item {
        width: 16.6666%;
    }

    .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 7) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-7 &gt; .item {
        width: 14.285%;
    }

    .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 8) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-8 &gt; .item {
        width: 12.5%;
    }

    .slz_text-default {
        color: #333;
    }

    .slz_bg-default {
        background-color: #333;
    }

    .slz_bg-overlay {
        z-index: 1;
        position: relative;
    }

    .slz_bg-overlay:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.8;
        position: absolute;
        display: block !important;
        background-color: #333;
    }

    .entry-content .slz-title-shortcode, 
    .slz-title-shortcode {
        color: #333;
        font-size: 30px;
        line-height: 1.1;
        font-weight: 700;
        
        font-family: 'Montserrat', sans-serif;
    }
    
/*=========  End of Slz class default  =====*/


/*=======================================
=            2. WIDGETS                 =
=======================================*/

    /*----------  2.1. Widget General  ----------*/
        .fa.fa-youtube:before {
            content: "\f16a";
        }
        .wp-caption {
            max-width: 100%;
        }
        .wp-caption-text {
            font-weight: 400;
            font-style: italic;
            color: #7b7b7b;
        }
        .bypostauthor {
            font-weight: 400;
        }

        .slz-widget {
            font-size: 16px;
        }

    /*----------  2.2. Table  ----------*/    
        .slz-widget a {
            color: #7b7b7b;
            text-decoration: none;
        }

        .slz-widget a:focus {
            outline: none;
        }

        .slz-widget a:active,
        .slz-widget a:hover {
            outline: 0;
            color: #333;
        }

        .slz-widget h1,
        .slz-widget h2,
        .slz-widget h3,
        .slz-widget h4,
        .slz-widget h5,
        .slz-widget h6 {
            clear: both;
            font-family: inherit;
            line-height: 1.1;
            font-weight: 700;
            margin: 0;
        }

        .slz-widget h1 {
            font-size: 36px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .slz-widget h2 {
            font-size: 30px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .slz-widget h3 {
            font-size: 22px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .slz-widget h4 {
            font-size: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .slz-widget h5 {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .slz-widget h6 {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .slz-widget address {
            font-style: italic;
            margin: 0 0 24px;
        }

        .slz-widgets abbr[title] {
            border-bottom: 1px dotted;
        }

        .slz-widget b,
        .slz-widget strong {
            font-weight: 700;
        }

        .slz-widget dfn {
            font-style: italic;
        }

        .slz-widget mark {
            background-color: #ff0;
            color: #000;
        }

        .slz-widget p {
            margin: 0 0 10px;
        }

        .slz-widget code,
        .slz-widget kbd,
        .slz-widget pre,
        .slz-widget samp {
            font-family: monospace, serif;
            font-size: 16px;
            -webkit-hyphens: none;
            -moz-hyphens: none;
            -ms-hyphens: none;
            hyphens: none;
        }

        .slz-widget pre {
            background: #f5f5f5;
            color: #333;
            font-family: monospace, serif;
            font-size: 16px;
            margin: 20px 0;
            overflow: auto;
            padding: 20px;
            white-space: pre;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        .slz-widget small {
            font-size: smaller;
        }

        .slz-widget sub,
        .slz-widget sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
        }

        .slz-widget sup {
            top: -0.5em;
        }

        .slz-widget sub {
            bottom: -0.25em;
        }

        .slz-widget dl {
            margin: 0 0 20px;
        }

        .slz-widget dt {
            font-weight: 700;
        }

        .slz-widget dd {
            margin: 0 0 20px;
        }

        .slz-widget menu,
        .slz-widget ol,
        .slz-widget ul {
            margin: 0 0 10px;
            padding: 0 0 0 15px;
        }

        .slz-widget ul {
            list-style-type: disc;
        }

        .slz-widget ul ul, .slz-widget ol ul {
            list-style-type: circle;
        }

        .slz-widget nav ul,
        .slz-widget nav ol {
            list-style: none;
            list-style-image: none;
        }

        .slz-widget li &gt; ul,
        .slz-widget li &gt; ol {
            margin: 0;
        }

        .slz-widget big {
            font-size: larger;
        }

        .slz-widget code {
            padding: 2px 4px;
            font-size: 90%;
            color: #333;
            background-color: #f9f2f4;
            border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .slz-widget kbd {
            padding: 2px 4px;
            font-size: 90%;
            color: #fff;
            background-color: #333;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
            -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
        }

        .slz-widget img {
            -ms-interpolation-mode: bicubic;
            border: 0;
            vertical-align: middle;
            max-width: 100%;
            height: auto;
        }

        .slz-widget svg:not(:root) {
            overflow: hidden;
        }

        .slz-widget figure {
            margin: 0;
        }

        .slz-widget form {
            margin: 0;
        }

        .slz-widget fieldset {
            border: 1px solid #c0c0c0;
            margin: 0 2px;
            min-width: inherit;
            padding: 0.35em 0.625em 0.75em;
        }

        .slz-widget legend {
            border: 0;
            padding: 0;
            white-space: normal;
        }

        .slz-widget button,
        .slz-widget input,
        .slz-widget select,
        .slz-widget textarea {
            font-size: 100%;
            margin: 0;
            max-width: 100%;
            vertical-align: baseline;
        }

        .slz-widget button,
        .slz-widget input {
            line-height: normal;
        }

        .slz-widget button,
        .slz-widget html input[type="button"],
        .slz-widget input[type="reset"],
        .slz-widget input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        .slz-widget button[disabled],
        .slz-widget input[disabled] {
            cursor: default;
        }

        .slz-widget input[type="checkbox"],
        .slz-widget input[type="radio"] {
            padding: 0;
        }

        .slz-widget input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

        .slz-widget button::-moz-focus-inner,
        .slz-widget input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

        .slz-widget textarea {
            overflow: auto;
            vertical-align: top;
        }

        .slz-widget table {
            border-bottom: 1px solid #333;
            border-collapse: collapse;
            border-spacing: 0;
            font-size: 16px;
            line-height: 2;
            margin: 0 0 20px;
            width: 100%;
        }

        .slz-widget th {
            font-weight: 700;
            text-transform: uppercase;
        }

        .slz-widget td {
            border-top: 1px solid #333;
            padding: 6px 10px 6px 0;
        }

        .slz-widget table {
            width: 100%;
        }

        .slz-widget table th {
            text-align: left;
            border: 1px solid #333;
            padding: 2px 8px;
        }

        .slz-widget table td {
            border: 1px solid #333;
            padding: 8px;
        }

        .slz-widget caption,
        .slz-widget th,
        .slz-widget td {
            font-weight: 400;
            text-align: center;
        }

        .slz-widget caption {
            font-size: 16px;
            margin: 20px 0;
        }

        .slz-widget del {
            color: #333;
        }

        .slz-widget ins {
            background-color: #fff9c0;
            text-decoration: none;
        }

        .slz-widget hr {
            background-size: 4px 4px;
            border: 0;
            height: 1px;
            margin: 0 0 24px;
            border-top: 1px solid #eee;
        }

        .slz-widget table .odd td {
            background-color: #fcfcfc;
        }

    /*----------  2.3. Style Widget   ----------*/
        .slz-widget + .slz-widget {
            margin-top: 50px;
        }

        .slz-widget .widget-title,
        .slz-widget  .title-widget {
            text-align: left;
            color: #333;
            font-size: 18px;
            margin-top: 0px;
            font-weight: 700;
            padding-bottom: 10px;
            margin-bottom: 40px;
            position: relative;
            
            font-family: 'Montserrat', sans-serif;
        }

        .slz-widget .widget-title:before,
        .slz-widget  .title-widget:before {
            left: 0;
            bottom: 0;
            width: 70px;
            height: 1px;
            content: "";
            position: absolute;
            background-color: #333;
        }

        .entry-content .slz-widget ul,
        .slz-widget ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

        .slz-widget ul &gt; li {
            padding: 8px 0;
        }

        .slz-widget ul &gt; li:first-child {
            padding-top: 0px;
        }

        .slz-widget ul &gt; li:last-child {
            padding-bottom: 0px;
        }

        .slz-widget ul &gt; li a:hover {
            text-decoration: underline;
        }

        .slz-widget &gt; ul .children {
            padding-left: 18px;
        }

        .slz-widgets.slz-dark .slz-footer-main {
            background-color: #2d2e33;
        }

        .slz-widgets.slz-dark {
            color: #cecece;
        }

        .slz-widgets.slz-dark .widget-title,
        .slz-widgets.slz-dark .title-widget {
            color: #fff;
        }

        .slz-widgets.slz-dark input,
        .slz-widgets.slz-dark select,
        .slz-widgets.slz-dark option {
            color: #333;
        }

        .slz-widgets.slz-dark .slz-widget .screen-reader-text,
        .slz-widgets.slz-dark .widget .screen-reader-text {
            color: #cecece;
        }

    /*----------  2.4. Widget Search  ----------*/
        .widget_search {
            position: relative;
        }

        .widget_search .search-form {
            width: 100%;
            position: relative;
            vertical-align: top;
            display: inline-block;
        }

        .widget_search .search-form&gt;label{
            display: block;
            width: 100%;
        }

        .widget_search .screen-reader-text{
            display: block;
            margin-bottom: 15px;
        }

        .widget_search .search-field {
            height: 50px;
            width: 100%;
            color: #333;
            padding: 0 15px;
            font-size: 16px;
            line-height: 48px;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .widget_search .search-field:focus,
        .widget_search .search-field:active {
            border-color: #333;
        }

        .widget_search .search-field::-webkit-input-placeholder {
            color: #7b7b7b;
        }

        .widget_search .search-field::-moz-placeholder {
            color: #7b7b7b;
        }

        .widget_search .search-field:-ms-input-placeholder {
            color: #7b7b7b;
        }

        .widget_search .search-field:-moz-placeholder {
            color: #7b7b7b;
        }

        .widget_search .search-submit {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: transparent;
            color: #333;
            border: none;
            font-size: 0;
            line-height: 24px;
        }

        .widget_search .search-submit:before {
            content: "\f002";
            font-family: "FontAwesome";
            font-size: 14px;
        }

    /*----------  2.5. Select  ----------*/
        .slz-widget select {
            color: #333;
            width: 100%;
            height: 40px;
            width: 100%;
            padding: 0 15px;
            font-size: 14px;
            line-height: 40px;
            border-radius: 0;
            -webkit-border-radius: 0;
            vertical-align: top;
            display: inline-block;
            border: 1px solid #d2d2d2;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: #FFFFFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUFEQ0JFODE5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUFEQ0JFODI5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQURDQkU3Rjk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQURDQkU4MDk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psti2TwAAAA3SURBVHjaYmBgYCgC4i9Q/AkNw8RBahiYgbgZiP/jwM1QNXDQgEVRAwMO0ECMIhhogWIUABBgALYFGIUw/br1AAAAAElFTkSuQmCC') no-repeat;
            background-position: 95% center;
            background-position: calc(100% - 15px) center;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .slz-widget select option {
            width: 100%;
        }

        .slz-widget select:focus {
            border: 1px solid #333;
        }

        .slz-widget .screen-reader-text {
            display: none;
        }

        .widget_rss .rsswidget {
            font-weight: 700;
            font-size: 18px;
            display: block;
            color: #333;
        }

        .widget_rss .rsswidget:hover {
            color: #000;
            text-decoration: underline;
        }

        .widget_rss .rsswidget .rss-widget-icon{
            margin-right: 0px;
        }

        .widget_rss .title-widget .rsswidget{
            display: inline-block;
            margin-bottom: 0px;
        }

        .widget_rss .rss-date{
            font-size: 14px;
            font-weight: 400;
            font-style: italic;
            margin-bottom: 8px;
            display: block;
            letter-spacing: 1px;
            color: #333;
            font-family: 'PT Serif', serif;
        }

        .widget_rss .rssSummary {
            font-family: 'PT Serif', serif;
        }

        .widget_rss cite {
            color: #333;
            margin-top: 5px;
            font-size: 18px;
            font-family: 'PT Serif', serif;
        }

        .widget_rss ul li{
            margin-bottom: 20px;
            padding-top: 0;
            padding-bottom: 0;
        }

    /*----------  2.6. Widget Calendar  ----------*/
        .widget_calendar .block-title {
            margin-bottom: 17px;
        }

        .widget_calendar caption,
        .entry-content .widget_calendar caption {
            color: #fff;
            margin: 0px;
            border-bottom: 0;
            font-weight: 700;
            padding: 10px;
            border: 1px solid #333;
            background-color: #333;
        }

        .widget_calendar tfoot a {
            color: #333;
        }

        .widget_calendar tfoot a:hover {
            text-decoration: underline;
        }

        .widget_calendar table {
            width: 100%;
            text-align: center;
            color: #333;
        }

        .widget_calendar table th,
        .entry-content .widget_calendar table th {
            text-align: center;
        }

        .widget_calendar td {
            padding: 8px 0;
        }

        .widget_calendar #today {
            background-color: #333;
            font-weight: 700;
            color: #fff;
        }

        .widget_calendar #today a {
            color: #fff;
        }

        .widget_calendar #today {
            background-color: #333;
            font-weight: 700;
            color: #fff;
        }

        .widget_calendar thead tr {
            line-height: 34px;
        }

    /*----------  2.7. Widget Entries + Recent Comments + Archive ----------*/
        .widget_recent_entries ul li,
        .widget_recent_comments ul li,
        .widget_archive ul li {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .widget_recent_entries ul li:last-child,
        .widget_recent_comments ul li:last-child,
        .widget_archive ul li:last-child {
            margin-bottom: 0;
        }

        .widget_recent_entries ul li .post-date,
        .widget_archive ul li .post-date {
            display: block;
            color: #7b7b7b;
        }

        .widget_recent_comments ul li a {
            font-weight: 600;
        }

    /*----------  2.8. Widget Categories + Pages + Nav Menu ----------*/
        .widget_categories ul li,
        .widget_pages ul li,
        .widget_nav_menu ul li {
            position: relative;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .widget_categories ul li:last-child,
        .widget_pages ul li:last-child,
        .widget_nav_menu ul li:last-child  {
            margin-bottom: 0;
        }

        .widget_categories ul .children,
        .widget_pages ul .children,
        .widget_nav_menu ul .sub-menu {
            padding-top: 8px;
        }

        .widget_categories ul .children li:last-child,
        .widget_pages ul .children li:last-child,
        .widget_nav_menu ul .sub-menu li:last-child {
            padding-bottom: 0;
        }

    /*----------  2.9. Widget Pages  ----------*/
        .widget_pages ul li a:before,
        .widget_nav_menu ul li a:before {
            position: absolute;
            content: "\f105";
            font-family: "FontAwesome";
            right: 0;
            line-height: inherit;
            color: inherit;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    /*----------  2.10. Widget Nav Menu  ----------*/
        .widget_nav_menu .sub-menu {
            opacity: 1;
            visibility: visible;
            top: auto;
            width: 100%;
            padding-left: 18px;
            display: block;
            position: relative;
            background-color: transparent;
            border-top: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            list-style-type: circle;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

        .widget_nav_menu .sub-menu .sub-menu {
            left: 0;
            top: 0;
            padding-left: 18px;
            padding-top: 8px;
        }

        .widget_nav_menu .sub-menu &gt; li {

        }

        .widget_nav_menu .sub-menu &gt; li.mega-menu-col {
            list-style-type: inherit;
            display: list-item;
            width: 100%;
            float: none;
            padding-left: 0;
            padding-right: 0;
        }

        .widget_nav_menu .sub-menu &gt; li + li {
            border: none;
        }

        .widget_nav_menu .sub-menu &gt; li &gt; a {
            line-height: inherit;
            padding: 0;
            font-weight: 400;
        }

        .widget_nav_menu .sub-menu &gt; li &gt; a i {
            margin-left: 8px;
        }

    /*----------  2.11. Widget Meta, Tags, Meta-categories  ----------*/
        .widget_meta ul li,
        .categories-list li,
        .tags-list li,
        .slz-tag li {
            display: inline-block;
            vertical-align: top;
            padding: 0px;
            margin: 0 5px 10px 0px;
            color: #7b7b7b;
        }

        .slz-widget .slz-tag li {
            padding-top: 0;
            padding-bottom: 0;
        }

        .entry-content .tags-links ul {
            padding-left: 0;
        }

        .widget_meta ul li a,
        .categories-list li a,
        .tags-list li a,
        .slz-tag a {
            display: inline-block;
            vertical-align: top;
            padding: 5px 20px;
            margin: 0;
            font-size: 12px;
            border-radius: 40px;
            -webkit-border-radius: 40px;
            color: #7b7b7b;
            border: 1px solid #f5f7fc;
            background-color: #f5f7fc;
            overflow: hidden;
            position: relative;
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-family: 'Montserrat', sans-serif;
        }

        .widget_meta ul li a:hover,
        .categories-list li a:hover,
        .tags-list li a:hover,
        .slz-tag a:hover {
            color: #333;
            border-color: #333;
            background-color: transparent;
            box-shadow: none;
        }

        .widget_meta ul li a abbr[data-original-title],
        .widget_meta ul li a abbr[title] {
            border-bottom-color: transparent;
        }

    /*----------  2.12. Meta Tag, Meta Categories  ----------*/
        .categories-list,
        .tags-list {
            list-style: none;
            padding-left: 0px;
            margin-bottom: 0px;
        }

        .categories-list li,
        .tags-list li {
            margin: 0;
            color: #333;
            font-size: 14px;
            font-weight: 700;
            position: relative;
           
            font-family: 'Montserrat', sans-serif;
        }

        .categories-list li a,
        .tags-list li a {
            font-weight: 400;
            font-size: 12px;
            margin-bottom: 10px;
            vertical-align: middle;
        }

        .categories-list + .tags-list,
        .categories-list + .meta-content {
            margin-top: 15px;
        }

        .categories-list li a,
        .tags-list li a {
            margin-right: 10px;
        }
        .categories-list li a:last-child,
        .tags-list li a:last-child {
            margin-right: 0px;
        }
        .categories-list li a:first-child,
        .tags-list li a:first-child,
        .categories-list li span + a,
        .tags-list li span + a {
            margin-left: 10px;
        }

        .widget_text p,
        .slz-widgets .widget_text p {
            margin-bottom: 15px;
        }

        .widget_text p strong {
            margin-bottom: 5px;
            display: inline-block;
        }

        .widget_text img,
        .slz-blog-detail .widget_text img {
            margin-bottom: 5px;
        }

    /*----------  2.13. Gallery  ----------*/
        .gallery {
            margin-bottom: 1.6em;
            margin: 0 -10px;
        }

        .gallery-item {
            display: inline-block;
            padding: 10px;
            text-align: center;
            vertical-align: top;
            width: 100%;
        }

        .gallery-columns-2 .gallery-item {
            max-width: 50%;
        }

        .gallery-columns-3 .gallery-item {
            max-width: 33.33%;
        }

        .gallery-columns-4 .gallery-item {
            max-width: 25%;
        }

        .gallery-columns-5 .gallery-item {
            max-width: 20%;
        }

        .gallery-columns-6 .gallery-item {
            max-width: 16.66%;
        }

        .gallery-columns-7 .gallery-item {
            max-width: 14.28%;
        }

        .gallery-columns-8 .gallery-item {
            max-width: 12.5%;
        }

        .gallery-columns-9 .gallery-item {
            max-width: 11.11%;
        }

        .gallery-icon img {
            margin: 0 auto;
        }
        
        .entry-content .gallery-item .gallery-caption,
        .gallery-item .gallery-caption {
            margin-bottom: 0;
        }

        .gallery-caption {
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5;
            padding: 0.5em 0;
        }

        .gallery-columns-6 .gallery-caption,
        .gallery-columns-7 .gallery-caption,
        .gallery-columns-8 .gallery-caption,
        .gallery-columns-9 .gallery-caption {
            display: none;
        }

    /*----------  2.14. Sticky  ----------*/
    	.sticky {}
        .slz-sticky {
            position: absolute;
            right: 10px;
            top: 5px;
            z-index: 10;
        }

        .slz-sticky .inner {
            color: #333;
        }

        .slz-sticky .inner:before {
            font-family: 'FontAwesome';
            content: "\f02e";
            font-size: 45px;
            color: inherit;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
            -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

    /*----------  2.15. Widget Tag Cloud  ----------*/
        .widget_tag_cloud .tagcloud a {
            margin: 0 5px 10px 0px;
            display: inline-block;
            line-height: 1;
            vertical-align: bottom;
            padding: 5px 20px;
            border: 1px solid #f5f7fc;
            background-color: #f5f7fc;
            border-radius: 40px;
            -webkit-border-radius: 40px;
            color: #7b7b7b;
            overflow: hidden;
            position: relative;
            z-index: 2;
            font-family: 'Montserrat', sans-serif;
        }

        .widget_tag_cloud .tagcloud a:hover {
            color: #333;
            border-color: #333;
            background-color: #fff;
        }

/*=========  End of widgets  ==========*/


/*=======================================
=            3. ENTRY CONTENT           =
=======================================*/

    .entry-content a {
        text-decoration: none;
    }

    .entry-content a:focus {
        outline: none;
    }

    .entry-content a:active,
    .entry-content a:hover {
        outline: 0;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        clear: both;
        font-family: inherit;
        line-height: 1.1;
        font-weight: 700;
        margin: 0;
        color: #333;
        font-family: 'Montserrat', sans-serif;
    }

    .entry-content h1 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h2 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h4 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content h5 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content h6 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content address {
        font-style: italic;
        margin: 0 0 24px;
    }

    .entry-content abbr[title] {
        border-bottom: 1px dotted;
    }

    .entry-content b,
    .entry-content strong {
        font-weight: 700;
    }

    .entry-content dfn {
        font-style: italic;
    }

    .entry-content mark {
        background-color: #ff0;
        color: #000;
    }

    .entry-content p {
        margin: 0 0 20px;
    }

    .entry-content code,
    .entry-content kbd,
    .entry-content pre,
    .entry-content samp {
        font-family: monospace, serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .entry-content pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .entry-content small {
        font-size: smaller;
    }

    .entry-content sub,
    .entry-content sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    .entry-content sup {
        top: -0.5em;
    }

    .entry-content sub {
        bottom: -0.25em;
    }

    .entry-content dl {
        margin: 0 0 20px;
    }

    .entry-content dt {
        font-weight: 700;
    }

    .entry-content dd {
        margin: 0 0 20px;
    }

    .entry-content menu,
    .entry-content ol,
    .entry-content ul {
        margin: 0 0 10px;
        padding: 0 0 0 30px;
    }

    .entry-content ol li,
    .entry-content ul li{
        list-style-type: inherit;
        color: inherit;
    }

    .entry-content ul {
        list-style-type: disc;
    }

    .entry-content ul ul, .entry-content ol ul {
        list-style-type: circle;
    }

    .entry-content ul ul ul{
        list-style-type: square;
    }

    .entry-content nav ul,
    .entry-content nav ol {
        list-style: none;
        list-style-image: none;
    }

    .entry-content li &gt; ul,
    .entry-content li &gt; ol {
        margin: 0;
    }

    .entry-content big {
        font-size: larger;
    }

    .entry-content code {
        padding: 2px 4px;
        font-size: 90%;
        color: #333;
        background-color: #f9f2f4;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .entry-content kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    }

    .entry-content img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    .entry-content svg:not(:root) {
        overflow: hidden;
    }

    .entry-content figure {
        margin: 0;
    }

    .entry-content form {
        margin: 0;
    }

    .entry-content fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        min-width: inherit;
        padding: 0.35em 0.625em 0.75em;
    }

    .entry-content legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    .entry-content button,
    .entry-content input,
    .entry-content select,
    .entry-content textarea {
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    .entry-content button,
    .entry-content input {
        line-height: normal;
    }

    .entry-content button,
    .entry-content html input[type="button"],
    .entry-content input[type="reset"],
    .entry-content input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    .entry-content button[disabled],
    .entry-content input[disabled] {
        cursor: default;
    }

    .entry-content input[type="checkbox"],
    .entry-content input[type="radio"] {
        padding: 0;
    }

    .entry-content input[type="search"] {
        -webkit-appearance: textfield;
        padding-right: 2px; /* Don't cut off the webkit search cancel button */
        width: 270px;
    }

    .entry-content input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    .entry-content button::-moz-focus-inner,
    .entry-content input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .entry-content textarea {
        overflow: auto;
        vertical-align: top;
    }

    .entry-content table,
    .comments-area table {
        border-bottom: 1px solid #f0f0f0;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    .comments-area caption,
    .comments-area th,
    .comments-area td,
    .entry-content caption,
    .entry-content th,
    .entry-content td  {
        font-weight: normal;
    }

    .entry-content caption,
    .comments-area caption {
        font-size: 16px;
        margin: 20px 0;
    }

    .comments-area th,
    .entry-content th {
        font-weight: bold;
        
    }
    .entry-content thead th,
    .comments-area thead th {
        text-transform: uppercase;
        color: #333;
    }
    .comments-area td,
    .entry-content td {
        border-top: 1px solid #f0f0f0;
        padding: 6px 10px 6px 0;
    }
    .entry-content del,
    .comments-area del {
        color: #333;
    }
    .comments-area ins,
    .entry-content ins {
        background: #fff9c0;
        text-decoration: none;
    }
    .entry-content hr,
    .comments-area hr {
        background-size: 4px 4px;
        border: 0;
        height: 1px;
        margin: 0 0 24px;
        border-top:1px solid #eee;
    }

    .comments-area table th,
    .entry-content table th {
      text-align: left;
      font-weight: 700;
      border: 1px solid #f0f0f0;
      padding: 2px 8px;
      color: #333;
    }

    .comments-area table th {
        text-transform: uppercase;
    }
    
    .comments-area table td a {
        color: #333;
        font-weight: 700;
    }

    .entry-content table td,
    .comments-area table td {
      border: 1px solid #f0f0f0;
      padding: 2px 8px;
    }
    .comments-area table .odd td,
    .entry-content table .odd td {
      background-color: #fcfcfc;
    }

    .entry-content img.aligncenter {
        margin: 5px auto;
    }
    .entry-content .aligncenter img,
    .entry-content .aligncenter  {
        margin: 5px auto;
    }
    .entry-content img.size-full,.entry-content img.size-large,.entry-content img.wp-post-image {
        height: auto;
        max-width: 100%;
    }


    .entry-content .alignleft {
        float: left;
    }

    .entry-content .alignright {
        float: right;
    }

    .entry-content img.alignnone {
        margin: 5px 0;
    }

    .entry-content img.size-full,
    .entry-content img.size-large,
    .entry-content img.wp-post-image {
        height: auto;
        max-width: 100%;
    }

    .entry-content figure.wp-caption.alignleft,
    .entry-content img.alignleft {
        margin: 5px 20px 5px 0;
    }

    .entry-content figure.wp-caption.alignright,
    .entry-content img.alignright {
        margin: 5px 0 5px 20px;
    }

    .entry-content img.alignnone {
        margin: 5px 0;
    }

    .entry-content figure.alignnone {
        margin: 5px 0;
    }

    .entry-content embed,
    .entry-content iframe,
    .entry-content object,
    .entry-content video {
        max-width: 100%;
    }

    .entry-content img,
    .entry-summary img,
    .comment-content img,
    .slz-widgets .widget img,
    .entry-content .wp-caption {
        max-width: 100%;
    }

    .entry-content .wp-caption .wp-caption-text,
    .entry-content .entry-caption,
    .entry-content .gallery-caption {
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        margin: 0 0 24px;
    }

    .entry-content .nav-links {
        margin: 0 0 20px;
    }

    .entry-content .nav-links:before {
        content: "";
        display: table;
    }

    .entry-content .nav-links:after {
        content: "";
        display: table;
        clear: both;
    }

    .entry-content .nav-links .nav-previous {
        display: block;
        width: 50%;
        float: left;
    }

    .entry-content .nav-links .nav-next {
        display: block;
        width: 50%;
        float: right;
    }

    .entry-content .nav-links .nav-previous a,
    .entry-content .nav-links .nav-next a {
        text-decoration: none;
        text-align: left;
    }

    .entry-content .nav-links .nav-previous .meta-nav,
    .entry-content .nav-links .nav-next .meta-nav {
        margin-right: 5px;
    }

    .entry-content .nav-links .post-title {
        font-weight: 700;
        display: block;
    }

    /*----------  3. page links  ----------*/
    .entry-content .page-links {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: left;
    }

    .entry-content .page-links .page-links-title {
        margin-right: 10px;
        font-weight: 700;
        color: #333;
        font-family: 'Montserrat', sans-serif;
    }

    .entry-content .page-links .screen-reader-text {
        display: none;
    }

    .entry-content .screen-reader-text {
        display: none;
    }

    .entry-content .page-links &gt; span:not(.page-links-title):not(.screen-reader-text) {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 26px;
        -webkit-border-radius: 26px;
        text-decoration: none;
        margin-right: 10px;
        box-shadow: 2px 3px 9px 1px rgba( 0, 0, 0, 0.07 );
        -webkit-box-shadow: 2px 3px 9px 1px rgba( 0, 0, 0, 0.07 );
    }

    .entry-content .page-links a {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        border-radius: 26px;
        -webkit-border-radius: 26px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        text-decoration: none;
        color: #7b7b7b;
        border: 1px solid #f5f7fc;
        background-color: #f5f7fc;
        margin-right: 10px;
    }
    .entry-content .page-links a:hover {
        color: #333;
        border-color: #333;
        background-color: transparent;
        box-shadow: none;
    }

/*=========  End of entry content  ====*/


/*=======================================
=            4. COMMENT FORM            =
=======================================*/

    .comments-area {
        margin-top: 80px;
    }

    .comments-area h1 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area h2 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area h3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area h5 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area h6 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #333;
    }

    .comments-area address {
        font-style: italic;
        margin: 0 0 24px;
    }

    .comments-area abbr[title] {
        border-bottom: 1px dotted;
    }

    .comments-area b,
    .comments-area strong {
        font-weight: 700;
    }

    .comments-area dfn {
        font-style: italic;
    }

    .comments-area mark {
        background-color: #ff0;
        color: #000;
    }

    .comments-area p {
        margin: 0 0 10px;
    }

    .comments-area code,
    .comments-area kbd,
    .comments-area pre,
    .comments-area samp {
        font-family: monospace, serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .comments-area pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .comments-area dl {
        margin: 0 0 20px;
    }

    .comments-area dd {
        margin: 0 0 20px;
    }

    .comments-area ul,
    .comments-area ol {
        margin-bottom: 10px;
    }

    .comments-area ul ul,
    .comments-area ol ol,
    .comments-area ol ul {
        margin-bottom: 0px;
    }

    .comments-area .comments-title {
        margin: 0;
        padding-bottom: 15px;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        position: relative;

        font-family: 'Montserrat', sans-serif;
        margin-bottom: 10px;
    }

    .comments-area .comments-title:before {
        left: 0;
        content: "";
        bottom: 0;
        position: absolute;
        width: 70px;
        height: 1px;
        background-color: #333;
    }

    .comments-area .comment-respond .comment-reply-title {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        color: #555555;
    }

    .comments-area .comment-list {
        margin-bottom: 0px;
    }

    .comments-area .comment-list .comment {
        padding: 25px 0;
    }

    .comments-area .comment-list .comment:last-child {
        padding-bottom: 0;
    }

    .comments-area .comment-list .comment + .comment {
        border-top: 1px solid #f0f0f0;
    }

    .comments-area .comment-list .children {
        padding-left: 50px;
        margin-top: 25px;
        border-top: 1px solid #eeeeee;
    }

    .comments-area .comment-list,
    .comments-area ol,
    .comments-area ul {
        list-style: none;
        padding-left: 0px;
    }

    .comments-area .comment-meta + .comment-content,
    .comments-area .comment-metadata + .comment-awaiting-moderation {
        margin-top: 15px;
    }

    .comments-area  .comment-awaiting-moderation {
        padding-left: 90px;
    }

    .comments-area .comment-body {
        padding: 0;
        position: relative;
    }

    .comments-area .comment-body ul {
        list-style: disc;
    }

    .comments-area .comment-body ul ul {
        list-style: circle;
    }

    .comments-area .comment-body ul ul ul {
        list-style: square;
    }

    .comments-area .comment-body ul li,
    .comments-area .comment-body ol li {
        list-style: inherit;
    }

    .comments-area .comment-body  ul,
    .comments-area .comment-body  ol {
        padding-left: 15px;
    }

    .comments-area .comment-body  ol {
        list-style-type: decimal;
    }

    .comments-area .comment-body  ol ul {
        list-style-type: disc;
    }

    .comments-area .comment-body:before {
        display: table;
        content: "";
    }

    .comments-area .comment-body:after {
        content: "";
        display: table;
        clear: both;
    }

    .comments-area .comment-author {
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .comments-area .comment-author img {
        max-width: 100%;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .comments-area .comment-author .avatar {
        margin: 0px 10px 0px 0;
    }

    .comments-area .comment-author .fn {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        padding-left: 100px;
        font-weight: 500;
        color: #555555;
        text-transform: uppercase;
    }

    .comments-area .comment-author .fn a {
        font-size: 14px;
        font-weight: 900;
        color: #333;
    }

    .comments-area .comment-author .fn a:hover {
        color: #333;
    }

    .comments-area .comment-author .says {
        display: none;
    }

    .comments-area .comment-metadata {
        margin-bottom: 0px;
        display: inline-block;
        position: relative;
        padding-left: 15px;
        line-height: 24px;
        float: right;
    }

    .comments-area .comment-metadata a {
        color: #b3b3b3;
    }

    .comments-area .comment-notes .required {
        color: #FB0000;
    }

    .comments-area .comment-list .reply {
        display: block;
    }

    .comments-area .comment-list .reply a {
        position: relative;
        display: inline-block;
        color: #9fa3a7;
        text-decoration: none;
    }

    .comments-area .comment-list .reply a:hover {
        text-decoration: none;
        color: #333;
    }

    .comments-area .comment-list .reply a:before {
        content: "\21B5";
        margin-right: 10px;
        display: inline-block;
        color: #9fa3a7;
        font-size: 24px;
        line-height: 24px;
        vertical-align: top;
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .comments-area .comment-list .reply {
        padding-left: 100px;
    }

    .comments-area .comment-awaiting-moderation,
    .comments-area.comment-content,
    .comments-area .comment-list .reply {
        width: 100%;
        word-wrap: break-word;
    }

    .comments-area .highlander-comment {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .comments-area .comment-metadata a {
        color: #9fa3a7;
        margin-right: 10px;
    }

    .comments-area .comment-metadata a:hover {
        color: #333;
    }

    .comments-area .comment-metadata .edit-link:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f040";
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        margin-right: 5px;
        speak: none;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: top;
    }

    .comments-area .wrap-rating.in-post {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .comments-area .wrap-rating .rating-title sup {
        color: #FB0000;
    }

    .comments-area .rating span {
        color: #C8C8C8;
    }

    .comments-area .wrap-rating.in-post .rating:hover .fa.fa-star{
        color: #C8C8C8!important;
    }

    .comments-area .wrap-rating.in-post .rating:hover .fa.fa-star.over,
    .rating .fa.fa-star.voted {
        color: #FAE803!important;
    }

    .comments-area .comment-form &gt; div {
        margin-bottom: 10px;
    }

    .comments-area .comment-form &gt; div &gt; label {
        font-weight: 400;
    }

    .comments-area .comment-form &gt; div &gt; label .required {
        color: #FB0000;
        margin-left: 5px;
    }

    .comments-area .comment-form-comment &gt; label {
        display: block;
        color: #707070;
    }

    .comments-area input:not([type="submit"]),
    .comments-area input:not([type="reset"]),
    .comments-area input:not([type="file"]),
    .comments-area .comment-form-comment textarea {
        max-width: 100%;
        width: 100%;
        color: #333;
        border: 1px solid #d2d2d2;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    .comments-area input::-webkit-input-placeholder {
        color: #7b7b7b;
    }

    .comments-area input::-moz-placeholder {
        color: #7b7b7b;
    }

    .comments-area input:-ms-input-placeholder {
        color: #7b7b7b;
    }

    .comments-area input:-moz-placeholder {
        color: #7b7b7b;
    }

    .comments-area input:not([type="submit"]):focus,
    .comments-area input:not([type="reset"]):focus,
    .comments-area input:not([type="file"]):focus,
    .comments-area .comment-form-comment textarea:focus {
        border-color: #333;
    }

    .comments-area .comment-form-comment textarea {
        min-height: 120px;
        resize: none;
    }

    .comments-area .comment-form {
        display: table;
        width: 100%;
        position: relative;
    }

    .comments-area .comment-form:before {
        content: "";
        display: table;
    }

    .comments-area .comment-form:after {
        display: table;
        content: "";
        clear: both;
        float: none;
    }

    .comments-area .comment-form-author {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .comments-area .comment-form-email {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .comments-area .comment-form-email:before {
        display: table;
        content: "";
    }

    .comments-area .comment-form-email:after {
        display: table;
        content: "";
        clear: both;
    }

    .comments-area .comment-form-comment {
        display: block;
        width: 100%;
        float: left;
    }

    .comments-area .comment-form-comment label,
    .comments-area .comment-form-author label,
    .comments-area .comment-form-email label,
    .comments-area .comment-form-url label {
         display: block;
         color: #7d909d;
         margin-bottom: 5px;
    }

    .comments-area .comment-form-author label .required,
    .comments-area .comment-form-email label .required,
    .comments-area .comment-form-url label .required {
        color: #FB0000;
    }

    .comments-area .comment-form-author input,
    .comments-area .comment-form-email input,
    .comments-area .comment-form-url input {
        width: 100%;
    }

    .comments-area .wrap-rating .rating-title {
        font-weight: 700;
        color: #707070;
    }

    .comments-area .comment-form .comment-form-url {
        display: block;
        width: 100%;
        float: left;
    }

    .comments-area .comment-form .comment-form-url + .form-submit {
        margin-top: 40px;
    }

    .comments-area .comment-form .form-submit {
        margin-bottom: 0px;
        margin-top: 30px;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 1;
        min-width: 170px;
    }

    .comments-area .comment-form .form-submit input {
        max-width: 100%;
        width: 100%;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        border: 1px solid #333;
        background-color: transparent;
        color: #333;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .comments-area .comment-form .form-submit input:hover {
        background-color: #333;
        color: #fff;
    }

    .comments-area .input-error-msg {
        color: #FB0000;
        margin-top: 10px;
    }

    .comments-area .pagination-comment {
        margin-top: 30px;
    }

    .comment .author-photo img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .comment .media-left {
        padding-right: 0;
    }

    .comment .media-body {
        padding-left: 20px;
    }

    .comment .media-body .heading-wrapper {
        width: 100%;
        vertical-align: top;
        display: table;
    }

    .comment-info-wrapper {
        display: table-cell;
    }

    .comment-feedback-wrapper {
        display: table-cell;
    }

    .comment-info-wrapper .author-name,
    .comment-info-wrapper .info {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }


    .comment-info-wrapper .author-name + .info {
        float: right;
    }

    .comment-info-wrapper .author-name {
        color: #333;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    .comment-info-wrapper .author-name a:hover {
        color: #000;
        text-decoration: underline;
    }

    .comment-info-wrapper .info li {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        padding-left: 10px;
        position: relative;
    }

    .comment-info-wrapper .info li a {
        color: #333;
        font-style: italic;
    }

    .comment-info-wrapper .info li a:hover {
        color: #333;
    }

    .comment-info-wrapper .info li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .comment-info-wrapper .info li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .comment-info-wrapper .info li + li:before {
        position: absolute;
        content: "-";
        color: #989b9f;
        opacity: 0.7;
        left: 0;
        line-height: inherit;
    }

    .comment-feedback-wrapper a {
        color: #333;
        font-size: 12px;
        font-weight: 700;
        position: relative;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }


    .comment-feedback-wrapper a:hover {
        color: #000;
        text-decoration: underline;
    }

    .comment .comment-content {
        margin-top: 15px;
    }

    .comment .comment-content &gt; h2:first-child {
        margin-top: 0;
    }

    .comment-respond {
        margin-top: 80px;
    }

    .comment-respond &gt; .title {
        margin: 0 0 40px 0;
        padding-bottom: 15px;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        position: relative;
    
        font-family: 'Montserrat', sans-serif;
    }

    .comment-respond &gt; .title:before {
        left: 0;
        content: "";
        bottom: 0;
        position: absolute;
        width: 70px;
        height: 1px;
        background-color: #333;
    }

    .comment-respond &gt; .title a {
        color: #7b7b7b;
    }

    .comment-respond &gt; .title a:hover {
        color: #333;
        text-decoration: underline;
    }

    .comment-respond &gt; .title small {
        float: right;
        font-weight: 700;
    }

/*=========  End of comment form  =====*/


/*=======================================
=            5. BLOG ITEM               =
=======================================*/
    .block-info-date {
        display: block;
        font-style: italic;
        margin-bottom: 10px;
    }
    .block-info ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-info li {
        font-size: 16px;
        margin-bottom: 5px;
        color: #333333;
        list-style: none;
        position: relative;
        display: inline-block;
        
        font-style: italic;
        text-shadow: 0.01em 0;
    }

    .block-info li:after {
        margin: 0 10px;
        content: "/";
        line-height: inherit;
        font-style: normal;
        position: relative;
    }

    .block-info li:last-child:after {
        content: none;
    }

    .block-info li a {
        color: #333333;
        position: relative;
        text-decoration: none;
        font-style: italic;
    }

    .block-info li a:hover {
        color: #000;
        text-decoration: underline;
    }

    .block-info li.edit-link {
        padding-left: 0;
    }

    .block-info li.edit-link:before {
        content: none;
    }

    .block-info li.edit-link i {
        color: #333;
    }

    .block-info li a:before {
        font-family: "FontAwesome";
        font-size: 14px;
        left: 0;
        color: inherit;
    }

    .block-info + .entry-content {
        margin-top: 20px;
    }

    .block-info .edit-link i {
        margin-right: 5px;
        font-style: normal;
    }

    .block-info li .author-label {
        color: #7b7b7b;
    }
    .block-info li.author .link:hover {
        text-decoration: none;
    }
    .block-info li.author:hover .author-text {
        text-decoration: underline;
    }

    .block-content .entry-title {
        font-weight: 500;
    }

    .block-content .entry-title a {
        color: #333;
        font-size: 32px;
        line-height: 1.2;
        font-weight: 700;
        
        font-family: 'Montserrat', sans-serif;
    }

    .block-content .entry-title a:hover {
        color: #333;
        text-decoration: none;
    }

    .block-content .entry-title + .block-info {
        margin-top: 10px;
    }

    .slz-block-item-01 {
        box-shadow: none;
        background-color: transparent;
        transition: all 0.3s ease;
    }

    .slz-block-item-01.slz-block-box {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    .slz-block-item-01.slz-block-box.style-1 .block-image + .block-content,
    .slz-block-item-01.slz-block-box.style-1 .block-content {
        padding: 15px 20px;
    }

    .block-title {
        color: #333;
        font-size: 18px;
        font-weight: 700;
        
        font-family: 'Montserrat', sans-serif;
    }
    .slz-list-block.slz-column-1 .block-title {
        font-size: 24px;
    }

    .block-title:hover,
    .block-title:focus {
        color: #000;
    }

    .slz-block-item-01 .block-info:empty {
        margin-top: 0;
    }

    .slz-block-item-01.slz-block-item-border {
        border: 1px solid #eeeeee;
    }

    .slz-block-item-01.slz-block-item-border:hover {
        background-color: #fff;
        box-shadow: 0px 5px 20px 0px rgba( 0, 0, 0, 0.1 );
    }

    .slz-block-item-01.slz-block-item-border .block-content-title {
        padding: 30px 30px 15px 30px;
    }

    .slz-block-item-01.slz-block-item-border .block-image + .block-content,
    .slz-template-03 .slz-block-item-01.slz-block-item-border .block-image + .block-content {
        padding: 20px 30px 30px 30px;
    }

    .slz-block-item-01.slz-block-item-border:not(.block-image) .block-content {
        padding: 0 30px 30px 30px;
    }

    .slz-block-item-01.slz-block-item-border .block-content-title + .block-content, 
    .slz-template-03 .slz-block-item-01.slz-block-item-border .block-content-title + .block-content {
        padding-top: 0;
    }

    .sc_carousel_posts .slz-block-item-01.slz-block-item-border .block-content-title + .block-content {
        margin-top: -5px;
    }

    .slz-block-item-01.slz-block-item-border .block-text {
        margin-top: 0;
    }

    .slz-block-item-01.slz-block-image-custom .block-content-title {
        margin-bottom: 15px;
    }

    .slz-block-item-01.slz-block-image-custom .block-text {
        margin-top: 0;
    }

    .slz-block-item-01.style-1 .block-image + .block-content {
        padding: 15px 0 0 0;
    }

    .slz-block-item-01.style-2 .block-content {
        padding: 0 0 0 20px;
    }

    .slz-block-item-01 .block-content .entry-content a {
        color: #333;
    }

    .slz-block-item-01 .block-content .entry-content a:hover {
        color: #000;
        text-decoration: underline;
    }

    .slz-block-item-01 .block-content .continue-reading i {
        margin-left: 8px;
    }

    .slz-block-item-01 .block-content .continue-reading {
        border-bottom: 1px solid #333;
    }

    .slz-block-item-01 .block-content .continue-reading:hover {
        text-decoration: none !important;
    }

    .slz-block-item-01 .block-read-more {
        color: #333;
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    .slz-block-item-01 .block-read-more i {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-30px);
        transition: all 0.3s ease;
    }
    .slz-block-item-01 .block-read-more i:before {
        content: "\f30f";
        font-family: "Ionicons";
    }

    .slz-block-item-01 .block-read-more:hover {
        color: #000;
    }

    .slz-block-item-01 .block-read-more:hover i {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }

    .slz-block-item-01.style-3 .block-content {
        width: auto;
        left: 30px;
        right: 30px;
        bottom: 30px;
        color: #7b7b7b;
        padding: 15px 20px 10px 20px;
        background-color: #fff;
    }

    .slz-template-03 .slz-column-1 .slz-block-item-01.style-3 .block-content {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }

    .slz-block-item-01.style-3 .block-title {
        color: #333;
    }

    .slz-block-item-01.style-3 .block-title:hover {
        color: #000;
    }

    .slz-block-item-01.style-3 .block-info {
        color: #333;
        margin-top: 10px;
    }

    .slz-block-item-01.style-3 .block-info .link {
        color: #333333;
    }

    .slz-block-item-01.style-3 .block-info .link:hover {
        color: #000;
    }

    .slz-block-item-01.style-3 .block-read-more {
        color: #333;
    }

    .slz-block-item-01.style-3 .block-read-more:hover {
        color: #000;
    }

    .slz-carousel-wrapper .slz-block-item-01 {
        background-color: transparent;
    }

    .slz-carousel-wrapper .slz-block-item-01.slz-block-item-border {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .slz-carousel-wrapper .slz-block-item-01.style-3 .block-image:before {
        padding-top: 110%;
    }

    .entry-content + .entry-meta {
        margin-top: 30px;
    }

    .slz-pagination,
    .pagination-wrapper {
        margin-top: 50px;
    }

    .slz-pagination .pagination,
    .pagination-wrapper .pagination {
        margin: 0;
    }

    .entry-content .slz-pagination .nav-links,
    .entry-content .pagination-wrapper .nav-links {
        margin: 0;
    }

    .slz-pagination .pagination .screen-reader-text {
        display: none;
    }

    .slz-pagination .page-numbers,
    .pagination-comment .page-numbers,
    .pagination-wrapper .page-numbers {
        position: relative;
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        float: none;
        color: #7b7b7b;
        border: 1px solid #f5f7fc;
        background-color: #f5f7fc;
        font-family: 'Montserrat', sans-serif;
    }

    .slz-pagination .page-numbers + .page-numbers,
    .pagination-comment .page-numbers + .page-numbers,
    .pagination-wrapper .pagination li + li {
        margin-left: 10px;
    }

    .slz-pagination .nav-links .page-numbers.current,
    .slz-pagination .nav-links .page-numbers.current:hover,
    .pagination-comment .page-numbers.current,
    .pagination-comment .page-numbers.current:hover,
    .pagination-wrapper .page-numbers.current,
    .pagination-wrapper .page-numbers.current:hover {
        color: #333;
        border-color: #333;
        background-color: transparent;
        box-shadow: none;
    }

    .slz-pagination .nav-links .page-numbers:hover,
    .pagination-comment .page-numbers:hover,
    .pagination-wrapper .page-numbers:hover {
        color: #333;
        border-color: #333;
        background-color: transparent;
        box-shadow: none;
    }

    .slz-pagination .nav-links a.page-numbers:hover,
    .pagination-comment a.page-numbers:hover,
    .pagination-wrapper a.page-numbers:hover {
        color: #333;
        border-color: #333;
        background-color: transparent;
        box-shadow: none;
    }

    .slz-pagination .page-numbers.next,
    .slz-pagination .page-numbers.prev,
    .pagination-comment .page-numbers.next,
    .pagination-comment .page-numbers.prev,
    .pagination-wrapper .page-numbers.next,
    .pagination-wrapper .page-numbers.prev {
        width: auto;
        padding: 0 20px;
    }

    .pagination-wrapper .pagination li:first-child .page-numbers,
    .pagination-wrapper .pagination li:last-child .page-numbers {
        border-radius: 40px;
        -webkit-border-radius: 40px;
    }

    .col-md-8.slz-posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-title, 
    .col-md-12.slz-posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-title, 
    .vc_col-sm-8 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title, 
    .vc_col-sm-12 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
        font-size: 24px;
    }


/*=========  End of Blog ITEM  ========*/


/*=======================================
=            6. BLOG DETAIL             =
=======================================*/

    .slz-blog-detail.slz-no-sidebar .slz-content-column {
        width: 100%;
    }

    .slz-blog-detail.slz-no-sidebar .slz-sidebar-column {
        display: none;
    }

    .slz-blog-detail .post-navigation {
        position: relative;
        margin-top: 15px;
    }

    .post-navigation .nav-links {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 8px 0px;
    }

    .post-navigation .nav-links a {
        color: #333;
    }

    .post-navigation .nav-links a:hover {
        color: #000;
        border-bottom: 1px solid #333;
    }

    .post-navigation .nav-links .prev-post .meta-nav {
        margin-right: 15px;
    }

    .post-navigation .nav-links .next-post .meta-nav {
        margin-left: 15px;
    }

    .slz-blog-detail .blog-detail-wrapper &gt; .title {
        font-weight: 700;
        color: #333;
        
        margin: 0;
        display: block;
        font-size: 24px;
        line-height: 1.3;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

    .slz-blog-detail .blog-detail-wrapper &gt;.title + .slz-featured-block {
        margin-top: 50px;
    }

    .slz-blog-detail .blog-detail-wrapper &gt;.block-info + .slz-featured-block {
        margin-top: 30px;
    }

    .slz-blog-detail .slz-featured-block {
        margin-bottom: 30px;
    }

    .slz-blog-detail .slz-featured-block img {
        margin-left: auto;
        margin-right: auto;
    }

    .slz-blog-detail .slz-sidebar-column .slz-widget:first-child,
    .slz-blog-detail .slz-sidebar-column &gt; div:first-child {
        margin-top: 0px;
    }

    .slz-blog-detail .slz-post-footer {
        margin-top: 40px;
    }

    .blog-detail-wrapper .block-info li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .blog-detail-wrapper .block-info {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
    }

    .blog-detail-wrapper .block-info + .entry-content {
        margin-top: 20px;
    }

    .blog-detail-wrapper .block-info.date:before {
        content: none;
    }

    .blog-detail-wrapper .block-info.date {
        padding: 0;
        margin-bottom: 30px;
    }

    .slz-blog-detail .slz-blog-author {
        margin-top: 40px;
        padding: 30px;
    }
    .slz-blog-author.media {
        border: 1px solid #ececec;
    }
    .slz-blog-author .media-left {
        padding: 0;
        width: 100px;
    }
    .slz-blog-author .media-left .media-image img {
        border-radius: 50px;
    }
    
    .slz-blog-author .media-right {
        padding: 0 0 0 30px;
    }

    .slz-blog-author .media-right .author {
        color: #333;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.1em;
    }

    .slz-blog-author .media-right .author:hover {
        text-decoration: underline;
    }

    .slz-blog-author .media-right .social {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0;
    }
    .slz-blog-author .media-right .social li {
        list-style: none;
        display: inline-block;
        padding: 0 5px;
    }
    .slz-blog-author .media-right .social li:first-child {
        padding-left: 0;
    }
    .slz-blog-author .media-right .social li:last-child {
        padding-right: 0;
    }

    .slz-blog-author .media-right .social li a {
        width: 30px;
        height: 30px;
        padding: 0 9px;
        position: relative;
        display: inline-block;
        line-height: 30px;
    }

    .slz-blog-author .media-right .social li a:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        background-color: #333;
        -webkit-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        z-index: 1;
    }

    .slz-blog-author .media-right .social li a:hover:before {
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .slz-blog-author .media-right .social li a:hover .fa {
        color: #fff !important;
    }

    .slz-blog-author .media-right .social li .fa {
        font-size: 16px;
        z-index: 2;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-blog-author .media-right .des {
        margin-top: 15px;
    }

    .slz-blog-detail.layout-4 &gt; .title {
        font-size: 24px;
        font-family: 'Montserrat', sans-serif;
       
        display: block;
        color: #333;
        line-height: 1.3;
    }
    .slz-blog-detail .blog-detail-wrapper &gt; .link.date,
    .slz-blog-detail.layout-4 &gt; .link.date  {
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.1em;
        font-weight: 400;
        margin-bottom: 8px;
        display: block;
    }
    .block-content .link.date {
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.1em;
        font-weight: 400;
    }
    
    .slz-blog-detail .wrapper-info {
        display: inline-block;
        text-align: right;
        width: 100%;
        min-height: 40px;
    }
    .slz-blog-detail .wrapper-info .block-info {
        float: left;
    }
    .slz-blog-detail .block-info {
        display: inline-block;
        vertical-align: top;
        line-height: 24px;
    }
    .slz-blog-detail.layout-1 .blog-detail-wrapper .block-info,
    .slz-blog-detail.layout-2 .blog-detail-wrapper .block-info,
    .slz-blog-detail.layout-3 .blog-detail-wrapper .block-info {
        margin-top: 10px;
    }
    .slz-blog-detail.layout-4 .block-info,
    .slz-blog-detail.layout-5 .block-info {
        margin-top: 10px;
    }

    .slz-blog-detail .slz-social-share {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .slz-blog-detail .slz-social-share .title {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #333;
    }

    .slz-blog-detail blockquote {
        padding: 20px 40px 20px 40px;
    }
    .slz-blog-detail blockquote:before {
        font-size: 44px;
    }
    
    .slz-blog-detail .categories-list span ,
    .slz-blog-detail .tags-list span {
        line-height: 36px;
        display: inline-block;
        vertical-align: top;
    }

    .slz-blog-detail .blog-detail-wrapper .entry-content {
        margin-top: 35px;
    }
    .slz-blog-detail.layout-4 .blog-detail-wrapper .entry-content {
        margin-top: 0;
    }

    .slz-blog-detail.layout-1 .blog-detail-wrapper .wrapper-info + .block-image {
        margin-top: 25px;
    }

    .slz-blog-detail .list-social {
        display: inline-block;
        vertical-align: top;
    }
    .slz-blog-detail .list-social .link {
        position: relative;
        font-size: 16px;
        padding: 0px 8px;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        margin-top: -5px;
        margin: -5px 5px 0 5px;
    }

    .slz-blog-detail .list-social .link:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        background-color: #333;
        -webkit-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        z-index: 1;
    }

    .slz-blog-detail .list-social .link:hover:before {
         -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .slz-blog-detail .list-social .link .fa {
        z-index: 2;
        position: relative;
    }

    .slz-blog-detail .list-social .link:first-child{
       
    }
    .slz-blog-detail .list-social .link:last-child{
        
    }
    .slz-blog-detail .list-social .sub-text {
        display: none;
        opacity: 0;
        visibility: hidden;
        width: auto;
        white-space: nowrap;
        font-size: 12px;
        color: #fff;
        bottom: 0;
        left: 50%;
        margin-left: 0;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        pointer-events: none;
        z-index: 5;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    /* .slz-blog-detail .list-social &gt; .link .sub-text {
        display: none;
    } */

    .slz-blog-detail .list-social .link:hover {
        color: #fff !important
    }

    .slz-blog-detail .list-social .sub-text:before {
        position: absolute;
        content: '';
        background-color: inherit;
        width: 12px;
        height: 12px;
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(45deg);
        -ms-transform: translate(-50%, 50%) rotate(45deg);
        -o-transform: translate(-50%, 50%) rotate(45deg);
        transform: translate(-50%, 50%) rotate(45deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        z-index: -1;
    }
    .slz-blog-detail .list-social .link:hover .sub-text:before {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        bottom: 0%;
    }
    .slz-blog-detail .list-social .link:hover .sub-text {
        bottom: 30px;
        opacity: 1;
        visibility: visible;
    }

    .slz-blog-detail .list-social .share-facebook:hover {
        color: #3765a3;
    }

    .slz-blog-detail .list-social &gt; .link.share-facebook .sub-text {
        background-color: #3765a3;
    }


      
    .slz-blog-detail .list-social .share-twitter:hover {
        color: #33ccff;
    }

    .slz-blog-detail .list-social &gt; .link.share-twitter .sub-text {
        background-color: #33ccff;
    }

    .slz-blog-detail .list-social .share-google-plus:hover,
    .slz-blog-detail .list-social .share-google:hover {
        color: #dc4638;
    }
    .slz-blog-detail .list-social &gt; .link.share-google-plus .sub-text,
    .slz-blog-detail .list-social &gt; .link.share-google .sub-text {
        background-color: #dc4638;
    }

   
    .slz-blog-detail .list-social .share-skype:hover {
        color: #00AFF0;
    }

    .slz-blog-detail .list-social &gt; .link.share-skype .sub-text {
        background-color: #00AFF0;
    }

    .slz-blog-detail .list-social .share-youtube:hover {
        color: #E62117;
    }

    .slz-blog-detail .list-social &gt; .link.share-youtube .sub-text {
        background-color: #E62117;
    }

    .slz-blog-detail .list-social .share-rss:hover {
        color: #F36F24;
    }
    .slz-blog-detail .list-social &gt; .link.share-rss .sub-text {
        background-color: #F36F24;
    }
    
    .slz-blog-detail .list-social .share-delicious:hover{
        color: #2A96FF;
    }

    .slz-blog-detail .list-social &gt; .link.share-delicious .sub-text {
        background-color: #2A96FF;
    }

    .slz-blog-detail .list-social .share-pinterest:hover {
        color: #bd081c;
    }

    .slz-blog-detail .list-social &gt; .link.share-pinterest .sub-text {
        background-color: #bd081c;
    }

    .slz-blog-detail .list-social .share-vimeo:hover {
        color: #00ADEF;
    }

    .slz-blog-detail .list-social &gt; .link.share-vimeo .sub-text {
        background-color: #00ADEF;
    }

    .slz-blog-detail .list-social .share-flickr:hover {
        color: #FF0084;
    }
    .slz-blog-detail .list-social &gt; .link.share-flickr .sub-text {
        background-color: #FF0084;
    }

    .slz-blog-detail .list-social .share-lastfm:hover {
        color: #B90000;
    }

    .slz-blog-detail .list-social &gt; .link.share-lastfm .sub-text {
        background-color: #B90000;
    }

    .slz-blog-detail .list-social .share-linkedin:hover {
        color: #0077B5;
    }

    .slz-blog-detail .list-social &gt; .link.share-linkedin .sub-text {
        background-color: #0077B5;
    }

    .slz-blog-detail .list-social .share-tumblr:hover {
        color: #36465D;
    }
    .slz-blog-detail .list-social &gt; .link.share-tumblr .sub-text {
        background-color: #36465D;
    }

    .slz-blog-detail .list-social .share-deviantart:hover {
        color: #05CC47;
    }

    .slz-blog-detail .list-social &gt; .link.share-deviantart .sub-text {
        background-color: #05CC47;
    }
    
    .slz-blog-detail .list-social .share-git:hover{
        color: #F34F29;
    }

    .slz-blog-detail .list-social &gt; .link.share-git .sub-text {
        background-color: #F34F29;
    }

    .slz-blog-detail .list-social .share-instagram:hover {
        color: #895A4D;
    }

    .slz-blog-detail .list-social &gt; .link.share-instagram .sub-text {
        background-color: #895A4D;
    }

    .slz-blog-detail .list-social .share-soundcloud:hover {
        color: #FF5500;
    }

    .slz-blog-detail .list-social &gt; .link.share-soundcloud .sub-text {
        background-color: #FF5500;
    }
    
    .slz-blog-detail .list-social .share-stumbleupon:hover{
        color: #EB4924;
    }

    .slz-blog-detail .list-social &gt; .link.share-stumbleupon .sub-text {
        background-color: #EB4924;
    }
    
    .slz-blog-detail .list-social .share-behance:hover {
        color: #005CFF;
    }

    .slz-blog-detail .list-social &gt; .link.share-behance .sub-text {
        background-color: #005CFF;
    }
    
    .slz-blog-detail .list-social .share-tripadvisor:hover {
        color: #589442;
    }

    .slz-blog-detail .list-social &gt; .link.share-tripadvisor .sub-text {
        background-color: #589442;
    }
    
    .slz-blog-detail .list-social .share-vk:hover {
        color: #507299;
    }

    .slz-blog-detail .list-social &gt; .link.share-vk .sub-text {
        background-color: #507299;
    }

    .slz-blog-detail .list-social .share-foursquare:hover {
        color: #F94877;
    }

    .slz-blog-detail .list-social &gt; .link.share-foursquare .sub-text {
        background-color: #F94877;
    }
    
    .slz-blog-detail .list-social .share-xing:hover{
        color: #ADD000;
    }

    .slz-blog-detail .list-social &gt; .link.share-xing .sub-text {
        background-color: #ADD000;
    }

    .slz-blog-detail .list-social .share-weibo:hover {
        color: #E6162D;
    }

    .slz-blog-detail .list-social &gt; .link.share-weibo .sub-text {
        background-color: #E6162D;
    }

    .slz-blog-detail .list-social .share-odnoklassniki:hover {
        color: #F58220;
    }

    .slz-blog-detail .list-social &gt; .link.share-odnoklassniki .sub-text {
        background-color: #F58220;
    }

    .slz-blog-detail .slz-related-post .related-title {
        color: #333;
        font-size: 18px;
        line-height: 1.1;
        font-weight: 700;
        
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 40px;
    }
    .slz-blog-detail .slz-related-post .related-title:after {
        content: '';
        height: 1px;
        width: 70px;
        display: block;
        background-color: #333;
        margin-top: 15px;
    }
    .slz-blog-detail .slz-related-post .btn.slick-arrow .text{
        font-size: 0;
        display: none;
    }
    .slz-blog-detail .slz-related-post .btn.slick-arrow .fa {
        display: inline-block;
        margin-top: 6px;
    }
    .slz-blog-detail .slz-related-post .btn-prev.slick-arrow .fa:before {
        content: "\f2ca";
        font-family:"Ionicons";
    }

    .slz-blog-detail .slz-related-post .btn-next.slick-arrow .fa:before {
        content: "\f30f";
        font-family:"Ionicons";
    }
    .slz-blog-detail .slz-related-post .slick-arrow i + span, 
    .slz-blog-detail .slz-related-post .slick-arrow span + i {
        margin: 0;
    }
    .slz-blog-detail .slz-related-post .btn.slick-arrow {
        top: calc(50% + 37px);
        opacity: 0;
        -webkit-transform: translate(0,-50%);
           -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
             -o-transform: translate(0,-50%);
                transform: translate(0,-50%);
        box-shadow: 0px 2px 12px 1px rgba(51, 51, 51, 0.2);
    }
    .slz-blog-detail .slz-related-post .btn.slick-arrow:hover {
        box-shadow: none;
    }
    .slz-blog-detail .slz-related-post .btn-prev {
        left: -20px;
        right: auto;

    }
    .slz-blog-detail .slz-related-post:hover .btn-prev {
        left: 15px;
        opacity: 1;
    }
    .slz-blog-detail .slz-related-post .btn-next {
        left: auto;
        right: -20px;
    }
    .slz-blog-detail .slz-related-post:hover .btn-next {
        right: 15px;
        opacity: 1;
    }
    
    
    .slz-blog-detail .slz-related-post {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 80px;
    }

    .slz-related-post.slz-carousel-wrapper .slz-block-item-01 {
        background-color: transparent;
    }
    .slz-related-post .slz-carousel .slz-block-item-01 .block-image {
        margin-top: 0;
    }
    .slz-related-post .slz-block-item-01 .block-content {
        padding: 25px 0 0 0;
    }
    .slz-related-post .slz-block-item-01 .block-title {
        font-size: 18px;
    }

    .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 {
        font-size: 0;
    }
    .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-image {
        display: inline-block;
        width: 33.333%;
        vertical-align: top;
        font-size: 16px;
    }
    .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-content {
        width: 66.667%;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        padding: 0 0 0 30px;
    }

    /*---------- content not found  ----------*/
    .slz-article-not-found .heading {
        border-left: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #E3E3E3;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .slz-article-not-found .heading .title {
        text-transform: none;
        color: #333;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .slz-article-not-found .search-form {
        width: 100%;
        position: relative;
        background: #FFFFFF;
    }

    .slz-article-not-found .search-form &gt; label {
        display: none;
    }

    .slz-article-not-found .search-form .search-field {
        width: 100%;
        border:none;
        padding: 13px 15px;
        color: #333;
        background: transparent;
        font-size: 16px;
        line-height: 1.4;
        border: 1px solid #d2d2d2;
        transition: all 0.3s ease;
    }

    .slz-article-not-found .search-form .search-field:focus {
        border-color: #333;
    }

    .slz-article-not-found .search-form .search-submit {
        position: absolute;
        font-size: 0px;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        background: transparent;
        z-index: 1;
    }

    .slz-article-not-found .search-form .search-submit *,
    .slz-article-not-found .search-form .search-submit .search-icon * {
        font-size: 14px;
    }

    .slz-article-not-found .search-form .search-submit .search-icon {
        font-size: 0px;
        line-height: 1.4;
    }

    .slz-article-not-found .search-form .search-submit .search-icon:before {
        font-family: 'FontAwesome';
        content: "\f002";
        display: inline-block;
        font-size: 14px;
        color: #333;
        padding: 10px 12px;
    }

    /*----------  Password form  ----------*/

    .post-password-form {
        position: relative;
        display: block;
        min-width: 350px;
    }

    .post-password-form label {
        display: inline-block;
        margin-bottom: 0px;
        color: #333;
    }

    .post-password-form input[type="password"] {
        display: block;
        color: #333;
        padding: 0 15px;
        background-color: #fff;
        border: 1px solid #d2d2d2;
        margin-right: 5px;
        font-size: 16px;
        line-height: 30px;
        margin-top: 5px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        box-shadow: none;
    }

    .post-password-form input[type="password"]:focus {
        border-color: #333;
    }

    .post-password-form input[type="submit"] {
        padding: 0px 15px;
        line-height: 30px;
        border: 1px solid #333;
        background: #333;
        color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 16px;
        display: inline-block;
        vertical-align: bottom;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-password-form input[type="submit"]:hover,
    .post-password-form input[type="submit"]:focus {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

    /*----------  archive header  ----------*/

    .archive-header{
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #fafafa;
    }

    .post-by-author {
        display: block;
        color: #333;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
    }

/*=========  End of blog detail  ======*/


/*======================================
=            7. TITLE COMMAND          =
=======================================*/

    .slz-title-command {
        text-align: center;
        position: relative;
        background-color: #f3f3f3;
    }

    .slz-title-command &gt; .container {
        height: 100%;
    }

    .slz-title-command .title-command-wrapper {
        padding: 170px 0 30px 0;
    }

    .slz-header-box-style  .slz-title-command .title-command-wrapper {
        padding-top: 240px;
    }

    .slz-title-command .title-command-wrapper .title {
        margin: 0;
        color: #333;
        font-size: 48px;
        line-height: 1.4;
        font-weight: 700;
        
        font-family: 'Montserrat', sans-serif;
    }

    .slz-title-command .title-command-wrapper .breadcrumb {
        margin: 0;
        padding: 0;
        padding-left: 0;
        font-size: 18px;
        font-style: italic;
        background: transparent;
        text-transform: lowercase;
    }

    .slz-wrapper-content .wpb_content_element {
        margin-bottom: 0;
    }

    .breadcrumb &gt; li + li:before {
        color: #333;
        content: "\f30f";
        font-family: "Ionicons";
        font-size: 12px;
        padding: 0 12px;
        font-style: normal;
        font-weight: 500;
    }

    .breadcrumb &gt; li a:hover {
        text-decoration: underline;
    }

    .breadcrumb &gt; li + li a.breadcrumb-active {
        color: #333;
        pointer-events: none;
    }

/*=========  End of title command  ====*/


/*======================================
=            8. BTN BACK TO TOP        =
=======================================*/
    .back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
    }

    .back-to-top i {
        color: #333;
        font-size: 16px;
        line-height: 40px;
        position: absolute;
        z-index: 10;
        transform: rotate(-90deg);
        left: 13px;
        top: -3px;
        -webkit-transition: all 0.3s ease;
           -moz-transition: all 0.3s ease;
             -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
        
    }

    .back-to-top .fa-angle-up:before {
        content: "\f30f";
        font-family: "Ionicons";

    }

    .back-to-top .btn:hover,
    .back-to-top .btn:focus {
        outline: none;
    }

    .back-to-top .btn:hover {
        outline: none;
        background: #333;
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
        /* border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px); */
    }

    .back-to-top .btn:hover i {
        color: #fff;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        z-index: 99;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; 
    }

    .back-to-top .btn {
        width: 40px;
        height: 40px;
        line-height: 32px;
        border-radius: 0;
        -webkit-border-radius: 0;
        padding: 0;
        position: relative;
        background-color: transparent;
        border: 2px solid #333;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #fff;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        
    }

    .back-to-top  {
       -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: transform 0.6s ease, opacity 0.3s ease;
        -o-transition: transform 0.6s ease, opacity 0.3s ease;
        transition: transform 0.6s ease, opacity 0.3s ease;
    } 

/*=========  End of to top  ===========*/


/*======================================
=            9. PAGE 404               =
=======================================*/
    
    .slz-page-404 {
        display: table;
        width: 100%;
        height: 100vh;
    }

    .slz-page-404 .content-wrapper-404 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-size: cover;
        background-position: center;
    }

    .slz-page-404 .title {
        font-size: 36px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #333;
        font-weight: 700;
        margin-bottom: 70px;
        letter-spacing: 0.3em;
        position: relative;
        z-index: 1;
    }


    .slz-page-404 .slz-btn {
        display: inline-block;
        position: relative;
        padding: 0px 30px;
        line-height: 50px;
        height: 50px;
        min-width: 200px;
        font-weight: 700;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #333;
        border: 1px solid #333;
        background-color: transparent;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 1;
    }

    .slz-page-404 .slz-btn:hover {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }
    .slz-page-404 .slz-btn.transparent {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }
    .slz-page-404 .slz-btn.transparent:hover {
        background-color: transparent;
        color: #333;
    }
    .slz-page-404 .img-404 {
        max-width: 150px;
        height: auto;
    }
    .slz-page-404 .subtitle {
        position: relative;
        z-index: 1;
    }
    .slz-page-404 .subtitle p {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slz-page-404 .subtitle {
        margin-top: 10px;
        font-size: 18px;
        font-style: italic;
        color: #333;
        font-weight: 400;
        text-shadow: 0.03em 0px;
    }
    .slz-page-404 .text-404 {
        font-size: 200px;
        font-weight: bold;
        display: block;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        mix-blend-mode: lighten;
        background: #fff;
        padding: 0;
        color: #333;
    }
    .slz-page-404 .text-overlay {
        width: 100%;
        display: block;
        position: relative;
        background-size: cover;
        background-position: center;
    }   
    .slz-page-404 .wrapper-overlay-404 {
        width: 70%;
        max-width: 970px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding: 40px 0;
    }

    .slz-page-404 .slz-btn + .slz-btn {
        margin-left: 15px;
    }

/*=========  End of page 404  =========*/


/*======================================
=            Responsive                =
=======================================*/
    @media screen and (min-width: 1600px) {
        /*--------------  page 404  --------------*/
            .slz-page-404 .text-404 {
                font-size: 250px;
            }
            .slz-page-404 .wrapper-overlay-404 {
                width: 100%;
                max-width: 970px;
                padding: 90px 0;
            }
            
    }
    @media screen and (max-width: 1024px) {

        /*----------  slz columns  ----------*/
        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 4) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 3) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 &gt; .item {
            width: 33.3333%;
        }

        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 5) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-5 &gt; .item {
            width: 25%;
        }

        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 6) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-6 &gt; .item {
            width: 25%;
        }

        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 7) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-7 &gt; .item {
            width: 25%;
        }

        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 8) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-8 &gt; .item {
            width: 25%;
        }
        
        .slz-page-404 .subtitle p:first-child ~ p {
            margin-bottom: 30px;
        }
        .slz-page-404 .title {
            margin-bottom: 50px;
        }

        .slz-page-404 .text-404 {
            font-size: 180px;
        }
    }

    @media (min-width: 768px) and (max-width: 1018px) {

        .widget_calendar thead tr {
            line-height: 28px;
        }

        .widget_calendar tfoot td {
            border: none;
        }

        .widget_calendar td {
            padding: 5px 0;
        }

        .widget_calendar tfoot #prev {
            text-align: left;
        }

        .widget_calendar tfoot #next {
            text-align: right;
        }

        .widget_calendar tfoot a:hover {
            color: #4db2ec;
        }

    }

    @media screen and (max-width: 768px) {

        .padding-top-100 {
            padding-top: 80px;
        }

        .padding-bottom-100 {
            padding-bottom: 80px;
        }

        .slz-sidebar-left .slz-content-column,
        .slz-sidebar-column {
            float: left;
            width: 100%;
        }

        .slz-content-column + .slz-sidebar-column {
            margin-top: 50px;
        }

        .entry-content figure {
            width: 100% !important;
        }

        /*----------  slz columns  ----------*/

        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 4) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 3) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-5 &gt; .item,
        .slz-list-block.slz-column-6 &gt; .item,
        .slz-list-block.slz-column-7 &gt; .item,
        .slz-list-block.slz-column-8 &gt; .item {
            width: 33.3333%;
        }

        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 3) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 &gt; .item {
            width: 50%;
        }

        .slz-list-block.slz-column-3 .item:nth-child(-n + 3) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-3 .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-3 &gt; .item {
            width: 50%;
        }
        

        .slz-page-404 .content-wrapper-404 {
            padding: 5%;
        }
        .slz-page-404 .wrapper-overlay-404 {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {

        .padding-top-100 {
            padding-top: 60px;
        }

        .padding-bottom-100 {
            padding-bottom: 60px;
        }

        /*----------  slz columns  -----------*/
        .slz-list-block {
            margin: 0 -10px;
        }

        .slz-list-block &gt; .item {
            padding: 0 10px;
        }

        .slz-list-block &gt; .item {
            margin-top: 20px;
        }

        .slz-list-block.slz-column-3 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 3),
        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 4),
        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 3) {
            margin-top: 20px;
        }

        .slz-list-block.slz-column-3 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-5 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-6 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-7 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-8 &gt; .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-3 &gt; .item,
        .slz-list-block.slz-column-4 &gt; .item,
        .slz-list-block.slz-column-5 &gt; .item,
        .slz-list-block.slz-column-6 &gt; .item,
        .slz-list-block.slz-column-7 &gt; .item,
        .slz-list-block.slz-column-8 &gt; .item {
            width: 50%;
        }

        /*----------  blog detail  ----------*/

        .comments-area {
            margin-top: 50px;
        }

        .comment-respond {
            margin-top: 50px;
        }

        .comment-respond &gt; .title {
            margin-bottom: 30px;
        }

        .comments-area .comment-author .fn,
        .comments-area .comment-list .reply {
            padding-left: 80px;
        }

        .comments-area .comment-list &gt;.comment &gt; .children,
        .comments-area .comment-list .children {
            padding-left: 40px;
        }

        .margin-bottom-100 {
            margin-bottom: 60px;
        }
        .margin-top-100 {
            margin-top: 60px;
        }
        
        .slz-page-404 .title {
            font-size: 28px;
            letter-spacing: 0.2em;
        }
        /*--------------  Post Detail  --------------*/
            .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-image {
                width: 40%;
            }
            .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-content {
                width: 60%;
                padding: 0 0 0 15px;
            }
            .slz-blog-detail .slz-blog-author {
                margin-top: 30px;
                padding: 15px;
            }
            .slz-blog-author .media-right {
                padding: 0 0 0 15px;
            }
            
            .slz-blog-detail .block-info + .slz-social-share {
                margin-bottom: 0;
            }
            .blog-detail-wrapper .block-info li {
                margin-bottom: 0;
            }

    }

    @media screen and (max-width: 600px) {

        .comments-area .comment-list &gt;.comment &gt; .children,
        .comments-area .comment-list .children {
            padding-left: 30px;
        }

        .slz-pagination {
            margin-top: 30px;
        }

    }

    @media screen and (max-width: 480px) {
        .slz-title-command .title-command-wrapper .title {
            font-size: 34px !important;
            line-height: 1.3;
        }
        .comments-area .comment-list &gt;.comment &gt; .children,
        .comments-area .comment-list .children {
            padding-left: 20px;
        }

        /*----------  slz columns  ----------*/

        .slz-list-block.slz-column-4 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-3 &gt; .item:nth-child(-n + 2),
        .slz-list-block.slz-column-2 &gt; .item:nth-child(-n + 2) {
            margin-top: 20px;
        }

        .slz-list-block.slz-column-4 &gt; .item:first-child,
        .slz-list-block.slz-column-3 &gt; .item:first-child,
        .slz-list-block.slz-column-2 &gt; .item:first-child {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 &gt; .item,
        .slz-list-block.slz-column-3 &gt; .item,
        .slz-list-block.slz-column-2 &gt; .item {
            width: 100%;
        }

        .slz-list-block.slz-column-1 &gt; .item:first-child {
            margin-top: 0;
        }

        .slz-list-block.slz-column-1 &gt; .item {
            margin-top: 20px;
        }

        .comment .media-body {
            padding-left: 15px;
        }

        .comments-area .comment-author img {
            width: 50px;
            height: 50px;
        }

        .comments-area .comment-list .comment {
            padding: 15px 0;
        }

        .slz-blog-author .media-left {
            display: block;
            margin: 0 auto;
        }  

        .margin-bottom-100 {
            margin-bottom: 50px;
        }

        .margin-top-100 {
            margin-top: 50px;
        }
        
        .slz-page-404 .title {
            margin-bottom: 30px;
        }
        .slz-page-404 .slz-btn {
            margin: 0 30px;
        }
        .slz-page-404 .slz-btn + .slz-btn {
            margin-top: 10px;
        }

        /*--------------  Post Detail  --------------*/
            .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-image {
                width: 100%;
            }
            .slz-related-post .slz-carousel[data-slidestoshow="1"] .slz-block-item-01 .block-content {
                width: 100%;
                padding: 15px 0 0 0px;
            }

            .slz-blog-detail blockquote {
                font-size: 20px;
                padding: 20px;
            }
            .slz-blog-detail blockquote:before {
                font-size: 32px;
                width: 45px;
            }
            
            .slz-blog-author .media-right {
                padding: 0;
                display: block;
            }
            .slz-blog-author .media-right .social {
                display: block;
                float: initial;
                margin-top: 5px;
                text-align: center;
            }
            .slz-blog-author .media-right .author {
                display: block;
                text-align: center;
                margin-top: 15px;
            }
            .slz-blog-author .media-right .des {
                text-align: center;
            }

            .slz-blog-detail .wrapper-info {
                text-align: left;
            }
            .slz-blog-detail .wrapper-info .block-info {
                float: inital;
            }

            .slz-blog-detail .slz-related-post .related-title,
            .comments-area .comments-title {
                font-size: 22px;
            }
    }

    @media screen and (max-width: 414px) {

        .padding-top-100 {
            padding-top: 50px;
        }

        .padding-bottom-100 {
            padding-bottom: 50px;
        }

        .post-navigation .nav-links .prev-post,
        .post-navigation .nav-links .next-post {
            width: 100%;
            text-align: center;
        }

        .post-navigation .nav-links .prev-post + .next-post {
            margin-top: 20px;
        }

        .comment .author-photo img {
            width: 50px;
            height: 50px;
        }

        .comments-area .comment-form-author,
        .comments-area .comment-form-email {
            width: 100%;
            padding: 0;
        }

        .comments-area .comment-form &gt; div {
            margin-bottom: 15px;
        }

        .slz-block-item-01.style-3 .block-content {
            position: relative;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 15px 0;
        }

        .slz-template-03 .slz-column-1 .slz-block-item-01.style-3 .block-content {
            left: 0;
            right: 0;
            bottom: 0;
        }

        .vc_col-sm-8 .sc_block_posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-title, 
        .vc_col-sm-12 .sc_block_posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
            font-size: 18px;
        }
    }
    
    @media screen and (max-width: 380px) {

        .slz-content-column, 
        .slz-sidebar-column {
            padding: 0 15px;
            width: 100%;
        }

        .comments-area .comment-author .fn,
        .comments-area .comment-list .reply {
            padding-left: 60px;
        }

        .comments-area .comment-list &gt; .comment &gt; .children {
            padding-left: 15px;
        }

        .comments-area p {
            margin-bottom: 0;
        }

        .comments-area table td,
        .comments-area table th {
            padding: 2px 4px;
        }

        .slz-widget + .slz-widget {
            margin-top: 30px;
        }

        .slz-page-404 .text-404 {
            font-size: 100px;
        }
        .slz-page-404 .title {
            font-size: 24px;
        }

        .slz-blog-detail blockquote {
            padding: 20px 0;
            font-size: 18px;
        }

        .slz-title-command .title-command-wrapper .title {
            font-size: 30px !important;
        }
    }


/*=========  End of Responsive  =======*/

.sc_posts_mansory .block-image:before, 
.sc_posts_mansory .slz-gallery-format .wrapper-image:before,
.sc_portfolio_list .block-image:before,
.sc_portfolio_list .slz-gallery-format .wrapper-image:before,
.slz-related-post .block-image:before,
.slz-related-post .slz-gallery-format .wrapper-image:before {
        padding-top: 67%;
}
</pre></body></html>