.elementor-editor-column-settings,
.elementor-editor-element-settings {
	margin: 0 !important
}

.elementor-section.elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container {
	max-width: 100% !important
}

.elementor-editor-active .elementor-widget-container .cz_gap {
	background: repeating-linear-gradient(-45deg, rgba(125,125,125,.2) 1px, rgba(255,255,255,0) 3px, rgba(255,255,255,0) 10px)
}
.elementor-widget.elementor-widget-cz_gap {
	margin-bottom: 0 !important
}

.elementor-element.cz_sticky_col,
.elementor-element.column-xtra-sticky {
	display: block
}

.column-xtra-full-before > .elementor-widget-wrap::before,
.column-xtra-full-after > .elementor-widget-wrap::after {
	position: absolute;
	content: '';
	top: 0;
	width: 6000px;
	height: 100%;
	background: inherit;
	visibility: visible;
	border-radius: inherit;
	z-index: 0
}
.column-xtra-full-before > .elementor-widget-wrap::before {
	right: 0
}
.column-xtra-full-after > .elementor-widget-wrap::after {
	left: 0
}
.column-xtra-full-before .elementor-widget-wrap,
.column-xtra-full-after .elementor-widget-wrap {
	position: relative;
	z-index: 1
}
