/* Fix: About page – photo column has large negative top margins left over from
   the old tall Elementor nav. They pull the image above the viewport so the
   top of Dr Moran's photo is cut off. Zero them so the photo is fully visible. */
.elementor-1772 .elementor-element.elementor-element-7a0e7b8 > .elementor-element-populated {
    margin-top: 0 !important;
}
.elementor-1772 .elementor-element.elementor-element-1f761fe > .elementor-widget-container {
    margin-top: 0 !important;
}

/* Fix: all green-background buttons must have visible white text */

/* ElementsKit plugin buttons (.elementskit-btn) */
.elementskit-btn {
    color: #fff !important;
}

/* TenWeb form buttons (twbb_form) */
.elementor-widget-twbb_form .elementor-button[type="submit"],
.elementor-widget-twbb_form .e-form__buttons__wrapper__button-next,
.elementor-widget-twbb_form .e-form__buttons__wrapper__button-previous,
.elementor-widget-twbb_form .elementor-button[type="reset"] {
    color: #fff !important;
}
