@charset "UTF-8";
/*!
Theme Name: Staffordshire Figure Association
Theme URI: http://underscores.me/
Author: Staffordshire Figure Association
Author URI: http://underscores.me/
Description: Description
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: staffordshire-figure-association
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.

Staffordshire Figure Association 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
--------------------------------------------------------------*/
/* 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%;
}

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

/**
 * 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: monospace, monospace;
  font-size: 1em;
}

/* 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 {
  font-family: monospace, 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;
}

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

/**
 * 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: #393939;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.02em;
}

.section-title-holder {
  width: 100%;
  display: block;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
.section-title-holder .section-title {
  font-size: 2em;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 0.4em;
  color: #393939;
}
.section-title-holder .section-title:before {
  content: url("imgs/bo-pale-green.svg");
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.75em 0 0;
  position: relative;
  width: 18px;
  overflow: hidden;
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.pale-blue:before {
  content: url("imgs/bo-pale-blue.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.blue:before {
  content: url("imgs/bo-blue.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.pale-orange:before {
  content: url("imgs/bo-pale-orange.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.pale-pink:before {
  content: url("imgs/bo-pale-pink.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.red:before {
  content: url("imgs/bo-red.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.turq:before {
  content: url("imgs/bo-turq.svg");
  background: transparent;
  padding-bottom: 0;
}
.section-title-holder .section-title.central {
  text-align: center;
  display: block;
}
.section-title-holder .section-title.central:before {
  display: none;
}
.section-title-holder .section-title.central.small img {
  width: 40px;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  .section-title-holder .section-title {
    font-size: 2.5em;
  }
  .section-title-holder .section-title:before {
    width: 22px;
  }
  .section-title-holder .section-title.central.small {
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  .section-title-holder .section-title {
    font-size: 2.5em;
  }
  .section-title-holder .section-title:before {
    width: 22px;
  }
  .section-title-holder .section-title.central.small {
    font-size: 1.7em;
  }
  .section-title-holder .section-title.central.small img {
    width: 50px;
    margin-top: -0.2em;
  }
  .section-title-holder .section-title-breadcrumb {
    float: right;
    display: inline-block;
    margin-top: 1.25em;
  }
  .section-title-holder .section-title-breadcrumb a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .section-title-holder .section-title {
    font-size: 3em;
  }
  .section-title-holder .section-title:before {
    width: 25px;
    margin: 0 0.75em 0 0;
  }
  .section-title-holder .section-title.central.small {
    font-size: 2em;
  }
  .section-title-holder .section-title-breadcrumb {
    margin-top: 1.5em;
  }
  .section-title-holder .section-title-breadcrumb .uk-button-default {
    font-weight: 400;
  }
  .section-title-holder .section-title-breadcrumb .uk-button-default:hover {
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .section-title-holder .section-title {
    font-size: 3.5em;
  }
  .section-title-holder .section-title:before {
    width: 31px;
    margin: 0 1em 0 0;
  }
  .section-title-holder .section-title.central.small {
    font-size: 2.5em;
  }
  .section-title-holder .section-title-breadcrumb {
    margin-top: 2em;
  }
}

p {
  margin-bottom: 1.5em;
  line-height: 1.75em;
  letter-spacing: 0.02em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

::selection {
  background: #001fb8;
  color: white;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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%;
}

/* Links
--------------------------------------------- */
a {
  color: #393939;
  transition: all 0.15s ease;
}
a:visited {
  color: #393939;
}
a:hover, a:focus, a:active {
  color: #393939;
  transition: all 0.2s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0px solid;
  border-radius: 5px;
  background: #e6e6e6;
  color: #393939;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-weight: 700;
}
.uk-margin a:hover {
  text-decoration: none;
}

.uk-button-default {
  background-color: transparent;
  color: #393939;
  border: 0;
  border-radius: 5px;
  font-weight: 700;
}

.uk-button-large {
  font-size: 0.85em;
  line-height: 3em;
  letter-spacing: 0.02em;
  margin: 1em 0;
}

