/*
Theme Name: TCPM - Tri-County Property Management
Theme URI: https://www.tcpm.com/
Author: Tri-County Property Management, LLC
Author URI: https://www.tcpm.com/
Description: A professional, WPBakery Page Builder compatible WordPress theme for Tri-County Property Management, LLC. Full-service property management serving Fox Valley and the surrounding area. Features a white / black / #007cba / gold (#D4A017) brand color scheme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcpm
Tags: property-management, real-estate, business, custom-logo, custom-menu, featured-images, wpbakery, page-builder, responsive
*/

/* ============================================================
   style.css — WordPress theme header + base reset only.
   The full presentational styles live in:
   assets/css/tcpm-style.css  (enqueued from functions.php)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #ffffff;
  color: #111111;
  line-height: 1.7;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #007cba; text-decoration: none; }
a:hover { color: #005a87; }

/* WordPress required alignment / caption classes */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { max-width: 100%; text-align: center; }
.wp-caption-text { font-size: 13px; color: #666; padding: 8px 0; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; word-wrap: normal !important;
}
.sticky, .gallery-caption, .bypostauthor { }
