/*
Theme Name: DC Property
Theme URI: https://dcproperty.co.za/
Author: StartUp Africa Media
Author URI: https://startupafricamedia.co.za/
Description: Curated Residences. Considered Living. A bespoke luxury real estate theme with a property listing studio, POPIA-compliant lead capture and an ahead-of-time compiled stylesheet — no runtime CSS framework, no third-party CDN.
Version: 2.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcproperty
Tags: real-estate, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready, block-styles, wide-blocks
*/

/*
 * The compiled framework lives in assets/css/theme.css and is enqueued ahead of
 * this file. Put project-specific overrides here — they always win.
 *
 * Rebuild the framework after editing any template:
 *   npm install && npm run build:css
 */

/* WordPress core markup classes the editor can output. */
.alignleft {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	font-size: 0.8125rem;
	color: #5F5B53;
	margin-top: 0.5rem;
}

.sticky,
.bypostauthor {
	/* Declared for theme-check completeness. */
	display: block;
}

.post-password-form input[type="password"] {
	border: 1px solid rgba(107, 91, 75, 0.4);
	padding: 10px 14px;
	min-height: 44px;
}

/* Admin bar must not sit on top of the fixed navigation. */
body.admin-bar .dc-menu {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .dc-menu {
		top: 46px;
	}
}
