/*
Theme Name: RIC Builders
Theme URI: https://ricbuild.com
Author: RIC Builders
Description: Official RIC Builders theme. Layout, typography, colours, components and responsive behaviour are preserved exactly from the RIC Builders master site (ric_site).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: ric-builders
*/

/* ---------------------------------------------------------------
   The complete RIC Builders stylesheet is loaded from
   assets/css/styles.css (unmodified master file).
   Only WordPress-specific adjustments belong below.
   --------------------------------------------------------------- */

/* Keep the fixed header clear of the WP admin bar for logged-in users */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 760px) {
  body.admin-bar nav.main-nav { inset: 114px 0 0 0; }
}
