
.elementor-column-gap-no {
	--wd-el-column-gap: .001px;
}

.elementor-column-gap-narrow {
	--wd-el-column-gap: 10px;
}

.elementor-column-gap-default {
	--wd-el-column-gap: 20px;
}

.elementor-column-gap-extended {
	--wd-el-column-gap: 30px;
}

.elementor-column-gap-wide {
	--wd-el-column-gap: 40px;
}

.elementor-column-gap-wider {
	--wd-el-column-gap: 60px;
}

.elementor-section.wd-negative-gap>.elementor-container {
	margin-left: calc(var(--wd-el-column-gap) / 2 * -1);
	margin-right: calc(var(--wd-el-column-gap) / 2 * -1);
}

.elementor-section-boxed.wd-negative-gap .elementor-container {
	max-width: none;
}

.e-con-boxed.wd-negative-gap {
	--container-max-width: none;
}

[class*="wd-section-stretch"] {
	position: relative;
	min-width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
	width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
	left: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
}

[class*="wd-section-stretch"].wd-negative-gap {
	--container-default-padding-right: 15px;
	--container-default-padding-left: 15px;
	padding-right: var(--padding-right, 15px);
	padding-left: var(--padding-right, 15px);
}

[class*="wd-section-stretch"].wd-negative-gap .e-con {
	--container-default-padding-right: 10px;
	--container-default-padding-left: 10px;
}

.elementor-section.wd-section-stretch>.elementor-container {
	max-width: calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px));
}

.e-con-boxed.wd-section-stretch {
	--container-max-width: min(calc(var(--wd-container-w) - 30px));
}

.e-con-boxed.wd-section-stretch-content {
	--container-max-width: none;
}

.elementor-template-full-width .row>[data-elementor-type] {
	flex: 1 1 100%;
	margin-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100%;
	width: 100%;
}

.wd-elementor-sticky-column {
	align-items: flex-start;
}

.wd-elementor-sticky-column>.elementor-column-wrap {
	display: flex;
	align-items: flex-start;
	height: 100%;
}

.wd-divider .elementor-shape-fill {
	-webkit-transform: none;
	transform: none;
}

.elementor-widget-text-editor {
	display: flex;
}

.elementor-widget-text-editor .elementor-widget-container {
	width: 100%;
	columns: inherit;
	column-gap: inherit;
}

.elementor-widget-text-editor.text-left {
	justify-content: flex-start;
}

.elementor-widget-text-editor.text-center {
	justify-content: center;
}

.elementor-widget-text-editor.text-right {
	justify-content: flex-end;
}

.elementor-widget-text-editor .elementor-widget-container>*:last-child, .elementor-text-editor>*:last-child {
	margin-bottom: 0;
}

.elementor-page .elementor-widget-woodmart_menu_anchor {
	margin-bottom: 0;
}

.elementor-widget-image .wd-lazy-load {
	width: auto;
}

.wd-accordion-theme-style .elementor-accordion-item {
	border-top-width: 2px;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
}

.elementor-tab-content>*:last-child {
	margin-bottom: 0;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay {
	overflow: hidden;
	transition: all .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:after, .wd-video-theme-style .elementor-custom-embed-image-overlay:before, .wd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:before {
	background: inherit;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-image-overlay:after {
	background-color: #000;
	transition: inherit;
	opacity: .15;
}

.wd-video-theme-style .elementor-custom-embed-play {
	z-index: 1;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-family: unset;
	opacity: 1;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i:before {
	border: .04em solid currentColor;
	border-radius: 50%;
	opacity: .4;
	transition: inherit;
}

.wd-video-theme-style .elementor-custom-embed-play i:after {
	margin-left: 5px;
	font-size: .3em;
	transition: inherit;
	content: "";
	font-family: "woodmart-font";
}

.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before {
	transform: scale(1.09);
}

.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after {
	opacity: .3;
}

.wd-video-theme-style:hover .elementor-custom-embed-play i:before {
	opacity: .6;
}

.wd-video-theme-style:hover .elementor-custom-embed-play i:after {
	transform: scale(.8);
}
