@charset "UTF-8";
/*!
Theme Name: On the Seawall
Theme URI: http://www.ronslate.com/
Author: Tom Callahan
Author URI: http://www.tom-callahan.com/
Description:
Version: 1.0.0
License:
License URI:
Text Domain: ontheseawall
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 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 {
  display: block;
  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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

button {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.3;
  font-weight: 300; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 0; }

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: 0; }

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: #1e2521;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  padding: 0.5em; }

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: #1e2521; }

select {
  border: 1px solid #a0a0a0; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

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

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

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

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

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

body {
  min-width: 320px; }
  @media only screen {
    body {
      background-color: #323232;
      color: white; } }
  @media only print {
    body {
      background-color: white;
      color: black; } }
  body header#masthead > div.inner,
  body #content > div.inner,
  body footer#colophon > div.inner {
    position: relative;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto; }
    @media (max-width: 959px) {
      body header#masthead > div.inner,
      body #content > div.inner,
      body footer#colophon > div.inner {
        width: auto;
        margin: 0 1em; } }
  body input[type="text"],
  body input[type="password"],
  body textarea {
    border-radius: 0;
    outline: none; }
  body button,
  body input[type="submit"],
  body input[type="reset"],
  body input[type="button"] {
    padding: 0.6em 1.6em 0.8em;
    background-color: #6a2020;
    color: white;
    border: 0;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    cursor: pointer; }
  body form[role="search"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body form[role="search"] label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      color: rgba(255, 255, 255, 0.5); }
      body form[role="search"] label input[type="search"] {
        font-size: 16px;
        width: 100%;
        height: 36px;
        padding: 0 1em;
        -webkit-appearance: none;
        border-radius: 0;
        background-color: #423e37;
        color: white;
        border: 0;
        outline: 0; }
    body form[role="search"] input[type="submit"] {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border: 0;
      font-size: 0.9em;
      height: 36px;
      padding: 10px 1em 11px 1em; }
      body form[role="search"] input[type="submit"] :after {
        content: "Search"; }
    body form[role="search"] .search-submit {
      width: auto; }
  body ul,
  body ol,
  body li {
    padding: 0;
    margin: 0; }
  body a,
  body a:link,
  body a:visited {
    color: #dfc09f;
    text-decoration: none; }
  body a:hover,
  body a:active {
    color: #dfc09f;
    text-decoration: underline; }

.entry-content form[role="search"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .entry-content form[role="search"] label {
    color: rgba(255, 255, 255, 0.5); }
    .entry-content form[role="search"] label input[type="search"] {
      background-color: rgba(100, 95, 84, 0.25);
      color: #606060; }

header#masthead {
  position: relative;
  height: 6em; }
  @media only screen {
    header#masthead {
      background-color: #2b2a28; } }
  @media (max-width: 959px) {
    header#masthead {
      height: 4.8em; } }
  header#masthead .inner {
    height: 6em; }
    @media (max-width: 959px) {
      header#masthead .inner {
        height: 4.8em; } }
    header#masthead .inner aside.follow-links {
      position: absolute;
      top: 1em;
      right: 0;
      z-index: 2; }
      @media only print {
        header#masthead .inner aside.follow-links {
          display: none; } }
      @media (max-width: 639px) {
        header#masthead .inner aside.follow-links {
          right: 1em; } }
      header#masthead .inner aside.follow-links > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em; }
      header#masthead .inner aside.follow-links > a {
        height: 1em;
        font-size: 0.9em;
        outline: 0; }
        header#masthead .inner aside.follow-links > a:last-child {
          margin-right: 0; }
        header#masthead .inner aside.follow-links > a svg {
          width: 1.125em;
          height: 1.125em; }
          header#masthead .inner aside.follow-links > a svg * {
            fill: white; }
    header#masthead .inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 6em; }
      header#masthead .inner ul li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        list-style-type: none;
        padding-bottom: 1em;
        margin-left: 2em;
        border-bottom: 4px solid transparent;
        cursor: pointer; }
        header#masthead .inner ul li > * {
          font-size: 0.9em; }
          header#masthead .inner ul li > * > * {
            padding: 0;
            margin: 0; }
        header#masthead .inner ul li:hover {
          border-bottom: 4px solid #dfc09f; }
        header#masthead .inner ul li.current-menu-item, header#masthead .inner ul li.current-post-parent {
          border-bottom: 4px solid #6a2020; }
        header#masthead .inner ul li a {
          color: white; }
        header#masthead .inner ul li a:hover,
        header#masthead .inner ul li a:active {
          text-decoration: none; }
        @media (max-width: 959px) {
          header#masthead .inner ul li {
            display: none; } }
        header#masthead .inner ul li.print-only {
          display: none; }
        header#masthead .inner ul li.site-branding {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: block;
          position: relative;
          top: 2.3em;
          width: 22em;
          padding: 1.6em 1.4em 1em 1.4em;
          margin: 0 auto 0 0;
          background-color: #1e2521;
          font-size: 1em; }
          @media only print {
            header#masthead .inner ul li.site-branding {
              background-color: white; } }
          header#masthead .inner ul li.site-branding a {
            outline: none; }
          header#masthead .inner ul li.site-branding:hover {
            border-bottom: 4px solid transparent; }
          header#masthead .inner ul li.site-branding svg,
          header#masthead .inner ul li.site-branding h1 {
            display: inline-block;
            vertical-align: bottom; }
          header#masthead .inner ul li.site-branding svg {
            width: 11em;
            height: calc($width * $h-to-w-ratio);
            margin: 0.2em 1.25em 0.2em 0; }
            header#masthead .inner ul li.site-branding svg * {
              fill: white; }
              @media only print {
                header#masthead .inner ul li.site-branding svg * {
                  fill: black; } }
          header#masthead .inner ul li.site-branding h1 {
            width: 9em;
            margin: 0;
            font-style: italic;
            font-size: 0.9em;
            font-weight: 200;
            color: #dfc09f; }
            @media only print {
              header#masthead .inner ul li.site-branding h1 {
                color: black; } }
            header#masthead .inner ul li.site-branding h1 span {
              position: absolute;
              top: 0;
              left: 0;
              text-indent: -10000px; }
          @media (min-width: 1280px) {
            header#masthead .inner ul li.site-branding {
              top: 2.76em;
              width: 26em;
              font-size: 1.2em; } }
          @media (max-width: 639px) {
            header#masthead .inner ul li.site-branding {
              width: 100%;
              top: 1em;
              font-size: 0.85em; } }
        @media only print {
          header#masthead .inner ul li {
            display: none; } }

footer#colophon {
  padding: 2em 0 5em 0; }
  footer#colophon .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 959px) {
      footer#colophon .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  footer#colophon aside.search-box {
    width: 90%;
    max-width: 30em; }
    @media (max-width: 959px) {
      footer#colophon aside.search-box {
        padding-top: 1em; } }
    @media only print {
      footer#colophon aside.search-box {
        display: none; } }
  footer#colophon li {
    list-style-type: none; }
  footer#colophon ul.mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0.5em;
    border-top: 1px solid #645f54;
    background-color: #1e2521; }
    @media only screen and (max-width: 959px) {
      footer#colophon ul.mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    footer#colophon ul.mobile-nav li {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 0.7em;
      padding: 1em 0.25em;
      text-align: center; }
  @media only screen and (max-width: 959px), only print {
    footer#colophon ul.site-info {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  footer#colophon ul.site-info li {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 0.8em;
    text-align: center; }
    @media (max-width: 959px) {
      footer#colophon ul.site-info li {
        margin-left: 0.5em;
        margin-right: 0.5em; }
        footer#colophon ul.site-info li:first-child {
          width: 100%;
          margin-right: 0; } }
    footer#colophon ul.site-info li.print-only {
      display: none; }
    @media only print {
      footer#colophon ul.site-info li {
        display: none; }
        footer#colophon ul.site-info li.print-only {
          display: inline-block; }
        footer#colophon ul.site-info li:first-child {
          display: inline-block; } }

.nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .nav-links > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 0.5em);
    background-color: #6a2020; }
    .nav-links > div.nav-previous {
      margin-right: 1em; }
    .nav-links > div:nth-last-child(n + 2):first-child.nav-next,
    .nav-links > div:nth-last-child(n + 2):first-child ~ div.nav-next {
      margin-left: 0; }
    .nav-links > div a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 1em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
      .nav-links > div a:link, .nav-links > div a:visited {
        color: white !important;
        text-decoration: none; }
      .nav-links > div a:hover, .nav-links > div a:active {
        color: white !important;
        text-decoration: underline; }

body.archive .nav-links > div.nav-previous {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: calc(50% + 0.5em); }

body.archive .nav-links > div.nav-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0.5em; }

body.archive .nav-links > div:nth-last-child(n + 2):first-child.nav-previous,
body.archive .nav-links > div:nth-last-child(n + 2):first-child ~ div.nav-previous {
  margin-left: 0.5em; }

#content {
  padding-top: 3em; }
  @media (min-width: 1280px) {
    #content {
      padding-top: 3.6em; } }
  #content .inner.standard-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 2em; }
    @media (max-width: 959px) {
      #content .inner.standard-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #content .inner.standard-page #primary {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background-color: white; }
      @media (min-width: 960px) {
        #content .inner.standard-page #primary {
          width: calc(100% - 22em); } }
      @media (min-width: 1280px) {
        #content .inner.standard-page #primary {
          width: calc(100% - 26em); } }
    @media (max-width: 959px) {
      #content .inner.standard-page #primary {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
      #content .inner.standard-page #secondary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  #content header {
    display: block;
    background-color: #323232; }
    @media (max-width: 959px) {
      #content header {
        display: none; } }
  #content .share-links {
    padding-top: 0.5em; }
    @media only print {
      #content .share-links {
        display: none; } }
    #content .share-links div {
      display: inline-block;
      vertical-align: center;
      margin-right: 1em;
      font-size: 0.8em; }
      @media (max-width: 639px) {
        #content .share-links div {
          display: block; } }
      #content .share-links div > * {
        display: inline-block;
        vertical-align: center;
        font-size: 1em;
        outline: 0;
        color: #6a2020; }
        #content .share-links div > *:last-child {
          margin-right: 0; }
      #content .share-links div svg {
        position: relative;
        top: 0.15em;
        width: 1em;
        height: 1em;
        margin-right: 0.5em; }
        #content .share-links div svg * {
          fill: #6a2020; }
  #content header .share-links div > * {
    color: #dfc09f; }
  #content header .share-links div svg * {
    fill: #dfc09f; }
  #content section.category-list {
    padding: 2em 0 1em 0;
    /* masonry layout */ }
    #content section.category-list h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 0 0 0.5em 0;
      margin: 0;
      font-size: 2em;
      color: white; }
      #content section.category-list h2 button.more-button {
        font-size: 0.5em; }
        @media (max-width: 639px) {
          #content section.category-list h2 button.more-button {
            display: none; } }
    #content section.category-list > a > button.more-button {
      display: none;
      width: 100%;
      font-size: 1.25em; }
      @media (max-width: 639px) {
        #content section.category-list > a > button.more-button {
          display: inline-block; } }
    #content section.category-list a,
    #content section.category-list a:link,
    #content section.category-list a:visited,
    #content section.category-list a:hover,
    #content section.category-list a:active {
      text-decoration: none; }
    #content section.category-list .cards {
      width: calc(100% + 1em); }
      @media (max-width: 639px) {
        #content section.category-list .cards {
          width: 100%; } }
      #content section.category-list .cards .card {
        display: inline-block;
        vertical-align: top;
        width: 33.333%; }
        @media (min-width: 1280px) {
          #content section.category-list .cards .card {
            width: 25%; } }
        #content section.category-list .cards .card .inner {
          margin: 0 1em 1em 0; }
          @media (max-width: 639px) {
            #content section.category-list .cards .card .inner {
              margin-right: 0; } }
        #content section.category-list .cards .card.featured {
          width: 66.666%; }
          @media (min-width: 1280px) {
            #content section.category-list .cards .card.featured {
              width: 50%; } }
        @media (max-width: 959px) {
          #content section.category-list .cards .card {
            width: 50%; }
            #content section.category-list .cards .card.featured {
              width: 100%; } }
        @media (max-width: 639px) {
          #content section.category-list .cards .card {
            width: 100%; }
            #content section.category-list .cards .card.featured {
              width: 100%; } }

