/* 
* Default Padding can be opted out by using class .no-pad at the section level. Doing so will default to Elementor defaults.
*/

/* If no padding is chosen, default to 3em on top and bottom of section.  */
.elementor-top-section:not(.no-pad):not(.elementor-column-gap-default) {
    padding-top: 3em;
    padding-bottom: 3em;
}

/* If no column gap is chosen at the section level, default to 1em column padding */
*:not(.no-pad) > .elementor-column-gap-default > * > .elementor-column:not(.no-pad) > * > .elementor-widget-wrap {
    padding: 1em;
}

/* End of Default Padding */


/* If no margin is chosen for inner sections, default to 1em on bottom */
.elementor-inner-section:not(:last-child) {
    margin-bottom: 1em;
}
