/*
Theme Name:   	Kate Fitzgerald Consulting Limited
Version:      	1.2
Description:	site update 2025
Author:       	eyedea studio
Author URI:   	https://eyedea.studio

————————————
Design notes
logo/headings	'Alegreya', Cumbria, Times, Georgia, serif;
main copy		'Catamaran', Calibri, Helvetica, Verdana, Arial,  sans-serif;


*/
/* --- RESET - Eric Meyer's Reset Reloaded - thanks, Eric :) --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* --- STRUCTURE --- */
* {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
html {
   font-size: 100%;
   background: #fafafa;
}
body {
   font-family: 'Alegreya', Cumbria, Times, Georgia, serif;
   font-size: 1.2em;
   font-weight: 300;
   line-height: 1.3;
   color: #484b50;
   background: #fff;
}
.wrap {
	width: 84%;
	max-width: 1000px;
	margin: 0 auto;
}
/*#content:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}*/
/* --- typography --- */
h1, h2, h3, h4, h5, h6 {
	display: block;
	width: 100%;
	line-height: 1.25;
	margin: 0 0 .7em 0;
	color: #3b8066;
	font-family: 'Alegreya', Cumbria, Times, Georgia, serif;
	text-transform: none;
}
h1 {
	font-size: 2.25em;
	font-weight: 200;
	line-height: 1.15;
	margin-bottom: .4em;
}
.single main h1 {
	margin-bottom: .15em;
	position: relative;
}
h2 {
    font-size: 1.8em;
    font-weight: 300;
	width: 100%;
	margin: 2ch 0 1ch 0;
}
.home #content h2 {
	margin-top: 3ch;
}
.home #content .post-wrap h2 {
	margin-top: 0;
}
.home #content + h2 {
	margin-top: 6ch;
}
h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #3b8066;
}

h3 {
	clear: both;
    font-size: 1.6em;
    font-weight: 400;
	/*text-transform: uppercase;*/
	line-height: 1.35;
	margin: .6em 0 .2em 0;
}
h4 {
    font-size: 1.4em;
}
h5, h6 {
    font-size: 1.2em;
    font-weight: 500;
}
p {
	margin: 0 0 1em 0;
	/*max-width: 30em;*/
}
strong {
	font-weight: 500;
}
em {
	font-style: italic;
}

blockquote {
	margin-bottom: 4ch;
	padding: 9px;
	border-left: 3px solid #3b8066;
}
blockquote:before {
	content: '\201C';
	color: #3b8066;
	display: block;
	float: left;
	margin: -.36em 0 0 -.5em;
	width: .5em;
	height: 1em;
	font-size: 9em;
}
blockquote p {
	font-size: 1.12em;
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: .5em;
}
cite {
	font-size: .98em;
	font-weight: 400;
	/*font-style: italic;*/
}
address {
	font-weight: 400;
	margin-bottom: 1em;
}
abbr,
acronym {
	cursor: help;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	font-size: .9em;
	background-color: #fafafa;
	padding: .125em .25em;
}
code {
	word-wrap: break-word;
}
pre {
	max-width: 100%;
	font-size: .8em;
	white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #f1f1f1;
	overflow: auto;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
    top: -0.5em;
}


/* --- links --- */
a, a:link, a:visited {
	display: inline-block;
	/*text-decoration: none;*/
	color: #3b8066;
	text-decoration-color: #3b8066;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
a:hover, a:active, a:focus {
	color: #484b50;
}
a.wp-block-button__link:link, a.wp-block-button__link:visited {
	display: block;
	width: 100%!;
	background: #3b8066;
	color: #fff;
	border: 1px solid #3b8066;  
	transition: all .2s ease-in-out;
}
a.wp-block-button__link:hover, a.wp-block-button__link:active, a.wp-block-button__link:focus {
	transform: scale(1.1);
}
h2 a {
	text-decoration: none;
}
a.post-edit-link {
	font-size: .8em;
	font-weight: 500;
	padding: .1em .5em;
	background: #fafafa;
	border-bottom: 2px solid #f1f1f1;
}

/* --- lists --- */
header ul,
footer ul,
aside#sidebar ul {
	list-style: none;
}
#content ul,
#content ol,
#content dl {
	margin: 0 0 1em 0;
}
#content ul ul {
	padding-left: 1.1em;
	margin-bottom: 0;
}
#content ol ol {
	padding-left: .8em;
	margin-bottom: 0;
}
#content dl {
	margin-bottom: .8em;
}
#content dt {
	font-weight: 500;
	color: #000;
}
#content dd {
	margin: 0 0 .7em 0;
}

