/*
Theme Name: Laxmi Infraventure
Theme URI: https://nerosdesign.com
Author: Laxmi Infraventure
Description: Pixel-exact WordPress port of the Neros Design and Construction site. Design is driven by the original support.js / image-slot.js engine; this stylesheet only adds WordPress admin-bar spacing and mobile responsiveness on top, without touching the desktop design.
Version: 1.0.0
Text Domain: laxmi-infraventure
*/

/* Admin bar offset so the fixed header never sits under it while logged in */
html.wp-toolbar body { margin-top: 0 !important; }
body.admin-bar header[style*="position:fixed"][style*="top:0"] { top: 32px !important; }
@media (max-width: 782px) {
  body.admin-bar header[style*="position:fixed"][style*="top:0"] { top: 46px !important; }
}

/* Never let horizontal overflow creep in on small screens */
html, body { max-width: 100%; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; }
