/*
Theme Name: Velox
Author: David Wolfpaw
Author URI: https://davidwolfpaw.com/
Description: A lightweight, Block Editor ready theme for writers. Velox uses semantic HTML, microformats, microformats v2, microdata, and post formats to be IndieWeb compatible.
Version: 1.3.1
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: velox
Domain Path: /languages
Tags: accessibility-ready, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Layout
# Site Header
    ## WordPress Admin Bar
# Headers & Titles
# Header Sidebar
# Accessibility
# Alignments
# Clearings
# Sidebars
	## Widgets
# Media
    ## Captions
    ## Galleries
    ## Block Editor Blocks
# Content
    ## Comments
    ## Posts and pages
# Infinite scroll
# Navigation
    ## Links
    ## Menus
		### Main Navigation
		### Footer Menu
		### Header Modal
		### Page Navigation
# Misc Elements
# Dark Mode
# Media Queries
	@media prefers-color-scheme: light
	@media prefers-color-scheme: dark
	@media print
    @media screen and (max-width: 600px)
    @media screen and (min-width: 600px)
    @media screen and (max-width: 767px)
    @media screen and (min-width: 768px)
    @media screen and (min-width: 1024px)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;

	/* Fallback for when there is no custom background color defined. */
	background: #fff;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #0a4b78;
	background-color: transparent;
	text-decoration: underline;
	word-break: break-word;
}

a:active,
a:hover {
	outline: 0;
}

a:visited {
	color: #0a4b78;
}

a:hover,
a:focus,
a:active {
	color: #d63638;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {

	/* Extra wide images within figure tags don't overflow the content area. */
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",
		"Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
		"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier,
		monospace;
	font-size: 1em;
	-moz-tab-size: 4;
	tab-size: 4;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	width: auto;
	margin-bottom: 2em;
	border: none;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	transition: background-color 0.25s;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	width: 100%;
}

