/* RT Page Title */
.rt-page-title {
    width: 100%;
}

/* No font-size here on purpose: the chosen Title HTML Tag keeps its own size
   until the typography control overrides it. */
.rt-page-title__heading {
    margin: 0;
}

/* Defaults for the container the featured image is painted on. Elementor's own
   background controls on that container are more specific, so anything set
   there still wins. */
.rt-page-title-has-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.rt-page-title-has-overlay {
    position: relative;
}

.rt-page-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

/* Everything the container holds stays above the overlay. */
.rt-page-title-has-overlay > .e-con-inner,
.rt-page-title-has-overlay > .elementor-container,
.rt-page-title-has-overlay > .elementor-widget-wrap,
.rt-page-title-has-overlay > .elementor-element {
    position: relative;
    z-index: 1;
}