/* --- images --- */
main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.25em;
}
.wp-caption > a {
	display: block;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: .8em;
	font-weight: 400;
	padding:  .3em .5em .2em .5em;
	background: #f9f9f9;
	border-bottom: 2px solid #d4d4d4;
}
.alignleft {
	display: inline;
	float: left;
	margin-top: .35em;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: .35em;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote .alignleft, blockquote .alignright {
	float: none;
	display: block;
}

/* --- main header --- */
header {
	padding: 1.5em 0 3em 0;
	border-bottom: 3px solid #f1f1f1;
}
.home.blog header {
	margin-bottom: 2em;
}
header h1 {
	font-size: 1.7em;
	font-weight: 200;
	line-height: 1;
	margin: 0;
}
header h1 a {
	display: block;
	width: 128px;
	float: left;
}

header h1 a img {
	display: block;
	width: 100%;
	height: auto;
}
#branding {
	position: relative;
	/*max-width: 320px;*/
}
#branding h1 strong {
	display: block;
	padding: 10px 0;
	margin-left: 140px;
	width: calc(100%  - 140px);
}
header .tagline {
	font-size: 1em;
	font-weight: 100;
	margin: 0;
	color: #484b50;
	/*position: absolute;
	bottom: 0;
	right: 0;
	left: 220px;*/
	/*width: 82%;*/
	/*margin-left: 140px;*/
	/*width: calc(100%  - 140px);*/
	clear: both;
	width: 100%;
}

/* menu toggle */
nav #menu-toggle {
	display: none;
}
nav .toggle {
	display: inline-block;
	width: auto;
	margin: 0;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1;
}
nav .toggle:hover, nav .toggle:active, nav .toggle:focus {
	cursor: pointer;
}
/* plus as icon */
nav label::before {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
	margin-right: 7px;
    border: 0;
    background: #3b8066;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform-origin: center;
    transition: transform .2s ease-out;
    transform: rotate(45deg);
 }

nav input:checked + label::before {
    transform: rotate(0);
 }
nav label:hover::before {
 	background: #484b50;
 }

/* show/hide menu */
nav #menu-toggle + .toggle + ul {
	display: none;
}
nav #menu-toggle:checked + .toggle + ul {
	display: block;
}

/* menu links */
nav a, nav a:link, nav a:visited {
	display: block;
	text-decoration: none;
	/*font-weight: 600;*/
	font-size: 1.1em;
	color: #3b8066;
}
nav a:hover, nav a:active, nav a:focus {
	color: #333;
}
/* current menu item */
.current_page_item a, .current_page_item a:link, .current_page_item a:visited, 
.current-page-ancestor a:link, .current-page-ancestor a:visited,
.current-menu-item a:link, .current-menu-item a:visited,
.current-post-ancestor a:link, .current-post-ancestor a:visited  {
	text-decoration: underline;
	text-decoration-color: #3b8066;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	color: #333;
}
.current_page_item a:hover, .current_page_item a:active, .current_page_item a:focus, 
.current-page-ancestor a:active, .current-page-ancestor a:focus,
.current-menu-item a:hover, .current-menu-item a:active, .current-menu-item a:focus,
.current-post-ancestor a:hover, .current-page-ancestor a:active,.current-post-ancestor a:focus {
	color: #3b8066;
}
/* submenu */
.sub-menu {
	display: none;
}
/* show on services page */
.page-id-1858 .sub-menu,
.page-id-1788 .sub-menu,
.page-id-1643 .sub-menu,
.page-id-1704 .sub-menu {
	display: block;
	position: absolute;
	left: 140px;
	width: 90%;
	padding: 12px 0 4px 0;
}
.page-id-1858 .sub-menu li,
.page-id-1788 .sub-menu li,
.page-id-1643 .sub-menu li,
.page-id-1704 .sub-menu li {
	display: inline;
	float: left;
	margin: 0 12px 0 0;
}

