/* =========================== START POST SECTION ===================== */
.post-tags {
	margin: 20px 0;
	padding: 0;
}
.post-tags li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-right: 5px;
}
.post-tags li:first-child {
	font-weight: 700;
	margin-right: 10px;
}
.post-tags li a {
	color: #121212;
}
.post-cover {
	margin-bottom: 30px;
}
.post-section h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.post-info {
	margin-bottom: 25px;
	color: #787878;
	font-size: 12px;
}

.all-socials {
	margin: 0px 0 20px;
	padding: 0;
	list-style-type: none;
}
.all-socials li {
	display: inline-block;
	*zoom: 1;
	font-weight: 700;
	*display: inline;
	vertical-align: middle;
	margin-left: 0px;
	font-size: 16px;
	width: 30px;
}
.all-socials li a {
	display: block;
	width: 30px;
	padding-top: 0px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	color: #121212;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.all-socials li a:hover{
	color: #329fd1;
}