/*
Theme Name: Infinity
Theme URI: https://www.garytaylor.uk/
Description: Infinity was a classic one-page theme called Affinity, designed with weddings and family announcements in mind, until I got hold of it...
Version: 5.0
Tested up to: 6.6.1
Requires PHP: 5.6
Author: Gary and Automattic
Author URI: http://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infinity
Tags: custom-header, featured-image-header, featured-images, flexible-header, full-width-template, rtl-language-support, threaded-comments, one-column, two-columns
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: (rewrite this at some point)
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
}

body {
  margin: 0;
  background: #f8f8f8;
}

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 {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, #infinite-handle span,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, #infinite-handle span {
  overflow: visible;
}

button, #infinite-handle span,
select {
  text-transform: none;
}

button, #infinite-handle span,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
/*  -webkit-appearance: button; */
  cursor: pointer;
}

button[disabled], #infinite-handle span[disabled],
html input[disabled] {
  cursor: default;
}

button, #infinite-handle span,
input {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type="number"],
input[type="number"] {
  height: auto;
}

input[type="search"],
input[type="search"] {
/*  -webkit-appearance: none; */
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
/*  clip: rect(1px, 1px, 1px, 1px); */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/*  clip: auto !important; */
  color: #5e5853;
  display: block;
  font-size: 13.2px;
  font-size: 0.825rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments - none, until we get to a wider width
--------------------------------------------------------------*/
.aligncenter, .alignleft, .alignright {
/*  clear: both; */
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
	text-align: center;
}
.alignleft { /* Shouldn't these two calls be removed until min-width: 46em ? */
	text-align: left;
}
.alignright {
/*	text-align: right; */
}

.entry-content * > .alignleft + *,
.entry-content * > .alignright + * {
	margin-top: 0;
}
.callout-left, .alignright {
/*	margin-left: 16px;
	margin-right: 16px; */
}

.alignwide {
    margin: 32px calc(25% - 25vw);
	max-width: 100vw;
/*	width: 100vw; */
}
.alignfull {
    margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-block-audio.alignleft, .wp-block-audio.alignright, .wp-block-file.alignleft, .wp-block-file.alignright, .wp-block-quote.alignleft, .wp-block-quote.alignright, .wp-block-video.alignleft, .wp-block-video.alignright {
	max-width: 92%;
}


/*--------------------------------------------------------------
# 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 {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*
 New way to do fonts locally
 */
@font-face { font-family: Raleway; src: url(https://www.garytaylor.uk/wp-content/themes/infinity/assets/fonts/Raleway/static/Raleway-Regular.ttf); font-style: normal; font-weight: normal; font-display: swap; }
@font-face { font-family: Raleway; src: url(https://www.garytaylor.uk/wp-content/themes/infinity/assets/fonts/Raleway/static/Raleway-Bold.ttf); font-weight: bold; font-display: swap; }
@font-face { font-family: Lora; src: url(https://www.garytaylor.uk/wp-content/themes/infinity/assets/fonts/Lora/static/Lora-Regular.ttf); font-weight: normal; font-display: swap; }
@font-face { font-family: Lora; src: url(https://www.garytaylor.uk/wp-content/themes/infinity/assets/fonts/Lora/static/Lora-Italic.ttf); font-style: italic; font-display: swap; }
/* @font-face { font-family: Lora; src: url(https://www.garytaylor.uk/wp-content/themes/infinity/assets/fonts/Lora/static/Lora-Bold.ttf); font-style: bold; font-display: swap; } */
 
body,
button,
#infinite-handle span,
input,
select,
textarea {
  color: #1e1c1b; color: #3e3c3b;
  font-family: Lora, Baskerville, Georgia, Times, serif;
  font-size: 16px;
  font-size: 1.175em;
  font-size: 1.075em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
/*  clear: both; */
  font-family: Lora, Baskerville, Georgia, Times, serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

h1 {
  font-size: 34px;
  font-size: 2.25rem;
}

h2 {
  font-size: 29.2px;
  font-size: 2rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 18px;
  font-size: 1.312rem;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

p {
  margin-top: 0;
  margin-bottom: 1.6em;
  font-style: normal;
  font-weight: normal;
}
p:last-child {
	margin-bottom: 0;
}

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

p em, p i {
  font-size: 1.075rem;
}

address {
  margin: 0 0 1.6em;
}

pre {
  background: #e8e9ea;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.2px;
  font-size: 0.825rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.95rem;
  background-color: #e8e9ea;
  padding: 1px;
  border: 1px solid #ccc;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

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


/*--------------------------------------------------------------
# Blockquotes and other quotes
--------------------------------------------------------------*/

  blockquote, .wp-block-quote {
  color: #99908a; color: #5e5853;
  font-family: Lora, Baskerville, Georgia, sans-serif;
  font-size: 18px;
  font-size: 1.25rem;
  font-style: italic;
  border-left: 0;
  padding: 0.8em 2.5em;
  padding: 0 2.5em 0.8em 2.5em;
  margin-top: 0.4em;
}
.wp-block-quote.alignleft, .wp-block-quote.alignright {
	border-top: 3px solid #99908a;
  border-bottom: 1px solid #99908a;
}
blockquote.aligncenter, .wp-block-quote .aligncenter{
  text-align: center;
}
blockquote p:last-of-type, .wp-block-quote p:last-of-type {
  margin-left: 1.6em;
}
blockquote p {
	margin-bottom: 0;
}
.wp-block-quote .callout-left > p {
	margin-left: 1.6em;
}

blockquote blockquote {
  border-top: 0;
  border-bottom: 0;
  padding-left: .8em;
  padding-bottom: 0;
}
blockquote cite, .wp-block-quote cite {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 16px;
  font-size: 0.95rem;
  padding-top: 0.5em;
  float: none;
}
blockquote cite:before, .wp-block-quote cite:before {
  content: ""
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
  padding: 0.8em;
  width: 75%;
  margin: auto;
}
blockquote:before {
  border-top: 3px solid #99908a;
}
blockquote:after {
  border-bottom: 1px solid #99908a;
}

/*--------------------------------------------------------------
# <figcaption> declarations
--------------------------------------------------------------*/

.blocks-gallery-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption {
  display: block;
  color: #5e5853;
  caption-side: bottom;
  text-align: left;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0.8em;
  padding: 0 0.4em 0.4em 1.6em;
	border-bottom: 1px solid #99908a;
	border-bottom: 1px solid #e8e9ea;
	width: 100%;
}
.alignfull figcaption {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.blocks-gallery-caption:before, .wp-block-audio figcaption:before, .wp-block-embed figcaption:before, .wp-block-image figcaption:before, .wp-block-table figcaption:before, .wp-block-video figcaption::before {
  content: "\25B2";
/*  content: "\2303"; */
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  vertical-align: baseline;
  color: #12359d; color: #1f2f4f; color: #5e5853;
  margin-left: -21px;
  padding-right: 5px;
  line-height: 1.3;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 {
  color: #79706a;
  border: 3px solid #e8e9ea;
  border-radius: 3px;
  margin-bottom: 1.6em;
  transition: 0.3s;
  width: 50%;
  padding: 0.5em;
  padding-top: 0.3em;
}
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 {
  color: #5e5853;
  border-color: #79706a;
  outline: none;
}

select {
  border: 1px solid #e8e9ea;
}

textarea {
  padding-left: .4em;
  width: 100%;
}

/* Jetpack Comment Form  - I don't use Jetpack. Delete? */

.contact-form > div {
  position: relative;
}
.contact-form label.text,
.contact-form label.email,
.contact-form label.name,
.contact-form label.url,
.contact-form label.textarea {
  display: inline-block;
  margin-bottom: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="name"],
.contact-form textarea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 28%;
  width: 100% !important;
  max-width: 100% !important;
}
.contact-form textarea {
  padding: 2.5em .5em .5em;
}

.post-password-form input[type="submit"] {
  top: -2px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid white;
  outline: 4px solid #79706a;
  background: #99908a;
  background: #79706a;
  color: white;
  font-size: 13.2px;
  font-size: 0.825rem;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
/*  margin-right: .8em; */
  padding: 0.8em 1.2em;
  position: relative;
  left: 4px;
  transition: 0.3s;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus,
button:hover,
.wp-block-file a.wp-block-file__button:hover,
button:active,
.wp-block-file a.wp-block-file__button:active,
button:focus,
.wp-block-file a.wp-block-file__button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline-color: #5e5853;
  background-color: #5e5853;
  color: white;
}

.button {
  display: inline-block;
}
.button:hover, .button:focus, .button:active {
  outline: 4px solid #5e5853;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-play #infinite-handle span, #infinite-handle .mejs-controls .mejs-play span,
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-mute #infinite-handle span,
#infinite-handle .mejs-controls .mejs-mute span {
  outline: none;
}

.error-404 {
	text-align: center;
}


/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
	clear: both;
  border: 0;
  height: 1px;
  margin: 0.8em auto;
  max-width: 66%;
}

.sep {
  margin: 0 0.8em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 96px; width: 9em; max-width: 9em;
}
.wp-block-separator {
 text-align:center;
 height:auto;
 width: 9em;
	border-bottom: 2px solid #99908a;
}
.wp-block-separator.is-style-dots {
	border-bottom: 0;
}
.wp-block-separator.is-style-wide {
	width: 100%;
}
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
	background-color: transparent !important;
}
hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
	color: currentColor !important;
}
hr.wp-block-separator.is-style-dots:before {
 content:"\00b7 \00b7 \00b7";
	color: #99908a;
	font-size: 1.728rem; font-size: 3em;
	letter-spacing: 0.83333rem;
	padding-left: 0.83333rem;
}

.has-background:not(.has-background-background-color) hr.wp-block-separator,
[class*="background-color"]:not(.has-background-background-color) hr.wp-block-separator,
[style*="background-color"] hr.wp-block-separator,
.wp-block-cover[style*="background-image"] hr.wp-block-separator {
	border-color: currentColor;
}

.infobox-left {
	width: 92%;
	border: 1px solid #99908a;
	font-size: 0.95rem;
	padding: 0.8em;
	margin: 0.8em auto;
} 

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol:not(.footnotes):not(.comment-list) {
  margin: 0 0 1.6em 3.2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.6em 1.6em;
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table, .wp-block-table {
  margin: 0 0 1.6em;
  width: 100%; width: 96%;
  margin: 0 auto 0.8em;
	min-width: 240px;
	border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  padding: 0.4em 0.2em;
  border-bottom: 1px solid #e8e9ea;
	padding: calc( 0.5 * 16px);
	border: 1px solid #99908a;
	word-break: normal;
	font-size: 1rem;
}
.wp-block-table thead {
  font-weight: bold;
  text-align: left;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  border-bottom: 3px solid #5e5853;
}

.wp-block-table {
 overflow-x:auto
}
.wp-block-table table {
 width: 100%;
 margin-bottom: 0.4em;
}
.wp-block-table .has-fixed-layout {
 table-layout:fixed;
 width:100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
 word-break: normal;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
 display:table;
 width:auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
 word-break: normal;
}
.wp-block-table .has-subtle-light-gray-background-color {
 background-color:#f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
 background-color:#e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
 background-color:#e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
 background-color:#fcf0ef
}
.wp-block-table.is-style-stripes {
 border-spacing:0;
 border-collapse:inherit;
 background-color:transparent;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
 background-color:#f3f4f5; background-color: #e8e9ea;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {  /* Delete or reshade? */
 background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
 background-color:#e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
 background-color:#e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
 background-color:#fcf0ef
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
 border-color:transparent
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #9d3512;
  transition: 0.3s;
  text-decoration: dotted;
}
a:visited {
  color: #9d3512;
}
a:hover, a:focus, a:active {
  color: #383e44; color: #99908a;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
	text-decoration: underline;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

/* .hide-this {
	display: none;
} */

.content-area {
  margin: 0 auto;
  width: 100%;
}

.site-main {
  margin: 0 auto;
}

.site-content {
  margin: 0 auto;
  width: 96%; width: 100%;
}

.site-content .widget-area {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
}

.site-footer {
  clear: both;
  background: #ffffff;
}


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

.hentry {
  content: "";
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #e8e9ea;
  margin: 0 0 3.2em; /* margin-bottom: 0; */
  padding: 0 0 3.2em;  padding-top: 2.5em; padding-bottom: 1.6em;
  width: 100%; width: 92%;
}
.hentry:last-of-type, .search-results .hentry, .search-results .hentry:last-of-type {
	border-bottom: none;
	margin-bottom: 1.6em;
}
article .hentry {
	margin-top: 3.2em;
}
article .hentry .hentry {
	margin-top: 0;
}
.archive .hentry:first-of-type {
/*	margin-top: 0; */
}
.single .hentry {
  border-bottom: 0;
  margin-bottom: 0;
  margin-bottom: 1.6em;
}
.page .hentry {
  border-bottom: none;
  margin-bottom: 1.6em;
/*  padding-bottom: 0; */
}
.single .hentry, .page .hentry, .archive .hentry, .search-results .hentry {
  width: 100%;
}
.single .hentry, .page:not(.home) .hentry {
  background-color: #f8f8f8;
}
.custom-header {
  min-height: 1.6em; min-height: 1em;
  margin-top: 2.2em; margin-top: 2em;
  line-height: 0;
}
.home .custom-header, .archive .custom-header, .error404 .custom-header, .search .custom-header {
	background-color: transparent;
	margin-top: 0;
}

.entry-summary {
  color: #89807a;
    color: #6e6863;
  font-size: 18px;
  font-size: 1.125em; font-size: 1.0625em;
  font-style: italic;
  margin-bottom: .8em;
  width: 100%;
  clear: both;
  border-bottom: 3px solid #e8e9ea;
  padding-bottom: 0.8em;
}
.home .entry-summary {
	text-align: center;
}
.entry-summary p:last-of-type {
  margin-bottom: 0;
}

.search-results .entry-summary {
  color: inherit;
  font-size: 16px;
  font-size: 1rem; font-size: 1.15rem;
  font-style: normal;
  margin-bottom: auto;
  width: auto;
  clear: none;
}

.search-results .entry-summary:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.page-content a,
.entry-content a,
.entry-summary a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.entry-content a, .entry-title .entry-meta a, .entry-footer a, .entry-meta a:visited {
	color: #9d3512;
	text-decoration: underline solid #ad4522;
}

.entry-header {
  margin-bottom: 1.6em;
}
.home .entry-header {
	margin-bottom: 0.8em;
}

.entry-title {
  margin: 0;
  color: #5e5853;
  line-height: 1.3;
}
.home .entry-title {
	text-align: center;
}

.entry-title a,
.entry-title a:visited {
  color: #5e5853;
  opacity: 1;
  text-decoration: none;
  transition: 0.3s;
}
.entry-title a:hover,
.entry-title a:visited:hover {
  opacity: 0.75;
}

.site-header .entry-title {
  font-weight: normal;
  position: relative;
  text-align: center;
  padding-top: 0.8em;
  padding-bottom: 0.4em;
    display: block;
    line-height: 1.1; line-height: 1;
	width: 100%;
	margin: 0 auto;
  }

.site-header .entry-description {
  padding-top: 10px;
  padding: 1em 0;
  color: #99908a;
  color: #6e6863;
  font-family: Lora, Baskerville, Georgia, sans-serif;
  font-weight: normal;
  font-style: italic;
}
  .site-header .entry-description {
    line-height: 1.2;
    font-size: 47.12px;
    font-size: 1.45rem;
    text-align: center;
  }
/*  .entry-description p {
	margin-bottom: 1em;
  } */

.entry-meta, .entry-meta-side {
  color: #383e44;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.6em;
  clear: left;
  font-size: 13.2px;
  font-size: 0.825rem;
  font-style: normal;
  line-height: 1.6;
}
.entry-meta span, .entry-meta-side span {
  margin-bottom: 0.2em;
}
.entry-meta a, .entry-meta-side a {
/*  text-decoration: none; */
}

.entry-meta span:after {
	content: "\2666";
    color: #5e5853;
    display: inline-block;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    margin-left: 0.5em; margin-right: 0.5em;
}
.entry-meta span:last-of-type:after {
    display: none;
    margin-left: 0.3em;
}

.entry-meta-side { display: none; }
.meta-extra { margin-top: -1.6em; }

.entry-footer {
  clear: both;
  color: #383e44;
  font-size: 13.2px;
  font-size: 0.825rem;
}
.entry-footer a {
/*  text-decoration: none; */
}
.entry-footer span {
  display: block;
  margin-bottom: .4em;
}

.featured-image {
  display: inline-block;
  margin-bottom: 1.6em;
  margin-bottom: 1.2em;
  position: relative;
}
.featured-image img {
  display: block;
  opacity: 0.9;
  transition: 0.25s opacity;
}
.featured-image a:before {
  border: 0.8em solid transparent;
  box-shadow: inset 0 0 0 1px #e8e9ea;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-image a:hover img {
  opacity: 1;
}

.page-links {
  border-top: 1px solid #e8e9ea;
  border-bottom: 1px solid #e8e9ea;
  color: #5e5853;
  padding: 0.8em 0;
  margin: 0.8em 0;
  font-weight: bold;
  word-spacing: 5px;
  width: 100%;
}
.page-links a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Pages - CHECK we're using all of these styles
--------------------------------------------------------------*/
.page-links {
/*  clear: both;
  margin: 0 0 1.5em; */
}

.page-title {
/*  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .8em; */
}

.page-header {
/*  margin-top: 0;
  margin-bottom: 2.4em;
  padding-bottom: .8em; */
/*  border-bottom: 1px solid #e8e9ea; */
  text-align: center;
}
.search-results .page-header {
	display: none;
}

.taxonomy-description {
  font-style: italic;
}

.page .entry-content {
/*  font-size: 1.1rem; */
}

.contents-page {
	margin-bottom: 2.4em;
}
.contents-page .entry-header {
	margin-bottom: 0;
	margin: 0 0.8em;
}
.contents-page-excerpt {
	margin: 0.8em 0;
	margin: 0.8em;
}
.contents-page-excerpt .entry-meta {
	margin-bottom: 0;
}
.contents-page-excerpt .entry-meta-extra .cat-links {
	display: none;
}
.contents-page-excerpt .entry-content {
}
.contents-page-more {
	clear: both;
	margin: 0 0.95em;
	padding: 0.8em 0;
	border-top: 1px solid #99908a;
	border-top: 2px solid #e8e9ea;
	font-family: Raleway;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contents-page-asides {
	padding: 0.4em; padding-top: 0.8em;
	border: 2px solid #e8e9ea;
}
.contents-page-asides .content {
	font-size: 0.85em;
}
.content figure.alignwide {
	margin: auto;
}
.content figcaption {
	border-bottom: 0;
}
.content .wp-block-quote {
	margin: 0;
	margin: 0.8em 0;
	padding: 0.8em;
	text-align: center;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

.custom-header-image {
  background-size: 100% auto;
  background-position: top left;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

/* ---- Home page 'call to action' ----  */

.footer-cta-wrapper h2 {
	font-size: 1.5em;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway, "Helvetica Neue", sans-serif;
}
.footer-cta-wrapper {
	background: #1e3c5b !important;
	color: #fff;
	clear: both;
    margin: 0 auto;
	padding: 0; padding: 0.5em;
	min-height: 9em !important;
}
.footer-cta-image figure.alignright {
	margin: 0;
}

.footer-cta-image { float: right; padding-left: 0; padding-right: 6px; }
.footer-cta-image img { height: 50px !important; width: auto; }
.footer-cta a, footer-cta h2 { color: #fff; }
.footer-cta p { line-height: 1.5em; margin-bottom: 0; }



/*--------------------------------------------------------------
## Site, page, post and index headers
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background: #ffffff;
}

.custom-header img {
    padding-bottom: 2.4em; padding-bottom: 0em;
	background: #ffffff;
}

.home .custom-header img {
	padding-bottom: 0.8em;
}

.no-custom-header .custom-header {
  display: none;
}

.header-wrapper {
  width: 100%;
  padding: 0 5%; padding-bottom: 0em;
    background-color: rgba(95,88,83,0.83);
	background-color: rgba(0,0,42,0.8);
}

.site-branding {
  clear: none;
}

.site-description-wrapper {
  margin: 0 auto 1.6em;
  margin: 0 auto;
  width: 90%; width: 66%;
}

.site-description {
  color: #99908a;
  margin: 0;
  text-align: center;
  font-family: Lora, Baskerville, Georgia, Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  font-size: 2.4em;
  padding-bottom: 0;
  border-bottom: 1px solid #e8e9ea; border-bottom: 0;
  display: none;
}
.site-description a {
  color: #99908a;
  text-decoration: none;
  display: none;
}
.site-description a:hover {
  color: #99908a;
}

.site-title {
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13.2px;
  font-size: 0.825rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: absolute;
  left: 1.6em;
  top: 1.6em;
}
.site-title a {
  color: #e8e9ea;
  text-decoration: none;
}
.home .site-title a, .site-title a:hover {
	color: #ffffff;
}


/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
  color: #99908a; color: #69605a;
  font-size: 13.2px;
  font-size: 0.825rem;
  margin: 1.6em auto 2.4em;
  margin-top: 0.8em;
}
.site-footer a,
.site-footer a:visited {
  text-decoration: none;
  color: #5e5853;
}
.site-footer a:hover,
.site-footer a:visited:hover {
  color: rgba(153, 144, 138, 0.95);
}
.site-footer .sep {
  color: #5e5853;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.site-info {
  padding: 1.6em; padding: 0;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 61%;
  margin: auto;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: grid;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-size: 13.2px;
  font-size: 0.825rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 60px;
}
.main-navigation:before {
	background-color: rgba(98,83,93,0.75);
	background-color: rgba(0,0,31,0.8);
}
.main-navigation a,
.main-navigation a:visited {
  color: #99908a;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.main-navigation ul {
  display: none;
  margin: 0 0 1.6em -1.6em;
  list-style: none;
}
.main-navigation ul li {
  list-style: none;
}
.main-navigation ul li a {
  display: block;
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid #e8e9ea;
}
.main-navigation ul ul {
  margin-bottom: 0;
}
.main-navigation ul ul li:first-of-type a {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid #e8e9ea;
}
.main-navigation ul ul a {
  padding-left: 1.6em;
}
.main-navigation ul ul ul a {
  padding-left: 3.2em;
}
.main-navigation ul ul ul ul a {
  padding-left: 4.8em;
}
.main-navigation ul ul ul ul ul a {
  padding-left: 6.4em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled > div {
  clear: both;
  background-color: white;
}
.main-navigation.toggled > div > ul > li {
  padding-left: 1.2em;
/*  padding-right: 2.4em; */
}
.main-navigation.toggled > div.social-links-menu > ul > li:first-of-type {
/*  padding-left: 0; */
}

.menu-toggle {
background-color: transparent;
  margin-right: 0;
  outline: 0;
  position: absolute;
  top: .8em;
  left: 100%;
  transform: translateX(-100%) translateX(-1.6em);
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: transparent;
}

.no-custom-header .menu-toggle {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 1.6em;
  float: right;
  transform: none;
}

/* =Social Links */

.nav-links-menu, .social-links-menu {
	float: right;
}
footer .social-links-menu {
	float: none;
	text-align: center;
	margin-top: 1.6em;
}

.social-links-menu ul li a {
  border-top: 0;
}
.nav-links-menu ul li:first-of-type a {
/*  padding-top: 0; */
/*  border-top: 0; */
}

.social-links-menu {
	margin-bottom: 0;
	}

.social-links-menu .menu {
	margin: 0 1rem;
	}

.social-links-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.social-links-menu ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	}
/*.social-links ul li:first-of-type {
	padding-left: 0;
} */
.social-links-menu ul a {
	display: inline-block;
	margin-right: 1.5px;
	text-decoration: none;
}

.social-links-menu ul a:hover { text-decoration: none; }
.social-links-menu ul li { vertical-align: top; }

.comment-navigation,
.posts-navigation,
.post-navigation {
  background: #ffffff;
  border-top: 2px solid #99908a;
  border-bottom: 1px solid #99908a;
  padding: 0.8em 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  overflow: hidden;
  margin-bottom: 1.6em;
  margin-top: 0.8em; 
}

/* .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.6em;
  overflow: hidden;
} */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 100%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  width: 100%;
}
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #e8e9ea;
  }

.comment-navigation a,
.comment-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
.post-navigation a,
.post-navigation a:visited {
  color: #383e44;
  text-decoration: none;
}
.comment-navigation a:hover,
.comment-navigation a:visited:hover,
.posts-navigation a:hover,
.posts-navigation a:visited:hover,
.post-navigation a:hover,
.post-navigation a:visited:hover {
  color: #99908a;
}


.post-navigation .title {
  display: block;
  clear: both;
  color: #99908a; color: #79706a;
  font-style: normal;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13.2px;
  font-size: 0.825rem;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-list {
  list-style: none;
  margin: 0 0 3.2em;
  padding: 0;
  margin-bottom: 0.8em;
}
.comment-list .children {
  list-style: none;
}

.comment-body {
  content: "";
  display: table;
  table-layout: fixed;
  margin-top: 1.6em;
  padding-top: 1.6em;
  width: 100%;
}

.comments-title,
.comment-reply-title {
  font-size: 1.625rem;
  padding-top: 1em;
  border-bottom: 1px solid #e8e9ea;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
.comments-title a,
.comments-title a:visited,
.comment-reply-title a,
.comment-reply-title a:visited {
  float: right;
}

.comment-author .fn {
  color: #5e5853;
  display: inline-block;
  margin-bottom: .4em;
  font-size: 1rem;
  font-family: Lora, Baskerville, Georgia, Times, serif;
  font-weight: bold;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
.comment-author .fn a,
.comment-author .fn a:visited {
  color: #5e5853;
}
.comment-author .avatar {
  float: left;
  margin-right: 1.6em;
}

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

.comment-metadata {
  color: #99908a;
  font-size: 0.825rem;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-bottom: 2.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-metadata a,
.comment-metadata a:visited {
  display: inline-block;
  text-decoration: none;
  color: #5e5853;
}
.comment-metadata .edit-link:before {
  content: "\2666";
  margin-left: .4em;
  margin-right: .8em;
}
.comment-metadata a:first-of-type {
  display: inline-block;
  margin-bottom: .8em;
}

.pingback .edit-link,
.trackback .edit-link {
  float: right;
}

.no-comments {
	padding: 1.6em 0;
  color: #383e44;
  font-style: italic;
  display: block;
  text-align: center;
  width: 100%;
}

.says {
  display: none;
}

.comment-content {
  clear: both;
}

.comment-respond {
	margin: 0 auto;
}

.comment-form label {
  display: inline-block;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0 0 1.6em;
  position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.65em 0.8em;
  position: absolute;
  left: 0;
  top: 2px;
  text-transform: uppercase;
}
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  clear: both;
  padding-left: 6.4em;
  width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  padding: 2em 0.8em 0.375em;
}


/*--------------------------------------------------------------
# Widgets (and widget-like blocks)
--------------------------------------------------------------*/

/* Specific widgets */

.textwidget {
  word-wrap: break-word;
}
 .widget .tagcloud a { /* This is needed for the Recent Theme widget only. Must try and fix that... */
	margin-right: 0.3em;
}
.by-year-widget a:after, .widget .tagcloud a:after, .page .widget a:after {
    content: "\2666";
    color: #5e5853;
    display: inline-block;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    margin-left: 0.3em;
}
.by-year-widget a:after, .widget_tag_cloud .tagcloud a {
    margin-right: 0;
}
.page .widget, .wp-block-column .widget {
	display: block;
	margin-right: 0;
  padding: 1.6em; padding: 0.8em; padding-top: 1.6em;
  padding: 1.6em 0.8em;
  border: 3px solid #f3f3f4;
  border: 3px solid #e8e9ea;
  font-size: 0.87rem;
  text-align: center;
}
.page .widget a, .wp-block-column .widget a {
  text-decoration: none;
  color: #5e5853;
  font-size: 0.99rem !important;
}

.widget {
  margin: 0 0 2.4em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget a {
  text-decoration: none;
  color: #5e5853;
  font-size: 0.87rem !important;
}
.widget a:last-of-type:after {
	content: "";
	display: none;
}
.widget div > ul, .widget > ul {
  margin: 0;
  padding: 0;
}
.widget div > ul li, .widget > ul li {
  list-style: none;
  border-top: 1px solid #e8e9ea;
  margin: 0.8em 0 0;
  padding: 0.8em 0 0;
}
.widget div > ul > li:first-of-type, .widget > ul > li:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.widget div > ol, .widget > ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.widget div > ol li, .widget > ol li {
  border-top: 1px solid #e8e9ea;
  margin: 0.8em 0 0;
  padding: 0.8em 0 0;
}
.widget div > ol > li:first-of-type, .widget > ol > li:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.widget-title, .widgettitle {
  font-size: 16px;
  font-size: 1rem;
  font-family: Raleway, "Helvetica Neue", sans-serif;
  font-style: normal;
  margin-top: 0;
  margin-bottom: .8em;
  padding-bottom: .8em;
  border-bottom: 1px solid #e8e9ea;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget-title label {
  color: inherit;
}

#secondary .widget {
  padding: 1.6em;
  border: 3px solid #f3f3f4;
  font-size: 13.2px;
  font-size: 0.87rem;
  text-align: center;
}


/*--------------------------------------------------------------
# Media, embeds & <figure>
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* figure {
  margin: 0 0 1.6em;
} */

.archive .entry-content figure, .search-results .entry-content figure {
	max-width: 100% !important;
}
/* .archive .entry-content .gallery figure {
	max-width: unset;
} */

* > figure > video {
/*	max-width: unset;
	width: 100%;
	vertical-align: middle; */
}

.wp-block-audio audio {
 width:100%;
/* min-width:300px */
}
.wp-block-embed {  /* Move .wp-block-embed calls to be with audio & video declarations. */
 margin: 0;
 margin-bottom: 1.6em;
}
.wp-block-embed-pdf-viewer, .wp-block-embed-pdf-viewer-pdf__content-wrapper, .pdfViewer, #viewer {
	border: 1px solid #333;
}
.wp-block-embed-pdf-viewer object {
	width: 100%;
	height: 734px;
}
.wp-block-image {
/* margin-bottom: 1.6em; */
}
.wp-block-image img {
 /*! max-width:100% */
}
.wp-block-image.aligncenter {
 text-align:center
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
 width:100%
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
 display:table;
 margin-top: 0.4em;
/* margin-left:0;
 margin-right:0 */
}
.wp-block-image .alignleft {
 margin-left: 0;
}
.wp-block-image .alignright {
 margin-right: 0;
}
.wp-block-image .aligncenter {
 margin-left:auto;
 margin-right:auto;
}
.wp-block-video {
/* margin-left:0;
 margin-right:0 */
}
.wp-block-video video {
 max-width:100%;
}
.wp-block-video .alignright video {
	max-width: 45%;
}
/*@supports ((position:-webkit-sticky) or (position:sticky)) {
 .wp-block-video [poster] {
  object-fit:cover
 }
} */
.wp-block-video.aligncenter {
 text-align:center;
}


/* =SVG fills */ /* Only for icons pulled in by the svg-icons script. Other svg icons need 'fixing'. */

svg {
	fill: #5e5853;
/*	width: 16px; */
}

svg:hover {
	fill: #007f00; fill: #99908a;
}

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

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


/*--------------------------------------------------------------
## Galleries - see block calls later.
--------------------------------------------------------------*/

/* .wp-block-gallery { margin: 0; } */
/* .hentry .gallery { padding-bottom: 0; } */

/* .gallery {
  margin-bottom: 1.6em;
} */


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 45.9375em) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form input[type="name"],
  .contact-form textarea {
    padding-left: .5em !important;
    padding-right: .5em !important;
  }
/*  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #e8e9ea;
  } */
}


/* This is 640px - iPhone 6/7/8 landscape hacks */

@media screen and (min-width: 40em) {
  table, .wp-block-table {
	min-width: 240px;
	border-collapse: collapse;
  }
  
  .alignleft {
    float: left;
	text-align: left;
    margin: 0.4em 1.6em 0.4em 0;
	margin: 0 1.6em 0.4em 0;
	  max-width: calc(0.47 * calc( 640px - 64px));
  }
  .alignright {
    float: right;
    margin: 0.4em 0 0.4em 1.6em;
	margin: 0 0 0.4em 1.6em;
	  max-width: calc(0.47 * calc( 640px - 64px));
  }

  .callout-left, .callout-right{
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
	  margin: 0 auto; margin: 0.2em 1.6em 0;
  }
  .callout-left {
	  margin-right: 0.8em;
	  float: left;
  }
  .callout-right {
	  margin-left: 0.8em;
	  float: right;
  }
   .wp-block-audio.callout-left, .wp-block-audio.alignright{
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
   }
   .wp-block-file.callout-left, .wp-block-file.alignright {
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
   }
  .wp-block-image .alignleft {
	 float:left;
	 }
  .wp-block-image .alignright {
	float:right;
	}
  .wp-block-quote.callout-left, .wp-block-quote.alignright {
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
	 padding: 0.8em;
  }
  .wp-block-quote.alignright {
	 margin: 0.2em 0.8em;
  }	  
  .wp-block-quote.callout-left:before, .wp-block-quote.alignright:before {
	  content: "\201C";
	 font-family: Lora, Georgia, serif;
	 font-size: 4em;
	 font-weight: 700;
	 float: left;
	 margin: -0.4em 0.2em 0.4em -0.2em;
	 border-top: 0;
	 padding: 0;
	 width: initial;
	 display: inherit;
   }
   .wp-block-quote.callout-left:after, .wp-block-quote.alignright:after {
	   border-bottom: 0;
	   padding: 0.2em;
   }
   .wp-block-table.callout-left, .wp-block-table.alignright{
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
   }
   .wp-block-video.callout-left, .wp-block-video.alignright{
	  width: 47%;
	  max-width: calc(0.47 * calc( 640px - 64px));
   }
   .infobox-left.callout-left {
/*	  width: 47%;
	  max-width: calc(0.5 * calc( 640px - 64px)); */
/*	   margin: 0 1.6em; */
   }
   .alignfull figcaption {
	width: 100%;
}
   
   .home .entry-header {
	   margin-bottom: 1.6em;
   }

   body {
    position: relative;
  }
  
  .hide-this {
/*	  display: block; */
  }

  .site-footer .sep {
    clear: none;
    display: inline;
    width: auto;
    height: auto;
    visibility: visible;
    margin: 0 0.4em;
  }
  .site-info {
	  max-width: 100%;
  }

  .panel-navigation {
    display: block;
  }

/*  .header-wrapper {
    padding: 0.8em 5%;
} */

  .archive .site-content, .search-results .site-content, .archive .widget-area {
	  width: 100%; width: 96%;
	  max-width: 1080px;
  }
  .archive .site-main, .search-results .site-main {
    margin: 0 1em;
  }

  .content-area .single-header-block, .home .single-header-block {
	  margin-top: 0;
	  margin-bottom: 0;
  }
  .archive .content-area .single-header-block, .search-results .content-area .single-header-block {
	  max-width: 100%;
  }
  
  .single-header-block:not(article) {
	  margin-top: 5.5em;
	  margin-bottom: 1.7em;
  }
  
/*  .single .entry-header, .page .entry-header { display: none; } */
  .home .page .entry-header { display: block; }
  
  .footer-cta-image { float: right; padding-left: 17px; padding-right: 0; }
  .footer-cta-image img { height: 80px !important; width: auto; }

  .single .entry-summary, .page .entry-summary { display: none; }

  .site-header {
/*    margin-bottom: 3.2em; margin-bottom: 1.1em; */
    overflow: hidden;
  }

  .site-header .entry-title {
  }
  
  .archive .entry-meta, .search-results .entry-meta {
	  text-align: left;
  }
  .single .entry-meta {
	  border-right: 0;
	  float: none;
	  width: 100%;
	  text-align: center;
  }
  
  .site-header .entry-title {
    display: block;
	position: relative;
    line-height: 1.1;
    font-size: 2.945rem;
    text-align: center;
	width: 93%; width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
  }
  .site-title a {
	  text-shadow: none;
  }
  .site-header .entry-description {
	padding: 25px 0 0;
  }
  .entry-description p {
	margin-bottom: 1em;
  }
  
  .site-description {
    font-size: 32px;
    font-size: 2.4rem;
    line-height: 1.25;
    color: #e8e9ea;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
	text-shadow: 1px 1px #666;
	position: absolute;
	bottom: 2.5%; bottom: 2%;
	left: 50%;
    transform: translate(-50%, -32.5%);
	display: block;
  }

  .page-title {
    font-size: 29.2px;
    font-size: 1.825rem;
  }
  .archive .page-title, .search-results .page-title {
	  padding-top: 0;
  }
  
  .entry-summary {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .home .custom-header img {
	  padding-top: 0;
  }
  .no-custom-header .custom-header {
    display: block;
  }
  .no-custom-header .header-wrapper {
    padding-bottom: .8em;
  }
  .no-custom-header .site-title,
  .site-title {
    text-align: left;
    transform: translateY(0);
    position: relative;
    top: auto;
    left: auto;
  }

  .site-branding {
    max-width: 25%;
    float: left;
  }

   svg {
  }

  .menu-toggle {
    display: none;
  }
  
  .main-navigation {
	display: block;
    float: right;
    max-width: 80%;
    text-align: right;
	margin-top: 0;
  }
  .main-navigation svg {
	fill: #e8e9ea;
  	width: 21px;
	margin-top: -3px;
	margin-left: 7px;
}
  .main-navigation svg:hover {
	fill: #ffffff;
  }
 
  .main-navigation a,
  .main-navigation a:visited {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    color: #e8e9ea; color: #d8d9da;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current-menu-parent > a {
    color: rgba(232, 233, 234, 0.75); color: #ffffff;
  }
  .main-navigation.toggled > div {
    clear: none;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation.toggled > div > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0 0 -1.3em;
    padding: 0;
  }
  .main-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    border: 6px solid #f0f0f0;
    float: left;
    font-family: Raleway, Baskerville, Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 2.55em;
    left: -9999em;
    z-index: 99999;
  }
  .main-navigation ul ul a {
    padding: 0.8em !important;
    padding-left: inherit;
  }
  .main-navigation ul ul:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 14px solid white;
    border-top: 0 solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  .main-navigation ul ul:after {
    border: 3px solid #e8e9ea;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: -6px;
  }
  .main-navigation ul ul ul a {
    padding-left: inherit;
  }
  .main-navigation ul ul ul:before {
    display: none;
  }
  .main-navigation ul ul li {
    margin-left: 0;
    text-align: center;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul li a:after {
    display: none;
  }
  .main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
    color: #99908a;
  }
  .main-navigation ul ul li:hover > a:visited, .main-navigation ul ul li.focus > a:visited {
    color: #99908a;
  }
  .main-navigation ul ul li:first-of-type a {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    transform: translateX(0);
    left: 100%;
  }
  .main-navigation ul ul a,
  .main-navigation ul ul a:visited {
    border-bottom: 1px solid #e8e9ea;
    color: #5e5853;
    padding: .8em;
    margin: 0;
    width: 180px;
  }
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
    color: #99908a; color: #fff;
  }
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
    color: #99908a; color: #fff;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 50%;
    transform: translateX(-0.75em) translateX(-50%);
  }
  .main-navigation li {
    display: inline-block;
    margin-left: 0.8em; margin-left: 0.3em;
    position: relative;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #fff;
  }
  .main-navigation li:hover > a:visited, .main-navigation li.focus > a:visited {
    color: #fff;
  }
  .main-navigation li a:after {
    content: "\2666";
    color: rgba(232, 233, 234, 0.5);
    display: inline-block;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    margin-left: 1em; margin-left: 0.6em;
  }
  /*.nav-links-menu li:last-of-type a:after,*/ .social-links-menu li a:after {
    display: none;
  }
  .nav-links-menu li:last-of-type a:after {
	  content: "\007C";
	  margin-left: 1.2em;
  }
  .main-navigation li.menu-item-has-children > a,
  .main-navigation li.page_item_has_children > a {
    position: relative;
    padding-right: 1.6em;
  }
  .main-navigation li.menu-item-has-children > a:after,
  .main-navigation li.page_item_has_children > a:after {
    position: relative;
    left: 1.6em;
  }
  .main-navigation li.menu-item-has-children:last-of-type > a:before,
  .main-navigation li.page_item_has_children:last-of-type > a:before {
    right: -.1em;
  }
  .main-navigation ul ul li.menu-item-has-children > a:before,
  .main-navigation ul ul li.page_item_has_children > a:before {
    display: none;
  }
  
    .social-links-menu {
/*	float: none; */
/*	text-align: center; */
  }
  .social-links-menu ul a:before {
/*	  color: #5e5853;
	  padding: 0; */
  }
  .main-navigation .social-links-menu ul li a {
	  padding-top: 0;
	  border-top: 0;
  }
  .social-links-menu .menu {
	  margin: 0 0 -1.3em 0.4em;
  }

  .header-wrapper {
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: 0.3s;
    min-height: 0;
    padding: 0.8em 2.5%;
    background-color: rgba(0,0,42,0.8);
  }
  .admin-bar .header-wrapper {
    top: 32px;
  }
  .header-wrapper.without-transparency {
     background-color: #5e5853;
	 background-color: rgba(0,0,42,0.8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }

  .contact-form label.absolute {
    position: absolute;
    left: .8em;
    top: .5em;
  }
  .contact-form .no-padding {
    padding-left: .5em !important;
    padding-right: .5em !important;
  }
  
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
	padding: 0;
	margin: 0;
	border: 0;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header-wrapper {
    top: 46px;
  }
}

@media screen and (max-width: 767px) {  
  .admin-bar .header-wrapper {
    top: 46px;
	background: transparent;
  }
}


/* This is 752px - suitable for iPad (Mini) portrait (could take this up to 48em (=768px)) */

@media screen and (min-width: 47em) {
  .alignleft, .alignright, .callout-left, .callout-right, .wp-block-audio.callout-left, .wp-block-audio.alignright, .wp-block-file.callout-left, .wp-block-file.alignright, .wp-block-quote.callout-left, .wp-block-quote.alignright, .wp-block-table.callout-left, .wp-block-table.alignright, .wp-block-video.callout-left, .wp-block-video.alignright {
	  max-width: calc(0.47 * calc( 768px - 48px));
  }
  .alignright, .callout-right, .wp-block-file.alignright, .wp-block-quote.alignright, .wp-block-table.alignright, .wp-block-video.alignright {
	  margin-right: calc(0.47 * calc(100% - calc( 768px - 48px)));
  }
	  
  .entry-meta-side, .comment-meta {
/*	margin-left: 5%;
	display: block; */
	}
  
/*  .entry-meta-side,
  .comment-meta, */
  .archive .entry-meta, .search-results .entry-meta {
    float: left;
    border-right: 2px solid #e8e9ea;
    padding-right: 0.8em;
	width: 27%;
    max-width: 225px;
	}
  /*.entry-meta-side span,*/ .archive .entry-meta span, .search-results .entry-meta span {
	display: block;
	text-align: left;
  }
  .entry-meta-side span:after, .archive .entry-meta span:after, .search-results .entry-meta span:after {
	content: "";
  }
  .entry-meta-side .entry-meta-extra {
	margin-top: 1.6em;
  }
  .contents-page .entry-meta {
	display: block;
	float: left;
	text-align: left;
	width: 31%;
	border-right: 2px solid #e8e9ea;
	margin-top: 0.4em;
	margin-right: 1.6em;
	padding-right: 1.6em;
	padding-bottom: 0.8em;
  }
    .contents-page .entry-meta {
	  padding-bottom: 1.6em;
  }
  
  .wp-block-column .contents-page .entry-meta {
	  float: none;
	  width: 100%;
	  border-right: 0;
  }

  .archive .entry-content, .search-results .entry-content, .reply {
	margin-left: 225px;
  }
}



/**
 * Wider screens: landscape iPad Mini and larger
 */
 
@media screen and (min-width: 1024px) {
  .site-content {
	  width: 100%;
  }
  .site-description {
    font-size: 47.12px;
    font-size: 2.945rem;
  }
  .site-description-wrapper {
   margin: 0 auto;
    width: 30%;
	left: 31%;
  }
  
  .archive .content-area, .search-results .content-area {
    float: left;
	width: 71%;
  }
  .single .content-area { margin: 0; }

  .archive .site-main, .search-results .site-main {
    margin: 0 30% 0 0; margin: 0 1.5em;
  }
  .single .site-main { margin: 0; }
 
  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 29%;
/*	margin-top: 0; */
  }
  
  .widget {
	margin-right: 1.5em;
  }

  .comment-content {
    clear: none;
  }

  .comment-meta .edit-link:before {
    display: none;
  }

  .entry-title {
	text-align: left;
  }
  
  .entry-meta-side, .comment-meta {
	margin-left: 5%;
	display: block;
	}
  .entry-meta-side,
  .comment-meta, 
  .archive .entry-meta, .search-results .entry-meta {
	  margin-top: 0.4em;
    float: left;
    border-right: 1px solid #e8e9ea;
    padding-right: 0.8em;
	width: 27%;
    max-width: 225px;
	}
  .entry-meta-side span, .archive .entry-meta span, .search-results .entry-meta span {
	display: block;
	text-align: left;
  }
  .entry-meta-side span:after, .archive .entry-meta span:after, .search-results .entry-meta span:after {
	content: "";
  }
  .entry-meta-side .entry-meta-extra {
	margin-top: 1.6em;
  }
  .contents-page .entry-meta {
	  padding-bottom: 1.6em;
  }
  
  .archive .entry-content, .search-results .entry-content, .reply {
	margin-left: 225px;
  }
  .comments-area {
	margin-top: 2em;
  }

  blockquote, .wp-block-quote, .wp-block-quote p em {
    font-size: 26px;
    font-size: 1.45rem;
  }
  
  hr {
	  clear: right;
  }
  
  .alignleft, .alignright, .callout-left, .callout-right, .wp-block-audio.callout-left, .wp-block-audio.alignright, .wp-block-file.alignright, .wp-block-table.callout-left, .wp-block-table.alignright, .wp-block-video.callout-left, .wp-block-video.alignright {
/*	  width: 57%; */
	  max-width: calc(0.47 * calc( 768px - 48px));
  }
  .alignright, .callout-right, .wp-block-file.alignright, .wp-block-table.alignright, .wp-block-video.alignright {
	  margin-right: calc(0.47 * calc(100% - calc( 768px - 48px)));
  }

}



/*
**
** Block styles, which will need to replace *some* older styles above but which will mostly need to join styles below.
**
*/

.has-background:not(.has-background-background-color) .wp-block-quote,
[class*="background-color"]:not(.has-background-background-color) .wp-block-quote,
[style*="background-color"] .wp-block-quote,
.wp-block-cover[style*="background-image"] .wp-block-quote {
	border-color: currentColor;
}



/**
 * Responsive Logic
 * - Loading this last to respect cascading rules
 */
/**
 * Page Layout Styles & Responsive Styles
 */
/* Responsive width-content overrides */
.responsive-max-width, hr.wp-block-separator.is-style-wide,
.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right), 
.page .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), 
.entry-content .wp-audio-shortcode, .post-navigation, .posts-navigatio, .pagination, .comments-area .comment-content, .comment-respond, .widget-area, .site-main .error404, .site-description-wrapper, .single-header-block {
	max-width: 100%; max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 640px) {
	.responsive-max-width, hr.wp-block-separator.is-style-wide,
	.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right):not(.single-header-block), 
	.entry-content .wp-audio-shortcode, .post-navigation, .posts-navigatio, .pagination, .comments-area .comment-content, .comment-respond, .widget-area, .site-main .error404, .search-results .entry-summary, .site-description-wrapper, .footer-cta {
		max-width: calc( 640px - 32px);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 736px) {
	.responsive-max-width, hr.wp-block-separator.is-style-wide,
	.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right):not(.single-header-block), 
	.entry-content .wp-audio-shortcode, .post-navigation, .posts-navigatio, .pagination, .comments-area .comment-content, .comment-respond, .widget-area, .site-main .error404, .search-results .entry-summary, .site-description-wrapper, .footer-cta {
		max-width: calc( 736px - 48px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 768px) {
	.responsive-max-width, hr.wp-block-separator.is-style-wide,
	.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right):not(.single-header-block), 
	.entry-content .wp-audio-shortcode, .post-navigation, .posts-navigatio, .pagination, .comments-area .comment-content, .comment-respond, .entry-summary, .widget-area, .site-main .error404, .search-results .entry-summary, .site-description-wrapper, .footer-cta {
		max-width: calc( 768px - 48px);
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.responsive-max-width, hr.wp-block-separator.is-style-wide,
	.single:not(.category-galleries) .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right):not(.single-header-block), 
	.post-navigation, .posts-navigation, .pagination, .comments-area .comment-content, .comment-respond, .site-main .error404, .search-results .entry-summary, .site-description-wrapper, .footer-cta {
		max-width: calc( 768px - 48px);
		width: calc(calc( 768px - 48px) + 256px);
		margin-right: calc(0.5 * calc(100% - calc(calc( 768px - 48px) + 256px)));
	}
}

@media only screen and (min-width: 1280px) {
	.responsive-max-width, hr.wp-block-separator.is-style-wide,
	.single:not(.category-galleries) .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.callout-left):not(.callout-right):not(.single-header-block), 
	.entry-content .wp-audio-shortcode, .post-navigation, .posts-navigation, .pagination, .comments-area .comment-content, .comment-respond, .site-main .error404, .search-results .entry-summary, .site-description-wrapper .footer-cta {
		max-width: calc( 768px - 32px);
		width: calc(calc( 768px - 32px) + 256px);
		margin-right: calc(0.5 * calc(100% - calc(calc( 768px - 32px) + 256px)));
	}
}

@media only screen and (min-width: 768px) {
	.single .single-header-block, .page .single-header-block,
	/* .single .entry-content > .comments-area, */
	.page .entry-content > *:not(.alignwide):not(.alignfull)/*:not(.alignleft):not(.alignright)*/:not(.callout-left):not(.callout-right), 
	.single.single-format-gallery .entry-content > *:not(.alignwide):not(.alignfull),
	.category-galleries .post-navigation, .posts-navigatio, /* .pagination, .site-main .error-404, .search-results .entry-summary, .site-description-wrapper,*/ .akismet_comment_form_privacy_notice, .footer-cta {
		max-width: calc( 768px - 48px);
		width: calc(calc( 768px - 48px) + 256px);
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%; max-width: 92%;
	/* Matches normal width until desktop breakpoint */
}

@media only screen and (min-width: 640px) {
	.entry-content > .alignwide, .comments-title, .alignfull figcaption {
		max-width: calc( 640px - 32px);
/*		max-width: 100%; */
	}
}

@media only screen and (min-width: 736px) {
	.entry-content > .alignwide, .comments-title, .alignfull figcaption {
		width: calc( 736px - 48px);
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.entry-content > .alignwide, .comments-title, .alignfull figcaption {
		width: calc( 768px - 48px);
		max-width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.entry-content > .alignwide, .comments-title, .alignfull figcaption {
		width: calc(calc( 768px - 48px) + 256px);
		max-width: calc(100% - 48px);
	}
}

@media only screen and (min-width: 1280px) {
	.entry-content > .alignwide, .comments-title, .alignfull figcaption {
		width: calc(calc( 768px - 32px) + 256px);
		max-width: calc(100% - 32px);
	}
}

body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
	width: calc(100% + 256px);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* @media only screen and (min-width: 560px) {
	body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
		width: calc(calc( 560px - 32px) + 256px);
		max-width: 100%;
	}
} */

@media only screen and (min-width: 640px) {
	body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
		width: calc(calc( 640px - 32px) + 256px);
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
		width: calc(calc( 768px - 32px) + 256px);
		max-width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
		width: calc(calc( 882px - 32px) + 256px);
		width: calc(calc( 982px - 48px) + 256px);
		max-width: 100%;
	}
}

@media only screen and (min-width: 1280px) {
	body:not(.fse-enabled) #masthead, .header-wrapper, .site-footer #footer-info-wrapper {
		width: calc(calc( 982px - 32px) + 256px);
		width: calc(calc( 1080px - 32px) + 256px);
		max-width: 100%;
	}
}

.entry-content > .alignfull {
/*	margin-left: -16px;
	margin-right: -16px; */
	width: calc(100% + 32px);
	max-width: calc(100% + 32px); max-width: 100%;
}

@media only screen and (min-width: 640px) {
	.entry-content > .alignright, .comments-title {
		margin-right: calc( 0.5 * (100vw - calc( 640px - 32px)));
	}
}

@media only screen and (min-width: 736px) {
	.entry-content > .alignright, /*.callout-right, */.comments-title {
		margin-right: calc( 0.5 * (100vw - calc( 736px - 48px)));
	}
}

@media only screen and (min-width: 768px) {
	.entry-content > .alignright, .comments-title {
		margin-right: calc( 0.5 * (100vw - calc( 768px - 48px)));
	}
}

@media only screen and (min-width: 1024px) {
	.entry-content > .alignright, /*.callout-right, */.comments-title {
		margin-right: calc( 0.5 * (100vw - calc( 848px - 32px)));
		margin-right: calc( 0.5 * (100vw - calc( 1020px - 48px)));
	}
}

@media only screen and (min-width: 1280px) {
	.entry-content > .alignright, .callout-right, .comments-title {
		margin-right: calc( 0.5 * (100vw - calc( 832px - 32px)));
		margin-right: calc( 0.5 * (100vw - calc( 1040px - 32px)));
	}
}

@media only screen and (min-width: 640px) {
	.callout-left, .comments-title, .comment-meta, .alignfull figcaption {
		margin-left: calc( 0.5 * (100vw - calc( 640px - 32px)));
	}
}

@media only screen and (min-width: 736px) {
	/*.entry-content > .alignleft, */.callout-left, .comments-title, .comment-meta, .alignfull figcaption {
		margin-left: calc( 0.5 * (100vw - calc( 736px - 48px)));
	}
}

@media only screen and (min-width: 768px) {
	.callout-left, .comments-title, .comment-meta, .alignfull figcaption {
		margin-left: calc( 0.5 * (100vw - calc( 768px - 48px)));
	}
}

@media only screen and (min-width: 1024px) {
	/*.entry-content > .alignleft, */.callout-left, .comments-title, .comment-meta, .entry-meta-side, .alignfull figcaption {
		margin-left: calc( 0.5 * (100vw - calc( 848px - 32px)));
		margin-left: calc( 0.5 * (100vw - calc( 1020px - 48px)));
	}
}

@media only screen and (min-width: 1280px) {
	/*.entry-content > .alignleft, */.callout-left, .comments-title, .comment-meta, .entry-meta-side, .alignfull figcaption {
		margin-left: calc( 0.5 * (100vw - calc( 862px - 32px)));
		margin-left: calc( 0.5 * (100vw - calc( 1040px - 32px)));
	}
}



/**
 * Gutenberg default block styles start here (unless they've already been moved upwards).
 * These blocks are either in-line or full-width, and shouldn't be affected by the responsive logic above.
 * Blocks that are affected by the responsive logic are/will be moved above it.
 */

#start-resizable-editor-section {
 display:none
}
.wp-block-button {
 color:#fff
}
.wp-block-button.aligncenter {
 text-align:center
}
.wp-block-button.alignright {
 text-align:right
}
.wp-block-button__link {
 background-color:#32373c;
 border:none;
 border-radius:28px;
 box-shadow:none;
 color:inherit;
 cursor:pointer;
 display:inline-block;
 font-size:18px;
 margin:0;
 padding:12px 24px;
 text-align:center;
 text-decoration:none;
 overflow-wrap:break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
 color:inherit
}
.wp-gs .wp-block-button__link:not(.has-background) {
/* background-color:var(--wp--color--primary */ /* Not using scss here, so what should this call really be? */
}
.is-style-squared .wp-block-button__link {
 border-radius:0
}
.no-border-radius.wp-block-button__link {
 border-radius:0!important
}
.is-style-outline {
 color:#32373c
}
.is-style-outline .wp-block-button__link {
 background-color:transparent;
 border:2px solid
}
.wp-block-buttons .wp-block-button {
 display:inline-block;
 margin:4px
}
.wp-block-buttons.aligncenter {
 text-align:center
}
.wp-block-columns {
 display:flex;
 margin-bottom:28px;
 flex-wrap:wrap
}
@media (min-width:782px) {
 .wp-block-columns {
  flex-wrap:nowrap
 }
}
.wp-block-columns.has-background {
 padding:20px 30px
}
.wp-block-column {
 flex-grow:1;
 min-width:0;
 word-break:normal;
 overflow-wrap:break-word;
}
@media (max-width:599px) {
 .wp-block-column {
  flex-basis:100%!important
 }
}
@media (min-width:600px) and (max-width:781px) {
 .wp-block-column {
  flex-basis:calc(50% - 16px)!important;
  flex-grow:0
 }
 .wp-block-column:nth-child(2n) {
  margin-left:32px
 }
}
@media (min-width:782px) {
 .wp-block-column {
  flex-basis:0;
  flex-grow:1
 }
 .wp-block-column[style*=flex-basis] {
  flex-grow:0
 }
 .wp-block-column:not(:first-child) {
  margin-left:32px
 }
}
.wp-block-columns.are-vertically-aligned-top {
 align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center {
 align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom {
 align-items:flex-end
}
.wp-block-column.is-vertically-aligned-top {
 align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center {
 align-self:center
}
.wp-block-column.is-vertically-aligned-bottom {
 align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
 width:100%
}
.wp-block-cover,
.wp-block-cover-image {
 position:relative;
 background-color:#000;
 background-size:cover;
 background-position:50%;
 min-height:430px;
 height:100%;
 width:100%;
 display:flex;
 justify-content:center;
 align-items:center;
 overflow:hidden
}
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
 background-attachment:fixed
}
/* @supports (-webkit-overflow-scrolling:touch) {
 .wp-block-cover-image.has-parallax,
 .wp-block-cover.has-parallax {
  background-attachment:scroll
 }
} */
/* @media (prefers-reduced-motion:reduce) {
 .wp-block-cover-image.has-parallax,
 .wp-block-cover.has-parallax {
  background-attachment:scroll
 }
} */
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
 max-width:290px;
 width:100%
}
.wp-block-cover-image:after,
.wp-block-cover:after {
 display:block;
 content:"";
 font-size:0;
 min-height:inherit
}
/* @supports ((position:-webkit-sticky) or (position:sticky)) {
 .wp-block-cover-image:after,
 .wp-block-cover:after {
  content:none
 }
} */
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
 display:flex
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
/* width:calc(100% - 70px); */
 z-index:1;
 color:#f8f9f9
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
 color:inherit
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
 color:#fff
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
 color:#fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
 justify-content:flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
 justify-content:flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
 margin-left:0;
 text-align:left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
 margin-right:0;
 text-align:right
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
 font-size:2em;
 line-height:1.25;
 z-index:1;
 margin-bottom:0;
 max-width:580px;
 padding:14px;
 text-align:center
}
.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
 max-width:360px;
 width:100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
 position:relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
 content:"";
 display:block;
 padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
 padding-top:42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
 padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
 padding-top:56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
 padding-top:75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
 padding-top:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
 padding-top:177.78%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
 padding-top:200%
}
.wp-block-file {
 margin-bottom:1.5em;
 border-bottom: 1px solid #e8e9ea;
 padding: 0.2em;
}
.wp-block-file a {
	color: #5e5853;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 0.4em;
}
.wp-block-file.aligncenter {
 text-align:center
}
.wp-block-file.alignright {
 text-align:right;
}
.wp-block-file .wp-block-file__button {
/* background:#32373c;
 border-radius:2em;
 color:#fff;
 font-size:13px;
 padding:.5em 1em; */
 left: 0;
}
.wp-block-file a.wp-block-file__button {
 text-decoration:none;
 color: #ffffff;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
/* box-shadow:none;
 color:#fff;
 opacity:.85;
 text-decoration:none; */
}
.wp-block-file *+.wp-block-file__button {
 margin-left:.75em
}
.blocks-gallery-grid,
.wp-block-gallery {   /* Should replace the *gallery* calls above, but can be left here and the earlier calls removed */
 display:flex;
 flex-wrap:wrap;
 list-style-type:none;
 padding:0;
 margin:0;
 margin-bottom: 0.8em;
}
.blocks-gallery-grid {
	margin-bottom: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
 margin:0 16px 16px 0;
 margin: 0 0.4em 0.4em 0;
 display:flex;
 flex-grow:1;
 flex-direction:column;
 justify-content:center;
 position:relative
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
 margin:0;
 height:100%
}
/* @supports ((position:-webkit-sticky) or (position:sticky)) {
 .blocks-gallery-grid .blocks-gallery-image figure,
 .blocks-gallery-grid .blocks-gallery-item figure,
 .wp-block-gallery .blocks-gallery-image figure,
 .wp-block-gallery .blocks-gallery-item figure {
  display:flex;
  align-items:flex-end;
  justify-content:flex-start
 }
} */
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
 display:block;
 max-width:100%;
 height:auto;
 width:100%
}
/* @supports ((position:-webkit-sticky) or (position:sticky)) {
 .blocks-gallery-grid .blocks-gallery-image img,
 .blocks-gallery-grid .blocks-gallery-item img,
 .wp-block-gallery .blocks-gallery-image img,
 .wp-block-gallery .blocks-gallery-item img {
  width:auto
 }
} */
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
 position:absolute;
 bottom:0;
 width:100%;
 max-height:100%;
 overflow:auto;
 padding:40px 10px 9px;
 color:#fff;
 text-align:center;
 font-size:13px;
 background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
 display:inline
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
 width:100%
}
/* @supports ((position:-webkit-sticky) or (position:sticky)) {
 .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
 .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
 .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
 .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
 .wp-block-gallery.is-cropped .blocks-gallery-image a,
 .wp-block-gallery.is-cropped .blocks-gallery-image img,
 .wp-block-gallery.is-cropped .blocks-gallery-item a,
 .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height:100%;
  flex:1;
  object-fit:cover
 }
} */
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
 width:calc(50% - 16px)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
/* margin-right:0 */
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
 width:100%;
 margin-right:0
}
@media (min-width:600px) {
 .blocks-gallery-grid.columns-3 .blocks-gallery-image,
 .blocks-gallery-grid.columns-3 .blocks-gallery-item,
 .wp-block-gallery.columns-3 .blocks-gallery-image,
 .wp-block-gallery.columns-3 .blocks-gallery-item {
  width:calc(33.33333% - 10.66667px);
/*  margin-right:16px */
 }
 .blocks-gallery-grid.columns-4 .blocks-gallery-image,
 .blocks-gallery-grid.columns-4 .blocks-gallery-item,
 .wp-block-gallery.columns-4 .blocks-gallery-image,
 .wp-block-gallery.columns-4 .blocks-gallery-item {
  width:calc(25% - 12px);
/*  margin-right:16px; */
 }
 .blocks-gallery-grid.columns-5 .blocks-gallery-image,
 .blocks-gallery-grid.columns-5 .blocks-gallery-item,
 .wp-block-gallery.columns-5 .blocks-gallery-image,
 .wp-block-gallery.columns-5 .blocks-gallery-item {
  width:calc(20% - 12.8px);
/*  margin-right:16px */
 }
/* Will we ever have 7, 8 or 9 images across? */
 .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
 .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
 .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
 .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  margin-right:0
 }
 .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
 .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
 .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
 .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right:0
 }
 .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
 .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
 .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
 .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right:0
 }
 .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
 .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
 .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
 .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  margin-right:0;
 }
 .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
 .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
 .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
 .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  margin-right:0
 }
