

.latest-projects .post-filter {
	display: inline-block;
	margin: 0;
	/* margin-bottom: 30px; */
	height: 33px;
}

	.latest-projects .post-filter li {
		/* padding: 5px 5px; */
		background: url(../images/doc.png) no-repeat 7px 18px;
	}

		.latest-projects .post-filter li:nth-child(1) {
			/* padding: 5px 5px; */
			/* background: none; */
		}

		.latest-projects .post-filter li span {
			padding: 7px 20px;
			color: #ffffff;
			font-size: 14px;
			font-weight: 500;
			line-height: 24px;
			display: block;
			padding-right: 16px;
			cursor: pointer;
			-webkit-transition: .5s ease;
			transition: .5s ease
		}

		.latest-projects .post-filter li:hover span {
			color: #fff;
			background: #ed5226;
			-webkit-transition: .5s ease;
			transition: .5s ease;
			border-radius: 10px;
		}

.post-filter li.active {
	background: #fff;
	color: #000;
	border-radius: 5px 5px 0 0;
}

	.post-filter li.active span {
		color: #000000;
		background: #fff;
		-webkit-transition: .5s ease;
		transition: .5s ease;
		border-radius: 10px;
	}

.masonary-layout.filter-layout {
	background: #fff;
}
