/* ===== Custom overrides (loaded AFTER divi.css) ===== */

/* Simple contact phone display */
.contact-phone{
    font-family:'Playfair Display',Georgia,"Times New Roman",serif;
    font-size:42px;
    font-weight:700;
    color:#ffffff;
    letter-spacing:.5px;
    margin:10px 0 0;
}

/* Text logo replacing the original image logo */
.text-logo{
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
    line-height:1;
}
.logo-text{
    display:block;
    font-family:'Playfair Display',Georgia,"Times New Roman",serif;
    font-size:26px;
    font-weight:700;
    color:#2b2b2b;
    letter-spacing:.5px;
    line-height:1.1em;
}
.logo-by{
    display:block;
    font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size:13px;
    font-weight:600;
    color:#ff6a88;
    letter-spacing:3px;
    text-transform:uppercase;
    line-height:1em;
    margin-top:3px;
}

/* Make header fill the same vertical space as the original image-logo header */
#main-header{min-height:89px}

/* Keep search icon hidden (cleaner single-page home) */
#et_top_search{display:none!important}

/* Smooth sticky-header behavior on scroll, matching Divi */
#main-header.et-fixed-header{
    position:fixed!important;
    box-shadow:0 2px 5px rgba(0,0,0,.1)!important;
}
#main-header.et-fixed-header .logo-text{font-size:22px}
#main-header.et-fixed-header .logo-by{font-size:11px}
