.archive-heading{
	font-size:25px;
	text-align: center;

}
.item_post{
	position: relative;
	margin-bottom: 20px;
}
.item_post_img img{
	max-height: 185px;
	object-fit: cover;
}

.item_post_content h2{
	color: #0a0a0a;
	margin-bottom: 0;
}
.is-divider {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	margin: 1em 0 1em;
	width: 100%;
	max-width: 30px;
}
.item_post_content .is-divider {
	margin-top: .5em;
	margin-bottom: .5em;
	height: 2px;
}
.post_excerpt{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	color: #000;
}
.post_date {
	background-color: #000;
	color: #fff;
	left: 0;
	top: 7%;
	position: absolute;
	text-align: center;
	padding: 3px 5px;
	line-height: 13px
}
.post-date-month{
	font-size: 12px;
}
nav.navigation.pagination {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

nav.navigation.pagination a.page-numbers {
	padding: 5px;
	text-decoration: none;
}

nav.navigation.pagination a.page-numbers:hover {
	text-decoration: underline;
}

/* single */
.post-categories {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin: 0;
}
.post-categories li {
	margin-right: 5px;
}
.entry-category a{
	font-weight: 400;
}

/* page */
.page-heading {
	text-align: center;
	color: #018791;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}
.page-excerpt-box {
	background-color: #f1f1f169;
	color: #800000;
	font-style: italic;
	font-size: 16px;
	padding: 5px 10%;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.post_excerpt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size: 13px;
	}
	.item_post_content h2 {
		font-size: 19px;
		margin-top: 0;
	}
	.item_post_img img {
		width: 100%;
	}
	.page-excerpt-box {
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 700px) {
	.archive-dv .col-lg-4{
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.archive-heading {
		font-size: 22px;
		margin: 0px 0 10px;
	}
	.page-excerpt-box {
		font-size: 15px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 500px) {
}