/* --- PAGE HEADERS --- */
.page-head {
	margin-top: 1.5em;
	min-height: 320px;
}
#top-banner {
	margin: -3px 0 2em 0;
	padding: 5em 0 2em 0;
	background-position: center-center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

#top-banner:before {
	content: "";
	display: block;
	background: rgba(0,0,0, .05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
}
#top-banner .wrap {
	width: 100%;
	max-width: 100%;
	padding: 1em;
	position: relative;
	z-index: 9;
	background: rgba(0,0,0, .5);
	border-top: 1px solid #3b8066;
	border-bottom: 1px solid #3b8066;
}
/* no colour overlay on homepage */
.home #top-banner .wrap {
	background: none!important;
	border: 0;
}

#top-banner h1 {
	color: #fff;
	width: 84%;
	max-width: 1000px;
	margin: 0 auto;
}
#top-banner div {
	width: 84%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.15em;
	font-weight: 200;
	line-height: 1.3;
	color: #fff;
}
#top-banner div p {
	max-width: 30em;
}
.category-blog .page-head {
	min-height: auto;
}
/* contact page */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
/* contact form */

input, textarea {
  -webkit-user-select: auto;
  display: block;
  width: 100%;
  max-width: 20em;
  padding: 6px;
  border: 1px solid #3b8066;
  font-family: 'Alegreya', Cumbria, Times, Georgia, serif;
  font-size: clamp(1em, 5vw, 1.1em);
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
 border-color: #3b8066;
}
[type="checkbox"] {
	width: 1em;
	height: 1em;
	float: left;
}
[type="submit"] {
  -webkit-appearance: none;
  text-align: center;
	font-family: 'Alegreya', Cumbria, Times, Georgia, serif;
  border: 0;
  border-bottom: 1px solid #3b8066;
  border-top: 1px solid #3b8066;
   background: rgba(0,0,0, .02);
}
[type="submit"]:hover, [type="submit"]:active, [type="submit"]:focus {
	background: #3b8066;
	text-decoration: underline;
	text-decoration-thickness: .125em;
	text-underline-offset: 2px;
	text-decoration-color: #fff;
	color: #fff;
	cursor: pointer;
}


textarea {
  white-space: revert;
}

/* contact form 7 - overrrides */
.wpcf7 form .wpcf7-response-output {
	margin: 1em 0!important;
	padding: 0.2em 1em;
	border: 3px solid #c39a6c; /* brand green */
}
.wpcf7-not-valid-tip {
	color: #f90; /* orange */
	font-size: inherit;
	font-weight: normal;
	 width: 100%;
	 max-width: 20em!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #f90; /* orange */
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #c39a6c; /* brand green */
}

/* comment */
.comment-body ol {
	padding: 0;

}
footer.comment-meta {
	width: 22em;
	background: none;
	border: 0;
	border-right: 1px solid ##3c8165;
	padding: 0 1em 0 0;
	margin: 1em 0 0 0;
}
footer.comment-meta img {
	float: left;
	margin: 0 12px 0 0;
}
.comment-metadata {
	float: left;
}
/* blog post styling */
article.post {
	border: 1px solid #484b50;
	margin: 0 0 24px 0;
	position: relative;
}

.post img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 6px 0;

}

article.post .post-wrap {
	padding: .5em;
}

/* date  */
.meta {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 6px;
}
article.post a.post-thumbnail:link .meta, article.post a.post-thumbnail:visited .meta {
	background: #fff;
	color: #3b8066;
	transition: all .2s ease-in-out;
}
article.post a.post-thumbnail:hover .meta, article.post a.post-thumbnail:active .meta, article.post a.post-thumbnail:focus .meta {
	background: #3b8066;
	color: #fff;
}
/* media text block */
.wp-block-media-text {
	margin-bottom: 3ch;
}
/* single post */
.single .meta {
	background: none;
	display: block;
	width: 84%;
	max-width: 1000px;
	margin: 1em auto 0 auto;
	padding: 3px 6px;
	color: #fff;
	font-size: .8em;
	position: relative;
	bottom: -24px;
}
/* gallery */
/*.columns-6, .tiled-gallery__row {
	 display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-basis: auto;
    flex-wrap: wrap;
    flex-basis: auto;
    align-items: center;
    gap: 1em;
	justify-content: space-between;
}
.columns-6 figure, .tiled-gallery__gallery .tiled-gallery__row .tiled-gallery__col {
	 width: 20%;
    width: calc(20% - 1em);
}*/


