/*

CUSTOM CSS FROM ENERCOM HERE
*/


/* = Theme custom STYLES start here
-------------------------------------------------------------- */


#header-bar #top-custom-link-widget.top-widget {
	padding-right: 0;
	border-right: 0;
}


#main-wrapper .widget_nav_menu ul.menu {
border: none;
}
#top-bar-links .widget_nav_menu ul.menu li a {
color: #fff;
border: none;
background: transparent;
padding: 0 14px 0;
}
#top-bar-links .widget_nav_menu ul.menu li a:before {
font-family: Icomoon;
content: "\e1c3";
float: left;
margin-right: 12px;
color: #fff;
}
#top-bar-links .widget_nav_menu ul.menu li a:hover {
background: transparent;
color: #006600;
}
#top-bar-links .widget_nav_menu ul.menu li a:hover:before {
color: #006600;
}
#footer #top-bar-links {
	display: none;
}
#top-bar-links .widget_nav_menu ul.menu li {
float: right;
background-color: transparent;
border: none;
border-right: solid 1px #aaaaaa;
}
#top-bar-links h3.widget-title.top_links {
	display: none;
}
/*
//// Modify sticky header color settings
*/
#header-inner.stuck #header-inner-bg li.has-ul a span {
    color: #003300 !important;
}
#header-inner.stuck #header-inner-bg li.has-ul ul a span {
  color: #aaaaaa !important;
}
#header-inner.stuck #header-inner-bg li.has-ul ul a:hover span {
    color: #efefef !important;
}


#header-bar #top-custom-link-widget,
#header-bar #top-login-widget {
	display: none;
}

/* Hides the Div id of header-bar everywhere */
#header-bar {
display:none;
}
/* Overwrites the above and “displays” it on the home page */
.home #header-bar {
display:block;
}

#footer .widget_rss h4 a img {
	display: none;
}


/* Style for the dark hover effect on page
   when hovering over the Main Nav */
#darkness_hover {
    background:rgba(18, 32, 18, 0.55);
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:997;
}



@media only screen and (max-width: 1030px) {

#hb-header .container {
padding-left: 25px;
padding-right: 25px;
}

}