.close {

}
.filter-select .btn {
    color: #333 !important;
}
.authusr a {
    color: #000;
}
.authusr a:hover {
    font-weight: bolder;
}
.post-tile h4.heading {
    font-family: inherit;
    margin-top: 15px;
}
span.post-about {
    color: #888888;
    font-size: 12px;
}
.popular-post .avatar .user-card .auth-name {
    line-height: 13px !important;
}
.blog_cat{
	margin-top: -5px !important;
	max-height: 57px;
}
.blog_cat .btn{
	padding: 5px !important;
	height: 38px;
}
.blog_cat .btn .filter-option{
	padding-right: 15px;
	color: #569a29;
    text-align: left !important;
	width: 85%;
	float: left;
}
.bs-caret{
	color: #569a29;
}
.filter-post-container{
	min-height: 46px;
}
.imgnamedate a{
	border: none !important;
}
.blog_cat ul.dropdown-menu li, .blog_cat ul.dropdown-menu li a{
	cursor: pointer;
}
.blog_cat ul.dropdown-menu{
	top: 0px !important
}
.filter-option{
	text-align: center;
}
.blog_cat{
	width: 140px !important;
}
.open>.dropdown-menu{
	display: none !important;
}
.tags-container .up-vote .glyphicon-triangle-top{
	display: none;
}
@media only screen and (max-width:480px) {
	.blog_cat{
		width: 100px !important;
	}
	.blog_cat .active {
		background-color: #499224 !important;
	}
	.blog_cat .active span{
		color: #fff !important;
	}
	.caret{
		display: none !important;
	}
	.dropdown-menu{
		right: 0px !important;
	}
	span {
		/* width: 33.33%; */
		text-align: center;
	}
	.tags-container .glyphicon-triangle-top {
		display: block;
		margin: 9px auto 10px;
	}
	.post-grid .discussion-container {
		float: none;
	}
	.tags-container .tag a span{
		margin-left: 4px;
		padding-right: 4px;
	}
	.tags-container .up-vote a span{
		color: #fff !important;
	}
}