/* Center featured images and hero images in single articles */
.single-post .elementor-location-single .elementor-widget-theme-post-featured-image img,
.single-post article header img,
.single-post .hero img,
.single-post .wp-post-image {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    object-position: center !important;
}

/* Fix popup z-index to show over header */
.dialog-widget {
    z-index: 999999 !important;
}
.dialog-background {
    z-index: 999998 !important;
}
