	.entry-content-inner {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.single .entry-main-content, .attachment .entry-main-content {
    border: medium none;
    padding: 0;
    text-align: left;
}

.entry-header,.entry-content,.entry-summary,.entry-meta, .page-content {
    margin: 0 auto;
}
.entry-meta {
    clear: both;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: capitalize;
}
.entry-meta .meta-inner {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
}
.entry-meta span {
    padding: 0 10px 0 0;
}
.entry-meta a {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #a4bebf;
    padding: 0px 7px;
    color: #ffffff;
}
.meta-inner:after {
    border-right: 1px solid #000;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
}
.entry-content p {
    margin: 20px 0;
    color: #777777;
    font-size: 13px;
}

.entry-meta {
    margin: 20px 0;
}
.title_h1 {
    font-size: 22px;
    background: #569c2a;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width:992px) {
    .title_h1 {
        font-size: 16px;
    line-height: 1.5;
    }
}
