#sp-header.header-nectar {
  background-color: rgba(0,0,0,0);
  position: fixed;
  top: 0px;
  transition: all .3s ease;
}
body, .sp-preloader {
  background-color: #f1f1f1;
  color: #2f5d37;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
  justify-content: right;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
body .sppb-btn, body .btn {
  text-transform: none;
  white-space: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  padding: 16px 32px;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.4px;
}
.sppb-btn-custom.sppb-btn-outline {
  background-color: transparent;
  border-color: #58825F;
  color: #58825F;
  font-family: Roboto Condensed;
  font-size: 18px;
  line-height: 22px;
}
.sppb-btn-custom.sppb-btn-outline:hover{
  background-color: #58825F;
  border-color: #58825F;
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 18px;
  line-height: 22px;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #fff;
}