/* footnotes */
.footnote-head {
	display: block;
	width: 100%;
	font-size: 1.2em;
	margin: 6em 0 0 0;
}
#content .footnotes {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #3c8165;
}
.footnotes li {
	margin: 0 0 .25em 0;
}
/* post navigation */
nav.navigation {
	clear: both;
	display: block;
	width: 100%;
	color: #484b50;
	border-top: 1px solid #3b8066;
	margin-bottom: 4ch;
}
nav.navigation h2 {
	opacity: 0;
	height: 0;
	font-size: .1em;
	margin: 0;
}
nav.navigation a:link, nav.navigation a:visited {
	color: #484b50;
}
nav.navigation a:link strong {
	display: block;
	color: #3b8066;
}

/* WordPress Gallery 10-Column Override - Mobile First Approach */
footer {
	margin: 6ch auto 0 auto;
	padding: 2ch 0 0 0;
	border-top: 1px solid #3b8066;
}
footer section {
    width: 84%;
    max-width: 1000px;
	margin: 6ch auto 4ch auto;
}
footer section .wp-block-gallery .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Base styles for all galleries (mobile first - 1 column default) */
footer section .wp-block-gallery.columns-8,
footer section .wp-block-gallery[data-columns="8"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5em !important;
    justify-content: center !important;
    align-content: start !important;
    margin: 0 auto;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    --min-image-width: 120px;
    --gap-size: 6px;
}

/* Ensure gallery items don't grow to fill space */
footer section .wp-block-gallery.columns-8 .wp-block-image,
footer section .wp-block-gallery[data-columns="8"] .wp-block-image {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Image styling within gallery items */
footer section .wp-block-gallery.columns-8 .wp-block-image img,
footer section .wp-block-gallery[data-columns="8"] .wp-block-image img {
    width: 100% !important;
    height: auto !important;
}

/* Mobile First Media Queries - Progressive Enhancement */

/* 1 column - Default */
footer section .wp-block-gallery.columns-8,
footer section .wp-block-gallery[data-columns="8"] {
    --columns: 1;
}

/* 2 columns - Small phones landscape / Large phones portrait */
@media (min-width: 340px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 2;
    }
}

/* 3 columns - Large phones landscape / Small tablets portrait */
@media (min-width: 460px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 3;
    }
}

/* 4 columns - Tablets portrait */
@media (min-width: 580px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 4;
    }
}

/* 5 columns - Tablets landscape / Small laptops */
@media (min-width: 700px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 5;
    }
}

/* 6 columns - Small laptops / Large tablets landscape */
@media (min-width: 820px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 6;
    }
}

/* 7 columns - Medium laptops */
@media (min-width: 940px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 7;
    }
}

/* 8 columns - Large laptops */
@media (min-width: 1060px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 8;
    }
}

/* 9 columns - Extra large screens */
@media (min-width: 1180px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 9;
    }
}

/* 10 columns - Very large screens (target layout) */
@media (min-width: 1300px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --columns: 10;
    }
}

/* Center incomplete rows - use flexbox approach for better centering */
footer section .wp-block-gallery.columns-8,
footer section .wp-block-gallery[data-columns="8"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: var(--gap-size) !important;
}

/* Gallery items as flex items */
footer section .wp-block-gallery.columns-8 .wp-block-image,
footer section .wp-block-gallery[data-columns="8"] .wp-block-image {
    flex: 0 0 auto !important;
    width: calc((100% - (var(--columns, 1) - 1) * var(--gap-size)) / var(--columns, 1)) !important;
/*     aspect-ratio: 1 / 1 !important; */
	height: auto;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}

/* Remove all the duplicate grid-template-columns media queries */

/* Enhanced mobile spacing and touch targets */
@media (max-width: 767px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --gap-size: 0.75em; /* Larger gaps for touch */
        padding: 0 1em; /* Side padding on mobile */
    }
    
    footer section .wp-block-gallery.columns-8 .wp-block-image,
    footer section .wp-block-gallery[data-columns="8"] .wp-block-image {
        min-height: 44px; /* Minimum touch target */
		height: auto;
    }
}

