/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.034
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root{
	--global--font-size-base: 1.1rem;
	--global--font-size-xs: 1rem;
	--global--color-light-gray: #fff;
	--branding--color-text: var(--global--color-white);
	--branding--color-link: var(--global--color-white);
	--primary-nav--color-text: var(--global--color-white);
	--primary-nav--color-link: var(--global--color-white);
	--primary-nav--color-link-hover: var(--global--color-white);
	--branding--logo--max-height-mobile: 80px;
	--branding--logo--max-height: 80px;
	--global--font-size-page-title:  3.85rem;
}
html {
	scroll-behavior: smooth;
}
@media (max-width:  767px){
	body{
		font-size: var(--global--font-size-xs);
	}
	.wp-block-image figcaption{
		font-size: .8rem;
		line-height: 1.2;
	}
	.singular .entry-title,
	h1.page-title{
		font-size:  2.8rem;
	}
}
h1.page-title{
	margin-bottom: var(--global--spacing-unit);
}
:not(.is-dark-theme) .is-light-theme #masthead{
	background: var(--global--color-black);	
	color: var(--global--color-white);
}

.site-header > .site-logo{
	width: auto;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.site-title > a {
	text-decoration-color: var(--global--color-black);
}

.primary-navigation a:hover{
	text-decoration-thickness: 1px !important;
}
:not(.is-dark-theme) .is-light-theme .entry-footer{
	color:var(--global--color-gray);	
}
:not(.is-dark-theme) .is-light-theme .entry-footer strong,
:not(.is-dark-theme) .is-light-theme .entry-footer a,
.post-tags a{
	font-weight: 700;
	color:var(--global--color-black);
}
.entry-footer > span,
.blog .entry-footer .tags-links{
	display: initial;
}
.post-tags a {
	text-decoration: none;
}
.primary-navigation > div > .menu-wrapper li.menu-item-has-children:hover > a,
.primary-navigation > div > .menu-wrapper li.menu-item-has-children:hover > button{
	background: var(--global--color-black);
	color: var(--global--color-white);
}
.primary-navigation > div > .menu-wrapper li.menu-item-has-children:hover > a{
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
}
.primary-navigation a:link,
.primary-navigation a:visited,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle{
	background: var(--global--color-white);
	color: var(--global--color-black);
}
.site-content a:hover:not(.wp-block-button__link):not(.wp-block-file__button),
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:hover{
	background: var(--global--color-black);
    color: var(--global--color-white);
	text-decoration-thickness: 1px;
}
.navigation .nav-links > .page-numbers{
	text-align: center;
}
.pagination, .comments-pagination{
	border-top-width: 1px;
}
.comment-list > li,
.post-navigation .nav-next a, 
.post-navigation .nav-previous a {
	padding: 10px;
	border: 1px solid var(--global--color-black);
}
.post-navigation .nav-next{
	text-align:right;
}
.post-navigation a:hover .meta-nav {
	color: var(--global--color-white);
}
.singular .has-post-thumbnail .entry-header {
	border-bottom-style:  solid;
}
.footer-navigation {
	margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - var(--global--spacing-vertical));
}
.site-title a:hover, 
.site-title a:focus {
    color: #fff;
    outline: 2px solid transparent;
    text-decoration: underline 1px dotted currentColor;
}
.site-logo img.custom-logo{
	margin-right:  10px;
}
.comments-area.show-avatars .avatar {
	position:  static;
}

.metawrap {
	display: grid;
	grid-template-columns: 50px auto;
	gap: .5rem;
}
.metawrap img{
	height: auto !important;
}
.metawrap .info{
	position:relative;
	top: -5px;
}
@media (max-width:470px){
	.primary-navigation > div > .menu-wrapper li{
		border-bottom: 1px dashed gray;
		margin-bottom: 2rem;
	}
}
@media (min-width:767px){
	nav .hidden-mobile{
		display: none !important;
	}
}
.metawrap .info {
  font-size: 80%;
}
article.sticky footer > p:first-of-type {
  margin-bottom: 1.5rem;
}