.sticky-menu.sticky-bar-out #masthead .sticky-bar {
  background-color: #F9F7F7;
}

#masthead {
	border-bottom:none;
}
.main-navigation > div li a {
  	text-transform: capitalize;
}
#mobile-navigation ul li {
    width: 30%;
    left: 67%;
  	border-bottom:none;
  	text-align:right;
  	padding-right: 10px;
}
#mobile-navigation ul li a {
	text-transform:none;
}

#mobile-menu-button{
  background-color:#F9F7F7;
.alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}