/*
Theme Name: Hodges Pools Theme
Theme URI: https://immersivespaces.co
Author: Adrian Wilcox
Author URI: https://immersivespaces.co.com/
Description: A custom theme for Hodges Pools, Winter Haven, Florida.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: elementor-blank
*/

/* Remove theme margins around Elementor containers */
.elementor-container,
.elementor-section,
.elementor-widget-container,
.e-con {
    margin: 0 !important;
    padding: 0;
}
.site-main {
    padding: 0 !important;
}
selector .elementor-field {
    padding: 0 !important;
    height: 40px;
    line-height: 40px;
}

/* Overlay header on top of the hero, but still scroll with the page */
.elementor-location-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

/* Remove default top/bottom margins from Elementor text */
.elementor-widget-text-editor p {
  margin-top: 0;
  margin-bottom: 10px;
}

.elementor-heading-title {
  margin-top: 0;
  margin-bottom: 0;
}
