
/*
================================ Blog page css
*/
.breadcrumbs_bar {
    background: #f7f7f7;
    padding: 12px 0;
}
.breadcrumbs {
    margin: 0;
}
.breadcrumbs a {
    color: var(--theme-color);
}
.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs span.devider {
    margin: 0 4px;
    opacity: 0.4;
}
.tableContent {
    background: linear-gradient(205deg, #f9c8c8, #ffffff);
    border: 1px solid #dfbebe;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 15px 0;
}
.tableContent h2, .tableContent h3 {
    position: relative;
    margin: 0 !important;
    cursor: pointer;
    padding: 0 !important;
}
.tableContent h2::before, .tableContent h3::before {
    position: absolute;
    content: "";
    right: 0;
    top: 11px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 12px;
    height: 12px;
    transform: rotate(225deg);
}
.tableContent.open h2::before, .tableContent.open h3::before  {
    transform: rotate(45deg);
    top: 4px;
}
.tableContent ol {
    padding: 0 0 0 26px !important;
}

.tableContent ol li {
    margin: 5px 0;
}
.tableContent ol li:first-child {
    margin-top: 15px;
}
.tableContent ol li a {
    color: var(--theme-color);
}
.tableContent ol li a:hover {
    color: var(--theme-color-two);
}
.blogSlider .item {
    display: flex;
    flex-wrap: wrap;
}
.blogItem {
    position: relative;
    background: rgb(252 250 250);
    border: 1px solid rgb(225 225 225);
    border-radius: 2px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.blogItem .category {
    position: absolute;
    font-weight: 600;
    color: #fff;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.blogItem .category span.badge {
    background: var(--theme-color);
    color: #ffffff;
    border-radius: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}
.blogItem .imgBox {
    background: #000;
    display: block;
}
.blogItem .imgBox img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
}
.blogItem .text {
    padding: 20px 15px;
}
.blogItem .text h3 {
    font-size: 18px;
    font-weight: 600;
}
.blogItem .text p {
    margin-bottom: 10px;
}
.blogItem .text h3 a, .blogItem .text p a {
    color: #000000;
}
.blogItem .meta {
    font-size: 13px;
    margin: 15px 0;
}
.blogItem .meta span {
    display: inline-block;
    margin-right: 10px;
}
.blogItem .meta span.auther {
    font-weight: 600;
    color: #000;
}
.blogItem .date {
    color: #5a5959;
    font-weight: 600;
}
.single_blog .blogItem {
    background: none;
    border: none;
    margin-bottom: 0;
}
.single_blog .category {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 9;
    color: #ffffff;
    font-size: 19px;
}
.single_blog .blogItem .category span.badge {
    background: rgba(56, 109, 228, 0.66);
    color: #ffffff;
    border-radius: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}
.single_blog .text {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    color: #ffffff;
}
.single_blog .imgBox {
    background: #000000;
    position: relative;
    padding-bottom: 74%;
    display: block;
}
.single_blog .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.6;
}
.single_blog .blogItem .text h3 {
    font-size: 34px;
}
.single_blog .blogItem .text h3 a {
    color: #ffffff;
}
.single_blog .blogItem .meta {
    font-size: 14px;
}
.single_blog .blogItem .date {
    color: #fff;
}
.single_blog .blogItem .meta span.auther {
    font-weight: 600;
    color: #ffffff;
}
.single_blog .blogItem .text {
    padding: 0;
}
.single_blog .blogItem .text p {
    font-size: 18px;
    color: #fff;
}
.blogItem.single_post .text p+h2 {
    margin-top: 0px;
}
.blogItem.single_post .text p+h3, .blogItem.single_post .text p+h4 {
    margin-top: 10px;
}
.blogItem.single_post .text table {
    margin-bottom: 15px;
}
.list_wraper .column:not(:last-child) {
    margin-bottom: 40px;
}
.post_wrapper .top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post_wrapper .top_title h3 {
    font-size: 25px;
    font-weight: 700;
}
.post_wrapper .top_title .btn {
    padding: 6px 18px;
    font-size: 14px;
}

