.archive-heading {
    display: none;
}

.item_post_img img {
    max-height: 260px;
    width: 100%;
    object-fit: cover;
}

.item_post_content h2 {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    margin: 7px 0 0;
    font-weight: normal;
}

.item_post_content h2:hover {
    color: #337ab7;
}

main .item_post {
    margin-bottom: 20px;
}

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 {
	font-size: 25px;
	margin: 0 0 7px;
	font-weight: normal;	
	color: #333;
}
.post-author {
	font-style: italic;
	letter-spacing: 0.6px;
}

/* page */
.page-heading {
    text-align: center;
    color: #018791;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}


@media only screen and (max-width: 768px) {
    .post_excerpt {
        font-size: 11px;
    }

    .item_post h4 {
        font-size: 13px;
    }

    .post_date {
        font-size: 13px;
        margin-top: 0px;
    }
    .item_post_content h2{
        font-size: 15px;
    }

    .single-heading {
        font-size: 20px;
    }
    .post_excerpt p {
        margin: 0;
    }
}

@media only screen and (max-width: 500px) {
    .post_excerpt {
        display: none;
    }
}