
.wd-social-icons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 4));
	justify-content: var(--wd-align);
}

.wd-social-icons>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-social-size, 40px);
	height: var(--wd-social-size, 40px);
	font-size: var(--wd-social-icon-size, calc(var(--wd-social-size, 40px) / 2.5));
	color: var(--wd-social-color);
	background-color: var(--wd-social-bg, unset);
	box-shadow: var(--wd-social-shadow);
	border: var(--wd-social-brd) var(--wd-social-brd-color);
	border-radius: var(--wd-social-radius);
	line-height: 1;
}

.wd-social-icons>a:hover {
	color: var(--wd-social-color-hover, var(--wd-social-color));
	background-color: var(--wd-social-bg-hover, var(--wd-social-bg));
	border-color: var(--wd-social-brd-color-hover, var(--wd-social-brd-color));
	box-shadow: var(--wd-social-shadow-hover);
}

.wd-social-icons .wd-icon:before {
	content: var(--wd-social-icon, unset);
	font-family: "woodmart-font";
}

.social-facebook {
	--wd-social-brand-color: #365493;
	--wd-social-icon: "";
}

.social-twitter {
	--wd-social-brand-color: #000;
	--wd-social-icon: "";
}

.social-instagram {
	--wd-social-brand-color: #774430;
	--wd-social-icon: "";
}

.social-email {
	--wd-social-brand-color: #f89a1e;
	--wd-social-icon: "";
}

.social-pinterest {
	--wd-social-brand-color: #cb2027;
	--wd-social-icon: "";
}

.social-youtube {
	--wd-social-brand-color: #cb2027;
	--wd-social-icon: "";
}

.social-tumblr {
	--wd-social-brand-color: #36465d;
	--wd-social-icon: "";
}

.social-linkedin {
	--wd-social-brand-color: #0274b3;
	--wd-social-icon: "";
}

.social-vimeo {
	--wd-social-brand-color: #1ab7ea;
	--wd-social-icon: "";
}

.social-flickr {
	--wd-social-brand-color: #fe0072;
	--wd-social-icon: "";
}

.social-github {
	--wd-social-brand-color: #171515;
	--wd-social-icon: "";
}

.social-dribbble {
	--wd-social-brand-color: #ec5e95;
	--wd-social-icon: "";
}

.social-behance {
	--wd-social-brand-color: #1f6ffc;
	--wd-social-icon: "";
}

.social-soundcloud {
	--wd-social-brand-color: #f9490d;
	--wd-social-icon: "";
}

.social-spotify {
	--wd-social-brand-color: #2ebd59;
	--wd-social-icon: "";
}

.social-skype {
	--wd-social-brand-color: #00aff0;
	--wd-social-icon: "";
}

.social-ok {
	--wd-social-brand-color: #ee8208;
	--wd-social-icon: "";
}

.social-whatsapp {
	--wd-social-brand-color: #1ebea5;
	--wd-social-icon: "";
}

.social-vk {
	--wd-social-brand-color: #4c75a3;
	--wd-social-icon: "";
}

.social-snapchat {
	--wd-social-brand-color: #fffc00;
	--wd-social-icon: "";
}

.social-tg {
	--wd-social-brand-color: #37aee2;
	--wd-social-icon: "";
}

.social-viber {
	--wd-social-brand-color: #834995;
	--wd-social-icon: "";
}

.social-tiktok {
	--wd-social-brand-color: #010101;
	--wd-social-icon: "";
}

.social-discord {
	--wd-social-brand-color: #5562ea;
	--wd-social-icon: "";
}

.social-yelp {
	--wd-social-brand-color: #ff1a1a;
	--wd-social-icon: "";
}

.social-bluesky {
	--wd-social-brand-color: #218cff;
	--wd-social-icon: "";
}

.social-threads {
	--wd-social-brand-color: #0a0a0a;
	--wd-social-icon: "";
}

.wd-social-icons.wd-style-default {
	gap: 0;
	--wd-social-color: rgba(0, 0, 0, .6);
	--wd-social-color-hover: rgba(0, 0, 0, .8);
}

.wd-social-icons.wd-style-default>a {
	width: auto;
	height: auto;
	padding: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 6));
}

.wd-social-icons.wd-style-default.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-default {
	--wd-social-color: #fff;
	--wd-social-color-hover: rgba(255, 255, 255, .6);
}

.wd-social-icons.wd-size-small {
	--wd-social-size: 30px;
	--wd-social-gap: 6px;
	--wd-social-icon-size: 14px;
}

