/*
Theme Name: Larry H. Miller Senior Health (Hello Elementor Child)
Description: Custom Hello Elementor Child Theme for Larry H. Miller Senior Health
Author: Nathan Ello
Author URI: https://NathanEllo.com
Author Email: me@nathanello.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/

/* Prevent Horizontal Scrolling (looking at you, mobile devices x Paylocity filters) */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.elementor,
.elementor-section,
.elementor-container {
    max-width: 100%;
    overflow-x: clip;
}