/*
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 page 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: 2.9.0.1702378985
Updated: 2023-12-12 12:03:05

*/

.hfe-nav-menu a.hfe-menu-item, .hfe-nav-menu a {
	font-family: "Segoe UI", sans-serif;
	font-size: 17px;
	color: rgba(0,0,0,.55);
}

.fancybox img {
    border-radius: 9px;
}

.hfe-nav-menu li {
    padding: 0px 17px;
}

.hfe-nav-menu a:hover {
	color: #0B2959!important;
}

ul.hfe-nav-menu li:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #0B2959;
  transition: all 0.2s ease-in-out;
}

ul.hfe-nav-menu li:hover::before {
  height: 4px;
}

ul.hfe-nav-menu li:focus::before {
  height: 0;
}

ul.hfe-nav-menu li:hover::before {
  animation: highlight 0.2s ease-in-out;
}

@keyframes highlight {
  0% {
    height: 0;
  }
  100% {
    height: 4px;
  }
}