﻿
@media all {
    a {
        background-color: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    h1 {
        margin: .67em 0;
        font-size: 2em;
    }

    @media print {
        *, :after, :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

        a:focus, a:hover {
            color: #23527c;
            text-decoration: underline;
        }

        a:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    h1 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    .container:after, .container:before {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    *:focus, a:focus {
        outline: none;
    }

    a {
        color: #d79c74;
        text-decoration: none;
        word-wrap: break-word;
    }

        a:hover, a:focus {
            color: #d79c74;
            text-decoration: none;
        }

    h1 {
        font-family: "Montserrat", serif;
        color: #3f3f3f;
        font-weight: 700;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: normal !important;
    }

    .sh-table {
        display: table;
        width: 100%;
    }

    .sh-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    h1 {
        transition: all 0.3s ease-in-out;
    }

    .sh-titlebar {
        position: relative;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover !important;
        background-color: #fafafa;
        z-index: 100;
        margin-top: 65px;
    }

        .sh-titlebar .container {
            padding: 0px 15px;
        }

        .sh-titlebar a {
            color: #8d8d8d !important;
        }

        .sh-titlebar .sh-table {
            z-index: 100;
            position: relative;
        }

    .sh-titlebar-height-small {
        padding: 0;
    }

    .sh-titlebar .titlebar-title h1 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: bold;
    }

    .sh-titlebar .title-level {
        text-align: right;
    }

        .sh-titlebar .title-level .separator {
            font-size: 0;
        }

            .sh-titlebar .title-level .separator:after {
                display: inline-block;
                content: "/";
                font-size: 11px;
                padding: 0 12px;
            }

        .sh-titlebar .title-level .breadcrumbs {
            font-size: 11px;
            margin: 0;
            margin-bottom: -4px;
            position: relative;
        }

        .sh-titlebar .title-level .item-current {
            font-weight: bold;
        }

    .sh-titlebar-center .titlebar-title {
        margin-bottom: 10px;
    }

    .sh-titlebar-center .title-level .breadcrumbs {
        margin-bottom: 0;
    }

    @media (min-width: 1250px) {
        .container {
            max-width: 1200px !important;
            width: 1200px !important;
        }
    }

    @media (max-width: 1250px) {
        .container {
            max-width: 100% !important;
            min-width: 100%;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }

    @media (max-width: 800px) {
        .sh-titlebar .titlebar-title, .sh-titlebar .title-level {
            display: block;
            width: 100%;
            text-align: center;
        }

        .sh-titlebar .title-level {
            margin-top: 15px;
        }
    }

    @media (max-width: 320px) {
        .container {
            width: 280px;
            min-width: 280px;
            max-width: 280px;
        }
    }
}
@media all {
    ::selection {
        background-color: #e21921 !important;
        color: #fff;
    }

    ::-moz-selection {
        background-color: #e21921 !important;
        color: #fff;
    }

    a {
        color: #1e88e5;
    }

        a:hover, a:focus {
            color: #0064dc;
        }

    body h1 {
        font-family: "Use Default Font";
        color: #2b2b2b;
    }

    h1 {
        font-size: 30px;
    }

    .sh-titlebar {
        background-color: #ffffff;
    }

        .sh-titlebar .titlebar-title h1 {
            color: #000000;
        }

        .sh-titlebar .title-level a, .sh-titlebar .title-level span {
            color: #616161 !important;
        }

        .sh-titlebar .sh-table {
            display: flex;
            order: 0;
            align-items: center;
        }

            .sh-titlebar .sh-table > div {
                width: 50%;
            }
}

@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .socicon {
        position: relative;
        top: 3px;
        display: inline-block;
        font-family: 'wpzoom-socicon';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.2em;
    }

    .zoom-social-icons-widget .socicon {
        font-family: 'wpzoom-socicon' !important;
    }

    .socicon:empty {
        width: 1em;
    }

    .socicon-aparat {
        background-color: #EA225D;
        color: #EA225D;
    }

    .social-icon.socicon-aparat:before {
        content: "\e90e";
    }

    .socicon-facebook {
        background-color: #3b5998;
        color: #3b5998;
    }

    .social-icon.socicon-facebook:before {
        content: "\e041";
    }

    .socicon-instagram {
        background-color: #e4405f;
        color: #e4405f;
    }

    .social-icon.socicon-instagram:before {
        content: "\e057";
    }

    .socicon-twitter {
        background-color: #1da1f2;
        color: #1da1f2;
    }

    .social-icon.socicon-twitter:before {
        content: "\e040";
    }

    .socicon-youtube {
        background-color: #ff0000;
        color: #ff0000;
    }

    .social-icon.socicon-youtube:before {
        content: "\e051";
    }

    .zoom-social-icons-list {
        list-style-type: none;
    }

    .zoom-social_icons-list__item {
        margin: 0 0 10px;
    }

    .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
        display: inline-block;
        margin: 4px;
        border: none;
    }

    .zoom-social-icons-list .socicon {
        padding: 8px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -moz-transition: opacity .2s;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        top: 0px;
        vertical-align: middle;
        width: 1em;
        height: 1em;
        line-height: 1em;
        font-size: 1.2em;
    }

    .zoom-social-icons-list--with-canvas .socicon {
        color: #ffffff;
    }

    .zoom-social_icons-list__link {
        text-align: center;
        text-decoration: none !important;
        transition: all 0.2s ease;
    }

        .zoom-social_icons-list__link:hover {
            opacity: .9;
            border: none;
            text-decoration: none;
            box-shadow: none !important;
        }

    .zoom-social-icons-list--round .socicon {
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    .zoom-social-icons-list {
        margin: 0;
        padding: 0;
    }

    .zoom-social-icons-widget .zoom-social-icons-list--align-center {
        text-align: center;
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }
}
@media all {
    article, footer {
        display: block;
    }

    a {
        background-color: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    img {
        border: 0;
    }

    button, input {
        margin: 0;
        font: inherit;
        color: inherit;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button::-moz-focus-inner, input::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    input {
        line-height: normal;
    }

    @media print {
        *, :after, :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

            a[href^="#"]:after {
                content: "";
            }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2, h3, p {
            orphans: 3;
            widows: 3;
        }

        h2, h3 {
            page-break-after: avoid;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    button, input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

        a:focus, a:hover {
            color: #23527c;
            text-decoration: underline;
        }

        a:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    img {
        vertical-align: middle;
    }

    h2, h3, h5 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h2, h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        margin: 0 0 10px;
    }

    ul {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-4, .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width:768px) {
        .col-sm-6 {
            float: left;
        }

        .col-sm-6 {
            width: 50%;
        }
    }

    @media (min-width:992px) {
        .col-md-4 {
            float: left;
        }

        .col-md-4 {
            width: 33.33333333%;
        }
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .nav > li {
            position: relative;
            display: block;
        }

            .nav > li > a {
                position: relative;
                display: block;
                padding: 10px 15px;
            }

                .nav > li > a:focus, .nav > li > a:hover {
                    text-decoration: none;
                    background-color: #eee;
                }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 1.42857143;
                border: 1px solid transparent;
                border-radius: 4px 4px 0 0;
            }

                .nav-tabs > li > a:hover {
                    border-color: #eee #eee #ddd;
                }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                color: #555;
                cursor: default;
                background-color: #fff;
                border: 1px solid #ddd;
                border-bottom-color: transparent;
            }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    .container:after, .container:before, .nav:after, .nav:before, .row:after, .row:before {
        display: table;
        content: " ";
    }

    .container:after, .nav:after, .row:after {
        clear: both;
    }

    .icon-phone, .icon-map, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-clock, .icon-bubble, .icon-envelope {
        font-family: 'simple-line-icons';
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .icon-phone:before {
            content: "\e600";
        }

        .icon-map:before {
            content: "\e033";
        }

        .icon-arrow-left-circle:before {
            content: "\e079";
        }

        .icon-arrow-right-circle:before {
            content: "\e07a";
        }

        .icon-clock:before {
            content: "\e081";
        }

        .icon-bubble:before {
            content: "\e07d";
        }

        .icon-envelope:before {
            content: "\e086";
        }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-track:before, .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    *:focus, a:focus {
        outline: none;
    }

    img {
        max-width: 100%;
        min-height: 1px;
        height: auto;
    }

    p {
        line-height: 1.9;
    }

    body i.icon {
        vertical-align: inherit;
        margin-right: 0px;
        line-height: normal;
        height: auto;
        width: auto;
    }

    a {
        color: #d79c74;
        text-decoration: none;
        word-wrap: break-word;
    }

        a:hover, a:focus {
            color: #d79c74;
            text-decoration: none;
        }

    h2, h3, h5 {
        font-family: "Montserrat", serif;
        color: #3f3f3f;
        font-weight: 700;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: normal !important;
    }

    h2 {
        font-size: 20px;
    }

    input[type="text"], input[type="email"] {
        border: 1px solid #e3e3e3;
        color: #8d8d8d;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    input[type="text"], input[type="email"] {
        padding: 12px 20px;
    }

    input::-webkit-input-placeholder {
        height: inherit !important;
        line-height: inherit !important;
        font-style: italic;
        color: inherit;
    }

    input:-moz-placeholder {
        height: inherit !important;
        line-height: inherit !important;
        font-style: italic;
        color: inherit;
    }

    input::-moz-placeholder {
        height: inherit !important;
        line-height: inherit !important;
        font-style: italic;
        color: inherit;
    }

    input:-ms-input-placeholder {
        height: inherit !important;
        line-height: inherit !important;
        font-style: italic;
        color: inherit;
    }

    .sh-group:after {
        content: "";
        display: block;
        clear: both;
    }

    .sh-group > * {
        float: left;
    }

    .sh-table {
        display: table;
        width: 100%;
    }

    .sh-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }

    .container-padding {
        padding: 0 15px !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #content-wrapper {
        position: relative;
    }

        #content-wrapper.content-wrapper-with-sidebar {
            margin-left: -20px;
            margin-right: -20px;
        }

    #content {
        width: 100%;
    }

    #sidebar.sidebar-left {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    #sidebar.sidebar-left {
        width: 29.1%;
    }

    #content.content-with-sidebar-left {
        width: 70.9%;
    }

    #content.content-with-sidebar-left {
        float: right;
        padding-left: 20px;
        padding-right: 20px;
    }

    #sidebar h3 {
        font-size: 18px;
        color: #505050;
    }

    #sidebar h3, .sh-widget-poststab-title {
        position: relative;
        overflow: hidden;
    }

    #sidebar .theiaStickySidebar {
        backface-visibility: hidden;
    }

        #sidebar .theiaStickySidebar .sidebar-container > div:last-child {
            padding-bottom: 15px;
        }

        #sidebar .theiaStickySidebar .sidebar-container {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

    .container.entry-content {
        position: relative;
    }

    #wrapper {
        overflow: hidden;
        position: relative;
        scroll-behavior: smooth;
    }

        #wrapper > .sh-page-layout-default {
            padding: 25px 0px;
        }

    @media (max-width: 1025px) {
        #wrapper > .sh-page-layout-default {
            padding: 25px 0px;
        }
    }

    .screen-reader-text {
        opacity: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }

    h2, h3, h5, .sh-nav-container, .sh-footer a, .page-numbers a, .page-numbers span, .widget-item a, .post-meta a, .post-categories a {
        transition: all 0.3s ease-in-out;
    }

    .post-thumbnail, .post-thumbnail img {
        border-radius: 8px;
    }

    .sh-nav-container {
        margin-bottom: -1px;
    }

        .sh-nav-container ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .sh-nav-container:after {
            content: "";
            display: block;
            clear: both;
        }

    .sh-nav {
        float: right;
    }

        .sh-nav li.menu-item {
            float: left;
            padding: 0 20px;
            border-bottom: 0px solid transparent;
        }

            .sh-nav li.menu-item a {
                line-height: 40px;
                max-height: 40px;
                display: block;
                color: #7e7e7e;
            }

    html .menu-item a {
        background-color: transparent !important;
    }

    .sh-nav > li.menu-item > a {
        font-weight: bold;
        text-transform: none;
    }

    .sh-nav > li.menu-item:last-child {
        padding-right: 0;
    }

    .sh-footer-widgets {
        padding: 100px 0 100px 0;
        color: #e3e3e3;
        background-color: #262626;
    }

        .sh-footer-widgets a, .sh-footer-widgets li a {
            color: #fff;
        }

            .sh-footer-widgets a:hover, .sh-footer-widgets li a:hover {
                color: #d79c74;
            }

    @media (max-width: 1025px) and (min-width: 701px) {
        #sidebar .sidebar-container {
            margin: 0 -15px;
        }

        #sidebar .widget-item {
            padding-bottom: 60px;
            width: 50%;
            float: left;
            vertical-align: top;
        }

        #sidebar .widget-item {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .sh-footer-widgets h3 {
        color: #ffffff;
        font-size: 24px;
        position: relative;
        display: block;
    }

        .sh-footer-widgets h3:not(.widget-tab-title):after {
            content: "";
            position: absolute;
            top: 50%;
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.12);
            margin-left: 20px;
        }

    .sh-copyrights {
        background-color: #222222;
        color: #ffffff;
        padding: 40px 10px;
    }

        .sh-copyrights a {
            color: #fff;
        }

            .sh-copyrights a:hover {
                color: #d79c74;
            }

    .sh-footer-widgets ul li:first-child {
        padding-top: 0;
    }

    .sh-footer-widgets ul li:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .sh-footer-widgets ul li {
        border-bottom: 1px solid rgba( 255,255,255,0.1 );
        padding: 7.5px 0;
    }

    .sh-footer-widgets .widget-item:not(.widget_pages):not(.widget_nav_menu) ul {
        list-style: none;
        padding-left: 0;
    }

    .sh-copyrights-info {
        font-size: 12px;
        margin-top: 10px;
    }

    .sh-copyrights .sh-nav li a {
        text-transform: uppercase;
    }

    .sh-footer-widgets .row {
        margin-right: -15px;
        margin-left: -15px;
    }

        .sh-footer-widgets .row > div {
            padding-right: 20px;
            padding-left: 20px;
        }

    @media (max-width: 991px) {
        .sh-footer-widgets .row > div:not(:last-child) {
            padding-bottom: 60px;
        }
    }

    @media (max-width: 900px) {
        .sh-footer-widgets .row > div:not(:last-child) {
            padding-bottom: 60px;
        }

        .sh-copyrights .sh-nav-container ul {
            margin: 0 auto;
            display: table;
            float: none;
            margin-top: 10px;
        }
    }

    .post-container {
        margin: 0 15px;
        position: relative;
    }

    .post-title {
        display: block;
        word-break: break-word;
    }

        .post-title h2 {
            font-size: 20px;
            line-height: 110% !important;
            margin-bottom: 5px;
            margin-top: 5px;
            display: block;
        }

            .post-title h2:hover, h5.post-title:hover {
                opacity: 0.8;
            }

        .post-title:hover .post-read-later {
            opacity: 1 !important;
        }

    .post-read-later {
        display: none;
        position: relative;
        margin-left: -6px;
        padding-left: 6px;
        padding-top: 5px;
        padding-right: 5px;
        display: none !important;
        top: 0px;
        opacity: 0;
        transition: 0.8s opacity ease-in-out;
        cursor: pointer;
        font-size: 80%;
    }

    @media (min-width: 1025px) {
        #page-container .post-read-later {
            display: inline !important;
        }
    }

    .post-read-later i, .post-read-later i:before {
        display: inline !important;
    }

    #sidebar .post-read-later {
        font-size: 100%;
        padding-left: 8px;
    }

    .responsive-post-read-later {
        display: none;
    }

    @media (max-width: 1024px) {
        .responsive-post-read-later {
            display: inline-block;
        }

            .responsive-post-read-later .post-read-later {
                display: inline-block !important;
                opacity: 0.7 !important;
                margin-left: -12px;
            }

                .responsive-post-read-later .post-read-later i {
                    font-size: 14px;
                }
    }

    .post-meta {
        padding: 0px;
    }

        .post-meta, .post-meta a {
            font-size: 11px;
        }

            .post-meta i {
                font-size: 13px;
                position: relative;
                bottom: -1px;
                margin-left: 4px;
                padding-right: 1px;
                width: auto;
                height: auto;
                margin-right: 0px;
                line-height: 1;
                vertical-align: inherit;
            }

            .post-meta, .post-meta a {
                color: #8d8d8d;
            }

    body:not(.sh-bookmarks-style_meta) .post-meta-content > *:not(:last-child):not(:nth-last-child(2)) {
        padding-right: 10px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
    }

        body:not(.sh-bookmarks-style_meta) .post-meta-content > *:not(:last-child):not(:nth-last-child(2)):after {
            content: "";
            display: block;
            position: absolute;
            background-color: #d6d6d6;
            width: 1px;
            top: 5px;
            bottom: 5px;
            right: -1px;
        }

    @media (max-width: 1025px) {
        body.sh-bookmarks-style_title .post-meta-content > *:nth-last-child(2) {
            padding-right: 10px;
            margin-right: 10px;
            display: inline-block;
            position: relative;
        }

            body.sh-bookmarks-style_title .post-meta-content > *:nth-last-child(2):after {
                content: "";
                display: block;
                position: absolute;
                background-color: #d6d6d6;
                width: 1px;
                top: 5px;
                bottom: 5px;
                right: -1px;
            }
    }

    @media (max-width: 1025px) {
        .post-readtime span {
            display: none;
        }
    }

    .post-thumbnail {
        position: relative;
        display: block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .post-thumbnail img {
            width: 100%;
            min-width: 100%;
            height: auto;
            transition: all 0.3s ease-in-out;
            margin-bottom: 0px;
        }

    .blog-style-masonry {
        margin: 0 -15px;
        opacity: 0;
        transition: 0.25s all ease;
    }

        .blog-style-masonry article {
            width: 33.3%;
            float: left;
            margin-bottom: 40px;
        }

        .blog-style-masonry .post-content-container {
            margin-top: 25px;
        }

        .blog-style-masonry .post-container {
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
        }

        .blog-style-masonry .post-content-container {
            padding-bottom: 13px;
        }

    .content-with-sidebar-left .blog-style-masonry article {
        width: 50.0%;
    }

    .post-item:not(.post-item-single) .post-content p {
        line-height: 1.78;
    }

    .post-thumbnail:hover .post-overlay {
        opacity: 1;
    }

        .post-thumbnail:hover .post-overlay span {
            animation: fadein 0.3s ease-in-out forwards;
            opacity: 0;
        }

            .post-thumbnail:hover .post-overlay span:nth-child(1) {
                animation-delay: 0.0s;
            }

            .post-thumbnail:hover .post-overlay span:nth-child(2) {
                animation-delay: 0.1s;
            }

            .post-thumbnail:hover .post-overlay span:nth-child(3) {
                animation-delay: 0.2s;
            }

    .post-overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: 0.5s opacity ease-in-out;
        border-radius: 8px;
        background-color: rgba(47, 47, 47, 0.3);
        background: -webkit-linear-gradient( rgba(0,0,0,0), #232323 );
        background: -moz-linear-gradient( rgba(0,0,0,0), #232323 );
        background: -o-linear-gradient( rgba(0,0,0,0), #232323 );
        background: linear-gradient( rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3) );
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .post-overlay span {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 100%;
            background-color: #fff;
            margin: 0px;
            opacity: 0;
        }

    .slick-disabled {
        pointer-events: none;
        cursor: default;
    }

    .slick-list, .slick-slide, .slick-track {
        height: 100%;
        width: 100%;
    }

    .slick-prev, .slick-next {
        position: absolute;
        top: 50%;
        z-index: 10;
        opacity: 1;
    }

    .slick-prev {
        right: 0;
    }

    .slick-next {
        left: 0;
    }

    ul.page-numbers {
        margin: 0 auto;
    }

    ul.page-numbers {
        display: table;
        margin: 0;
        list-style: none;
        border-radius: 30px;
        border-width: 0px;
        margin-top: 10px;
        padding-left: 0px;
    }

        ul.page-numbers:after {
            content: "";
            display: block;
            clear: both;
        }

        ul.page-numbers li {
            display: block;
            float: left;
            margin: 0 1px;
            text-align: center;
        }

        ul.page-numbers a, ul.page-numbers span {
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            font-weight: bold;
            cursor: pointer;
            padding: 0;
            text-transform: uppercase;
            margin-top: 10px;
        }

        ul.page-numbers .next {
            width: auto;
            padding: 0 10px;
            border: 1px solid #ededed;
        }

        ul.page-numbers .next {
            margin-left: 10px;
        }

        ul.page-numbers .next {
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 100px;
            font-size: 11px;
        }

        ul.page-numbers a:hover {
            color: #d79c74;
        }

        ul.page-numbers .current {
            font-weight: bold;
        }

            ul.page-numbers .current, ul.page-numbers .current:hover {
                color: #fff;
                background-color: #d79c74;
                border-radius: 30px;
            }

    .widget-item {
        padding-bottom: 60px;
    }

    #sidebar .widget-item:last-child {
        padding-bottom: 0px;
    }

    .sh-footer-widgets .widget-item:last-child {
        padding-bottom: 0px;
    }

    .widget-item:not(.widget_pages):not(.widget_nav_menu) ul {
        list-style: none;
        padding-left: 0;
    }

    .widget-item li > a {
        display: block;
    }

    .widget_tag_cloud a, .widget_tag_cloud a:after, .post-title h2 {
        transition: 0.25s all ease;
    }

    .widget_categories ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .widget_categories li {
        padding: 10px 1px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0px !important;
        text-transform: uppercase;
    }

        .widget_categories li > a {
            display: block;
            font-size: 11px;
            position: relative;
            padding-left: 14px;
        }

            .widget_categories li > a:before {
                content: ".";
                display: inline-block;
                font-size: 18px;
                position: absolute;
                left: 0;
                top: -11px;
            }

        .widget_categories li * {
            font-size: 13px;
        }

        .widget_categories li:first-child {
            padding-top: 0px;
        }

        .widget_categories li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

    .widget_categories li {
        display: block;
        position: relative;
    }

        .widget_categories li .count {
            float: right;
            border-radius: 50px;
            padding: 0px 8px;
            line-height: 1.4;
            cursor: default;
            font-size: 11px;
        }

        .widget_categories li:not(:nth-child(-n+7)) {
            display: none;
        }

    .widget_categories .post-meta {
        margin-top: 10px;
    }

        .widget_categories .post-meta span {
            cursor: pointer;
        }

    .widget_tag_cloud a {
        display: inline-block;
        position: relative;
        padding: 0 13px;
        line-height: 16px;
        margin-right: 8px;
        font-size: 10px !important;
        text-transform: uppercase;
        border-radius: 100px;
        border: 1px solid #e0e0e0;
        color: #8d8d8d;
        margin-bottom: 10px;
    }

    .sh-footer-widgets .widget_tag_cloud a {
        border-color: rgba(255, 255, 255, 0.12);
    }

    .widget_tag_cloud a:hover {
        color: #fff !important;
        background-color: #d79c74;
    }

        .widget_tag_cloud a:hover:after {
            border-left-color: #d79c74;
        }

    .widget_categories li > a:hover {
        opacity: 0.8;
    }

    .sh-contacts-widget-item {
        margin-bottom: 15px;
        padding-left: 40px;
        position: relative;
    }

        .sh-contacts-widget-item i {
            display: block;
            padding-top: 4px;
            position: absolute;
            left: 0;
            font-size: 18px;
            width: 18px;
        }

    .widget_sh_mailChimp .widget-quote-description {
        font-size: 12px;
        font-style: italic;
        line-height: 1.5;
        text-align:center;
    }

    #sidebar .widget-quote-description {
        color: #bcbcbc;
    }

    .null-instagram-feed .clear a {
        display: none;
    }

    .sh-widget-posts-slider-style1 {
        position: relative;
        min-height: 70px;
    }

        .sh-widget-posts-slider-style1 h5 {
            font-size: 13px;
        }

            .sh-widget-posts-slider-style1 h5, .sh-widget-posts-slider-style1 h5 span {
                margin-bottom: 10px;
                padding-top: 0px;
                line-height: 135% !important;
            }

        .sh-widget-posts-slider-style1 .post-meta {
            border-left-width: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }

    .sh-widget-posts-slider-item-large h5 {
        font-size: 18px;
        margin-top: 20px;
    }

    .sh-widget-posts-slider-item-large .post-content {
        font-size: 13px;
        padding-bottom: 0;
    }

    .sh-widget-poststab .nav-tabs li:first-child {
        margin-right: 20px;
    }

    .sh-widget-poststab .nav-tabs li {
        border-bottom-width: 0px !important;
        padding: 0px !important;
    }

    .sh-widget-poststab .nav-tabs {
        border-bottom-color: transparent;
        display: inline-block;
    }

    .sh-section-tabs-style2 .sh-widget-poststab .nav-tabs a {
        padding: 0;
        border-width: 0 !important;
    }

    .sh-widget-poststab .nav-tabs a, .sh-widget-poststab .nav-tabs a:hover, .sh-widget-poststab .nav-tabs a:focus {
        background-color: transparent !important;
    }

    .sh-widget-posts-categories .tab-content > .tab-pane {
        display: block !important;
        height: 0;
        opacity: 0;
        transition: 0.6s opacity ease-in-out;
        overflow: hidden;
        margin: 0 -20px;
        padding: 0 20px;
    }

        .sh-widget-posts-categories .tab-content > .tab-pane.active {
            height: auto;
            opacity: 1;
        }

        .sh-widget-posts-categories .tab-content > .tab-pane .sh-carousel-buttons-styling {
            margin-bottom: 23px;
        }

    .sh-widget-posts-categories .sh-widget-posts-slider-init {
        margin: 0 -12px;
    }

        .sh-widget-posts-categories .sh-widget-posts-slider-init .sh-widget-posts-slider-item {
            margin: 0 12px;
        }

    .sh-footer-widgets h3 {
        overflow: hidden;
    }

    .sh-widget-posts-slider-style1:not(.blog-mini-post-generic) .post-meta {
        opacity: 0.8;
    }

    .mc4wp-form {
        position: relative;
    }

    .widget-item .mc4wp-form {
        padding: 0 1px;
    }

    .mc4wp-form p {
        margin-bottom: 15px;
    }

    .mc4wp-form-fields {
        margin-bottom: 10px;
    }

    .sh-footer .mc4wp-form {
        margin: 0 2px;
    }

    .mc4wp-form label {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .mc4wp-form input, .mc4wp-form button {
        padding: 0px 40px;
        border-radius: 100px;
        border-width: 0px;
        line-height: 54px;
        box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    }

        .mc4wp-form input[type=email] {
            padding-right: 140px;
        }

        .mc4wp-form button[type=button] {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 0px 32px;
            line-height: 44px;
            margin: 5px !important;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: bold;
            color: #fff;
            transition: 0.3s all ease-in-out;
            transform:rotate(263deg);
        }

        .mc4wp-form input::-webkit-input-placeholder {
            color: #c4c4c4;
            font-style: normal;
        }

        .mc4wp-form input::-moz-placeholder {
            color: #c4c4c4;
            font-style: normal;
        }

        .mc4wp-form input:-ms-input-placeholder {
            color: #c4c4c4;
            font-style: normal;
        }

        .mc4wp-form input:-moz-placeholder {
            color: #c4c4c4;
            font-style: normal;
        }

    .widget-item .mc4wp-form input, .widget-item .mc4wp-form button {
        padding: 0 30px;
    }

        .widget-item .mc4wp-form button[type=button] {
            padding: 0 25px;
        }

        .widget-item .mc4wp-form input[type=email] {
            padding-right: 100px;
        }

    @media (max-width: 800px) {
        .mc4wp-form input {
            padding: 0 20px;
            font-size: 12px;
        }

        .mc4wp-form button[type=submit] {
            padding: 0 17px !important;
            font-size: 10px;
        }

        .mc4wp-form input[type=email] {
            padding-right: 100px;
        }
    }

    .widget_sh_mailChimp_style2 .mc4wp-form input[type=email] {
        font-size: 13px;
        padding-right: 70px;
    }

    .widget_sh_mailChimp_style2 .mc4wp-form input::-webkit-input-placeholder {
        color: #a1a1a1;
        font-style: italic;
    }

    .widget_sh_mailChimp_style2 .mc4wp-form input::-moz-placeholder {
        color: #a1a1a1;
        font-style: italic;
    }

    .widget_sh_mailChimp_style2 .mc4wp-form input:-ms-input-placeholder {
        color: #a1a1a1;
        font-style: italic;
    }

    .widget_sh_mailChimp_style2 .mc4wp-form input:-moz-placeholder {
        color: #a1a1a1;
        font-style: italic;
    }

    .widget_sh_mailChimp_style2 .mc4wp-form button[type=button] {
        font-size: 0px;
        background-color: transparent;
        box-shadow: none;
    }

        .widget_sh_mailChimp_style2 .mc4wp-form button[type=button]:after {
            content: "\e094";
            font-family: 'simple-line-icons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 18px;
            color: #505050;
            top: 8px;
            position: relative;
            display: inline-block;
            transition: 0.3s all ease-in-out;
        }

        .widget_sh_mailChimp_style2 .mc4wp-form button[type=submit]:hover:after {
            opacity: 0.7;
        }

    .widget-slide-arrows button {
        position: relative;
        display: inline;
        background-color: transparent;
        border-width: 0px;
        padding-right: 0px;
        padding-left: 8px;
    }

        .widget-slide-arrows button.slick-disabled {
            opacity: 0.5;
        }

        .widget-slide-arrows button:not(.slick-disabled) i:hover {
            opacity: 0.7;
        }

    .sh-carousel-style2 .sh-carousel-buttons-styling {
        display: inline-block;
        border: 1px solid #ededed;
        box-shadow: 0 5px 34px rgba(0,0,0,0.07);
        padding: 5px 4px;
        border-radius: 5px;
    }

        .sh-carousel-style2 .sh-carousel-buttons-styling:after {
            content: "";
            display: block;
            position: absolute;
            top: 12px;
            left: 50%;
            bottom: 10px;
            width: 1px;
            background-color: #e3e3e3;
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling > button {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling i {
            font-size: 11px;
            margin-left: 0;
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling .slick-prev {
            padding-left: 7px;
            padding-right: 7px;
            margin-right: 3px;
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling .slick-next {
            padding-left: 7px;
            padding-right: 7px;
            margin-left: 3px;
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling .icon-arrow-left-circle:before {
            content: "\e606";
        }

        .sh-carousel-style2 .sh-carousel-buttons-styling .icon-arrow-right-circle:before {
            content: "\e605";
        }

    .sh-carousel-position-bottom .sh-carousel-buttons-styling:not(.sh-carousel-buttons) {
        position: relative;
        margin-top: 25px;
    }

    .sh-title-style2 .sh-widget-title-styling {
        margin-bottom: 30px;
        border-bottom: 2px solid #f0f0f0;
    }

        .sh-title-style2 .sh-widget-title-styling h3 {
            display: inline-block;
            vertical-align: top;
            position: relative;
            bottom: -2px;
            padding-bottom: 15px;
            margin-bottom: 0;
            border-bottom: 2px solid #505050;
        }

        .sh-title-style2 .sh-widget-title-styling h3 {
            font-size: 16px;
        }

    .sh-title-style2 .sh-widget-poststab-title .nav-tabs {
        float: right;
    }

    .sh-section-tabs-style2 .sh-tabs-stying {
        display: table;
        padding-bottom: 16px;
    }

        .sh-section-tabs-style2 .sh-tabs-stying a {
            font-size: 12px !important;
            text-transform: uppercase;
            transition-property: color;
            font-weight: 400;
        }

    .sh-section-tabs-style2 .sh-widget-title-styling .sh-table > .sh-table-cell {
        vertical-align: bottom;
    }

    .sh-section-tabs-style2 .sh-tabs-stying li {
        display: table-cell;
        float: none;
        padding-left: 14px !important;
    }

        .sh-section-tabs-style2 .sh-tabs-stying li a {
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .sh-section-tabs-style2 .sh-tabs-stying li.active a {
            font-weight: 900 !important;
            color: #505050;
        }

    @media (max-width: 767px) {
        .sh-section-tabs-style2 .sh-tabs-stying {
            padding-top: 21px;
        }

            .sh-section-tabs-style2 .sh-tabs-stying li:first-child {
                padding-left: 0px !important;
            }

            .sh-section-tabs-style2 .sh-tabs-stying a {
                font-size: 11px !important;
            }
    }

    .post-categories-container {
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }

    .post-thumbnail .post-categories-container {
        position: absolute;
        bottom: 24px;
        left: 25px;
    }

    .post-categories {
        display: inline-block;
        border-radius: 8px;
        line-height: 160%;
    }

        .post-categories, .post-categories a {
            font-size: 11px;
            color: #999 !important;
        }

    .sh-post-categories-style2 .post-categories a {
        font-style: italic;
        font-weight: 600;
        font-size: 12px;
    }

    .sh-post-categories-style2 .post-thumbnail .post-categories {
        font-size: 0px;
    }

        .sh-post-categories-style2 .post-thumbnail .post-categories a {
            background-color: rgba( 28, 28, 28, 0.7 );
            border-radius: 50px;
            padding: 4px 9px 5px 9px;
            color: #fff !important;
            margin-right: 4px;
            font-size: 11px;
            line-height: 100%;
        }

    .sh-meta-order-bottom .post-content {
        padding-bottom: 19px;
    }

    .sh-instagram-widget-with-button .null-instagram-feed .clear a {
        display: inline-block;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px 30px;
        margin-top: 30px;
        font-weight: bold;
        line-height: 36px;
        border: 1px solid #ededed;
        box-shadow: 0 5px 34px rgba(0,0,0,0.07);
        transition: 0.3s all ease-in-out;
    }

        .sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus {
            background-color: #d79c74;
            border-color: #d79c74;
        }

        .sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus, .sh-instagram-widget-with-button #sidebar .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button #sidebar .null-instagram-feed .clear a:focus {
            color: #fff !important;
        }

    @media (max-width: 767px) {
        .sh-widget-posts-slider-item-large h5 {
            font-size: 18px;
        }

        .post-content, .sh-widget-posts-slider-item-large .post-content {
            font-size: 12px;
        }

        .sh-post-categories-style2 .post-thumbnail .post-categories a {
            font-size: 9px;
            padding: 3px 8px 5px 8px;
        }
    }

    @media (min-width: 1250px) {
        .container {
            max-width: 1200px !important;
            width: 1200px !important;
        }
    }

    @media (max-width: 1250px) {
        .container {
            max-width: 100% !important;
            min-width: 100%;
            padding-left: 30px !important;
            padding-right: 30px !important;
        }
    }

    @media (max-width: 1025px) {
        .blog-list:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large):not(.blog-style-left):not(.blog-style-left-right) .post-item {
            width: 50%;
        }

        #wrapper #content {
            float: none;
            width: 100%;
        }

        #wrapper #sidebar {
            float: none;
            width: 100%;
        }

        #content + #sidebar {
            margin-top: 60px;
        }
    }

    @media (max-width: 900px) {
        .sh-copyrights {
            text-align: center;
            padding: 35px 0;
        }

            .sh-copyrights div {
                float: none !important;
                width: 100%;
                display: block;
            }
    }

    @media (max-width: 550px) {
        .blog-list:not(.sh-recent-posts-list-carousel) .post-item {
            width: 100% !important;
        }
    }

    @media (max-width: 320px) {
        .container {
            width: 280px;
            min-width: 280px;
            max-width: 280px;
        }
    }

    @media (max-width: 1025px) {
        #wrapper #content {
            margin: 0;
        }
    }
}
@media all {
    .sh-default-color a, .sh-default-color, #sidebar a:not(.widget-learn-more) {
        color: #616161 !important;
    }

    html .menu-item a {
        font-family: "Use Default Font";
        color: #616161;
        font-size: 14px;
    }

    .post-meta a, .post-meta span, .sh-pagination a, .sh-pagination span {
        color: #707070;
    }

    #sidebar .post-meta a {
        color: #707070 !important;
    }

    .post-categories, .post-categories a {
        color: #414042;
    }

        .post-categories a:hover, .post-categories a:focus {
            color: #e11b22;
        }

        .cat-item a, .post-categories, .post-categories a {
            font-family: Use Default Font;
        }

    ul.page-numbers a:hover {
        color: #e21921 !important;
    }

    .sh-post-categories-style2 .post-thumbnail .post-categories a:hover, .mc4wp-form button[type=submit] {
        background-color: #e21921;
    }

    .sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus, ul.page-numbers .current, ul.page-numbers .current:hover, .widget_tag_cloud a:hover {
        background-color: #e21921 !important;
    }

    ::selection {
        background-color: #e21921 !important;
        color: #fff;
    }

    ::-moz-selection {
        background-color: #e21921 !important;
        color: #fff;
    }

    .widget_tag_cloud a:hover:after {
        border-left-color: #e21921 !important;
    }

    .sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus {
        border-color: #e21921 !important;
    }

    a {
        color: #1e88e5;
    }

        a:hover, a:focus {
            color: #0064dc;
        }

    body h2, body h3, body h5 {
        font-family: "Use Default Font";
        color: #2b2b2b;
    }

    .post-meta, .post-categories, .sh-nav li.menu-item a, .sh-nav-container li.menu-item a, .widget_categories li, .widget_categories li .count, .sh-instagram-widget-with-button .null-instagram-feed .clear a {
        font-family: "Use Default Font";
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h5 {
        font-size: 16px;
    }

    .post-meta a:hover, .post-meta a:focus {
        color: #2b2b2b !important;
    }

    .sh-nav > li.menu-item > a {
        font-size: 18px;
    }

    #sidebar .widget-item .widget-title {
        color: #505050;
        font-size: 17px;
    }

    #sidebar .widget-item li {
        border-color: #515151 !important;
    }

    .sh-footer {
        background-size: cover;
        background-position: 50% 50%;
    }

        .sh-footer .sh-footer-widgets {
            background-color: #212121;
            color: #c7c7c7;
        }

            .sh-footer .sh-footer-widgets .post-meta {
                color: #c7c7c7;
            }

            .sh-footer .sh-footer-widgets i:not(.icon-link):not(.icon-magnifier) {
                color: #ffffff !important;
            }

            .sh-footer .sh-footer-widgets h3 {
                color: #ffffff;
                font-size: 16px;
            }

            .sh-footer .sh-footer-widgets ul li, .sh-footer-widgets .widget_tag_cloud a, .sh-title-style2 .sh-footer-widgets .sh-widget-title-styling {
                border-color: rgba(255,255,255,0.10);
            }

                .sh-title-style2 .sh-footer-widgets .sh-widget-title-styling h3 {
                    border-color: #ffffff;
                }

    .sh-footer-widgets h3:not(.widget-tab-title):after {
        background-color: rgba(255,255,255,0.10);
    }

    .sh-footer-widgets {
        border-bottom: 1px solid #2c2c2c;
    }

    .sh-footer .sh-footer-widgets a, .sh-footer .sh-footer-widgets li a {
        color: #ffffff;
    }

        .sh-footer .sh-footer-widgets a:hover, .sh-footer .sh-footer-widgets li a:hover {
            color: #e11b22;
        }

    .sh-footer .sh-copyrights {
        background-color: #212121;
        color: #b4b4b4;
    }

        .sh-footer .sh-copyrights a, .sh-footer .sh-copyrights .sh-nav li.menu-item a {
            color: #ffffff;
        }

            .sh-footer .sh-copyrights a:hover {
                color: #b4b4b4 !important;
            }

    .sh-widget-title-styling h3 {
        font-weight: 0;
    }

    input {
        text-align: right;
    }

    .post-categories {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

        .post-categories a {
            padding-left: 5px;
        }

    .sh-copyrights .sh-table {
        display: flex;
        order: 0;
        align-items: center;
    }

        .sh-copyrights .sh-table > div {
            width: 50%;
        }

    .sh-copyrights .sh-nav-container ul {
        float: left;
    }

    @media (max-width: 650px) {
        .sh-copyrights .sh-table {
            display: block;
        }

            .sh-copyrights .sh-table > div {
                display: block;
                width: 100%;
            }

        .sh-copyrights .sh-nav li.menu-item {
            float: right;
        }
    }
}
*:not([class^="ti-"]):not([class*="ti-"]):not(.icon):not([class^="-icon"]):not([class*="-icon"]):not([class*="icon-"]):not([class^="icon-"]):not(.fa) {
    font-family: iran !important;
}

