/*
Theme Name: Cadence Property Group
Theme URI: https://www.cadencepg.com.au
Author: Kokky Creations
Author URI: https://kokky.com.au
Description: Bespoke theme for Cadence Property Group. Projects and team members are managed as their own content types, so they can be added, edited, reordered and deleted from the dashboard. Site details, statistics and the hero video are set under Cadence Settings.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: cadence
Tags: property, development, construction, custom-colors
*/

/*
The presentation layer lives in assets/css/site.css, which is enqueued by the
theme. This file exists to carry the theme header above and to hold any small
WordPress-specific overrides below.
*/

/* WordPress core alignment and caption classes, in case the editor is used
   for long-form page copy. */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-element-caption {
  font-family: var(--grot);
  font-size: .8125rem;
  letter-spacing: .06em;
  opacity: .6;
  margin-top: 10px;
}
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Keep the admin bar from sitting over the fixed header. */
body.admin-bar .site-head { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-head { top: 46px; }
}
