.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover>a {
	background-color: #8e191b;
	color: #fff;
}

.header-search-icon {
	top: 25px;
	padding-top: 10px;
}

.header-search-icon:before {
	content: '\f400';
	color: #8e191b;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Genericons';
	vertical-align: middle;
}

.wp-block-button__link {
	color: #fff;
	background-color: #8e191b;
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	border-radius: 4px;
}

button, input[type=button], input[type=reset], input[type=submit] {
	background-color: #8e191b;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	padding: 8px 16px;
}

a {
	color: #8e191b;
	text-decoration: none;
}

a:hover {
	color: #8e191b;
	text-decoration: underline !important;
}

.editor-styles-wrapper .wp-block-button__link {
	background: #8e191b;
	color: #fff;
	border-radius: 4px;
	line-height: normal;
	font-weight: 300;
}

.page-id-2 .entry-title{
	display:none;
}

a#scroll-up span {
    font-size: 80px;
    color: #8e191b;
}
.site-header .menu-toggle {
    color: #8e191b;
}

/* Fix Gap Below Header */
.content-wrapper {
    padding-top: 0;
}
div#featured_pages {
    display: none;
}
.entry-content {
    margin-top: 0;
}

div#content{
	margin-top: 0px !important;
}

@media only screen and (min-width: 768px) {
	div#content {
		margin-top: 130px !important;
	}
}

/* Site Logo */
.site-logo {
    width: 250px;
    height: auto;
    max-height: 100%;
}

.inner-wrap #site-navigation {
    margin: 3rem;
}

.site-header .menu-toggle,
.header-search-icon {
	top: 45px;
	margin: auto;
		color: #8e191b;
}

.wp-block-jetpack-layout-grid .has-small-padding.wp-block-group.has-background {
	padding: 25px;
}

.main-small-navigation ul li a {
	background-color: #8e191b;
}

.main-navigation ul ul a {
    min-width: 250px; 
}

/* CHANGE BACKGROUND COLOR OF SUBMENU ITEMS | kb-30375413-hc */
.main-navigation ul li ul li a:hover, 
.main-navigation ul li ul li:hover > a, 
.main-navigation ul li.current-menu-item ul li a:hover {
    background-color: #8e191b;
}

.main-small-navigation a {
    color: #ffffff;
}


/* CHANGE BACKGROUND COLOR OF SUBMENU ITEMS ON MOBILE | ss-30375413-hc */
@media screen and (max-width: 600px) {
.main-small-navigation ul li ul li a:hover, .main-small-navigation ul li ul li:hover > a, .main-small-navigation ul li.current-menu-item ul li a:hover {
    background-color: #fff;
    color: #000;
  }
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #8e191b;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
/* Change button hover to maroon -31164622-hc-KP */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #972224;
}
.main-navigation a {
    font-family: 'Roboto';
    padding: 0 15px 0 15px;
    display: block;
    text-decoration: none;
    color: #444444;
	font-size: 14px !important;
}
.site-header .menu-toggle, .header-search-icon {
    top: 36px;
    margin: auto;
    color: #8e191b;
}

/* Mobile menu appears sooner for narrow windows -31164622-hc-KP */
@media only screen and (max-width: 1090px) {
    .menu-toggle, .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
}

/* Fix the hero content overlap issue on smaller screens SS-31203924-hc */
@media screen and (max-width: 320px) {
.home .wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content {
   top: 130px;
}
}