@charset "UTF-8";
/*!
Theme Name: Valentin's Webdesign
Author: New Time Design
Author URI: https://www.new-time.ch/
Description: Individuelles WordPress Theme 2020 für Valentin's Gartenunterhalt
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ntd-sassify
Tags: Services, News, Widgets im Footer, Widgets in News-Sidebar, verspielt, responsiv, anpassbare Menüs, übersetzbar

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

ntd Sassify is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# 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.
* 3. Set smooth scroll behavior for supporting browsers
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
* 1. set box sizing for all elements
* 2. correct flex default properties in IE
*
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* 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 {
  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 {
  color: #1D1D1B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "News Cycle", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  clear: both;
}

h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.5em;
}

h2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

h2 a:visited {
  color: inherit;
}

h2 a:visited:hover {
  color: inherit;
}

h2 a:hover, h2 a:focus {
  color: inherit;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

main h2 {
  color: #fff;
  background: #325A27;
  padding: .5em 1em;
  margin-left: -1em;
  margin-right: -1em;
}

main h3 {
  color: #fff;
  background-color: #758B13;
  margin-left: -1em;
  margin-right: -1em;
  padding: .5em 1em;
}

.blog .entry-content h2,
.archive .entry-content h2,
.search .entry-content h2 {
  font-size: 1.3em;
  color: #fff;
  background-color: #758B13;
  margin-left: -1em;
  margin-right: -1em;
  padding: .5em 1em;
}

.blog .entry-content h3,
.archive .entry-content h3,
.search .entry-content h3 {
  font-size: 1.2em;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.post h2 {
  margin-right: 0;
}

.post h3 {
  margin-right: 0;
}

.entry-meta,
.archive-description {
  /* font-size: .8em; */
  font-weight: 300;
  margin: 1em 0;
}

.single .entry-meta {
  margin-bottom: 0;
  padding-top: .5em;
  border-top: 1px solid currentColor;
}

.single .entry-meta a {
  color: inherit;
}

.single .entry-meta a:hover, .single .entry-meta a:focus {
  color: inherit;
}

.archive-description {
  margin-bottom: 0;
}

.archive-description p {
  margin: 0;
  padding-top: .5em;
  border-top: 1px solid currentColor;
}

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

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

[data-block] blockquote {
  width: 100%;
}

blockquote {
  width: 60%;
  margin: 3em auto;
  padding: 3em;
  position: relative;
  background-color: #FCFCFC;
}

blockquote p {
  text-align: center;
  margin: 0;
  margin-bottom: 2em;
  padding: 0;
}

blockquote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
}

blockquote cite::before {
  content: '';
  display: block;
  width: 1em;
  height: .1em;
  margin-right: 1em;
  background: currentColor;
}

blockquote::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-left' class='svg-inline--fa fa-quote-left fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  position: absolute;
  top: -1.5em;
  left: -.5em;
  opacity: .1;
}

blockquote::after {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-right' class='svg-inline--fa fa-quote-right fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: -1.5em;
  right: -1em;
  opacity: .2;
}

.wp-block-column blockquote {
  width: 100%;
}

.wp-block-column blockquote::before {
  left: 0;
}

.wp-block-column blockquote::after {
  right: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #D8DCC6;
  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 #696D57;
  cursor: help;
}

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

big {
  font-size: 125%;
}

small {
  font-size: 75%;
}

b, strong {
  font-weight: 700;
}

#contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  margin-bottom: 1em;
}

.icon-group .icon-address {
  margin-top: .25em;
}

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  margin-right: 1em;
}

.icon svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}

