/*!
Theme Name: Nineteen Quirky
Theme URI: https://kevs.blog
Author: Kev Quirk
Author URI: https://kevq.uk
Description: A simple 90's style theme for WordPress.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nineteen-quirky
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Nineteen Quirky is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Global colour variables */
 :root {
    --accent: #01579B;
    --main: #272822;
    --light: #666;
    --lighter: #EAEAEA;
   	--bg: #FAFAFA;
 		--code: #272822;
    --green: #345F41;
    --orange: #FFA800;
    --red: #C1392B;
 }

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Backgrounds */

body { /* Default page */
	background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/hotdogs.jpg");
}

#page { /* Default content div */
	background: var(--bg);
}

.page-id-3181 { /* Home page */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/koi-carp.jpg");
}

.blog, .single-post { /* Blog page & posts */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/newspaper.jpg");
}

.category-51 { /* Notes page & posts */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/notes.jpg");
}

.page-id-26 { /* About page */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/ahoy.jpg");
}

.page-id-32 { /* Contact page */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/postage-stamps.jpg");
}

.page-id-3419 { /* Guestbook page */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/comicbook.jpg");
}

.page-id-43, .page-id-2469 { /* Buy me a coffee & newsletter pages */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/coffee.jpg");
}

.postid-3509 { /* Nod to the 90s post */
  background-image: url("/wp-content/themes/nineteen-quirky/backgrounds/90s.jpg");
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
  background: var(--lighter);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 1em;
  background: var(--code);
	color: var(--bg);
	border-radius: 4px;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	max-height: 650px;
}

.select-all {
		user-select: all;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
tt,
var {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

.wp-block-image img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
}

.wp-block-image figcaption, figcaption {
	margin-top: 0;
	color: var(--light);
	font-size: 0.9rem;
	text-align: center;
}

/* Formats the feature image correctly */
.attachment-post-thumbnail {
    width: 100%;
    margin: 1em 0 1.5em 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}

.rotate img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  box-shadow: none;
}

.rotate img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

.wp-block-search .wp-block-search__input {
	max-width: 100%;
}

.search-field {
	width: 60%;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--main);
	font-family: pt-sans,-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-title {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
}

.site-title a, .site-title a:visited {
    color: var(--main);
    text-decoration: none;
    background: none;
}

span.logo_dot {
    background-color: var(--accent);
    font-size: 1.5em;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px;
}

h2.entry-title {
  margin-bottom: .1rem;
}

h1.entry-title {
  line-height: 1;
}

.guestbook-notice h2 {
    margin-top: 0;
}

.entry-title a,
.entry-title a:visited {
  background: none;
  color: var(--main);
  transition: .4s;
  padding: 0;
}