.blog_list {
    background: #f7f7f7;
    padding: 32px;
}
.blog_list .blogItem {
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    border-radius: 0;
}
.blog_list .blogItem .text {
    padding: 0;
}
.blog_list .blogItem .meta {
    margin: 0;
}
.blog_list .blogItem .category {
    position: static;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.blog_list .blogItem .text h3 {
    font-size: 14px;
    margin: 0 0 4px;
}
.blog_list .blogItem .text h3 a {
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog_list .blogItem img {
    width: 90px;
    height: 82px;
    max-width: 100px;
    margin-left: 12px;
}
.blog_list .blogItem span.auther {
    color: var(--theme-color);
}
.blog_list .blogItem .imgBox, .blog_sidebar .blogItem .imgBox, .unAfix_sidebar .blogItem .imgBox {
    background: none;
}
.blog_list .blogItem .imgBox img, .blog_sidebar .blogItem .imgBox img, .unAfix_sidebar .blogItem .imgBox img {
    opacity: 1;
}
.blog_sidebar .list_items .blogItem, .unAfix_sidebar .blogItem {
     background: none;
    border: none;
    display: flex;
    margin-bottom: 16px;
    border-radius: 0;
}
.blog_sidebar .list_items .blogItem .text, .unAfix_sidebar .blogItem .text {
    padding: 0;
}
.blog_sidebar .list_items .blogItem .meta, .unAfix_sidebar .blogItem .meta {
    margin: 0;
    font-size: 12px;
}
.blog_sidebar .list_items .blogItem h3 {
    font-size: 15px;
}
.unAfix_sidebar .list_items .blogItem h3 {
    font-size: 15px;
}
.blog_sidebar .list_items .blogItem img, .unAfix_sidebar .blogItem img {
    width: 100px;
    max-width: 100px;
    height: 70px;
    margin-right: 15px;
}
.blog_sidebar .list_items .meta span.auther, .unAfix_sidebar .blogItem .meta span.auther {
    color: var(--theme-color);
}
.post_progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: var(--theme-color);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    transition: all linear 0.1s;
    min-width: 1%;
    z-index: 9999;
}

.blogItem.single_post {
    background: none;
    border: none;
    padding: 0;
    overflow: visible;
    border-radius: 0;
}
.singlePost_wrapper h1 {
    font-size: 28px;
    font-weight: 700;
}
.singlePost_wrapper .meta span.auther {
    color: var(--theme-color);
}
.blogItem.single_post .imgBox img {
    height: auto;
}
.blogItem.single_post .text {
    padding: 30px 0;
}
.blogItem.single_post .text img {
    margin: 15px 0;
}
.blog_sidebar h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.related_list .blogItem {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 10%);
}
.related_list .blogItem .category {
    position: absolute;
    background: #f7dee1;
    top: 20px;
    left: 15px;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 25px;
    color: #000;
}
.related_list .blogItem .imgBox img {
    height: 196px;
}
.related_list .blogItem .meta {
    margin: 0 0 6px;
    font-size: 12px;
}
.related_list .blogItem .text {
    padding: 15px;
}
.related_list .blogItem .text h3 {
    font-size: 16px;
}
.related_list .blogItem .text p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.related_list .blogItem .text p a {
    color: var(--theme-color);
    font-weight: 700;
}
.post_nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #efefef;
}
.post_nav h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.post_nav ol {
    list-style: none;
    counter-reset: ol;
}
.post_nav ol > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}
.post_nav ol > li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    content: counter(ol);
    counter-increment: ol;
    background-color: #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}
.post_nav ol li a {
    color: #333333;
}
.post_nav ol ol > li {
    position: relative;
    padding-left: 2.5rem;
}
.blogItem.single_post .text h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.singlePost_wrapper table th, .singlePost_wrapper table td {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
}
.singlePost_wrapper table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.singlePost_wrapper p.note {
    background: #ffdadd;
    padding: 10px 22px;
}
.postTag_list a {
    background: #ffdedb;
    padding: 5px 10px;
    font-size: 13px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 4px;
    display: inline-block;
}
.postTag_list span {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}
.postShare_block {
    border-top: 1px solid #ededed;
    margin-top: 35px;
    padding: 35px 0;
}
.postShare_block h3, .postComment_block h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.postShare_block .link {
    background: #000000;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 6px;
}
.postShare_block .whatsapp {
    background: #19df28;
}
.postShare_block .twitter {
    background: #1eb4ed;
}
.postShare_block .facebook {
    background: #302ed1;
}
.postComment_block textarea.form-control {
    background: #f7f7f7;
    font-size: 14px;
    height: 120px;
}.commentList h4 {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
.commentItem {
    margin-bottom: 25px;
    padding: 15px 0;
}
.commentItem .userInfo img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 18px;
}
.commentItem .userInfo {
    display: flex;
    margin-bottom: 15px;
}
.commentItem .name {
    font-size: 13px;
    font-weight: 700;
}
.commentItem .date {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
}
.commentItem .comment {
    font-size: 13px;
    color: #666;
}

.faq_box {
    padding: 6px 0;
}
.faq_box h3 {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 0;
    padding-left: 25px;
    margin: 0;
}
.faq_box h3::before {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
    left: 0;
    top: 4px;
    font-size: 15px;
    font-weight: 300;
    color: var(--theme-color-two);
}
.faq_box h3.collapsed::before {
    content: "\f067";
    color: #b3b3b3;
}
.faq_box .innerBox {
    padding-top: 10px;
}


@media (max-width: 640px) {
    .blogItem .text h3 {
        font-size: 20px;
    }
    .single_blog .category {
        top: 20px;
        left: 10px;
        font-size: 18px;
    }
    .single_blog .text {
        position: static;
        color: #000000;
        margin-bottom: 25px;
    }
    .single_blog .blogItem .text h3 a {
        color: #000000;
        font-size: 24px;
    }
    .single_blog .blogItem .text p {
        color: #000000;
    }
    .single_blog .blogItem .meta span.auther {
        color: #1681ef;
    }
    .single_blog .blogItem .date {
        color: #000;
    }
    .single_blog .text .btn {
        padding: 8px 16px;
    }
    .single_blog .imgBox img {
        opacity: 0.8;
    }
    .post_wrapper .blogSlider {
        padding-right: 30px;
    }
    .post_wrapper .blogSlider .owl-stage-outer {
        width: calc(100% + 45px);
        margin-right: -45px;
    }
    
    .singlePost_wrapper h1 {
        font-size: 22px;
    }
}