/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */
@media (min-width: 1025px) {
    /**
     * 14/02/2024
     * Creative Intersection
     * #1: Palladium Private urgent fixes
     * Display main nav menu sub-items
     */
    .elementor-nav-menu li.menu-item:hover > ul.sub-menu {
        display: block !important;
    }

    .elementor-nav-menu li.menu-item > ul.sub-menu {
        width: auto !important;
    }
}

/**
 * 14/03/2024
 * Creative Intersection
 * #1: Palladium Private urgent fixes
 * Fix the elementor accordions as they aren’t opening on desktop
 */
.elementor-tab-content.elementor-active {
    display: block !important;
}

/**
 * 14/03/2024
 * Creative Intersection
 * #1: Palladium Private urgent fixes
 * Assets not loading on the home page when on browser under the "We can help you overcome a variety of challenges"
 */
.elementor-hidden-mobile .elementor-widget-wrap .elementor-element .elementor-invisible {
    visibility: visible;
}