h1.archive-heading {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}

.item_post {
    width: 100%;
    margin-bottom: 30px;
}

.item_post:hover {
    opacity: 1;
}

.item_post a {
    text-decoration: none;
}

.item_post:hover h4 {
    text-decoration: underline;
}

.item_post_img {
}
.item_post_img {
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
}
.item_post_img img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
.item_post_img img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item_post h2 {
	display: block;
	font-size: 16px;
	text-transform: initial;
	font-weight: 500;
	line-height: 26px;
	color: #333;
	margin-top: 0;
}

.item_post_content {
}

.post_date {
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

.post_excerpt {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	font-weight: 400;
	overflow: hidden;
	color: #333333;
}
.item_post_content .view {
	color: #333;
	text-decoration: underline;
}

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 */
.single-post .entry-header{
	margin-bottom: 20px;
}
.single-cat-main{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
h1.single-heading{
	margin-top: 10px;
	font-size: 25px;
    font-weight: bold;
}
.postby {
	font-size: 12px;
    text-transform: uppercase;
}
/*.postby time,
.postby span{
	color: #334862;
}*/
.relatedcat {
	clear: both;
	margin-bottom: 30px;
}
.relatedcat>h3 {
	font-size: 22px;
}
.relatedcat .item-post a{
	display: block;
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 10px;
}
.relatedcat .item-post .item-post-content {
	padding: 15px 15px 20px;
	z-index: 1;
	text-align: center;
	transition: .3s all;
}
.relatedcat .item-post .item-post-img img{
	max-height: 145px;
	object-fit: cover;
	width: 100%;
	display: block;
}
.relatedcat .item-post h2{
	font-size: 16px;
	margin: 0;
}
.relatedcat .item-post:hover .item-post-content {
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	background-color: #fff;
}
.single-post .comments-area{
	background-color: rgba(0,0,0,0.05);
}
.single-post .comments-area input:not([type="submit"]),
.single-post .comments-area textarea{
	background-color: #fff !important;
	border: 1px solid #ddd;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
}
.single-pagination {
    margin: 0;
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.single-pagination-prev {
    text-align: left;
}
.single-pagination-prev, .single-pagination-next {
    width: 50%;
    padding: .7em 0;
}
.single-pagination-next {
    text-align: right;
    border-left: 1px solid #ececec;
}
.single-pagination-prev a, .single-pagination-next a {
    color: #167cc4;
}
.single-pagination-next i,
.single-pagination-prev i {
    font-size: 2em;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle;
}

.single-post .comments-area{
    background-color: rgba(0,0,0,0.05);
    margin-top: 15px;
    padding: 15px 25px 0;
}
/* page */
.page-heading {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.entry-content {
    margin-bottom: 20px;
}

/* page */
.page-heading {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	h1.archive-heading {
		font-size: 25px;
		line-height: 40px;
		margin-top: 10px;
	}
	.item_post h2 {
		font-size: 15px;
		margin-bottom: 7px;
	}
    .post_excerpt {
        font-size: 11px;
    }
    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }
    .post_excerpt p {
        margin: 0;
    }
    .item_post{
    	margin-bottom: 15px;
    }
    .entry-content .col-mb {
    	width: 50%;
    }
	/**/
	h1.single-heading {
		font-size: 22px;
	}
}

@media only screen and (max-width: 640px) {
	h1.archive-heading {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.item_post {
		margin-bottom: 15px;
	}
	.entry-content .col-mb {
		width: 50%;
	}
	h1.single-heading {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {
	h1.archive-heading {
		font-size: 20px;
	}
    .post_excerpt {
        display: none;
    }
    h1.single-heading {
    	font-size: 18px;
    }
}