.wd-post-thumb {
	position: relative;
	border-radius: var(--wd-brd-radius);
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.wd-post-thumb img {
	width: 100%;
}

.wd-post-img {
	transition: all .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-post:hover .wd-post-img {
	transform: scale(1.1);
}

.wd-featured-post {
	font-size: 1.1em;
	color: var(--color-gray-400);
}

.wd-featured-post:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-post-excerpt>div[class*="wpb_"] {
	display: none;
}

@media (max-width: 576px) {}