/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor with login styling.
Author: Kre8ivTech, LLC
Author URI: https://www.kre8ivtech.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Elementor Containers (Flexbox) */
.e-con-boxed > .e-con-inner,
.e-con > .e-con-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 
/* Elementor Sections (classic) */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}