
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
.blog-banner {
    margin-bottom: 41px;
}
/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.post-thumb img {
    position: relative;
    z-index: 1;
}
.post-title {
    margin-top: 0;
}
.post-title a:not(:hover) {
    color: inherit !important;
}
.post-item .post-meta > div {
    display: inline-block;
    position: relative;
}
.post-item .post-meta > div:not(:last-child) {
    padding-right: 11px;
    margin-right: 8px;
}
.post-item .post-meta > div:not(:last-child)::after {
    content: '';
    border-left: 1px solid #b6bfca;
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
}
.post-item .post-author,
.post-item .date,
.post-item .post-comment-icon,
.post-item .post-comment {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.post-item .post-author a:not(:hover),
.post-item .date a:not(:hover),
.post-item .post-comment-icon a:not(:hover),
.post-item .post-comment a:not(:hover) {
    color: #000;
}
.post-item .post-author::before {
    content: "\f044";
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    margin-right: 0;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -2px;
    color: var(--couleur-accent );
}
.post-item .date a::before {
    content: "\f073";
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    margin-right: 2px;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -3px;
    color: var(--couleur-accent );
}
.post-item .post-comment-icon {
    font-size: 13px;
}
.post-item .post-comment a::before,
.post-item .post-comment-icon a::before {
    content: "\f0e5";
    font-family: 'FontAwesome', sans-serif;
    font-size: 15px;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -3px;
    color: var(--couleur-accent );
}
.post-item .tags {
    float: left;
}
.post-item .tags a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 4px 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    height: 34px;
    text-align: center;
}
.post-item .tags a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
    content: '';
    display: table;
}
.page-main-content::after,
.post-content::after {
    clear: both;
}
.post-content p:last-child {
    margin-bottom: 0 !important;
}
.post-content > p:last-child {
    display: inline-block;
    width: 100%;
}
/*.post-single*/
.post-single .post-title {
    font-size: 30px;
    margin: -1px 0 15px 0;
}
.post-single .post-meta {
    margin-bottom: 20px;
}
.post-single .single-post-thumb .post-thumb {
    margin-bottom: 50px;
}
.post-single .categories {
    border: 2px solid var(--couleur-accent );
    padding: 12px 25px;
    margin-bottom: 20px;
    display: table;
}
.post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
}
.post-footer .furgan-share-socials {
    float: right;
    text-align: right;
    width: 40%;
}
.post-footer .furgan-share-socials ~ .categories {
    float: left;
    width: 60%;
}
.post-footer .social-heading {
    display: inline-block;
    font-size: 16px;
    color: inherit;
    margin: 0;
    line-height: 34px;
}
.post-footer .furgan-share-socials a {
    font-size: 0;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    line-height: 34px;
}
.post-footer .furgan-share-socials a i {
    font-size: 18px;
}
/*blog standard*/
.blog-standard .post-item {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
}
.blog-standard .post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.post-standard .post-title {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: -5px;
}
.post-standard .post-thumb {
    margin-bottom: 37px;
}
.post-standard .post-meta {
    margin-bottom: 20px;
}
.post-item .readmore {
    min-width: 125px;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.post-item .readmore:hover {
    background-color: #000;
    color: #fff;
}
.post-item .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 21px;
    color: #000;
    position: absolute;
    bottom: 5px;
    top: auto;
    background-color: #fff;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.post-item .slick-arrow:hover {
    background-color: var(--couleur-accent );
    color: #fff !important;
}
.post-item .slick-arrow.prev {
    left: auto;
    right: 50px;
}
.post-item .slick-arrow.next {
    right: 5px;
}
/*blog grid*/
.blog-grid .post-item {
    margin-bottom: 30px;
}
.post-grid .post-meta > div:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
}
.post-grid .post-meta > div:not(:last-child)::after {
    display: none;
}
.post-grid .post-meta .post-comment-icon {
    float: right;
}
.post-thumb {
    position: relative;
    overflow: hidden;
}
.post-grid .post-thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.datebox {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    background-color: var(--couleur-accent );
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.datebox span:first-child {
    display: block;
    height: 32px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: var(--couleur-accent );
    background-color: #fff;
}
.datebox span:last-child {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.post-grid .post-thumb img {
    width: 100%;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.post-grid .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.post-grid .post-info {
    padding: 0 25px 25px;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.post-grid .post-title {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.post-grid .post-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid var(--couleur-accent );
}
.post-grid .post-meta {
    overflow: hidden;
    padding: 25px 0 10px 0;
}
.post-grid .post-author {
    float: left;
}
.post-grid .post-comment {
    float: right;
    color: #000;
}
.post-grid .post-comment a {
    font-weight: 600;
}
.post-grid .post-comment a::before {
    content: "\f113";
    font-family: 'Flaticon', sans-serif;
    font-size: 15px;
    margin-right: 4px;
    vertical-align: middle;
    font-weight: normal;
}
/*.blog-list*/
.blog-list .post-item {
    margin-bottom: 40px;
}
.post-list.post-inner {
    overflow: hidden;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
}
.post-list .post-thumb {
    float: left;
    max-width: 50%;
}
.post-list .post-thumb a {
    display: block;
    position: relative;
}
.post-list .post-thumb a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.post-list .post-thumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.post-list:hover .post-thumb a::before {
    left: 10px;
    right: 10px;
}
.post-list:hover .post-thumb a::after {
    top: 6px;
    bottom: 6px;
}
.post-list .post-meta {
    padding-bottom: 15px;
}
.post-list .post-info {
    padding: 20px 20px 10px 30px;
    overflow: hidden;
    position: relative;
}
.post-list .post-content {
    max-height: 54px;
    overflow: hidden;
}
.post-list .post-title {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .post-footer .furgan-share-socials {
        float: none;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .post-footer .furgan-share-socials ~ .categories {
        float: none;
        width: 100%;
    }
    .post-single .single-post-thumb .post-thumb,
    .post-standard .post-thumb {
        margin-bottom: 30px;
    }
    .post-item .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .post-item .slick-arrow.prev {
        right: 40px;
    }
    .post-item .slick-arrow::before {
        width: 9px;
        height: 9px;
        top: -3px;
    }
    .post-item .slick-arrow.prev::after {
        height: 30px;
    }
    .post-standard .post-title,
    .post-single .post-title {
        font-size: 26px;
    }
    .post-list .post-title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .post-grid .post-meta {
        padding: 15px 0 10px 0;
    }
    .post-grid .post-info {
        padding: 0 15px 20px;
    }
    .datebox {
        top: 15px;
        left: 15px;
    }
    .post-grid .post-title {
        font-size: 18px;
    }
    .post-standard .post-title,
    .post-single .post-title {
        font-size: 24px;
    }
    .post-list.post-inner {
        border: none;
        border-radius: 0;
    }
    .post-list .post-thumb {
        max-width: 100%;
    }
    .post-list .post-info {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
@media (max-width: 480px) {
    .post-list .post-thumb img {
        width: 100%;
    }
}
/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area p {
    margin-bottom: 16px;
}
.comments-area {
    padding-top: 40px;
}
.comments-area .comments-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}
.comments-area .no-comments {
    margin-top: 20px;
}
/*.commentlist*/
.commentlist {
    list-style: none;
    padding-left: 0;
}
.furgan-Reviews .commentlist > p {
    display: none;
}
.comment:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.commentlist .children {
    padding-left: 145px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #dfdfdf;
}
.has-sidebar .commentlist .children {
    padding-left: 90px;
}
.comment_container {
    overflow: hidden;
}
.comment_container .avatar {
    float: left;
    max-width: 120px;
    margin-right: 25px;
}
.comment-text {
    overflow: hidden;
    position: relative;
}
.comment-text .meta {
    margin-bottom: 0;
}
.comment-text .furgan-review__dash {
    display: none;
}
.comment-text .furgan-review__author,
.comment-text .comment-author {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 2px;
}
.comment-text .furgan-review__published-date,
.comment-text .comment-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    padding-right: 80px;
}
.comment-text .furgan-review__published-date,
.comment-text .comment-date:not(:hover) {
    color: #9da7b2;
}
.comment-text p:last-child {
    margin-bottom: 0;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
    position: absolute;
    top: 0;
    font-size: 0;
}
.comment-text .comment-edit-link {
    right: 30px;
}
.comment-text .comment-reply-link {
    right: 0;
}
.comment-text .comment-edit-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f044";
    font-size: 14px;
}
.comment-text .comment-reply-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
}
/*.pingback*/
.trackback,
.pingback {
    padding-bottom: 20px;
}
.pingback > p > a {
    padding-left: 5px;
}
.pingback .edit-link {
    display: inline-block;
}
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}
/*.comment-respond*/
.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}
.single-product #reviews #review_form_wrapper .comment-respond #reply-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    border: 2px solid #000;
    margin: 15px 0 25px;
    padding: 12px 15px 9px;
    line-height: 20px;
    text-align: center;
}
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
    border-top: 1px solid #dfdfdf;
    padding-top: 45px;
    margin-top: 50px;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
}
.comment-respond span.comment-reply-title {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.comment-form-rating label {
    margin-right: 15px;
}
.required {
    color: red;
    font-weight: normal;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
    float: left;
    margin-bottom: 25px;
    width: calc(50% - 15px);
}
.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}
.comment-form .comment-form-cookies-consent label {
    font-weight: normal;
    color: inherit;
    font-size: 15px;
    font-style: italic;
    font-family: inherit;
    padding-left: 28px;
    position: relative;
}
.comment-form .comment-form-cookies-consent label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -o-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    display: none;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent:checked + label::before {
    color: var(--couleur-accent );
    content: '\f00c';
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
    display: block;
}
.comment-form .comment-form-email,
.comment-form .comment-reply-content + .comment-reply-content {
    float: right;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
    width: 100%;
    height: 50px;
    padding: 4px 30px;
}
.comment-form .comment-form-comment {
    display: inline-block;
    width: 100%;
}
.comment-form .comment-form-comment textarea {
    height: 220px;
    padding: 15px 20px;
}
.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}
.comment-form .form-submit {
    display: table;
    position: relative;
    margin-bottom: 19px;
}
.comment-form .form-submit #submit {
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    min-width: 170px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: var(--couleur-Background);
    background-color: #1b1b1b;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}
