
#latest-post-block .title-icon img{
	width:1.4rem; 
	height:auto; 
	margin:0 0.4rem 0 0;
}

#latest-post-block .title-icon {
    display: flex;
    align-items: center;
	text-transform:uppercase;
	font-weight:500;
	font-size: 1rem;
}

#latest-post-block .latest-post-title{
	background-color:rgba(0,0,0,0.8);
	color:white;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}