@media (min-width: 1200px) {
  .uk-button-large {
    font-size: 0.9rem;
  }
}
@media (min-width: 1600px) {
  .uk-button-large {
    font-size: 1rem;
  }
}
.uk-button-small {
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.wp-block-button__link {
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  background-color: transparent;
  color: #393939;
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  background: #cdfac4 !important;
}
.wp-block-button__link:hover {
  background: #6cb55e !important;
  color: white !important;
}

@media (min-width: 1200px) {
  .uk-button-small {
    font-size: 0.8rem;
  }
  .wp-block-button__link {
    font-size: 0.8rem;
  }
}
@media (min-width: 1600px) {
  .uk-button-small {
    font-size: 0.9rem;
  }
  .wp-block-button__link {
    font-size: 0.9rem;
  }
}
.pale-pink-blue {
  background-color: #FFEBF2;
}
.pale-pink-blue:hover {
  background-color: #001fb8;
  color: white;
}

.pale-pink-pink {
  background-color: #FFEBF2;
}
.pale-pink-pink:hover {
  background-color: #FFC2D9;
}

.pale-green-green {
  background-color: #cdfac4;
}
.pale-green-green:hover {
  background-color: #6cb55e;
  color: white;
}

.alpha-pale-green {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.alpha-pale-green:hover {
  background-color: #cdfac4;
  color: #393939;
}
.alpha-pale-green:active, .alpha-pale-green:focus, .alpha-pale-green:visited {
  color: #393939;
}

.white-green {
  background-color: white;
}
.white-green:hover {
  background-color: #6cb55e;
  color: #393939;
}
.white-green:active, .white-green:focus, .white-green:visited {
  color: #393939;
}

.white-black {
  background-color: white;
}
.white-black:hover {
  background-color: #393939;
  color: white;
}
.white-black:active, .white-black:focus, .white-black:visited {
  color: #393939;
}

.black-white {
  background-color: #393939;
  color: white;
}
.black-white:hover {
  background-color: white;
  color: #393939;
}
.black-white:visted {
  color: #393939;
}

.pale-blue-blue {
  background-color: #D0DAFF;
}
.pale-blue-blue:hover {
  background-color: #30407c;
  color: white;
}

.alpha-pale-blue {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.alpha-pale-blue:hover {
  background-color: #D0DAFF;
  color: #393939;
}
.alpha-pale-blue:active, .alpha-pale-blue:focus, .alpha-pale-blue:visited {
  color: #393939;
}

.pale-orange-orange {
  background-color: #fad16b;
}
.pale-orange-orange:hover {
  background-color: #fac132;
  color: white;
}

.pale-red-red {
  background-color: #f6d0bc;
}
.pale-red-red:hover {
  background-color: #e37846;
  color: white;
}

.pale-red-white {
  background-color: #f6d0bc;
  color: #e37846;
}
.pale-red-white:hover {
  background-color: white;
  color: #e37846;
}

.alpha-pale-orange {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.alpha-pale-orange:hover {
  background-color: #fad16b;
  color: #393939;
}
.alpha-pale-orange:active, .alpha-pale-orange:focus, .alpha-pale-orange:visited {
  color: #393939;
}

.alpha-pale-red {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.alpha-pale-red:hover {
  background-color: #f6d0bc;
  color: #393939;
}
.alpha-pale-red:active, .alpha-pale-red:focus, .alpha-pale-red:visited {
  color: #393939;
}

.alpha-green-border {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.alpha-green-border:hover {
  background-color: #cdfac4;
  color: #6cb55e;
  border: 1px solid #cdfac4;
}
.alpha-green-border:active, .alpha-green-border:focus, .alpha-green-border:visited {
  color: white;
}

.alpha-red-border {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.alpha-red-border:hover {
  background-color: #f6d0bc;
  color: #e37846;
  border: 1px solid #f6d0bc;
}
.alpha-red-border:active, .alpha-red-border:focus, .alpha-red-border:visited {
  color: white;
}

.alpha {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.alpha:hover {
  background-color: white;
  color: #393939;
}
.alpha:active, .alpha:focus, .alpha:visited {
  color: #393939;
}

.white {
  background-color: white;
}
.white:hover {
  background-color: white;
  color: #393939;
}
.white:active, .white:focus, .white:visited {
  color: #393939;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.post, .page {
  margin-bottom: 0 !important;
}

header .site-branding .logo {
  width: 200px;
}

.copy-area h2 {
  font-size: 1.5em;
  line-height: 1.35em;
}
.copy-area ul li, .copy-area ol li {
  margin-bottom: 0.5em;
}
.copy-area .wp-caption-text {
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.copy-area figcaption {
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.copy-area .wp-block-pullquote {
  padding: 2em;
}
.copy-area .wp-block-pullquote blockquote {
  color: #393939;
  margin: 0;
}
.copy-area .wp-block-pullquote blockquote p {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
}
.copy-area .wp-block-pullquote blockquote cite {
  font-size: 0.75em;
  font-style: normal;
}
.copy-area .page-links span {
  background: #393939;
  text-decoration: none !important;
  padding: 5px 10px;
  color: white;
}
.copy-area .page-links a.post-page-numbers {
  padding: 5px 10px;
  background: transparent;
  text-decoration: underline;
}
.copy-area .page-links a.post-page-numbers:hover {
  background: #cdfac4;
}
.copy-area.fom p a {
  text-decoration: underline;
  color: #001fb8;
}
.copy-area.fom p a:hover {
  color: #001fb8;
  background: #D0DAFF;
}
.copy-area.feature p a {
  text-decoration: underline;
  color: #6cb55e;
}
.copy-area.feature p a:hover {
  color: #393939;
  background: #cdfac4;
}
.copy-area.contact p a {
  text-decoration: underline;
  color: #5ac4b6;
}
.copy-area.contact p a:hover {
  color: #393939;
  background: #c6f5ef;
}
.copy-area.selling p a {
  text-decoration: underline;
  color: #393939;
}
.copy-area.selling p a:hover {
  color: #393939;
  background: #f6d0bc;
}
.copy-area.selling p.uk-margin a {
  text-decoration: none;
}
.copy-area.selling p.uk-margin a:hover {
  background: transparent;
}
.copy-area.selling.disclaimer p {
  font-size: 0.85em !important;
  margin-top: 1.5em;
}
.copy-area.books p a {
  text-decoration: underline;
  color: #393939;
}
.copy-area.books p a:hover {
  color: #393939;
  background: #fad16b;
}
.copy-area.membership p a {
  text-decoration: underline;
}
.copy-area.membership p a:hover {
  background: #FFEBF2;
}
.copy-area.membership .benefits ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.copy-area.membership .benefits ul li {
  list-style-type: none;
  padding: 0.25em 0 0 3em;
  position: relative;
  margin-bottom: 1.5em;
}
.copy-area.membership .benefits ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.5em;
  display: block;
  color: #FFC2D9;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  margin-top: -0.25em;
}
.copy-area.membership .benefits ul li a {
  text-decoration: underline;
}
.copy-area.membership .benefits ul li a:hover {
  background: #FFEBF2;
}
.copy-area.membership .benefits ul li a :before {
  content: "✓";
}
.copy-area .membership-footer {
  background: #FFC2D9;
  padding: 1em;
}
.copy-area .membership-footer .uk-button {
  margin: 0.25em 0 0;
}

.hero .hero-image img {
  width: 100%;
}
.hero .sub-title {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
  text-align: center;
}
.hero .sub-title a:hover {
  color: #001fb8;
}
.hero .sub-title.fom a:hover {
  background: #D0DAFF;
  color: #001fb8;
}
.hero .date {
  font-size: 0.75em;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}
.hero .date svg {
  margin-right: 10px;
}
.hero .feature-author {
  font-size: 0.85em;
}
.hero .feature-author svg {
  margin-right: 10px;
}
.hero .credit {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  text-align: center;
}
.hero .credit svg {
  margin-right: 10px;
}
.hero .credit.mobile {
  margin-top: 0.5em;
}
.hero .title {
  font-size: 2.35em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.hero .title a {
  color: #393939;
}
.hero .title a:hover {
  color: #393939;
}
.hero .excerpt {
  font-size: 0.85em;
}
.hero.feature .feature-author {
  display: inline-block;
  margin-right: 2em;
  letter-spacing: 0.02em;
  font-size: 1em;
}
.hero.feature .date {
  display: inline-block;
  font-size: 1em;
}
.hero.feature .title a:hover {
  background: #cdfac4;
}
.hero.feature .excerpt {
  font-size: 1.25em;
}
.hero.feature .sub-title a:hover {
  background: #cdfac4;
  color: #393939;
}
.hero.fom .sub-title {
  text-align: center;
}
.hero.fom .sub-title a:hover {
  color: #001fb8;
}
.hero.fom .title {
  margin-top: 0.5em;
  text-align: center;
}
.hero.fom .date {
  font-size: 1em;
  margin-top: 1.5em;
}
.hero.fom .excerpt {
  margin-top: 1.5em;
  font-size: 1em;
}
.hero.fom .excerpt a {
  text-decoration: underline;
}
.hero.fom .excerpt a:hover {
  background: #D0DAFF;
}
.hero.fom .excerpt figcaption {
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.hero.book-single .title {
  font-size: 2em;
}
.hero.book-single .sub-title a:hover {
  background: #fad16b;
  color: #393939;
}
.hero.book-single .item-label {
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #fac132;
}
.hero.book-single .item-label svg {
  margin-right: 10px;
}
.hero.book-single .item-info {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0.5em 0;
  font-weight: 700;
}
.hero.selling .selling-heading {
  background: #e37846;
  padding: 0.5em;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
}
.hero.selling .item-label {
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #e37846;
}
.hero.selling .item-label svg {
  margin-right: 10px;
}
.hero.selling .item-info {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0.5em 0;
  font-weight: 700;
}
.hero.selling .uk-button {
  margin-top: 1em;
}

.uk-section.hero.feature {
  background: #6cb55e;
}
.uk-section.hero.feature .title a {
  color: white;
}
.uk-section.hero.feature .title a:hover {
  color: #6cb55e;
  background: #cdfac4;
}
.uk-section.hero.feature .excerpt, .uk-section.hero.feature .feature-author, .uk-section.hero.feature .date, .uk-section.hero.feature .credit {
  color: #cdfac4;
}
.uk-section.hero.feature .excerpt {
  color: white;
}
.uk-section.hero.feature .sub-title a {
  color: #cdfac4;
  padding: 0.25em;
}
.uk-section.hero.feature .sub-title a:hover {
  background: #cdfac4;
  color: #6cb55e;
}

.uk-section.hero.collecting {
  background: #e37846;
}
.uk-section.hero.collecting .title a {
  color: white;
}
.uk-section.hero.collecting .title a:hover {
  color: #e37846;
  background: #f6d0bc;
}
.uk-section.hero.collecting .excerpt, .uk-section.hero.collecting .feature-author, .uk-section.hero.collecting .date, .uk-section.hero.collecting .credit {
  color: #f6d0bc;
}
.uk-section.hero.collecting .excerpt {
  color: white;
}
.uk-section.hero.collecting .sub-title {
  color: #f6d0bc;
}
.uk-section.hero.collecting .sub-title a {
  color: #f6d0bc;
}
.uk-section.hero.collecting .sub-title a:hover {
  color: white;
  background: transparent;
}

.content-grid img {
  width: 100%;
}
.content-grid .uk-card-body {
  padding: 0;
}
.content-grid .title {
  font-size: 1.25em;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.content-grid a .title {
  color: #393939;
}
.content-grid a .title:hover {
  color: #393939;
}
.content-grid .feature-author {
  font-size: 0.65em;
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}
.content-grid .feature-author svg {
  margin-right: 5px;
}
.content-grid .excerpt p {
  font-size: 0.85em;
  line-height: 1.5em;
}
.content-grid .excerpt a {
  text-decoration: underline;
}
.content-grid .date {
  margin-bottom: 0.5em;
  font-size: 0.65em;
  letter-spacing: 0.02em;
}
.content-grid .date svg {
  margin-right: 5px;
}
.content-grid .uk-button {
  margin-top: 0.75em;
}
.content-grid.fom .title {
  margin-top: 0.75em;
}
.content-grid.fom .title a:hover {
  color: #393939;
  background: #D0DAFF;
}
.content-grid.fom .excerpt {
  display: none;
}
.content-grid.fom .excerpt p {
  margin-top: 1em;
  font-size: 0.75em;
  color: #393939;
}
.content-grid.fom .uk-button {
  margin-top: 0.75em;
}
.content-grid.feature .title a:hover {
  color: #393939;
  background: #cdfac4;
}
.content-grid.feature .excerpt {
  display: none;
}
.content-grid.feature .excerpt p {
  margin-top: 1em;
  font-size: 0.75em;
  color: #393939;
}
.content-grid.selling .title a:hover {
  color: #393939;
  background: #f6d0bc;
}
.content-grid.selling .item-height {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-grid.selling .item-height svg {
  margin-right: 10px;
}
.content-grid.selling .item-condition {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-grid.selling .item-condition svg {
  margin-right: 10px;
}
.content-grid.selling .item-reference {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-grid.selling .item-reference svg {
  margin-right: 10px;
}
.content-grid.selling .item-price {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-grid.selling .item-contact-name {
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-grid.selling .item-contact-name svg {
  margin-right: 10px;
}
.content-grid.selling .excerpt p a:hover {
  background: #fad16b;
}
.content-grid.book .title a:hover {
  color: #393939;
  background: #fad16b;
}
.content-grid.book-feature .title {
  font-size: 1.35em;
}

.uk-tab.selling {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 3em;
}
.uk-tab.selling li {
  padding-left: 0;
  margin-right: 1em;
  margin-bottom: 0;
}
.uk-tab.selling li a {
  color: #393939;
  border-bottom: 0px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1em;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #f6d0bc;
  border-bottom: 0;
  line-height: 3em;
  padding: 0 40px;
}
.uk-tab.selling li a:hover {
  background: #e37846;
  outline: none;
  border: 2px solid #e37846;
  border-bottom: 0;
}
.uk-tab.selling li.uk-active {
  background: #f6d0bc;
  border-radius: 5px 5px 0px 0px;
}
.uk-tab.selling li.uk-active a {
  outline: none;
  border: 2px solid #f6d0bc;
  border-bottom: 0;
  box-shadow: -4px -3px 7px 0px rgba(0, 0, 0, 0.2);
}
.uk-tab.selling li.uk-active a:hover {
  background: #f6d0bc;
}
.uk-tab.selling::before {
  border-bottom: 0px;
}

.uk-switcher {
  padding: 2em;
  margin-top: 0 !important;
  border-top: 0;
  background: #f6d0bc;
  box-shadow: -1px 10px 12px 2px rgba(0, 0, 0, 0.2);
}
.uk-switcher li .copy-area p {
  font-size: 0.85em;
  line-height: 1.5em;
}
.uk-switcher li .copy-area p strong {
  font-size: 1em;
}

.membership-panel {
  background: #FFC2D9;
  text-align: center;
}
.membership-panel .heading {
  font-size: 1.85em;
  margin-bottom: 1em;
}
.wpb-posts-nav .title {
  text-align: left;
}
.wpb-posts-nav .date {
  text-align: left;
  font-size: 0.85em;
  margin-top: 0.5em;
}
.wpb-posts-nav .date svg {
  margin-right: 0.5em;
  font-size: 0.85em;
}
.wpb-posts-nav .prev .prev-label {
  text-align: left;
  font-size: 0.85em;
}
.wpb-posts-nav .prev .prev-label svg {
  margin-right: 0.5em;
}
.wpb-posts-nav .next .next-label {
  text-align: right;
  font-size: 0.85em;
}
.wpb-posts-nav .next .next-label svg {
  margin-left: 0.5em;
}

* {
  box-sizing: border-box;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

footer {
  background-color: #393939;
}
footer .site-branding .logo {
  width: 200px;
}
footer .copyright {
  color: white;
  font-size: 0.85em;
  margin: 1.25em 0;
  display: inline-block;
}
footer .main-navigation ul {
  display: block;
  width: 100%;
  margin: 2em 0 0 -10px;
}
footer .main-navigation ul li {
  float: left;
}
footer .main-navigation ul li a {
  padding: 4px 10px;
  border-radius: 5px;
  color: white;
}
footer .privacy {
  padding: 4px 10px;
  color: white;
  margin: 1em 0.75em 0em -10px;
  display: inline-block !important;
  font-size: 0.85em;
  border-radius: 5px;
  float: left;
}
footer .privacy:hover {
  background: #D0DAFF;
  color: #001fb8;
}

@media (min-width: 768px) {
  .hero .sub-title {
    text-align: left;
  }
  .hero .title {
    font-size: 2.5em;
    text-align: left;
  }
  .hero.feature .excerpt {
    font-size: 1.25em;
    margin-top: 0.5em;
  }
  .hero.fom .title {
    text-align: left;
  }
  .hero.fom .sub-title {
    text-align: left;
  }
  .content-grid .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid .title {
    font-size: 1.5em;
    margin-top: 0.25em;
  }
  .content-grid .date {
    font-size: 0.75em;
  }
  .content-grid .feature-author {
    font-size: 0.75em;
  }
  .content-grid.book .uk-card-body {
    padding: 10px 0;
  }
  .content-grid.book .title.small {
    font-size: 1.25em;
  }
  .content-grid.fom .title {
    margin-top: 0.25em;
  }
  .content-grid.selling .uk-card-body {
    padding: 10px 0px;
  }
  .content-grid.selling .item-price {
    font-size: 1em;
  }
  .uk-switcher li .copy-area {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
  }
  .uk-switcher li .copy-area p {
    break-inside: avoid;
  }
  .wpb-posts-nav .title {
    margin-top: 0.5em;
  }
  .wpb-posts-nav .date {
    margin-top: 1em;
  }
  .wpb-posts-nav .prev .prev-label {
    text-align: left;
    font-size: 0.85em;
  }
  .wpb-posts-nav .next .title {
    margin-top: 0.5em;
  }
  .wpb-posts-nav .next .date {
    margin-top: 1em;
  }
  .wpb-posts-nav .next .next-label {
    text-align: right;
    font-size: 0.85em;
  }
  .membership-panel {
    text-align: left;
  }
  .membership-panel .heading {
    font-size: 2.5em;
  }
  footer .main-navigation ul li:first-of-type {
    margin-left: -10px;
  }
}
@media (min-width: 1024px) {
  .content-grid .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid .title {
    font-size: 1.75em;
  }
  .content-grid .feature-author {
    margin-bottom: 1em;
  }
  .content-grid .item-height {
    margin-bottom: 1em;
  }
  .content-grid .item-condition {
    margin-bottom: 1em;
  }
  .content-grid .item-reference {
    margin-bottom: 1em;
  }
  .content-grid .item-contact-name {
    margin-bottom: 1em;
  }
  .content-grid .item-price {
    margin-bottom: 1em;
  }
  .content-grid .excerpt {
    line-height: 1.75em;
  }
  .content-grid.book-feature .title {
    font-size: 2em;
  }
  .content-grid.fom .title {
    font-size: 1.5em;
  }
  .content-grid.fom .excerpt {
    display: block;
  }
  .content-grid.fom .uk-button {
    margin-top: 0;
  }
  .content-grid.feature .title {
    font-size: 1.5em;
  }
  .content-grid.feature .excerpt {
    display: block;
  }
  .content-grid.feature .uk-button {
    margin-top: 0;
  }
  .content-grid.selling .title {
    font-size: 1.5em;
  }
  .content-grid.book .title {
    font-size: 1.5em;
  }
  .uk-switcher li .copy-area {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
  }
}
@media (min-width: 1200px) {
  header .site-branding .logo {
    width: 350px;
  }
  .hero .sub-title {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .hero .date {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .hero .feature-author {
    font-size: 1em;
  }
  .hero .title {
    font-size: 3em;
  }
  .hero .excerpt {
    font-size: 1.25em;
  }
  .hero.feature .feature-author {
    font-size: 1em;
  }
  .hero.feature .excerpt {
    font-size: 1.5em;
  }
  .hero.feature .uk-button {
    margin-top: 2em;
  }
  .hero.fom .excerpt {
    font-size: 1.5em;
  }
  .hero.fom .feature-author {
    font-size: 1em;
  }
  .hero.fom .date {
    font-size: 1em;
  }
  .hero.book-single .title {
    font-size: 3em;
  }
  .hero.book-single p {
    font-size: 1.25em;
  }
  .copy-area p {
    font-size: 1.25em;
  }
  .copy-area h2 {
    font-size: 1.7em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
  }
  .copy-area .page-links {
    font-size: 1.25em;
  }
  .copy-area .wp-block-pullquote {
    padding: 3em;
  }
  .copy-area .wp-block-pullquote blockquote {
    margin: 0 2em;
  }
  .copy-area .wp-block-pullquote blockquote p {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }
  .copy-area .wp-block-pullquote blockquote cite {
    font-size: 0.85em;
    font-style: normal;
  }
  .copy-area ul li, .copy-area ol li {
    font-size: 1.25em;
  }
  .membership-panel .heading {
    font-size: 3em;
  }
  .content-grid .uk-card-body {
    padding: 20px 0px;
  }
  .content-grid .title {
    font-size: 2.25em;
  }
  .content-grid .title.small {
    font-size: 1.75em;
  }
  .content-grid .feature-author {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .content-grid .item-height {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .content-grid .item-price {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .content-grid .item-height {
    font-size: 1em;
  }
  .content-grid .item-condition {
    font-size: 1em;
  }
  .content-grid .item-reference {
    font-size: 1em;
  }
  .content-grid .item-contact-name {
    font-size: 1em;
  }
  .content-grid .excerpt p {
    font-size: 1em;
  }
  .content-grid .excerpt.small p {
    font-size: 0.85em;
  }
  .content-grid .date {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .content-grid.fom .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid.fom .excerpt {
    font-size: 1em;
  }
  .content-grid.fom .uk-button {
    margin-top: 0em;
  }
  .content-grid.fom .date {
    font-size: 0.85em;
  }
  .content-grid.fom .title {
    margin-top: 0.25em;
  }
  .content-grid.feature .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid.feature .excerpt {
    font-size: 1em;
  }
  .content-grid.feature .uk-button {
    margin-top: 0em;
  }
  .content-grid.feature .feature-author {
    font-size: 0.85em;
  }
  .content-grid.feature .title {
    margin-top: 0.25em;
  }
  .content-grid.book-feature .title {
    font-size: 2.5em;
  }
  .content-grid.book .title.small {
    font-size: 1.5em;
  }
  .content-grid.book .feature-author {
    font-size: 0.85em;
  }
  .content-grid.book .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid.selling .uk-card-body {
    padding: 10px 10px;
  }
  .content-grid.selling .title {
    font-size: 1.5em;
  }
  .wpb-posts-nav .title {
    margin-top: 0.5em;
  }
  .wpb-posts-nav .date {
    font-size: 1em;
  }
  .wpb-posts-nav .prev .prev-label {
    font-size: 1em;
  }
  .wpb-posts-nav .next .title {
    margin-top: 0.5em;
  }
  .wpb-posts-nav .next .date {
    margin-top: 1em;
  }
  .wpb-posts-nav .next .next-label {
    font-size: 1em;
  }
  footer .site-branding {
    float: left;
  }
  footer .site-branding .logo {
    width: 300px;
  }
  footer .privacy {
    margin-top: 2em;
  }
  footer .copyright {
    margin-top: 2.25em;
  }
  footer .main-navigation ul {
    float: right;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  header .site-branding .logo {
    width: 500px;
  }
  header .uk-padding-small {
    padding: 30px;
  }
  .hero .title {
    font-size: 4em;
  }
  .hero.book-single .title {
    font-size: 3.75em;
  }
  .hero.feature .excerpt {
    font-size: 1.75em;
  }
  .hero.feature .date, .hero.feature .feature-author {
    font-size: 1.25em;
  }
  .hero.fom .excerpt {
    font-size: 1.75em;
  }
  .hero.fom .date {
    font-size: 1.25em;
  }
  .copy-area h2 {
    font-size: 1.85em;
  }
  .content-grid.fom .excerpt p {
    font-size: 1em;
  }
  .content-grid.fom .title.small {
    font-size: 2em;
  }
  .content-grid.feature .excerpt p {
    font-size: 1em;
  }
  .content-grid.feature .title.small {
    font-size: 1.75em;
  }
  .content-grid.book-feature .title {
    font-size: 2.75em;
  }
  .content-grid.book .title.small {
    font-size: 1.75em;
  }
  .content-grid.selling .title.small {
    font-size: 1.75em;
  }
  .membership-panel .heading {
    font-size: 3.5em;
  }
  .membership-panel .copy-area p {
    font-size: 1.5em;
  }
  footer .site-branding .logo {
    width: 400px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.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;
  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;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.oncanvas.toggled ul {
  display: none;
}

.menu-toggle {
  float: right;
  background: transparent;
  margin-top: -35px;
}

.uk-offcanvas-bar {
  background-color: #30407c;
}
.uk-offcanvas-bar .site-branding {
  margin: 1em auto;
  width: 80%;
}
.uk-offcanvas-bar .menu {
  padding: 0;
  margin: 2em 0 0;
  list-style-type: none;
  text-align: center;
}
.uk-offcanvas-bar .menu li {
  margin: 1em 0;
}
.uk-offcanvas-bar .menu li a {
  padding: 4px 10px;
  border-radius: 5px;
  color: white;
}
.uk-offcanvas-bar .menu li a:hover {
  background: #D0DAFF;
  color: #001fb8;
}
.uk-offcanvas-bar .copyright {
  color: #D0DAFF;
  text-align: center;
  font-size: 0.85em;
}
.uk-offcanvas-bar .contacts {
  text-align: center;
  margin-top: 1em;
}
.uk-offcanvas-bar .contacts p {
  font-size: 0.85em;
}
.uk-offcanvas-bar .contacts p svg {
  margin-right: 0.5em;
}
.uk-offcanvas-bar .privacy {
  text-align: center;
  padding: 4px 10px;
  width: 112px;
  display: block;
  margin: 0 auto;
  font-size: 0.85em;
  border-radius: 5px;
  color: white;
}
.uk-offcanvas-bar .privacy:hover {
  background: #D0DAFF;
  color: #001fb8;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    float: right;
    margin-top: -36px;
  }
  .main-navigation ul li {
    margin: 0 12px;
  }
  .main-navigation ul li a {
    color: #393939;
    padding: 4px 10px;
    border-radius: 5px;
  }
  .main-navigation ul li a:hover {
    background: #6cb55e;
    color: white;
  }
  .main-navigation ul li.menu-item-36 a:hover {
    background: #e37846;
    color: white;
  }
  .main-navigation ul li.menu-item-40 a:hover {
    background: #fac132;
    color: white;
  }
  .main-navigation ul li.menu-item-37 a:hover {
    background: #FFC2D9;
    color: white;
  }
  .main-navigation ul li.menu-item-33 a:hover {
    background: #30407c;
    color: white;
  }
  .main-navigation ul li.menu-item-34 a:hover {
    background: #5ac4b6;
    color: white;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul {
    margin-top: -44px;
  }
  .main-navigation ul li a {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1600px) {
  .main-navigation ul {
    margin-top: -60px;
  }
  .main-navigation ul li a {
    font-size: 1.25em;
  }
}
.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;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

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

/*--------------------------------------------------------------
# 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-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}
