.entry-header.hidden {
    display: none;
}

.archive-heading {
    padding: 0;
    margin: 0;
    font-size: 21px;
    color: #018791;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 10px 0;
    width: 100%;
    max-width: 30px;
}

.postby {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.single-cat-main {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.item_post {
    transition: opacity .3s, box-shadow .5s, transform .3s;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-bottom: 30px;
}

.item_post:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.item_post .post-left {
    width: 50%;
}

.item_post .post-right {
    flex: 1;
    padding: 0 20px;
}

.item_post-header {
    padding: 25px;
}

.item_post-header h2 {
    font-size: 25px;
    margin-top: 0;
}

.item_post-header h2 a {
    color: #555;
}

.item_post-header h2 a:hover {
    color: #000;
}

.item_post_img img {
    width: 100%;
    height: auto;
    display: block;
}

.post_excerpt p {
    margin: 0;
    margin-top: 10px;
    color: #555;
}

.more-link {
    padding: 5px 10px;
    color: #d10404;
    border: 2px solid;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0;
}

a.more-link:hover {
    background-color: #d10404;
    border-color: #d10404;
    color: #fff !important;
}

.item_post .entry-meta {
    font-size: .8em;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: .5em 0 .6em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    justify-content: space-between;
}

.cat-links .single-cat-main {
    font-weight: 500;
    text-transform: none;
}

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 .full-content {
    padding-top: 0;
}

.single-header {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.single-header-bg {
    background-color: #d10404;
    position: relative;
    min-height: 300px;
}

.single-header-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

.single-header .inner-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.single-header a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.single-header .is-divider {
    background-color: rgba(255, 255, 255, .3);
}

.is-divider.center{
    margin: 15px auto;
}

.single-header .postby {
    font-size: 12px;
}

.single-heading {
    color: #fff;
    font-size: 31px;
    margin: 0;
    margin-bottom: 10px;
}

.single-row {
    justify-content: center;
}

.blog-area {
    background-color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    transition: opacity .3s, box-shadow .5s, transform .3s;
    padding: 25px;
    margin-bottom: 30px;
}
.box_share {
	padding: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_share>* {
    float: left;
    margin-right: 10px !important;
}
.comment-post .comments-area {
	background-color: rgba(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: 5px;
}

@media only screen and (max-width: 990px) {
    .item_post-header {
        padding: 10px;
    }
    .item_post-header h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .post_excerpt {
        font-size: 13px;
    }

    .item_post-header h2 {
        font-size: 20px;
    }

    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }

    .post_excerpt p {
        margin: 0;
    }
    /**/
    .single-heading {
        font-size: 22px;
    }
    .single-header-bg {
        min-height: 200px;
    }
    /**/
    .blog-area {
        padding: 15px 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .item_post-header h2 {
        font-size: 18px;
    }
    .single-cat-main {
        font-size: 10px;
    }
    .single-row .col-mb{
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .item_post .post-left {
        width: 100%;
    }
    .item_post .post-right {
        padding: 10px;
        padding-bottom: 0;
    }
}