@charset "UTF-8";
/*!
Theme Name: Forklift
Author: Deborah Lykins
Author URI: https://www.zocalodesign.com
Description: Custom Theme by Zócalo Design
Version: 1.0.0
Text Domain: forklift


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

Forklift 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

--------------------------------------------------------------*/
/* Gutenberg color options*/
.has-red-color {
  color: #9f1922;
}
.has-red-color a, .has-red-color a:visited {
  color: #9f1922;
}
.has-red-color a:hover {
  color: #731219;
}
.is-style-outline .has-red-color {
  color: #9f1922;
}
.is-style-outline .has-red-color:hover {
  color: #470b0f;
}
.has-red-color.button {
  border-color: #9f1922;
}

.has-red-background-color {
  background-color: #9f1922;
}

a:hover.has-red-background-color {
  background-color: #731219;
}

.has-darkred-color {
  color: #86151d;
}
.has-darkred-color a, .has-darkred-color a:visited {
  color: #86151d;
}
.has-darkred-color a:hover {
  color: #5a0e13;
}
.is-style-outline .has-darkred-color {
  color: #86151d;
}
.is-style-outline .has-darkred-color:hover {
  color: #2e070a;
}
.has-darkred-color.button {
  border-color: #86151d;
}

.has-darkred-background-color {
  background-color: #86151d;
}

a:hover.has-darkred-background-color {
  background-color: #5a0e13;
}

.has-gold-color {
  color: #9d6a01;
}
.has-gold-color a, .has-gold-color a:visited {
  color: #9d6a01;
}
.has-gold-color a:hover {
  color: #6a4801;
}
.is-style-outline .has-gold-color {
  color: #9d6a01;
}
.is-style-outline .has-gold-color:hover {
  color: #382600;
}
.has-gold-color.button {
  border-color: #9d6a01;
}

.has-gold-background-color {
  background-color: #9d6a01;
}

a:hover.has-gold-background-color {
  background-color: #6a4801;
}

.has-blue-color {
  color: #7dbbe7;
}
.has-blue-color a, .has-blue-color a:visited {
  color: #7dbbe7;
}
.has-blue-color a:hover {
  color: #52a4df;
}
.is-style-outline .has-blue-color {
  color: #7dbbe7;
}
.is-style-outline .has-blue-color:hover {
  color: #288ed6;
}
.has-blue-color.button {
  border-color: #7dbbe7;
}

.has-blue-background-color {
  background-color: #7dbbe7;
}

a:hover.has-blue-background-color {
  background-color: #52a4df;
}

.has-gray-color {
  color: #333333;
}
.has-gray-color a, .has-gray-color a:visited {
  color: #333333;
}
.has-gray-color a:hover {
  color: #1a1a1a;
}
.is-style-outline .has-gray-color {
  color: #333333;
}
.is-style-outline .has-gray-color:hover {
  color: black;
}
.has-gray-color.button {
  border-color: #333333;
}

.has-gray-background-color {
  background-color: #333333;
}

a:hover.has-gray-background-color {
  background-color: #1a1a1a;
}

.has-lightgray-color {
  color: #999999;
}
.has-lightgray-color a, .has-lightgray-color a:visited {
  color: #999999;
}
.has-lightgray-color a:hover {
  color: gray;
}
.is-style-outline .has-lightgray-color {
  color: #999999;
}
.is-style-outline .has-lightgray-color:hover {
  color: #666666;
}
.has-lightgray-color.button {
  border-color: #999999;
}

.has-lightgray-background-color {
  background-color: #999999;
}

a:hover.has-lightgray-background-color {
  background-color: gray;
}

.has-verylightgray-color {
  color: #e9e7e7;
}
.has-verylightgray-color a, .has-verylightgray-color a:visited {
  color: #e9e7e7;
}
.has-verylightgray-color a:hover {
  color: #d1cccc;
}
.is-style-outline .has-verylightgray-color {
  color: #e9e7e7;
}
.is-style-outline .has-verylightgray-color:hover {
  color: #b8b2b2;
}
.has-verylightgray-color.button {
  border-color: #e9e7e7;
}

.has-verylightgray-background-color {
  background-color: #e9e7e7;
}

a:hover.has-verylightgray-background-color {
  background-color: #d1cccc;
}