optgroup {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
a:visited,
.wp-block-pullquote,
.wp-block-pullquote > cite,
.wp-block-quote cite,
.wp-block-quote footer,
.site-description,
.comment-body,
.menu-icon,
.menu-icon::before,
.menu-icon::after,
.entry-footer,
.entry-meta,
.wp-block-image figcaption,
.wp-block-pullquote cite,
.wp-block-latest-posts__post-date,
.wp-caption-text,
.site-header {
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.6;
}

body *::-moz-selection {
	background: #fff2a8;
}

body *::selection {
	background: #fff2a8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 2em 0 0.5em 0;
	color: #1d2327;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif",
		"Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	line-height: 1.25;
	word-wrap: break-word;
}

p {
	margin-bottom: 2em;
	word-wrap: break-word;
}

p:first-of-type {
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 2em;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 2em;
	padding: 1.6em;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #f7f8f9;
	font-size: 16px;
	font-size: 1rem;
}

code,
kbd,
tt,
var {
	padding: 3px;
	border: 1px solid rgba(20, 21, 22, 0.3);
	color: #d63638;
	background: #f7f8f9;
	font-size: 16px;
	font-size: 1rem;
}

pre code {
	padding: initial;
	border: none;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	text-decoration: none;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.has-small-font-size {
	font-size: 16px;
}

.has-default-font-size {
	font-size: 22px;
}

.has-large-font-size {
	font-size: 36px;
}

.has-huge-font-size {
	font-size: 48px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*::before,
*::after {

	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr,
hr.wp-block-separator {
	width: 50%;
	max-width: 50%;
	margin: 3em auto;
}

ul,
ol {
	margin: 0 0 2em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 0.25em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 2em;
}

table {
	width: 100%;
	margin: 0 0 2em;
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0.5em;
	border: 1px solid;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link {
	padding: 0.5em 1em;
	border-radius: 4px;
	color: #fff;
	background-color: #d63638;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover {
	background: #0a4b78;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
	background: #0a4b78;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	max-width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #1d2327;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border: 1px solid #111;
	color: #111;
}

select {
	border: 1px solid #ccc;
}

.search-form {
	margin: 1rem 0 0;
}

.search-form input {
	width: 210px;
	max-width: 210px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
	margin-bottom: 2em;
}

#content {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.page-no-title #content {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.page-no-title .entry-content {
	margin-top: 0;
}

.page-header,
.entry-header,
.entry-summary,
.entry-footer,
.page-content,
.comment-navigation,
.posts-navigation,
.post-navigation,
.author-info,
.after-entry-sidebar,
.comments-area,
.archive .entry-summary,
.search .entry-summary,
.woocommerce .entry-content {
	width: calc(100% - 4rem);
	max-width: 45rem;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	top: 0;
	min-height: 60px;
	background-color: #fff;
}

.admin-bar .site-header {
	top: 46px;
}

.site-header-wrap {
	display: -ms-grid;
	display: grid;	
	position: relative;
	z-index: 2;
	padding: 0 1rem;
	border-bottom: 1px solid rgba(29, 35, 39, 0.5);
	align-items: center;
	grid-template-columns: auto 30px;
	grid-template-areas: "site-header-content main-navigation";
}

.site-header-wrap.fixed {
	position: fixed;
	top: 0;
}

.site-header-content {
	display: -ms-grid;
	display: grid;
	position: relative;
	margin-right: 10px;
	padding: 0;
	align-items: center;
	grid-area: site-header-content;
	grid-gap: 0 0.5em;
	grid-template-areas: "site-options site-branding";
	justify-content: start;
}

body.custom-background .site-header-content {
	background-color: transparent;
}

.site-options {
	grid-area: site-options;
	text-align: right;
}

.site-branding {
	display: -ms-grid;
	display: grid;
	width: 100%;
	padding: 0;
	text-align: center;
	align-items: center;
	grid-area: site-branding;
	grid-gap: 0 0.25em;
	grid-template-areas: "custom-logo-link site-title";
}

.custom-logo-link {
	display: block;
	width: auto;
	line-height: 1;
	grid-area: custom-logo-link;
}

.custom-logo-link img,
.custom-logo-link picture {
	display: block;
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
	margin-bottom: 0;
}

.site-description {
	margin: 0.375em 0 0;
	color: #1d2327;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	word-wrap: break-word;
	grid-area: site-description;
}

/*--------------------------------------------------------------
# Headers & Titles
--------------------------------------------------------------*/
.site-title {
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	grid-area: site-title;
}

.site-title a {
	color: #1d2327;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text,
.assistive-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	clip-path: inset(50%);
}

.screen-reader-text:focus,
.assistive-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 16px 24px;
	border-radius: 4px;
	color: #21759b;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	clip-path: none;

	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	margin-right: auto;
	margin-left: auto;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: calc(100% - 4rem);
	max-width: 45rem;
	margin-bottom: 2em;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
	max-width: 45rem;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	display: block;
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-right: auto;
	margin-left: auto;
}

/* Full */

.alignfull {
	position: relative;
	width: 100%;
	max-width: 100vw;
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

.alignfull:first-child {
	margin-top: 0;
}

/* Wide */

.alignwide {
	position: relative;
	width: calc(100% - 4rem);
	max-width: 64rem;
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	width: calc(100% - 4rem);
	max-width: 58rem;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.header-sidebar {
	grid-area: header-sidebar;
}

.footer-sidebar {
	align-items: top;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-sidebar a,
.site-info a,
.footer-sidebar a:visited,
.site-info a:visited {
	color: #fff;
	text-decoration: underline;
}

.footer-sidebar a:hover,
.footer-sidebar a:focus,
.site-info a:hover,
.site-info a:focus {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 auto 2em;
}

.widget select {
	max-width: 100%;
}

.widget ul,
.widget ol {
	margin: 0 0 2em 0;
	padding-left: 1.5em;
}

.widget-title {
	margin: 0 0 0.5em 0;
}

.header-sidebar .widget-title {
	line-height: 1.5;
}

.header-sidebar .widget p:only-of-type {
	margin: 0;
}

.header-sidebar .widget ul,
.header-sidebar .widget ol {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.footer-sidebar .widget {
	flex: 1 0 50%;
	padding: 0 1em;
	word-break: break-word;
}

.footer-sidebar .widget-title {
	color: #fff;
}

.footer-sidebar .widget ul,
.footer-sidebar .widget ol {
	text-align: left;
}

.after-entry-sidebar {
	margin: 0 auto 1rem;
	border-bottom: 1px solid #1d2327;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:active,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover,
.h-entry .mejs-controls a.mejs-horizontal-volume-slider,
.h-entry .mejs-controls a.mejs-horizontal-volume-slider:active,
.h-entry .mejs-controls a.mejs-horizontal-volume-slider:focus,
.h-entry .mejs-controls a.mejs-horizontal-volume-slider:hover {
	border-bottom: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text,
.blocks-gallery-caption {
	font-size: 0.75em;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Block Editor Blocks
--------------------------------------------------------------*/

/* Cover Block */
.entry-content .wp-block-cover,
.entry-content .wp-block-cover-image {
	z-index: 0;
}

.entry-content .wp-block-cover:first-child {
	margin-top: 0;
}

.wp-block-cover p {
	margin: 0;
}

.wp-block-cover__inner-container a {
	color: #fff;
}

/* Dropcaps */
.has-drop-cap::first-letter,
.has-drop-cap:not(:focus)::first-letter {
	margin: 0 0.5rem 0 0;
	padding-top: 0.5rem;
	font-family: inherit;
	font-size: 64px;
	font-size: 4rem;
	line-height: 1;
}

/* Images */
.wp-block-image figcaption {
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	text-align: center;
}

/* Blockquotes*/
q,
blockquote,
.wp-block-quote {
	margin: 1em 0.5em 2em 0.5em;
	padding-left: 1em;
	border-left: 2px solid #d63638;
	font-size: 1.125em;
	font-style: italic;
}

blockquote cite,
.wp-block-quote > cite,
.wp-block-pullquote > cite {
	display: block;
}

blockquote.is-style-large {
	border-left: none;
}

blockquote.is-style-large cite,
blockquote.wp-block-quote.is-style-large cite {
	margin-bottom: 2em;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
}

/* Pullquotes */
.wp-block-pullquote {
	border-top: 2px solid #d63638;
	border-bottom: 2px solid #d63638;
}

.wp-block-pullquote blockquote {
	border-left: none;
}

.wp-block-pullquote p {
	font-size: 1.125em;
	line-height: 1.6;
}

/* Tables */
.wp-block-table,
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: block;
	overflow: hidden;
	overflow-x: auto;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

/* Separator */
.wp-block-separator.is-style-default {
	width: 50%;
	max-width: 50%;
}

.wp-block-separator.is-style-wide {
	width: 100%;
	max-width: 100%;
}

/* Buttons */
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border: 2px solid;
	color: #d63638;
}

/* Group */
.wp-block-group.has-background {
	padding: 1.25em 2.375em;
}

/* Latest Posts */
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}

/* Gallery */
.wp-block-gallery.is-cropped .blocks-gallery-item picture {
	height: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	max-width: 100%;
	margin: 0 auto;
}

.site-footer {
	margin: 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
	color: #fff;
	background-color: #0a4b78;
	text-align: center;
}

.separator {
	padding: 0 0.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list,
.comment-list .children,
.mention-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.comment-list .children {
	margin-left: 30px;
}

.comment {
	position: relative;
	margin-top: 90px;
}

.comment.webmention {
	margin-top: 0;
}

.comment-metadata,
.comment .reply {
	font-size: 0.75em;
}

.comment-body {
	position: relative;
	margin-bottom: 16px;
	padding: 16px;
	border: 2px solid rgba(158, 158, 158, 0.33);
	border-radius: 0.5em;
	background: #fafbfc;
}

.comment-body::before {
	display: block;
	position: absolute;
	top: -17px;
	bottom: auto;
	left: 15px;
	border-width: 15px 15px 0 0;
	border-style: solid;
	border-color: transparent rgba(158, 158, 158, 0.33);
	content: "";
}

.comment-author a {
	text-decoration: none;
}

.comment .avatar {
	position: absolute;
	z-index: 1;
	top: -70px;
	left: 0;
	max-width: 48px;
	max-height: 48px;
	border-radius: 50%;
}

.comment.webmention .avatar {
	position: relative;
	top: 0;
	left: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content p:last-of-type {
	margin-bottom: 0;
}

.bypostauthor > .comment-body {
	border-color: rgba(158, 158, 158, 1);
}

.bypostauthor > .comment-body::before {
	border-color: transparent rgba(158, 158, 158, 1);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.h-entry {
	margin: 0 auto;
}

.hfeed .h-entry {
	padding: 0 0 4em;
}

.hfeed .h-entry:last-of-type {
	padding: 0;
}

.h-entry .entry-content a:not(.wp-block-button__link) {
	border-bottom: 1px solid #0a4b78;
	-webkit-box-shadow: inset 0 -2px 0 #0a4b78;
	box-shadow: inset 0 -2px 0 #0a4b78;
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

.h-entry .wp-block-image a,
.h-entry .wp-block-gallery a,
.h-entry .wp-block-image a:active,
.h-entry .wp-block-image a:focus,
.h-entry .wp-block-image a:hover,
.h-entry .wp-block-gallery a:active,
.h-entry .wp-block-gallery a:focus,
.h-entry .wp-block-gallery a:hover {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h-entry .entry-content a:hover,
.h-entry .entry-content a:focus,
.h-entry .entry-content a:active,
.h-entry .wp-block-image a:active,
.h-entry .wp-block-image a:focus,
.h-entry .wp-block-image a:hover,
.h-entry .wp-block-gallery a:active,
.h-entry .wp-block-gallery a:focus,
.h-entry .wp-block-gallery a:hover {
	color: #fff;
	background-color: #0a4b78;
	text-decoration: none;
}

.h-entry .entry-content a.button,
.h-entry .entry-content a.button:active,
.h-entry .entry-content a.button:focus,
.h-entry .entry-content a.button:hover,
.h-entry .entry-content a.button:visited,
.h-entry .entry-content a.wp-block-button__link,
.h-entry .entry-content a.wp-block-button__link:active,
.h-entry .entry-content a.wp-block-button__link:focus,
.h-entry .entry-content a.wp-block-button__link:hover,
.h-entry .entry-content a.wp-block-button__link:visited {
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 2em;
}

.post-thumbnail {
	display: block;
	text-align: center;
}

.entry-header {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-title {
	margin-top: 1em;
	font-size: 2em;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.entry-title a {
	text-decoration: none;
}

.entry-footer,
.entry-meta {
	margin-bottom: 0.75em;
	color: #aaa;
	font-size: 0.75em;
}

.entry-footer {
	padding-bottom: 1rem;
	border-bottom: 1px solid #1d2327;
}

.entry-footer span {
	margin-right: 1em;
}

.entry-footer a {
	text-decoration: none;
}

.entry-footer a:focus,
.entry-footer a:hover {
	text-decoration: underline;
}

.author-info {
	display: -ms-grid;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: 72px auto;
	justify-content: space-between;
	overflow: hidden;
	padding-bottom: 0;
}

.author-info p {
	margin-bottom: 1em;
}

.author-info a {
	text-decoration: none;
}

.author-info a:focus,
.author-info a:hover {
	text-decoration: underline;
}

.author-image .avatar {
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {

	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-navigation {
	position: relative;
	z-index: 1;
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Main Navigation
--------------------------------------------------------------*/
#main-navigation {
	grid-area: main-navigation;
}

#main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

#main-navigation ul ul {
	position: relative;
	left: 1em;
	width: calc(100% - 1em);
	padding: 0;
}

#main-navigation li {
	margin-bottom: 0;
}

#main-navigation a {
	display: block;
	padding: 0.1em 1rem;
	text-decoration: none;
}

#main-navigation a:hover,
#main-navigation a:focus {
	color: #fff;
	background-color: #0a4b78;
	text-decoration: none;
}

#main-navigation li.menu-item-has-children > a::after {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",
		"Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
		"Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier,
		monospace;
	content: " \25BF";
}

/* Small menu. */
#main-navigation .menu-toggle {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 15px 0;
	padding: 0;
	border: none;
	color: #1d2327;
	background: transparent;
}

#main-navigation .menu-toggle:focus {
	outline: auto;
}

#main-navigation .menu-icon,
#main-navigation .menu-icon::before,
#main-navigation .menu-icon::after {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	border-radius: 4px;
	background-color: #1d2327;
	content: "";
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
}

#main-navigation .menu-icon-text {
	padding-left: 40px;
}

#main-navigation .menu-icon {
	display: block;
	top: calc((100% - 2px) / 2);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.2s;
}

#main-navigation .menu-icon::before {
	top: -10px;
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
	transition-property: top, opacity;
}

#main-navigation .menu-icon::after {
	bottom: -10px;
	transition-delay: 0.1s;
	transition-timing-function: linear;
	transition-duration: 0s;
	transition-property: bottom, transform;
}

#main-navigation.toggled .menu-icon {
	opacity: 0.7;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(765deg);
}

#main-navigation.toggled .menu-icon::before {
	top: 0;
	opacity: 0;
	transition-delay: 0s;
}

#main-navigation.toggled .menu-icon::after {
	bottom: 0;
	transition-delay: 0s;
	transform: rotate(90deg);
}

#main-navigation #primary-menu {
	display: none;
}

#main-navigation.toggled #primary-menu {
	display: block;
}