/* Will we ever have 7, 8 or 9 images across? */
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
 margin-right:0
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
 max-width:290px;
 width:100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
 justify-content:center
}

.wp-block-media-text {
 direction:ltr;
 display:grid;
 grid-template-columns:50% 1fr;
 grid-template-rows:auto
}
.wp-block-media-text.has-media-on-the-right {
 grid-template-columns:1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
 align-self:start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
 align-self:center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
 align-self:end
}
.wp-block-media-text .wp-block-media-text__media {
 grid-column:1;
 grid-row:1;
 margin:0
}
.wp-block-media-text .wp-block-media-text__content {
 direction:ltr;
 padding:0 8%;
 word-break: normal;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
 grid-column:2;
 grid-row:1
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
 grid-column:1;
 grid-row:1
}
.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
 max-width:unset;
 width:100%;
 vertical-align:middle
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
 height:100%;
 min-height:250px;
 background-size:cover
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
 position:absolute;
 width:1px;
 height:1px;
 padding:0;
 margin:-1px;
 overflow:hidden;
/* clip:rect(0,0,0,0); */
 border:0
}
@media (max-width:600px) {
 .wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns:100%!important
 }
 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
  grid-column:1;
  grid-row:1
 }
 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
 .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  grid-column:1;
  grid-row:2
 }
 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
  grid-column:1;
  grid-row:1
 }
}

