/* Start custom CSS *//* Center Lonnie AEO post content inside a 100% Elementor template */
.single-post .elementor-widget-theme-post-content,
.single-post .elementor-widget-theme-post-content .elementor-widget-container {
  width: 100%;
}

.single-post .lll-aeo {
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.single-post .lll-aeo > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .lll-aeo > .full {
  max-width: 1120px;
}/* End custom CSS */