/**
 * CSS for Last news
 */
 .latest-post{flex-direction: column;}
 .latest-post .news-post{margin: 8px auto;}
 .latest-post p{
 	font-size: 14px;
 	color: #e63c2f;
 }
 .latest-post .news-post p{text-align: left;}
 .latest-post p svg{margin-right: 4px;}
@media screen and (min-width: 768px){
	.latest-post{flex-direction: row;}
	.latest-post .news-post{margin: 8px;}
}
@media screen and (min-width: 1300px){
	#front-page .news-shadow{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
	}
	#front-page .news-post a:hover .news-shadow{background: rgba(0, 0, 0, 0.4);}
}
