.post_feed_row:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post_feed_row .post_feed_item {
	margin-bottom: 30px;
}

.post_feed_row .thumb {
	background: no-repeat center;
	margin-bottom: 18px;
	background-size: cover;
}

.post_feed_row .thumb img {
	width: 100%;
	display: block;
}

.post_feed_row .entry-content {
	font-family: 'Libertad Book', 'Arial', sans-serif;
	color: #5a5a5a;
	margin-bottom: 24px;
}

.post_feed_row .entry-content p:last-child {
	margin-bottom: 0;
}

.post_feed_row .post_date {
	color: #2e2e2e;
	margin-bottom: 12px;
}

.post_feed_row .post_date .url.fn.n {
	color: #5a5a5a;
}

.post_feed_row .btn_set a {
	border: solid 1px #2B8687;
	display: inline-block;
	font-family: 'Libertad Medium', 'Arial', sans-serif;
	color: #2B8687;
	padding: 7px 47px 8px;
	text-decoration: none;
	border-radius: 21px;
}

.post_feed_row .btn_set a:hover {
	background: #0c384b;
	color: #fff;
}

.post_feed_row h4 {
	line-height: 1.334em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #2B8687;
	margin: 0 0 11px;
}

.wp-pagenavi {
	padding-top: 68px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	width: 30px;
	height: 30px;
	display: inline-block;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 0 8px;
	border-radius: 50%;
}

.wp-pagenavi a {
	background: #dfeff0;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	background: #c7d5d6;
}

.wp-pagenavi span {
	background: #2B8687;
}

.wp-pagenavi span.pages {
	display: none;
}

@media screen and (min-width: 992px) {

.post_feed_row {
	border-bottom: solid 1px rgba(0, 0, 0, 0.16);
	margin-bottom: 44px;
	padding-bottom: 37px;
}

.post_feed_row .post_feed_item {
	margin-bottom: 0;
}

}

