/*
Theme Name: NisargPRO
Theme URI: https://www.falgunithemes.com/downloads/nisargpro/
Author: Falguni Desai
Author URI: https://www.falgunithemes.com
Description: NisargPRO is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly.  It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color. Theme supports eight post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery. 
Version: 1.16
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, two-columns, right-sidebar, theme-options, custom-colors, custom-background, custom-header,  custom-menu, featured-images,  post-formats, sticky-post, translation-ready, rtl-language-support, threaded-comments
Text Domain: nisargpro

This theme is licensed under the GPL.

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links 
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 * 9.0 Jetpack Infinite Scroll
 * 10.0 Gutenberg
 * 11.0 Woocommerce
 *     
**/


/**
 * 1.0 Reset 
  * -----------------------------------------------------------------------------
 */

body,
button,
input,
select,
textarea {
    background-color: #eceff1;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #607D8B;
    text-decoration: none;
}

a:visited {
    text-decoration: underline;
}

a:hover,
a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

dd {
    margin: 0 1.5em 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #455A64;
    background: #F5f5f5;
    font-size: 18px;
    font-style: italic;
    margin-left: 0.5em;
}

blockquote p {
    font-size: 18px;
}

code {
    white-space: normal;
    color: #666;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead {
    background-color: #fff;
    color: #212121;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 0.7em;
    text-align: left;
}

tbody tr:nth-child(odd) {
    background: #eee;
}

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

embed,
iframe,
object {
    max-width: 100%;
}

