css/* Mobile menu toggle */
#superfish-main-toggle {
  display: none;
  text-align: center;
  padding: 12px;
  background-color: #F0EDD8!important;
  color: #cb5b3b !important;
  text-decoration: none !important;
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
}
#superfish-main-toggle span {
  color: #cb5b3b!important;
}
/* League Spartan extra bold for nav items at all widths */
.sf-menu a,
.sf-menu a:link,
.sf-menu li ul li a {
  font-family: "League Spartan", sans-serif !important;
  font-weight: 800 !important;
}
.searchbutton input[type="submit"] {
    background:#478cc4!important;
    border:#478cc4!important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 3px !important;
    height: 25px;
    position: absolute;
    right: 3px;
    text-transform: uppercase;
    top: 3px;
    font-family: "League Spartan";
    font-size: .875em !important;
    font-weight: 800;
	cursor: pointer;
line-height:.8;}

nav#top-nav,
nav#top-nav ul.sf-menu,
a.sf-depth-1,
a.sf-depth-2,
a.sf-depth-3,
a.sf-depth-4 {
  background-color: #F0EDD8 !important;
  color: #cb5b3b !important;
}

a.sf-depth-1:hover,
a.sf-depth-2:hover,
a.sf-depth-3:hover,
a.sf-depth-4:hover {
    background-color: #F58B78 !important;
    color: #F0EDD8 !important;
}

a.is-active.sf-depth-1.menuparent.sf-with-ul,
a.is-active.sf-depth-1.menuparent,
a.is-active.sf-depth-1 {
  	background-color:#cb5b3b !important;
  	color: #F0EDD8 !important;
}

/* mobile width */
@media only screen and (max-width: 819px) {
  .header_nav_search {
    background-color: #478cc4 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

#superfish-main.sf-accordion a.sf-depth-1,
#superfish-main.sf-accordion a.sf-depth-2,
#superfish-main.sf-accordion a.sf-depth-3,
#superfish-main.sf-accordion a.sf-depth-4 {
  color: #cb5b3b !important;
}

#top-nav,
#top-nav ul.sf-menu,
a.sf-depth-1,
a.sf-depth-2,
a.sf-depth-3,
a.sf-depth-4 {
  background-color: #F0EDD8 !important;
  color: #cb5b3b!important;
}
  
.megamenu ul.sf-menu li ul li ul { 
	display:block!important; }
		a.sf-depth-1, 
		a.sf-depth-2, 
		a.sf-depth-3, 
		a.sf-depth-4 {
	  background-color: #F0EDD8 !important;
	  color: #cb5b3b!important;
		}
		a.sf-depth-1:visited,
		a.sf-depth-2:visited, 
		a.sf-depth-3:visited, 
		a.sf-depth-4:visited {
		background-color: #F0EDD8 !important;
		color: #cb5b3b!important;
		}
  
  a.sf-depth-1:hover,
  a.sf-depth-2:hover,
  a.sf-depth-3:hover,
  a.sf-depth-4:hover {
    background-color: #F58B78 !important;
    color: #F0EDD8 !important;
  }
  
  a.is-active.sf-depth-1.menuparent.sf-with-ul, 
  a.is-active.sf-depth-1.menuparent, 
  a.is-active.sf-depth-1 {
  	background-color:#cb5b3b !important;
  	color: #F0EDD8 !important;
  }
  
  #superfish-main-toggle {
    display: block;
    background-color: #F0EDD8 !important;
    color: #cb5b3b !important;
  }
  
  a#superfish-main-toggle,
a#superfish-main-toggle span {
  color: #cb5b3b !important;
  font-family: "League Spartan";
  font-weight: 800;
}
  
  #superfish-main.sf-accordion {
    display: none;
  }
  
  #superfish-main.sf-accordion.sf-expanded {
    display: block !important;
    background-color: #F0EDD8 !important;
    color: #cb5b3b !important;
  }
  
  #superfish-main.sf-accordion li {
    float: none;
    width: 100%;
    text-align: left;
  }
}