.comment-form .form-submit #submit:hover {
    background-color: var(--couleur-accent );
}
.furgan-Reviews-title {
    display: none;
}
@media (max-width: 1199px) {
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 50px;
    }
    .comment-form .form-submit {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-reply-content {
        width: 100%;
        float: none !important;
    }
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .comment_container .avatar {
        float: none;
        max-width: 90px;
    }
    .comment-text {
        margin-top: 15px;
    }
}

/*===============================================================
9.2 FURGAN BLOG
===============================================================*/
.furgan-blog.style-02 .post-item .post-inner {
    overflow: hidden;
}
.furgan-blog.style-02 .post-item .post-thumb {
    border-radius: 0;
    margin-bottom: 25px;
}
.furgan-blog.style-02 .post-item .post-thumb img {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.furgan-blog.style-02 .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.furgan-blog.style-02 .post-item .title-date {
    overflow: hidden;
    margin-bottom: 15px;
}
.furgan-blog.style-02 .post-item .datebox {
    float: left;
    position: static;
    border: 1px solid #f3f3f3;
    box-shadow: none;
    border-radius: 0;
}
.furgan-blog.style-02 .post-item .post-title {
    overflow: hidden;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 7px;
}
.furgan-blog.style-02 .post-item .post-comment-icon {
    float: none;
}
.furgan-blog.style-02 .post-item .post-meta {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .furgan-blog.style-02 .post-item .post-thumb img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .furgan-blog.style-02 .post-item .post-title {
        font-size: 18px;
    }
}
