/*
Theme Name: Four Diamond Wellness
Theme URI: https://fourdiamondwellness.com/
Author: Ashley Ndlovu
Description: The Four Diamond Wellness board-health-economics theme. A faithful WordPress implementation of the Revision 7 static site — same typography, palette, spacing and motion. Header, navigation and footer are managed from WordPress; page content is editable in the block editor; commercial values (tariff, dates, seats, contact details, access codes, WhatsApp) live in Settings → Four Diamond.
Version: 7.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary — commissioned work for Four Diamond Wellness LLC
Text Domain: fdw

All visual styling lives in assets/css/main.css, which is the original stylesheet
from the static build, unmodified. This file exists to declare the theme and to
carry only the small number of rules WordPress itself introduces (admin bar,
alignment classes, caption markup) that the static site never needed.
*/

/* WordPress core alignment + caption classes, matched to the site's rhythm. */
.alignleft   { float: left;  margin: 0 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide, .alignfull { max-width: 100%; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-block-image figcaption {
  font-size: var(--step--1);
  color: var(--muted);
  margin-top: .6rem;
}

.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; word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto; clip-path: none; height: auto; width: auto;
  display: block; padding: 1rem 1.5rem; background: #fff; color: #000;
  z-index: 100000; left: 1rem; top: 1rem;
}

/* The admin bar must not sit on top of the fixed site header. */
body.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}