/*--------------------------------------------------------------
### Footer Menu
--------------------------------------------------------------*/
#footer-navigation,
#footer-menu {
	display: inline;
}

#footer-menu {
	margin: 0;
	padding: 0;
}

#footer-menu li {
	display: inline-block;
	margin-left: 0.5em;
	list-style: none;
}

/*--------------------------------------------------------------
### Header Modal
--------------------------------------------------------------*/
#header-menu {
	display: none;
}

#header-menu.is-open {
	display: block;
}

.modal-overlay {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	justify-content: center;
	align-items: center;
}

.modal-container {
	overflow-y: auto;
	max-width: 500px;
	max-height: 70vh;
	margin-top: 2em;
	border-radius: 0.25em;
	background-color: #fff;
}

.modal-title {
	margin: 0;
}

.modal-close {
	margin: 0;
	border: 0;
	color: initial;
	background: transparent;
}

.modal-close::before {
	content: "\2715";
}

.modal-close:active,
.modal-close:focus,
.modal-close:hover {
	color: #fff;
}

#primary-menu-modal,
#primary-menu-modal ul {
	margin-left: 0;
	list-style: none;
}

#primary-menu-modal ul:first-child {
	margin: 0;
	padding: 0;
}

#primary-menu-modal {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-menu-modal li {
	margin: 0;
}