iframe {
    width: 100%;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

button,
input,
textarea {
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #727272;
    border: 1px solid #aaa1a8;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:hover,
textarea:hover {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #455A64;
    border-radius: 2px;
    background: -moz-linear-gradient(#607d8b, #455a64);
    background: -o-linear-gradient(#607d8b, #455a64);
    background: -webkit-linear-gradient(#607d8b, #455a64);
    background: linear-gradient(#607d8b, #455a64);
    color: #fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: -moz-linear-gradient(#607d8b, #455a64);
    background: -o-linear-gradient(#607d8b, #455a64);
    background: -webkit-linear-gradient(#607d8b, #455a64);
    background: linear-gradient(#607d8b, #455a64);
    color: #fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: -moz-linear-gradient(#607d8b, #455a64);
    background: -o-linear-gradient(#607d8b, #455a64);
    background: -webkit-linear-gradient(#607d8b, #455a64);
    background: linear-gradient(#607d8b, #455a64);
    color: #fff;
}

input[type=text],
input[type=email],
textarea {
    color: #727272
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #727272;
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: 100%;
}

.search-form {
    position: relative;
    margin-bottom: 2em;
}

.widget .search-form {
    margin-bottom: 0;
}

.search-form label {
    width: 100%;
    margin-bottom: 0px;
}

.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    width: 42px;
}

img {
    margin-bottom: 1em;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin: 5px auto 20px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 14px;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-button__link {
    padding: 10px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image {
    max-width: 100%;
    width: auto;
}

img.wp-post-image {
    height: auto;
}

.image-attachment {
    margin-left: auto;
    margin-right: auto;
}

.featured-image img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
}

.blog .featured-image img,
.archive .featured-image img,
.search .featured-image img {
    margin-bottom: 0;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 3.1 Site Navigation Bar
 * ----------------------------------------------------------------------------
 */

.nav {
    display: block;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    top: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    overflow: scroll;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
        position: absolute;
    }
}

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    word-wrap: break-word;
}

.main-navigation {
    background-color: white;
    box-shadow: 0px 1px 1px rgba(100, 100, 100, 0.2);
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0px;
    width: 100%;
    text-transform: uppercase;
}

.main-navigation ul {
    display: none;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.main-navigation li:first-child {
    border-top: 1px solid #eee;
}

.main-navigation li:last-child {
    border-bottom: none;
}

.main-navigation>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 20px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.primary-menu>li>a {
    position: relative;
    display: block;
    padding: 11px 15px;
}

.sub-menu>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: inherit;
}

.sub-menu {
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
}

.main-navigation .open>a,
.main-navigation .open>a:hover,
.main-navigation .open>a:focus {
    background-color: #fff;
    border-color: #fff;
}

.main-navigation .navbar-brand {
    color: #333333;
    float: left;
}

.main-navigation .navbar-brand:hover,
.main-navigation .navbar-brand:focus {
    color: #000000;
}

.main-navigation .navbar-text {
    color: #333333;
}

.main-navigation .primary-menu>li>a {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #333333;
}

.main-navigation .primary-menu .primary-social-icon .fa {
    color: #333333;
}

#socialMenuResponsive a {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #333333;
    display: inline-block;
    font-style: normal;
    padding: 11px 15px;
}

.main-navigation .primary-menu>li>ul.toggle-on {
    display: block;
}

.main-navigation .primary-menu>li>.sub-menu>li>a {
    color: #333333;
}

.main-navigation .primary-menu>li>.sub-menu>li>a:hover,
.main-navigation .primary-menu>li>.sub-menu>li>a:focus {
    color: #777;
}

.main-navigation .primary-menu>li>.sub-menu>li>.divider {
    background-color: #ffffff;
}

.main-navigation .primary-menu>.active>a,
.main-navigation .primary-menu>.active>a:hover,
.main-navigation .primary-menu>.active>a:focus {
    background: #fff;
}

.main-navigation .primary-menu>.open>a,
.main-navigation .primary-menu>.open>a:hover,
.main-navigation .primary-menu>.open>a:focus {
    background: #fff;
}

.main-navigation .open>a,
.main-navigation .open>a:hover,
.main-navigation .open>a:focus {
    background-color: #fff;
    border-color: #fff;
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul ul a {
    color: #333333;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .menu-toggle {
    border-color: #455A64;
}

.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus {
    background-color: #455A64;
    color: #fff;
}

.main-navigation .menu-toggle .icon-bar {
    background-color: #333;
}

.main-navigation .menu-toggle:hover .icon-bar,
.main-navigation .menu-toggle:focus .icon-bar {
    background-color: #fff;
}

.main-navigation .navbar-link {
    color: #333333;
}

.main-navigation .navbar-link:hover {
    color: #000000;
}

.menu-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-left: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.menu-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.dropdown-toggle {
    background-color: #fff;
    background: linear-gradient(#fff, #fff);
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    /*height: 48px;*/
    height: 41px;
    padding: 0;
    position: absolute;
    right: 0;
    left: auto;
    text-transform: none;
    top: 0;
    width: 40px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #fff;
    background: linear-gradient(#fff, #fff);
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    background-color: #fff;
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 14px;
    left: 1px;
    position: relative;
    width: 40px;
}

.dropdown-toggle.toggled-on:after {
    content: '\f0d8';
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    border: none;
    color: #777;
    outline: none;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
        outline: 1px solid #337ab7;
    }
}

.dropdown-toggle,
.menu-toggle {
    display: block;
}

.main-navigation .primary-menu .open .sub-menu>li>a {
    color: #333333;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled .primary-menu {
    display: block;
}

.menu-toggle:focus {
    outline: 0;
}

.main-navigation ul .toggled-on {
    display: block;
}

.sub-menu li {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .main-navigation .navbar-brand {
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 768px) {
    #navigation_menu {
         display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-header {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        max-width: 50%;
    }
    .navbar-brand {
        white-space: normal !important;
    }
    .navbar-collapse.collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: unset;
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
        float: right;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        /*top: 1.5em;*/
        top: 100%;
        left: -999em;
        right: auto;
        display: block;
        z-index: 99999;
        margin-left: 0;
    }
    .main-navigation ul ul ul {
        left: -999em;
        right: auto;
        display: block;
        top: -1px;
    }
    .main-navigation ul ul a {
        min-width: 160px;
    }
    .main-navigation li {
        float: left;
        border-bottom: none;
    }
    .main-navigation li:first-child {
        border: none;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
        display: block;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
        display: block;
    }
    .sub-menu {
        border: 1px solid #ccc;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em;
    }
    .main-navigation .menu-item-has-children>a:after {
        content: '\f0d7';
        font-family: FontAwesome;
        position: absolute;
        right: 1.125em;
        top: 50%;
        transform: translateY(-46%);
        left: auto;
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 15px;
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 7px;
        content: '\f0da';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        transform: translateY(-46%);
        left: auto;
    }
    .main-navigation .primary-menu>li>.sub-menu {
        background-color: #ffffff;
        margin-top: 0;
    }
}

@media screen and (min-width: 800px) {
    .main-navigation ul ul a {
        min-width: 160px;
    }
}


/* Search Box */

#navbar-search-box {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    color: #333;
    display: block;
    position: relative;
    padding: 10px 15px;
}

#desktop-search-icon {
    display: none;
}

#navbar-search-box {
    display: block;
}

#navbar-search-box input {
    border-color: rgba(150, 150, 150, 0.75);
    color: #424242;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(190, 190, 190, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(190, 190, 190, 0.6);
}

#navbar-search-box input::placeholder {
    color: #727272;
}

#navbar-search-box.display-searchbox {
    display: block;
}

@media all and (min-width: 768px) {
    #navbar-search-box {
        display: none;
        position: absolute;
        right: 25px;
        top: -3px;
        left: auto;
        bottom: 0;
        width: 300px;
        z-index: 1;
    }
}


/**
 * 3.2 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header,
.page-with-featured-img-header,
.site-custom-text-header,
.site-page-title-header {
    background: #b0bec5;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    min-height: 120px;
}

.site-custom-text-header,
.site-page-title-header {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-custom-text-header,
.site-page-title-header {
    padding: 3.5em 0;
}
.header-text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    z-index: 1;
}

.header-text-wrap .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-title-wrap {
    z-index: 1;
}

.align-left {
    margin-right: auto;
    text-align: left;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

.align-right {
    margin-left: auto;
    text-align: right;
}

.site-custom-text-header .header-title {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-transform: none;
}
.site-custom-text-header .header-subtitle {
    margin-top: 0;
    
}

.site-custom-text-header .header-title,
.site-custom-text-header .header-subtitle,
.slide-title,
.slide-subtitle,
.site-page-title-header {
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.header-background-overlay {
    display: none;
    position: absolute;
    background-color: #000000;
    background-position: center center;
    opacity: 0.65;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.site-header .site-branding {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.site-title::after {
    background-color: #fff;
    content: "";
    height: 2px;
    display: block;
    width: 20%;
    margin: 10px auto;
}

.site-description {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.site-title a,
.site-description a {
    text-decoration: none;
}

.home-link {
    text-decoration: none;
}

.main-navigation .custom-logo-link {
    display: inline-block;
}

.custom-logo {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 50px;
    width: auto;
}

@media all and ( max-width: 309px) {
    .custom-logo {
        max-width: 225px;
        height: auto;
    }
}

@media all and ( min-width: 768px) {
    .custom-logo {
        max-height: 100px;
    }
    .header-custom-text {
        max-width: 70%;
    }
    .site-custom-text-header .header-title {
        font-size: 2.5em;
    }
    .header-page-title-text {
        width: 80%;
    }
}

.header-section-btn {
    padding: 0.5em 0.7em;
    margin-right: 10px;
    text-shadow: none;
    line-height: 1.2;
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 1em;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 1px;
    word-spacing: normal;
}

#header-btn1:hover,
#header-btn2:hover,
#slider-btn1:hover,
#slider-btn2:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.header-section-btn:focus {
    outline: none;
}

.btn-fill-sharp,
.btn-fill-slight-round,
.btn-fill-round,
.btn-border-sharp,
.btn-border-slight-round,
.btn-border-round,
.btn-underline {
  border: 2px solid;
}

.btn-fill-sharp,
.btn-border-sharp {
    border-radius: 0;
}
.btn-border-sharp,
.btn-border-slight-round,
.btn-border-round,
.btn-underline,
.btn-border-sharp:hover,
.btn-border-slight-round:hover,
.btn-border-round:hover,
.btn-underline:hover,
.btn-border-sharp:focus,
.btn-border-slight-round:focus,
.btn-border-round:focus,
.btn-underline:focus {
    background: transparent;
    font-weight: 700;
}

.btn-fill-slight-round,
.btn-border-slight-round {
    border-radius: 5px;
}

.btn-fill-round,
.btn-border-round {
    border-radius: 50px;
}

.btn-fill-sharp a,
.btn-fill-straight a:visited,
.btn-fill-slight-round a,
.btn-fill-slight-round a:visited,
.btn-fill-round a,
.btn-fill-round a:visited,
.btn-border-sharp a,
.btn-border-sharp a:visited,
.btn-border-slight-round a,
.btn-border-slight-round a:visited,
.btn-border-round a,
.btn-border-round a:visited,
.btn-underline a,
.btn-underline a:visited {
  text-decoration: none;
}

.btn-underline,
.btn-underline:hover,
.btn-underline:focus,
.btn-underline:visited {
    background: none;
    border: none;
    border-bottom: 2px solid;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.2em;
    text-decoration: none;
}

/* Site Header - Slider */

.site-header-image-slider-wrapper,
.site-header-posts-slider-wrapper {
  margin-bottom: 2em;
  position: relative;
  background-color: #aaaaaa;

}

.site-header-image-slider-wrapper .slider-post,
.site-header-posts-slider-wrapper .slider-post {
  background-color: #717171;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid transparent;
  
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  width: auto;
}
.site-header-image-slider-wrapper .slider-post:focus,
.site-header-posts-slider-wrapper .slider-post:focus {
  outline: none;
}

.slider-post .container {
    height: 100%;
    position: relative;
}

.slide-info,
.slide-title,
.slide-description,
.slide-post-meta,
.slide-read-more a,
.slide-read-more a:hover {
    color: #fff;
}


.slide-title h2 {
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1.1;
    text-transform: capitalize;
}
.slide-description {
    font-size: 0.8em;
}

.slide-read-more,
.buttons-wrapper {
    margin-top: 30px;
}

@media all and ( min-width: 420px and max-width: 768px) {
    .slide-title h2 {
         font-size: 2.5em;
    }
}

@media all and ( min-width: 768px) {
    .header-section-btn {
        padding: 0.7em 1.2em;
        margin-right: 15px;
    }
    .slide-title h2 {
        font-size: 3em;
        margin: 0px 0 20px;
    }
    .slide-description {
        font-size: 1em;
    }
    .slide-info {
        width: 70%;
    }
}
.slider-item {
  position: relative;
  display: none;
}

.slider-item {
  position: relative;
  display: none;
}

.site-hadear-slider .slider-item:first-child {
  display: block;
}

.site-hadear-slider.slick-initialized .slider-item {
  display: block;
}

.slider-item-bg {
/*  height: 600px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-image-overlay,
.slider-info-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
}

.slide-image-overlay {
    display: none;
}
.slider-info-wrap {
    display: block;
}

.slider-info-wrap {
    z-index: 99;
}

.slider-info-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
}

[data-slick*="1"] .slide-image-overlay {
  visibility: hidden;
  opacity: 0.0001;
  -webkit-transition: all 650ms ease-in-out 0s;
  -moz-transition: all 650ms ease-in-out 0s;
  -o-transition: all 650ms ease-in-out 0s;
  transition: all 650ms ease-in-out 0s;
  transition-delay: .75s;
}

[data-slick*="1"] .slick-current .slide-image-overlay {
  visibility: inherit;
  opacity: 1;
}

.site-header-slider .slick-arrow {
    opacity: 0;
}

.site-header-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-dots li button:focus,
.slick-prev:focus, .slick-next:focus {
    outline: none;
}


/**
 * 4.0 Main Content
 * ----------------------------------------------------------------------------
 */


/* 4.1 Post-Content
 * ----------------------------------------------------------------------------
 */

.sticky {}

.sticky-post {
    position: absolute;
    top: 0;
    left: 15px;
    right: auto;
    padding: 2px 10px;
}

#masonry-posts .sticky-post {
    left: 0px;
    padding: 3px 7px;
}

.posts-grid .sticky-post {
    left: 0px;
    padding: 3px 7px;
}

.hentry {
    margin: 0 0 1.5em;
}

.post-content,
.single-post-content,
.post-comments,
.comments-area,
.ad-after-postend,
.nisargpro-ad-after-every5post {
    background-color: white;
    clear: both;
    margin-bottom: 2em;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer {
    padding: 0 4em;
}

.blog .list-post .entry-content-wrapper,
.archive .list-post .entry-content-wrapper,
.search .list-post .entry-content-wrapper {
    padding: 0;
}

.blog .grid-post.col-md-4,
.archive .grid-post.col-md-4,
.search .grid-post.col-md-4 {
    padding: 0;
}

@media all and (min-width: 992px) {
    .blog .list-post,
    .archive .list-post,
    .search .list-post {
        padding: 1.2em;
        position: relative;
    }
    .blog .list-post.format-image,
    .archive .list-post.format-image,
    .search .list-post.format-image {
        padding: 0.5em 0.5em;
    }
    .blog .list-post .entry-header,
    .blog .list-post .entry-summary,
    .blog .list-post .entry-content,
    .blog .list-post .entry-footer,
    .archive .list-post .entry-header,
    .archive .list-post .entry-summary,
    .archive .list-post .entry-content,
    .archive .list-post .entry-footer,
    .search .list-post .entry-header,
    .search .list-post .entry-summary,
    .search .list-post .entry-content,
    .search .list-post .entry-footer,
    .blog .list-post.col-md-4,
    .blog .list-post .col-md-8,
    .blog .list-post.col-md-12,
    .archive .list-post.col-md-4,
    .archive .list-post.col-md-8,
    .archive .list-post.col-md-12,
    .search .list-post.col-md-4,
    .search .list-post.col-md-8,
    .search .list-post.col-md-12 {
        padding: 0;
    }
    .blog .list-post .entry-meta,
    .archive .list-post .entry-meta,
    .search .list-post .entry-meta {
        margin-bottom: 3px;
    }
    .blog .list-post .entry-content-wrapper,
    .archive .list-post .entry-content-wrapper,
    .search .list-post .entry-content-wrapper {
        padding: 1em 0.8em;
    }
    .blog .list-post .entry-content-wrapper.col-md-7,
    .archive .list-post .entry-content-wrapper.col-md-7,
    .search .list-post .entry-content-wrapper.col-md-7 {
        padding: 0 0.5em 0 1.8em;
    }
    .blog .list-post .entry-header .entry-meta::after,
    .archive .list-post .entry-header .entry-meta::after,
    .search .list-post .entry-header .entry-meta::after {
        margin-left: 0;
    }
    .blog .list-post .entry-header,
    .blog .list-post .entry-footer,
    .blog .list-post .entry-summary .read-more,
    .archive .list-post .entry-header,
    .archive .list-post .entry-footer,
    .archive .list-post .entry-summary .read-more,
    .search .list-post .entry-header,
    .search .list-post .entry-footer,
    .search .list-post .entry-summary .read-more {
        text-align: left;
    }
    .blog .list-post .entry-title,
    .archive .list-post .entry-title,
    .search .list-post .entry-title {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .blog .list-post .featured-image,
    .archive .list-post .featured-image,
    .search .list-post .featured-image {
        padding: 0;
    }
    .blog .list-post .featured-image img,
    .archive .list-post .featured-image img,
    .search .list-post .featured-image img {
        margin-bottom: 0;
    }
    .blog .list-post .entry-summary p,
    .archive .list-post .entry-summary p,
    .search .list-post .entry-summary p,
    .blog .list-post .entry-summary .read-more,
    .archive .list-post .entry-summary .read-more,
    .search .list-post .entry-summary .read-more {
        margin-bottom: 0.5em;
    }
    .blog .list-post .entry-footer .tags,
    .archive .list-post .entry-footer .tags,
    .search .list-post .entry-footer .tags {
        text-align: right;
    }
    .site-main.posts-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .blog .grid-post.col-md-4,
    .archive .grid-post.col-md-4,
    .search .grid-post.col-md-4 {
        flex: 0 0 auto;
        width: 48%;
        min-width: 0;
        padding-bottom: 10px;
        word-wrap: break-word;
        margin-right: 4%;
        position: relative;
    }
    .blog .grid-post.col-md-4:nth-child(even),
    .archive .grid-post.col-md-4:nth-child(even),
    .search .grid-post.col-md-4:nth-child(even) {
        margin-right: 0;
    }
    .blog .no-sidebar .grid-post.col-md-4,
    .archive .no-sidebar .grid-post.col-md-4,
    .search .no-sidebar .grid-post.col-md-4 {
        width: 31.3%;
        margin-right: 2.8%;
    }
    .blog .no-sidebar .grid-post.col-md-4:nth-child(3n),
    .archive .no-sidebar .grid-post.col-md-4:nth-child(3n),
    .search .no-sidebar .grid-post.col-md-4:nth-child(3n) {
        margin-right: 0;
    }
    .blog .grid-post .entry-header,
    .blog .grid-post .entry-summary,
    .blog .grid-post .entry-footer,
    .blog .grid-post .entry-content,
    .archive .grid-post .entry-header,
    .archive .grid-post .entry-summary,
    .archive .grid-post .entry-footer,
    .archive .grid-post .entry-content,
    .search .grid-post .entry-header,
    .search .grid-post .entry-summary,
    .search .grid-post .entry-footer,
    .search .grid-post .entry-content {
        padding: 0 2.5em 1em;
    }
    .blog .grid-post .categories,
    .archive .grid-post .categories,
    .search .grid-post .categories,
    .blog .grid-post .tags,
    .archive .grid-post .tags,
    .search .grid-post .tags {
        width: 100%;
    }
}

.featured-image {
    padding: 0.5em 0.5em;
}

.single-post-content {
    padding: 0 4em;
}

.comments-area {
    padding: 1em 1.5em;
    background: white;
    overflow: hidden;
}

.post-comments {
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area {
    background: white;
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.post-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #eee;
    border-style: dotted;
    width: 100%;
}

.entry-content,
.entry-header,
.entry-meta,
.entry-title,
.entry-summary,
.entry-footer {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
}

.entry-summary,
.entry-content {
    color: #424242;
}

.entry-header {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title {
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.entry-header .entry-title a {
    color: #212121;
}

.blog .entry-title,
.search .entry-title,
.archive .entry-title {
    font-size: 22px;
}
.entry-meta {
    clear: both;
    color: #727272;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}

.entry-meta a {
    clear: both;
    color: #727272;
    text-transform: capitalize;
    line-height: 1.7;
}

.entry-meta h5 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.entry-header .entry-meta::after {
    content: "";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}

.taxonomy-description span p {
    color: #455A64;
    text-align: center;
}

.byline {
    text-transform: capitalize;
}

.byline a {
    color: #727272;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-footer {
    word-spacing: 3px;
    padding-bottom: 2.5em;
}

#category {
    margin-top: 1em;
    margin-bottom: 1em;
}
.categories {
    text-align: left;
}

.cat-links a,
.tags-links a {
    color: #727272;
    text-transform: capitalize;
}

.archive-page-title {
    text-transform: capitalize;
}

.search-page-header,
.archive-page-header {
    margin-bottom: 1.5em;
}

.archive-page-header {
    padding: 0 20px;
}

.archive-page-title > span,
.taxonomy-description span p,
.search-page-title span {
    /*box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/
    padding: 5px;
}

.taxonomy-description {
    margin-top: 5px;
}

.taxonomy-description p {
    margin-bottom: 0;
    max-width: 900px;
}

.search-page-title,
.taxonomy-description p{
    margin-left: auto;
    margin-right: auto;
}

.search-page-title,
.archive-page-title {
    color: #525252;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img {
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,
.entry-content {
    text-align: justify;
}

.read-more {
    margin-bottom: 1.2em;
    text-align: center;
    text-transform: uppercase;
}


/**Buttons**/

.btn-default {
    border: none;
    border-radius: 0px;
    color: #212121;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
}

.btn-default:visited {
    color: #212121;
}

.btn-default:visited:hover {
    color: #fff;
}

/*Image attachment*/

.image-attachment .entry-meta a {
    color: #607D8B;
    text-decoration: underline;
}

.image-attachment .entry-content {
    text-align: left;
}

.page-with-featured-img-header {
    position: relative;
    margin-bottom: 3em;
    min-height: 120px;
}

.page-template-template-pagebuilder .page-with-featured-img-header,
.page-template-template-pagebuilder-with-siteheader .site-header {
    margin-bottom: 0;
}

.page-with-featured-img-header .page-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.page-with-featured-img-header .page-title .entry-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.post-template-template-post-TitleOnFeaturedImgHeader .entry-content,
.post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .entry-content,
.add-padding {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.add-margin-bottom {
    margin-bottom: 1em;
}

.post-template-template-post-FeaturedImgHeader .featured-image {
    padding: 0;
}

.post-template-template-post-TitleOnFeaturedImgHeader .entry-meta,
.post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .entry-meta {
    display: none;
}

.post-template-template-post-TitleOnFeaturedImgHeader .entry-meta a,
.post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .entry-meta a {
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.post-template-template-post-TitleOnFeaturedImgHeader .entry-meta .fa,
.post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .entry-meta .fa {
    color: #ffffff;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}

.featured-image-header {
    background-size: cover;
    background-position: 50% 50%;
    height: auto;
    width: auto;
    min-height: 50px;
    margin-bottom: 1.5em;
}

body.page-template-template-pagebuilder.custom-background {
    background: none;
}

.page-builder.hentry {
    margin: 0;
}

.page-builder-boxed {
    background: #fff;
    padding: 0;
    margin-bottom: 3em;
}

.page-template-template-pagebuilder-without-siteheader .site-content {
    background: #ffffff;
}

@media all and (min-width: 768px) {
    .blog .entry-title,
    .search .entry-title,
    .archive .entry-title {
        font-size: 30px;
    }
    .add-margin-bottom {
        margin-bottom: 2em;
    }
    .post-template-template-post-FeaturedImgHeader .add-margin-bottom {
        margin-bottom: 3em;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .page-with-featured-img-header .page-title,
    .post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .page-with-featured-img-header .page-title {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .page-with-featured-img-header .page-title .col-md-12,
    .post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .page-with-featured-img-header .page-title .col-md-12 {
        padding: 0 4em;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .page-with-featured-img-header .page-title h1,
    .post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .page-with-featured-img-header .page-title h1 {
        font-size: 2.8em;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .entry-meta,
    .post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .entry-meta {
        display: block;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .entry-meta a {
        color: #ffffff;
        text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .entry-meta .fa {
        color: #ffffff;
        text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .entry-content,
    .add-padding {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }
    .featured-image-header {
        background-position: 50% 50%;
        margin-bottom: 3em;
        min-height: 120px;
        max-height: 600px;
    }
    .post-template-template-post-TitleOnFeaturedImgHeader .page-with-featured-img-header,
    .post-template-template-post-TitleOnFeaturedImgHeader-nosidebar .page-with-featured-img-header {
        background-position: 50% 50%;
        min-height: 120px;
        max-height: 600px;
    }
}

body.dark,
.dark blockquote,
.dark.flat  blockquote,
.dark.flat #navbar-search-box input  {
    background-color: #121212 !important;
}

body.dark.flat,
.dark.flat .main-navigation,
.dark.flat .main-navigation .primary-menu>li>.sub-menu  {
    background-color: #121212 !important;
}

.dark.flat .main-navigation .primary-menu>li>a,
.dark.flat #socialMenuResponsive a,
.dark.flat #desktop-search-icon,
.dark.flat #navbar-search-box,
.dark.flat thead {
    border-color: #121212;
}


.dark.flat .site-footer {
    background-color: #000;
    color:rgb(255, 255, 255,0.87);
}

.dark.flat .site-info,
.dark.flat .site-footer,
.dark.flat .dropdown-toggle,
.dark.flat .dropdown-toggle:hover,
.dark.flat .dropdown-toggle:focus {
    background-color: #121212;
    color:rgb(255, 255, 255,0.87);
}

.dark .main-navigation,
.dark .site-footer {
    background-color: #212121 !important;
}

.dark .widget ul,
.flat .widget ul,
.dark .widget ol,
.flat .widget ol {
    padding: 0em;
}

.dark input,
.dark select,
.dark textarea,
.dark thead,
.dark .wp-block-calendar table th,
.dark .wp-caption, 
.dark .post-content,
.dark .single-post-content,
.dark .post-comments,
.dark .comments-area,
.dark .ad-after-postend,
.dark .nisargpro-ad-after-every5post,
.dark .comments-area,
.dark .post-comments .comments-area,
.dark .archive-page-title > span,
.dark .taxonomy-description span p,
.dark .search-page-title span,
.dark .page-builder-boxed,
.dark .page-template-template-pagebuilder-without-siteheader .site-content,
.dark .posts-navigation .nav-links,
.dark .post-navigation .nav-links,
.dark .nav-previous,
.dark .nav-next,
.dark .next-post,
.dark .prev-post,
.dark .next-post a,
.dark .prev-post a,
.dark .pagination .page-numbers,
.dark .author-bio,
.dark .author-posts-section-title,
.dark #secondary .widget,
.dark .btn-default,
.dark .main-navigation,
.dark .main-navigation .primary-menu>li>.sub-menu,
.dark .sub-menu,
.dark .dropdown-toggle,
.dark .dropdown-toggle::after,
.dark .dropdown-toggle:hover,
.dark .dropdown-toggle:focus,
.dark blockquote,
.dark #navbar-search-box input {
    background: #212121;
}

@media screen and (min-width: 768px) {
    .dark .main-navigation .primary-menu>li>.sub-menu {
        background-color: #212121;
        border-color: #313131;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
    }
    .dark.flat .main-navigation .primary-menu>li>.sub-menu,
    .dark.flat .sub-menu,
    .dark.flat .dropdown-toggle,
    .dark.flat .dropdown-toggle::after,
    .dark.flat .dropdown-toggle:hover,
    .dark.flat .dropdown-toggle:focus {
        background-color: #212121;
    }
    .dark .sub-menu {
        border: none;
    }
}

.flat input,
.flat select,
.flat textarea,
.flat thead,
.flat .wp-caption, 
.flat .post-content,
.flat .single-post-content,
.flat .post-comments,
.flat .comments-area,
.flat .ad-after-postend,
.flat .nisargpro-ad-after-every5post,
.flat .comments-area,
.flat .post-comments .comments-area,
.flat .archive-page-title > span,
.flat .taxonomy-description span p,
.flat .search-page-title span,
.flat .page-builder-boxed,
.flat .page-template-template-pagebuilder-without-siteheader .site-content,
.flat .posts-navigation .nav-links,
.flat .post-navigation .nav-links,
.flat .nav-previous,
.flat .nav-next,
.flat .next-post,
.flat .prev-post,
.flat .next-post a,
.flat .prev-post a,
.flat .pagination .page-numbers,
.flat .author-bio,
.flat .author-posts-section-title,
.flat #secondary .widget,
.flat .btn-default {
    background-color: inherit;
    box-shadow: none;
}

.flat #navbar-search-box input {
    background: #ffffff;
}

.flat .prev-post {
    padding-left: 0;
}
.flat .prev-post,
.flat .nav-previous {
    text-align: left;
}
.flat .next-post {
    padding-right: 0;
}
.flat .next-post,
.flat .nav-next {
    text-align: right;
}

.flat .posts-grid article,
.flat .masonry article {
    margin-bottom: 1em;
}

.flat #secondary .widget {
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.flat .woocommerce div.product .woocommerce-tabs .panel,
.flat .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}

.light .comment-author a {
    color: #607d8b;
}

.light.flat .cat-links a, 
.light.flat .tags-links a,
.light.flat .nav-links a,
.light.flat .nav-links a,
.light.flat .nav-links .fa,
.light.flat .nav-links .fa,
.light.flat .next-prev-text,
.light.flat .comment-author a,
.light.flat .comment-metadata {
    color: #424242;
}
.light.flat .comment-metadata time {
    color: #616161;
}

.light.flat .post-content hr,
.light.flat #secondary .widget li {
    border-color: rgba(66, 66, 66,0.12)
}

@media (min-width: 900px) {
    .comments-area {
        padding: 1.5em 4em;
    }
    .flat .entry-header, 
    .flat .entry-content, 
    .flat .entry-summary, 
    .flat .entry-footer,
    .flat .post-comments,
    .flat .post-comments .comments-area,
    .flat .comments-area,
    .flat #masonry-posts .entry-header,
    .flat #masonry-posts .entry-content,
    .flat #masonry-posts .entry-summary,
    .flat #masonry-posts .entry-footer {
        padding-left: 0;
        padding-right: 0;
    }
    .flat.blog #masonry-posts .entry-header,
    .flat.blog #masonry-posts .entry-content,
    .flat.blog #masonry-posts .entry-summary,
    .flat.blog #masonry-posts .entry-footer,
    .flat.archive #masonry-posts .entry-header,
    .flat.archive #masonry-posts .entry-content,
    .flat.archive #masonry-posts .entry-summary,
    .flat.archive #masonry-posts .entry-footer,
    .flat.search #masonry-posts .entry-header,
    .flat.search #masonry-posts .entry-content,
    .flat.search #masonry-posts .entry-summary,
    .flat.search #masonry-posts .entry-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flat.blog .grid-post .entry-header,
    .flat.blog .grid-post .entry-summary,
    .flat.blog .grid-post .entry-footer,
    .flat.blog .grid-post .entry-content,
    .flat.archive .grid-post .entry-header,
    .flat.archive .grid-post .entry-summary,
    .flat.archive .grid-post .entry-footer,
    .flat.archive .grid-post .entry-content,
    .flat.search .grid-post .entry-header,
    .flat.search .grid-post .entry-summary,
    .flat.search .grid-post .entry-footer,
    .flat.search .grid-post .entry-content,
    .flat .featured-image {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dark #infinite-handle span {
     background-color: #212121 !important;
}
.dark.flat #infinite-handle span {
    background-color: #212121 !important;
}

.dark tbody tr:nth-child(odd) {
    background-color: #303030;
}
.dark .main-navigation .primary-menu>li>a,
.dark #socialMenuResponsive a,
.dark #desktop-search-icon,
.dark #navbar-search-box,
.dark thead {
    border-color: #212121;
}

.flat .main-navigation .primary-menu>li>a,
.flat #socialMenuResponsive a,
.flat #desktop-search-icon,
.flat #navbar-search-box {
    border-color: transparent;
}

body.dark,
.dark .entry-summary, .dark .entry-content,
.dark .btn-default,
.dark .btn-default:hover,
.dark .btn-default:focus,
.dark .btn-default:visited,
.dark #secondary .widget,
.dark #secondary .widget a,
.dark #secondary .widget #recentcomments a,
.dark .main-navigation .navbar-brand, 
.dark .main-navigation .navbar-brand:hover, 
.dark .main-navigation .navbar-brand:focus,
.dark .main-navigation .primary-menu > li > a,
.dark .main-navigation .primary-menu > li > .sub-menu > li > a,
.dark .main-navigation ul ul a,
.dark #socialMenuResponsive a,
.dark #desktop-search-icon, 
.dark #desktop-search-icon .fa-magnifying-glass,
.dark .main-navigation .primary-menu .primary-social-icon, 
.dark .main-navigation .primary-menu .primary-social-icon .fa,
.dark .next-post a,
.dark .prev-post a,
.dark .next-prev-text,
.dark .nav-links a:hover .next-prev-text .fa,
.dark input[type=text],
.dark input[type=email],
.dark input[type=text]:focus,
.dark input[type=email]:focus,
.dark textarea:focus,
.dark #infinite-handle span,
.dark .masonry #infinite-handle span,
.dark .wp-block-calendar table caption, 
.dark .wp-block-calendar table tbody,
.dark select,
.dark .wp-block-calendar table th,
.dark .dropdown-toggle::after {
    color: rgba(255,255,255,0.87);
}

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,
.dark .entry-header .entry-title a,.dark thead,
.dark .author-social-links li a .fa,
.dark .author-bio,
.dark #secondary .widget .widget-title .rsswidget,
.dark #secondary .widget .rsswidget,
.dark #secondary .widget table caption,
.dark #secondary .widget #recentcomments,
.dark blockquote,
.dark .pagination .page-numbers,
.dark .nav-links .fa,
.dark .author-info-box .author-name a,
.dark .author-info-box .author-social-links .fa,
.dark .wp-block-latest-posts .wp-block-latest-posts__post-title {
    color: rgba(255,255,255,0.87);
}

.dark .entry-meta,.dark .entry-meta a,
.dark .taxonomy-description span p,
.dark byline a,
.dark .cat-links a,
.dark .tags-links a,
.dark .image-attachment .entry-meta,
.dark .gallery-caption,
.dark .comment-metadata time, 
.dark #navbar-search-box input,
.dark .wp-block-image figcaption {
    color: rgba(255,255,255,0.7);
}

.dark .search-page-title,
.dark .archive-page-title,
.dark .author-social-links li a .fa,
.dark .taxonomy-description {
    color: rgba(255,255,255,0.87);
}

.dark code,.dark pre {
    background-color: #424242;
    color:  #aaaaaa;
}

.dark input, .dark textarea,
.dark .post-content hr,
.dark #secondary .widget li,
.dark #secondary .widget hr,
.dark .comment-list .depth-1,
.dark .main-navigation li {
    border-color: #424242;
}
.dark .main-navigation .menu-toggle {
    border: none;
}
.dark .main-navigation .menu-toggle .icon-bar {
    background-color: rgba(255,255,255,0.87);
}
/* 
* 4.2 Page and Post Navigation links 
* --------------------------------------------------------------
*/

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links {
    padding: 15px;
    text-align: center;
    margin-bottom: 2em;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.nav-links .fa,
.nav-links a:hover .fa,
.nav-links a:focus .fa {
    color: #727272;
}

.nav-previous,
.nav-next,
.next-post,
.prev-post {
    background: #fff;
    color: #727272;
    font-weight: 400;
    text-transform: capitalize;
    padding: 1em;
}

.posts-navigation .next-post a,
.posts-navigation .prev-post a {
    font-size: 18px;
}

.next-post a,
.prev-post a {
    color: #424242;
    word-wrap: break-word;
}

.next-prev-text {
    color: #727272;
    font-size: 14px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    margin: 1em 0 1em;
    width: 100%;
}

.pagination .page-numbers {
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    color: #414141;
    float: left;
    font-size: 13px;
    width: 40px;
    margin: 0px 3px;
    border-radius: 50%;
    height: 40px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
}

.pagination .current {
    background-color: #009688;
    border: 1px solid #009688;
    color: #fff !important;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-links a {
    padding: 3px;
    margin-right: 2px;
}


/*Masonry Layout */

.grid-item {
    width: 100%;
}

/****Masonry + Jetpack****/

@media (min-width: 900px) {
    #masonry-posts .entry-header,
    #masonry-posts .entry-content,
    #masonry-posts .entry-summary,
    #masonry-posts .entry-footer {
        padding: 0 2.5em 1em;
    }
    #masonry-posts .sticky-post,
    .posts-list .sticky-post,
    .posts-grid .sticky-post {
        left: 0px;
        font-size: 16px;
        line-height: 16px;
        padding: 3px 5px;
    }
}


/*
* 4.3 Post Formats
* -------------------------------------
*/


/* Post Format = Status----------------------------------------------- */

.format-status .entry-footer .entry-meta,
.format-staus .entry-footer .entry-meta {
    text-align: right;
}

.grow,
.embed-audio,
.embed-responsive {
    margin: 0 auto 15px;
}

.blog .grow,
.blog .embed-audio,
.blog .embed-responsive,
.archive .grow,
.archive .embed-audio,
.archive .embed-responsive,
.search .grow,
.search .embed-audio,
.search .embed-responsive {
    margin-bottom: 0;
}
/* Audio Post Format */

.format-audio .featured-image iframe {
    width: 100%;
    height: 166px;
}


/* Gallery Post Format */

.format-gallery .featured-image .gallery {
    margin-bottom: 0;
}

.grow {
    display: block;
    margin: 0 auto 15px;
}

.gcolumn {
    display: inline-block;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
    max-width: 33.33%;
}

.gcolumn img {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}


/* Status post format*/

.home .format-status .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content,
.search .format-status .entry-content {
    padding-top: 2.5em;
}


/* Image post format */

.format-image .featured-image {
    position: relative;
}

.home .format-image .featured-image .entry-header,
.blog .format-image .featured-image .entry-header,
.archive .format-image .featured-image .entry-header,
.search .format-image .featured-image .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1em 2em;
    text-align: left;
}

.home .format-image .featured-image .entry-header .entry-title a,
.blog .format-image .featured-image .entry-header .entry-title a,
.archive .format-image .featured-image .entry-header .entry-title a,
.search .format-image .featured-image .entry-header .entry-title a,
.home .format-image .featured-image .entry-header .entry-meta a,
.blog .format-image .featured-image .entry-header .entry-meta a,
.archive .format-image .featured-image .entry-header .entry-date a,
.search .format-image .featured-image .entry-header .entry-date a,
.home .format-image .featured-image .entry-header .entry-date i,
.blog .format-image .featured-image .entry-header .entry-date i,
.archive .format-image .featured-image .entry-header .entry-date i,
.search .format-image .featured-image .entry-header .entry-date i {
    color: #fff;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
}


.home .format-image .featured-image img,
.blog .format-image .featured-image img,
.archive .format-image .featured-image img,
.search .format-image .featured-image img {
    margin-bottom: 0;
    width: 100%;
}

.home .format-image .featured-image .entry-header .entry-meta::after,
.blog .format-image .featured-image .entry-header .entry-meta::after,
.archive .format-image .featured-image .entry-header .entry-meta::after,
.search .format-image .featured-image .entry-header .entry-meta::after {
    height: 0px;
    width: 0;
}

.home #masonry-posts .format-image .featured-image .entry-header,
.blog #masonry-posts .format-image .featured-image .entry-header,
.archive #masonry-posts .format-image .featured-image .entry-header,
.search #masonry-posts .format-image .featured-image .entry-header {
    padding: 0 10px 10px;
}

.home #masonry-posts .format-image .featured-image .entry-header .entry-title,
.blog #masonry-posts .format-image .featured-image .entry-header .entry-title,
.archive #masonry-posts .format-image .featured-image .entry-header .entry-title,
.search #masonry-posts .format-image .featured-image .entry-header .entry-title {
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home #masonry-posts .format-image .featured-image .entry-header .entry-meta,
.blog #masonry-posts .format-image .featured-image .entry-header .entry-meta,
.archive #masonry-posts .format-image .featured-image .entry-header .entry-meta,
.search #masonry-posts .format-image .featured-image .entry-header .entry-meta {
    display: none;
}

@media all and (max-width: 767px) {
    .home .format-image .featured-image .entry-header .entry-title,
    .blog .format-image .featured-image .entry-header .entry-title,
    .archive .format-image .featured-image .entry-header .entry-title,
    .search .format-image .featured-image .entry-header .entry-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home .format-image .featured-image .entry-header .entry-meta,
    .blog .format-image .featured-image .entry-header .entry-meta,
    .archive .format-image .featured-image .entry-header .entry-meta,
    .search .format-image .featured-image .entry-header .entry-meta {
        display: none;
    }
}

.blog .post-content hr,
.home .post-content hr,
.archive .post-content hr,
.search .post-content hr {
    margin-top: 0;
}

@media all and (min-width: 768px) {
    .blog #masonry-posts .tags,
    .home #masonry-posts .tags,
    .archive #masonry-posts .tags,
    .search #masonry-posts .tags {
        margin-top: 0.5em;
        width: 100%;
    }
    .blog #masonry-posts .categories,
    .home #masonry-posts .categories,
    .archive #masonry-posts .categories,
    .search #masonry-posts .categories {
        width: 100%;
    }
    .blog .classic .tags,
    .home .classic .tags,
    .archive .classic .tags,
    .search .classic .tags {
        text-align: right;
    }
    .home #masonry-posts .format-image .entry-title,
    .blog #masonry-posts .format-image .entry-title,
    .archive #masonry-posts .format-image .entry-title,
    .search #masonry-posts .format-image .entry-title,
    .home .posts-grid .format-image .entry-title,
    .blog .posts-grid .format-image .entry-title,
    .archive .posts-grid .format-image .entry-title,
    .search .posts-grid .format-image .entry-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*
* 4.4 Gallery
* -----------------------------------------
*/

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    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;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    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;
}


/*
* 4.5 Post-Comments
* ------------------------------
**/

/* .comments-area {
    margin-bottom: 0;
} */

.page .comments-area {
    margin-bottom: 2em;
}

.comments-author .url {
    text-transform: uppercase;
}

.avatar {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata {
    font-size: 0.8em;
}

.comment-list {
    list-style: none;
    padding-left: 0em;
}

.comment-list .depth-1 {
    margin: 20px 0px;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px 18px;
}

.comment-list .children {
    list-style: none;
}

.comment-content {
    margin-bottom: 0.3em;
}

.comment-respond #submit {
    background-color: #455A64;
    background: -moz-linear-gradient(#607d8b, #455a64);
    background: -o-linear-gradient(#607d8b, #455a64);
    background: -webkit-linear-gradient(#607d8b, #455a64);
    background: linear-gradient(#607d8b, #455a64);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.85em;
    padding: 8px 10px;
    text-transform: uppercase;
}

.comment-respond {
    padding-top: 5px;
}

.comment-metadata time {
    color: #aaa;
}

.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form input[type=password],
.comment-form input[type=number],
.comment-form input[type=email] {
    width: 100%;
    max-width: 100%;
}

.comment-form > p.comment-form-cookies-consent {
    display: flex;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.bypostauthor {}


/*Author Social Links*/

.author-social-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    list-style: none;
}

.author-social-links li {
    display: inline-block;
    margin-right: 18px;
}

.author-social-links li a .fa {
    color: #282828;
    font-size: 18px;
}

/* Author Page */

.author-bio {
    background: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

.author-box-title {
    margin-top: 0;
    padding-bottom: 0.5em;
}

.author-avatar .avatar {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.author-name {
    text-align: center;
    text-transform: capitalize;
}

.author-avatar,
.author-description {
    text-align: center;
}

.author-description {
    margin-bottom: 1em;
}

.author-posts-section-title {
    background: #fff;
    padding: 2em 1em;
    margin-bottom: 1em;
    text-align: center;
}

.author-social-links {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    list-style: none;
    text-align: center;
}

.author-social-links li {
    display: inline-block;
    margin-right: 18px;
}

.author-social-links li a .fa {
    color: #525252;
    font-size: 18px;
}

@media all and (max-width: 767px) {
    .author-box-title {
        text-align: center;
    }
}


/**
 * 5.0 Sidebar - Widgets
 * ----------------------------------------------------------------------------
 */

#secondary .widget {
    background-color: white;
    color: #424242;
    font-size: 16px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 24px 24px 24px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

#secondary .widget-title {
    font-size: 18px;
    position: relative;
}

#secondary .widget-title {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 36px;
    padding: 27px 27px 0;
    overflow-wrap: break-word;
}

#secondary .widget-title::after {
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 4px;
    bottom: -15px;
}

#secondary .widget a {
    color: #424242;
}

#secondary .widget .widget-title .rsswidget {
    color: #212121;
}

.widget_rss li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0em;
}

#secondary .widget li {
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

#secondary .widget li:last-child {
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 1em;
}

.widget th,
.widget td {
    padding: 0.2em;
    text-align: left;
}

.widget select {
    max-width: 100%;
}

#secondary .widget hr {
    border-color: #ddd;
}

#secondary .widget table caption {
    color: #455A64;
}

#secondary .widget .rsswidget {
    color: #607D8B;
}

#secondary .widget .rsswidget img {
    margin-top: 12px;
}

.widget_text img {
    max-width: 100%;
}

.widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
}

.widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
}

.widget button.search-submit {
    padding: 0;
    width: 35px;
}


/* Widget areas after single post end
and after every 5th post*/

.ad-after-postend {
    padding: 0.5em 0;
    text-align: center;
}

.nisargpro-ad-after-every5post {
    padding: 0.5em 0;
    text-align: center;
}

.ad-widget img {
    margin-bottom: 0;
}

.widget_nav_menu ul,.widget_nav_menu ul ul {
    background: inherit;
    box-shadow: none;
    border: none;
}
.widget_nav_menu li {
    border: none;
}
/*
* 6.0 Site Footer
* --------------------------------------------------------------------
*/

.site-footer {
    background-color: #222;
    color: #999;
    min-height: 54px;
    font-size: 14px;
    letter-spacing: 1px;
}

.site-info {
    background: #141414;
    color: #fff;
    font-size: 16px;
    padding: 1em 1em;
    text-align: center;
}

.site-footer .widget {
    padding: 24px 24px 12px;
    margin-bottom: 10px;
}

.site-footer .widget-title {
    color: white;
    font-size: 18px;
    overflow-wrap: break-word;
    position: relative;
    margin-bottom: 36px;
}

.site-footer .widget-title::after {
    background: rgb(255, 255, 255);
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 50px;
    display: block;
    height: 4px;
    bottom: -15px;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: inherit;
}

.site-footer a {
    color: white;
    opacity: 1;
}

.site-footer .widget ul {
    padding: 0;
}

.site-footer .widget li {
    padding: 15px 10px 15px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.site-footer .widget li:last-child {
    border-bottom: none;
}

.site-footer .widget li a {
    color: #eee;
}

.site-footer .widget li a:hover,
.site-footer .widget li a:focus {
    color: rgba(238, 238, 238, 0.5);
}

.site-footer thead,
.site-footer caption,
.site-footer select {
    color: #999;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    left: auto;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 16px;
    line-height: 18px;
    border-radius: 50%;
    opacity: 0.7;
}

#goToTop:hover {
    background-color: #555;
}

#goToTop .fa {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}


/*
* 7.0 Media Queries
* --------------------------------------------------------------------
*/

@media (max-width: 900px) {
    body {
        font-size: 16px
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 12px;
    }
    blockquote {
        margin-left: 0.3em;
    }
    table {
        -ms-word-break: break-all;
        word-break: break-all;
    }
    .navbar-nav {
        float: none;
    }
    .sticky-post {
        padding: 0px 10px;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-footer {
        padding: 0.5em 1.5em;
    }
    .entry-footer {
        padding-bottom: 1em;
    }
    .featured-image {
        padding: 0.5em 0.5em;
    }
    .single-post-content {
        padding: 0 1.5em;
    }
    .post-comments,
    .comments-area {
        border: none;
        box-shadow: none;
        overflow: hidden;
        width: 100%;
    }
    .post-comments,
    .post-comments .comments-area{
        padding: 0.75em;
    }
    .comment-content table {
        overflow: hidden;
    }
    .comment-list {
        padding: 10px 0;
    }
    .comment-list ol {
        padding-left: 10px;
    }
    input,
    textarea,
    iframe {
        width: 100%;
    }
    #submit {
        width: auto;
    }
    th,
    td {
        padding: 0.2em;
        text-align: left;
        border: 1px solid #B6B6B6;
    }
    .flat .prev-post, .flat .nav-previous,
    .flat .next-post, .flat .nav-next {
        text-align: center;
    }
    .flat.blog .list-post, 
    .flat.archive .list-post, 
    .flat.search .list-post {
        padding-left: 0;
        padding-right: 0;
    }
    .flat.blog article, 
    .flat.archive article, 
    .flat.search article {
        margin-bottom: 2em;
    }
    .flat.blog article .entry-summary, 
    .flat.archive article .entry-summary, 
    .flat.search article  .entry-summary {
        margin-bottom: 0.5em;
    }
    .flat.blog article .read-more, 
    .flat.archive article .read-more, 
    .flat.search article  .read-more {
        margin-bottom: 0.75em;
    }
    .flat .entry-header,
    .flat .entry-content,
    .flat .entry-summary,
    .flat .entry-footer,
    .flat .nav-links,
    .flat .post-comments,
    .flat .post-comments .comments-area,
    .flat #secondary .widget {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px
    }
    .site-header,
    .page-with-featured-img-header,
    .site-custom-text-header,
    .site-page-title-header {
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }
    .site-custom-text-header,
    .site-page-title-header {
        padding: 1em 0;
    }
    .site-title,
    .page-with-featured-img-header .page-title .entry-title {
        letter-spacing: 2px;
    }
    .site-title::after {
        background-color: #fff;
        content: "";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }
    .site-description {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .site-title {
        font-size: 2em;
    }
    .page-with-featured-img-header .page-title .entry-title {
        font-size: 1.8em;
    }
    .site-page-title-header .page-title {
        font-size: 2.5em;
    }
    .site-footer {
        font-size: 14px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        border-top: none;
    }
}

@media (max-width: 359px) {
    .site-header,
    .page-with-featured-img-header,
    .site-custom-text-header {
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }
    .site-title,
    .page-with-featured-img-header .page-title .entry-title,
    .site-page-title-header .page-title {
        letter-spacing: 1px;
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .site-title {
        font-size: 1.5em;
    }
    .site-title ::after {
        margin: 2px auto;
    }
    .site-description {
        font-size: 8px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
    .page-with-featured-img-header .page-title .entry-title,
    .site-page-title-header .page-title {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 768px) {
    .custom-logo {
        padding-left: 0px;
        padding-right: 0px;
    }
    #desktop-search-icon {
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        color: #333;
        cursor: pointer;
        display: block;
        position: relative;
        padding: 10px 15px;
    }
    #desktop-search-icon .fa-magnifying-glass {
        color: #333;
        width: 14px;
        height: 14px;
    }
    .grid-item {
        width: 48.3%;
    }
    .no-sidebar .grid-item {
        width: 31.0%;
    }
    .no-sidebar #comment {
        width: 100%;
    }
    .author-bio {
        padding: 2em;
    }
    .author-name,
    .author-social-links {
        text-align: left;
    }
    .author-name {
        margin-top: 0;
    }
    .author-avatar,
    .author-description {
        text-align: left;
    }
    .author-avatar .avatar {
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }
    .page-with-featured-img-header .page-title .entry-title {
        font-size: 3.5em;
    }
    .site-page-title-header .page-title {
        font-size: 3em;
    }
}

@media screen and (min-width: 1280px) {
    .author-avatar .avatar {
        height: 150px;
        width: 150px;
        border-radius: 50%;
    }
}


/**
 * 8.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    .site {
        max-width: 98%;
    }
    .site-header,
    .site-custom-text-header {
        background-image: none !important;
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }
    .site-title {
        color: #000;
        font-size: 21pt;
    }
    .site-description {
        font-size: 10pt;
    }
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title,
    .entry-title {
        font-size: 21pt;
    }
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }
    /* Comments */
    .comments-area>li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}


/**
 * 9.0 Jetpack Infinite Scroll
 * ----------------------------------------------------------------------------
 */


/* Hides navigation links and site footer when infinite scroll is active */

.infinite-scroll .posts-navigation {
    display: none;
}

#infinite-handle {
    margin-bottom: 32px;
    text-align: center;
}

