/*
Theme Name: responet
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

.fill-color{
  fill:#EC3964;
  transition: 0.3s;
}
#menu-1-8a4f52d li:hover, #menu-1-8a4f52d .elementor-item-active .fill-color{
  fill:#fff;
}
li.menu-item:hover .fill-color, .elementor-item-active .fill-color{
    fill:#fff;
}

.menu-item ._svg{
  width: 24px;
  height: 24px;
  fill: #EC3964;
}
.menu-item .elementor-item-active ._svg,
.menu-item:hover ._svg{
  fill: #fff;
}
