.g-button.g-button--invert {
  color: #fff !important;
  border-color: #cdb55d !important;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }

.g-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1.35714em;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0.28571em;
  outline: none;
  background-color: #cdb55d !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2; }

.copyright {
  font-size: 15px !important; }