p.has-background {
 padding:20px 30px
}
p.has-text-color a {
 color:inherit
}

.wp-block-search {
 display:flex;
 flex-wrap:wrap
}
.wp-block-search .wp-block-search__label {
 width:100%
}
.wp-block-search .wp-block-search__input {
 flex-grow:1;
 max-width:360px
}
.wp-block-search .wp-block-search__button {
 margin-left:10px
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
 display:flex
}
.wp-block-text-columns .wp-block-column {
 margin:0 16px;
 padding:0
}
.wp-block-text-columns .wp-block-column:first-child {
 margin-left:0
}
.wp-block-text-columns .wp-block-column:last-child {
 margin-right:0
}
.wp-block-text-columns.columns-2 .wp-block-column {
 width:50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
 width:33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
 width:25%
}

.has-text-align-center {
 text-align:center
}
.has-text-align-left {
 text-align:left
}
.has-text-align-right {
 text-align:right
}
#end-resizable-editor-section {
 display:none
}



/* -------------------------------------------------------------------------------- */
/*	My additions
/* -------------------------------------------------------------------------------- */

/* ---- Show external links differently ----- */

.entry-content a:not([href*="garytaylor.uk"]):not([href*="#"]):after, .comments-area a:not(*):after, .akismet_comment_form_privacy_notice:after {
    content: url('assets/external-link.svg');
    padding-right: 0.05em; 
	text-decoration: none;
	display: inline-flex;
	width: 1em;
	height: 1em;
	margin: -.8em 0 0;
	vertical-align: middle;
}