/* general card styles */
.card .inner > .text-wrap > *:not(a) {
  padding: 0 1.75em 1.75em 1.75em;
  margin: 0;
  background-color: #423e37;
  color: #dfc09f;
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */ }

.card .inner > .text-wrap h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0em 1.875em 1.75em 1.875em;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase; }
  .card .inner > .text-wrap h5 span.tags {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    font-weight: 500;
    text-transform: none;
    text-align: right; }

.card .inner > .text-wrap h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7em 1.1em 0.8em 1.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 0.85em;
  text-transform: uppercase;
  background-color: #2c282e; }
  @media (max-width: 639px) {
    .card .inner > .text-wrap h4 {
      font-size: 0.75em; } }
  .card .inner > .text-wrap h4 time {
    color: #dfc09f;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .card .inner > .text-wrap h4 span span {
    font-weight: 100;
    padding: 0 0.6em !important; }
  .card .inner > .text-wrap h4 span.tags {
    padding-left: 0.5em;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    font-weight: 500;
    text-transform: none;
    text-align: right; }

.card .inner > .text-wrap h3 {
  padding: 1.25em 1.35em 0.75em 1.35em;
  font-size: 1.3em;
  color: white; }
  .card .inner > .text-wrap h3 a,
  .card .inner > .text-wrap h3 a:link,
  .card .inner > .text-wrap h3 a:visited,
  .card .inner > .text-wrap h3 a:hover,
  .card .inner > .text-wrap h3 a:active {
    color: white;
    text-decoration: none; }

