/* Enter Your Custom CSS Here */

#top-menu a {
  color: #fffadc;
  font-weight: normal;
}

#top-menu a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {
  color: #c8c863;
  font-weight: bold;
}

#et-secondary-nav a:hover {
  color: #ffffff !important;
  font-weight: bold;
}

/* Footer Edits */

#footer-widgets .footer-widget li:before {
  border-radius: 0px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}

#footer-widgets {
  padding-top: 30px;
}

#footer-widgets .footer-widget li {
    padding: 0 0 5px 14px;
    position: relative;
}

.et_pb_widget ul li {
    margin-bottom: 6px;
}

.et_fixed_nav #logo {
  margin-bottom: 0;
  max-height: 50px;
}