
.posts-wrap {
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
}
.post {
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: top;
}
.post .entry-thumbnail {
	text-align: center;
}
.post .entry-hover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all 0.3s;
	text-align: center;
}
.post:hover .entry-hover {
	opacity: 1;
}
.post .entry-main {
	position: relative;
	border-top: 2px solid #3b99d7;
	cursor: default;
	transition: all 0.3s;
}

.post .entry-meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight:600;
}
.post .entry-media {
	position: relative;
	/*width: 250px;
		float: left;*/
	z-index: 10;
}

.post .entry-title a {
	color: #2f2f2f;
	font-size:18px;
}
.post .post-btn {
	margin-right: auto;
	margin-left: auto;
	padding: 11px 17px;
	font-size: 10px;
	background:#db4571;
	border:1px solid #db4571;
}

.post_mod-a {
	max-width: 544px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #f7f7f7;
}
.post_mod-a:nth-child(even) {
	margin-left: 24px;
}
.post_mod-a:nth-child(odd) {
	margin-right: 23px;
}
.post_mod-a .box-comments .icon {
	color: #fff;
}
.post_mod-a .box-comments a {
	display: inline-block;
	margin-top: 80px;
	margin-right: 0;
	padding-right: 11px;
	padding-left: 11px;
	color: #fff;
}
.post_mod-a .entry-main {
	padding: 20px 300px 30px 34px;
}
.post_mod-a .post-btn {
	margin-top: 105px;
	font-size:14px;
}
.post_mod-a .entry-date {
	padding-left: 10px;
	border-left: 1px solid #888;
}
.post_mod-a .entry-media {
	float: right;
	width: 250px;
}


.entry-content p{
	font-size:14px;
	line-height:26px;
	margin-top:15px;
}