/*
Theme Name: EcoNature Child
Theme URI: http://cmsmasters.net/eco-nature-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: EcoNature Child Theme
Template: econature
Version: 1.0.0
License:
License URI:
Text Domain: econature-child
Tags: one-column, two-columns, three-columns, etc.
*/

/* ✅ ADD YOUR CSS BELOW THIS LINE */

/*
Theme Name: EcoNature Child
Theme URI: http://cmsmasters.net/eco-nature-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: EcoNature Child Theme
Template: econature
Version: 1.0.0
License:
License URI:
Text Domain: econature-child
Tags: one-column, two-columns, three-columns, etc.
*/

/* ✅ ADD YOUR CSS BELOW THIS LINE */

/* Push the menu down visually without causing hover jump */
/* .menu-primary-navigation-container {
  padding-top: 20px !important;
} */

/* Top menu items default background white and black text */
/* .menu-primary-navigation-container ul#navigation > li > a {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 20px !important;
  padding: 20px 15px !important;
  line-height: 1.2 !important;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  height: auto !important;
  margin: 0 !important;
} */

/* Hover state for top menu */
/* .menu-primary-navigation-container ul#navigation > li:hover > a {
  background-color: #0073e6 !important; /* blue */
  /* color: #ffffff !important;
  padding: 20px 15px !important;
  margin: 0 !important; */ */
/* } */



#header .logo_wrap {
  background: white;
}

#header a {
  background: white;
}



#header .sub-menu li a:hover {
     background: #005cb8 ;
     color:white;
}