.post-grid-container-main {
	padding: 50px 20px; text-align: center;
}
.post-grid-container .social-icon {
	padding: 10px; text-align: left; color: rgb(255, 0, 0); transition: all 0.3s ease 0s;
}
.post-grid-container .social-icon span {
	width: 24px; height: 24px; display: inline-block; background-size: 100% auto !important;
}
.post-grid-container .social-icon span a {
	width: 100%; height: 100%; display: block;
}
.post-grid-container .social-icon .fb {
	background: url("icons/facebook.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .social-icon .twitter {
	background: url("icons/twitter.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .social-icon .gplus {
	background: url("icons/gplus.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .meta {
	padding: 10px 0px; text-align: left;
}
.post-grid-container .meta span {
	height: 20px; padding-left: 20px; font-size: 11px; margin-right: 15px; display: inline-block;
}
.post-grid-container .meta span a {
	text-decoration: none;
}
.post-grid-container .meta .date {
	background: url("icons/time.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .meta .author {
	background: url("icons/author.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .meta .cayegory {
	background: url("icons/cayegory.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .meta .tags {
	background: url("icons/tags.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container .meta .comments {
	background: url("icons/comments.png") no-repeat 0px 0px rgba(0, 0, 0, 0);
}
.post-grid-container-main .paginate {
	
}
.post-grid-container-main .paginate .page-numbers {
	background: 0px 0px rgb(31, 191, 69); margin: 3px 0px; padding: 3px 8px; color: rgb(255, 255, 255); text-decoration: none; display: inline-block;
}
.post-grid-container-main .paginate .page-numbers:hover {
	background: 0px 0px rgb(14, 140, 44);
}
.post-grid-container-main .paginate span {
	
}
.post-grid-container-main .paginate a {
	
}
.post-grid-container-main .paginate .current {
	background: 0px 0px rgb(14, 140, 44);
}
.post-grid-container .load-more {
	text-align: center; margin-top: 50px;
}
.post-grid-container .load-more .load {
	background: 0px 0px rgb(31, 191, 69); padding: 7px 10px; color: rgb(255, 255, 255); cursor: pointer;
}
.post-grid-container .hover-items {
	width: 100%; display: none; transition: all 0.7s ease 0s;
}
.post-grid-container .grid-single:hover .hover-items {
	margin: 0px auto; padding: 0px; top: 0px; width: 100%; text-align: center; display: block; position: absolute; z-index: 2147483647;
}
.post-grid-container .hover-items a {
	border-radius: 50%; width: 50px; height: 50px; margin-top: 30px; vertical-align: top; display: inline-block; cursor: pointer; box-shadow: 0px 0px 7px -2px rgb(102,102,102); background-image: none; background-attachment: scroll; background-repeat: repeat; background-size: 100% auto !important; background-origin: padding-box; background-clip: border-box; background-color: rgb(255, 255, 255);
}
.post-grid-container .hover-items .zoom {
	background: url("icons/zoom.png") 0px 0px rgba(255, 255, 255, 0.7);
}
.post-grid-container .hover-items .post-link {
	background: url("icons/link.png") 0px 0px rgba(255, 255, 255, 0.7);
}
.post-grid-container .grid-single:hover .social-icon {
	margin: 0px auto; padding: 0px; top: 100px; width: 100%; text-align: center; position: absolute; z-index: 2147483647;
}
