.entry-meta-list {
    list-style: none;
    --li-pl: 0;
    --list-mb: 0;
    --li-mb: 0
}

.wd-entry-meta {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0
}

.wd-entry-meta .meta-featured-post:before {
    font-size: 16px;
    content: "\f104";
    font-family: "woodmart-font"
}

.wd-entry-meta .meta-author {
    font-size: 14px
}

.wd-entry-meta .meta-author .avatar {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    vertical-align: top
}

.wd-entry-meta .meta-author .avatar img {
    border-radius: 50%
}

.wd-entry-meta .meta-author a {
    text-transform: capitalize
}

.wd-entry-meta .meta-date {
    vertical-align: top;
    font-size: 14px
}

.wd-entry-meta .meta-reply {
    display: inline-block
}

.wd-entry-meta .meta-reply a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}

.wd-entry-meta .meta-reply a:after {
    display: inline-block;
    font-size: 16px;
    content: "\f103";
    font-family: "woodmart-font"
}

.wd-entry-meta .meta-reply .replies-count {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bbb;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px
}

.wd-entry-meta .meta-reply .replies-count-label {
    display: none
}

:is(.blog-design-mask,[class*="color-scheme-light"]) .wd-entry-meta .meta-reply .replies-count {
    background-color: var(--wd-primary-color)
}

.entry-meta-list li {
    display: inline-block;
    margin-left: 10px;
    color: var(--color-gray-300);
    vertical-align: middle;
    line-height: 1.4
}

.entry-meta-list li a {
    color: inherit
}

.entry-meta-list li a:hover {
    color: var(--color-gray-500)
}

.entry-meta-list li.modified-date,.entry-meta-list li:last-child {
    margin-left: 0
}

.wd-post-date.wd-style-with-bg {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    background-color: #ffffff00;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    color: #ffffff00;
    text-align: center;
    line-height: 1
}

.wd-post-date.wd-style-with-bg>span {
    display: block
}

.wd-post-date.wd-style-with-bg .post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px
}

.wd-post-date.wd-style-with-bg .post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.wd-post-cat.wd-style-with-bg {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    background-color: var(--wd-primary-color);
    color: #fff;
    line-height: 25px
}

.wd-post-cat.wd-style-with-bg>a {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.wd-post-cat.wd-style-with-bg>a:hover {
    color: rgba(255,255,255,0.8)
}

.wd-entry-content:after {
    content: "";
    display: block;
    clear: both
}

.wd-entry-content p:last-child {
    margin-bottom: 0
}

.page-links {
    margin-top: 10px
}

.post-page-numbers {
    padding: 0 5px
}

.post-gallery-slider {
    overflow: hidden
}

.post-gallery-slider div.owl-nav>div {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 4px rgba(0,0,0,0.1)
}

.post-gallery-slider div.owl-nav>div:after {
    font-size: 18px;
    line-height: 18px
}

.site-content>.author-info {
    margin: 25px 15px 40px 15px
}

footer.entry-author .author-info {
    margin-top: 80px;
    margin-bottom: 25px
}

.author-info {
    position: relative;
    padding: 50px 25px 25px;
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-gray-100);
    text-align: center
}

.author-info .avatar {
    display: inline-block;
    overflow: hidden;
    max-width: 74px;
    border: 3px solid var(--wd-main-bgcolor);
    border-radius: 50%
}

.author-info .author-avatar {
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -37px;
    margin-right: -37px
}

.author-info .author-description {
    min-height: 74px
}

.author-info .author-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px
}

.author-info .author-bio {
    margin-bottom: 0
}

.author-info .author-link {
    display: block;
    margin-top: 10px;
    font-weight: 600
}

.author-info .author-link span {
    display: none
}

@media (max-width: 1024px) {
    .post-gallery-slider .owl-nav>div:is([class*="prev"],[class*="next"]) {
        justify-content:center
    }

    .post-gallery-slider .owl-nav>div[class*="prev"] {
        padding-right: 0
    }

    .post-gallery-slider .owl-nav>div[class*="next"] {
        padding-left: 0
    }

    .post-gallery-slider .owl-nav>div:after {
        font-weight: 400
    }
}

@media (max-width: 768.98px) {
    .post-gallery-slider .owl-nav>div:after {
        font-size:14px;
        line-height: 14px
    }
}

@media (max-width: 576px) {
    .wd-entry-meta .meta-author {
        font-size:0
    }

    .wd-entry-meta .meta-author a {
        font-size: 14px
    }

    .wd-post-date {
        top: 10px;
        right: 10px
    }
}
