input, select, textarea, button, input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    border: 1px solid #fdba32;
    padding: 1em;
    border-radius: 5px;
}

input.text:focus, input.title:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
	border-color: #58447d!important;
}

.gform_button, a.gform_button {
	font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color:#fff !important;
    font-size: 16px;
    background-color: #fdba32;
    border-color: #ec9e00;
    text-decoration: none;
    font-weight: 700;
    transition: all .25s ease-in-out;
}

.gform_button:hover {
	background: #745aa4!important;
    border-color: #58447d!important;
}

.gform_buttom:hover:after {
    opacity: 1;
    margin-left: 0;
}
.gform_buttom:after {
    font-size: 25.6px;
}
.gform_buttom, .gform_buttom:after {
    transition: all 300ms ease 0ms;
}
.gform_buttom:after, .gform_buttom:before {
	font-family: ETmodules!important;
    speak: none;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;

	color:#fff;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.gform_button:hover {
	border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}