#infinite-handle span {
    background-color: white !important;
    color: #424242 !important;
    clear: both;
    font-size: 18px !important;
    margin-bottom: 2em;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding: 10px 15px !important;
}

#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.masonry #infinite-handle {
    bottom: 0;
    clear: both;
    display: table;
    position: absolute;
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}

.masonry #infinite-handle span {
    color: #424242;
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.masonry #infinite-handle span:hover {
    cursor: pointer;
}


/**
 * 10.0 Gutenberg
 * ----------------------------------------------------------------------------
 */

.wp-block-image figcaption {
    color: #727272;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1em;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    clear: both;
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    padding-bottom: 15px;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 1.5em;
}

.wp-block-latest-posts__post-excerpt .read-more {
    text-align: left;
    text-transform: capitalize;
}

.wp-block-separator,
.post-content .wp-block-separator {
    border: 0px;
    width: 50px;
    height: 3px;
    margin-left: 0; 
}

.wp-block-separator.aligncenter,
.light.flat .post-content .wp-block-separator.aligncenter  {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-block-separator.is-style-default {
    width: 50px;
}

.wp-block-separator.is-style-wide {
    width: 100%;
}

.wp-block-column {
    padding: 10px;
}

#secondary .widget .wp-block-latest-posts .wp-block-latest-posts__post-title {
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/**
 * 11.0 Woocommerce
  * -----------------------------------------------------------------------------
 */

.woocommerce .post-navigation,
.woocommerce .post-comments {
    display: none;
}

.woocommerce-checkout .entry-header,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .entry-summary,
.woocommerce-checkout .entry-footer {
    padding-left: 2em;
    padding-right: 2em;
}
.woocommerce .product .entry-header,
.woocommerce .product .entry-content,
.woocommerce .product .entry-footer {
    padding-left: 2em;
    padding-right: 2em;
}
.woocommerce .product .entry-summary {
    padding: 0em 0.5em !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-transform: capitalize;
    text-align: left;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: transparent;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: inherit;
    border: 1px solid #424242;
    color: inherit;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: 4px !important;
}
.woocommerce span.onsale {
    border-radius: 0;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    min-height: 10px;
    padding: 0 12px; 
    top: 0;
    left: 0;
    right: auto;
    margin: 4px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
     color: #424242;
}

.woocommerce .product table,
.woocommerce .product td,
.woocommerce .product th,
.woocommerce .product tr,
.woocommerce .product tbody tr:nth-child(even),
.woocommerce #primary tbody tr:nth-child(even) {
    background-color: transparent !important;
    border: none;
    font-size: 16px;
    padding: 0;
}
.woocommerce div.product form.cart table {
     border: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
     background-color: transparent;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce div.product form.cart .button{
    //margin-left: 15px;
    padding: 7px 10px;
}

.dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce input.button,
.dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .dark.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .dark.woocommerce input.button:hover {
    background-color: #121212;
    border: 1px solid rgb(255, 255, 255,0.87);
    color: inherit;
}
.dark .woocommerce-Price-amount, .dark .woocommerce .product label a,
.dark.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color:rgb(255, 255, 255,0.87);
}

.dark .panel,
.dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #212121;
}
.dark.woocommerce div.product input, .dark.woocommerce div.product form.cart .variations select,
.dark.woocommerce nav.woocommerce-pagination ul, .dark.woocommerce nav.woocommerce-pagination ul li,
.dark.woocommerce nav.woocommerce-pagination ul li a:focus, .dark.woocommerce nav.woocommerce-pagination ul li a:hover, .dark.woocommerce nav.woocommerce-pagination ul li span.current, .dark.woocommerce nav.woocommerce-pagination ul li {
    border-color: rgb(255, 255, 255,0.87);
    color:rgb(255, 255, 255,0.87);
}
.dark.woocommerce .price del,
.dark .fp-products .price del {
    text-decoration-color: rgb(255, 255, 255,0.87);
}