.card .inner > .text-wrap p {
  color: #dfc09f; }
  .card .inner > .text-wrap p:first-child {
    padding-top: 1.75em; }

.card .inner > .text-wrap .entry-meta {
  padding-bottom: 1em; }

.card.hasimage .inner .img-wrap {
  min-width: 16em;
  width: 100%;
  padding: 0 1.875em 1.875em 1.875em;
  background-color: #423e37; }
  .card.hasimage .inner .img-wrap img {
    max-width: 90%;
    max-height: 17em;
    height: auto;
    padding: 0;
    margin: 0 auto; }

@media (max-width: 639px) {
  .card.hasimage .inner .text-wrap {
    width: 100%; }
  .card.hasimage .inner .img-wrap {
    min-width: 0;
    max-width: none;
    width: 100%; }
    .card.hasimage .inner .img-wrap img {
      display: block;
      max-width: 80%;
      max-height: 15em; } }

.card.isheader .inner .text-wrap > *, .card.isinsidebar .inner .text-wrap > *, .card.featured .inner .text-wrap > * {
  background-color: transparent; }

.card.isheader .inner .text-wrap h4, .card.isinsidebar .inner .text-wrap h4, .card.featured .inner .text-wrap h4 {
  background-color: transparent; }
  @media (max-width: 639px) {
    .card.isheader .inner .text-wrap h4, .card.isinsidebar .inner .text-wrap h4, .card.featured .inner .text-wrap h4 {
      font-size: 0.75em;
      padding: 1em 1.4em 1em 1.4em; } }
  @media (min-width: 640px) {
    .card.isheader .inner .text-wrap h4, .card.isinsidebar .inner .text-wrap h4, .card.featured .inner .text-wrap h4 {
      padding: 1.45em;
      font-size: 1.2em; } }

.card.isheader .inner .text-wrap h5, .card.isinsidebar .inner .text-wrap h5, .card.featured .inner .text-wrap h5 {
  padding: 0 1.4em 1em 1.4em; }

.card.isheader .inner .text-wrap h3, .card.isinsidebar .inner .text-wrap h3, .card.featured .inner .text-wrap h3 {
  padding: 1.15em 0.875em 0.75em 1em;
  font-size: 1.8em; }

.card.featured h5 {
  padding: 0 2em 2em 2em !important; }

.card.featured.hasimage .inner {
  min-height: 23em; }
  .card.featured.hasimage .inner .text-wrap {
    width: 60%; }
    @media (min-width: 640px) {
      .card.featured.hasimage .inner .text-wrap h4 {
        width: 166.66%; } }
  .card.featured.hasimage .inner .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 1em;
    width: 40%;
    padding: 6em 2em 4em 1em; }
    @media (min-width: 640px) {
      .card.featured.hasimage .inner .img-wrap {
        height: calc(100% - 1em);
        min-height: 23em; } }
    .card.featured.hasimage .inner .img-wrap img {
      max-width: 100%;
      max-height: 100%; }
  @media (max-width: 639px) {
    .card.featured.hasimage .inner .text-wrap {
      width: 100%; }
    .card.featured.hasimage .inner .img-wrap {
      position: relative;
      right: 0;
      width: 100%;
      padding: 1em 1.875em; } }

.card.isinsidebar {
  min-width: 100%; }
  .card.isinsidebar .inner .text-wrap h3 {
    padding-left: 0.875em; }

.card.isinsidebar .inner .text-wrap h4, .card.isheader .inner .text-wrap h4 {
  font-size: 0.95em;
  padding-left: 1.875em;
  padding-right: 1.875em; }
  @media (min-width: 640px) {
    .card.isinsidebar .inner .text-wrap h4, .card.isheader .inner .text-wrap h4 {
      width: 100%; } }

@media only print {
  #primary #main > nav {
    display: none; } }

