/**
 * Elementor Defaults
 */
@media (min-width: 576px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1140px;
	}
}

.elementor-column-gap-narrow
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-default
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-extended
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wide
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 25px;
}

.elementor-column-gap-wider
	> .elementor-row
	> .elementor-column
	> .elementor-element-populated {
	padding: 30px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 48px;
}

.elementor
	.elementor-widget-heading
	.elementor-heading-title.elementor-size-xl {
	font-size: 36px;
}

.elementor
	.elementor-widget-heading
	.elementor-heading-title.elementor-size-large {
	font-size: 30px;
}

.elementor
	.elementor-widget-heading
	.elementor-heading-title.elementor-size-medium {
	font-size: 24px;
}

.elementor
	.elementor-widget-heading
	.elementor-heading-title.elementor-size-small {
	font-size: 18px;
}