/*--------------------------------------------------------------
# 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: #BCC0AA;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1em 0 1.5em 3em;
  padding: 0;
  padding-left: 1em;
  clear: both;
}

ul:not(.wp-submenu) {
  list-style: square;
}

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

figure figcaption {
  font-size: .8em;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 1em;
}

.post-thumbnail {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  margin: 1em 0;
  padding-top: 33.33%;
  overflow: hidden;
}

.post-thumbnail .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-embed {
  margin: 2em 0;
  /* padding: 2em; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-embed .wp-block-embed__wrapper {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 0;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: .8em;
  margin-bottom: 0;
}

.featherlight .featherlight-content .caption {
  display: block !important;
  width: 100% !important;
  bottom: 0 !important;
  z-index: 100 !important;
  font-size: .8em !important;
  font-weight: 300 !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 40px 10px 9px !important;
}

.featherlight .featherlight-content .caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

table {
  display: table;
  border-collapse: collapse;
  width: 100% !important;
  font-family: "Roboto", sans-serif;
  font-size: .8em;
  margin: 0 0 1.5em;
  min-width: 100%;
  clear: both;
  table-layout: auto !important;
}

table thead {
  width: auto;
  color: #fff;
  letter-spacing: .05em;
  background: #758B13;
}

table thead tr {
  width: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

table thead tr th {
  width: auto;
  font-weight: 500;
  padding: .5em;
  border: 1px solid #FCFCFC;
  word-break: keep-all !important;
  white-space: nowrap;
}

table tbody {
  width: auto;
}

table tbody tr {
  width: auto;
}

table tbody tr td {
  width: auto;
  padding: .5em;
  border: 1px solid #FCFCFC;
  word-break: keep-all !important;
  white-space: normal;
}

table tfoot {
  width: auto;
  font-weight: 500;
}

table tfoot tr {
  width: auto;
  border-top: 4px solid #758B13;
  color: #325A27;
}

table tfoot tr td {
  width: auto;
  padding: 1em .5em;
  border: 1px solid #FCFCFC;
  word-break: keep-all !important;
  white-space: nowrap;
}

.wp-block-table {
  display: block !important;
  width: 100%;
  border-bottom: 0 !important;
  overflow-x: auto;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n-1) {
  background-color: #FCFCFC;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: #fff;
  border-bottom: 0;
  border-top: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*----------- Buttons -----------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #325A27;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 1em;
  border: 0;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #45693B;
}

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 {
  outline: 1px dotted currentColor;
  background: #294A20;
}

/*----------- Fields -----------*/
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: #25331F;
  border: 1px solid #BCC0AA;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #1D1D1B;
}

select {
  border: 1px solid #BCC0AA;
}

textarea {
  width: 100%;
  resize: vertical;
}

#contact .wpcf7-form-control-wrap {
  width: calc(100% - 6em);
  line-height: 0;
}

#contact form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact form label span {
  width: 5em;
}

#contact form label input,
#contact form label textarea {
  width: 100%;
}

#contact form label br {
  display: none;
}

#contact .wpcf7-submit {
  width: 5rem;
}

#contact form p {
  margin: 1em 0;
}

#contact form p:first-child {
  margin-top: 0;
}

/*----------- grecaptcha -----------*/
.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-info {
  font-size: .8em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #325A27;
  text-decoration: underline;
}

a:visited {
  color: #325A27;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #607210;
}

a:focus {
  outline: thin dotted;
}

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

.moretag-wrapper {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.moretag-wrapper .moretag {
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0 1em;
  background: #fff;
  text-decoration: none;
}

.moretag-wrapper .moretag:visited {
  text-decoration: none;
}

.moretag-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  border-top: 3px dashed #607210;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 10vw;
  background: #758B13;
  color: #fff;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.main-navigation ul :hover > a,
.main-navigation ul .focus > a,
.main-navigation ul a:hover,
.main-navigation ul a.focus,
.main-navigation ul :hover > .submenu-toggle {
  color: inherit;
  text-decoration: none;
  background-color: #829628;
}

.main-navigation ul .focus > a,
.main-navigation ul a.focus {
  background-color: #607210;
}

.main-navigation ul .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 1px;
}