@media (max-width: 639px) {
  #primary #main {
    font-size: 0.9em; } }

#primary #main > article > *:not(header),
#primary #main > *:not(article) {
  padding: 0 2em 2em 2em;
  color: #1e2521; }
  #primary #main > article > *:not(header) a:link,
  #primary #main > article > *:not(header) a:visited,
  #primary #main > article > *:not(header) a:hover,
  #primary #main > article > *:not(header) a:active,
  #primary #main > *:not(article) a:link,
  #primary #main > *:not(article) a:visited,
  #primary #main > *:not(article) a:hover,
  #primary #main > *:not(article) a:active {
    color: #6a2020; }

#primary #main > article > header {
  display: none;
  color: white;
  background-color: #645f54; }
  @media (max-width: 959px) {
    #primary #main > article > header {
      display: block; } }
  @media only print {
    #primary #main > article > header {
      display: block; } }

#primary #main > article > .poem-scroller {
  overflow: auto;
  margin-bottom: 2em;
  padding-bottom: 1em; }
  #primary #main > article > .poem-scroller > .entry-content {
    padding-top: 2em;
    padding-bottom: 0; }
  #primary #main > article > .poem-scroller .poetry-block {
    margin: 0;
    white-space: nowrap; }
  #primary #main > article > .poem-scroller .poetry-block-full-control {
    margin: 0;
    white-space: pre; }
  #primary #main > article > .poem-scroller .poetry-block-justified {
    margin: 0; }
    #primary #main > article > .poem-scroller .poetry-block-justified > * {
      display: inline-block;
      text-align: justify;
      height: 1em;
      line-height: 1; }
      #primary #main > article > .poem-scroller .poetry-block-justified > *:after {
        content: " ";
        display: inline-block;
        width: 100%;
        height: 1px;
        overflow: hidden; }

