/* Empathy Flowers Professional Header and Footer Styles */

/* Top Header Bar */
.top-header,
.header-top-bar,
.af-top-bar {
    background: linear-gradient(to right, #f8f8f8, #ffffff) !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 10px 0 !important;
}

.top-header *,
.header-top-bar *,
.af-top-bar * {
    color: #666666 !important;
}

.top-header a,
.header-top-bar a,
.af-top-bar a {
    color: #9b1f6f !important;
    transition: color 0.3s ease !important;
}

.top-header a:hover,
.header-top-bar a:hover,
.af-top-bar a:hover {
    color: #b84d8a !important;
}

/* Social Icons */
.top-header .social-navigation a,
.header-top-bar .social-navigation a,
.af-top-bar .social-navigation a {
    background-color: transparent !important;
    color: #9b1f6f !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.top-header .social-navigation a:hover,
.header-top-bar .social-navigation a:hover,
.af-top-bar .social-navigation a:hover {
    color: #b84d8a !important;
    transform: translateY(-2px) !important;
}

/* Main Header Section */
.site-header,
.morenews-header,
#masthead,
.header-main-wrapper {
    background: linear-gradient(to bottom, #ffffff, #fafafa) !important;
    background-image: none !important;
    padding: 30px 0 25px 0 !important;
    border-bottom: 3px solid #9b1f6f !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* Site Branding - Horizontal Layout */
.site-branding {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    padding: 15px 0 !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* Logo */
.custom-logo-link,
.site-logo {
    display: inline-block !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.custom-logo,
.site-logo img {
    max-height: 60px !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
}

/* Site Title - 44px */
.site-title,
.site-branding .site-title,
.site-title a {
    color: #9b1f6f !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    display: inline-block !important;
}

.site-title a:hover {
    color: #b84d8a !important;
    text-decoration: none !important;
}

/* Site Description */
.site-description,
.site-tagline {
    color: #666666 !important;
    font-size: 0.85em !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 400 !important;
    margin: 8px 0 0 0 !important;
    width: 100% !important;
    text-align: center !important;
}

/* Navigation Bar */
.main-navigation,
nav.main-navigation,
.navigation-container {
    background: linear-gradient(to right, #2c2c2c, #1a1a1a) !important;
    border-top: 3px solid #9b1f6f !important;
    border-bottom: 2px solid #1a1a1a !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}

/* Menu Links */
.main-navigation a,
.main-navigation .menu a,
.main-navigation .menu-desktop > li > a,
.main-navigation .menu ul > li > a,
.main-navigation .menu li a,
.main-navigation ul li a {
    color: #ffffff !important;
    padding: 20px 25px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

/* Menu Hover and Active */
.main-navigation a:hover,
.main-navigation .menu a:hover,
.main-navigation .menu li:hover > a,
.main-navigation .menu-desktop > li:hover > a {
    color: #ffffff !important;
    background-color: rgba(155, 31, 111, 0.3) !important;
}

.main-navigation .current-menu-item > a,
.main-navigation .menu .current-menu-item > a,
.main-navigation .menu-desktop > li.current-menu-item > a {
    color: #ffffff !important;
    background-color: #9b1f6f !important;
}

/* Hamburger Menu */
.main-navigation .toggle-menu a,
.main-navigation .toggle-menu .ham,
.toggle-menu a {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #9b1f6f !important;
}

.main-navigation .toggle-menu a:hover {
    background-color: #9b1f6f !important;
    color: #ffffff !important;
}

/* Search Icon */
.af-search-wrap .search-icon,
.af-search-wrap .search-icon i,
.search-icon {
    color: #9b1f6f !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.af-search-wrap .search-icon:hover {
    color: #b84d8a !important;
    transform: scale(1.1) !important;
}

/* Footer - Professional Design */
footer.site-footer,
.site-footer,
#colophon {
    background: linear-gradient(to bottom, #2c2c2c, #1a1a1a) !important;
    color: #ffffff !important;
    padding: 50px 0 30px 0 !important;
    margin-top: 60px !important;
    border-top: 3px solid #9b1f6f !important;
}

.site-footer * {
    color: #cccccc !important;
}

.site-footer a {
    color: #ffffff !important;
    transition: color 0.3s ease !important;
}

.site-footer a:hover {
    color: #9b1f6f !important;
}

.site-footer .widget-title,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
}

.site-footer .widget {
    margin-bottom: 30px !important;
}

.site-footer .widget ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 8px 0 !important;
}

.site-footer .widget ul li:last-child {
    border-bottom: none !important;
}

.site-info,
.secondary-footer {
    background-color: #1a1a1a !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    text-align: center !important;
}

.site-info *,
.secondary-footer * {
    color: #999999 !important;
    font-size: 0.9em !important;
}

.site-info a,
.secondary-footer a {
    color: #9b1f6f !important;
}

.site-info a:hover,
.secondary-footer a:hover {
    color: #b84d8a !important;
}

/* Active Menu Indicator */
@media only screen and (min-width: 992px) {
    .main-navigation .current-menu-item > a::after,
    .main-navigation .menu-desktop > li.current-menu-item > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ffffff;
    }
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .site-branding {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .site-title,
    .site-branding .site-title {
        font-size: 32px !important;
    }
    
    .custom-logo,
    .site-logo img {
        max-height: 50px !important;
    }
    
    .site-description {
        font-size: 0.75em !important;
    }
    
    footer.site-footer {
        padding: 40px 0 20px 0 !important;
    }
}
