/*
Theme Name: Capacity365
Theme URI: https://capacity365.dk
Author: Damjan Jovanovski
Author URI: https://entitymedia.dev
Description: Custom single-page theme for Capacity365 - Nordic executive advisory, business transformation and flexible capacity delivery. Content is currently hardcoded in the templates; ACF / WPML wiring comes later.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: capacity365
*/

/* The active design styles are enqueued separately from assets/site.css.
   Keep this file for the header above and any small WordPress-only overrides. */

/* WordPress admin bar: keep the sticky site header below it. */
@media screen and (min-width: 601px) {
	body.admin-bar header[style*="position:sticky"] { top: 46px; }
}
@media screen and (min-width: 783px) {
	body.admin-bar header[style*="position:sticky"] { top: 32px; }
}
