/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693251260
Updated: 2023-08-28 20:34:20

*/


.menu-item.current-menu-item a.hfe-menu-item {
	text-decoration: underline;
	font-weight: 600 !important;
}
.menu-item a.hfe-menu-item:hover {
    text-decoration: underline;
}

li.menu-item.get-in-touch a.hfe-menu-item {
	border: 1px solid;
	padding: 15px 30px !important;
}
li.menu-item.get-in-touch a.hfe-menu-item:hover {
	background-color: #024f79;
    color: #FFF !important;
    text-decoration: none;
}



@media only screen and (max-width: 767px) {
	
li.menu-item.get-in-touch a.hfe-menu-item {
    border: 0;
    padding: 15px !important;
}
li.menu-item.get-in-touch a.hfe-menu-item:hover {
    background-color: transparent;
    color: inherit !important;
    text-decoration: underline;
}
    
      }
    