.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6046 .elementor-element.elementor-element-255ebed img{opacity:0.99;}#elementor-popup-modal-6046{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6046 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-6046 .dialog-close-button{display:flex;}#elementor-popup-modal-6046 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */add_action( 'wp_footer', function() {
    if ( ! is_front_page() ) {
        ?>
        <style>
            .elementor-popup-modal {
                display: none !important;
            }
        </style>
        <?php
    }
});/* End custom CSS */