#primary-menu-modal li a {
	display: block;
	width: 100%;
	padding: 5px 15px;
	background-color: #fff;
}

#primary-menu-modal li a:active,
#primary-menu-modal li a:focus,
#primary-menu-modal li a:hover {
	color: #fff;
	background-color: #0a4b78;
}

/*--------------------------------------------------------------
### Page Navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation,
.author-info {
	overflow: hidden;
	max-width: 45rem;
	margin: 1rem auto;
	padding-bottom: 1rem;
	border-bottom: 1px solid #1d2327;
}

.nav-links {
	display: flex;
	position: relative;
}

.nav-links .meta-nav {
	font-weight: 700;
}

.nav-links a {
	text-decoration: none;
}

.nav-links a:focus,
.nav-links a:hover {
	text-decoration: underline;
}

.navigation-arrow {
	position: absolute;
	top: calc(50% - 1.5rem);
	font-size: 3rem;
	line-height: 1;
}

.nav-previous .navigation-arrow {
	left: -2rem;
}

.nav-next .navigation-arrow {
	right: -2rem;
}

.nav-next,
.nav-previous {
	position: relative;
	width: 50%;
	font-size: 0.75em;
}

.nav-previous {
	margin-left: 2em;
	padding-right: 1em;
	border-right: 1px solid #1d2327;
}

.nav-next {
	margin-right: 2em;
	padding-left: 1em;
	text-align: right;
}

/*--------------------------------------------------------------
# Misc Elements
--------------------------------------------------------------*/
.progress-bar {
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	height: 5px;
	background-color: #0a4b78;
}