/* Tablet optimizations */
@media (min-width: 768px) and (max-width: 1023px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --gap-size: 0.6em;
        padding: 0 0.5em;
    }
}

/* Desktop optimizations */
@media (min-width: 1024px) {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        --gap-size: 0.5em;
        padding: 0;
    }
}

/* Fallback for older gallery markup */
footer section .wp-block-gallery.columns-default figure {
    margin: 0 !important;
}

/* Ensure captions are responsive */
footer section .wp-block-gallery figcaption {
    margin-top: 0.5em;
    font-size: clamp(0.75rem, 2.5vw, 0.875rem); /* Responsive font size */
    text-align: center;
    color: #666;
    padding: 0 0.25em;
}

/* Mobile caption adjustments */
@media (max-width: 767px) {
    footer section .wp-block-gallery figcaption {
        font-size: 0.8em;
        line-height: 1.4;
    }
}

/* Accessibility improvements */
footer section .wp-block-gallery .wp-block-image:focus-visible {
    outline: 2px solid #005cee;
    outline-offset: 2px;
}

/* Print styles - mobile first approach */
@media print {
    footer section .wp-block-gallery.columns-8,
    footer section .wp-block-gallery[data-columns="8"] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.25em !important;
        break-inside: avoid;
    }
    
    footer section .wp-block-gallery .wp-block-image {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

footer p {
	margin: 0;
	font-family: 'Alegreya', Cumbria, Times, Georgia, serif;
}
footer .menu {
	margin-bottom: 1em;
}
footer .menu li {
	margin: 0 0 .35em 0;
}
/* cookie popup */
#cookie-notice {
	display: block;
	padding: 12px 0;
	border-top: 1px solid #c39a6c!important;
	font-family: 'Alegreya', Cumbria, Times, Georgia, serif; 
}
.cookie-notice-container {
	width: 84%;
	max-width: 1000px;
	display: block;
	padding: 12px 0;
	min-height: 3em;
	margin: 0 auto;
	position: relative;
}
#cn-notice-text {
	display: block;
	margin: 0;
	/*position: absolute;
	left: 0;
	top: 0;*/
	/*max-width: 50em;*/
	padding: 12px 36% 0 0;
	font-size: clamp(.8em, 5vw, .9em);
	text-align: left!important;
}
.cookie-notice-container .cn-buttons-container {
	display: block;
	float: right;
	width: 3em;
	margin: -2em 15% 14px 0;
}
.cookie-notice-container .cn-buttons-container a:link, .cookie-notice-container .cn-buttons-container a:visited {
	display: block;
	padding: 3px;
	border-radius: 6px;
	text-align: center;
	background: rgba(195, 154, 108, .1);
	color: #333;
}
.cookie-notice-container .cn-buttons-container a:hover, .cookie-notice-container .cn-buttons-container a:active, .cookie-notice-container .cn-buttons-container a:focus {
	background: #3b8167;
	color: #fff;
}
/* - - - - - - - - - - - - - - - 
MEDIA QUERIES
- - - - - - - - - - - - - - - */
@media (min-width: 400px) {
	footer .menu {
		overflow: hidden;
	}
	footer .menu li {
		width: 50%;
		float: left;
		margin: 0 0 6px 0;
		border-left: 0;
	}

}
@media (min-width: 590px) {

/* tagline */	
	header .tagline {
		/*bottom: 24px;*/
	}	
	header .tagline {
		font-size: 1em;
		font-weight: 100;
		margin: 0;
		color: #484b50;
		clear: none;
		margin-left: 140px;
		width: calc(100%  - 140px);
	}	
/* menu toggle */
	nav #menu-toggle + .toggle, nav #menu-toggle:checked {
		display: none;
	}
	nav #menu-toggle + .toggle + ul,nav #menu-toggle:checked + .toggle + ul {
		clear: left;
		display: block;
		display: flex;
		gap: 0;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		flex-basis: auto;
		position: relative;
		left: -6px;
		z-index: 2;
		border-top: 1px solid #484b50;
	}	
	nav #menu-toggle + .toggle + ul li,nav #menu-toggle:checked + .toggle + ul li {
		width: 48%;
		flex-grow: 1;
		align-self: stretch;
		/*border-right: 1px solid #333;*/
	}
	nav #menu-toggle + .toggle + ul li:last-of-type,nav #menu-toggle:checked + .toggle + ul li:last-of-type {
		border-right: 0;
	}
	nav ul li a {
		padding: 3px 0;
	}
	footer .menu li {
		width: 50%;
		float: left;
		margin: 0 0 6px 0;
		border-left: 0;
	}
}
@media (min-width: 680px) { 
	#branding h1 strong {
		display: block;
		padding: 4px 0;
		margin-left: 140px;
		width: calc(100%  - 220px);
	}
	/* blog post styling */
	article {
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		flex-basis: auto;
	}
	a.post-thumbnail {
		width: 40%;
		flex-grow: 1;
		align-self: stretch;
	}
	.post-wrap {
		width: 40%;
		flex-grow: 1;
		align-self: stretch;
		padding: 3px;
		margin: 0 0 24px 0;
	}
	.post img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 6px 0;
	}
	.pagination {
		width: 100%;
	}
}
@media (min-width: 760px) {
	.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
		position: relative;
	}
}
@media (min-width: 820px) { 
	#branding h1 strong {
		display: block;
		padding: 38px 0 10px 0;
		margin-left: 140px;
		width: calc(100%  - 220px);
	}
	nav #menu-toggle + .toggle + ul,nav #menu-toggle:checked + .toggle + ul {
		clear: left;
		display: block;
		display: flex;
		gap: 0;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		flex-basis: auto;
		position: relative;
		left: 0;
		padding: 0 0 0 140px;
		z-index: 2;
	}	
	nav #menu-toggle + .toggle + ul li,nav #menu-toggle:checked + .toggle + ul li {
		width: 33%;
		flex-grow: 1;
		align-self: stretch;
		/*border-right: 1px solid #333;*/
	}
}	
@media (min-width: 900px) { 
	/* post navigation */
	nav.navigation .nav-links {
		display: flex;
		gap: 0;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		flex-basis: auto;
	}
	nav.navigation .nav-links div {
		width: 50%;
		flex-grow: 1;
		align-self: stretch;

	}
	nav.navigation .nav-links div.nav-next {
		text-align: right;
	}
	/* footer */
	footer .menu {
		overflow: hidden;
	}
	footer .menu li {
		width: 25%;
		float: left;
		margin: 0 0 6px 0;
		border-left: 0;
	}
	blockquote {
		max-width: 36em;
		margin-left: 140px;
	}
}