form#gdrf-form {
	margin-bottom: 2.4em;
}
.nf-field-description {
	font-size: 0.8em;
}

.has-drop-cap:not(:focus):first-letter, .single-post .format-standard .entry-content > p:not(.wp-block-quote):first-of-type:first-letter {
 float:left;
 font-size:8.4em; font-size: 8em; font-size: 5.4em;
 line-height:0.68;
 font-weight:100;
 margin:0.1em 0.1em 0 0;
 text-transform:uppercase;
 font-style:normal;
 color: #572121;
}
.category-communications.single-format-standard .entry-content > p:not(.wp-block-quote):first-of-type:first-letter {
	color: #125712;
}
.category-diary.single-format-standard .entry-content > p:not(.wp-block-quote):first-of-type:first-letter {
	color: #5e5853;
}
.category-skills.single-format-standard .entry-content > p:not(.wp-block-quote):first-of-type:first-letter {
	color: #43485e;
}


.format-aside {
	border-left: 4px solid #99908a;
	padding-left: 0.6em;
	margin-bottom: 3.2em;
}
.format-aside p {
	font-size: 0.9em;
}


a.shared-counts-button:after { content: ""; } /* Needs to change with different plugin */
div.shared-counts-wrap {
    margin-top: 2.4em;
	text-transform: none;
}
.format-gallery div.shared-counts-wrap, .entry-meta div.shared-counts-wrap {
	display: none;
}
div.shared-counts-wrap:before {
	content: "Share this ";
	display: block;
    font-family: Lora;
	font-size: 0.85rem;
	font-style: italic;
	font-weight: 500;
    border-top: 1px solid #d8d9da;
	width: 70px;
	color: #fff; color: #5e5853;
	padding: 0.4em 0;
}
.entry-meta-side div.shared-counts-wrap:before {
	width: 50%;
}
.shared-counts-wrap.style-classic .shared-counts-button .shared-counts-count {
	display: none;
}
.shared-counts-wrap.style-classic .shared-counts-button {
	font-family: Raleway, Helvetica, Arial, serif;
}
.shared-counts-wrap.style-icon .shared-counts-button:first-of-type {
	margin-left: -8px;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	fill: #5e5853;
}