.progress-bar.pride {
	background: -moz-linear-gradient(
		left,
		rgba(0, 0, 0, 1) 0%,
		rgba(99, 56, 0, 0.95) 14%,
		rgba(255, 0, 26, 0.9) 29%,
		rgba(255, 164, 44, 0.86) 43%,
		rgba(255, 255, 65, 0.81) 57%,
		rgba(0, 128, 23, 0.77) 71%,
		rgba(0, 0, 249, 0.72) 86%,
		rgba(134, 0, 125, 0.67) 100%
	);
	background: -webkit-gradient(
		left top,
		right top,
		color-stop(0%, rgba(0, 0, 0, 1)),
		color-stop(14%, rgba(99, 56, 0, 0.95)),
		color-stop(29%, rgba(255, 0, 26, 0.9)),
		color-stop(43%, rgba(255, 164, 44, 0.86)),
		color-stop(57%, rgba(255, 255, 65, 0.81)),
		color-stop(71%, rgba(0, 128, 23, 0.77)),
		color-stop(86%, rgba(0, 0, 249, 0.72)),
		color-stop(100%, rgba(134, 0, 125, 0.67))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 1) 0%,
		rgba(99, 56, 0, 0.95) 14%,
		rgba(255, 0, 26, 0.9) 29%,
		rgba(255, 164, 44, 0.86) 43%,
		rgba(255, 255, 65, 0.81) 57%,
		rgba(0, 128, 23, 0.77) 71%,
		rgba(0, 0, 249, 0.72) 86%,
		rgba(134, 0, 125, 0.67) 100%
	);
	background: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 1) 0%,
		rgba(99, 56, 0, 0.95) 14%,
		rgba(255, 0, 26, 0.9) 29%,
		rgba(255, 164, 44, 0.86) 43%,
		rgba(255, 255, 65, 0.81) 57%,
		rgba(0, 128, 23, 0.77) 71%,
		rgba(0, 0, 249, 0.72) 86%,
		rgba(134, 0, 125, 0.67) 100%
	);
	background: -ms-linear-gradient(
		left,
		rgba(0, 0, 0, 1) 0%,
		rgba(99, 56, 0, 0.95) 14%,
		rgba(255, 0, 26, 0.9) 29%,
		rgba(255, 164, 44, 0.86) 43%,
		rgba(255, 255, 65, 0.81) 57%,
		rgba(0, 128, 23, 0.77) 71%,
		rgba(0, 0, 249, 0.72) 86%,
		rgba(134, 0, 125, 0.67) 100%
	);
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 1) 0%,
		rgba(99, 56, 0, 0.95) 14%,
		rgba(255, 0, 26, 0.9) 29%,
		rgba(255, 164, 44, 0.86) 43%,
		rgba(255, 255, 65, 0.81) 57%,
		rgba(0, 128, 23, 0.77) 71%,
		rgba(0, 0, 249, 0.72) 86%,
		rgba(134, 0, 125, 0.67) 100%
	);
}