#primary #main img.book-cover {
  float: left;
  width: 30%;
  min-width: 8em;
  max-width: 16em;
  padding: 0;
  margin: 0.25em 2em 2em 0; }

#primary #main .book-details {
  padding-bottom: 1.5em; }
  #primary #main .book-details p {
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #6a2020; }

#primary #main .contributor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 2em;
  padding: 1.5em;
  background-color: rgba(100, 95, 84, 0.8); }
  @media (max-width: 979px) {
    #primary #main .contributor-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 639px) {
    #primary #main .contributor-box {
      padding: 1.25em;
      font-size: 0.8em; } }
  #primary #main .contributor-box .contributor-photo-and-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 979px) {
      #primary #main .contributor-box .contributor-photo-and-name {
        margin-bottom: 1em; } }
  #primary #main .contributor-box .contributor-photo {
    width: 6em;
    margin-top: 0.4em;
    margin-right: 1.25em;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 979px) {
      #primary #main .contributor-box .contributor-photo {
        width: 4em;
        margin-right: 1em; } }
    #primary #main .contributor-box .contributor-photo img {
      width: 100%;
      height: auto; }
  #primary #main .contributor-box .contributor-name {
    margin-right: 2em;
    color: white; }
    #primary #main .contributor-box .contributor-name h6 {
      margin-top: 0.1em;
      margin-bottom: 0.5em;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase; }
    #primary #main .contributor-box .contributor-name h5 {
      margin-bottom: 0;
      font-size: 1.9em;
      font-weight: 100; }
      @media (max-width: 979px) {
        #primary #main .contributor-box .contributor-name h5 {
          font-size: 1.75em; } }
  #primary #main .contributor-box .contributor-bio {
    color: white;
    font-size: 0.8em; }
    @media (max-width: 639px) {
      #primary #main .contributor-box .contributor-bio {
        font-size: 1.3em; } }
    #primary #main .contributor-box .contributor-bio p:last-child {
      margin-bottom: 0; }

#primary #main .entry-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(100, 95, 84, 0.25);
  width: 100%;
  padding: 0.5em 1em;
  font-size: 0.7em; }
  @media (max-width: 767px) {
    #primary #main .entry-footer .inner {
      display: block; } }
  #primary #main .entry-footer .inner > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
    #primary #main .entry-footer .inner > *:last-child {
      text-align: right; }
    #primary #main .entry-footer .inner > *:first-child {
      text-align: left; }
    @media (max-width: 767px) {
      #primary #main .entry-footer .inner > * {
        display: block;
        text-align: left; }
        #primary #main .entry-footer .inner > *:first-child, #primary #main .entry-footer .inner > *:last-child {
          text-align: left; } }