.wd-social-icons.wd-shape-circle {
	--wd-social-radius: 50%;
}

.wd-social-icons.wd-shape-rounded {
	--wd-social-radius: 5px;
}

.wd-social-icons:not([class*="wd-layout-"]) .wd-label {
	flex: 1 1 100%;
}

.wd-social-icons.wd-layout-justify .wd-label {
	flex: 1 1 auto;
	text-align: start;
}

@media (min-width: 1025px) {
	.wd-social-icons.wd-size-large {
		--wd-social-size: 60px;
	}
}

.wd-social-icons.wd-style-simple {
	--wd-social-bg: #efefef;
	--wd-social-bg-hover: var(--wd-primary-color);
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
}

.wd-social-icons.wd-style-simple.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-simple {
	--wd-social-bg: rgba(255, 255, 255, .3);
	--wd-social-color: #fff;
}

.wd-social-icons.wd-style-colored {
	--wd-social-color: #fff;
	--wd-social-shadow-hover: inset 0 0 200px rgba(0, 0, 0, .15);
}

.wd-social-icons.wd-style-colored>a {
	--wd-social-bg: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-colored-alt {
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
	--wd-social-bg: #efefef;
}

.wd-social-icons.wd-style-colored-alt>a {
	--wd-social-bg-hover: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-colored-alt.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-colored-alt {
	--wd-social-color: #fff;
	--wd-social-bg: rgba(255, 255, 255, .3);
}

.wd-social-icons.wd-style-bordered {
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
	--wd-social-brd: 2px solid;
	--wd-social-brd-color: #ccc;
}

.wd-social-icons.wd-style-bordered>a {
	--wd-social-bg-hover: var(--wd-social-brand-color);
	--wd-social-brd-color-hover: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-bordered.color-scheme-light, .color-scheme-light .wd-social-icons.wd-style-bordered {
	--wd-social-color: #fff;
	--wd-social-brd-color: rgba(255, 255, 255, .4);
}

.wd-social-icons.wd-style-primary {
	--wd-social-color: var(--wd-primary-color);
	--wd-social-color-hover: #fff;
	--wd-social-bg-hover: var(--wd-primary-color);
	--wd-social-brd: 2px solid;
	--wd-social-brd-color: var(--wd-primary-color);
}

.wd-page-nav {
	display: flex;
	align-items: center;
	border-bottom: 2px solid var(--brdcolor-gray-300);
	border-top: 2px solid var(--brdcolor-gray-300);
}

.wd-page-nav:not(:last-child) {
	margin-bottom: 40px;
}

.back-to-archive {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 0;
	--wd-link-color: var(--color-gray-300);
	--wd-link-color-hover: var(--color-gray-900);
}

.back-to-archive:after {
	font-size: 20px;
	content: "";
	font-family: "woodmart-font";
}

.wd-page-nav-icon {
	position: absolute;
	top: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: 50%;
	color: var(--color-gray-800);
}

.prev-btn .wd-page-nav-icon {
	inset-inline-start: 0;
}

.prev-btn .wd-page-nav-icon:after {
	content: "";
	font-family: "woodmart-font";
}

.rtl .prev-btn .wd-page-nav-icon:after {
	content: "";
}

.next-btn .wd-page-nav-icon {
	inset-inline-end: 0;
}

.next-btn .wd-page-nav-icon:after {
	content: "";
	font-family: "woodmart-font";
}

.rtl .next-btn .wd-page-nav-icon:after {
	content: "";
}

.wd-page-nav-btn {
	flex: 0 1 50%;
	max-width: 50%;
}

.wd-page-nav-btn a {
	position: relative;
	display: block;
	padding-block: 25px;
	font-size: 90%;
}

.wd-page-nav-btn .wd-label {
	display: block;
	margin-bottom: 5px;
	color: var(--color-gray-300);
	font-weight: inherit;
}

.wd-page-nav-btn .wd-entities-title {
	transition: all .25s ease;
}

.wd-page-nav-btn:hover .wd-entities-title {
	color: var(--wd-primary-color);
}

.wd-page-nav-btn.prev-btn a {
	padding-inline: 55px 20px;
}

.wd-page-nav-btn.next-btn {
	text-align: end;
}

.wd-page-nav-btn.next-btn a {
	padding-inline: 20px 55px;
}

@media (max-width: 768.98px) {
	.wd-page-nav-btn a {
		padding-block: 15px;
	}
	
	.wd-page-nav-btn .wd-label {
		margin-bottom: 0;
		font-weight: 600;
		color: var(--color-gray-800);
	}
	
	.wd-page-nav-btn .wd-entities-title {
		display: none;
	}
}

.wd-meta-author {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color-gray-400);
}

.wd-meta-author img {
	width: 22px;
	border-radius: 50%;
}

.wd-meta-reply a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	color: var(--color-gray-400);
	text-align: center;
	font-size: 0;
	line-height: 20px;
}

.wd-meta-reply a:after {
	font-size: 16px;
	content: "";
	font-family: "woodmart-font";
}

.wd-meta-reply a:hover {
	color: var(--color-gray-500);
}

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

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

.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-post-desc 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);
}

