.archive-heading {
	display: none;
}
main .item_post{
	margin-bottom: 30px;
	padding-right: 30px;	
}
.item_post_img img{
	width: 100%;
	object-fit: cover;
	max-height: 480px;
	display: block;
}
.item_post_content h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin:10px 0;
}
.post_excerpt {
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.post_meta {
	border-top: 1px solid #d6e6ea;
	border-bottom: 1px solid #d6e6ea;
	padding: 8px 0;
	color: #7F8C8D;
	margin-top: 10px;
}
.post_meta span{
	padding-right: 25px;
}
.post_meta a{
	color: #7F8C8D;

}
.post_meta span i {
	margin-right: 5px;
	color: #ff7e20;
}
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-heading,
.page-heading{
	font-size: 36px;
	font-weight: 500;
	margin:0;
}
.author-date ul {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	background: #272727;
	height: 75px;
	padding: 0;	
}
.author-date .date-post li {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100%;
}
.author-date .date-post i {
	display: inline-block;
	margin: 8px 0px 1px 0;
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.date-post p {
	text-align: center;
	font-size: 12px;
}
.article-content {
	border-left: 1px solid #eaeaea;
}
.info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
.info-socials-article {
	margin: 5px 0px;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.info-title-comment {
	margin: 20px 0 5px;
	font-size: 16px;
}
.info-title-comment,
.info-box-comment {
	float: left;
	width: 100%;
}
.info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
.info-box-comment {
	border: 1px solid #dadada;
	border-top: 2px solid #888;
	box-shadow: 0 2px 0px #f7f7f7;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* page */


@media only screen and (max-width: 1100px) {
	.item_post_content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.single-heading, .page-heading {
		font-size: 30px;
		line-height: 37px;

	}
}
@media only screen and (max-width: 800px) {
	main .item_post {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.single-heading, .page-heading {
		font-size: 28px;
	}

}
@media only screen and (max-width: 768px) {
    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }

    .post_excerpt p {
        margin: 0;
    }
    .item_post_img img {
    	max-height: 300px;
    }
}

@media only screen and (max-width: 700px) {
	.item_post_content h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.single-heading, .page-heading {
		font-size: 24px;
		line-height: 28px;
	}
	.info-socials-article,
	.info-title-comment {
		margin-top: 0px;
	}
	.info-box-comment{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px) {
	.entry-content .col-lg-2,
	.entry-content .col-lg-10{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.single-heading, .page-heading {
		font-size: 22px;
	}
    .post_excerpt {
        display: none;
    }
    .item_post_content h2 {
    	font-size: 20px;
    	line-height: 25px;
    }
    .item_post_img img {
		max-height: 200px;
	}
}