[data-structure="elementor:wide:normal"],
[data-structure="elementor:wide:narrow"] {

	.elementor-top-section {

		&:not(.ct-section-stretched) {
			margin-left: auto;
			margin-right: auto;
			width: var(--blockWidth);
			max-width: var(--blockMaxWidth);

			.elementor-container {
				max-width: 100%;
			}
		}
	}

	.ct-section-stretched {

		&.elementor-section-boxed > .elementor-container {
			width: var(--blockWidth);
			max-width: var(--blockMaxWidth);
		}

		.elementor-section-boxed > .elementor-container {
			width: 100%;
			max-width: var(--blockMaxWidth);
		}
	}


	.elementor-theme-builder-content-area {
		height: 200px;
		margin-left: auto;
		margin-right: auto;
		width: var(--blockWidth);
		max-width: var(--blockMaxWidth);	
	}
}


// items spacing
[data-structure*="elementor"] {

	p:last-child {
		--contentSpacing: 0px;
	}
}


// elementor column alignment fix
.ct-columns-alignment-fix {
	> .elementor-column-gap-default > .elementor-row {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}

	> .elementor-column-gap-narrow > .elementor-row {
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}

	> .elementor-column-gap-extended > .elementor-row {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	> .elementor-column-gap-wide > .elementor-row {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}

	> .elementor-column-gap-wider > .elementor-row {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}
}


// seach form
.elementor-search-form__input {
	--formInputHeight: auto;
}

.elementor-search-form__submit {
	--buttonShadow: none;
	--buttonTransform: none;
}