.author-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding: 25px;
	margin-bottom: 40px;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-gray-100);
	text-align: center;
}

.author-info :is(h4, p) {
	margin-bottom: 0;
}

.author-info img {
	max-width: 74px;
	border-radius: 50%;
}

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

@media (max-width: 768.98px) {
	.wd-meta-author>span {
		display: none;
	}
}

@media (max-width: 576px) {
	.wd-post-date {
		top: 10px;
		left: 10px;
	}
}

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

.wd-posts:not([style*="wd-gap"]) {
	--wd-gap-lg: 50px;
	--wd-gap-md: 40px;
}

.wd-post .wd-post-desc>div[class*="wpb_"] {
	display: none;
}

.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;
	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 .entry-thumbnail img {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.wd-post .entry-header {
	position: relative;
	text-align: center;
}

.wd-post .article-inner {
	border-radius: var(--wd-brd-radius);
}

.wd-post .article-body-container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.wd-post .post-title {
	margin-bottom: 10px;
}

.wd-post .post-title:last-child {
	margin-bottom: 0;
}

.wd-post:hover .post-image-mask:after, .wd-post:hover .post-image-mask:before, .wd-post:hover .post-image-mask span {
	opacity: 1;
	animation: wd-fadeInLeft .3s ease;
}

.wd-post:hover .post-image-mask:before {
	transition-delay: .2s;
	animation-delay: .2s;
}

.wd-post:hover .post-image-mask span {
	transition-delay: .1s;
	animation-delay: .1s;
}

.wd-post:hover .post-img-wrapp a {
	transform: scale(1.03);
}

.wd-post:hover .post-img-wrapp a:after {
	opacity: 1;
}

.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:last-child {
	margin-right: 0;
}

.entry-meta-list .modified-date {
	display: none;
}

.wd-post.blog-style-bg .article-body-container {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
}

.wd-add-shadow .article-body-container {
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: box-shadow .6s ease;
}

.wd-add-shadow:hover .article-body-container {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.post-img-wrapp {
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.post-img-wrapp a {
	display: block;
	margin: -2px;
	transition: transform .7s ease, opacity .7s ease;
	transform: scale(1);
}

.post-img-wrapp a:after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .7s ease;
}

.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -22px;
	text-align: center;
	font-size: 0;
}

.post-image-mask:after, .post-image-mask:before {
	content: "";
}

.post-image-mask:after, .post-image-mask:before, .post-image-mask span {
	display: inline-block;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after {
	margin-right: 0;
}

.post-image-mask span {
	transition-delay: .1s;
	animation-delay: .1s;
}

.post-image-mask:before {
	transition-delay: .15s;
	animation-delay: .15s;
}

@keyframes wd-fadeOutRight {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(50px, 0, 0);
	}
}

.hovered-social-icons {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-gray-300);
	vertical-align: middle;
	font-size: 0;
	transition: all .25s ease;
}

.hovered-social-icons div.tooltip-inner {
	padding: 5px;
	max-width: fit-content;
}

.hovered-social-icons .wd-social-icons {
	flex-wrap: nowrap;
}

.hovered-social-icons+.read-more-section {
	margin-top: 5px;
}

.hovered-social-icons:after {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	content: "";
	font-family: "woodmart-font";
}

.hovered-social-icons:hover {
	color: var(--color-gray-500);
}

.meta-categories-wrapp {
	position: absolute;
	top: -13px;
	inset-inline: 15px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

.format-link .entry-content a {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--bgcolor-gray-100);
	font-size: 22px;
}

.format-link .entry-content a:hover {
	background-color: var(--bgcolor-gray-300);
}

