    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry>div:not(.entry-thumb):not(.entry-author):not(.entry-tags) {
        display: flex;
        align-items: flex-end;
        border: none;
        grid-area: 1 / 1;
        z-index: 1;
        flex-wrap: wrap;
        height: max-content;
        gap: 15px;
        align-self: end;
        margin: 0;
        color: var(--wdtAccentTxtColor);
    }
    .wdt-fancy-box-style.wdt-post-entry .entry-title-group > div { width: 100%; }
        
    .wdt-fancy-box-style .entry-thumb-meta-group {
        display: flex;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        top: 10px;
        left: 20px;
        right: 20px;
        z-index: 1;
    }

    .wdt-fancy-box-style .entry-categories,
    .wdt-fancy-box-style .entry-social-share {
        margin-top: 5px;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-thumb-meta-group div.entry-categories a {
        padding: 8px 20px;
        border: 1px solid;
        border-radius: 50px;
        line-height: normal;
        color: var(--wdtBodyBGColor);
        display: inline-block;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-thumb-meta-group div.entry-categories a:hover {
        color: var(--wdtSecondaryColor);
    }

    .wdt-fancy-box-style .blog-entry.type-post .entry-format {
        margin-top: 10px;
        margin-left: 10px;
        bottom: 15px;
        top: unset;
    }

    .wdt-fancy-box-style .blog-entry .entry-format a:before {
        font-size: 16px;
        line-height: 40px;
    }

    .wdt-fancy-box-style .blog-entry .entry-format a {
        margin: 5px 10px;
        height: 40px;
        width: 40px;
    }

    .wdt-fancy-box-style a.ico-format {
        border-radius: 50%;
    }

    .wdt-fancy-box-style .blog-entry .entry-social-share .share>i {
        display: none;
    }

    .wdt-fancy-box-style .blog-entry .entry-social-share .share {
        border: none;
        padding-right: 0;
        padding-left: 0;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-social-share .share>ul {
        padding-left: 0;
    }

    .wdt-fancy-box-style .blog-entry .entry-social-share .share>ul li a {
        border: 1px solid;
        line-height: normal;
        padding: 6px;
        margin: 2px;
        border-radius: 50px;
    }

    .wdt-fancy-box-style .blog-entry .entry-thumb-meta-group .entry-social-share .share>ul li a {
        color: var(--wdtBodyBGColor);
    }

    .wdt-fancy-box-style .blog-entry .entry-thumb-meta-group .entry-social-share .share>ul li a:hover {
        color: var(--wdtSecondaryColor);
    }

    .wdt-fancy-box-style .entry-categories i,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry div.entry-categories a:after,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry div.entry-tags a:after,
    .wdt-fancy-box-style .entry-tags i {
        display: none;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 a {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 a:hover {
        color: rgba(var(--wdtAccentTxtColorRgb), 0.7);
    }

    .wdt-fancy-box-style.wdt-post-entry .entry-body p {
        font-size: calc(var(--wdtFontSize_Base) - 2px);
    }

    .wdt-fancy-box-style .entry-author {
        display: flex;
        text-transform: uppercase;
    }

    .wdt-fancy-box-style .entry-author span {
        margin: 0 5px;
    }

    .wdt-fancy-box-style .entry-author img {
        border-radius: 50px;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry>div.entry-tags a,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry>.entry-meta-group div.entry-tags a,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry>div.entry-categories a,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry>.entry-meta-group div.entry-categories a {
        background: var(--wdtTertiaryColor);
        border-radius: 40px;
        padding: 2px 8px 3px;
        font-size: calc(var(--wdtFontSize_Base) - 4px);
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-meta-group div.entry-categories a:hover,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-meta-group div.entry-tags a:hover {
        background: var(--wdtSecondaryColor);
        color: var(--wdtBodyBGColor);
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-author a {
        color: var(--wdtPrimaryColor);
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-author a:hover {
        color: var(--wdtSecondaryColor);
    }

    .wdt-fancy-box-style.wdt-post-entry .entry-meta-group {
        position: relative;
    }

    .wdt-fancy-box-style.wdt-post-entry .entry-meta-group:before {
        content: '';
        background: currentColor;
        height: 1px;
        top: 0;
        left: 10px;
        right: 10px;
        position: absolute;
        opacity: 0.1;
    }

    /* .tpl-blog-holder .wdt-fancy-box-style.wdt-post-entry.column .blog-entry {border: 15px solid var(--wdtBorderColor);} */
    .wdt-fancy-box-style .blog-entry .entry-meta-group>div {
        margin: 5px 0;
    }

    .wdt-fancy-box-style .entry-thumb:before {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, var(--wdtSecondaryColor) 20%, transparent 80%);
        position: absolute;
        z-index: 1;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        pointer-events: none;
    }

    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link>div.entry-thumb,
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote>div.entry-thumb {
        padding: 0;
    }

    .wdt-fancy-box-style.wdt-post-entry .entry-author-pic {
        display: inline-block;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 a,
    .wdt-fancy-box-style.wdt-post-entry .blog-entry a:not(.wdt-button) {
        text-decoration: none;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 {
        display: flex;
        align-items: flex-start;
        font-size: clamp(1.5rem, 1.3568rem + 0.2235vw, 1.625rem);
        /* mx-26 mn-24 */
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post {
        margin-right: 6px;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post {
        position: unset;
        font-size: 16px;
        width: 22px;
        height: 22px;
        text-align: center;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post>i:first-child {
        position: unset;
        font-size: 16px;
        line-height: 26px;
    }

    .tpl-blog-holder .wdt-fancy-box-style.wdt-post-entry.column .blog-entry:not(.has-post-thumbnail) {
        padding: 20px;
    }

    /* .tpl-blog-holder .wdt-fancy-box-style.wdt-post-entry.column .blog-entry:hover{border: 10px solid var(--wdtBorderColor);padding: 10px;} */
    /* .tpl-blog-holder .wdt-fancy-box-style.wdt-post-entry.column .blog-entry:not(.has-post-thumbnail):hover{border: 5px solid var(--wdtBorderColor);padding: 30px;} */
    .wdt-fancy-box-style.wdt-post-entry .entry-title-group {
        justify-content: space-between;
    }

    .wdt-fancy-box-style .has-post-format .blog-entry.type-post .entry-format {
        margin-top: 10px;
    }

    .wdt-fancy-box-style .has-post-format .entry-categories,
    .wdt-fancy-box-style .has-post-format .entry-social-share {
        margin-top: 5px;
    }

    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry>div:not(.entry-thumb) {
        padding: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem);
        /* mx-40 mn-30 */
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-meta-group>div {
        margin: 5px;
    }

    .wdt-fancy-box-style .blog-entry .entry-meta-group>div.entry-author:nth-child(1):nth-last-child(2) {
        margin-right: auto;
    }

    .tpl-blog-holder .wdt-fancy-box-style.wdt-post-entry.column .blog-entry {
        display: grid;
    }

    .wdt-fancy-box-style .has-post-thumbnail .entry-button.wdt-core-button {
        z-index: 1;
        position: relative;
    }

    .wdt-fancy-box-style.wdt-post-entry .blog-entry.has-post-thumbnail .entry-thumb {
        grid-column: 1 / 1;
        grid-row: 1;
        border-radius: var(--wdtRadius_3X);
        -webkit-border-radius: var(--wdtRadius_3X);
        margin-bottom: 0;
    }

    .wdt-fancy-box-style .has-post-thumbnail .entry-thumb a {
        width: 100%;
        height: 100%;
        display: inline-flex;
        border-radius: inherit;
        -webkit-border-radius: inherit;
    }

    .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button {
        line-height: var(--wdtLineHeight_Alt);
        display: inline-flex;
        border: 0;
        color: var(--wdtAccentTxtColor);
        font-size: var(--wdtFontSize_Base);
        font-family: var(--wdtFontTypo_Base);
        font-weight: var(--wdtFontWeight_Base);
        text-transform: capitalize;
        position: relative;
        padding: 0;
        -webkit-transition: var(--wdtBaseTransition);
        transition: var(--wdtBaseTransition);
        background: transparent;
        align-items: center;
    }

    .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button:hover {
        color: var(--wdtLinkHoverColor);
    }

    /* .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button:before{position: unset;content: '\27A6';display: block;font-size: 20px;text-align: center;} */
    /* .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button span{display: none;} */
    .wdt-fancy-box-style .blog-entry div.entry-date {
        font-size: var(--wdtFontSize_Base);
    }


    /* ----------Style---------- */

    .wdt-fancy-box-style .blog-entry .entry-thumb img { min-height: 480px; object-fit: cover; transform: scale(1.1); 
        transform-origin: bottom right; transition: var(--wdt-Ad-Transition); transform-style: preserve-3d; }

    .wdt-fancy-box-style .blog-entry .entry-thumb a { overflow: hidden; position: relative; /*! perspective: 500px; */ }

    .wdt-fancy-box-style .blog-entry:hover .entry-thumb img { transform: scale(1); }

    .wdt-fancy-box-style .blog-entry .entry-title-group .entry-title {
        margin-bottom: 5px;
    }

    .wdt-fancy-box-style .blog-entry .entry-title-group .entry-date .wdticon-calendar:before {
        content: '\e803';
        font-family: 'wdt-custom-icon';
        margin: 0 5px 0 0;
        font-size: calc(2px + var(--wdtFontSize_H6));
    }

    /*--------------------------------------------------------------
        Responsive
    --------------------------------------------------------------*/

    @media only screen and (max-width: 767px) {

        .wdt-fancy-box-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image>a,
        .wdt-fancy-box-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li {
            height: 300px;
            position: relative;
        }
    }

    /*----*****---- << Mobile - Portrait >> ----*****----*/

    /* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {
        .wdt-fancy-box-style .blog-entry .entry-social-share .share>ul li a {
            font-size: calc(var(--wdtFontSize_Base) - 4px);
            padding: 3px;
        }

        .wdt-fancy-box-style.wdt-post-entry .blog-entry div.entry-categories a {
            padding: 4px 10px;
            margin-top: 6px;
        }

        .wdt-fancy-box-style .blog-entry .entry-thumb img {
            height: 100%;
            object-fit: cover;
        }

        .wdt-fancy-box-style .blog-entry .entry-thumb img {
            min-height: 400px;
        }

        .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry>div:not(.entry-thumb) {
            padding-left: 20px;
            padding-right: 20px;
        }
    }