
.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.title-wrapper .img-wrapper {
	display: block;
	margin-top: 10px;
}

.subtitle-color-black.subtitle-style-default {
	color: #000;
}

.subtitle-color-black.subtitle-style-background {
	background-color: #333;
	color: #fff;
}

.subtitle-color-white.subtitle-style-default {
	color: rgba(255, 255, 255, .8);
}

.subtitle-color-white.subtitle-style-background {
	background-color: rgba(255, 255, 255, .8);
	color: #242424;
}

.subtitle-color-gradient.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-gradient.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wd-title-color-primary {
	--el-title-color: var(--wd-primary-color);
}

.wd-title-color-alt {
	--el-title-color: var(--wd-alternative-color);
}

.wd-title-color-black {
	--el-title-color: #000;
}

.wd-title-color-white {
	color: var(--wd-text-color);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--el-title-color: #fff;
}

.wd-title-color-gradient .title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-title-style-shadow {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.wpb-js-composer .title-wrapper {
	--content-width: var(--wd-max-width);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
	margin-bottom: 0;
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
	display: none;
}

@media (max-width: 1024px) {
	.title-subtitle.wd-fontsize-m, .title-after_title.wd-fontsize-s {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.title-wrapper .title-subtitle {
		font-size: 12px;
	}
	
	.title-wrapper .title {
		font-size: 20px;
	}
}

[class*="wd-underline"] u {
	text-decoration: none;
}

[class*="wd-underline-colored"] u {
	color: var(--wd-primary-color);
}

.wd-underline-colored-alt u {
	font-family: var(--wd-alternative-font);
	font-style: var(--wd-alternative-font-style);
}

.wd-underline-bordered u {
	border-bottom: 3px solid var(--wd-primary-color);
}

.subtitle-style-background[class*="subtitle"] {
	display: inline-block;
	padding: 6px 10px;
	font-weight: 600;
	line-height: 1.2;
	font-size: 14px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.subtitle-color-default.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-default.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.subtitle-color-primary.subtitle-style-default {
	color: var(--wd-primary-color);
}

.subtitle-color-primary.subtitle-style-background {
	color: #fff;
	background-color: var(--wd-primary-color);
}

.subtitle-color-alt.subtitle-style-default {
	color: var(--wd-alternative-color);
}

.subtitle-color-alt.subtitle-style-background {
	color: #fff;
	background-color: var(--wd-alternative-color);
}

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