.g-button {
  background-color: #fff100;
  background-image: none;
  color: #000 !important; }
  .g-button:hover {
    background: #fff100;
    color: #000 !important; }

.g-button.g-button--invert {
  color: #fff100 !important;
  border-color: #fff100; }
  .g-button.g-button--invert:hover {
    background: #fff100;
    border-color: #fff100; }
