/*
 Theme Name:   Hello Elementor SD350
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hello ElementorChild Theme
 Author:       Bob Silvern
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  
*/
/* WARNING: .CSS FILE IS GENERATED FROM THE .LESS FILE. EDIT ONLY THE .LESS FILE! */
/*Page Title 1*/
header.page-header {
  max-width: 1312px;
  margin: auto;
  padding: 0 10px;
}
header.page-header h1 {
  text-transform: uppercase;
  font-size: var(--font-size-h2);
}
/*WordPress (not Elemenor) pages*/
body:not(.elementor-page) main.site-main {
  max-width: 1312px;
  padding: 0 10px;
}
body:not(.elementor-page) header.page-header {
  padding: 0;
}
/*BobS 240625: The following were added to prevent the Hello Elementor theme from exploding images within columns on non-Elemontor pages (blog posts) when the width of the image was set to full or wide*/
.wp-block-column .alignwide {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-column .alignfull,
.wp-block-column .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
.wp-block-column .wp-block-image.alignfull img,
.wp-block-column .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image figcaption {
  font-size: var(--font-size-p);
}
@media (max-width: 767px) {
  .full-width-at-767px {
    width: 100%;
  }
  .full-width-at-767px img {
    width: 100%;
  }
}
.img-500px img {
  width: 500px;
}
@media (max-width: 767px) {
  .img-500px {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .img-500px img,
  .img-500px figure {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.img-600px img {
  width: 600px;
}
@media (max-width: 867px) {
  .img-600px {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .img-600px img,
  .img-600px figure {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}
body.single-ai1ec_event {
  /* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */
}
body.single-ai1ec_event .image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
  max-width: 100%;
  /* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
    confirming successful application of the style if image width exceeds the editor's size.
    See https://github.com/ckeditor/ckeditor5/issues/9342 */
  /* Allows displaying multiple floating images in the same line.
    See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */
}
body.single-ai1ec_event .image.image-style-block-align-left,
body.single-ai1ec_event .image.image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}
body.single-ai1ec_event .image.image-style-align-left,
body.single-ai1ec_event .image.image-style-align-right {
  clear: none;
}
body.single-ai1ec_event .image.image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}
body.single-ai1ec_event .image.image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
body.single-ai1ec_event .image.image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
body.single-ai1ec_event .image.image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}
body.single-ai1ec_event .image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
body.single-ai1ec_event .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
body.single-ai1ec_event .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
body.single-ai1ec_event .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
body.single-ai1ec_event p + .image.image-style-align-left,
body.single-ai1ec_event p + .image.image-style-align-right,
body.single-ai1ec_event p + .image.image-style-side {
  margin-top: 0;
}
body.single-ai1ec_event .image-inline.image-style-align-left,
body.single-ai1ec_event .image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}
body.single-ai1ec_event .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}
body.single-ai1ec_event .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}
body.single-ai1ec_event .page-break {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
}
/*# sourceMappingURL=./style.css.map */