/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2022 | 16:06:57 */
#header-grid{
   background: #1d2327;

  
  /*
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;*/
  
}

#header-grid .builder-item--logo{
  border-radius: 8px;
background: white;
  padding: 5px;
  /*
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.32);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.32);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.32);*/
}

#header-grid .nv-primary-navigation-main li {
  color: white !important;
}

#header-grid .nav-ul li.current-menu-item>a{
  color: #28aae2 !important;
  font-weight: bold;
  border-bottom: 2px solid #28aae2;
 
}

#header-grid .nav-ul li>a{
  color: white !important;
  font-weight:600;

}

.sub-menu{
  background: #1d2327 !important;
}



#nv-primary-navigation-sidebar{
	    background: gray !important;
    padding: 5px 15px !important;
}

#nv-primary-navigation-sidebar .sub-menu{
	padding: 5px 10px !important;
}