ul {
    padding-right: 0 !important;
}

.post-title h2 {
    line-height: 130% !important;
}

input[type=email] {
    direction: ltr;
    text-align: left;
}

.sh-nav {
    display: flex;
    width: 100%;
}

.sh-contacts-widget-item {
    padding-right: 40px;
    padding-left: unset;
}

    .sh-contacts-widget-item i {
        left: unset;
        right: 0;
    }

.sh-carousel-style2 .sh-carousel-buttons-styling .slick-prev {
    margin-right: auto;
    margin-left: 3px;
}

.sh-carousel-style2 .sh-carousel-buttons-styling .slick-next {
    margin-right: 3px;
    margin-left: auto;
}

.post-categories {
    align-items: flex-start !important;
}

.sh-meta-order-bottom .post-content {
    text-align: justify;
}

.post-categories {
    flex-direction: row;
}

body:not(.sh-bookmarks-style_meta) .post-meta-content > *:not(:last-child):not(:nth-last-child(2)) {
    padding-right: unset;
    margin-right: unset;
    padding-left: 10px;
    margin-left: 10px;
}

    body:not(.sh-bookmarks-style_meta) .post-meta-content > *:not(:last-child):not(:nth-last-child(2)):after {
        right: unset;
        left: -1px;
    }

.post-thumbnail .post-categories-container {
    right: 25px;
    left: unset;
}

