/*!
Theme Name: Steady Pixel
Author: Steady Pixel
Author URI: http://steadypixel.com
Version: 1.0.1
Text Domain: stpx

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

Steady Pixel 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
- Global
- Accessibility
- Media
- Layout
- Header
- Navigation
- Home
- Content
- Plugins
- Sidebar
- Footer

--------------------------------------------------------------*/
/* 1248px */
/* 1088px */
/* 848px */
/* 752px */
/* 616px */
/* 464px */
/* Color Options
--------------------------------------------- */
.has-rust-color {
  color: #bc7442; }

.has-rust-background-color {
  background-color: #bc7442; }

.has-gold-color {
  color: #ae8847; }

.has-gold-background-color {
  background-color: #ae8847; }

.has-olive-color {
  color: #9b9f4b; }

.has-olive-background-color {
  background-color: #9b9f4b; }

.has-green-color {
  color: #85b751; }

.has-green-background-color {
  background-color: #85b751; }

.has-brown-color {
  color: #352a22; }

.has-brown-background-color {
  background-color: #352a22; }

.has-white-color {
  color: white; }

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

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

blockquote {
  margin: 0; }

/* Global
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 120%;
  /* sets default size to 19.2px in most browsers */
  --site-width: 54rem;
  --br1: 78em;
  --ratio: 1.4;
  --s-3: calc(var(--s-2) / var(--ratio));
  --s-2: calc(var(--s-1) / var(--ratio));
  --s-1: calc(var(--s0) / var(--ratio));
  --s0: 1rem;
  --s1: calc(var(--s0) * var(--ratio));
  --s2: calc(var(--s1) * var(--ratio));
  --s3: calc(var(--s2) * var(--ratio));
  --s4: calc(var(--s3) * var(--ratio)); }

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

body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300; }

body {
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1,
h2 {
  clear: both;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  letter-spacing: .5px; }
  h1 a,
  h2 a {
    text-decoration: none; }

.entry-content h2,
.page-content h2,
h3,
h4,
h5,
h6 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  letter-spacing: revert; }
  .entry-content h2 a,
  .page-content h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }

a {
  color: #4a8405; }
  a:visited {
    color: #bc7442; }
  a:hover, a:focus, a:active {
    color: #bc7442; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

th, td {
  padding: .5rem;
  border: solid 1px #999; }

th a {
  text-decoration: none; }

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

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

figure {
  margin: 0; }

p {
  margin: 0; }

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

blockquote {
  margin: 0; }

address {
  margin: 0; }

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

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dt {
  font-weight: 700; }

dd {
  margin: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0;
  clear: both; }

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: #352a22;
  border: 1px solid #352a22;
  border-radius: 1px;
  padding: 3px;
  vertical-align: middle; }
  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 {
    border: 1px solid #85b751; }

select {
  border: 1px solid #352a22; }

textarea {
  width: 100%; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 1px;
  background: #e6e6e6;
  background-image: linear-gradient(90deg, #bc7442, #85b751);
  color: black;
  font-weight: 500;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  vertical-align: middle;
  cursor: pointer; }
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-image: linear-gradient(90deg, #85b751, #bc7442); }
  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: #352a22; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

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

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

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

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

/* Layout
--------------------------------------------------------------*/
.site {
  --logo-width: 300px;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: min-content 1fr min-content;
  min-height: 100vh; }

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */ }

.entry-header, .entry-footer {
  padding: var(--s1); }
  @media (max-width: 29em) {
    .entry-header, .entry-footer {
      padding-left: 0;
      padding-right: 0; } }

/* content that should be full page width but not go to edge of screen */
.title-content, .site-info, .home-content .wp-block-group__inner-container {
  box-sizing: content-box;
  max-width: var(--site-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s1);
  padding-left: var(--s1); }
  @media (max-width: 29em) {
    .title-content, .site-info, .home-content .wp-block-group__inner-container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 38.5em) {
  .title-content, .site-info {
    padding-left: 0;
    padding-right: 0; } }

.widget-area {
  grid-area: sidebar; }

.site-footer {
  grid-area: footer;
  padding: var(--s1); }
  @media (max-width: 29em) {
    .site-footer {
      padding-left: var(--s0);
      padding-right: var(--s0); } }

.sidebar .site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer"; }

/* Header
--------------------------------------------------------------*/
.site-header {
  grid-area: header;
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(var(--logo-width) * .68) minmax(0, 1fr); }
  .site-header:before {
    content: '';
    grid-column: 2/4;
    grid-row: 1/2;
    background-color: #654f43;
    background-image: url("images/background-strip.jpg");
    background-size: 100%;
    background-size: max(1000px, 100%);
    background-position: left center; }
    @media (max-width: 53em) {
      .site-header:before {
        background-size: 150%; } }
  .site-header:after {
    content: '';
    grid-column: 2/3;
    grid-row: 1/2;
    background-image: url("images/small-steps.svg");
    background-size: auto 101%;
    background-repeat: no-repeat;
    background-position: -1px center; }
  @media (max-width: 68em) {
    .site-header {
      grid-template-columns: minmax(0, 1fr) 17% minmax(0, 1fr); } }

@media (max-width: 38.5em) {
  body:not(.home) .site-header {
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr); }
    body:not(.home) .site-header:before, body:not(.home) .site-header:after {
      display: none; } }
@media (max-width: 29em) {
  body:not(.home) .site-header {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); } }

.site-branding {
  width: min(calc(var(--site-width)/2 - calc(var(--logo-width) * .34)), 100%);
  margin-left: auto;
  padding: var(--s1) 0 var(--s1) var(--s2);
  grid-column: 1/2;
  grid-row: 1/2;
  box-sizing: content-box; }
  @media (max-width: 53em) {
    .site-branding {
      padding: 2.5vw; } }
  @media (max-width: 29em) {
    .site-branding {
      padding: 4vw;
      padding-left: 0;
      width: 100%;
      box-sizing: border-box; } }

#site-navigation {
  grid-column: 3/4;
  grid-row: 1/2; }

@media (max-width: 38.5em) {
  body:not(.home) #site-navigation {
    grid-column: 2/3;
    background-image: url("images/background-strip.jpg");
    background-size: cover;
    background-position: -125px center; } }
@media (max-width: 29em) {
  body:not(.home) #site-navigation {
    background-position: -100px center; } }

.site-title {
  max-width: var(--logo-width);
  margin: 0; }
  @media (max-width: 68em) {
    .site-title {
      max-width: 57%; } }
  @media (max-width: 53em) {
    .site-title {
      max-width: 65%;
      margin: 0 0 0 19%; } }
  @media (max-width: 38.5em) {
    .site-title {
      max-width: 50%;
      margin: 1.5vw 0 1.5vw calc(var(--s2) - 2.5vw); } }
  @media (max-width: 29em) {
    .site-title {
      max-width: 65%;
      margin: .5vw auto .5vw auto; } }

#primary-menu {
  max-width: calc(var(--site-width)/2 - calc(var(--logo-width) * .34));
  padding: 0 var(--s1) 0 0;
  box-sizing: content-box;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  font-size: 120%; }
  #primary-menu li:not(:first-child) {
    margin-left: var(--s2); }
  @media (max-width: 78em) {
    #primary-menu {
      justify-content: center;
      padding-left: 0; } }
  @media (max-width: 68em) {
    #primary-menu {
      font-size: 110%; }
      #primary-menu li:not(:first-child) {
        margin-left: 6%; } }

/* Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  position: relative; }
  .main-navigation a {
    color: white;
    text-decoration: none;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    text-shadow: 0 0 2px #352a22; }
    .main-navigation a:hover {
      color: #bceb89; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #bceb89; }
    .main-navigation .current_page_item > a:after,
    .main-navigation .current_page_ancestor > a:after,
    .main-navigation .current-menu-ancestor > a:after {
      content: ' ';
      position: absolute;
      width: .25em;
      height: .25em;
      background-color: #bceb89;
      bottom: -25%;
      left: 50%;
      box-shadow: 0 0 3px 0 #352a22; }
      @media (max-width: 53em) {
        .main-navigation .current_page_item > a:after,
        .main-navigation .current_page_ancestor > a:after,
        .main-navigation .current-menu-ancestor > a:after {
          bottom: 45%;
          left: -25%; } }

/* Small menu. */
.menu-toggle {
  display: block;
  border: none;
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: var(--s1);
  cursor: pointer;
  margin: 3vw 0 0 calc(50% - 5rem);
  padding: .6em 0 .4em;
  width: 7rem; }
  .menu-toggle svg {
    vertical-align: baseline; }
  .menu-toggle .bar {
    fill: #ffffff; }
  @media (max-width: 38.5em) {
    .menu-toggle {
      font-size: 1.25rem;
      margin: 6vw auto 0 auto; } }
  @media (max-width: 29em) {
    .menu-toggle {
      padding: 3vw 0 3vw; } }

@media (max-width: 38.5em) {
  body:not(.home) .menu-toggle {
    padding: 2vw 0 2vw;
    width: 5rem; } }
@media (max-width: 29em) {
  body:not(.home) .menu-toggle {
    font-size: 1.1rem; } }

.toggled .menu-toggle {
  background-color: #352a22; }

@media screen and (min-width: 53em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.main-navigation.toggled #primary-menu {
  display: flex;
  position: absolute;
  flex-direction: column;
  z-index: 9999;
  background-color: #352a22;
  background-image: linear-gradient(to bottom left, #352a22 40%, #bc7442);
  right: calc(50% - 2rem);
  width: 8rem;
  height: auto;
  align-items: flex-end;
  padding: .5rem 1rem .5rem 0; }
  .main-navigation.toggled #primary-menu li {
    padding: .25em 0;
    font-size: 1.15rem; }
  @media (max-width: 47em) {
    .main-navigation.toggled #primary-menu {
      right: calc(50% - 2.5rem); } }

.home .menu-toggle {
  margin: 4vw auto 0 auto; }
  @media (max-width: 29em) {
    .home .menu-toggle {
      font-size: 1.2rem;
      margin-top: 3vw; } }
.home .toggled .menu-toggle {
  background-color: #352a22; }
.home .main-navigation.toggled #primary-menu {
  right: calc(50% - 3.5rem);
  background-color: #352a22; }

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

/* Home
--------------------------------------------------------------*/
.home {
  /* testimonial slider */ }
  .home .site-header {
    background-color: #654f43;
    /* background-image: url("images/background-home.jpg"); */
    background-size: cover;
    background-position: center;
    grid-area: header;
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(300px, 25%) min(300px, 25%) minmax(0, 1fr);
    grid-template-rows: repeat(4, 142px);
    /*@media (max-width: $br2){
       background-image: url("images/background-home-1200.jpg");
     }*/
    /*@media (max-width: $br6){
      background-image: url("images/background-home-750.jpg");
    }*/ }
    @media (max-width: 53em) {
      .home .site-header {
        grid-template-rows: repeat(4, 16vw); } }
  .home #mural {
    grid-column: 1/5;
    grid-row: 1/5; }
    .home #mural img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .home .site-branding {
    width: min(calc(var(--site-width)/2), 100%);
    margin-left: auto;
    padding: var(--s1);
    grid-column: 1/3;
    grid-row: 1/2;
    box-sizing: content-box;
    z-index: 9; }
    @media (max-width: 78em) {
      .home .site-branding .site-title {
        margin: 0 0 0 18%; } }
    @media (max-width: 53em) {
      .home .site-branding .site-title {
        max-width: 57%; } }
    @media (max-width: 47em) {
      .home .site-branding .site-title {
        max-width: 65%; } }
    @media (max-width: 38.5em) {
      .home .site-branding .site-title {
        max-width: 70%;
        margin-left: 13%; } }
    @media (max-width: 29em) {
      .home .site-branding .site-title {
        max-width: 78%;
        margin-left: 8%; } }
    @media (max-width: 78em) {
      .home .site-branding {
        padding-left: 0;
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 38.5em) {
      .home .site-branding {
        padding: 3.5vw; } }
  .home #site-navigation {
    grid-column: 3/5;
    grid-row: 1/2; }
  .home #primary-menu {
    max-width: calc(var(--site-width)/2);
    padding: 0 var(--s1);
    box-sizing: content-box; }
    @media (max-width: 78em) {
      .home #primary-menu {
        margin: 0 auto; } }
  .home .step1, .home .step2, .home .step3 {
    color: white;
    font-family: "Questrial", sans-serif;
    font-size: var(--s2);
    align-self: end;
    z-index: 9; }
    @media (max-width: 47em) {
      .home .step1, .home .step2, .home .step3 {
        font-size: var(--s1); } }
    @media (max-width: 29em) {
      .home .step1, .home .step2, .home .step3 {
        font-size: 1.15rem; } }
  .home .step1 {
    grid-column: 2/3;
    grid-row: 4/5; }
  .home .step2 {
    grid-column: 3/4;
    grid-row: 3/4; }
  .home .step3 {
    grid-column: 4/5;
    grid-row: 2/3; }
  .home .site-header:before {
    background-image: none;
    background: white;
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 9; }
  .home .site-header:after {
    background-image: none;
    background: white;
    grid-column: 4/5;
    grid-row: 4/5;
    z-index: 9; }
  .home .b1 {
    grid-column: 2/3;
    grid-row: 1/2;
    background-image: url("images/bottomright-squares.svg");
    background-position: bottom 0 right -.5px; }
  .home .b2 {
    grid-column: 1/2;
    grid-row: 2/3;
    background-image: url("images/bottomright-squares.svg");
    background-position: bottom 0 right -.5px; }
  .home .b3 {
    grid-column: 3/4;
    grid-row: 4/5;
    background-image: url("images/topleft-squares.svg");
    background-position: top left; }
  .home .b4 {
    grid-column: 4/5;
    grid-row: 3/4;
    background-image: url("images/topleft-squares.svg");
    background-position: top left; }
  .home .b1, .home .b2, .home .b3, .home .b4 {
    background-size: 900px;
    z-index: 1; }
    @media (max-width: 53em) {
      .home .b1, .home .b2, .home .b3, .home .b4 {
        background-size: 82vw; } }
  .home .home-content > .wp-block-group {
    padding: var(--s4) 0; }
    @media (max-width: 38.5em) {
      .home .home-content > .wp-block-group {
        padding: var(--s3) 0; } }
    @media (max-width: 29em) {
      .home .home-content > .wp-block-group {
        padding: var(--s2) 0; } }
    .home .home-content > .wp-block-group h2 {
      background-color: #bc7442;
      background-image: linear-gradient(90deg, #bc7442, #85b751);
      background-size: 100%;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      display: inline-block;
      font-size: var(--s3);
      margin-bottom: var(--s1);
      line-height: 1.3; }
      @media (max-width: 47em) {
        .home .home-content > .wp-block-group h2 {
          font-size: var(--s2); } }
      @media (max-width: 38.5em) {
        .home .home-content > .wp-block-group h2 {
          font-size: 1.75rem; } }
      @media (max-width: 29em) {
        .home .home-content > .wp-block-group h2 {
          line-height: 1.2;
          font-size: 1.75rem;
          max-width: 12rem; } }
  .home .home-approach {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    font-family: "Sen", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center; }
    .home .home-approach li {
      flex-basis: 25%; }
    .home .home-approach li:not(:last-child) {
      padding-right: var(--s3);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.14 25.63'%3E%3Ctitle%3Eright-arrow%3C/title%3E%3Cpath fill='%23ae8847' d='M36.54,2.8a2.79,2.79,0,0,1,4.76-2l10,10a2.79,2.79,0,0,1,0,3.95l-10,10a2.79,2.79,0,0,1-4.76-2V17.47H1.4A1.4,1.4,0,0,1,0,16.07V9.56a1.4,1.4,0,0,1,1.4-1.4H36.54Z'/%3E%3C/svg%3E");
      background-position: right 40%;
      background-repeat: no-repeat;
      background-size: 2.75rem; }
    .home .home-approach li:nth-child(2) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.14 25.63'%3E%3Ctitle%3Eright-arrow%3C/title%3E%3Cpath fill='%239b9f4b' d='M36.54,2.8a2.79,2.79,0,0,1,4.76-2l10,10a2.79,2.79,0,0,1,0,3.95l-10,10a2.79,2.79,0,0,1-4.76-2V17.47H1.4A1.4,1.4,0,0,1,0,16.07V9.56a1.4,1.4,0,0,1,1.4-1.4H36.54Z'/%3E%3C/svg%3E"); }
    .home .home-approach li:nth-child(3) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.14 25.63'%3E%3Ctitle%3Eright-arrow%3C/title%3E%3Cpath fill='%2385b751' d='M36.54,2.8a2.79,2.79,0,0,1,4.76-2l10,10a2.79,2.79,0,0,1,0,3.95l-10,10a2.79,2.79,0,0,1-4.76-2V17.47H1.4A1.4,1.4,0,0,1,0,16.07V9.56a1.4,1.4,0,0,1,1.4-1.4H36.54Z'/%3E%3C/svg%3E"); }
    .home .home-approach .icon {
      max-width: 5rem;
      max-height: 5rem;
      display: inline-block;
      line-height: 1;
      margin-bottom: var(--s-1); }
    .home .home-approach span {
      display: block; }
    @media (min-width: 53em) and (max-width: 68em) {
      .home .home-approach {
        font-size: 1.15rem; } }
    @media (min-width: 29em) and (max-width: 53em) {
      .home .home-approach {
        font-size: 1rem; }
        .home .home-approach li:not(:last-child) {
          padding-right: var(--s2);
          background-size: 2rem; }
        .home .home-approach .icon {
          max-width: 11vw;
          max-height: 11vw; } }
    @media (min-width: 29em) and (max-width: 47em) {
      .home .home-approach {
        font-size: .9rem; }
        .home .home-approach li:not(:last-child) {
          padding-right: var(--s1);
          background-size: 1.5rem; } }
    @media (min-width: 29em) and (max-width: 38.5em) {
      .home .home-approach {
        font-size: .8rem; }
        .home .home-approach li:not(:last-child) {
          padding-right: .5rem;
          background-size: 1rem;
          background-position: right 8vw; } }
    @media (max-width: 29em) {
      .home .home-approach {
        flex-direction: column;
        max-width: 15rem;
        margin-right: auto;
        margin-left: auto; }
        .home .home-approach li {
          display: flex;
          text-align: left; }
        .home .home-approach li:not(:last-child) {
          padding-right: 0;
          padding-bottom: var(--s3);
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.38 44.47'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cpath fill='%23ae8847' d='M13.85,21.38H2A2,2,0,0,0,.59,24.8L19.78,43.89a2,2,0,0,0,2.82,0L41.79,24.8a2,2,0,0,0-1.42-3.42H28.55V2a2,2,0,0,0-2-2H15.86a2,2,0,0,0-2,2Z'/%3E%3C/svg%3E");
          background-position: center 85%;
          background-size: 1rem; }
        .home .home-approach li:nth-child(2) {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.38 44.47'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cpath fill='%239b9f4b' d='M13.85,21.38H2A2,2,0,0,0,.59,24.8L19.78,43.89a2,2,0,0,0,2.82,0L41.79,24.8a2,2,0,0,0-1.42-3.42H28.55V2a2,2,0,0,0-2-2H15.86a2,2,0,0,0-2,2Z'/%3E%3C/svg%3E"); }
        .home .home-approach li:nth-child(3) {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.38 44.47'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cpath fill='%2385b751' d='M13.85,21.38H2A2,2,0,0,0,.59,24.8L19.78,43.89a2,2,0,0,0,2.82,0L41.79,24.8a2,2,0,0,0-1.42-3.42H28.55V2a2,2,0,0,0-2-2H15.86a2,2,0,0,0-2,2Z'/%3E%3C/svg%3E"); }
        .home .home-approach .icon {
          max-width: 3rem;
          max-height: 3rem;
          margin-bottom: 0;
          margin-right: var(--s0); } }
  .home .wpmslider-viewport {
    overflow: visible !important; }
  .home .testimonial-inner {
    padding: 0 var(--s3);
    box-sizing: border-box; }
    @media (min-width: 29em) {
      .home .testimonial-inner {
        font-size: 110%; } }
    @media (max-width: 29em) {
      .home .testimonial-inner {
        padding: 0 var(--s1); } }
  .home .testimonial-content {
    position: relative; }
    .home .testimonial-content p {
      margin-bottom: var(--s1); }
    .home .testimonial-content:before, .home .testimonial-content:after {
      color: #85b751;
      font-family: "Times New Roman", serif;
      font-size: 100px;
      line-height: 70px; }
    .home .testimonial-content:before {
      content: '\201C';
      position: absolute;
      left: calc(var(--s3) * -1);
      top: 0; }
    .home .testimonial-content:after {
      content: '\201D';
      position: absolute;
      right: calc(var(--s3) * -1);
      bottom: -40px; }
    @media (max-width: 29em) {
      .home .testimonial-content {
        padding-top: 20px; }
        .home .testimonial-content:before, .home .testimonial-content:after {
          opacity: .4; }
        .home .testimonial-content:before {
          left: -5px;
          top: -20px; }
        .home .testimonial-content:after {
          right: 0;
          bottom: -70px; } }
  .home .testimonial-name, .home .testimonial-company {
    font-weight: 400;
    font-size: .9em;
    color: #352a22; }

/* Content
--------------------------------------------------------------*/
.entry-header {
  text-align: center;
  background-color: #352a22;
  color: white; }

.entry-title {
  margin: 0;
  font-size: var(--s3);
  background-color: #bc7442;
  background-image: linear-gradient(90deg, #bc7442, #85b751);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.3; }
  @media (max-width: 29em) {
    .entry-title {
      font-size: var(--s2); } }

.sticky {
  display: block; }

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

/* content that should be a reasonable text column width */
.entry-content > *, .page-content > * {
  box-sizing: content-box;
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s2);
  padding-left: var(--s2); }
  @media (max-width: 29em) {
    .entry-content > *, .page-content > * {
      padding-right: var(--s0);
      padding-left: var(--s0); } }
  .entry-content > *:first-child, .page-content > *:first-child {
    padding-top: var(--s3); }
  .entry-content > *:last-child, .page-content > *:last-child {
    padding-bottom: var(--s3); }
  .entry-content > *.alignfull, .page-content > *.alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: var(--s2);
    padding-bottom: var(--s2); }
    .entry-content > *.alignfull:first-child, .page-content > *.alignfull:first-child {
      padding-top: 0;
      margin-bottom: var(--s3); }
    .entry-content > *.alignfull.wp-block-group > *, .page-content > *.alignfull.wp-block-group > * {
      max-width: 60ch;
      margin-right: auto;
      margin-left: auto; }

.page-template-fullwidth-page .entry-content > * {
  max-width: var(--site-width); }
  .page-template-fullwidth-page .entry-content > *.alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; }
    .page-template-fullwidth-page .entry-content > *.alignfull.wp-block-group > * {
      max-width: var(--site-width);
      margin-right: auto;
      margin-left: auto; }

.page-content > * + *,
.entry-content > * + *,
.textwidget > * + * {
  margin-top: 1.6em; }
.page-content * * + p, .page-content * * + ol, .page-content * * + ul, .page-content * * + table, .page-content * * + h2, .page-content * * + h3, .page-content * * + h4,
.entry-content * * + p,
.entry-content * * + ol,
.entry-content * * + ul,
.entry-content * * + table,
.entry-content * * + h2,
.entry-content * * + h3,
.entry-content * * + h4,
.textwidget * * + p,
.textwidget * * + ol,
.textwidget * * + ul,
.textwidget * * + table,
.textwidget * * + h2,
.textwidget * * + h3,
.textwidget * * + h4 {
  margin-top: 1.2rem; }
.page-content h2, .page-content h3, .page-content h4, .page-content h5,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5 {
  color: #bc7442;
  line-height: 1.3; }
.page-content h2,
.entry-content h2,
.textwidget h2 {
  font-size: var(--s2); }
.page-content h3, .page-content h2.is-style-h3,
.entry-content h3,
.entry-content h2.is-style-h3,
.textwidget h3,
.textwidget h2.is-style-h3 {
  font-size: 1.35rem;
  color: #544235;
  margin-bottom: -.5rem; }
.page-content h3.subtitle, .page-content h4.subtitle, .page-content h5.subtitle,
.entry-content h3.subtitle,
.entry-content h4.subtitle,
.entry-content h5.subtitle,
.textwidget h3.subtitle,
.textwidget h4.subtitle,
.textwidget h5.subtitle {
  margin-top: 0;
  margin-bottom: 0; }
.page-content li > ul,
.page-content li > ol,
.entry-content li > ul,
.entry-content li > ol,
.textwidget li > ul,
.textwidget li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }
.page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.textwidget .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }
.page-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
.entry-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
.textwidget .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0; }
@media (max-width: 29em), (min-width: 37.5em) and (max-width: 68em) {
  .page-content .wp-block-media-text h2,
  .entry-content .wp-block-media-text h2,
  .textwidget .wp-block-media-text h2 {
    font-size: var(--s1); }
  .page-content .wp-block-media-text h3,
  .entry-content .wp-block-media-text h3,
  .textwidget .wp-block-media-text h3 {
    font-size: 1.1rem; }
  .page-content .wp-block-media-text * + p, .page-content .wp-block-media-text * + ol, .page-content .wp-block-media-text * + ul,
  .entry-content .wp-block-media-text * + p,
  .entry-content .wp-block-media-text * + ol,
  .entry-content .wp-block-media-text * + ul,
  .textwidget .wp-block-media-text * + p,
  .textwidget .wp-block-media-text * + ol,
  .textwidget .wp-block-media-text * + ul {
    margin-top: var(--s-1); } }
@media (max-width: 37.5em) {
  .page-content .wp-block-media-text .wp-block-media-text__content,
  .entry-content .wp-block-media-text .wp-block-media-text__content,
  .textwidget .wp-block-media-text .wp-block-media-text__content {
    padding: var(--s1) 0 0 0; } }
.page-content .wp-block-media-text.has-media-on-the-right + .wp-block-media-text.has-media-on-the-right,
.entry-content .wp-block-media-text.has-media-on-the-right + .wp-block-media-text.has-media-on-the-right,
.textwidget .wp-block-media-text.has-media-on-the-right + .wp-block-media-text.has-media-on-the-right {
  margin-top: 2.4em; }
.page-content .wp-block-media-text:not(.has-media-on-the-right) + .wp-block-media-text:not(.has-media-on-the-right),
.entry-content .wp-block-media-text:not(.has-media-on-the-right) + .wp-block-media-text:not(.has-media-on-the-right),
.textwidget .wp-block-media-text:not(.has-media-on-the-right) + .wp-block-media-text:not(.has-media-on-the-right) {
  margin-top: 2.4em; }
.page-content .is-style-reading-width,
.entry-content .is-style-reading-width,
.textwidget .is-style-reading-width {
  max-width: 60ch;
  margin-right: auto;
  margin-left: auto; }
.page-content #about-intro figure,
.entry-content #about-intro figure,
.textwidget #about-intro figure {
  margin-top: calc(var(--s3) * -1); }
