
    /*----*****---- << Boxed Type Styles >> ----*****----*/

    .wdt-minimal-style.wdt-post-entry .blog-entry { 
        background-color: var(--wdtBodyBGColor); margin-bottom: 30px; overflow: hidden; 
        -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); 
        border: 1px solid var(--wdtBorderColor); }

    .tpl-blog-holder .wdt-minimal-style.wdt-post-entry .blog-entry { margin-bottom: 0; }

    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-date:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-categories:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-thumb:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-likes-views:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-title:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-comments:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-social-share:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-tags:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-button:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-author:last-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-body:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-date:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-categories:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-likes-views:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-title:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-comments:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-social-share:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-tags:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-author:last-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body:last-child { 
        margin-bottom: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); }

    .wdt-minimal-style.wdt-post-entry .blog-entry > div:first-child:not(.entry-thumb), 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb), 
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb:first-child + div, 
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) { 
        margin-top: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); }

    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-author:first-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-date:first-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-categories:first-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-tags:first-child, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group:first-child, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:first-child, 
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb:first-child + div.entry-meta-group, 
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry > .entry-thumb + div.entry-meta-group:nth-child(2) { margin-top: 30px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.post-without-title .entry-title + div { margin-top: 10px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title:not(:first-child) { margin-top: 8px; margin-bottom: 10px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 { display: inline; font-weight: var(--wdtFontWeight_H4);
        margin-bottom: 0; position: relative; text-transform: capitalize; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 a { display: inline; position: relative; top: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-title h4 a { transition: var(--wdt-Ad-Transition); }

    .wdt-minimal-style.wdt-post-entry.aligncenter .blog-entry .entry-title h4 > a:after { margin-left: auto; margin-right: auto; }
    .wdt-minimal-style.wdt-post-entry.alignright .blog-entry .entry-title h4 > a:after { margin-left: auto; margin-right: 0; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div:not(.entry-body) { text-transform: capitalize; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-body,
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body { margin: 4px 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-body > *:last-child { margin-bottom: 0; }

    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry { overflow: hidden; }
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry.has-post-thumbnail .entry-thumb { padding: 15px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > * { display: inline-block; float: left; margin: 0; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-thumb > a { display: block; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-author, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-date, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-comments, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-categories, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-tags, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-social-share, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-likes-views, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div { 
        flex-wrap: wrap; float: none; letter-spacing: 0; margin-top: 5px; margin-bottom: 5px; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group, 
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry > div.entry-meta-group, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group { 
        clear: both; display: block; float: none; margin-left: -10px; margin-right: -10px; width: auto !important; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div { margin: 5px 10px; width: auto; }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-author > span { display: none; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-comments  a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-date  a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-categories  a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-tags  a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-author a:not(:focus),
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-social-share .share > ul li a:not(:focus) { text-decoration: none; }

    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-author a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-date a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-comments a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-categories a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-tags a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-social-share a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-likes-views a, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-meta-group > div a { 
        color: var(--wdtBodyTxtColor); }

    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-author a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-date a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-comments a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-categories a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-tags a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-social-share a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-likes-views a:hover, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry div.entry-meta-group > div a:hover { 
        color: var(--wdtPrimaryColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-author * { display: inline-block; float: none; margin-right: 5px; vertical-align: top; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-author *:last-child { margin-right: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-author img { border-radius: 50%; position: relative; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.format-link > div[class*="entry-thumb"],
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.format-quote > div[class*="entry-thumb"] { display: inline-block; margin: 10px 0; width: 100%; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-link-inner,
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { 
        border-style: solid; padding-bottom: 10px !important; padding-top: 10px !important; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"]:first-child .entry-link-inner,
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"]:first-child .entry-quote-inner { border-width: 0 0 1px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"]:not(:first-child) .entry-link-inner,
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"]:not(:first-child) .entry-quote-inner { border-width: 1px 0 0; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.format-link > div[class*="entry-thumb"] +.entry-meta-group,
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.format-quote > div[class*="entry-thumb"] +.entry-meta-group { margin-top: 0 !important; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner .wdticon-quote-left { display: none; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-quote-inner,
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { margin-bottom: 0; padding: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-button"], 
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-button"] { 
        padding-top: 0 !important; padding-bottom: 0 !important; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group:last-child,
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child { margin-top: 15px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button { clear: both; display: inline-block; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail div.entry-button:last-child { margin-bottom: 4px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) div.entry-button:last-child { 
        margin-bottom: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button,
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry div.entry-button { margin-top: 10px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button { padding: 0px; background: none; 
        color: var(--wdtHeadAltColor); border-radius: 0px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:hover { 
        color: var(--wdtLinkHoverColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span { position: absolute; bottom: 2px; display: none; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span { margin-left: 8px; opacity: 1; font-size: 0.9em; }


    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button { position: relative; margin: 0px;
        background: transparent !important; padding: 0; font-family: var(--wdtFontTypo_Base);
        font-weight: var(--wdtFontWeight_Base); -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); 
        color: var(--wdtLinkColor); box-shadow: 0 0 0; overflow: hidden; line-height: var(--wdtLineHeight_Base); }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:focus,
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:hover { 
        color: var(--wdtLinkHoverColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:before, 
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:after { content: ''; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; background-color: currentColor; transition: transform .4s cubic-bezier(.31,.29,.05,.96); }
    
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:before { left: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:after { left: -100%; transition-delay: 0.3s; }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:hover:before,
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:hover:after { transform: translateX(100%); }

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:focus:before,
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-button .wdt-button:hover:before {
    -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom right; transform-origin: bottom right; }




    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper { 
        margin: 1em 0; position: relative; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .entry-link-url { 
        height: 100%; position: absolute; left: 0; top: 0; width: 100%; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author { 
        font-size: inherit; line-height: inherit; text-transform: none; word-break: break-word; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author {
        display: inline; background-image: linear-gradient(0deg, currentColor, currentColor); 
        -webkit-transition: background-size var(--wdt-Ad-Transition); transition: background-size var(--wdt-Ad-Transition); 
        background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 1px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper:hover .link-author { 
        background-size: 100% 1px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry > div[class*="entry-"]:only-child { margin-bottom: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group div[class*="entry-"]:only-child { margin-bottom: 0; }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post { 
        font-size: 12px; line-height: inherit;  left: 0; right: auto; top: 15px; 
        width: 22px; height: 22px; display: flex; align-items: center; 
        justify-content: center; border-radius: 50%; transform: translateY(-50%); }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post > i { font-size: inherit; line-height: inherit; 
        position: static; vertical-align: middle; -webkit-transform: none; transform: none; display: inline-flex; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post > i:before { line-height: inherit; margin: 0; }
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 .sticky-post + a,
    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 .sticky-post + a:after { margin-left: 30px; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail > div.entry-thumb { margin-bottom: 22px; }
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry > div.entry-thumb > a > img { 
        -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry div.entry-meta-group + .entry-thumb { margin-top: -16px; }
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry div.entry-meta-group:first-child + .entry-thumb { margin-top: -16px; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry div.entry-meta-group:not(:last-child),
    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) { margin-top: 10px; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + .entry-meta-group { 
        border-top-width: 0; border-bottom-width: 0; margin-top: 0px; margin-bottom: 4px; padding: 0px; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry > div.entry-thumb:last-child { margin-bottom: 0; }

    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-format + .entry-details .entry-meta-group:first-child { padding-top: 30px; }

    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry.format-link > div[class*="entry-thumb"],
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry.format-quote > div[class*="entry-thumb"] { z-index: 1; }

    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry div.entry-categories a:after, 
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry div.entry-tags a:after { color: var(--wdtAccentTxtColor); }

    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child { margin-top: 20px; padding-top: 0; }

    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.sticky { background: var(--wdtBodyBGColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) > [class^="wdticon-"]::before,
    .wdt-minimal-style.wdt-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) > [class*="wdticon-"]::before { text-align: left; }


    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry:is(.format-link, .format-quote) > div.entry-thumb:first-child + div, 
    .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry:is(.format-link, .format-quote) > .entry-thumb + div:nth-child(2) { margin-top: 20px; }

    .wdt-post-entry:not(.entry-cover-layout) .blog-entry > div.entry-body:empty ~ .entry-button { margin-top: 4px; }




    /* WorK Theme Changes */


    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div > i,
    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div:is(.entry-likes-views, .entry-comments) i { 
        color: var(--wdtPrimaryColor); }



    /* Unit-Test For Minimal Style */

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper  { margin: 1em 0; position: relative; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .entry-link-url { height: 100%;
        position: absolute; left: 0; top: 0; width: 100%; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner .wdticon-quote-left { display: none; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-link-inner, 
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { 
        border-color: var(--wdtBorderColor); border-width: 0 0 2px; border-style: solid; padding-bottom: 10px; padding-top: 10px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner a { box-shadow: inset 0 -1px 0 currentColor; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"],
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] { margin-bottom: 30px;
        -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"]:after,
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"]:after { display: none; }

    /* Framework Ajax product */

    .wdt-minimal-style.wdt-post-entry .blog-entry.product.type-product > div.entry-meta-group,
    .wdt-minimal-style.wdt-post-entry .blog-entry.product.type-product > div.entry-date,
    .wdt-minimal-style.wdt-post-entry .blog-entry.product.type-product > div.entry-button { display: none !important; }

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.product.type-product > div.entry-thumb ~ .entry-title { 
        margin-bottom: 0; }


    /*--------------------------------------------------------------
        Colors
    --------------------------------------------------------------*/

    /*----*****---- << Dark >> ----*****----*/

    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry,
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry.sticky { 
        background-color: rgba(var(--wdtHeadAltColorRgb),0.75); }

    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry:hover,
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry.sticky:hover { 
        background-color: rgba(var(--wdtHeadAltColorRgb),0.65); }



    /*--------------------------------------------------------------
        Accents
    --------------------------------------------------------------*/

    /* Primary Color */

    .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group .div:not(.entry-social-share) i { 
        color: var(--wdtPrimaryColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 span.sticky-post > i { 
        color: var(--wdtAccentTxtColor); }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper .link-author { 
        color: var(--wdtLinkColor); }
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-"]:not(.entry-title) .entry-link-wrapper:hover .link-author { 
        color: var(--wdtLinkHoverColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link > div[class*="entry-thumb"] .entry-link-inner, 
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote > div[class*="entry-thumb"] .entry-quote-inner { 
        border-color: var(--wdtBorderColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry.format-link:hover > div[class*="entry-thumb"] .entry-link-inner, 
    .wdt-minimal-style.wdt-post-entry .blog-entry.format-quote:hover > div[class*="entry-thumb"] .entry-quote-inner { 
        border-color: var(--wdtBorderColor); }

    .wdt-minimal-style.wdt-post-entry .blog-entry:hover > div.entry-meta-group > div + div::before,
    .wdt-minimal-style.wdt-post-entry .blog-entry.sticky > div.entry-meta-group > div + div::before { 
        background-color: var(--wdtSecondaryColor); opacity: 0.5; }

    .wdt-minimal-style.wdt-post-entry .blog-entry[class*="sticky"], 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry[class*="sticky"] { 
        background-color: var(--wdtTertiaryColor); box-shadow: none; }

    /*--------------------------------------------------------------
        Blog archive
    --------------------------------------------------------------*/
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.has-post-thumbnail > div:not(.entry-thumb, .entry-date, .entry-meta-group),
    .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry.has-post-thumbnail .entry-details > div:not(.entry-thumb, .entry-date, .entry-meta-group),
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link.has-post-thumbnail > div.entry-thumb,
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote.has-post-thumbnail > div.entry-thumb { padding: 0px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 { 
        font-size: clamp(1.375rem, 1.3462rem + 0.1282vw, 1.5rem); /* Min-22 & Max-24 */ }
    .page-with-sidebar .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title h4 { 
        font-size: clamp(1.375rem, 1.3462rem + 0.1282vw, 1.5rem); /* Min-22 & Max-24 */ }

    .wdt-minimal-style.wdt-post-entry[class*="layout"] .blog-entry > .entry-date { 
        color: var(--wdtAccentTxtColor); font-family: var(--wdtFontTypo_Base); 
        font-size: calc(var(--wdtFontSize_Base) - 2px); letter-spacing: 0; margin-top: 0; margin-bottom: 0; 
        padding: 8px 20px; position: relative; left: 34px; text-align: center; text-transform: none; width: auto; z-index: 1; 
        background-color: var(--wdtPrimaryColor); }

    .wdt-minimal-style.wdt-post-entry[class*="layout"] .blog-entry > .entry-date i { display: none;
        font-size: calc(var(--wdtFontSize_Ext) - 3px); position: relative; top: -1px; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail { display: grid; padding: 20px; background-color: var(--wdtTertiaryColor); border-radius: 20px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry:not(.has-post-thumbnail) { background-color: var(--wdtTertiaryColor); border-radius: 20px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail > .entry-thumb,
    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail > .entry-date { grid-area: 1/1; }
    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail > .entry-date { align-self: start; justify-self: end; 
        left: auto !important; right: calc(-1 * clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem)); 
        top: clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) !important; }

    .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail > .entry-date ~ .entry-title { margin-top: 0px; margin-bottom: 10px; }

    /* .wdt-minimal-style.wdt-post-entry .blog-entry > .entry-title a { display: inline; 
        background-image: linear-gradient(0deg, currentColor, currentColor); -webkit-transition: background-size var(--wdt-Ad-Transition); 
        transition: background-size var(--wdt-Ad-Transition); background-repeat: no-repeat; background-position: 0 100%; background-size: 0% 1px; }
    .wdt-minimal-style.wdt-post-entry .blog-entry > .entry-title a:hover { background-size: 100% 1px; } */

    .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-meta-group, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry:not(.has-post-thumbnail) > div:not(.entry-thumb), 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-link:not(.has-post-thumbnail) > div.entry-thumb, 
    .wdt-minimal-style.wdt-post-entry:not(.entry-cover-layout) .blog-entry.format-quote:not(.has-post-thumbnail) > div.entry-thumb { 
        padding-left: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); padding-right: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); }

    .wdt-minimal-style.wdt-post-entry[class*="layout"] .blog-entry > .entry-date { left: calc(clamp(0.5rem, 0.3846rem + 0.5128vw, 1rem) * 2); }


    /*--------------------------------------------------------------
    Responsive
    --------------------------------------------------------------*/

    /*----*****---- << iPad - Landscape >> ----*****----*/

    @media only screen and (min-width:1025px) {

        .wdt-minimal-style.wdt-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a { 
            left: auto; overflow: hidden; position: relative; right: 0; width: auto; } }


    /*----*****---- << Tablet (Landscape) >> ----*****----*/

    /* Note: Design for a width of 960px */
    @media only screen and (min-width:1025px) and (max-width:1280px) {

    .wdt-minimal-style.wdt-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author { position: relative; }
    .wdt-minimal-style.wdt-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a { overflow: visible; position: static; width: auto; }

    }


    /*----*****---- << Tablet (Portrait) >> ----*****----*/

    /* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) and (max-width:1024px) {

    }

    @media only screen and (max-width: 1024px) {
        .wdt-minimal-style.wdt-one-third.wdt-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4, 
        .wdt-minimal-style.wdt-one-third.wdt-post-entry:not(.entry-list-layout) .blog-entry.format-link > div.entry-thumb .link-text { 
            font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem); /* Min-18 & Max-20 */ }
    }


    /* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) {

        .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry.has-post-thumbnail .entry-thumb > a { display: block; float: none; margin-right: -15px; width: auto; }
        .wdt-minimal-style.wdt-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail .entry-thumb > a { margin-left: -15px; margin-right: 0; }

        .wdt-minimal-style.wdt-post-entry.entry-list-layout.entry-left-thumb .blog-entry.has-post-thumbnail div.entry-button { grid-column-start: 2; }

    }



    /*----*****---- << Mobile (Landscape) >> ----*****----*/

    /* Common Styles for the devices below 767px width */
    @media only screen and (max-width: 767px) {

    }


    /*----*****---- << Mobile - Portrait >> ----*****----*/

    /* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {

        .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group > div:last-child,
        .wdt-post-entry.entry-grid-layout .blog-entry div.entry-meta-group > div:last-child,
        .wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child { margin-bottom: 0; vertical-align: top; }

        .wdt-minimal-style.wdt-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author { position: relative; }
        .wdt-minimal-style.wdt-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a { overflow: visible; position: static; width: auto; }

        .wdt-minimal-style.wdt-post-entry .blog-entry div.entry-meta-group:last-child > div:last-child { margin-bottom: 0; }

        .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail > div.entry-thumb,
        .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry.product.type-product > div.entry-thumb ~ .entry-title { margin-bottom: 20px; }
        .wdt-minimal-style.wdt-post-entry[class*="layout"] .blog-entry > .entry-date { padding: 6px 14px; font-size: 12px; }
        /* .wdt-minimal-style.wdt-post-entry .blog-entry.has-post-thumbnail > .entry-date {  top: 20px; } */

        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-date:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-categories:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-thumb:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-likes-views:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-title:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-comments:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-social-share:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-tags:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-button:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-author:last-child, 
        .wdt-minimal-style.wdt-post-entry .blog-entry > div.entry-body:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-date:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-categories:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-likes-views:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-title:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-comments:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-social-share:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-tags:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-author:last-child, 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body:last-child { margin-bottom: 20px; }

        .wdt-minimal-style.wdt-post-entry .blog-entry > div:first-child:not(.entry-thumb), 
        .wdt-minimal-style.wdt-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb), 
        .wdt-minimal-style.wdt-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb:first-child + div, 
        .wdt-minimal-style.wdt-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) { margin-top: 20px; }

        /* .wdt-minimal-style.wdt-post-entry .blog-entry .entry-title:not(:first-child) { margin-top: 18px; } */

    }