.has-white-color {
  color: #ffffff;
}
.has-white-color a, .has-white-color a:visited {
  color: #ffffff;
}
.has-white-color a:hover {
  color: #e6e6e6;
}
.is-style-outline .has-white-color {
  color: #ffffff;
}
.is-style-outline .has-white-color:hover {
  color: #cccccc;
}
.has-white-color.button {
  border-color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

a:hover.has-white-background-color {
  background-color: #e6e6e6;
}

.has-black-color {
  color: #030303;
}
.has-black-color a, .has-black-color a:visited {
  color: #030303;
}
.has-black-color a:hover {
  color: black;
}
.is-style-outline .has-black-color {
  color: #030303;
}
.is-style-outline .has-black-color:hover {
  color: black;
}
.has-black-color.button {
  border-color: #030303;
}

.has-black-background-color {
  background-color: #030303;
}

a:hover.has-black-background-color {
  background-color: black;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #030303;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 0.5em;
  font-weight: 400;
}
h1.nobottommargin,
h2.nobottommargin,
h3.nobottommargin,
h4.nobottommargin,
h5.nobottommargin,
h6.nobottommargin {
  margin-bottom: 0;
}

h1, .h1 {
  color: #9d6a01;
  font-size: 1.5em;
}
h1.entry-title, .h1.entry-title {
  margin-bottom: 0;
}

h2, .h2 {
  color: #9d6a01;
}
h2.widget-title, .h2.widget-title {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #7dbbe7;
  font-family: futura-pt-condensed, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 8px;
}

p {
  margin: 0 0 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

blockquote.wp-block-quote {
  margin: 0.5rem;
  text-indent: -0.5rem;
}
blockquote.wp-block-quote p {
  margin-bottom: 0.25em;
}

cite:before {
  content: "— ";
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 1.75em;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}
ul.nodot {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #7dbbe7;
  text-decoration: none;
}
a:visited {
  color: #7dbbe7;
}
a:hover, a:focus, a:active {
  color: #3c99db;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #9f1922;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.5em 1em;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #5d0f14;
}
button:active, button:focus, .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: #5d0f14;
}

.wp-block-button__link {
  padding: 0.25em 0.75em;
  text-transform: uppercase;
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
  border: 1px solid;
}

a.wp-block-file__button.wp-element-button {
  color: #9f1922;
  border-color: #9f1922;
  padding: 0.667em 1.333em;
  font-size: 18px;
  border-width: 2px;
}

@media (max-width: 37.5em) {
  .wp-block-buttons.mobile-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .wp-block-buttons.mobile-stack .wp-block-button.is-style-outline {
    flex: 1 1 100%;
  }
  .wp-block-buttons.mobile-stack a.wp-block-button__link {
    display: block;
  }
  .fullwidth-mobile {
    width: 100%;
  }
  .fullwidth-mobile a.wp-block-button__link {
    display: block;
  }
}
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: 0px solid #ccc;
  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%;
}

/* Gravity Forms */
/* Footer Form */
form#gform_1 {
  display: flex;
  align-items: flex-end;
}
form#gform_1 ul.gform_fields li.gfield {
  padding-right: 0;
}
form#gform_1 .gform_footer.top_label {
  background: white;
  height: 34px;
  padding: 0.75em 0.5em 0.5em;
  width: 34px;
}
form#gform_1 li#field_1_1 {
  margin: 0;
}
form#gform_1 .ginput_container.ginput_container_email {
  margin: 0 !important;
}

div#gform_wrapper_1 {
  margin: 0;
}

input#gform_submit_button_1 {
  width: 11px !important;
  height: auto;
}