/* - - - - - - - - - - - - - - - 
spread menu */

@media (min-width: 920px) {
	/* menu toggle */
	nav #menu-toggle + .toggle + ul,nav #menu-toggle:checked + .toggle + ul {
		width: 100%;
		max-width: 820px;
		padding: 0 0 3px 140px;
		border-top: 1px solid #333;
	}
	nav #menu-toggle + .toggle + ul li,nav #menu-toggle:checked + .toggle + ul li {
		width: auto;		
	}
	nav ul li a {
		/*padding: 6px 6px;*/
	}
}
/* - - - - - - - - - - - - - - - 
spread footer */

@media (min-width: 1100px) {
	/* blog post styling */
	.home .wrap section, .category-blog .wrap section {
		display: flex;
		gap: 2ch;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		flex-basis: auto;
	}
	.home .wrap section article.post , .category-blog .wrap section article.post {
		width: 40%;
		flex-grow: 1;
		align-self: stretch;
	}
	.home .wrap section p {
		display: block;
		width: 100%;
		margin: 0;
		font-size: 1.36em;
	}
	.home .wrap section article.post img, .category-blog .wrap section article.post img {
		display: block;
		width: 100%;
		margin: 0;
	}
	.home .post-wrap h2, .category-blog .post-wrap h2 {
		font-size: 1.2em;
	}
	.home .category-blog .post-wrap, .category-blog .post-wrap {
		margin: 0;
	}
	/* footer */
	footer .menu {
		overflow: hidden;
	}
	footer .menu li {
		width: auto;
		float: left;
		margin: 0;
		border-left: 1px solid #dcdcdc;
	}
	footer .menu a {
		display: block;
		line-height: 1.5;
		padding: 0 .7em;
	}
	footer .menu li:first-child {
		border-left: none;
	}
	footer .menu li:first-child a {
		padding-left: 0;
	}
	footer .menu li:last-child a {
		padding-right: 0;
	}
}

