/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2025 | 11:26:48 */
/* 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 */ 

button, input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    background-color: #f60!important;
    border-radius: 4px!important;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .065em;
    padding: .65em 1.6em;
    text-transform: uppercase;
    transition: background .3s, color .3s, transform .3s;
    width: auto;
}