/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739995119
Updated: 2025-02-19 19:58:39

*/

/*.elementor-widget-eael-info-box .infobox-button {
    opacity: 0;
    transform: translateY(300%);
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.elementor-widget-eael-info-box .elementor-widget-container {
    overflow: hidden;
}

.elementor-widget-eael-info-box:hover .infobox-button {
    transform: translateY(0px);
    opacity: 1;
}

.elementor-widget-eael-info-box:hover .eael-infobox {
    transform: translateY(-15px);
}

.elementor-widget-eael-info-box .eael-infobox {
    transform: translateY(0);
    transition: all 0.3s ease;
    display: block;
}*/

.wpdevart_org_chart .wpdevart_org_chart_container_parent  {
    overflow: hidden;
}

.wpdevart_org_chart .wpda_tree_item_container {
    position: relative;
}

.wpdevart_org_chart .wpdevart_org_chart_container li .wpda_tree_item_container > div {
    border: 0;
}


.wpdevart_org_chart .wpda_tree_item_img_cont {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.wpdevart_org_chart .wpda_tree_item_title {
    width: 180px;
    word-break: normal;
}

.eael-accordion-list ul * {
    color: var( --e-global-color-secondary );
}



.eael-accordion-list a:hover {
    text-decoration: underline;
    color: var( --e-global-color-accent );
}

.infobox-content p a:hover, ol li a {
    text-decoration: underline!important;
}

ol li a {
    color: #000;
}


.infobox-content a[href*="mailto"]:hover,
ol li a:hover {    
    color: var( --e-global-color-90ac719 );
    text-decoration: underline;
}

/*Custom uploadFile*/
.elementor-field-type-upload label.elementor-field-label:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/upload_file.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}

.elementor-field-type-upload label {
    position: relative;
    margin-top: -10px;
}


@media (max-width:1024px) {
   .wpr-mobile-mega-menu-wrap {
    	width: calc(100vw - 15px)!important;
    	left: auto!important;
    	right: -25px;
	}
    a.wpr-mobile-menu-item img {
        width: 25px;
        margin-right: 10px;
    }
}


@media (max-width:767px) {
	.wpdevart_org_chart .wpda_tree_item_title {
    	width: 150px;
    	font-size: 0.75rem;
	}
    a.wpr-mobile-menu-item img {
        width: 15px;
        margin-right: 10px;
    }
    .eael-infobox.icon-on-left {
    		display: flex;
    flex-direction: column;
	}
    .eael-infobox.icon-on-left .infobox-content.eael-icon-only {
        padding: 15px 0;
    }
    .eael-infobox.icon-on-left .infobox-content p {
        word-break: break-word;
    }
    .eael-infobox.icon-on-left .infobox-icon.eael-icon-only {
        display: block;
        width: 100%;
    }
}