/*--------------------------------------------------------------
# Dark Mode
--------------------------------------------------------------*/
#dark-mode-check {
	position: absolute;
	opacity: 0;
}

#dark-mode-track {
	display: block;
	width: 4rem;
	margin: 0 auto;
	padding: 3px 6px;
	border: 2px solid #1d2327;
	border-radius: 16px;
	color: #fff;
	background-color: #1d2327;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: all 0.2s ease;
}

#dark-mode-check:focus + label,
#dark-mode-check:focus,
#dark-mode-track:focus,
#dark-mode-check:active,
#dark-mode-track:active {
	outline: thin dotted #0a4b78;
}

#dark-mode-track.dark-mode {
	border: 2px solid #1d2327;
	color: #1d2327;
	background-color: #fff;
}

body.dark-mode,
body.custom-background.dark-mode,
body.dark-mode #main-navigation.toggled #primary-menu,
body.dark-mode .site-footer,
body.dark-mode .site-header {
	color: rgba(255, 255, 255, 0.9);
	background-color: #1d2327;
}

body.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) th,
body.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) td,
body.dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) a,
body.dark-mode code,
body.dark-mode pre {
	color: #1d2327;
}

body.dark-mode.custom-background .site-header-content {
	background-color: transparent;
}

body.dark-mode *::-moz-selection {
	color: #1d2327;
}

