.wrap-content:before, .button.success {
  background-color: #ed008c;
}
a, .top-bar .menu>li>a.button:hover {color: #ed008c;}

@media only screen and (max-width: 40em) {
  .top-bar-title img {
    max-height: 75px;
  }
  .wrap-content {
    margin-top: -80px !important;
  }
  .wrap-content:before {
    height: 80px;
  }
  #responsive-menu .top-bar-right {
    margin-top: -75px;
    padding-top: 85px;
  }
}
@media only screen and (min-width: 40.063em) {
  .top-bar-title img {
    max-height: 90px;
  }
  .wrap-content {
    margin-top: -95px !important;
  }
  .wrap-content:before {
    height: 90px;
  }
}
@media only screen and (max-width: 64em) {
  .menu-icon {
    top: 35px;
  }
}
@media only screen and (min-width: 64.063em) {
  .top-bar .top-bar-right>.menu>li>a:not(.button) {
    line-height: 65px;
  }
}