/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1765758420
Updated: 2025-12-15 00:27:00

*/

/* --- HEADER LOGIN BUTTON --- */
.header-login-btn a {
    background-color: #D4AF37 !important; /* Gold Background */
    color: #000000 !important;           /* Black Text */
    padding: 10px 25px !important;       /* Space inside the button */
    border-radius: 5px !important;       /* Rounded Corners */
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #D4AF37 !important;
}

/* Hover Effect (What happens when you touch it) */
.header-login-btn a:hover {
    background-color: #000000 !important; /* Turn Black */
    color: #D4AF37 !important;           /* Text turns Gold */
    border: 1px solid #D4AF37 !important;
}

/* Fix Vertical Alignment (So it sits nicely with other links) */
.header-login-btn {
    margin-top: -5px !important; /* Tweak this if it sits too low */
}

/* Mobile Menu Adjustment */
@media only screen and (max-width: 980px) {
    .header-login-btn a {
        display: inline-block !important;
        margin-top: 10px !important;
        text-align: center !important;
    }
}  

/* --- TAROTPAW HEADER COLORS (STRONG VERSION) --- */

/* Gold Menu Item - Targets the specific ID of the menu */
#top-menu li.nav-gold > a,
.et_mobile_menu li.nav-gold > a {
    color: #D4AF37 !important;
    font-weight: 800 !important;
    opacity: 1 !important; /* Force visibility */
}

/* Purple Menu Item */
#top-menu li.nav-purple > a,
.et_mobile_menu li.nav-purple > a {
    color: #b38bfc !important;
    font-weight: 800 !important;
    opacity: 1 !important;
}

/* Purple Glow Hover */
#top-menu li.nav-purple > a:hover {
    text-shadow: 0 0 10px rgba(179, 139, 252, 0.8) !important;
}