body.dark-mode *::selection {
	color: #1d2327;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode a,
body.dark-mode a:visited,
body.dark-mode.h-entry .entry-content a,
body.dark-mode.h-entry .entry-content a:visited,
body.dark-mode .site-description,
body.dark-mode .entry-footer,
body.dark-mode .entry-meta,
body.dark-mode .wp-block-latest-posts__post-date,
body.dark-mode .wp-caption-text,
body.dark-mode .wp-block-pullquote,
body.dark-mode .wp-block-quote cite,
body.dark-mode .wp-block-quote footer,
body.dark-mode .wp-block-image figcaption,
body.dark-mode .wp-block-separator.is-style-dots::before {
	color: #fff;
}

body.dark-mode .comment-body {
	background-color: rgba(0, 0, 0, 0.2);
}

body.dark-mode #main-navigation .menu-icon,
body.dark-mode #main-navigation .menu-icon::before,
body.dark-mode #main-navigation .menu-icon::after {
	background-color: #fff;
}

.entry-footer,
.comment-navigation,
.posts-navigation,
.post-navigation,
.author-info {
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	transition: border-color 0.5s;
}

body.dark-mode .entry-footer,
body.dark-mode .comment-navigation,
body.dark-mode .posts-navigation,
body.dark-mode .post-navigation,
body.dark-mode .author-info {
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

body.dark-mode a.screen-reader-text:visited,
body.dark-mode a.assistive-text:visited {
	color: #21759b;
}

body.dark-mode #primary-menu-modal li a,
body.dark-mode #primary-menu-modal li a:visited {
	color: #0a4b78;
}

body.dark-mode #primary-menu-modal li a:active,
body.dark-mode #primary-menu-modal li a:focus,
body.dark-mode #primary-menu-modal li a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (prefers-color-scheme: light) {

	html {
		content: "light";
	}
}

@media (prefers-color-scheme: dark) {

	html {
		content: "dark";
	}
}

/* Remove all animations and transitions  
for people that prefer not to see them */  
@media (prefers-reduced-motion: reduce) {  

	*,  
	*::before,  
	*::after {  
		transition-duration: 0.01ms !important;  
		animation-duration: 0.01ms !important;  
		animation-iteration-count: 1 !important;  
		scroll-behavior: auto !important;  
	}  
}

