/* +--------------------------------------------------------------------------+
// +-------------------------------------------------+
// $Id: navbar.css,v 1.6.4.6 2017-02-14 10:23:04 wlair Exp $ */
/*------------------------------------------------------------------------------------------*/
/* ========================================================================
	Article 
 ========================================================================== */
 .top-article .uk-article-meta{
	margin-left:25px;
	font-size: 15px;
	font-weight:500;
	color:#444;
	position:relative;
	float:left;
	margin: 20px 0;
	margin-left: 30px;
}
.top-article .uk-article-meta:before{
	content:"";
	display:block;
	width: 120%;
	height: 6px;
	position:absolute;
	bottom: -8px;
	/* left:-5px; */
	background: linear-gradient(to bottom right, rgba(255, 235, 59, 0.40),rgba(255, 235, 59, 0.10));
	z-index:-1;
	border-radius: 1px 25px 0px 1px;
}