body .main-navigation {
    background: #000000;
	color: #ffffff;
}

.main-navigation {
    background: #000000;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #ffffff;
    font-weight: 700;
}


body, button, input, select, optgroup, textarea {
    color: #ffffff;
}

body.home.blog #primary {
    padding: 10px;
    background-color: #131313;
    color: #868686;
}

.figcaption {
background-color :#000;
}

.spotlight-post, .single-column-posts, #secondary .widget, article .entry-content-wrap, article .comments-area, article .em-posts-promotions .widget {
    background-color: #191919;
}

a:visited {
    color: #ffffff;
}

a {
    color: #ffffff;
}

.grid-item-metadata {
    color: #b5b5b5;
}

.exclusive-posts {
    background-color: #1f1f1f;
}

.exclusive-posts .exclusive-now {
    background: #880000;
}

.trending-posts-vertical-carousel .slick-slide .carousel-image, .trending-posts-carousel .slick-slide .carousel-image {
    margin-bottom: 10px;
    background: #191919;
}

.slide-icon:before {
    background-color: #880000;
}

.hentry .entry-header-details {
    padding: 15px;
    background-color: #191919;
}

#disqus_thread {
background-color: #191919;
padding: 10px;
}

.site-description {
    color: #ffffff;
    font-size: 10px;
}

.secondary-color, button, input[type="button"], input[type="reset"], input[type="submit"], .site-content .search-form .search-submit, .site-footer .search-form .search-submit, .tagcloud a:hover, .tagcloud a:hover {
    background: #880000;
}

#text-11 {
padding: 10px;
}

#secondary .widget-title span:after {
    width: 100%;
}

#secondary .widget-title {
    background-color: #101010;
	text-align: center;
}

.bx-wrapper {
    padding: 10px;
}

#main-slider-wrapper {
	height: 100px;
}

.site-title a, .site-header .site-branding .site-title a:visited, .site-header .site-branding .site-title a:hover, .site-description {
    color: #ffffff;
    display: none;
}

.kbe_articles {
background: #191919;
padding: 10px;	
}

.kbe_category {
background: #191919;
padding: 10px;
}

#kbe_content .kbe_leftcol .kbe_articles ul li a {
    color: #7a7a6a;
}

#kbe_content .kbe_leftcol .kbe_article_list li a {
    color: #7a7a6a;
}

#kbe_content h2, .kbe_aside h2 {
    color: #7a7a6a;
}

#kbe_content .kbe_category h2 a {
color: #7a7a6a;
}

#secondary {
    width: 20%;
}

#primary, .primary-1 {
    width: 80%;
}

.post-thumbnail img {
    display: none;
}


#loader-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: black;
    z-index: 99999999;
}

#loader {
    border: 10px solid #4a4a4a;
}

#loader:after {
border-left-color: #bb1919;
}