:root {
    --txt-dark : #fff;
    --dark : #000;
    --txt-light : #000;
    --light : #fff;
    --color1: #00154f;
}

body{
    background: #111;
    color: var(--light)!important;
}

p{
    color: var(--light);
}

.post-img,
.author-img{
    background: #ffffff87;
}

.kategoribox > div {
    color: var(--light);
}

.kategoribox{
    background: #112;
}

.featdate a,
.trendingnews .pust:nth-child(n+4) .featdate a,
.leftbar p a,
.authorbox h4 a{
    color: var(--color2);
}

.tablinks.active{
    color: var(--color1)!important;
}

.wrap-content blockquote{
    background: #222;
    border-left: 5px solid var(--color2);
}

.wrap-content blockquote::before{
    color: var(--color2);
}

.wp-caption{
    background-color: #111;
}

.wp-caption p.wp-caption-text{
    color: var(--light);
}

.wrap-post img, .wrap-random{
    background: #222;
}

.form-submit input{
    background: var(--color2);
    color: var(--color1);
}

.tag{
    color: #fff;
}

.featnews .boxtittle{
    background: #111;
}

.featnews#displai .post-img::before{
    background-image: linear-gradient(90deg, #111, transparent);
}

.featnews .boxtittle h2 a{
    color: var(--txt-dark);
}

.shareit{
    border: unset;
    background-image: linear-gradient(to top, #212121, #212121);
}

.shareit strong{
    color: var(--light);
}

.comments > ul > li > ul > li {
    background: #171717;
}

.comments .says{
    color: var(--txt-dark);
}

.comments li {
    background: #131313;
}

#comment, .comment-form-author input, .comment-form-email input{
    background: #333;
    color: var(--txt-dark);
}

.authorbox,
.auth_artic{
    background: #222;
    color: #fff;
}

.catego-box p a{
    color: var(--txt-light);
}

.about-author{
    border-color: #444;
}

.about-author:before{
    background: linear-gradient(0deg, #222, #222, transparent, transparent);
}

.about-content img{
    border-color: #222;
}

#switch svg:first-child{
    color: #999;
}

#switch svg:last-child{
    color: unset;
}

.ti-angle-up:before{
    color: var(--dark);
}

.catpages .pust:after {
    border: 1px solid #3f3f3f;
}

@media screen and (max-width:1099px) {
    .inner-sidebar{
        background: #333;
    }
}

@media screen and (max-width:767px){
    .inner-sidebar{
        background: unset;
    }
}
