.single-post.dark-mode .blog-section {
    background: none !important;
}
.single-post.dark-mode,
.single-post.dark-mode .dropdown-menu,
.single-post.dark-mode .bg-light-blue,
.single-post.dark-mode #search-content .ais-Hits:before {
    background-color: #1D2125 !important;
}
.single-post.dark-mode .blog-section p,
.single-post.dark-mode .blog-section span,
.single-post.dark-mode .blog-section li,
.single-post.dark-mode .blog-section table,
.single-post.dark-mode .blog-section .text-gray,
.single-post.dark-mode .blog-section,
.single-post.dark-mode .dropdown-menu a,
.single-post.dark-mode .dropdown-menu span,
.single-post.dark-mode .ais-Hits-item article:not(:hover) a{
    color: #B6C2CF !important;
}

.single-post.dark-mode .fixed-top.bg-white {
    background-color: #1D2125 !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.single-post.dark-mode .main-nav-wrap.fixed-top a { 
    color: #B6C2CF !important;
}

.single-post.dark-mode .btn-outline-light:hover span {
    color: #1D2125 !important;
}

.single-post.dark-mode .header-logo.d-none {
    display: block !important;
}
.single-post.dark-mode .fixed-header-logo,
.single-post.dark-mode .wpml-ls-statics-footer {
    display: none !important;
}

.single-post.dark-mode .blog-section .text-primary,
.single-post.dark-mode .blog-section h3,
.single-post.dark-mode .blog-section .h3,
.single-post.dark-mode .blog-section h4,
.single-post.dark-mode .blog-section .h4,
.single-post.dark-mode .blog-section h5,
.single-post.dark-mode .blog-section .h5,
.single-post.dark-mode .blog-section h6,
.single-post.dark-mode .blog-section .h6,
.single-post.dark-mode .resources-module h3,
.single-post.dark-mode .blog-section a:not(.btn-outline-primary):not(.btn-primary),
.single-post.dark-mode .blog-section a:not(.btn-outline-primary):not(.btn-primary) span{
    color: #80C1C8 !important;
}
.single-post.dark-mode .blog-section h2,
.single-post.dark-mode .blog-section .h2 {
    color: #D0E1E7;
}
.single-post.dark-mode .blog-section pre {
    color: #ABC74A !important;
}
.single-post.dark-mode .small-nav .list-inline-item a,
.single-post.dark-mode .small-nav i.icon-search {
    color: #fff !important;
}
/* .single-post.dark-mode .main-nav-wrap .nav-depth-0>ul.dropdown-menu {
    box-shadow: 0 5px 8px 0 #333;
} */
.single-post.dark-mode #search-content .ais-Hits {
    background-image: none;
    background-color: #1D2125;
}
.single-post.dark-mode #search-content .ais-Hits .ais-Hits-list li h3 {
    border-bottom-color: rgba(255,255,255,0.2);
}
.single-post.dark-mode .ais-Hits-item article:not(:hover) p {
    color: rgba(255,255,255,0.4);
}
.single-post.dark-mode .footer-curve {
    background-color: rgba(66, 79, 98, 0.5) !important;
}