.main-navigation ul .menu-item-has-children > a {
  width: calc(100% - 3em);
}

.main-navigation ul .submenu-toggle {
  font-size: 1rem;
  width: 3em;
  background-color: transparent;
}

.main-navigation ul .submenu-toggle:hover {
  background-color: #829628;
}

.main-navigation ul .submenu-toggle:focus {
  background-color: #607210;
}

.main-navigation ul .submenu-toggle svg {
  -webkit-transition: 1s;
  transition: 1s;
  width: 1em;
  height: 1em;
}

.main-navigation ul .submenu-toggle[aria-expanded="true"] svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  z-index: 99999;
  display: none;
  background-color: #7d9414;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
  color: inherit;
  text-decoration: none;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  background-color: #899e2a;
}

.main-navigation ul ul .focus > a,
.main-navigation ul ul a.focus {
  background-color: #687b11;
}

.main-navigation ul li:hover > ul,
.main-navigation ul [aria-expanded='true'] + ul {
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 1em;
  text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > .submenu-toggle,
.main-navigation .current-menu-item > .submenu-toggle,
.main-navigation .current_page_ancestor > .submenu-toggle,
.main-navigation .current-menu-ancestor > .submenu-toggle {
  background-color: #6A7E11;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  width: 50%;
}

#menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.posts-navigation {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# 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 {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*----------- Masthead -----------*/
#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-branding {
  padding: 0 20vw;
  padding-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("svg/grass.svg");
  background-position: 85% calc(100% + .1em);
  background-repeat: no-repeat;
  background-size: 1.5em;
}

#home-url {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: -.23%;
  width: 40%;
  line-height: 0;
}

#logo {
  /* width: 40%; */
  width: 100%;
  height: auto;
}

#header_img-clipper {
  overflow: hidden;
  max-height: 40vh;
  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;
  border-bottom: 0.5em solid #325A27;
  position: relative;
}

#header_img-clipper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

#header_img {
  width: 100%;
  height: auto;
}

/*----------- Main Content -----------*/
#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 3em 20vw;
  background-image: url("svg/bush2.svg");
  background-size: 7%;
  background-repeat: no-repeat;
  background-position: 10% calc(100% + .3vw);
  position: relative;
}

#content #secondary {
  width: calc(30% + 3em);
  padding-left: 3em;
}

#content #primary {
  width: 100%;
  max-width: 100%;
}

#content main {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#content main .page-header {
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5em);
  width: 100%;
}

#content main .page-header h1 {
  color: #fff;
  margin: 0;
}

#content main .page-header + article .entry-title {
  margin-top: 0;
}

#content main .page-header + .page-content > h2:first-child,
#content main .page-header + .page-content > div > h2:first-child {
  margin-top: 0;
}

.blog #primary,
.single-post #primary,
.error404 #primary,
.search #primary,
.archive #primary {
  width: calc(70% - 3em);
}

.entry-content > p:first-child {
  margin-top: 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links .nav-previous a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-right: 1em solid #325A27;
  border-bottom: .5em solid transparent;
  margin-right: 1em;
}

.nav-links .nav-previous a:hover::before {
  border-right: 1em solid #607210;
}

.nav-links .nav-next {
  margin-left: auto;
}

.nav-links .nav-next a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-left: 1em solid #325A27;
  border-bottom: .5em solid transparent;
  margin-left: 1em;
}

.nav-links .nav-next a:hover::after {
  border-left: 1em solid #607210;
}

#list-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  background: #FCFCFC;
  padding: 2em;
  border-radius: .3em;
}

#list-services .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 3.2rem)/3 - 0.5px);
  margin-right: 1.6rem;
  background: #fff;
  border-radius: .3em;
  overflow: hidden;
}

#list-services .services:nth-child(3n) {
  margin-right: 0;
}

#list-services .services:nth-child(3n + 1):not(:first-child) {
  margin-top: 1.6rem;
}

