/*
Theme Name: Lightning Pro Child
Template: lightning-pro
Author: mamoru_kaneko
Description: Lightning Pro child theme for customization
Version: 1.0
*/

/* Import parent theme styles */
@import url("../lightning-pro/style.css");

/* Your custom CSS goes here */

@media (max-width: 991px) {

	.container.siteHeadContainer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.navbar-header {
		width: 100%;
		order: 0;
		float: none;
	}

	.siteHeader_logo {
		float: none;
		width: 100%;

	}

	.siteHeader_logo img {
		margin: 0 auto;
		max-height: 300px;
	}
	

	.gMenu_outer {
		width: 100%;
		order: 1;
		float: none;
	}

	ul.gMenu {
		float: none;
		display: flex;
		justify-content: center;
	}
}




	/* Menu font size */
	.gMenu>li .gMenu_name {
		font-size: 16px !important;
	}

/* Change the background color of the menu item on hover */
.menu-item:hover {
    background-color: #2EA7E0; /* Change the background color on hover */
    color: #FFFFFF ; /* Optional: Change the text color on hover */
}