.site-title a, .site-title a:hover {
    background-color: #f96e5b;
    color: #fff;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    display: none;
}
.post-stats {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.genesis-nav-menu .sub-menu a {
    background-color: #333;
    font-size: 12px;
    padding: 12px 16px;
    position: relative;
    width: 200px;
}
.content .entry-meta .entry-comments-link {
    float: right;
    display: none;
}
.entry-title {
    font-size: 34px;
    font-weight: 700;
}
.nav-primary {
    background-color: #123249;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #123249;
	color: #fff;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
    background-color: #008DB8;
    color: #fff;
}
.genesis-nav-menu > .right > a:hover {
	color: #008DB8;
}
.nav-primary .sub-menu a:hover {
	background-color: #008DB8;
	color: #fff;
}
a {
    color: #008DB8;
}
a:hover  {
    color: #123249;
}
.entry-title a:hover {
    color: #008DB8;
}
.entry-content a {
    color: #008DB8;
}

h1, h2, h3, h4, h5, h6 {
    color: #123249;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #008DB8;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #008DB8;
	color: #fff;
	margin: 0;
	width: 100%;
}
.content .entry-meta .entry-comments-link a {
	background-color: #008DB8;
	color: #fff;
	padding: 8px 16px;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #008DB8;
}

a.social-buttons:hover {
	background-color: #008DB8;
}
.site-footer a:hover {
	color: #008DB8;
}
