/*
Theme Name:  Homify Child
Theme URI:   https://kbnlinc.com
Description: Child theme for Homify — all site-specific customizations live here, safe from parent theme updates.
Author:      KBNL International
Template:    homify
Version:     1.0.0
*/

/* ===== Mobile responsive fix ===== */
html { overflow-x: hidden; max-width: 100%; }
body { overflow-x: hidden; max-width: 100%; position: relative; }
#content, .site-content { position: relative; overflow: hidden; }
@media only screen and (max-width: 767px) {
    #deco-clouds { display: none; }
    .site-content, #primary, #content, .content-area,
    .entry-content-inner, .site-inner, .site-footer, .footer-widget-area {
        overflow-x: hidden; max-width: 100%;
    }
    img { max-width: 100%; height: auto; }
    table { max-width: 100%; overflow-x: auto; display: block; }
}
