/*
 Theme Name:   Cleaning Services Child Theme
 Template:     cleaning-services
*/


/* 🔹 MENU LINKS */
@media (min-width: 768px) {
    .page-header .menu > li > a {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        text-decoration: none;
        padding: 15px 37px;
        display: block;
        color: #4b5b68 !important; /* Force black */
        text-transform: uppercase;
        transition: all 0.2s ease-in-out;
    }

    /* Hover state */
    .page-header .menu > li > a:hover {
        color: #009c4d !important; /* Change to your brand color */
    }
}

/* 🔹 TOP HEADER INFO TEXT */
.page-header.page-header--style2 .page-header-topline .page-header-info {
    padding-left: 24px;
    font-size: 14px;
    line-height: 25px;
    color: #000000 !important;
}

/* 🔹 TOP HEADER LINKS (phone/email) */
.page-header.page-header--style2 .page-header-topline .page-header-info a {
    color: #4b5b68 !important;
    text-decoration: none;
}

.page-header.page-header--style2 .page-header-topline .page-header-info a:hover {
    color: #808080 !important; /* Hover color */

.newsletter-input-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 300px;   /* adjust width */
}

.newsletter-input-row input[type="email"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.newsletter-input-row input[type="submit"] {
    padding: 8px 16px;
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

