.wd-entry-meta .meta-featured-post:before {
	font-size: 16px;
	content: "";
	font-family: "woodmart-font";
}

.wd-entry-meta .meta-author .avatar {
	display: inline-block;
	margin: 0 5px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	vertical-align: top;
}

.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: "";
	font-family: "woodmart-font";
}

.wd-entry-meta .meta-reply .replies-count {
	position: absolute;
	top: -4px;
	right: -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);
}

.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, .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;
	left: 50%;
	margin-top: -37px;
	margin-left: -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-left: 0;
	}
	
	.post-gallery-slider .owl-nav>div[class*="next"] {
		padding-right: 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) {}