[data-theme="dark"] {
    background-color: #111 !important;
    color: #dbdbdb;
    transition: 0s;
}

[data-theme="dark"] .section,
[data-theme="dark"] .container-fluid,
[data-theme="dark"] .page-title {
    background-color: #111 !important;
    color: #dbdbdb;
    transition: 0s;
}

[data-theme="dark"] .big-meta-home {
    color: #dbdbdb;
    border-radius: 0px 10px 10px 0px;
    transition: 0s;
}

[data-theme="dark"] .masonry-box {
    background-color: #111 !important;
    color: #dbdbdb;
    border: 0.34rem solid #111 !important;
    transition: 0s;
}

[data-theme="dark"] .bg-light {
    background-color: #333 !important;
    transition: 0s;
}

[data-theme="dark"] .bg-white {
    background-color: #333 !important;
    transition: 0s;
}

[data-theme="dark"] .bg-black {
    background-color: #dbdbdb !important;
    transition: 0s;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] p,
[data-theme="dark"] ul,
[data-theme="dark"] li,
[data-theme="dark"] a {
    color: #dbdbdb;
    transition: 0s;
}

[data-theme="dark"] .big-meta h4 {
    color: #dbdbdb;
    transition: 0s;
}

[data-theme="dark"] .trend-videos h4 a {
    color: #dbdbdb !important;
    background-color: #333 !important;
    transition: 0s;
}

[data-theme="dark"] h1:hover a,
[data-theme="dark"] h2:hover a,
[data-theme="dark"] h3:hover a,
[data-theme="dark"] h4:hover a,
[data-theme="dark"] h5:hover a,
[data-theme="dark"] h6:hover a {
    text-decoration: underline !important;
    color: #dbdbdb !important;
}

[data-theme="dark"] .fa {
    color: #dbdbdb !important;
}

[data-theme="dark"] .slider {
    background: #333 !important;
    transition: 0s;
}

[data-theme="dark"] .moon {
    color: #333 !important;
    transition: 0s;
}

[data-theme="dark"] .small-title {
    color: #333 !important;
    transition: 0s;
}

.blog-box-2 {
    background: transparent;
}

[data-theme="dark"] .sidebar-blogs {
    background: #333 !important;
    transition: 0s;
}

[data-theme="dark"] .blog-custom-build .blog-meta {
    background: #333 !important;
    transition: 0s;
    border: 0
}

[data-theme="dark"] .table-of-contents {
    background-color: #333
}

@media (max-width: 480px ) {
    [data-theme="dark"] .big-meta-home {
        border-radius: 0px 0px 10px 10px;
    }
}


[data-theme="dark"] .a2a_button_facebook {
    background: transparent !important;

}

[data-theme="dark"] .fb-share-icon {
    color: white;
    border-color: white;
    background: black;
}

[data-theme="dark"] .twitter-share-icon {
    color: white;
    border-color: white;
    background: black;
}

[data-theme="dark"] .pin-share-icon {
    color: white;
    border-color: white;
    background: black;
}


[data-theme="dark"] .github-share-icon {
    color: white;
    border-color: white;
    background: black;
}

[data-theme="dark"] blockquote {
    color: #dbdbdb;
    border-left: 8px solid #dbdbdb;
    line-height: 1.6;
    position: relative;
    background: #333;
}

[data-theme="dark"] .page-wrapper h1 {
    border-bottom: 8px solid #333;
    -webkit-box-shadow: -12px 0px 0px -4px #dbdbdb;
    -moz-box-shadow: -12px 0px 0px -4px #dbdbdb;
    box-shadow: -12px 0px 0px -4px #dbdbdb;
}

[data-theme="dark"] .page-wrapper h2 {
    border-left: 8px solid #dbdbdb ;
    border-bottom: 2px dashed #333;
}