input#gform_submit_button_1 {
  margin-right: 0;
  background: white;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  padding: 0 1em;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff;
  top: 0;
}
body.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 51em) {
  body.admin-bar .site-header {
    top: 32px;
    padding: 0 3em;
  }
}
@media (min-width: 51em) {
  .site-header {
    padding: 0 3em;
  }
}
.site-header:before {
  content: "";
  background: linear-gradient(180deg, #9f1922 0%, #86151d 77%);
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
}

.max-headwidth {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.site-branding {
  position: relative;
  display: inline-block;
}
@media (min-width: 51em) {
  .site-branding {
    vertical-align: middle;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 41.625em) {
  .site-branding {
    margin: 0 auto 0 0;
  }
}

.custom-logo-link {
  display: inline-block;
}

.custom-logo {
  width: 147px;
  vertical-align: middle;
  padding: 5px 0 5px 0;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 1.5em 0 1px;
  background-color: #9f1922;
  color: white;
}
.site-footer a {
  color: #ffffff;
  transition: 0.5s;
}
.site-footer a:hover {
  color: #c1878b;
  transition: 0.5s;
}
.site-footer .site-info {
  font-size: 14px;
  margin: 0;
  background-color: #86151d;
  padding: 1px 1em 1px;
}
.site-footer span.ss-icon {
  color: #7dbbe7;
}
.site-footer span.contact-details {
  display: inline-block;
  margin-left: 3px;
}

.footer-widget-container {
  padding: 0.5em 3em;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.footer-widget-container section#text-3 span.ss-icon {
  vertical-align: top;
}
.footer-widget-container p {
  margin: 0.25em 0;
}

.site-info-conatiner {
  padding: 0.5em;
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: auto;
  align-items: center;
  color: #c1878b;
}
.site-info-conatiner p {
  margin: 0 0 0 auto;
}
.site-info-conatiner a {
  color: #c1878b;
}
.site-info-conatiner a:hover, .site-info-conatiner a:focus {
  color: #ffffff;
}

section#media_image-2 img {
  width: 140px;
}

section#gform_widget-2 {
  width: 260px;
  margin: 0 1.5em;
  max-width: 100%;
}
section#gform_widget-2 h2 {
  color: white;
  text-transform: none;
  font-family: futura-pt, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 10px;
}
section#gform_widget-2 h2 span {
  color: #7dbbe7;
  font-weight: 700;
  font-style: italic;
}

section#text-2 {
  max-width: 305px;
  margin-left: 0.65em;
  margin-top: 0.5em;
}
section#text-2 a.wp-block-button__link {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0.75em 0 0.5em;
}

section#text-3 {
  margin: 0.5em 2em 1.5em 0.5em;
}

span.bluebold {
  font-weight: 700;
  color: #7dbbe7;
}

.entry-footer {
  position: absolute;
}

input#input_1_1 {
  line-height: 1.5;
}

/* Navigation
--------------------------------------------- */
.nav-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-navigation {
  display: block;
  height: 75px;
}
.main-navigation .menu-main-menu-container {
  height: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
  align-items: center;
}
.main-navigation ul ul {
  background-color: #a1d3e8;
  position: absolute;
  display: flex;
  height: auto;
  top: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: all 0.65s ease 0s, visibility 0s linear 0.3s;
  width: 100%;
  justify-content: center;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li {
  white-space: nowrap;
  position: relative;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: flex;
}
.main-navigation ul ul li:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: 0;
}
.main-navigation ul ul li:last-of-type:after {
  display: none;
}
.main-navigation ul ul a {
  text-transform: none;
  font-size: 1.1em;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #86151d;
}
.main-navigation li {
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #86151d;
  transition: 2s;
}
.main-navigation li.button {
  border: 0;
}
.main-navigation li.button a {
  color: #9f1922;
  border: 1px solid;
}
.main-navigation li.button a:hover {
  color: #5d0f14;
}
.main-navigation .sub-menu li:hover {
  background-color: transparent;
  transition: 0.5s;
}
.main-navigation .sub-menu li:hover > a, .main-navigation .sub-menu li.focus > a {
  color: #86151d;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
  font-family: raleway, sans-serif;
  color: #333333;
  font-size: 1.25em;
  letter-spacing: 1px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #86151d;
}
.main-navigation ul:not(.sub-menu) > .current_page_item ul.sub-menu,
.main-navigation ul:not(.sub-menu) > .current-menu-item ul.sub-menu,
.main-navigation ul:not(.sub-menu) > .current_page_ancestor ul.sub-menu,
.main-navigation ul:not(.sub-menu) > .current-menu-ancestor ul.sub-menu {
  display: flex;
  z-index: 90;
  opacity: 1;
  visibility: visible;
}
.main-navigation ul.sub-menu > .current_page_item a,
.main-navigation ul.sub-menu > .current-menu-item a,
.main-navigation ul.sub-menu > .current_page_ancestor a,
.main-navigation ul.sub-menu > .current-menu-ancestor a {
  color: #86151d;
}
.main-navigation ul.sub-menu > .current_page_item ul.sub-menu,
.main-navigation ul.sub-menu > .current-menu-item ul.sub-menu,
.main-navigation ul.sub-menu > .current_page_ancestor ul.sub-menu,
.main-navigation ul.sub-menu > .current-menu-ancestor ul.sub-menu {
  display: flex;
}