@media print {

	.site-options,
	#main-navigation,
	.widget_calendar,
	.widget_search,
	.navigation,
	#comments,
	.site-footer,
	.progress-bar {
		display: none;
	}

	.site-header-content,
	.site-branding {
		display: block;
	}

	.site-header-wrap {
		display: contents;
	}

	.site-header-content {
		width: calc(100% - 4rem);
		max-width: 45rem;
		margin: 0 auto;
	}

	.site-title,
	.site-description {
		margin: 1rem auto;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {

	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	.alignleft figcaption,
	figure.alignleft,
	.alignright figcaption,
	figure.alignright,
	img.alignleft,
	.alignleft img,
	.wp-caption.alignleft img[class*="wp-image-"],
	img.alignright,
	.alignright img,
	.wp-caption.alignright img[class*="alignright wp-image-"] {
		float: none;
		margin: 0 auto;
	}

	.nav-links {
		display: block;
	}

	.nav-previous,
	.nav-next {
		width: 100%;
		margin: 0;
	}

	.nav-previous .navigation-arrow,
	.nav-next .navigation-arrow {
		line-height: 1;
	}

	.navigation .nav-previous {
		margin-bottom: 1rem;
		padding: 0 0 0 30px;
		border-right: none;
	}

	.navigation .nav-next {
		margin: 0;
		padding: 0 30px 0 0;
	}
}

@media screen and (min-width: 600px) {

	.comment-list .children {
		margin-left: 0;
	}

	.comment {
		margin-top: 0;
		margin-left: 70px;
	}

	.comment-body::before {
		display: block;
		position: absolute;
		top: 35px;
		bottom: auto;
		left: -17px;
		border-width: 0 15px 15px 0;
		border-style: solid;
		border-color: transparent rgba(158, 158, 158, 0.33);
		content: "";
	}

	.comment .avatar {
		top: 16px;
		left: -70px;
	}

	.comment.parent .comment-body::after,
	.comment.parent .children .comment:not(:last-child)::after {
		display: block;
		position: absolute;
		top: 56px;
		left: -48px;
		width: 2px;
		height: 100%;
		border-left: 2px dashed rgba(158, 158, 158, 0.33);
		content: "";
	}

	.comment.parent .children .comment:not(:last-child)::after {
		top: 48px;
		left: -116px;
	}

	.comment:not(.parent) .comment-body::after {
		display: none;
	}

	.comment .children .comment .comment-meta::before {
		display: block;
		position: absolute;
		top: 40px;
		left: -114px;
		width: 48px;
		height: 2px;
		border-top: 2px dashed rgba(158, 158, 158, 0.33);
		content: "";
	}

	.comment.parent.bypostauthor .comment-body::after,
	.comment.parent.bypostauthor .children .comment:not(:last-child)::after {
		border-left: 2px dashed rgba(158, 158, 158, 0.5);
	}

	.comment.bypostauthor .children .comment .comment-meta::before {
		border-top: 2px dashed rgba(158, 158, 158, 0.5);
	}
}

@media screen and (max-width: 767px) {

	#primary-menu {
		display: none;
		position: absolute;
		top: 63px;
		right: -20px;
		width: 100vw;
		padding: 0 1rem;
		background-color: #fff;
		box-shadow: 0 8px 8px -4px #1d2327;
	}

	.header-sidebar,
	.site-description,
	.menu-icon-text {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	#main-navigation .menu-toggle {
		display: none;
	}

	#primary-menu {
		display: block;
	}

	#dark-mode-track {
		margin: 1rem auto 0;
	}

	.site-header-content {
		grid-template-columns: none;
		grid-template-areas:
			"site-options"
			"site-branding"
			"header-sidebar";
		margin: 0 auto 24px;
		padding: 0;
	}

	.site-options {
		margin-bottom: 16px;
		text-align: center;
	}

	.entry-title {
		font-size: 48px;
		font-size: 3rem;
	}

	.site-info {
		max-width: 760px;
		margin-right: auto;
		margin-left: auto;
	}

	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}

	/*--------------------------------------------------------------
    # Header Sidebar
    --------------------------------------------------------------*/
	.site-wrap {
		display: -ms-grid;
		display: grid;
		grid-template-areas:
			"head main"
			"head foot";
		grid-template-columns: 240px calc(100% - 240px);
		grid-template-rows: max-content;
		min-height: 100vh;
		align-items: flex-start;
	}

	.site-header {
		z-index: 1;
		top: 0;
		width: 240px;
		height: 100%;
		margin-bottom: 0;
		padding: 0;
		border-right: 1px solid rgba(29, 35, 39, 0.5);
		grid-area: head;
	}

	.site-header-wrap {
		position:-webkit-sticky;
		position: sticky;
		z-index: 1;
		top: 0;
		width: inherit;
		padding-bottom: 24px;
		border-bottom: none;
		background-color: transparent;
		grid-template-columns: auto;
		grid-template-areas:
			"site-header-content"
			"main-navigation";
	}

	#main-navigation #primary-menu {
		display: block;
		padding: 0;
	}

	.header-sidebar,
	.site-navigation {
		font-size: 1.15rem;
	}

	.header-sidebar {
		text-align: center;
	}

	.site-title {
		font-size: 1.5em;
		text-align: center;
	}

	.site-branding {
		padding-bottom: 24px;
		justify-items: center;
		grid-template-areas:
			"custom-logo-link"
			"site-title"
			"site-description";
	}

	.custom-logo-link img,
	.custom-logo-link picture {
		max-width: 150px;
		max-height: 150px;
		margin-bottom: 16px;
	}

	.site-navigation {
		text-align: center;
	}

	body #main-navigation a {
		padding: 0.1em 0.25em;
	}

	.site-content {
		overflow: hidden;
		position: relative;
		grid-area: main;
	}

	.site-footer {
		position: relative;
		grid-area: foot;
		width: 100%;
	}

	.alignfull .jetpack-video-wrapper iframe,
	.alignwide .jetpack-video-wrapper iframe {
		margin-right: auto !important;
		margin-left: auto !important; /* to override inline styles */
	}

	.wp-block-image.alignright {
		margin-right: -12.5vw;
	}

	.wp-block-image.alignleft {
		margin-left: -12.5vw;
	}

	.wp-block-pullquote {
		padding: 1.5em 0.75em;
	}
}

@media screen and (min-width: 1024px) {

	.footer-sidebar .widget {
		flex: 1 0 33.33%;
	}
}
