#newsCol h2 {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #ffffff 50%, #d9ceda 51%, #d9ceda 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#ffffff 50%,#d9ceda 51%,#d9ceda 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffffff 50%,#d9ceda 51%,#d9ceda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9ceda',GradientType=0 );
}

#newsCol h2 span {
	background: url(/wp-content/themes/sma_2020/images/icon-home-news.png);
}

#newsCol h2 span {
	background-position: 10px 0px;
}

#newsCol h2 span {
	background-repeat: no-repeat;
}


#newsCol a {
	color: #3a3c49;
}


.btn-news.btn-sma {
	background: #3a3c49;
	color: #fff!important;

}

#newsCol a:hover {
	color: #3a3c49!important;
}

.btn-news:hover {
	background: #3a3c49!important;
}

#newsCol .btn-news:hover,
.btn-news:hover {
	color: #ffffff!important;
}



#news-sidebar a.icon,
.type-post h3 a,
.type-post a span,
.news-categories a span,
.page-template-template-listing-page-news .post-categories a span,
#news-sidebar .category-listing li a span {
	color: #3a3c49!important;
}



#news-sidebar a.icon:hover,
h4.title-lead a:hover,
 .type-post h3 a:hover {
	color: #3a3c49!important;
}

.news-image img {
	float: left;
	max-width: 500px;
	margin: 0 20px 20px ;
}

#article-wrapper .post-content h1.post-title {
	display: inline!important;
}