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

.wd-title-style-simple .liner-continer {
	position: relative;
	padding-bottom: 10px;
}

.wd-title-style-simple .liner-continer:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: calc(50% - 20px);
	width: 40px;
	height: 2px;
	background-color: var(--el-title-color);
}

.wd-title-style-simple.text-left .liner-continer:after {
	left: 0;
}

.wd-title-style-simple.text-right .liner-continer:after {
	right: 0;
	left: auto;
}

.wd-title-style-bordered .liner-continer {
	display: flex;
	align-items: center;
	border-color: rgba(0, 0, 0, .105);
	flex-direction: row;
}

.wd-title-style-bordered .liner-continer:before, .wd-title-style-bordered .liner-continer:after {
	content: "";
	display: block;
	flex: 1 1 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}

.wd-title-style-bordered .liner-continer:before {
	margin-right: 20px;
}

.wd-title-style-bordered .liner-continer:after {
	margin-left: 20px;
}

.wd-title-style-bordered.text-left .liner-continer:before, .wd-title-style-bordered.text-right .liner-continer:after {
	display: none;
}

.wd-title-style-bordered.wd-title-color-white .liner-continer, [class*="color-scheme-light"] .wd-title-style-bordered .liner-continer {
	border-color: rgba(255, 255, 255, .2);
}

[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);
}

.wd-timeline-wrapper {
	position: relative;
	padding-block: 50px;
}

.woodmart-timeline-line {
	position: absolute;
	inset-block: 0;
	left: calc(50% - 1px);
	border-width: 2px;
}

.woodmart-timeline-line .line-dot {
	position: absolute;
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: inset 100px 100px rgba(0, 0, 0, .1);
}

.woodmart-timeline-line .dot-start {
	top: -4px;
}

.woodmart-timeline-line .dot-end {
	bottom: -4px;
}

.wd-line-default .woodmart-timeline-line {
	border-left-style: solid;
}

.wd-line-dashed .woodmart-timeline-line {
	border-left-style: dashed;
}

.wd-timeline-breakpoint {
	margin-bottom: 50px;
	text-align: center;
}

.woodmart-timeline-breakpoint-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-timeline-item {
	position: relative;
	margin-bottom: 50px;
}

.wd-timeline-item .wd-timeline-image {
	display: inline-block;
}

.wd-timeline-item .wd-timeline-image img {
	border-radius: var(--wd-brd-radius);
}

.wd-timeline-item :is(.wd-timeline-title, .wd-timeline-content, .wd-timeline-image) {
	margin-bottom: 15px;
}

.wd-timeline-item :is(.wd-timeline-title, .wd-timeline-content, .wd-timeline-image):empty {
	display: none;
}

.wd-timeline-content p:first-child:empty {
	display: none;
}

:is(.wd-item-position-left, .wd-item-position-right) {
	display: flex;
	align-items: center;
}

:is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
	position: relative;
	flex: 1 1 50%;
	padding: 30px 30px 15px;
	max-width: 50%;
	width: 50%;
	background-color: #fff;
	border-radius: var(--wd-brd-radius);
}

:is(.wd-item-position-left, .wd-item-position-right) .timeline-col .timeline-arrow {
	position: absolute;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color: currentColor;
	color: #fff;
}

.wd-item-position-left {
	flex-direction: row;
}

.wd-item-position-left .timeline-col-primary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-left .timeline-col-primary .timeline-arrow {
	left: calc(100% - 5px);
}

.wd-item-position-left .timeline-col-secondary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-left .timeline-col-secondary .timeline-arrow {
	right: calc(100% - 5px);
}

.wd-item-position-right {
	flex-direction: row-reverse;
}

.wd-item-position-right .timeline-col-primary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-right .timeline-col-primary .timeline-arrow {
	right: calc(100% - 5px);
}

.wd-item-position-right .timeline-col-secondary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-right .timeline-col-secondary .timeline-arrow {
	left: calc(100% - 5px);
}

.wd-item-position-full-width {
	position: relative;
	margin-top: 30px;
	padding: 30px 30px 15px;
	background-color: #fff;
	text-align: center;
	border-radius: var(--wd-brd-radius);
}

.wd-item-position-full-width:not(:first-child) {
	margin-top: 80px;
}

.wd-item-position-full-width .timeline-col-primary .timeline-arrow {
	position: absolute;
	bottom: calc(100% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background-color: currentColor;
	color: #fff;
	transform: rotate(45deg);
}

.wd-item-position-full-width .timeline-col {
	background-color: transparent !important;
}

.wd-item-position-full-width .woodmart-timeline-dot {
	top: -30px;
}

.woodmart-timeline-dot {
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	border-radius: 50%;
}

:is(.wd-timeline-item, .wd-timeline-breakpoint):last-child {
	margin-bottom: 0;
}

.wd-item-shadow .woodmart-timeline-breakpoint-title {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow {
	box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-left .timeline-col-secondary .timeline-arrow {
	box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow {
	box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-right .timeline-col-secondary .timeline-arrow {
	box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, .2);
}

.wd-item-shadow .wd-item-position-full-width {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-full-width .timeline-col-primary .timeline-arrow {
	box-shadow: -2px -2px 3px -2px rgba(0, 0, 0, .2);
}

@media (min-width: 1025px) {
	:is(.wd-item-position-left, .wd-item-position-right) {
		background-color: transparent !important;
	}
}

@media (max-width: 768.98px) {
	.wd-timeline-wrapper {
		padding-block: 30px;
	}
	
	:is(.wd-timeline-breakpoint, .wd-timeline-item) {
		margin-bottom: 30px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) {
		position: relative;
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 30px 30px 15px;
		text-align: center;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right):not(:first-child) {
		margin-top: 60px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
		position: static;
		flex-basis: 100%;
		margin-inline: 0;
		padding: 0;
		max-width: 100%;
		width: 100%;
		background-color: transparent !important;
		text-align: inherit;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col-primary .timeline-arrow {
		inset-block: auto calc(100% - 5px);
		left: calc(50% - 5px);
		width: 10px;
		height: 10px;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .timeline-col-secondary .timeline-arrow {
		display: none;
	}
	
	:is(.wd-item-position-left, .wd-item-position-right) .woodmart-timeline-dot {
		top: -30px;
	}
	
	.wd-item-position-full-width:not(:first-child) {
		margin-top: 60px;
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) {
		box-shadow: 0 0 4px rgba(0, 0, 0, .13);
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col {
		box-shadow: none;
	}
	
	.wd-item-shadow :is(.wd-item-position-left, .wd-item-position-right) .timeline-col-primary .timeline-arrow {
		box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	:is(.wd-item-position-left, .wd-item-position-right) {
		background-color: transparent !important;
	}
}

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