/*** Top Bar ***/
.info-bar {
    background-color: #029FB2;
}

.info-bar ul li, .info-bar .social-profiles ul li a, .info-bar .infobar-links ul li a {
    color: #fff;
}


/*** Nav Bar BG Color ***/
.navigation-bar {
    background-color: #000000!important;
}

/*** Home - Titles ***/
h3.stories-title, .stories-title {
    border-left: 4px solid #E62E2D;
	
}

/*** Home - Post Titles ***/
.post-boxed .entry-title, .post-block .entry-title, .post-boxed.main-post.inlined .entry-title {
    text-align: left;
	
		
}

/*** Home - Widget Titles ***/
.widget-title {
	border-left: 4px solid #E62E2D;
	
}


/*** Home - Just Img ***/
.post-img-wrap .entry-meta .cat-links a {
    background-color: E62E2D;
	
}

/*** Home - Img + Title ***/
.post-img-wrap + .entry-header .entry-meta .cat-links a {
	background-color: #E62E2D;
	

}

/*** Home - Cat Text ***/
.entry-meta .cat-links a {
	color: #ef3f49;
	
	
	
}

/*** Home - Search Button ***/
.btn-theme {
	background-color: mediumslateblue;
}
{
	.newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-content {
	padding: 15px 15px 7px;
	font-weight: 900;
	text-align: left; 
}
/*** Single Posts - Body & Title ***/
.entry-content p {
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: Arial;
	  font-weight:300;
		color: #000;
    font-size: 14px;
		text-align:left;
		
}

.entry-header h1.entry-title {
    font-size: 22px;
    font-weight: 700;
		text-align:left;
    color: #333333;
    margin: 0 0 10px;
    font-family: Arial;
}
h1, h2, h3, h4, h5, h6 {
		font-family: Arial;
		text-align: left;
	 
	
}

/*** Category Page Post Title***/

.entry-header h2.entry-title {
    font-size: 16px;
		line-height: normal;
		font-weight: 600;
		text-align: left;
		color: #333333; }

/*** Sidebar ***/
.post-boxed.inlined .entry-title, .post-block .entry-title {
    line-height: 1.2;
    font-weight: 400;
    font-size: 17px;
		text-align: left;
}

.post-col .entry-meta .cat-links a {
    font-weight: 350;
    font-size: 13px;
}
/*** Mobile Nav Bar ***/
@media (max-width: 767px) {
.navigation-bar {
    background-color: #029F;
		text-align: left;
		
}
}