#list-services .service-header {
  width: 100%;
}

#list-services .service-title {
  margin: 1rem 2rem;
  color: inherit;
  background: 0;
  padding: 0;
}

#list-services .service-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 100%;
}

#list-services .service-content p {
  width: 100%;
  max-width: 100%;
}

#list-services .more-service {
  margin: 2em;
  margin-right: auto;
  margin-top: auto;
}

#list-services .more-service::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-left: 1em solid #325A27;
  border-bottom: .5em solid transparent;
  margin-right: 1em;
}

#list-services .more-service:hover::before {
  border-left: 1em solid #607210;
}

#list-services .post-thumbnail {
  width: 100%;
  height: 0;
  margin-top: 0;
  padding-top: 66.66%;
  /* 3:2 Aspect Ratio */
  overflow: hidden;
  position: relative;
}

#list-services .post-thumbnail img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.widget_recent_entries ul,
.widget_categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#secondary .widget:first-child h2 {
  margin-top: .5em;
}

.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-footer span {
  margin: .5em 0;
}

.post + .post {
  margin-top: 3em;
}

/*----------- page footer -----------*/
#colophon {
  color: #fff;
}

#colophon a:hover {
  text-decoration: underline;
}

#colophon a:focus {
  text-decoration: underline;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 3em 20vw;
  background: #758B13;
  background-image: url("svg/gnome2.svg"), url("svg/grass2.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: calc(.4 * .6 * 100%), 1.5em;
  background-position: 80% calc(100% + .1vw), 80% calc(100% + .1em);
}

#contact .widget {
  margin-left: 3em;
  margin-bottom: 0;
}

#contact .widget .grecaptcha-info {
  margin-bottom: 0;
}

#contact .widget-title {
  margin-top: 0;
}

#contact .widget:first-child {
  margin-left: 0;
}

#contact a {
  color: #fff;
}

#contact a:visited {
  color: #fff;
}

#contact a:hover, #contact a:focus {
  text-decoration: none;
}

#contact a:hover svg, #contact a:focus svg {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.contains-2 .widget:first-child {
  width: calc(70% - 3em);
}

.contains-2 .widget:last-child {
  width: 30%;
}

.contains-3 .widget {
  width: calc(33.33% - (6/3 * 1em));
}

.contains-4 .widget {
  width: calc(25% - (9/4 * 1em));
}

.contains-5 .widget {
  width: calc(20% - (12/5 * 1em));
}

.site-info {
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5em 20vw;
  background: #325A27;
}

.site-info li:not(:last-child) {
  margin-right: 1em;
}

.site-info a {
  color: inherit;
}

.site-info a:hover,
.site-info a:focus {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  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
--------------------------------------------------------------*/
.wp-block-gallery {
  border-radius: .3em;
  overflow: hidden;
}

.blocks-gallery-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2 - .5px);
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px)/3 - .5px);
}