.entry-title a:hover {
  color: var(--accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
	margin-top: 3rem;
	font-size: 2rem;
  line-height: 1.2;
}

h3 {
  margin-top: 3rem;
	font-size: 1.75rem;
  line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
  line-height: 1.2;
}

h5 {
	font-size: 1.3rem;
  line-height: 1.2;
}

h6 {
	font-size: 1.1rem;
  line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

.has-medium-font-size {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

.narrow-text-90 {
  max-width: 90%;
  margin: 0 auto;
}

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

blockquote {
	margin-left: 2em;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding: .4rem .8rem;
	border-left: .35rem solid var(--accent);
	color: var(--light);
	font-style: italic;
}

cite {
  font-size: 0.9em;
  color: var(--light);
  font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  color: var(--bg);
	background: var(--code);
	padding: 2px 7px 2px 7px;
	border-radius: 4px;
}

abbr,
acronym {
	border-bottom: 1px dotted var(--light);
	cursor: help;
}

mark,
ins {
	background: var(--orange);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: var(--lighter);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Format table stripes */
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background: var(--lighter) !important;
  color: var(--main) !important;
}

.wp-block-table.is-style-stripes tr:nth-child(even) {
  background: var(--bg) !important;
}

.wp-block-table table {
    border: 1px solid var(--main) !important;
    border-radius: 8px;
}

/* Links
--------------------------------------------- */
a,
a:visited,
article a,
p.feature-credit a,
p.feature-credit a:visited,
.menu-items a,
.response a {
	text-decoration: none;
  background:
     linear-gradient(
       to bottom, var(--accent) 0%,
       var(--accent) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
  transition: background-size .4s;
  color: var(--accent);
  padding: 0 3px;
  border-radius: 2px;
}

a:hover,
a:focus,
a:active,
article a:hover,
article a:focus,
article a:active,
p.feature-credit a:hover,
p.feature-credit a:active,
.menu-items a:hover,
.menu-items a:active,
.response a:hover {
	text-decoration: none;
  color: var(--bg);
  background-size: 4px 50px;
}

/* Back to top link */
.top-link {
  background: none;
  font-size: 1.5rem;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.wp-block-button__link:visited {
	border-radius: 4px;
	background: var(--accent);
	color: var(--bg);
	padding: 0.6rem 1rem;
  text-decoration: none;
  border: none;
  transition: .4s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
	background: var(--main);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: var(--main);
}

button a,
button a:hover,
button a:visited {
  color: var(--bg);
  text-decoration: none;
}

button.outline {
  background: none;
  color: var(--accent);
  border: 2px solid var(--accent);
  transition: .4s;
}

button.outline a,
button.outline a:visited {
  color: var(--accent);
  background: none;
}

button.outline:hover {
  padding: 0.6rem 1.2rem 0.4rem;
}

.button, .button:visited {
	padding: .8em .8em;
	margin: 0 .5em 0 0;
	background: var(--accent);
	border-radius: 4px;
	color: var(--bg);
	font-weight: bold;
	transition: 0.4s;
	line-height: 3rem;
	white-space: nowrap;
}

.button:hover, .button:active, .button:focus {
	background: var(--main);
	color: var(--bg);
}

a.button {
	font-weight: normal;
}

.site-footer button {
    font-size: .8rem;
}

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: var(--main);
	border: 1px solid var(--light);
	border-radius: 4px;
	padding: 3px;
}

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: var(--main);
}

select {
	border: 1px solid var(--lighter);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.nav {
  margin: 0 -2.5rem;
}

.main-navigation {
	display: block;
	width: 100%;
	background: var(--main);
  margin: 0 !important;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
  display: block;
  background: var(--main);
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0 auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: var(--bg);
  background: none;
	padding: .8rem .8rem .6rem .8rem;
}

.main-navigation a:hover,
.current-menu-item {
	color: var(--bg);
	background: var(--accent);
}

/* Small menu. */
.menu-toggle {
	display: block;
  background: none;
  border: none;
  color: var(--bg);
  margin: 0 auto;
  padding: .9rem 0;
  width: 100%;
}

.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 60em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

#page {
	margin: 0 auto;
	max-width: 48rem;
	padding: 0 2.5rem;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}

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

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

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

/* Meta */
.entry-footer {
  margin: -1.5rem 0 2rem 0;
}

.single-post .entry-footer { /* Fix category margin on single posts */
  margin: 2rem 0;
}

.cat-links,
.entry-footer a,
.entry-footer a:visited {
    padding: 0 .5rem 0 0;
    background: none;
    color: var(--light);
    transition: .4s;
    font-size: .9rem;
}

.entry-footer a:hover {
  color: var(--accent);
}

.entry-date.published {
  color: var(--light);
  font-size: .9rem;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

.site-footer {
    border-top: 1px solid var(--lighter);
    padding: 1rem 0;
    text-align: center;
}

.site-footer p {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--lighter);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--accent);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/** Custom colours for Gutenberg editor **/

p.has-background {
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 2em 0;
}

/** Blue colours **/
.has-blue-background-color {
	background-color: var(--accent) !important;
}
.has-blue-color {
	color: var(--accent);
}
.has-blue-color a {
	color: var(--accent);
	border-bottom: 2px solid var(--accent) !important;
  background: none;
  border-radius: 0;
}
.has-blue-color a:hover {
	color: var(--accent);
	border-bottom: 2px dotted var(--accent) !important;
}
.has-blue-color code {
	color: var(--accent);
	background: var(--bg);
}

/** Green colours **/
.has-green-background-color {
	background-color: var(--green) !important;
}
.has-green-color {
	color: var(--green);
}
.has-green-color a {
	color: var(--green);
	border-bottom: 2px solid var(--green) !important;
  background: none;
  border-radius: 0;
}
.has-green-color a:hover {
	color: var(--green);
	border-bottom: 2px dotted var(--green) !important;
}
.has-green-color code {
	color: var(--green);
	background: var(--bg);
}

/** Orange colours **/
.has-orange-background-color {
	background-color: var(--orange) !important;
	color: var(--main) !important;
}
.has-orange-color {
	color: var(--orange);
}
.has-orange-color a {
	color: var(--orange);
	border-bottom: 2px solid var(--orange) !important;
  background: none;
  border-radius: 0;
}
.has-orange-color a:hover {
	color: var(--orange);
	border-bottom: 2px dotted var(--orange) !important;
}
.has-orange-color code {
	color: var(--orange);
	background: var(--main);
}

/** Red colours **/
.has-red-background-color {
	background-color: var(--red) !important;
}
.has-red-color {
	color: var(--red);
}
.has-red-color a {
	color: var(--red);
	border-bottom: 2px solid var(--red) !important;
  background: none;
  border-radius: 0;
}
.has-red-color a:hover {
	color: var(--red);
	border-bottom: 2px dotted var(--red) !important;
}
.has-red-color code {
	color: var(--red);
	background: var(--bg);
}

/** Grey colours **/
.has-grey-background-color {
	background-color: var(--main) !important;
}
.has-grey-color {
	color: var(--main) !important;
}
.has-grey-color a, .has-grey-color a:visited {
	color: var(--main);
	border-bottom: 2px solid var(--main) !important;
  background: none;
  border-radius: 0;
}
.has-grey-color a:hover {
	color: var(--main);
	border-bottom: 2px solid var(--main) !important;
}
.has-grey-color code {
	color: var(--main);
	background: var(--bg);
}

/** White colours **/
.has-white-background-color {
	background-color: var(--bg) !important;
	border: 1px solid --var(main);
}
.has-white-color {
	color: var(--bg);
}
.has-white-color a, .has-white-color a:visited {
	color: var(--bg);
	border-bottom: 2px solid var(--bg) !important;
  background: none;
  border-radius: 0;
}
.has-white-color a:hover {
	color: var(--bg);
	border-bottom: 2px dotted var(--bg) !important;
}
.has-white-color code {
	color: var(--main);
	background: var(--lighter);
}

/* Format the old posts notice */
.old-notice {
    padding: 20px 30px;
    background-color: var(--accent);
    margin: 1em 0;
    color: var(--bg);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.old-notice a, .old-notice a:visited {
		color: var(--bg);
		border-color: var(--bg);
    background: none;
    border-bottom: 2px solid var(--bg);
    border-radius: 0;
    padding: 0;
}

.old-notice a:hover, .old-notice a:active {
		color: var(--bg);
		border-color: var(--bg);
    border-bottom: 2px dotted var(--bg);
}

/* Format the newsletter form */
.post-newsletter {
  max-width: 700px;
  margin: 0 auto;
  background: var(--lighter);
  color: var(--main);
  padding: 25px;
  outline: dashed 2px var(--main);
  outline-offset: -8px;
  margin: 1em 0;
}

.post-newsletter h2 {
    margin-top: .5em;
}

.swp-form-cont-2222 input[type="text"] {
  background: var(--bg);
  color: var(--main) !important;
  border: 1px solid var(--light) !important;
  font-size: 0.85em;
}

.swp-form-cont-2222 .field-submit {
  color: var(--bg) !important;
}

/* Guestbook formatting */

.gwolle-gb .gb-entry {
    border-top: 1px var(--lighter) solid !important;
    margin-bottom: 2rem !important;
    background: var(--lighter);
    border-radius: 8px;
}

.gwolle-gb .admin-entry {
	color: var(--main);
	background-color: var(--lighter);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, var(--lighter), var(--lighter)) !important;
	background-image: -ms-linear-gradient(top, var(--lighter), var(--lighter)) !important;
	background-image: -webkit-linear-gradient(top, var(--lighter), var(--lighter)) !important;
	background-image: -o-linear-gradient(top, var(--lighter), var(--lighter)) !important;
	background-image: linear-gradient(top, var(--lighter), var(--lighter)) !important;
  border-radius: 8px;
}

#gwolle-gb-total { /* Hides number of entries */
  display: none;
}

.gwolle-gb-write-button {
  margin: 2rem 0 !important;
}

.gwolle_gb_notice {
  font-size: .8rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.gb-entry-content {
  margin-top: 1rem;
  font-size: 1rem;
}

.gwolle-gb .gb-entry-admin_reply {
  font-size: 1rem;
  border-left: 3px solid var(--accent) !important;
}

.gb-author-info,
.gb-admin_reply_uid.gb-admin-reply-uid {
  font-weight: bold;
}

.gb-author-info {
  margin: 0 .6rem;
}

.gb-entry .avatar {
  border-radius: 4px;
}