/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */
/* Fix: UiCore preloader sin uicore-framework premium */
/* El JS de uicore-framework asignaba opacity:0 al cargar y 1 al ready. */
/* Sin el plugin premium, queda en opacity:0 permanente y la pagina se ve en blanco. */
#uicore-page { opacity: 1 !important; }
.uicore-preloader, #uicore-preloader { display: none !important; }

/* Fix: popups uicore-tb sin uicore-framework JS */
/* Sin el JS premium, los popups quedan flotando con su content visible. */
/* Forzamos display:none salvo cuando explícitamente activos (que no pasará sin el plugin). */
.ui-popup-wrapper:not(.ui-popup-active),
.ui-popup-background:not(.ui-popup-active) {
    display: none !important;
}
.ui-popup-wrapper > .ui-popup,
.ui-popup-wrapper [data-elementor-type="uicore-tb"] {
    display: none !important;
}
