/**
 * When Elementor header/footer are used (full width), make main content
 * full width so the layout aligns with the theme builder sections.
 */
.elementor-theme-layout #main .container {
	max-width: none;
	width: 100%;
}

.elementor-theme-layout #content .container {
	max-width: none;
	width: 100%;
}
