/*
Theme Name:  Bizlight Pro Child
Theme URI:   https://pqsecurity.com
Description: Child theme for Bizlight Pro — PQSecure custom homepage
Author:      PQSecure Technologies
Template:    bizlight-pro
Version:     3.0.0
*/

/* ===== Footer color corrections (was reading off on the new homepage) ===== */
.wrap-contact {
    background-color: #222244 !important;
}
.wrap-contact .widget-title,
.wrap-contact .widgettitle,
.wrap-contact p,
.wrap-contact ul li,
.wrap-contact .textwidget {
    color: #ffffff !important;
}
.wrap-contact a {
    color: #a073bb !important;
}
.wrap-contact a:hover {
    color: #ffffff !important;
}
.site-footer,
.site-footer-bottom {
    background-color: #1a1a35 !important;
    color: #cfcfe0 !important;
}
.site-footer-bottom a,
.site-info a {
    color: #cfcfe0 !important;
}
.site-footer-bottom a:hover,
.site-info a:hover {
    color: #ffffff !important;
}

/* ===== Logo visibility on header ===== */
.custom-logo-link { display:inline-block !important; }
.custom-logo-link img.custom-logo {
    display:block !important;
    max-width:230px !important;
    height:auto !important;
    width:auto !important;
}
/* hide the text site-title fallback when a logo image exists */
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
    position:absolute !important;
    clip:rect(1px,1px,1px,1px) !important;
    height:1px !important;width:1px !important;overflow:hidden !important;
}