body.archive .inner.standard-page #primary,
body.search-results .inner.standard-page #primary {
  background-color: transparent !important; }
  body.archive .inner.standard-page #primary > #main > article > .inner,
  body.search-results .inner.standard-page #primary > #main > article > .inner {
    padding-left: 0;
    padding-right: 0; }
  body.archive .inner.standard-page #primary > #main > article a:link,
  body.archive .inner.standard-page #primary > #main > article a:visited,
  body.archive .inner.standard-page #primary > #main > article a:hover,
  body.archive .inner.standard-page #primary > #main > article a:active,
  body.search-results .inner.standard-page #primary > #main > article a:link,
  body.search-results .inner.standard-page #primary > #main > article a:visited,
  body.search-results .inner.standard-page #primary > #main > article a:hover,
  body.search-results .inner.standard-page #primary > #main > article a:active {
    color: white; }
  body.archive .inner.standard-page #primary > #main > article.card,
  body.search-results .inner.standard-page #primary > #main > article.card {
    cursor: pointer; }
  body.archive .inner.standard-page #primary > #main > nav,
  body.search-results .inner.standard-page #primary > #main > nav {
    padding-left: 0;
    padding-right: 0; }

#secondary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 2em; }
  @media only print {
    #secondary {
      display: none; } }
  @media (min-width: 960px) {
    #secondary {
      width: 22em; } }
  @media (min-width: 1280px) {
    #secondary {
      width: 26em; } }
  @media (max-width: 959px) {
    #secondary {
      padding-top: 3em; } }
  #secondary header {
    margin: 0 0 2em 0;
    background-color: #645f54; }
  #secondary h5 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.5em; }
  #secondary .widget {
    background-color: #323232; }
    #secondary .widget ul,
    #secondary .widget form {
      padding: 1.75em;
      margin: 0;
      background-color: rgba(100, 95, 84, 0.5); }
      @media (min-width: 960px) {
        #secondary .widget ul,
        #secondary .widget form {
          width: calc(100% - 1em); } }
      @media (min-width: 640px) and (max-width: 959px) {
        #secondary .widget ul,
        #secondary .widget form {
          width: auto; } }
      #secondary .widget ul li,
      #secondary .widget form li {
        list-style-type: none;
        padding: 0 0 0.5em 0;
        margin: 0;
        /* These are technically the same, but use both */
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        /* Instead use this non-standard one: */
        /* Adds a hyphen where the word breaks, if supported (No Blink) */ }
    #secondary .widget #mc_embed_signup label {
      padding-right: 0.5em; }
    #secondary .widget #mc_embed_signup input[type="submit"] {
      font-size: 0.9em; }
    #secondary .widget #mc_embed_signup .indicates-required {
      font-weight: 100;
      font-size: 0.8em;
      font-style: italic;
      color: #dfc09f; }
    #secondary .widget #mc_embed_signup #mc_embed_signup_scroll > * {
      padding-bottom: 0.5em; }
      #secondary .widget #mc_embed_signup #mc_embed_signup_scroll > *:last-of-type {
        padding-bottom: 0; }
    #secondary .widget.widget_ontheseawall ul {
      padding: 0;
      background-color: transparent !important; }
      @media (min-width: 640px) and (max-width: 959px) {
        #secondary .widget.widget_ontheseawall ul {
          width: calc(100% + 1em); } }
      #secondary .widget.widget_ontheseawall ul li.card {
        font-size: 0.8em;
        padding: 0.5em;
        margin: 0 0 1em 0;
        cursor: pointer; }
        @media (min-width: 640px) and (max-width: 959px) {
          #secondary .widget.widget_ontheseawall ul li.card {
            width: calc(50% - 1em);
            margin-right: 1em; } }
        #secondary .widget.widget_ontheseawall ul li.card.category-default {
          background-color: rgba(100, 95, 84, 0.5); }
        #secondary .widget.widget_ontheseawall ul li.card .inner .text-wrap h5 {
          padding: 0 1.45em 0.5em 1.45em; }
        #secondary .widget.widget_ontheseawall ul li.card .inner .text-wrap h4 {
          padding-bottom: 0;
          padding-left: 1.45em;
          padding-right: 1.45em;
          padding-bottom: 1em; }
          #secondary .widget.widget_ontheseawall ul li.card .inner .text-wrap h4 span {
            display: none; }
        #secondary .widget.widget_ontheseawall ul li.card .inner .text-wrap h3 {
          font-size: 1.4em;
          padding-top: 0.5em;
          padding-left: 1.25em;
          padding-right: 1.25em; }
        #secondary .widget.widget_ontheseawall ul li.card .inner .text-wrap * {
          /* These are technically the same, but use both */
          /* This is the dangerous one in WebKit, as it breaks things wherever */
          /* Instead use this non-standard one: */
          /* Adds a hyphen where the word breaks, if supported (No Blink) */ }

