    .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:center; align-content: center; justify-content: center; flex-wrap: wrap;border: 1px solid var(--wdtBorderColor); text-align: center; }
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):not(.entry-author):not(.entry-tags) .entry-title-group { display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; gap: 10px; }
    .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 .blog-entry { border-radius: var(--wdtRadius_3X); -webkit-border-radius: var(--wdtRadius_3X); overflow: hidden; position: relative; }
    .wdt-fancy-box-style .blog-entry:not(:has(.entry-thumb)) { border-radius: var(--wdtRadius_2X); -webkit-border-radius: var(--wdtRadius_2X); }
    .wdt-fancy-box-style .blog-entry div.entry-date { font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Base); background-color: var(--wdtPrimaryColor); color: var(--wdtAccentTxtColor); text-transform: capitalize; letter-spacing: 0; display: inline-flex; align-items: center; justify-content: center; column-gap: 10px; width: fit-content; padding: 10px 15px; line-height: var(--wdtLineHeight_Alt); border-radius: var(--wdtRadius_1X); -webkit-border-radius: var(--wdtRadius_1X); position: relative; margin-bottom: 10px; }
    .wdt-fancy-box-style .blog-entry.has-post-thumbnail div.entry-date { position: absolute; top: 24px; left: 24px; }
    .wdt-fancy-box-style .blog-entry div.entry-date::before { content: '\e810'; font-family: "wdt-custom-icons"; font-size: 1.25em; line-height: 1; display: inline-flex; height: fit-content; align-items: center; position: relative; }

    .wdt-fancy-box-style .blog-entry::before, .wdt-fancy-box-style .blog-entry::after { content: ""; position: absolute; pointer-events: none; width: 100%; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); z-index: 2; margin: 0px; border-radius: inherit; -webkit-border-radius: inherit; }
    .wdt-fancy-box-style .blog-entry::before { border-width: 0px 0px 1px 1px; border-style: solid; border-color: var(--wdtPrimaryColor); -webkit-clip-path: inset(100% 100% 0% 0%); clip-path: inset(100% 100% 0% 0%); }
    .wdt-fancy-box-style .blog-entry::after { border-width: 1px 1px 0px 0px; border-style: solid; border-color: var(--wdtPrimaryColor); -webkit-clip-path: inset(0% 0% 100% 100%); clip-path: inset(0% 0% 100% 100%); }
    .wdt-fancy-box-style .blog-entry:hover::before { border-width: 0px 0px 1px 1px; -webkit-clip-path: inset(0% 0% 0% 0%); clip-path: inset(0% 0% 0% 0%); }
    .wdt-fancy-box-style .blog-entry:hover::after { border-width: 1px 1px 0px 0px; -webkit-clip-path: inset(0% 0% 0% 0%); clip-path: inset(0% 0% 0% 0%); }

    .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-date i, .wdt-fancy-box-style .entry-tags i {display: none;}
    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 a{color: var(--wdtHeadAltColor);}
    .wdt-fancy-box-style.wdt-post-entry .blog-entry .entry-title h4 a:hover{color: var(--wdtPrimaryColor);}
    .wdt-fancy-box-style.wdt-post-entry .entry-body p { font-size: var(--wdtFontSize_Base); text-align: inherit; margin: 0; }
    .wdt-fancy-box-style.wdt-post-entry .entry-body { margin: 0; margin-top: 10px; }
    .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: 1px solid rgba(var(--wdtSecondaryColorRgb),0.15);}
    .wdt-fancy-box-style .blog-entry .entry-meta-group > div {margin: 5px 0;}
    .wdt-fancy-box-style .blog-entry .entry-thumb:before { content: ''; width: 100%; height: 100%; background: var(--wdtTertiaryColor); position: absolute; opacity: 0; z-index: 1; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }
    .wdt-fancy-box-style.wdt-default-overlay .blog-entry:hover .entry-thumb:before { opacity: 0.7; }
    .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: inline; }
    .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: 40px; background-color: var(--wdtAccentTxtColor); margin: 0; border-radius: inherit; -webkit-border-radius: inherit; }
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.has-post-thumbnail > div:not(.entry-thumb) { height: fit-content; background-color: var(--wdtBodyBGColor); align-self: end; padding: 35px; margin: 30px; margin-top: 120px; width: auto; border-radius: calc(var(--wdtRadius_3X) - 3px); -webkit-border-radius: calc(var(--wdtRadius_3X) - 3px); color: var(--wdtBodyTxtColor); text-align: center; }
    .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: absolute; display: inline-flex; align-items: center; justify-content: center; height: auto; top: 50%; left: 50%; margin: 0; padding: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
    .wdt-fancy-box-style .blog-entry.has-post-thumbnail .entry-thumb { grid-area: 1/1; margin-bottom: 0; }
    .wdt-fancy-box-style .has-post-thumbnail .entry-thumb img { border-radius: var(--wdtRadius_3X); -webkit-border-radius: var(--wdtRadius_3X); min-height: 550px; height: 100%; width: 100%; object-fit: cover; object-position: center; }
    .wdt-fancy-box-style .has-post-thumbnail .entry-blog-content { grid-area: 1/1; z-index: 1; }
    /* .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button{font-size: 0;width: 35px;height: 35px;line-height:33px;padding: 0;border: 1px solid currentColor;border-radius: 50%;background: transparent;position: absolute;bottom: 40px;right: 30px;color:var(--wdtBodyBGColor);}
    .wdt-posts-list-wrapper .wdt-fancy-box-style .blog-entry .entry-button a.wdt-button:hover {color: var(--wdtSecondaryColor);}
    .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-fancy-box-style .blog-entry .entry-button a.wdt-button span{ display: none; }

    .wdt-fancy-box-style .blog-entry .entry-blog-content > .entry-button { margin-top: 10px; width: 100%; }
    .wdt-fancy-box-style .blog-entry.has-post-thumbnail .entry-blog-content > .entry-button { margin: 0; }

    .wdt-fancy-box-style.wdt-default-hover .blog-entry.has-post-thumbnail .entry-blog-content > * { opacity: 1; visibility: visible; pointer-events: all; transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }
    .wdt-fancy-box-style.wdt-default-hover .blog-entry.has-post-thumbnail .entry-blog-content > .entry-button { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, calc(-50% + 30px)); -webkit-transform: translate(-50%, calc(-50% + 30px)); transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition); }
    .wdt-fancy-box-style.wdt-default-hover .blog-entry.has-post-thumbnail:hover .entry-blog-content > * { opacity: 0; visibility: hidden; pointer-events: none; }
    .wdt-fancy-box-style.wdt-default-hover .blog-entry.has-post-thumbnail:hover .entry-blog-content > .entry-button { opacity: 1; visibility: visible; pointer-events: all; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
    .wdt-fancy-box-style.wdt-default-hover .blog-entry.has-post-thumbnail:hover .entry-blog-content { background: transparent !important; border-color: transparent !important; }

    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote > div,
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link > div { padding: 0; background: transparent; border: none !important; }
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote,
    .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link { padding: 40px; border: 1px solid var(--wdtBorderColor); background-color: var(--wdtAccentTxtColor); margin: 0; }
    .wdt-fancy-box-style .blog-entry.format-quote .entry-thumb:before,
    .wdt-fancy-box-style .blog-entry.format-link .entry-thumb:before { display: none; }

    /*--------------------------------------------------------------
        Responsive
    --------------------------------------------------------------*/

    @media only screen and (max-width:1280px) {
        .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) { padding: 40px 30px; }
        .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.has-post-thumbnail > div:not(.entry-thumb) { padding: 25px; margin: 20px; margin-top: 120px; }
        .wdt-fancy-box-style .has-post-thumbnail .entry-thumb img { min-height: 450px; }
    }

    @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;}

        .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) { padding: 30px 20px; }
        .wdt-fancy-box-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.has-post-thumbnail > div:not(.entry-thumb) { padding: 25px 20px; margin: 20px; margin-top: 120px; }
        .wdt-fancy-box-style .has-post-thumbnail .entry-thumb img { min-height: 400px; }
    }

    /*----*****---- << 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.wdt-post-entry .blog-entry .entry-title:not(:last-child) { margin-bottom: 0; }
        /* .wdt-fancy-box-style .entry-thumb{height: 250px;} */
    }