/*
Theme Name: MAHCP Intro
Theme URI: https://interplaycreative.com
Author: Interplay Design
Author URI: http://interplaycreative.com
Description: Simple, gutenberg-block-happy bespoke theme for professional, beautiful sites.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mp-intro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Template:intro

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wp-site-blocks a.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--secondary);
}
body.home .mahcp-breadcrumbs-wrapper{ display: none; }

.entry-content,
.wp-site-blocks{
	margin-top: 0;
	padding-top: 0;
}

.wp-site-blocks > header + .alignfull{
	margin-top: 0;
}

/* SIDEBAR IN-PAGE MENU (as list) */
body.page-template ul.sidebar-menu {
	list-style-type: none;
	padding: 0;
	margin:0 0.5rem 0 0.5rem;
	background-color: none;
}
body.page-template ul.sidebar-menu li {
	display: block;
	background-color: var(--wp--preset--color--white); 
	padding: 1rem;
	margin: 0.5rem 0 0.5rem 0;
}

/* general h2 spacing gets larger */
h2, [class*="wp-container-"] > * + h2 {
	margin-block-start: calc( 2 * var( --wp--style--block-gap ) );
  }

  h6 + h1, h6 + h2, h6 + h3, h6 + h4, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h1 + h1, h1 + h2, h1 + h3, h1 + h4 {
	margin-top: var( --wp--style--block-gap );
  }