/* Top Navigation */
.top-navigation {
  display: block;
  height: 75px;
  position: relative;
}
.top-navigation .menu-top-nav-container {
  height: 100%;
}
.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.top-navigation ul li {
  padding: 0.5em 0;
}
.top-navigation ul li a {
  font-size: 1.1em;
  color: white;
  padding: 0.5em 0.75em;
}
.top-navigation ul li.ss-social a {
  text-shadow: -2px 2px 6px #54090e;
  padding: 0.5em;
}
.top-navigation ul li:not(.ss-social) {
  position: relative;
}
.top-navigation ul li:not(.ss-social):before {
  content: "";
  width: 1px;
  height: 50%;
  background: white;
  position: absolute;
  top: 25%;
}
.top-navigation ul li:not(.ss-social):first-of-type:before {
  display: none;
}
.top-navigation ul li:not(.ss-social) a {
  font-family: oswald, sans-serif;
}

/* Social Media Menu */
.menu-social-media-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.menu-social-media-menu-container ul li {
  padding: 0.5em 0;
}
.menu-social-media-menu-container ul li:first-of-type a {
  padding-left: 0;
}
.menu-social-media-menu-container ul li a {
  font-size: 1.3em;
  color: white;
  padding: 0.5em;
  text-shadow: -2px 2px 6px #54090e;
}

/* Footer Menu */
.menu-footer-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.menu-footer-menu-container ul li {
  padding: 0.5em 0;
}
.menu-footer-menu-container ul li:first-of-type a {
  padding-left: 0;
}
.menu-footer-menu-container ul li a {
  color: #c1878b;
  padding: 0.5em;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

.site-main {
  min-height: 70vh;
  max-width: 878px;
  margin: 8.75em auto 0;
  padding: 1em 1em 0;
}
.page-template-notitle-page .site-main {
  margin: 8.25em auto 0;
}
@media (min-width: 51em) {
  .site-main {
    margin: 13em auto 0;
  }
  .page-template-notitle-page .site-main {
    margin: 8.25em auto 0;
  }
}

.wp-block-group__inner-container {
  margin: auto;
  max-width: 942px;
  padding: 3em 1em;
}
.nopad .wp-block-group__inner-container {
  padding: 0;
}

article {
  margin-bottom: 3em;
}
.page-template-notitle-page article {
  margin-bottom: 0;
}

.hide {
  display: none;
}

a.readmore {
  text-transform: uppercase;
}

h3.bio__sub-title {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Home Page */
body.home {
  /* Book Hero Home Page */
}
body.home .site-main {
  max-width: 1300px;
  margin-top: 76px;
  padding-top: 0;
}
@media (min-width: 51em) {
  body.home .site-main {
    margin-top: 90px;
  }
}
@media (min-width: 68.75em) {
  body.home .site-main {
    margin-top: 135px;
  }
}
body.home h1.entry-title {
  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;
}
body.home h1.entry-title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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: 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;
}
body.home .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1300px;
  margin: auto;
  padding: 1em 1.5em;
}
body.home figure.wp-block-image.alignfull.size-full {
  margin-top: 0;
}
body.home article {
  margin-bottom: 0em;
}
body.home .horizontal-hero {
  display: none;
}
@media (min-width: 51em) {
  body.home .horizontal-hero {
    display: block;
  }
}
@media (min-width: 51em) {
  body.home .vertical-hero {
    display: none;
  }
}

/* Float Image */
.wp-block-group.float-group {
  position: relative;
  padding: 0;
}
.wp-block-group.float-group .wp-block-group__inner-container {
  padding: 0 !important;
}
.wp-block-group.float-group figure.float-text {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
  text-align: center;
  padding: 0 1em;
}
.wp-block-group.float-group figure.float-text img {
  width: 900px;
}
.wp-block-group.float-group .parallax img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Book Page */
.page-id-3582 h1.entry-title, .page-id-3522 h1.entry-title {
  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;
}
.page-id-3582 h1.entry-title:focus, .page-id-3522 h1.entry-title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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: 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;
}
.page-id-3582 .site-main, .page-id-3522 .site-main {
  margin: 5.7em auto 0;
  padding-top: 0;
}
@media (min-width: 41.625em) {
  .page-id-3582 .site-main, .page-id-3522 .site-main {
    margin: 6.6em auto 0;
  }
}
@media (min-width: 68.75em) {
  .page-id-3582 .site-main, .page-id-3522 .site-main {
    margin: 12em auto 0;
  }
}

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

.wp-block-image.size-full.shadow img {
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.23);
}

/* 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);
  -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;
}
.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}

.alignwide {
  width: 100%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 68.75em) {
  .alignwide {
    width: calc(100% + 290px);
    left: -145px;
  }
}

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