/*
Theme Name: Kowine Child
Theme URI: http://www.wpbingosite.com/kowine
Author: wpbingo
Description: This is a child theme for Kowine
Version: 1.0
Author URI: http://wpbingosite.com
Template: kowine
Text Domain: kowine-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.contact-button {
    display: inline-block;
    background-color: #c0a483!important;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.contact-button {
    transition: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    background: #c0a483;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-family: Marcellus,serif;
    width: 100%;
    margin: 5px 0;
    white-space: nowrap;
}
.contact-button:hover {
    background-color: #af8b61!important; /* Slightly darker for hover effect */
    color: white!important; /* Ensure text stays white */
}