.mce-content-body p,
.entry-content p {
  margin-bottom: 0.75em; }
  .mce-content-body p span.poetry-indent-1,
  .mce-content-body p span.poetry-indent-2,
  .mce-content-body p span.poetry-indent-3,
  .mce-content-body p span.poetry-indent-4,
  .entry-content p span.poetry-indent-1,
  .entry-content p span.poetry-indent-2,
  .entry-content p span.poetry-indent-3,
  .entry-content p span.poetry-indent-4 {
    display: inline-block; }
  .mce-content-body p span.poetry-indent-1,
  .entry-content p span.poetry-indent-1 {
    width: 1.5em; }
  .mce-content-body p span.poetry-indent-2,
  .entry-content p span.poetry-indent-2 {
    width: 3em; }
  .mce-content-body p span.poetry-indent-3,
  .entry-content p span.poetry-indent-3 {
    width: 4.5em; }
  .mce-content-body p span.poetry-indent-4,
  .entry-content p span.poetry-indent-4 {
    width: 6em; }

.mce-content-body p.standard-book-style,
.entry-content p.standard-book-style {
  text-indent: 2.3em;
  margin-bottom: 0; }

.mce-content-body p.standard-book-style-with-space,
.entry-content p.standard-book-style-with-space {
  text-indent: 2.3em; }

.mce-content-body img.size-full,
.entry-content img.size-full {
  clear: both;
  max-width: 100%;
  float: left;
  margin: 0.3em 1.5em 1.5em 0; }

.mce-content-body .widget,
.entry-content .widget {
  margin: 0; }

.mce-content-body .widget-title,
.mce-content-body .widgettitle,
.entry-content .widget-title,
.entry-content .widgettitle {
  padding-top: 1.5em;
  font-size: 1.5em; }

.mce-content-body ul,
.mce-content-body ol,
.entry-content ul,
.entry-content ol {
  padding-left: 1.2em; }

section.block {
  margin-bottom: 1.5em; }
  section.block blockquote,
  section.block figure {
    margin: 0; }
  section.block figcaption {
    font-size: 0.8em;
    color: #323232; }
    section.block figcaption p {
      margin: 0; }
  section.block.block_pull_quote {
    padding: 1.5em;
    background-color: rgba(100, 95, 84, 0.25);
    color: #645f54;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.6; }
    section.block.block_pull_quote blockquote {
      padding-bottom: 0.5em; }
    section.block.block_pull_quote figcaption {
      text-align: right;
      color: rgba(50, 50, 50, 0.5); }
      section.block.block_pull_quote figcaption:before {
        content: "– "; }
  @media (min-width: 768px) {
    section.block.block_pull_quote.placement-left, section.block.block_pull_quote.placement-right, section.block.block_image.placement-left, section.block.block_image.placement-right {
      max-width: 47.5%;
      margin-top: 0.333em; }
    section.block.block_pull_quote.placement-left, section.block.block_image.placement-left {
      float: left;
      margin-right: 1.5em; }
    section.block.block_pull_quote.placement-right, section.block.block_image.placement-right {
      float: right;
      margin-left: 1.5em; } }
  section.block.block_image figcaption {
    padding: 0.75em;
    background-color: rgba(100, 95, 84, 0.25); }

.subpage-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .subpage-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-top: 1px solid rgba(100, 95, 84, 0.5); }
    .subpage-list li:last-child {
      padding-bottom: 0.5em; }
    .subpage-list li .text-wrap {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }
      .subpage-list li .text-wrap h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em; }
      .subpage-list li .text-wrap h4 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        font-size: 0.85em;
        text-transform: uppercase; }
        @media (max-width: 639px) {
          .subpage-list li .text-wrap h4 {
            font-size: 0.75em; } }
        .subpage-list li .text-wrap h4 time {
          margin-right: auto;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .subpage-list li .text-wrap h4 span span {
          font-weight: 100;
          padding: 0 0.6em !important; }
        .subpage-list li .text-wrap h4 span.tags {
          padding-left: 0.5em;
          font-size: 0.9em;
          font-weight: 500;
          text-transform: none;
          text-align: right; }
      .subpage-list li .text-wrap .entry-meta {
        padding-bottom: 0.5em; }
      .subpage-list li .text-wrap *:first-child {
        padding-top: 1.5em; }
    .subpage-list li .img-wrap {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      padding: 1.5em 1em 1.5em 1em; }
      .subpage-list li .img-wrap img {
        width: 100%;
        height: auto; }

@media only print {
  #comments #respond,
  #comments .akismet_comment_form_privacy_notice {
    display: none; } }

