/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2020 | 20:35:08 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

nav ul li, ul.nav, ul.social li {
    padding: 10px 0 10px;
}

#menu-item-6934 {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #97B878;
    border-radius: 4px;
}

#menu-item-6934:hover {background-color: #828928;}

#menu-item-6934 a {
    color:#FFFFFF;
}

@media screen and (min-width: 815px) {
  .non-hero-top-padding, main {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1269px) and (min-width: 815px) {
  header .header-navigation {
    margin-top: 7px;
  }
}

/*------Mobile Menu item--------*/
#nav-menu-item-10299 a {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #B7C832;
    border-radius: 3px;
    display: inline;
    padding-top: 5px;
    padding-bottom: 6px;
}

#nav-menu-item-10299 a:hover {
  background-color:#828928;
  color:#FFFFFF !important;
}