/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Custom child theme for HireCallBoy
Author: HireCallBoy
Template: kadence
Version: 1.0
*/







/* HireCallBoy Signup CTA */

.hc-signup-cta{
    padding:60px 20px;
}

.hc-signup-box{
    max-width:900px;
    margin:auto;
    background:#111827;
    padding:50px 30px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.hc-signup-box h2{
    color:#fff;
    font-size:36px;
}

.hc-signup-box p{
    color:#d1d5db;
    font-size:18px;
}

.hc-signup-button{
    display:inline-block;
    margin-top:25px;
    padding:16px 45px;
    background:#d4af37;
    color:#111827 !important;
    border-radius:40px;
    font-weight:800;
    text-decoration:none;
}

.hc-login-text{
    margin-top:20px;
    color:#fff;
}

.hc-login-text a{
    color:#d4af37;
}

@media(max-width:768px){
.hc-signup-box h2{
    font-size:26px;
}
}



/* ==========================
   PREMIUM FOOTER DESIGN
========================== */


.site-footer,
footer{

background:#111827 !important;

color:#ffffff !important;

margin-top:70px;

}


footer .footer-widget-area{

padding:60px 20px !important;

}



footer h2,
footer h3,
footer .widget-title{

color:#d4af37 !important;

font-weight:800;

}



footer p,
footer a{

color:#cbd5e1 !important;

}



footer a:hover{

color:#d4af37 !important;

}



.footer-premium-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}



.footer-social a{

display:inline-block;

background:#1f2937;

padding:10px 18px;

border-radius:50px;

margin:5px;

}



.footer-bottom{

border-top:1px solid rgba(255,255,255,.15);

padding:20px;

text-align:center;

color:#94a3b8;

}




grid-template-columns:1fr;
text-align:center;

}

}