@media (max-width: 47em) {
  .page-content #about-intro,
  .entry-content #about-intro,
  .textwidget #about-intro {
    display: block; }
    .page-content #about-intro figure,
    .entry-content #about-intro figure,
    .textwidget #about-intro figure {
      display: none; }
    .page-content #about-intro .wp-block-media-text__content,
    .entry-content #about-intro .wp-block-media-text__content,
    .textwidget #about-intro .wp-block-media-text__content {
      padding-right: 0; } }
@media (max-width: 38.5em) {
  .page-content #about-intro .wp-block-media-text__content,
  .entry-content #about-intro .wp-block-media-text__content,
  .textwidget #about-intro .wp-block-media-text__content {
    padding-top: 0; } }
@media (min-width: 37.5em) and (max-width: 53em) {
  .page-content .is-style-mid-columns > .wp-block-group__inner-container,
  .entry-content .is-style-mid-columns > .wp-block-group__inner-container,
  .textwidget .is-style-mid-columns > .wp-block-group__inner-container {
    display: flex; }
    .page-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text,
    .entry-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text,
    .textwidget .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text {
      flex: 0 0 calc(50% - .75rem);
      display: block !important; }
      .page-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:first-child),
      .entry-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:first-child),
      .textwidget .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:first-child) {
        margin-top: 0; }
      .page-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:last-child),
      .entry-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:last-child),
      .textwidget .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text:not(:last-child) {
        margin-right: var(--s1); }
      .page-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content,
      .entry-content .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content,
      .textwidget .is-style-mid-columns > .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content {
        padding: var(--s1) 0 0 0; } }
@media (max-width: 38.5em) {
  .page-content p.has-text-align-center,
  .entry-content p.has-text-align-center,
  .textwidget p.has-text-align-center {
    text-align: left; } }

.page-links {
  clear: both; }

/* Plugins
--------------------------------------------------------------*/
/* Sidebar
--------------------------------------------------------------*/
.widget select {
  max-width: 100%; }

/* Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #352a22;
  color: #85b751; }
  @media (min-width: 38.5em) {
    .site-footer .site-info {
      display: flex;
      justify-content: space-between; }
      .site-footer .site-info .widget:not(:last-child) {
        margin-right: var(--s2); } }
  @media (max-width: 38.5em) {
    .site-footer .widget:not(:last-child) {
      margin-bottom: var(--s1); } }

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