.g-button {
  background-image: none;
  background: #f05e15; }
  .g-button:hover {
    background: #f05e15; }

body .g-button.g-button--invert {
  border: 1px solid #f05e15;
  color: #f05e15 !important; }
  body .g-button.g-button--invert:hover {
    background: #f05e15;
    border: 1px solid #f05e15; }