/*--------------------------------------------------------------
# Responsivy
--------------------------------------------------------------*/
@media screen and (min-width: 60em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    padding: 0 20vw;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 80em) {
  #content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #content #primary {
    width: 100%;
  }
  #content #primary h2 {
    margin-right: -1em;
  }
  #content #secondary {
    margin: 0;
    margin-top: 3em;
    padding: 0;
    width: 100%;
  }
  #content #secondary .widget:first-child h2 {
    margin-top: 0;
  }
  #content #secondary .widget:last-child {
    margin-bottom: 0;
  }
  #content #secondary .widget:last-child > ul:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 100em) and (min-width: 60em) {
  #content .alignright,
  #content .alignleft {
    width: 100%;
    float: none;
    margin: 0;
  }
  #list-services .services {
    width: calc((100% - 1.6rem)/2 - 0.5px);
    margin: 0;
  }
  #list-services .services:nth-child(2n-1) {
    margin-right: 1.6rem;
  }
  #list-services .services:nth-child(2n+1):not(:first-child) {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 60em) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .site-branding {
    padding: 3.5em;
    padding-bottom: 0;
    background: none;
    border-bottom: 1em solid #758B13;
  }
  .site-branding #home-url {
    margin-bottom: -.23%;
    width: 100%;
  }
  #content {
    padding: 3.5em;
    background: none;
  }
  #content #primary ul,
  #content #primary ol {
    margin-left: 1.5em;
  }
  #content #primary h2 {
    margin-right: 0;
  }
  #content blockquote {
    width: 100%;
    margin: 1em auto;
    padding: 1em;
  }
  #content blockquote::before {
    width: 2em;
    height: 2em;
    top: -1em;
    left: -.5em;
  }
  #content blockquote::after {
    width: 1.2em;
    height: 1.2em;
    bottom: -.5em;
    right: -.3em;
  }
  #content h2,
  #content h3 {
    margin-right: 0;
  }
  #content .alignright,
  #content .alignleft {
    width: 100%;
    float: none;
    margin: 0;
  }
  #list-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1em;
  }
  #list-services .services {
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    width: 100%;
  }
  #list-services .services .service-title {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #list-services .services .service-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  #list-services .services .more-service {
    margin-left: 0;
    padding-left: 1em;
    margin-right: auto;
  }
  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.5em;
    background-size: 0, 1.5em;
  }
  #contact .widget {
    width: 100%;
    margin: 0;
  }
  #contact .widget:not(:first-child) {
    margin-top: 3em;
  }
  #contact .widget label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #contact .widget label span {
    width: 100%;
  }
  #contact .icon-group:last-child {
    margin-bottom: 0;
  }
  .site-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-info #menu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* Small menu. */
  #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 3.5em;
  }
  #site-navigation .menu-toggle {
    display: block;
    padding: 0;
    width: 2.5em;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #site-navigation .menu-toggle:focus {
    outline: 0;
  }
  #site-navigation .menu-toggle .bar {
    font-size: 1em;
    line-height: 1;
    display: block;
    width: 100%;
    height: .2em;
    margin: 0 auto;
    margin-bottom: .5em;
    background: #1D1D1B;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #site-navigation .menu-toggle .bar:last-child {
    margin-bottom: 0;
  }
  #site-navigation ul {
    display: none;
  }
  #site-navigation.toggled {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #758B13;
  }
  #site-navigation.toggled .menu-toggle {
    background: transparent;
  }
  #site-navigation.toggled .menu-toggle .bar {
    background: #fff;
    margin: 0;
  }
  #site-navigation.toggled .menu-toggle .bar:first-child {
    -webkit-transform: rotate(45deg) translate(0.5em, 0.5em);
    transform: rotate(45deg) translate(0.5em, 0.5em);
  }
  #site-navigation.toggled .menu-toggle .bar:nth-child(2n) {
    background: transparent;
    width: 0;
    margin: auto;
  }
  #site-navigation.toggled .menu-toggle .bar:last-child {
    -webkit-transform: rotate(-45deg) translate(-0.3em, 0.1em);
    transform: rotate(-45deg) translate(-0.3em, 0.1em);
  }
  #site-navigation.toggled ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 100%;
  }
  #site-navigation.toggled ul .sub-menu {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #site-navigation.toggled ul .sub-menu a {
    width: 100%;
  }
  #site-navigation.toggled ul [aria-expanded="true"] + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #site-navigation.toggled ul li {
    width: 100%;
  }
}

#noscript-error {
  color: #fff;
  display: block;
  margin: 1em auto;
  width: 50%;
  padding: 3em;
  background: #EA6903;
}

#noscript-error h2 {
  margin-top: 0;
}

#noscript-error ul {
  list-style: square;
  margin-bottom: 0;
}

#noscript-error ul a {
  color: #fff !important;
}

#noscript-error ul a:hover, #noscript-error ul a:focus {
  color: #fff !important;
}
