/* ----- SECTION BLOG ----- */
.section-blog {
    padding-top: 17.2rem;
    padding-bottom: 0.8rem;
    position: relative;
}

.section-blog .title {
    margin-bottom: 9.3rem;
    position: relative;
}

.section-blog .title .lines .line {
    position: absolute;
}

.section-blog .title .lines .line span {
    background-color: #DC1E23;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-animation: message-floating 30s linear infinite;
    -moz-animation: message-floating 30s linear infinite;
    animation: message-floating 30s linear infinite;
}

.section-blog .title .lines .line:first-child {
    width: 7.0625rem;
    height: 3.6875rem;
    bottom: -1.9rem;
    left: 4.9rem;
}

.section-blog .title .lines .line:first-child span {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: rgb(237 32 36 / 20%);
}

.section-blog .title .lines .line:nth-child(2) {
    width: 5.8rem;
    height: 0.0625rem;
    bottom: 2rem;
    left: 2.7rem;
}

.section-blog .title .lines .line:nth-child(2) span {
    animation-direction: reverse;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.section-blog .title .lines .line:nth-child(3) {
    width: 6.1rem;
    height: 5.375rem;
    top: -3.2rem;
    right: 6.6rem;
}

.section-blog .title .lines .line:nth-child(3) span {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: rgb(237 32 36 / 20%);
}

.section-blog .title .lines .line:nth-child(4) {
    width: 5.825rem;
    height: 1.075rem;
    top: -3.2rem;
    right: 9.1rem;
}

.section-blog .title .lines .line:nth-child(4) span {
    animation-direction: reverse;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.blog-post {
    color: #4B4B4B;
    display: block;
    margin-bottom: 4.1rem;
}

.blog-post:hover {
    color: #4B4B4B;
}

.blog-post:hover .image-wrap img {
    transform: scale(1.2);
}

.blog-post .image-wrap {
    overflow: hidden;
    height: 17.5rem;
    margin-bottom: 1.3rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.blog-post .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    transform: scale(1);
}

.blog-post .date {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    display: block;
    margin-bottom: 0.7rem;
}

.blog-post h4 {
    margin-bottom: 0.7rem;
}

.post-cta {
    background: #DC1E23;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    height: 30.3rem;
    padding: 1rem 4rem 2.4rem;
    position: relative;
}

.post-cta h2 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.post-cta .learn-more {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.9375rem;
    transition: 0.4s;
}

.post-cta .lines span {
    position: absolute;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    background-color: #ffffff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.post-cta .lines span:first-child {
    width: 14.5rem;
    height: 5.7875rem;
    opacity: 0.2;
    top: 5.5rem;
    right: -9.1rem;
}

.post-cta .lines span:nth-child(2) {
    width: 6.625rem;
    height: 0.475rem;
    right: 0.7rem;
    top: 3.5rem;
}

.post-cta .lines span:nth-child(3) {
    width: 6.9875rem;
    height: 3.4rem;
    opacity: 0.5;
    left: 1.7rem;
    bottom: 2.3rem;
}

.post-cta .lines span:nth-child(4) {
    width: 6.25rem;
    height: 0.0625rem;
    left: 4.4rem;
    bottom: 0.4rem;
}

.post-cta:hover {
    color: #ffffff;
}

.post-cta:hover .learn-more {
    text-decoration: underline;
}

.blog-post p {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 1.5rem;
    margin-bottom: 0.8rem; */
}

/* ----- /SECTION BLOG ----- */
/*  */
/* ----- SECTION BLOG SINGLE ----- */
.section-blog-single {
    padding-top: 16.7rem;
    position: relative;
}

.section-blog-single .title {
    max-width: 60rem;
    position: relative;
    padding-bottom: 3.5rem;
    margin: 0 auto 3.6rem;
    text-transform: none;
}

.section-blog-single .title::after {
    content: '';
    border-bottom: 1px solid rgb(5 7 8 / 10%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 42.8rem;
    margin: 0 auto;
}

.section-blog-single .title .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #4B4B4B;
    margin-bottom: 2.5rem;
}

.section-blog-single .title h1 {
    margin-bottom: 2rem;
}

.section-blog-single .title .post-info b {
    font-weight: 700;
    color: #050708;
    margin-left: 0.375rem;
}

.section-blog-single .title .author-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0.375rem;
}

.section-blog-single .title .post-info>div {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin: 0 1.1rem;
}

.section-blog-single .title .author-name h6,
.section-blog-single .title .author-name .h6 {
    margin-bottom: 0;
    flex: 1;
}

.section-blog-single .title .author-avatar {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-right: 0.6rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.section-blog-single .title .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: baseline;
}

.section-blog-single .title p {
    max-width: 41.2rem;
    margin: 0 auto;
}

.section-blog-single .content-wrap p {
    margin-bottom: 2rem;
}

.section-blog-single h4 {
    margin-top: 3.6rem;
    margin-bottom: 1.4rem;
}

.section-blog-single .image {
    width: 72.625rem;
    max-width: 72.625rem;
    margin: 1.8rem -15rem 0.5rem;
}

.author-box {
    background: #F4F6F8;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin-top: 6.2rem;
    position: relative;
    padding: 3.5rem 3.5rem 3.5rem;
}

.author-box .label {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: #DC1E23;
    border-radius: 0 1rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 0.4rem 1rem;
}

.author-box img {
    width: auto;
    max-width: 100%;
    margin: 0;
}

.author-box .author-name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.author-box .author-name .author-avatar {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    margin-right: 1rem;
}

.author-box .author-name .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-box .author-name a {
    color: #4B4B4B;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    display: block;
}

.author-box .author-name a:hover {
    color: #DC1E23;
}

.author-box .author-name h6 {
    margin-top: 0.2rem;
    margin-bottom: 0rem;
}

.section-blog-single .author-box p {
    margin-bottom: 1rem;
}

.author-box .social-links {
    margin-bottom: 0;
}

/* ----- /SECTION BLOG SINGLE ----- */
/*  */
/* ----- SECTION BLOG POSTS ----- */
.section-blog-posts {
    padding-top: 6.4rem;
    padding-bottom: 4.9rem;
}

.section-blog-posts .title {
    margin-bottom: 3.9rem;
}

.section-blog-posts .title h2 {
    margin-bottom: 0;
}

.section-blog-posts .btn {
    margin-bottom: 3.3rem;
}

/* .blog-post .post-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog-post .post-author .author-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: #050708;
    line-height: 2rem;
}

.blog-post .post-author .author-name .avatar {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5rem;
}

.blog-post .post-author .author-name .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: baseline;
}

.blog-post .post-author .date {
    margin-bottom: 0;
} */

/* ----- /SECTION BLOG POSTS ----- */

/* ----- SECTION AUTHOR ----- */
.section-author {
    position: relative;
    padding-top: 12.9rem;
    padding-bottom: 2.7rem;
}

.section-author .content-col {
    padding: 0 1.2rem;
}

.section-author .email-link {
    display: block;
    font-weight: 700;
    color: #050708;
}

.section-author h1 {
    margin-bottom: 0rem;
}

.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.social-links a {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
}

.section-author p {
    margin-bottom: 2rem;
}

.social-links a svg path {
    transition: 0.4s;
}

.social-links a:hover svg path {
    fill: #050708;
}

.section-author .image-wrap {
    position: relative;
}

.section-author .image-wrap img {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 1rem;
}

.section-author .image-wrap .lines .line {
    position: absolute;
}

.section-author .image-wrap .lines span {
    width: 100%;
    height: 100%;
    display: block;
    background: #DC1E23;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    -webkit-animation: message-floating 30s linear infinite;
    -moz-animation: message-floating 30s linear infinite;
    animation: message-floating 30s linear infinite;
}

.section-author .image-wrap .lines .line:first-child {
    width: 6.325rem;
    height: 0.5rem;
    bottom: -0.2rem;
    right: 5.2rem;
}

.section-author .image-wrap .lines .line:first-child span {
    background-color: rgb(237 32 36 / 30%);
}

.section-author .image-wrap .lines .line:nth-child(2) {
    width: 3.75rem;
    height: 1.575rem;
    right: 2.6rem;
    bottom: -0.8rem;
}

.section-author .image-wrap .lines .line:nth-child(2) span {
    animation-direction: reverse;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

/* ----- /SECTION AUTHOR ----- */

@media (max-width: 1599px) {
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single .image {
        margin: 1.8rem -16.9rem 0.5rem;
    }

    /* ----- /SECTION BLOG SINGLE ----- */
}

@media (max-width: 1439px) {
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single .image {
        width: 67.325rem;
        max-width: 67.325rem;
    }

    .section-blog-single .image {
        width: 55rem;
        max-width: 55rem;
        margin: 1.8rem -8.5rem 0.5rem;
    }

    /* ----- /SECTION BLOG SINGLE ----- */
}

@media (max-width: 1199px) {
    /* ----- SECTION BLOG ----- */
    .post-cta {
        padding: 1rem 1.5rem 2.4rem;
    }

    /* ----- /SECTION BLOG ----- */

    /* ----- SECTION AUTHOR ----- */
    .section-author .social-links {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .section-author {
        padding-bottom: 1rem;
    }

    /* ----- /SECTION AUTHOR ----- */
}

@media (max-width: 991px) {
    /* ----- SECTION BLOG ----- */
    .section-blog {
        padding-bottom: 3rem;
    }

    .post-cta {
        height: 23rem;
        padding: 2.4rem 5rem 2.4rem;
    }

    /* ----- /SECTION BLOG ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single {
        padding-top: 11.7rem;
    }

    .section-blog-single .image {
        width: 100%;
        max-width: 100%;
        margin: 0.5rem auto;
    }

    /* ----- /SECTION BLOG SINGLE ----- */

    /* ----- SECTION AUTHOR ----- */
    .section-author {
        padding-top: 11rem;
    }

    .section-author .image-wrap {
        margin-bottom: 3rem;
    }

    /* ----- /SECTION AUTHOR ----- */
}

@media (max-width: 767px) {
    /* ----- SECTION BLOG ----- */
    .section-blog {
        padding-top: 11rem;
    }

    .section-blog .title {
        margin-bottom: 7.3rem;
    }

    .section-blog .title .lines .line:first-child {
        width: 5.0625rem;
        height: 2.6875rem;
        bottom: -2.9rem;
        left: 1.9rem;
    }

    .section-blog .title .lines .line:nth-child(2) {
        width: 3.8rem;
        bottom: -0.1rem;
        left: 0.7rem;
    }

    .section-blog .title .lines .line:nth-child(3) {
        width: 4.1rem;
        height: 3.375rem;
        top: -4.2rem;
        right: 3.6rem;
    }

    .section-blog .title .lines .line:nth-child(4) {
        width: 3.825rem;
        height: 0.675rem;
        top: -4.6rem;
        right: 5.9rem;
    }

    /* ----- /SECTION BLOG ----- */
    /*  */
    /* ----- SECTION BLOG SINGLE ----- */
    .section-blog-single {
        padding-top: 7.7rem;
    }

    .section-blog-single .title {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .section-blog-single .content-wrap p {
        margin-bottom: 1.5rem;
    }

    .section-blog-single h4 {
        margin-top: 2rem;
    }

    .author-box {
        margin-top: 3rem;
        padding: 2.5rem 2rem 2.5rem;
    }

    .author-box .author-name {
        align-items: center;
    }

    .section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link.copy {
        display: none;
    }

    /* ----- /SECTION BLOG SINGLE ----- */
    /*  */
    /* ----- SECTION BLOG POSTS ----- */
    .section-blog-posts {
        padding-top: 2rem;
    }

    .section-blog-posts .title {
        margin-bottom: 2rem;
    }

    .section-blog-posts .col:last-child .blog-post {
        margin-bottom: 0;
    }

    /* ----- /SECTION BLOG POSTS ----- */

    /* ----- SECTION AUTHOR ----- */
    .section-author {
        padding-top: 8rem;
    }

    /* ----- /SECTION AUTHOR ----- */
}

/* Blog Comments */
.container-narrow {
    max-width: 684px;
}

.section-leave-comment {
    margin: 50px 0 75px;
}

.section-leave-comment .title h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 4rem;
}

.section-leave-comment .comment-reply-title,
.section-leave-comment .comment-notes {
    display: none;
}

.comments-box .comment-reply-title {
    display: flex;
    justify-content: space-between;
}

.leave-comment-box,
.comments-box .comment-respond {
    position: relative;
    padding: 30px 37px 37px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 20px 40px 0px #0000001A;
}

.leave-comment-box::before,
.leave-comment-box::after {
    content: '';
    position: absolute;
    background-color: #DC1E23;
    -moz-border-radius: .4rem;
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    transform: matrix(1, .58, 0, .89, 0, 0);
}

.leave-comment-box::before {
    width: 130px;
    height: 47px;
    right: 15px;
    top: -16px;
    opacity: .2;
}

.leave-comment-box::after {
    width: 69px;
    height: 3.5px;
    right: 98px;
    top: -34px;
}

.comments-box .comment-respond {
    margin-bottom: 40px;
}

.leave-comment-box .data-responses {
    margin-bottom: 20px;
    color: #4B4B4B;
}

.leave-comment-box .col-lg-6,
.comments-box .col-lg-6 {
    padding: 0 5px 0 1rem;
}

.leave-comment-box .col-lg-6+.col-lg-6,
.comments-box .col-lg-6+.col-lg-6 {
    padding: 0 1rem 0 5px;
}

.leave-comment-box textarea.form-control,
.comments-box textarea.form-control {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 154px;
    margin: 15px 0 20px;
}

.section-comments {
    margin: 50px 0 75px;
}

.comments-box .item:first-child .comment-parent {
    border-top: none;
}

.comments-box>.item:last-child {
    border-bottom: 1px solid rgba(5, 7, 8, .1);
}

.comment-item {
    padding: 40px 0;
}

.comment-parent {
    border-top: 1px solid rgba(5, 7, 8, .1);
}

.comment-child {
    padding-top: 20px;
    padding-left: 50px;
}

.comment-child+.item .comment-child {
    padding-left: 100px;
}

.comment-has-childrens {
    padding-bottom: 20px;
}

.comment-item .data-header {
    display: flex;
    align-items: baseline;
}

.comment-item .data-author-image-wrap img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.comment-item .data-author-name {
    margin: 0 15px 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 31.5px;
    color: #050708;
}

.comment-item .data-comment-date {
    font-size: 15px;
    line-height: 26px;
    color: #4B4B4B;
}

.comment-item .data-body {
    max-height: 95px;
    margin: 1rem 0;
    overflow-y: hidden;
    font-size: 18px;
    line-height: 31.5px;
    color: #050708;
}

.comment-item .data-body--opened {
    max-height: fit-content;
    overflow-y: unset;
}

.comment-item .data-footer {
    display: flex;
    font-size: 18px;
    line-height: 31.5px;
}

.comment-item .data-read-more {
    font-weight: 700;
    text-decoration: underline;
}

.comment-item .data-read-more:hover {
    text-decoration: none;
}

.comment-item .reply {
    margin-left: auto;
}

.comment-item .reply a {
    font-weight: 400;
    color: #050708;
}

@media screen and (max-width:992px) {

    .leave-comment-box .col-lg-6,
    .comments-box .col-lg-6,
    .leave-comment-box .col-lg-6+.col-lg-6,
    .comments-box .col-lg-6+.col-lg-6 {
        padding: 0 1rem;
    }

    .leave-comment-box .col-lg-6+.col-lg-6,
    .comments-box .col-lg-6+.col-lg-6 {
        margin-top: 1rem;
    }
}

@media screen and (max-width:768px) {
    .section-leave-comment .title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width:480px) {
    .comment-child {
        padding-left: 24px;
    }

    .comment-child+.item .comment-child {
        padding-left: 48px;
    }
}

/*
* ========================================
*   Blog
* ========================================
*/

body.blog .wcl-platform-slider {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .blog-page-head .page-title {
        margin-bottom: 4.375rem;
    }

    .blog-page-head .page-title h1 {
        font-size: 3.125rem;
        line-height: 3.625rem;
    }
}

.section-blog {
    padding-top: 5rem;
}

/*
* ========================================
*   BLOG SEARCH
* ========================================
*/

.wcl-blog-search {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.wcl-blog-search .wcl-blog-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Input */
.wcl-blog-search .wcl-blog-search-form .data-input-wrapper {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wcl-blog-search .wcl-blog-search-form .data-input-wrapper .data-icon {
    margin-right: 8px;
    font-size: 21px;
}

.wcl-blog-search .wcl-blog-search-form .data-input-wrapper .data-input {
    width: 100%;
    border: none;
    background: none;
    font-style: italic;
    color: #4B4B4B;
}

.wcl-blog-search .wcl-blog-search-form .data-input-wrapper .data-input::placeholder {
    color: #4B4B4B;
    opacity: 1;
}

/* Select */
.wcl-blog-search .wcl-blog-search-form .data-select-wrapper {
    display: flex;
    align-items: center;
}

.wcl-blog-search .wcl-blog-search-form .data-select-wrapper .data-select-title {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    color: #050708;
}

/* Bootstrap Select */
.wcl-blog-search .wcl-blog-search-form .data-select-wrapper .btn {
    height: auto;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    color: #F00;
}

.wcl-blog-search .wcl-blog-search-form .data-select-wrapper .bootstrap-select .dropdown-menu {
    min-width: fit-content;
}

.wcl-blog-search .wcl-blog-search-form .data-select-wrapper .bootstrap-select .dropdown-menu li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    color: #050708;
}

.wcl-blog-search .wcl-blog-search-form .data-select-wrapper .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    background-image: url("../../img/arrow-select-gray.svg");
    right: 1.3rem;
    border: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 576px) {
    .wcl-blog-search {
        border-top: 0;
    }
}







/*
* ========================================
*   BLOG SLIDER
* ========================================
*/

.blog-slider {
    width: 100%;
}

.slider-blog-post.swiper-slide {
    max-height: 1080px;
}

.blog-page-wrap .blog-slider .swiper-pagination {
    position: absolute;
    top: 270px;
    right: 0px;
    transform: unset;
}

.blog-page-wrap .blog-slider .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 !important;
    background-color: #D9D9D9;
    opacity: 1;
}

.blog-page-wrap .blog-slider .swiper-pagination-bullet-active {
    background-color: #c82a1d;
}

.blog-slider .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 13px !important;
}

.blog-slider .post .data-image {
    max-height: 644px;
    min-width: 100%;
    margin-bottom: 1.75rem;
    border-radius: 1rem;
}

.blog-slider .post .data-image-wrap {
    display: flex;
    justify-content: center;
}

.blog-slider .post .data-image-wrap img {
    max-height: 730px;
}

.blog-slider .post .data-verified {
    margin-bottom: 1.25rem;
}

.blog-slider .post .data-title {
    display: block;
    max-width: 1062px;
    margin: 0 auto 1.5rem auto;
    font-size: 4rem;
    line-height: 4.375rem;
    text-align: center;
    color: #050708;
}

.blog-slider .post .data-excerpt {
    font-weight: 400;
    text-align: center;
    color: #4B4B4B;
}

.blog-slider .post .data-actions {
    margin: 1.5rem 0 2.25rem;
    text-align: center;
}

.blog-slider .data-link {
    text-decoration: underline;
}

.blog-slider .post .data-info {
    font-weight: 400;
    display: flex;
    justify-content: center;
    color: #4B4B4B;
}

.blog-slider .post-author {
    margin-right: 3.125rem;
}

.post-author .data-add-text {
    display: none;
    font-weight: 400;
    line-height: 1.96875rem;
    color: #4B4B4B;
}

@media only screen and (max-width: 1200px) {
    .slider-blog-post.swiper-slide {
        max-height: 1020px;
    }

    .blog-page-wrap .blog-slider .swiper-pagination {
        top: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-page-wrap .blog-slider .swiper-pagination {
        top: 135px;
    }

    .slider-blog-post.swiper-slide {
        max-height: 820px;
    }

    .blog-slider .post .data-title {
        font-size: 2.5rem;
        line-height: 3.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .blog-page-wrap .blog-slider .swiper-pagination {
        top: 5%;
    }

    .slider-blog-post.swiper-slide {
        max-height: 750px;
    }

    .blog-slider .post .data-info {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .blog-slider .post-author {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }

    .post-author .data-add-text {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .slider-blog-post.swiper-slide {
        max-height: 785px;
    }

    .blog-slider .post .data-image {
        height: 342px;
    }

    .blog-slider .post .data-verified {
        align-items: center;
    }

    .blog-slider .post .data-title {
        font-size: 2.1875rem;
        line-height: 2.375rem;
    }
}

/*
* ========================================
*   BLOG POSTS
* ========================================
*/

.blog-page-posts {
    padding: 2rem 0 5rem;
    border: 1px solid #E5E9ED;
    border-right: none;
    border-left: none;
}

.blog-posts-title {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    text-transform: capitalize;
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2rem;
    width: 100%;
}

.blog-posts .post {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 1.335rem);
    margin: 0;
}

.section-similar-posts .blog-posts .post,
.section-latest-posts .blog-posts .post {
    width: calc(100% / 3 - 1.3331rem);
}

.blog-posts .post .data-image {
    border-radius: 1rem;
}

.blog-posts .post-author {
    margin-top: 1.75rem;
}

.blog-posts .post .data-title {
    flex: 1 1 0;
    margin: 1.25rem 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: #050708;
}

.blog-posts .post .data-excerpt {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #4B4B4B;
}

.blog-posts .post .data-column {
    display: flex;
}

.blog-posts .post .data-info {
    font-weight: 400;
}

.blog-posts .post__link {
    margin-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 2rem;
    text-decoration: underline;
    color: #c82a1d;
}

.blog-posts .post .data-actions {
    margin: 1.5rem 0 1.75rem;
}

.blog-posts .post .data-button {
    background-color: transparent;
    border: none;
}

.blog-posts .post .data-button:not(:last-child) {
    margin-right: 1.375rem;
}

.blog-posts .post .data-save-button svg {
    max-width: 14px;
    max-height: 20px;
    pointer-events: none;
}

.blog-posts .post .data-save-button--active svg {
    fill: #9E9E9E!important;
}

.blog-posts .post .data-socials-button {
    position: relative;
}

.blog-posts .post .data-socials-button:hover .data-socials-wrap {
    display: flex;
}

.blog-posts .post .data-socials-wrap {
    display: none;
    column-gap: 1.5rem;
    position: absolute;
    top: -34px;
    left: -16px;
    padding: 0 0.75rem;
    background-color: #fff;
    border-radius: 0.75rem;
    border: 1px solid #c82a1d;
}

/* For JS disable events  */
.wcl-save-post svg {
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .blog-posts .post .data-socials-wrap {
        left: unset;
        right: 0px;
    }
}







/*
* ========================================
*   BLOG GENERAL
* ========================================
*/

.blog-slider .post .data-verified,
.section-blog-single .data-verified {
    display: flex;
    justify-content: center;
    align-items: baseline;
    column-gap: 0.375rem;
}

.blog-slider .post .data-verified-text,
.section-blog-single .data-verified-text {
    height: fit-content;
    font-size: 1rem;
    line-height: 1rem;
    color: #B4B4B4;
}

.blog-slider .post-author,
.blog-posts .post-author {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.blog-slider img.data-avatar,
.blog-posts img.data-avatar,
.blog-slider picture.data-avatar,
.blog-posts picture.data-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.blog-slider picture.data-avatar,
.blog-posts picture.data-avatar {
    display: flex;
}

.blog-slider picture.data-avatar img,
.blog-posts picture.data-avatar img {
    border-radius: 50%;
}

.blog-slider .post-author .data-name,
.blog-posts .post-author .data-name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.96875rem;
    color: #050708;
}

.blog-slider .post .data-info,
.blog-posts .post .data-info,
.section-blog-single .data-info {
    align-items: center;
}

.blog-slider .post .data-date::after,
.blog-posts .post .data-date::after,
.section-blog-single .data-date::after {
    content: ' • ';
    padding: 0 0.5rem 0 0.25rem;
    color: #4B4B4B;
}

.blog-slider .post .data-category,
.blog-posts .post .data-category,
.section-blog-single .data-category {
    display: flex;
    align-items: center;
    height: 24px;
    margin-left: 0.75rem;
    padding: 0 0.6rem;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    white-space: nowrap;
    color: #4B4B4B;
}

.blog-slider .post .data-actions a:hover,
.blog-posts .post .data-actions a:hover {
    text-decoration: none;
    color: #050708;
}

@media only screen and (max-width: 1200px) {

    .blog-posts .post,
    .section-similar-posts .blog-posts .post,
    .section-latest-posts .blog-posts .post {
        width: calc(100% / 2 - 1rem);
    }
}

@media only screen and (max-width: 768px) {

    .blog-posts .post,
    .section-similar-posts .blog-posts .post,
    .section-latest-posts .blog-posts .post {
        width: 100%;
    }

    .blog-posts .post .data-info {
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }
}

.blog-page-posts .wcl-pagination,
.author .wcl-pagination {
    margin: 6.25rem 0;
}

/*
* ========================================
*   BLOG PAGINATION
* ========================================
*/

.wcl-pagination .pagination {
    justify-content: center;
}

.wcl-pagination .nav-links {
    display: flex;
    column-gap: 1rem;
}

.wcl-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #F4F6F8;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
    color: #4B4B4B;
    fill: #4B4B4B;
}

.wcl-pagination .page-numbers.current,
.wcl-pagination .page-numbers:hover {
    background-color: #fff;
    border: 1px solid #DC1E23;
    font-weight: 700;
    color: #DC1E23;
    fill: #DC1E23;
}

.wcl-pagination .prev {
    margin-right: 4rem;
    font-size: 1.125rem;
}

.wcl-pagination .next {
    margin-left: 4rem;
    font-size: 1.125rem;
}

.blog-feature-fw {
    margin: 5.375rem 0 6.5rem;
}

.blog-feature img {
    border-radius: 1rem;
}

.blog-feature-post {
    width: calc(100% / 3 - 2.666rem);
}

.blog-feature-post .data-image {
    min-height: 100%;
}

.blog-feature-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.blog-feature .data-mobile-image {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .blog-feature-wrap a {
        width: calc(100% / 2 - 0.5rem);
    }
}

@media only screen and (max-width: 1200px) {
    .blog-feature-post {
        min-width: 432px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-feature-post {
        min-width: 310px;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-pagination .page-numbers {
        width: 32px;
        height: 32px;
    }

    .wcl-pagination .next {
        margin-left: 1rem;
    }

    .wcl-pagination .prev {
        margin-right: 1rem;
    }

    .blog-feature-post {
        display: flex;
        justify-content: center;
        min-width: 100%;
    }

    .blog-feature-wrap {
        display: none;
    }

    .blog-feature .data-image {
        display: none;
    }

    .blog-feature .data-mobile-image {
        display: block;
    }

    .blog-feature-fw {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 1.75rem 0;
        border: 1px solid #E5E9ED;
        border-right: 0;
        border-left: 0;
    }

    .wcl-author-posts-section .blog-feature-fw {
        border: 0;
    }
}



/* Post Item */
.wcl-post-item .data-title {
    display: block;
    margin-bottom: 14px;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.wcl-post-item .data-excerpt {
    font-weight: 400;
    font-size: 18px;
    line-height: 2rem;
    color: #4B4B4B;
}

.wcl-post-item .data-column {
    display: flex;
}

.wcl-post-item .post__link {
    margin-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 2rem;
    text-decoration: underline;
    color: #c82a1d;
}

.wcl-post-item .data-actions {
    margin: 1.125rem 0 1.4375rem;
}

.wcl-post-item .data-button {
    background-color: transparent;
    border: none;
}

.wcl-post-item .data-button:not(:last-child) {
    margin-right: 1.375rem;
}

.wcl-post-item .data-save-button svg {
    max-width: 14px;
    max-height: 20px;
}

.wcl-post-item .data-save-button--active svg {
    fill: #9E9E9E;
}

.wcl-post-item .data-socials-button {
    position: relative;
}

.wcl-post-item .data-socials-button:hover .data-socials-wrap {
    display: flex;
}

.wcl-post-item .data-socials-wrap {
    display: none;
    column-gap: 1.5rem;
    position: absolute;
    top: -34px;
    left: -16px;
    padding: 0 0.75rem;
    background-color: #fff;
    border-radius: 0.75rem;
    border: 1px solid #c82a1d;
}

.wcl-post-item .data-info {
    display: flex;
    align-items: center;
    color: #4B4B4B;
    font-weight: 400;
}

.wcl-post-item .data-date::after {
    content: ' • ';
    padding: 0 0.5rem 0 0.25rem;
    color: #4B4B4B;
}

.wcl-post-item .data-category {
    display: flex;
    align-items: center;
    height: 24px;
    margin-left: 0.75rem;
    padding: 0 0.6rem;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    white-space: nowrap;
    color: #4B4B4B;
}

.wcl-post-item .data-actions a:hover {
    text-decoration: none;
    color: #050708;
}

.wcl-post-item .data-image .image-wrap {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .wcl-post-item .data-excerpt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .wcl-post-item .data-title {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .wcl-post-item .data-excerpt {
        line-height: 1.75rem;
    }

    .wcl-post-item .data-actions {
        margin: 1.375rem 0 1.875rem;
    }
}


/*
* ========================================
*   BLOG SINGLE
* ========================================
*/

.section-blog-single {
    padding-top: 10.5rem;
}

.section-blog-single .title {
    max-width: unset;
    margin: 0;
    padding: 0;
}

.section-blog-single .title h1,
.section-blog-single .title .post-excerpt {
    max-width: 60rem;
    margin: 0 auto;
}

.section-blog-single .title h1 {
    margin-bottom: 2rem;
}

.section-similar-posts {
    padding-top: 0;
}

.section-similar-posts .title h2,
.section-latest-posts .title h2 {
    font-size: 3rem;
    line-height: 4rem;
}

.section-similar-posts .row.blog-posts,
.section-latest-posts .row.blog-posts {
    margin: 0;
}

.section-similar-posts .row.blog-posts .post.blog-post,
.section-latest-posts .row.blog-posts .post.blog-post {
    padding: 0;
}

.section-blog-single .data-verified {
    margin-bottom: 2rem;
}

.section-blog-single .title .post-info>div {
    text-transform: none;
}

.section-blog-single .title .post-info .data-info {
    margin-right: 4rem;
}

.section-blog-single .title::after {
    display: none;
}

.section-blog-single .post-socials-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* margin: 5rem 0 5.25rem; */
    margin: 3.625rem 0 0.625rem;
    padding: 0.8125rem 0;
    border: 1px solid rgb(5 7 8 / 10%);
    border-left: none;
    border-right: none;
}

.section-blog-single .likes-counter {
    display: flex;
    align-items: center;
}

.section-blog-single .likes-counter .data-number {
    margin-left: 0.125rem;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    color: #4B4B4B;
}

.section-blog-single .post-socials-bar .data-socials-wrap {
    display: flex;
    justify-content: flex-end;
    column-gap: 1.8125rem;
}

.section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link, .section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link svg {
    color: #9E9E9E;
    fill: #9E9E9E!important
}

.section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link:hover, .section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link:hover svg {
    color: #DC1E23;
    fill: #DC1E23!important
}

.section-blog-single .post-socials-bar .data-socials-wrap .data-socials-link.claude {
    position: relative;
    top: 1px;
}

.font-size-transform {
    display: flex;
    column-gap: 1rem;
}

.font-size-transform--mobile {
    display: none;
    margin-bottom: 0.8125rem;
    padding-left: 0.875rem;
    order: 2;
}

.font-size-transform .data-button {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    line-height: 2rem;
}

.section-blog-single .content-wrap {
    display: flex;
    position: relative;
    margin-top: 1.4375rem;
}

.section-blog-single .content-wrap .data-column-content {
    position: relative;
    padding-right: 4.8125rem;
    border-right: 1px solid rgb(5 7 8 / 10%);
}

.section-blog-single .content-wrap .data-column-content::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10.75rem;
    bottom: 0;
    right: -1px;
    background-color: #fff;
}

.section-blog-single .content-wrap .data-column-content a:not(.btn) {
    font-weight: 400;
    text-decoration: underline;
    color: #DC1E23;
}

.section-blog-single .content-wrap .data-column-content a:hover {
    text-decoration: none;
}

.section-blog-single .content-wrap .data-column-content a::after {
    display: none;
}

.section-blog-single .content-wrap .data-column-content ul,
.section-blog-single .content-wrap .data-column-content ol {
    margin-bottom: 1.5rem;
}

.section-blog-single .content-wrap .data-column-sidebar {
    width: 100%;
    max-width: 34rem;
    min-width: 34rem;
}

.section-blog-single .data-column-sidebar .author-box-wrap {
    margin-top: 1.5625rem;
}

.section-blog-single .data-column-sidebar .author-box {
    margin: 0 0 6.75rem 0;
    padding: 0 0 0 5.3125rem;
    background-color: #fff;
}

.section-blog-single .author-box .data-box-wrap {
    display: flex;
    column-gap: 2rem;
}

.section-blog-single .author-box .data-avatar {
    position: relative;
    height: fit-content;
    width: 174px;
}

.section-blog-single .author-box .data-avatar::before {
    width: 3.9375rem;
    height: 0.2625rem;
    right: 4rem;
    bottom: -0.2rem;
    opacity: 0.3;
}

.section-blog-single .author-box .data-avatar::after {
    width: 2.34375rem;
    height: 0.78125rem;
    bottom: -0.4rem;
    right: 2.8rem;
}

.section-blog-single .author-box .data-avatar::before,
.section-blog-single .author-box .data-avatar::after {
    content: '';
    position: absolute;
    background-color: #DC1E23;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
}

.section-blog-single .author-box .data-avatar img {
    border-radius: 0.3125rem;
}

.section-blog-single .author-box .data-add-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: #050708;
}





/* Author Page */
.wcl-author-section {
    padding-bottom: 5.5rem;
    border-bottom: 1px solid #E5E9ED;
}

.wcl-author-top-line {
    margin: -2.9375rem 0 4rem;
    padding: 8px 0 10px;
    background-color: #F8D2D2;
    border-radius: 2px;
    font-size: 1rem;
    letter-spacing: 1.25px;
    text-align: center;
    color: #4F0E0E;
}

.wcl-author-top-line a {
    text-decoration: underline;
    color: #4F0E0E;
}

.wcl-author-top-line a:hover {
    text-decoration: none;
}

.wcl-author-section .data-wrapper {
    row-gap: 60px;
}

.wcl-author-section .data-right {
    row-gap: 24px;
}

.wcl-author-section .wcl-image-holder {
    position: relative;
    max-width: 248px;
    max-height: 303px;
    margin: 0 auto;
}

.wcl-author-section .wcl-image-holder img {
    width: 100%;
    height: 303px;
    border-radius: 12px;
}

.wcl-author-section .wcl-image-holder .lines .line {
    position: absolute;
}

.wcl-author-section .wcl-image-holder .lines span {
    width: 100%;
    height: 100%;
    display: block;
    background: #DC1E23;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    -webkit-animation: message-floating 30s linear infinite;
    -moz-animation: message-floating 30s linear infinite;
    animation: message-floating 30s linear infinite;
}

.wcl-author-section .wcl-image-holder .lines .line:first-child {
    width: 6.325rem;
    height: 0.5rem;
    bottom: -0.2rem;
    right: 1rem;
}

.wcl-author-section .wcl-image-holder .lines .line:first-child span {
    background-color: rgb(237 32 36 / 30%);
}

.wcl-author-section .wcl-image-holder .lines .line:nth-child(2) {
    width: 3.75rem;
    height: 1.575rem;
    right: 0;
    bottom: -0.8rem;
}

.wcl-author-section .wcl-image-holder .lines .line:nth-child(2) span {
    animation-direction: reverse;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.wcl-author-section .data-content {
    padding-right: 1.1875rem;
    border-right: 1px solid #E5E9ED;
}

.wcl-author-section .data-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.35;
}

.wcl-author-section .data-desc {
    margin-bottom: .8rem;
}

.wcl-author-section .data-description {
    padding-left: 2.25rem;
}

.wcl-author-section .data-email {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #4B4B4B;
    transition: all .25s ease-in-out;
}

.wcl-author-section .data-email:hover {
    color: #DC1E23;
}

.wcl-author-section .social-links {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.wcl-author-section.section-author p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .wcl-author-section .data-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .wcl-author-top-line {
        font-size: .8rem;
        line-height: 1.625rem;
    }

    .wcl-author-section .data-content {
        border-right: none;
    }

    .wcl-author-section .data-content {
        padding-right: 0;
    }

    .wcl-author-section .data-description {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .font-size-transform--desktop {
        display: none;
    }

    .font-size-transform--mobile {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-author-top-line {
        padding: 6px 0 7px;
        font-size: .6rem;
        line-height: 1rem;
        letter-spacing: 1px;
        text-align: left;
    }
}

@media only screen and (max-width: 576px) {
    .section-blog-single .post-socials-bar {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .section-blog-single .post-socials-bar .data-socials-wrap {
        column-gap: 1.45rem;
    }
    .post-socials-bar #wcl-copy-link-btn {
        display: none!important;
    }
    .wcl-author-section {
        padding-bottom: 3rem;
    }

    .wcl-author-section .container {
        padding: 0 65px;
    }

    .wcl-author-top-line {
        margin: 0.8125rem -2.5625rem 2.4375rem -2.5625rem;
    }

    .wcl-author-section .data-wrapper {
        margin-top: 2.4375rem;
    }

    .wcl-author-section .wcl-image-holder {
        max-width: 185px;
        max-height: 228px;
    }

    .wcl-author-section .wcl-image-holder img {
        height: 228px;
    }

    .wcl-author-section .data-title {
        font-size: 30px;
    }

    .wcl-author-section .data-desc {
        margin-bottom: 18px;
    }

    .wcl-author-section .data-description {
        line-height: 1.75rem;
    }

    .wcl-author-section .data-button {
        margin-top: 2.5rem;
    }
}






.wcl-author-section .data-button {
    margin-top: 1.8rem;
    display: flex;
    align-items: center;
    gap: 28px;
}

.wcl-author-posts-section .data-header {
    margin-top: 75px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 38px;
}

.wcl-author-posts-section .data-header .data-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #050708;
    text-transform: capitalize;
}

.wcl-author-posts-section .data-title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #4B4B4B;
    text-transform: lowercase;
}

.wcl-author-posts-section .data-search {
    display: flex;
    align-items: center;
}

.wcl-author-posts-section .data-search.loading {
    opacity: 0.5;
    pointer-events: none;
}

.wcl-author-posts-section .data-search .data-input {
    width: 100%;
    border: none;
    background: none;
    font-style: italic;
    color: #4B4B4B;
}

.wcl-author-posts-section .data-search .data-input::placeholder {
    color: #4B4B4B;
    opacity: 1;
}

.wcl-author-posts-section .data-search .data-icon {
    margin-left: 8px;
    font-size: 21px;
}

.wcl-author-posts-section .wcl-pagination {
    margin: 60px 0;
}

.wcl-author-posts-section .data-content {
    gap: unset;
}

.wcl-author-posts-section .data-content .wcl-horizontal-post-item {
    border-bottom: 1px solid #E5E9ED;
}

.wcl-author-posts-section .wcl-form.loading {
    height: 200px;
}

@media only screen and (max-width: 800px) {
    .wcl-author-posts-section .data-header {
        flex-direction: column-reverse;
        align-items: start;
    }

    .wcl-author-posts-section .data-search {
        margin-left: auto;
    }
}

@media only screen and (max-width: 425px) {
    .wcl-author-posts-section .data-header {
        margin-top: 1.625rem;
    }

    .wcl-author-posts-section .data-header .data-title {
        max-width: 220px;
    }

    .wcl-author-posts-section .data-search {
        width: 100%;
    }
}





/* Horizontal Post Item */
.wcl-horizontal-post-item {
    padding-top: 48px;
    padding-bottom: 60px;
}

.wcl-horizontal-post-item .data-wrapper {
    display: flex;
    gap: 18px;
}

.wcl-horizontal-post-item .data-content,
.wcl-horizontal-post-item .data-image {
    width: 100%;
}

.wcl-horizontal-post-item .data-content {
    max-width: 75%;
}

.wcl-horizontal-post-item .data-image {
    max-width: 25%;
}

@media only screen and (max-width: 1199px) {

    .wcl-horizontal-post-item .data-content {
        max-width: 60%;
    }

    .wcl-horizontal-post-item .data-image {
        max-width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-horizontal-post-item .data-wrapper {
        padding: 0;
        flex-direction: column-reverse;
    }

    .wcl-horizontal-post-item .data-content {
        max-width: 100%;
    }

    .wcl-horizontal-post-item .data-image {
        max-width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    .wcl-horizontal-post-item {
        padding-top: 1.65rem;
        padding-bottom: 2.25rem;
    }

    .wcl-horizontal-post-item .data-image {
        max-width: 132px;
    }
}





/* Load More Blog Posts */
.wcl-load-more {
    display: flex;
    background: none;
    border: none;
    margin: 75px auto 60px auto;
}

.wcl-load-more.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.wcl-section-blog-posts .wcl-form.loading {
    height: 200px;
}



/* Blog Single */
.section-blog-single .author-box .data-name {
    margin: 0.125rem 0 0.1875rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    color: #050708;
}

.section-blog-single .author-box .data-description {
    margin-bottom: 1.875rem;
}

.section-blog-single .author-box .social-links {
    column-gap: 1.5625rem;
}

.section-blog-single .author-box .social-links a {
    margin: 0;
}

.section-blog-single .author-box .data-email {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #4B4B4B;
}

.section-blog-single .author-box .data-author-link {
    display: block;
    width: 219px;
    margin-top: 2.25rem;
    padding: 1rem;
    background-color: #000;
    border-radius: 500px;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}

.section-blog-single .author-box .data-author-link:hover {
    background-color: #DC1E23;
    color: #000;
}

.section-blog-single .content-wrap .wcl-toc-block {
    position: relative;
    width: 516px;
    max-width: unset;
    margin-left: 1.75rem;
    padding: 2rem 1rem 3.125rem 5.0625rem;
    background-color: #F4F6F8;
    border-radius: 1rem;
}

.section-blog-single .content-wrap .wcl-toc-block::before,
.section-blog-single .content-wrap .wcl-toc-block::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: rgb(5 7 8 / 10%);
}

.section-blog-single .content-wrap .wcl-toc-block::before {
    top: -3.25rem;
}

.section-blog-single .content-wrap .wcl-toc-block::after {
    bottom: -3.125rem;
}

.tool-page-container .content-wrap .wcl-toc-block::before {
    display: none;
}

.wcl-toc-block--fixed {
    position: fixed !important;
    top: 50px;
}

.tool-page-container .wcl-toc-block--fixed {
    top: 10px;
}

.wcl-toc-block--absolute {
    position: absolute !important;
}

.section-blog-single .wcl-toc-block .data-notification {
    width: fit-content;
    margin-bottom: 2rem;
    padding: 0.21875rem 2.125rem;
    background-color: #DC1E23;
    border-radius: 500px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #fff;
}

.section-blog-single .wcl-toc-block .data-title {
    margin-bottom: 1.625rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.section-blog-single .wcl-toc-block .toc-list {
    padding-left: 1.5rem;
}

.section-blog-single .wcl-toc-block .toc-list li {
    position: relative;
    margin: 0;
}

.section-blog-single .wcl-toc-block .toc-list li:not(:last-child) {
    margin-bottom: 1.4375rem;
}

.section-blog-single .wcl-toc-block .toc-list li::marker {
    font-weight: 600;
    color: #4B4B4B;
}

.section-blog-single .wcl-toc-block .toc-list a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -45px;
    top: 0px;
    background-color: #000;
    background: #000 no-repeat url(../../img/list-chevron-down.svg) 8px 8px;
    border-radius: 50%;
}

.section-blog-single .wcl-toc-block .toc-list a.active::before {
    background-color: #DC1E23;
}

.section-blog-single .wcl-toc-block .toc-list a {
    display: block;
    padding: 0;
    border-radius: unset;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.1875rem;
    color: #4B4B4B;
}

.section-blog-single .wcl-toc-block .toc-list a:hover {
    background-color: unset;
    text-decoration: underline;
}

.section-blog-single .data-column-content .data-content-socials {
    padding: 1rem 0;
    border-bottom: 1px solid rgb(5 7 8 / 10%);
}

.section-blog-single .data-column-content .data-content-socials .data-socials-wrap {
    display: flex;
    justify-content: flex-end;
    column-gap: 1.8125rem;
}

.section-blog-single .content-wrap .data-column-content .data-content-socials a {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #9E9E9E;
}

.section-blog-single .content-wrap .data-column-content .data-content-socials a:hover {
    color: #DC1E23;
}

.section-blog-single .content-wrap .data-column-content .data-content-socials i {
    font-size: 1.125rem;
}

.section-blog-single .data-content-socials a::after {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .section-blog-single .content-wrap .data-column-content {
        padding-right: 2.4rem;
    }

    .section-blog-single .content-wrap .data-column-sidebar {
        max-width: 30rem;
        min-width: 30rem;
    }

    .section-blog-single .data-column-sidebar .author-box {
        padding: 0 0 3.375rem 2.5rem;
    }

    .section-blog-single .author-box .data-box-wrap {
        column-gap: 1rem;
    }

    .section-blog-single .content-wrap .wcl-toc-block {
        width: 452px;
    }
}

@media only screen and (max-width: 991px) {
    .section-blog-single .content-wrap {
        flex-direction: column;
    }

    .section-blog-single .content-wrap .data-column-content {
        padding-top: 1.5rem;
        padding-left: 0.875rem;
        padding-right: 0;
        border-top: 1px solid rgb(5 7 8 / 10%);
        border-right: none;
        order: 3;
    }

    .section-blog-single .content-wrap .data-column-sidebar {
        max-width: 100%;
        min-width: 100%;
        order: 1;
    }

    .section-blog-single .data-column-sidebar .author-box-wrap {
        margin: 0;
    }

    .section-blog-single .data-column-sidebar .author-box {
        margin: 0 0 3.375rem 0;
    }

    .section-blog-single .content-wrap .wcl-toc-block {
        max-width: unset;
        margin: 0 0 3.375rem 0;
    }

    .section-blog-single .content-wrap .wcl-toc-block::after {
        display: none;
    }

    .section-blog-single .content-wrap .wcl-toc-block .data-wrapper {
        margin: 0;
    }

    .section-blog-single .content-wrap .wcl-toc-block {
        width: fit-content;
    }
}

@media only screen and (max-width: 768px) {
    .section-blog-single .breadcrumbs {
        margin: 1.3125rem 0 2.125rem;
        font-size: 0.75rem;
        line-height: 1.3125rem;
    }

    .section-blog-single .data-verified {
        align-items: center;
    }

    .section-blog-single .data-verified-text {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }

    .section-blog-single .title .post-info>div {
        width: 100%;
        justify-content: center;
        margin: 0;
    }

    .section-blog-single .title .post-info .data-info {
        margin: 1rem 0 1.6875rem;
    }

    .section-blog-single .post-socials-bar {
        position: relative;
        margin: 4.5rem 0 1.4375rem;
        justify-content: center;
    }

    .wcl-form.wcl-likes {
        position: absolute;
        top: -48px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-blog-single .data-column-sidebar .author-box {
        margin: 0 0 6.75rem 0;
        padding: 0;
    }

    .section-blog-single .author-box .data-box-wrap {
        justify-content: center;
        column-gap: 0.875rem;
    }

    .section-blog-single .author-box .data-box-wrap>.data-column:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-blog-single .author-box .data-avatar {
        width: 119px;
    }

    .section-blog-single .author-box .data-avatar::before {
        right: 2rem;
    }

    .section-blog-single .author-box .data-avatar::after {
        right: 0.4rem;
    }

    .section-blog-single .author-box .data-add-text {
        font-size: 0.9375rem;
        line-height: 1.375rem;
    }

    .section-blog-single .author-box .data-name {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }

    .section-blog-single .author-box .social-links {
        margin-top: 1rem;
    }

    .section-blog-single .author-box .data-description,
    .section-blog-single .author-box .data-email {
        display: none;
    }

    .section-blog-single .author-box .data-author-link {
        margin: 2.375rem auto 0 auto;
    }

    .section-blog-single .content-wrap .wcl-toc-block {
        padding-left: 2.875rem;
        padding-right: 2.875rem;
    }

    .section-blog-single .wcl-toc-block .toc-list {
        padding-left: 3rem;
    }

    .section-blog-single .wcl-toc-block .toc-list li::before {
        left: -55px;
    }

    .section-blog-single .wcl-toc-block .toc-list a {
        padding-left: 39px;
    }

    .section-blog-single .wcl-toc-block .toc-list a::before {
        left: 0px;
        top: -2px;
    }

    .section-blog-single .data-column-content .data-content-socials {
        border-bottom: none;
    }
}

/*
* ========================================
*   Blog SINGLE PAGE ADS
* ========================================
*/
.section-blog-single+.single-blog-feature-section {
    margin: 7.25rem 0 4.3125rem;
}

@media only screen and (max-width: 768px) {
    .section-blog-single+.single-blog-feature-section {
        margin: 1.625rem 0 1.75rem;
    }

    .section-latest-posts+.single-blog-feature-section .blog-feature {
        border: none;
    }
}

/*
* ========================================
*   BREADCRUMBS
* ========================================
*/
.breadcrumbs {
    display: flex;
    justify-content: center;
    margin: 6.25rem 0 3.75rem;
}

.breadcrumbs a {
    font-weight: 600;
    color: #050708;
}


/*
* ========================================
*   Post Likes
* ========================================
*/
.wcl-likes.liked svg {
    stroke: #DC1E23;
}

.wcl-likes button {
    border: none;
    background: none;
}

.popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: #ffffff;
    border-radius: 0.4rem;
    cursor: pointer;
    width: 3rem;
    font-size: 3rem;
}

.popup-close-button:hover {
    opacity: 0.5;
}

.section-blog-single ul {
    list-style: disc;
    padding-left: 2rem;
}

.toc-list {
    list-style: none !important;
    padding: 0 !important;
}


@media only screen and (max-width: 1200px) {

    .blog-post .image-wrap {
        height: 11rem;
    }

}

@media only screen and (max-width: 768px) {

    .blog-post .image-wrap {
        height: auto;
    }

}


/*
* ========================================
*   Latest Blog Posts
* ========================================
*/

.blog-post .post-author {
    font-weight: bold;
}


/*
* Individual Post Page
*/
.post-excerpt {
    text-transform: initial;
}
