.uacf7-prev {
  color: white;
  text-decoration: none;
  background: #808080;
  transition: 0.2s;
	text-transform: none
}
.uacf7-prev:hover {
	color:white;
  background:black;
}

.uacf7-next {
  color: white;
  text-decoration: none;
  background: #E30A13;
  transition: 0.2s;
	line-height: normal;
	text-transform: none
	
}
.uacf7-next:hover {
  color: white;
  background:#ff0000;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #ff0000;
    background-color: #e10b0b;
    border-radius: 30px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
		text-align: center;
}