
/*************** Post Nagvigation ***************/
@media(min-width: 768px){
	.entry-meta{display: none;}
	#nav-below{
		padding: 30px;
		background: white
	}
}

.nav-previous > a {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3em;
	line-height: 3em;
	background: #4495eb;
}

.nav-previous > a:before{
	display: block !important;
	content: 'BÀI TRUỚC';
	color: white;
	text-align: center;
	font-size: 20px;
}


.nav-next > a {
	display: block;
	color: white;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3em;
	line-height: 3em;
	background: #4495eb;
}

.nav-next > a:before{
	display: block !important;
	content: 'BÀI KẾ TIẾP';
	color: white;
	text-align: center;
	margin-right: -10px;
	font-size: 20px;
}



/* hide info */
.entry-author  { display: none !important; }
.entry-date  { display: none !important; }
.author-info  { display: none !important; }
.entry-meta  { display: none !important; }


