.wd-featured-post {
	margin-left: 10px;
	font-size: 0;
}

.wd-featured-post:before {
	font-size: 16px;
	content: "";
	font-family: "woodmart-font";
}

.wd-post-share .wd-social-icons {
	flex-wrap: nowrap;
}

.wd-post-share .tooltip-inner {
	padding: 5px;
	max-width: fit-content;
}

.wd-post .wd-post-desc twitterwidget {
	margin: 10px auto;
}

.wd-post .wd-post-desc p:not(:last-child) {
	margin-bottom: 15px;
}

.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: 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);
}

@media (max-width: 768.98px) {}