/*
Theme Name: S-Morr Theme
Theme URI: https://immersivespaces.co
Author: Adrian Wilcox
Author URI: https://immersivespaces.co.com/
Description: A custom theme for Samuel Morrison.
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;
}
/* Sticky footer layout for Elementor Theme Builder */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content, .site-content, main {
  flex: 1 0 auto;
}

footer, .site-footer, .elementor-location-footer {
  flex: 0 0 auto;
}
