/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 12:59:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.wpf_form_wrapper form.wpf_form .wpf_default_btn,.wpf_form_wrapper form.wpf_form .wpf_full_block_btn {
    border-radius: 8px;
    display: inline-block;
    background-color:#F44A02!important;
    background-image: #F44A02!important;
    font-size: 17px;
    line-height: 17px;
    height: 40px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
    border: 1px solid #d6dae1
}