.widget_categories li > a {
    padding-left: unset;
    padding-right: 14px;
}

    .widget_categories li > a:before {
        left: unset;
        right: 0;
    }

.widget_categories li .count {
    float: left;
}

#content .post-content p {
    margin-bottom: 5px;
}
/*! CSS Used from: Embedded */
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
/*! CSS Used keyframes */
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    10% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    10% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    10% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*! CSS Used fontfaces */

@font-face {
    font-family: 'wpzoom-socicon';
    src: url(/theme/fonts/socicon.eot);
    src: url(/theme/fonts/socicon.eot) format('embedded-opentype'), url(/theme/fonts/socicon.ttf) format('truetype'), url(/theme/fonts/socicon.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
    font-display: block;
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(/theme/fonts/Simple-Line-Icons.eot?v=2.2.2);
    src: url(/theme/fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2) format('embedded-opentype'),url(/theme/fonts/Simple-Line-Icons.ttf) format('truetype'),url(/theme/fonts/Simple-Line-Icons.woff2?v=2.2.2) format('woff2'),url(/theme/fonts/Simple-Line-Icons.woff?v=2.2.2) format('woff');
    font-weight: 400;
    font-style: normal;
}

.post-categories-container a {
    background-color: rgba( 28, 28, 28, 0.7 );
    border-radius: 50px;
    padding: 4px 9px 5px 9px;
    color: #fff !important;
    margin-right: 4px;
    font-size: 11px;
    line-height: 100%;
}

    .post-categories-container a:hover {
        background-color: #e21921;
    }

.sh-widget-title-styling {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    text-align:center;
}

    .sh-widget-title-styling h3 {
        display: inline-block;
        vertical-align: top;
        position: relative;
        bottom: -2px;
        padding-bottom: 15px;
        margin-bottom: 0;
        border-bottom: 2px solid #505050;
    }

.socicon-telegram {
    background-color: #0088cc;
    color: #0088cc;
}

.social-icon.socicon-telegram:before {
    content: "\e06e"
}

.socicon-whatsapp {
    background-color: #20B038;
    color: #20B038;
}

.social-icon.socicon-whatsapp:before {
    content: "\e01b"
}

.post-image {
    width: fit-content;
    float: unset;
}

    .post-image img {
        border-radius: 5px;
    }

.h2-post {
    margin-top: 25px;
}

.post-meta img{
    width:35px;
    border-radius:5px;
}

.post-desc{
    line-height:35px;
    text-align:justify;
}

.sh-comments {
    margin-top: 80px;
}

.sh-comment-form {
    margin-top: 80px;
    padding: 40px 40px 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.sh-comments .sh-comments-title, .sh-comments .comment-reply-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.sh-comment-form label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #8d8d8d;
}

.sh-comment-form p {
    margin-bottom: 25px;
    position: relative;
}

.sh-comment-form-column p {
    margin-left: 25px;
}

.sh-comments textarea {
    height: 135px;
    resize: none;
    border-radius: 5px;
    border-width: 0px;
    padding: 18px 24px;
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
}

.sh-comment-form .sh-comment-form-column {
    width: 33.3%;
    display: inline-block;
    margin-left: -4px;
}

.sh-comment-form input, .sh-comment-form textarea {
    border-width: 0px;
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .sh-comment-form input::placeholder{
        font-style:normal;
    }

    .sh-comments .submit {
        background-color: #505050;
        color: #fff;
        line-height: 44px;
        padding: 0 30px;
        border: none;
        font-weight: bold;
        font-size: 11px;
        display: inline-block;
        border-radius: 100px;
        width: 100px;
    }

    .sh-comments .submit:hover {
        background-color: #444444;
    }

.p-submit{
    text-align:left;
    margin-left:0 !important;
}