/* Enter Your Custom CSS Here */


/* Default settings
---------------------------------------- */
body {
    background-color: #fff;
}  

a {
    color: blue;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

.site-inner {
  margin-top: 170px; /* push the main content below the fixed header */
}  

body.admin-bar .site-header {
  top: 32px; 
}
body.admin-bar .nav-primary {
  top: 152px; 
}
body.admin-bar .site-inner {
  margin-top: 202px; 
}


/* Header
---------------------------------------- */
.site-header {
  background-color: #fff;
  color: #000;
  min-height: 110px;
  width: 100%;
  position:fixed;
}

.site-header .wrap {
    padding: 12px 0;
}

.site-header .title-area {
  padding: 0;
}  
.site-header .title-area img{
		height: 80px;
}
/* Main Navigation Menu
---------------------------------------- */
.nav-primary {
  background-color: #0C3E1F; 
  position: fixed;
  top: 110px; /* position the nav menu below the header */
  width: 100%
}

.genesis-nav-menu {
  font-size: 14px;
  line-height: 2;
}

.genesis-nav-menu .menu-item {
  background-color: #999900;
}

/*
.genesis-nav-menu .menu-item :active {
  background-color: #254D82;
  color: #fff;
}
*/

/*
.genesis-nav-menu .current-page-item a {
  background-color: #254D82;
  color:#fff;
} 
*/

.genesis-nav-menu .current_page_item {
  background-color: #254D82;
  color:#fff;
}   

.genesis-nav-menu .current-menu-item {
  background-color: #254D82;
  color:#fff;
} 


/*
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	background-color: #254D82;
	color: #fff;
}
*/



/*
.genesis-nav-menu .menu-item,
.genesis-nav-menu .menu-item :hover {
  background-color: #999900;
}
*/

.genesis-nav-menu,
.genesis-nav-menu a {
  padding: 0 20px;
  color: #fff;
}

.genesis-nav-menu a :hover {
  color: limegreen;

}

.genesis-nav-menu > .menu-item > a {
    text-transform: initial;
    text-decoration: none;
}


/* Sidebar styling
---------------------------------------- */
.sidebar .widget {
  background-color: #ddd;
  color:#111;
}