/*!
Theme Name: SACMHF
Theme URI:
Author: Clear
Author URI: https://cleardesign.co.uk/
Description:
Version: v0.9.21
Tested up to: 6.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sacmhf

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Copyright © 2022 Clear Design. All Rights Reserved.

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Announcement Bar */
.announcement-bar {
  background-color: #009465;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
}

.announcement-bar p {
  margin: 0;
  color: #fff;
  font-size: var(--step--1, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Remove top margin from first block in entry content */
.entry-content > .wp-block-media-text:first-child {
  margin-top: 0 !important;
}

/* Home Hero Banner — media overrides */
body.home .hero > .wp-block-media-text:first-child .wp-block-media-text__media {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

body.home .hero > .wp-block-media-text:first-child .wp-block-media-text__media img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
