/*
Theme Name: Hongzhe Electrical
Theme URI: https://hongzhe-electrical.com/
Author: Hongzhe Electrical
Description: WordPress theme converted from the Hongzhe Electrical static website.
Version: 1.0.0
Text Domain: hongzhe
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
*/

.hz-footer-social span[role="link"] {
    align-items: center;
    cursor: default;
    display: inline-flex;
    justify-content: center;
    opacity: 0.55;
}

/* Final fixed-header override. style.css loads last, so keep the header fixed on every page. */
body {
    padding-top: var(--site-header-height, 93px) !important;
}

.header_box {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    box-shadow: 0 10px 24px rgba(15, 27, 51, 0.08);
}

@media (max-width: 767px) {
    body {
        padding-top: var(--site-header-height, 70px) !important;
    }
}
