/* Sets minimum height for content area */
#content {background-color: #ffffff;}
.site-content {min-height: 400px;}

/* eliminate extra bottom margin */
.elementor-text-editor p:last-child {margin-bottom: 0;}
.elementor-text-editor ul {margin-bottom: 0;}

/* Corrects spacing for lightbox icons */
.elementor-slideshow__footer,
.elementor-slideshow__header 
{box-sizing: border-box;}

/* Eliminates white background in Elementor templates */
.one-container .container {background: none !important;}

/* Increase list item spacing for both ordered and unordered lists */
div.elementor-text-editor.elementor-clearfix ul li,
div.elementor-text-editor.elementor-clearfix ol li {
    margin-bottom: 8px;
}