h4.archive-heading {
    padding: 0;
    margin: 0;
    font-size: 21px;
    color: #5b5b5b;
    font-weight: 500;
    margin-bottom: 15px;
}

.item_post {
    transition: all 0.3s ease-in-out 0s;
    float: left;
    flex: 0 0 calc(50% - 30px);
    margin: 10px 30px 10px 0px;
    position: relative;
}

.item_post:hover {
    opacity: 1;
}

.item_post a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}

.item_post:hover h4 {
    color: #49a010;
}

.item_post_img {
    float: left;
    width: 100%;
    overflow: hidden;
}

.item_post_img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;
}

.item_post h4 {
    color: #3f4040;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_post_content {
    float: left;
    width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -36px;
}

.post_date,
.author {
    font-size: 13px;
    margin-top: 5px;
    color: #000;
    width: 30%;
}

.post_excerpt p {
    margin: 0;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    -webkit-line-clamp: 3;
    height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify
}

.author_date {
    display: flex;
}

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;
}

.author_date_countcomment {
    display: flex;
    position: relative;
    top: 0;
    width: 95%;
    background: white;
    padding: 10px;
    margin: auto;
}

.post_date,
.author,
.countcomment {
    width: 33.333%;
    text-align: center;
    color: #737373;
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
}

.post_date i,
.author i,
.countcomment i {
    color: #737373;
    margin-right: 5px;
}

.post_date_single,
.author_single,
.countcomment_single {
    color: #666;
    margin-right: 15px;
}


/* single */

.single-post h2 {
    font-size: 16px;
}

.main_content_single_post p {
    font-size: 16px;
    line-height: 1.5em;
}

.main_content_single_post #review_form_wrapper h3 {
    border-bottom: 2px solid #49a010;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    float: left;
    margin: 0;
}

.main_content_single_post #review_form_wrapper .titlt_bl {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9b9b9b;
}


/* page */

.page-heading {
    text-align: center;
    color: #018791;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

.page_new {
    display: flex;
    flex-wrap: wrap;
}

.page_new .entry-content {
    display: flex;
    flex-wrap: wrap;
}

.item_post:hover {
    box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
}

.item_post_img:hover img {
    transform: scale(1.1);
}

div.banner-breadcrumb {
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 40px 0px;
    color: #fff;
    text-align: center;
    position: relative;
}

.background_header {
    float: left;
    width: 100%;
}

.banner-breadcrumb:before {
    content: ' ';
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner-breadcrumb h2,
.banner-breadcrumb .scv-021 {
    position: relative;
    z-index: 2;
}

h2.the_title_back {
    color: white;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-breadcrumb .scv-021 .woocommerce-breadcrumb a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.content_single_post {
    padding-right: 30px;
}

.item_post_sidebar_tow {
    margin: 15px 0px;
}

.item_post_sidebar_tow .aicm_post_new {
    text-decoration: none;
}

.item_post_sidebar_tow .aicm_post_new h4 {
    color: #404040;
    font-weight: 500;
}

.item_post_sidebar_tow .aicm_post_new .post_date {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .post_date,
    .author {
        width: 100%
    }
    .item_post {
        margin: 10px 15px 10px 15px;
    }
    .content_single_post {
        padding-left: 15px;
    }
    h2.the_title_back {
        font-size: 25px;
    }
}

@media only screen and(max-width: 992px) {}

@media only screen and (max-width: 768px) {
    .post_excerpt {
        font-size: 11px;
    }
    .item_post h4 {
        font-size: 13px;
    }
    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }
    .post_excerpt p {
        margin: 0;
    }
    .item_post h4 {
        line-height: 2;
    }
}

@media only screen and (max-width: 600px) {
    .post_excerpt {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    h2.the_title_back {
        font-size: 13px;
    }
    div.banner-breadcrumb {
        padding: 30px 0px;
    }
    h4.archive-heading {}
    .item_post {
        flex: 0 0 calc(100%);
        margin: 0 0 10px;
    }
}