
body {
	background-color: #0f0f0f !important;
}
#main { 
    background-color: #0f0f0f;
}
h1, h2, h3, h4, h5, h6, ol, ul { 
    color: #ffffff !important; 
}
.widget_featured_posts .article-content .entry-title a {
    color: #ffffff; 
}
.rpwe-block li {
    border-bottom: 1px solid #333 !important;
}
.footer-widgets-wrapper {
    border-top: 1px solid #404040;
    background-color: #0f0f0f;
}
.footer-socket-wrapper { 
    background-color: #0f0f0f;
}
.rpwwt-post-author, .rpwwt-post-categories, .rpwwt-post-date {  
	margin-top: 5px;
    color: white;
	font-size: 12px;
}
.rpwwt-post-author, .rpwwt-post-categories  {  
	display: none;
}
#header-text-nav-container {
     background-color: #232323; 
 
}

p {
	color: #ffffff; 
	line-height: 1.7;
	font-size: 17px; 
}
#secondary .widget, .error-404 .widget { 
    background-color: #0f0f0f;
}
.widget_featured_posts .single-article {
    background-color: #0f0f0f; 
}

.cat-item, .menu-item{  
	font-size: 16px !important; 
}

.Warning{
    border: 1px solid red;
    background-color: #ff9c9c;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.widget_highlighted_posts .single-article:nth-child(even)  {  
margin-right: 2%; 
}

.widget_highlighted_posts .single-article {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    max-width: 30%;
	  min-width: 250px;
}

#colophon .widget ul li, #secondary .widget ul li {
    line-height: 1.5;
    padding: 0px;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0px;
}

@media only screen and (max-width: 600px) {
	.widget_highlighted_posts .single-article { 
	  min-width: 300px;
}
	
	.cat-item, .menu-item{  
		font-size: 16px !important; 
		margin: 20px 0px;
	}

}

.breaker {
    position: relative;
    width: 100%;
    height: 30px;
    float: left;
    border-bottom: 2px solid rgb(179, 0, 0); 
    margin-bottom: 5px;
}

.breakertext{
	  background-color: rgb(179, 0, 0);
    color: white;
    padding: 5px 20px;
}
.widget_highlighted_posts .article-content { 
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}


@media screen and (max-width: 450px){
#page {
    width: 100% !important;
}
.inner-wrap {
    width: 100%;
}
}