
.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-right: 10px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 0;
}

.wd-entry-meta .meta-featured-post:before {
	font-size: 16px;
	content: "";
	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: "";
	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);
}

.entry-meta-list li {
	display: inline-block;
	margin-right: 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-right: 0;
}

.wd-post-date.wd-style-with-bg {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	display: inline-block;
	min-width: 53px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 9px rgba(0, 0, 0, .1);
	color: var(--color-gray-800);
	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-carousel .wd-post-date.wd-style-with-bg {
	transform: translate3d(0px, 0, 0);
}

.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, .8);
}

.wd-carousel .wd-post-cat.wd-style-with-bg {
	transform: translate3d(0px, 0, 0);
}

.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;
}

.wd-post-gallery {
	max-width: 0;
	min-width: 100%;
}

.wd-post-gallery .wd-carousel-inner {
	margin: 0;
}

.wd-post-gallery .wd-carousel {
	--wd-col: 1;
	--wd-gap: .0001px;
	padding: 0;
}

.wd-carousel-item .wd-post-gallery .wd-carousel {
	pointer-events: none;
}

.wd-post-arrows.wd-pos-sep {
	--wd-arrow-offset-h: calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1);
}

.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: 576px) {
	.wd-entry-meta .meta-author {
		font-size: 0;
	}
	
	.wd-entry-meta .meta-author a {
		font-size: 14px;
	}
	
	.wd-post-date {
		top: 10px;
		left: 10px;
	}
}
