/*!
Theme Name: Sarah Everts 2025
Theme URI: http://underscores.me/
Author: Geoffrey Weeks
Author URI: https://documentone.org
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: severts-2025
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.

Sarah Everts 2025 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; }

/* Custom Vars & Mixins
--------------------------------------------- */
/* STRUCTURE */
/* TYPOGRAPHY */
/*  */
/* COLOURS */
/* 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: #444;
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.618em; }

h1, h2, h3 {
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 115%;
  font-weight: 300;
  font-style: normal; }

h4, h5, h6 {
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.618em;
  font-weight: 300; }

h1 {
  font-size: 3em;
  margin: 0.563em 0; }

h2 {
  font-size: 2.25em;
  margin: 0.625em 0; }

h3 {
  font-size: 1.5em;
  margin: 1.313em 0; }

h4 {
  font-size: 1.313em;
  margin: 1.313em 0; }

h5 {
  font-size: 1.125em;
  margin: 1.313em 0; }

h6 {
  font-size: 1em;
  margin: 0.75em 0; }

.widget-title {
  font-size: 1.313em; }

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

h2 {
  font-size: 1.75rem; }
  body.post-type-archive-d1_books h2 {
    margin-top: 0;
    font-size: 2.25rem; }
  h2.alt {
    font-family: "IBM Plex Mono", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 150%; }

h3.with-citation {
  margin-bottom: 0; }

@media screen and (max-width: 1280px) {
  h1, h2, h3 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 115%;
    font-weight: 300;
    font-style: normal; }
  h4, h5, h6 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.618em;
    font-weight: 300; }
  h1 {
    font-size: 2.55em;
    margin: 0.563em 0; }
  h2 {
    font-size: 1.9125em;
    margin: 0.625em 0; }
  h3 {
    font-size: 1.275em;
    margin: 1.313em 0; }
  h4 {
    font-size: 1.11605em;
    margin: 1.313em 0; }
  h5 {
    font-size: 1em;
    margin: 1.313em 0; }
  h6 {
    font-size: 1em;
    margin: 0.75em 0; }
  .widget-title {
    font-size: 1.11605em; } }

@media screen and (max-width: 800px) {
  h1, h2, h3 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 115%;
    font-weight: 300;
    font-style: normal; }
  h4, h5, h6 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.618em;
    font-weight: 300; }
  h1 {
    font-size: 2.31em;
    margin: 0.563em 0; }
  h2 {
    font-size: 1.7325em;
    margin: 0.625em 0; }
  h3 {
    font-size: 1.155em;
    margin: 1.313em 0; }
  h4 {
    font-size: 1.01101em;
    margin: 1.313em 0; }
  h5 {
    font-size: 1em;
    margin: 1.313em 0; }
  h6 {
    font-size: 1em;
    margin: 0.75em 0; }
  .widget-title {
    font-size: 1.01101em; } }

@media screen and (max-width: 640px) {
  h1, h2, h3 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 115%;
    font-weight: 300;
    font-style: normal; }
  h4, h5, h6 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.618em;
    font-weight: 300; }
  h1 {
    font-size: 1.98em;
    margin: 0.563em 0; }
  h2 {
    font-size: 1.485em;
    margin: 0.625em 0; }
  h3 {
    font-size: 1em;
    margin: 1.313em 0; }
  h4 {
    font-size: 1em;
    margin: 1.313em 0; }
  h5 {
    font-size: 1em;
    margin: 1.313em 0; }
  h6 {
    font-size: 1em;
    margin: 0.75em 0; }
  .widget-title {
    font-size: 1em; } }

p {
  margin-bottom: 1.5em;
  font-weight: 300; }
  p strong, p b {
    font-weight: 500; }

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

blockquote {
  margin: 0 1.5em 0 0;
  font-size: 1.25rem;
  line-height: 133%; }
  blockquote cite {
    display: block;
    margin-top: 0.5em;
    font-size: 0.75em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.618em;
  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%; }

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

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin: 2.5em 0; }

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

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

.wp-block-embed.aligncenter {
  text-align: center; }

img {
  height: auto;
  max-width: 100%; }
  img.key-area-center {
    object-position: 50% 50%; }
  img.key-area-top {
    object-position: 50% 15%; }
  img.key-area-right {
    object-position: 85% 50%; }
  img.key-area-bottom {
    object-position: 50% 85%; }
  img.key-area-left {
    object-position: 15% 50%; }

figure {
  margin: 1em 0; }
  figure.shadow img {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2); }

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

/* Links
--------------------------------------------- */
a {
  color: #C38658; }
  a:visited {
    color: #cf9e7a; }
  a:hover, a:focus, a:active {
    color: #ae6f3f; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  .d1-hilite a {
    color: #fff; }
  .simple-links a {
    font-size: 0.8125rem; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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 {
    border-color: #aaa #bbb #bbb; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation.buttony ul a {
    border-radius: 3px;
    background: #C38658;
    color: #fff;
    line-height: 1;
    font-size: 0.75rem;
    padding: 0.6em 1em 0.4em;
    text-transform: uppercase; }
  .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 {
        display: none;
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: none;
        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 li:hover > a, .main-navigation li.focus > a {
      color: #C38658; }
  .main-navigation a {
    display: block;
    margin-left: 1rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    color: #222;
    border-bottom: 2px solid transparent; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    border-bottom: 2px solid #C38658; }
  .main-navigation .current-post-parent > a {
    border-bottom: 2px solid #C38658; }

/* Small menu. */
.menu-toggle {
  display: none; }

.main-navigation ul {
  display: flex;
  justify-content: flex-end; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end; } }

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

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

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

.d1-cta-plain {
  padding-bottom: 3rem;
  text-align: center; }

.d1-archive-container {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 4rem; }
  .d1-archive-container:not(.fancy-archive) article {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #bbb; }
    .d1-archive-container:not(.fancy-archive) article .post-thumbnail {
      flex-basis: 33%; }
      .d1-archive-container:not(.fancy-archive) article .post-thumbnail img {
        width: 90%;
        box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2); }
    .d1-archive-container:not(.fancy-archive) article .d1-header-content {
      flex-basis: 67%;
      padding-left: 3rem; }
  .d1-archive-container.fancy-archive {
    display: flex;
    flex-wrap: wrap;
    max-width: 86.25rem; }
    .d1-archive-container.fancy-archive.even-count article:nth-last-child(2) {
      border-bottom: 0; }
    .d1-archive-container.fancy-archive article {
      flex-basis: 50%;
      margin-bottom: 0;
      padding-top: 2rem;
      padding-bottom: 3rem;
      border-bottom: 1px dotted #bbb; }
      .d1-archive-container.fancy-archive article:nth-child(-n + 2) {
        padding-top: 0; }
      .d1-archive-container.fancy-archive article:nth-child(odd) {
        padding-right: 2.5rem;
        border-right: 1px dotted #bbb; }
      .d1-archive-container.fancy-archive article:nth-child(even) {
        padding-left: 2.5rem; }
      .d1-archive-container.fancy-archive article:last-child {
        border-bottom: 0; }
      .d1-archive-container.fancy-archive article header {
        display: flex;
        flex-wrap: nowrap; }
        .d1-archive-container.fancy-archive article header .post-title-meta {
          flex-grow: 1;
          flex-shrink: 1;
          order: 1;
          padding-right: 1.5rem; }
          .d1-archive-container.fancy-archive article header .post-title-meta .d1-meta-category {
            font-weight: 300; }
        .d1-archive-container.fancy-archive article header .post-thumbnail {
          flex-grow: 0;
          flex-shrink: 1;
          flex-basis: 12.5rem;
          order: 2; }
          .d1-archive-container.fancy-archive article header .post-thumbnail img {
            width: 12.5rem;
            max-width: 12.5rem;
            height: 9.375rem;
            max-height: 9.375rem;
            object-fit: cover;
            border-radius: 0.6875rem;
            border: 1px solid #eee; }
        .d1-archive-container.fancy-archive article header .entry-title {
          margin-top: 0.25rem; }

.d1-fullwidth {
  padding: 2rem 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-top: 0;
  background-image: linear-gradient(to bottom, #fff, #eee); }

.d1-hilites-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 2.5rem; }
  .d1-hilites-container .d1-label {
    display: block;
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 133%;
    text-transform: uppercase; }
  .d1-hilites-container .d1-hilite {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    display: flex;
    border-radius: 0.6875rem;
    overflow: hidden;
    color: #fff; }
    .d1-hilites-container .d1-hilite .d1-hilite-info {
      flex: 1 0 67%;
      padding: 1.5rem;
      background-color: #779F70; }
      .d1-hilites-container .d1-hilite .d1-hilite-info h3 {
        margin-top: 0.5rem; }
    .d1-hilites-container .d1-hilite .d1-hilite-visual {
      flex: 0 0 33%; }
      .d1-hilites-container .d1-hilite .d1-hilite-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .d1-hilites-container .d1-additional {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    padding-left: 1.5rem; }
    .d1-hilites-container .d1-additional .d1-label {
      font-weight: 300; }
    .d1-hilites-container .d1-additional p {
      margin-top: 0.25rem;
      margin-bottom: 0.75rem; }

body.single-post:not(.category-featured-writing) .entry-header .post-title-meta {
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  text-align: center; }

body.single-post:not(.category-featured-writing) .entry-header .post-thumbnail {
  height: 7.5rem;
  margin: 0 auto;
  overflow: visible;
  text-align: center; }
  body.single-post:not(.category-featured-writing) .entry-header .post-thumbnail img {
    width: auto;
    max-height: 15rem;
    border-radius: 0.6875rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2); }

body.single-post article.category-featured-writing .entry-header {
  padding: 2rem 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0 4.5rem 0;
  background: linear-gradient(to bottom, #fff, #eee); }
  body.single-post article.category-featured-writing .entry-header .post-title-meta {
    flex: 0 0 50%;
    padding: 0 1.5rem;
    border-bottom: 0;
    text-align: center; }
  body.single-post article.category-featured-writing .entry-header .entry-meta .d1-meta-category {
    display: none; }
  body.single-post article.category-featured-writing .entry-header .post-thumbnail {
    flex: 0 0 50%;
    height: auto;
    text-align: center; }
    body.single-post article.category-featured-writing .entry-header .post-thumbnail img {
      max-width: 66%;
      max-height: auto;
      object-fit: cover;
      border-radius: 0.9375rem;
      box-shadow: 20px 15px 0 #779F70, -20px -15px 0 #C38658; }

.entry-header .entry-meta {
  font-family: "IBM Plex Mono", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 150%; }
  .entry-header .entry-meta span {
    display: block; }
  .entry-header .entry-meta .byline {
    display: block;
    margin-bottom: 2rem;
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: normal;
    text-transform: none; }
    .entry-header .entry-meta .byline span {
      display: inline-block; }

.entry-content {
  padding-top: 1rem; }
  .entry-content.d1-has-thumbnail {
    padding-top: calc(120px + 3rem); }
  .entry-content .d1-single-nav {
    clear: both;
    margin-top: 3rem; }
  body.single-post .entry-content {
    max-width: 56.25rem !important;
    margin: 0 auto;
    border-top: 1px dotted #bbb; }
  body.single-post article.category-featured-writing .entry-content {
    border-top: 0; }
  body.archive .entry-content {
    padding-top: 0;
    padding-right: 4rem;
    line-height: 133%; }

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

@media screen and (min-width: 1441px) {
  .d1-fullwidth {
    padding: 2rem 0;
    margin-left: -3rem;
    width: 90rem;
    max-width: 90rem; }
  body.single-post article.category-featured-writing .entry-header {
    padding: 2rem 0;
    margin-left: -3rem;
    width: 90rem;
    max-width: 90rem; } }

@media screen and (max-width: 1280px) {
  .d1-archive-container {
    max-width: 80%; }
    .d1-archive-container.fancy-archive {
      display: block;
      max-width: 80%; }
      .d1-archive-container.fancy-archive.even-count article:nth-last-child(2) {
        border-bottom: 1px dotted #bbb; }
      .d1-archive-container.fancy-archive article:nth-child(-n + 2) {
        padding-top: 2rem; }
      .d1-archive-container.fancy-archive article:nth-child(odd) {
        padding-right: 0;
        border-right: 0; }
      .d1-archive-container.fancy-archive article:nth-child(even) {
        padding-left: 0; }
  .d1-hilites-container {
    max-width: 80%;
    margin-bottom: 3rem; } }

@media screen and (max-width: 1080px) {
  .d1-archive-container,
  .d1-archive-container.fancy-archive {
    max-width: 90%; }
  .d1-hilites-container {
    max-width: 90%; }
  body.single-post article.category-featured-writing .entry-header .post-thumbnail {
    flex: 0 1 40%;
    text-align: left; }
    body.single-post article.category-featured-writing .entry-header .post-thumbnail img {
      max-width: 80%;
      box-shadow: 15px 12px 0 #779F70, -15px -12px 0 #C38658; }
  body.single-post article.category-featured-writing .entry-header .post-title-meta {
    flex: 1 0 60%; } }

@media screen and (max-width: 900px) {
  .d1-hilites-container {
    flex-direction: column;
    max-width: 80%;
    margin-bottom: 1rem; } }

@media screen and (max-width: 800px) {
  .d1-archive-container {
    max-width: 100%; }
    .d1-archive-container.fancy-archive {
      max-width: 100%; }
      .d1-archive-container.fancy-archive article header .post-thumbnail {
        flex: 0 0 11.25rem; }
        .d1-archive-container.fancy-archive article header .post-thumbnail img {
          width: 100%;
          height: 7.5rem; }
  body.single-post article.category-featured-writing .entry-header {
    flex-direction: column;
    padding: 2rem 0 3rem 0; }
    body.single-post article.category-featured-writing .entry-header .post-thumbnail {
      text-align: center; }
      body.single-post article.category-featured-writing .entry-header .post-thumbnail img {
        max-width: 20rem;
        max-height: 15rem; }
    body.single-post article.category-featured-writing .entry-header .entry-meta {
      margin-bottom: 3rem; }
  body.archive .entry-content {
    padding-right: 1.5rem; } }

@media screen and (max-width: 640px) {
  .d1-archive-container.fancy-archive article header {
    gap: 1.25rem; }
    .d1-archive-container.fancy-archive article header .post-thumbnail {
      flex: 0 0 7.5rem; }
      .d1-archive-container.fancy-archive article header .post-thumbnail img {
        width: 7.5rem;
        height: 7.5rem; }
  .d1-hilites-container {
    max-width: 100%; }
  body.single-post article.category-featured-writing .entry-header .post-thumbnail {
    text-align: center; }
    body.single-post article.category-featured-writing .entry-header .post-thumbnail img {
      max-width: 70%;
      max-height: 13.75rem;
      box-shadow: 10px 10px 0 #779F70, -10px -10px 0 #C38658; } }

/* 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: #222;
    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 Styles
--------------------------------------------- */
.no-sidebar .site {
  display: block; }

html {
  scroll-behavior: smooth; }

* {
  box-sizing: border-box;
  word-wrap: break-word; }

body {
  background-color: #f2f2f2; }

a {
  text-decoration: none; }

b, strong {
  font-weight: 500; }

em em {
  font-style: normal; }

.site {
  max-width: 1440px;
  margin: 0 auto; }

.site-header {
  display: flex;
  flex-wrap: nowrap;
  margin: 0rem;
  padding: 2.5rem 3rem 3rem 3rem;
  border-bottom: 1px solid #eee;
  background-color: #fff; }
  body.single-post .site-header {
    border-bottom: 0; }

.site-branding {
  flex: 0 1 80%; }

.site-title {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 11px;
  font-size: 1.5rem;
  font-weight: 600; }
  .site-title img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 1rem;
    border-radius: 50%; }
  .site-title a, .site-title a > span {
    display: inline-block;
    transition: color 0.3s; }
    .site-title a span, .site-title a > span span {
      color: #779F70; }
    .site-title a:hover, .site-title a:hover > span, .site-title a > span:hover, .site-title a > span:hover > span {
      color: #000; }

.site-description {
  margin-bottom: 0;
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb !important; }

#site-navigation {
  flex: 1 0 20%;
  display: flex;
  align-items: center; }

.site-main {
  padding: 1px 3rem 3rem 3rem;
  background-color: #fff; }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  background: #222;
  color: #fff; }
  .site-footer .site-info {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase; }
  .site-footer .footer-links {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none; }
    .site-footer .footer-links li {
      display: inline-block; }
    .site-footer .footer-links a {
      padding-right: 1rem;
      color: #fff; }

.page-header {
  margin-bottom: 2.5em; }
  .page-header .page-title {
    display: inline-block;
    margin-top: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid #bbb;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222; }
  .page-header .archive-description {
    display: inline-block;
    border-bottom: 1px solid #eee;
    font-style: italic; }

.narrow {
  max-width: 56.25rem !important;
  margin: 0 auto; }

.wp-block-buttons {
  margin-bottom: 1rem; }
  .wp-block-buttons .wp-block-button {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem; }
    .wp-block-buttons .wp-block-button:last-child {
      margin-right: 0; }

.wp-block-button__link,
.wpforms-submit,
button.btn,
.btn a {
  padding: 0.8125em 1.125em !important;
  border-radius: 0.4375rem !important;
  background-color: #779F70 !important;
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff !important; }

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 1px solid #9f7453 !important;
  color: #9f7453 !important; }
  .is-style-outline .wp-block-button__link:hover {
    background-color: #eee !important; }

.wp-block-separator {
  border-top: 1px dotted #bbb; }

#cta-contact {
  display: flex; }
  #cta-contact .cta-visual {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1; }
    #cta-contact .cta-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #cta-contact .cta-actions {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 2rem 3rem;
    background-color: #C38658;
    color: #fff; }
    #cta-contact .cta-actions h2 {
      margin-top: 0; }
    #cta-contact .cta-actions .wpforms-field-label {
      color: #fff; }
    #cta-contact .cta-actions .wpforms-submit {
      background-color: #222 !important;
      text-transform: uppercase; }

.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #779F70 !important;
  color: #fff !important; }

@media screen and (max-width: 1280px) {
  #cta-contact .cta-visual {
    background-color: #C38658;
    padding: 2rem; } }

@media screen and (max-width: 1080px) {
  #cta-contact .cta-actions {
    padding: 2rem 2rem; } }

@media screen and (max-width: 1024px) {
  #cta-contact .cta-visual img {
    height: 50%; } }

@media screen and (max-width: 50rem) {
  #cta-contact {
    display: block; }
    #cta-contact .cta-visual img {
      width: 50%;
      object-fit: contain; }
    #cta-contact .cta-actions {
      padding-top: 0; }
  .wp-block-image img {
    width: auto;
    max-height: 400px; } }

@media screen and (max-width: 40rem) {
  .site-header {
    padding: 1.5rem; }
  .site-main {
    padding: 1px 1.5rem 2rem 1.5rem; }
  .page-header {
    margin-bottom: 2em; }
  #cta-contact .cta-visual img {
    width: 100%;
    height: 300px;
    object-fit: cover; } }
