/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*==================================== HEADER MENU ======================================*/
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
    background-color: var(--e-global-color-f117ab6);
    border-radius: 10px;
}
.elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active {
	border-radius: 10px;
}
.elementor-sub-item {
    margin: 10px;
}
.elementor-sub-item:hover {
    border-radius: 10px !important;
}

/*==================================== BUTTON ===========================================*/
.elementor-button .elementor-button-icon{
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 30px;
    color: #000;
    fill: #000;
    justify-content: center;
}
.elementor-button-content-wrapper{
    align-items: center;
}
.elementor-button:hover .elementor-button-icon{
    transition: 0.3s;
    background-color: #fff;
    color: #1A1946 !important;
    fill: #1A1946 !important;
}