/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 01:43:55 */
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #2e605c!important;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

[type=button]:hover, [type=submit]:hover, button:hover {
    color: #fff !important;
    background-color: #2e605c!important;
}