/*
Theme Name: Aerial Inspections
Theme URI: https://inspectfromabove.com
Author: Aerial Inspections, LLC
Author URI: https://inspectfromabove.com
Description: Premium property intelligence platform — built as a React-powered WordPress theme. Features live weather integration, Stripe payments, voice dictation, ecological flight readiness, and a stewardship charter. Designed for Aerial Inspections, LLC serving Northeast Ohio.
Version: 3.0.0
License: Private
License URI: https://inspectfromabove.com
Text Domain: aerial-inspections
Tags: aerial-inspections, drone, property-intelligence, stewardship, northeast-ohio
Requires at least: 6.0
Requires PHP: 8.0
*/

/* WordPress admin bar fix */
html { margin-top: 0 !important; }
#wpadminbar { display: none; }
@media screen and (min-width: 783px) {
  #wpadminbar { display: block; }
  .admin-bar .site-header { top: 32px; }
}

/* Hide WordPress content when React app is active */
.react-app-active .entry-content,
.react-app-active .site-header,
.react-app-active .site-footer {
  display: none;
}

/* WordPress blog pages — normal display */
.blog-template .entry-content {
  display: block;
}