#comments .comment {
  padding-left: 1em;
  border-left: 1px solid #6a2020; }

#comments ol.comment-list {
  margin-bottom: 2em; }

#comments ol.children .comment {
  margin-left: 1em; }

#comments .akismet_comment_form_privacy_notice {
  padding: 0.5em;
  background-color: rgba(100, 95, 84, 0.25);
  font-size: 0.7em;
  text-align: center; }

#comments footer.comment-meta .comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#comments footer.comment-meta > * {
  margin-bottom: 0.5em; }

#comments .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #comments .comment-author > * {
    margin-right: 0.5em; }
  #comments .comment-author .says {
    display: none; }

#comments article {
  margin-bottom: 1em; }

#comments .comment-content p {
  margin-bottom: 0.75em; }

#comments .reply a {
  display: inline-block;
  padding: 0.5em 1.75em;
  background-color: #6a2020;
  text-transform: uppercase;
  font-size: 0.7em;
  color: white !important; }

#comments .reply a:link,
#comments .reply a:visited {
  color: white;
  text-decoration: none; }

#comments .reply a:hover,
#comments .reply a:active {
  color: white;
  text-decoration: underline; }

@media (min-width: 768px) {
  section.login-column {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    section.login-column:first-of-type {
      padding-right: 1em !important; }
    section.login-column:last-of-type {
      padding-left: 1em !important; } }

b.rm-shortcode-tour {
  font-weight: 200; }

.rmagic .rmheader {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 1.5em 0;
  font-size: 1em;
  font-weight: 200; }

.rmagic .rmcontent form fieldset {
  padding: 0; }

.rmagic .alert-error {
  font-size: 1em;
  border: 1px solid #6a2020;
  background-color: rgba(106, 32, 32, 0.25);
  color: #6a2020;
  margin-bottom: 2em;
  padding: 2em;
  text-transform: none; }

.rmagic .rmrow {
  float: none;
  padding: 0 0 0.5em 0;
  min-height: 0; }
  .rmagic .rmrow .rmfield,
  .rmagic .rmrow .rminput {
    width: 100%;
    float: none;
    padding: 0; }
  .rmagic .rmrow .rmfield {
    padding: 0 0 0.5em 0;
    margin-bottom: 0; }
  .rmagic .rmrow .rminput > div {
    float: none; }
  .rmagic .rmrow .rminput .rm_terms_checkbox {
    display: inline-block;
    vertical-align: top;
    width: 1.5em; }
  .rmagic .rmrow .rminput .rm_terms_textarea {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.5em); }
  .rmagic .rmrow .rminput textarea.rm_terms_area {
    border: 0;
    padding: 0;
    height: auto;
    min-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .rmagic .rmrow .rmfield label {
    font-weight: 200; }

.rmagic .buttonarea {
  float: none;
  margin: 0;
  text-align: left; }
  .rmagic .buttonarea input[type='button'],
  .rmagic .buttonarea input[type='submit'] {
    min-width: 0;
    min-height: 0;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 600; }

.rmagic .g-recaptcha {
  margin: 1em 0 2em 0; }

#loginform-custom label {
  display: block;
  padding-bottom: 0.5em; }

#loginform-custom input[type='text'],
#loginform-custom input[type='password'] {
  width: 100%; }

#loginform-custom input[type='submit'] {
  font-size: 1em;
  font-weight: 600; }

#loginform-custom input[type='checkbox'] {
  margin-right: 0.5em; }

#loginform-custom p {
  margin-bottom: 0.5em;
  padding: 0; }

a.logout-button button {
  font-size: 1em; }

/*# sourceMappingURL=style.css.map */