/* Enter Your Custom CSS Here */

/* Site container */

.site-container {
    background-color: #fff;
    border: 1px solid #000;
    margin: 60px auto;
    margin-top: 20px;
    max-width: 1140px;
}

/* Header */

.site-header {
    background: #fff;
    border-bottom: 10px solid #fff;
}

/* Post Title Link */
.content .post h2 a:hover {
	color: #2DB421
}

/* Nav */

/* social icons in menu*/
li.social-icon i {
    font-size: 16px;
}

li.social-icon.menu-item,
.genesis-nav-menu .menu-item.social-icon {
    float: right;
    margin-right: 0 !important;
}
li.social-icon.menu-item > a {
    border-right: none !important;
    border-left: 0px solid #fff;
    margin-right: 0 !important;
}

.menu-primary {
   border-bottom: 20px solid #fff;
    
}

/* nav bar background color */
.genesis-nav-menu {
    background-color: #555555;
}

/* nav - controls border spacing, color, padding */
.genesis-nav-menu a {
    border-right: 0px solid #555555;
    display: block;
    padding: 15px 25px;
    position: relative;
    margin-right: -4px !important;
     
}

/* nav - controls float right adjustment */
.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    margin-right: 0px;
    border: none;
  }


/* nav menu items */
.genesis-nav-menu .menu-item a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.news-pro-blue .genesis-nav-menu .current-menu-item a {
    color: #fff;
    background-color: #555555;
    font-weight: bold;
}


/*nav - hovers */

.genesis-nav-menu .menu-item a:hover,
.news-pro-blue .genesis-nav-menu .current-menu-item a:hover{
	color: #fff;
  	background-color: #555555;
    font-weight: bolder;
}




/* Anchors */
.news-pro-blue .entry-title a:hover, 
.news-pro-blue .footer-widgets a:hover, 
.news-pro-blue .site-footer a:hover, 
.news-pro-blue a {
    color: #2DB421;
}


/*footer*/

.site-footer {
    background-color: #555555;
}