a.button1, .button1 > a, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #F76C5E;
}

a.button1.button1--hover-style-1::before, .button1.button1--hover1-style-1 > a::before {
  background-color: #fdd264;
  border-color: #F76C5E;
}

a.button1:hover, a.button:focus, .button1 > a:hover, .button1 > a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  background-color: #fdd264;;
}

a.button1, .button1 > a, input[type="submit"], input[type="reset"], input[type="button"] {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 10px;
  color: #fff;
  line-height: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
}