/* ---- Over-ride footnotes css ----- (move upwards? Will this soon be a block style?) */

.footnote-link {
	font-size: initial;
	font-size: 1rem;
/*	font-family: Raleway, Arial, sans-serif; */
	font-weight: 700;
}
ol.footnotes {
	margin-top: 2.4em;
	margin-bottom: 0;
	font-size: 0.85em;
	padding-left: 0;
}
ol.footnotes:before {
	border-top: 1px #5e5853 solid;
	padding-top: 10px;
	width: 34%;
	content: "";
	display: block;
}
ol.footnotes li {
	list-style-type: decimal;
	margin-left: 1.6em;
	padding-left: 0.4em;
	font-size: 0.95em !important;
}

a.footnote-link {
	text-decoration: none;
}

.akismet_comment_form_privacy_notice {
	text-align: center;
}


@media print {
	@page {
		size: A4 portrait;
	}
body { background: #fff; 
     font-size: 10pt; 
     margin: 0; }
#sidebar, #footer, .entry-meta-side, nav, .custom-header, .wp-block-audio, .wp-block-video, .shared-counts-wrap { display: none; }
#header { height: 75px; }
#content { margin-left: 0; 
     float: none; 
     width: auto; }
#content a { font-weight: bold; 
     color: #000066; 
     text-decoration: underline; }
#content { margin-left: 0; 
     float: none; 
     width: auto; }
h1, h2, h3, h4, h5, h6 { page-break-after: avoid; 
     page-break-inside: avoid; }
h3 { margin-left: 10px; 
     margin-bottom: 0px; 
     padding-bottom: 0px; }
blockquote, table, pre { page-break-inside: avoid; }
ul, ol, dl  { page-break-before: avoid; }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
.wp-block-image figure.alignright, .wp-block-quote.alignright, .wp-block-table.alignright { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline;
	 width: 47%; }
.wp-block-image figure.alignleft, .wp-block-quote.alignright.callout-left, .wp-block-quote.alignleft.callout-left, .wp-block-table.alignleft.callout-left, .infobox-left.callout-left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline;
	 width: 47%; }
.alignright { float: right; }
.alignleft { float: left; }
img { page-break-inside: avoid; 
     page-break-after: avoid; }
}