@keyframes wd-fadeInLeft {
	from {
		transform: translate3d(-50px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.wd-carousel-item .wd-post:not(.has-post-thumbnail) .wd-post-date {
	display: none;
}

.wd-carousel-item .wd-post:not(.has-post-thumbnail) .meta-categories-wrapp {
	position: static;
	margin-bottom: 15px;
}

[style*="col-lg:4"] .wd-carousel-item .wd-entry-meta .meta-author {
	font-size: 0;
}

[style*="col-lg:4"] .wd-carousel-item .wd-entry-meta .meta-author a {
	font-size: 14px;
}

.read-more-section {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1;
}

.read-more-section a {
	--wd-link-color: var(--wd-primary-color);
	--wd-link-color-hover: var(--wd-primary-color);
	text-transform: var(--btn-transform, uppercase);
	font-weight: 800;
	font-size: 13px;
}

.read-more-section:first-child {
	margin-top: 0;
}

@media (min-width: 1025px) {
	[style*="col-lg:4"] .wd-carousel-item .post-title {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.wd-post .meta-author>span {
		display: none;
	}
	
	.wd-post:hover .post-img-wrapp a {
		transform: none;
	}
	
	.post-img-wrapp a:after, .post-image-mask {
		display: none;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 28px;
	}
}

@media (max-width: 768.98px) {
	.wd-blog-holder [class*="blog-design-default"] .wd-post-desc {
		font-size: inherit;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 24px;
		line-height: 1.4;
	}
	
	.wd-blog-holder :is(.blog-design-default, .blog-design-small-images).format-quote .article-body-container {
		padding-inline: 35px;
	}
}

@media (max-width: 576px) {
	.wd-post.blog-style-bg .article-body-container {
		padding-inline: 15px;
	}
	
	.wd-entry-meta .meta-author {
		font-size: 0 !important;
	}
	
	.wd-entry-meta .meta-author a {
		font-size: 14px;
	}
	
	.hovered-social-icons {
		display: none;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 20px;
	}
}

.blog-design-masonry .post-title {
	font-size: 24px;
}

.blog-design-masonry.has-post-thumbnail .wd-post-date {
	top: 10px;
	left: 10px;
}

.blog-design-masonry:not(.has-post-thumbnail) .wd-post-date {
	display: none;
}

.blog-design-masonry.blog-style-flat .article-body-container {
	padding: 25px 10px 10px 10px;
}

.blog-design-masonry.blog-style-bg :is(.post-img-wrapp, .entry-thumbnail img) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.blog-design-masonry.blog-style-bg.has-post-thumbnail .article-body-container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.blog-design-masonry.wd-add-shadow .article-body-container {
	box-shadow: none;
}

.blog-design-masonry.wd-add-shadow .article-inner {
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: box-shadow .35s ease;
}

.blog-design-masonry.wd-add-shadow:hover .article-inner {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.blog-design-masonry.wd-add-shadow:hover .article-body-container {
	box-shadow: none;
}

@media (max-width: 1024px) {
	.blog-design-masonry .post-title {
		font-size: 20px;
	}
}

[class*="title-line-"] .wd-product .wd-entities-title {
	overflow: hidden;
	max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
	line-height: var(--title-line-height, 1.4em);
}

.title-line-two {
	--title-line-count: 2;
}

.wd-carousel-container {
	--wd-width: 100%;
	position: relative;
	width: var(--wd-width);
}

.wd-carousel-inner {
	position: relative;
	margin: -15px 0;
}

.wd-carousel {
	position: relative;
	overflow: var(--wd-carousel-overflow, hidden);
	padding: 15px 0;
	margin-inline: calc(var(--wd-gap) / -2);
	touch-action: pan-y;
}

@supports (overflow: clip) {
	.wd-carousel {
		overflow: var(--wd-carousel-overflow, clip);
	}
}

.wd-carousel-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: initial;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.wd-carousel-item {
	position: relative;
	height: 100%;
	flex: 0 0 calc(100% / var(--wd-col));
	max-width: calc(100% / var(--wd-col));
	padding: 0 calc(var(--wd-gap) / 2);
	transition-property: transform;
	transform: translate3d(0px, 0, 0);
}

.wd-backface-hidden .wd-carousel-item {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) / 2), 0, 0);
}

.wd-autoheight, .wd-autoheight .wd-carousel-item {
	height: auto;
}

.wd-autoheight .wd-carousel-wrap {
	align-items: flex-start;
	transition-property: transform, height;
}

@media (min-width: 1025px) {
	.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

.comments-area .comment-list, .comments-area .children {
	list-style: none;
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -10px;
}

.comment-form>p, .comment-form .comment-form-images {
	flex: 1 1 max(400px, 50%);
	margin-bottom: 15px;
	padding-inline: 10px;
}

.comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .form-submit, .comment-form .comment-form-cookies-consent, .comment-form .comment-form-images {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comment-form .comment-notes {
	margin-bottom: 20px;
}

.comment-form .form-submit {
	margin-block: 5px 0;
}

.comment-form .submit {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.comment-form .submit:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.comment-form .submit:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.comment-form-comment {
	width: 100% !important;
}

.form-style-underlined .comment-form-comment {
	margin-bottom: 30px;
}

#comments .avatar {
	flex: 1 0 auto;
	margin-left: 0;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
	text-transform: uppercase;
	font-size: 22px;
}

.comments-area .comment-reply-title small {
	vertical-align: middle;
}

.comments-area .comment-list {
	margin-bottom: 50px;
	line-height: 1.6;
}

.comments-area .comment {
	padding-block: 30px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.comments-area .pingback {
	margin-bottom: 15px;
}

.comments-area .pingback .comment-body {
	padding-left: 0;
}

.comments-area .pingback a {
	font-weight: 600;
}

.comments-area .children {
	margin-top: 30px;
	margin-left: 30px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.comments-area #cancel-comment-reply-link {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 0;
}

.comments-area #cancel-comment-reply-link:after {
	font-size: 14px;
	content: "";
	font-family: "woodmart-font";
}

.comments-area .comment-body {
	position: relative;
	padding-left: 95px;
}

.comments-area .comment-awaiting-moderation {
	position: absolute;
	top: -24px;
	left: 95px;
}

.comments-area .comment-awaiting-moderation+br {
	display: none;
}

.comments-area .comment-edit-link {
	display: inline-block;
	margin-left: 5px;
	font-size: 0;
}

.comments-area .comment-edit-link:after {
	vertical-align: middle;
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

.comments-area .comment-author {
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}

.comments-area .comment-author:first-letter {
	text-transform: uppercase;
}

.comments-area .comment-author .fn {
	color: var(--color-gray-900);
	vertical-align: top;
	font-weight: 600;
	font-style: normal;
}

.comments-area .comment-author .says {
	margin-left: 3px;
	vertical-align: top;
}

.comments-area .comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 74px;
	width: 100%;
	border-radius: 50%;
}

.comments-area .comment-meta {
	margin-bottom: 15px;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}

.comments-area .comment-meta a {
	color: var(--color-gray-300);
	vertical-align: middle;
}

.comments-area .reply {
	margin-top: 15px;
}

.comments-area .reply a {
	color: var(--wd-primary-color);
	text-transform: uppercase;
	font-weight: 900;
}

.comments-area .reply a:hover {
	color: var(--wd-primary-color);
	opacity: .7;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .logged-in-as {
	font-size: 0;
}

.comments-area .logged-in-as>a {
	color: var(--color-gray-600);
	font-weight: 600;
	font-size: 14px;
}

.comments-area .logged-in-as>a:not(:last-child) {
	margin-right: 12px;
	padding-right: 10px;
	border-right: 1px solid var(--brdcolor-gray-300);
}

.comments-area .logged-in-as>a:hover {
	color: var(--wd-primary-color);
}

.comments-area .logged-in-as .required-field-message {
	font-size: var(--wd-text-font-size);
}

.comments-area .no-comments {
	color: #333;
	font-weight: 600;
}

.comments-area .children .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

@media (max-width: 768.98px) {
	.comments-area .children {
		margin-left: 0;
	}
	
	.comments-area .comment-author {
		float: none;
	}
	
	.comments-area .comment-meta {
		text-align: left;
	}
}

.wd-widget-collapse .widget-title {
	position: relative;
	margin-bottom: 0;
	padding-inline-end: 22px;
	cursor: pointer;
	user-select: none;
}

.wd-widget-collapse .widget-title ~ * {
	margin-top: 20px;
}

.wd-widget-collapse .widget-title:after {
	position: absolute;
	top: calc(50% - 12px);
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--color-gray-800);
	font-weight: 400;
	font-size: 10px;
	transition: all .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

.rtl .wd-widget-collapse.wd-opened .widget-title:after {
	transform: rotate(-180deg);
}

.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
	display: none;
}

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	color: #333;
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content, .wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}
