/* Enter Your Custom CSS Here */
body {font-size: 1.3em;}
.entry-title {font-size: 40px; color: #4C1403; text-transform: uppercase;font-family: 'Roboto', sans-serif;}
.header-banner {padding-top: 30px;}
.site-tagline {display: none;}
.content-sidebar-wrap {padding-top: 30px;}

a:hover {
	color: #94300E !important;
}
.entry-content .button:hover {
	background-color: #94300E !important;
}
.button:hover {background-color: #94300E !important;}

a.cta-button:hover {
	background-color: #94300E !important;
}
.entry-title a:hover {
	color: #94300E;
}
.enews-widget input[type="submit"] {
	background-color: #94300E !important;
}
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #94300E !important;
}
.nav-primary .sub-menu a:hover {
	color: #94300E !important;
}
.site-footer .nav-secondary .sub-menu a:hover {
	color: #94300E !important;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #94300E !important;
  	color: #ffffff !important;
}
.sidebar .tagcloud a:hover {
	background-color: #94300E !important;
}

/*Mobile Styles*/
@media screen and (max-width: 1000px) {
    .header-banner {padding-top: 0px !important;}
}