/**
 * Theme Name:     Live Group
 * Author:         Brand Core Team
 * Template:       hello-elementor
 * Text Domain:	   live-group
 * Description:    Live Group 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.
 */

body footer p {
	margin-bottom: 0px;
}


/* 💻 Small Desktop / Laptop (1024px and up) */
@media (min-width: 1024px) {
	.hfe-nav-menu__layout-horizontal {
		min-width: 500px;
	}
}

/* 🖥️ Large Desktop (1280px and up) */
@media (min-width: 1280px) {}

body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button {
	background-color: #D41F27;
	color: #fff;
}

body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover,
body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:active {
	background-color: #f0000b !important;
	color: #fff !important;
	text-decoration: none;
}

body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover {
	color: #D41F27;
	text-underline-offset: 6px;
	/* Adjusts the space below the text */
	text-decoration-thickness: 2px;
	/* Optional: Controls underline thickness */
	text-decoration: underline;
}