.wc_statusbar {display:none !important;}

hr {
margin-top: 40px !important;
margin-bottom: 40px !important;
}



/* Calendar */

.CalText {
font-size: 15px !important;
color: #822122 !important;

}

.cal-options {color: #000000 !important; font-size: 14px;}

div.calendar .weekdays li {color: #000000 !important;}  

div.calendar ul li {border: 1px solid #666666;}

.show-info a:hover {
text-decoration: none;
}  

.cal-box {
    background-color:transparent !important;
    }

.btn {
            padding: 16px 40px;
            font-size: 1.1em;
            text-decoration: none;
            border-radius: 2px;
            transition: all 0.3s ease;
            font-family: 'Georgia', serif;
            letter-spacing: 1px;
            display: inline-block;
            border: none;
            cursor: pointer;
        }

        .btn-primary {
            background: #8b4513;
            color: #fff;
            box-shadow: 0 4px 15px rgba(139, 69, 19, 0.4);
        }

        .btn-primary:hover {
            background: #a0522d;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(139, 69, 19, 0.5);
        }

        .btn-secondary {
            background: transparent;
            color: #8b4513;
            border: 2px solid #8b4513;
        }

        .btn-secondary:hover {
            background: #8b4513;
            border-color: #a0522d;
            color: #ffffff;
        }             