/*!
Theme Name: Brandel & Gerlach Toolbox
Theme URI: https://www.brandel-gerlach.de
Author: Florian Brandel
Author URI: https://www.brandel-gerlach.de
Description: A fast and clean WordPress theme. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bgtoolbox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

bgtoolbox is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: #262626;
  font-family: "nunito_sanslight", sans-serif;
  font-size: .97rem;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.15em;
  letter-spacing: normal; }

h1 {
  font-family: "dm_serif_displayregular", serif;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2em; } }

h2, p.h2 {
  font-family: "dm_serif_displayregular", serif;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-family: "dm_serif_displayregular", serif;
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em; }

h4 {
  font-family: "dm_serif_displayregular", serif;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h5,
h6 {
  font-family: "nunito_sansbold", sans-serif;
  font-size: 1.1em;
  border-bottom: 1px solid #efefef;
  margin-top: 1em;
  margin-bottom: 1em; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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 #ccc;
  cursor: help; }

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

big {
  font-size: 125%; }

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #262626; }
  a:visited {
    color: #3c3c3c; }
  a:hover, a:focus, a:active {
    color: #262626; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #647525;
  border-radius: 0;
  background: #647525;
  color: #fff;
  line-height: 2.3em;
  height: 2.5em;
  display: inline-block;
  white-space: nowrap;
  padding: 0 1em 0.1em 1em;
  text-decoration: none; }
  button:hover,
  a.btn:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #647525; }
  button:active, button:focus,
  a.btn:active,
  a.btn: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: #647525; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  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%; }

form > p {
  margin-bottom: 1em; }
form label {
  display: block;
  font-family: 'nunito_sansbold', sans-serif; }
form label[for="wp-comment-cookies-consent"] {
  font-family: 'nunito_sanslight', sans-serif; }
form input[type="checkbox"] + label {
  display: unset; }

/* top bar search form / mobile search (footer) ------------------------------ */
.menu-bar form.searchform input,
.mobile-search form.searchform input {
  border: none; }
.menu-bar form.searchform button,
.mobile-search form.searchform button {
  background-image: URL("images/icons-black/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-color: transparent;
  width: 30px;
  height: 2.8rem;
  position: relative;
  padding: 0 .3em;
  box-sizing: content-box;
  text-indent: -9999em;
  border: none;
  opacity: .5; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  /* see custom/_style.scss for breakpoints */
  grid-template-areas: "main sidebar"; }

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

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

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "main"; }

/* bgtoolbox custom grid
--------------------------------------------- */
/* Toolbox custom grid vars */
/* hamburger menu breakpoint */
.grid {
  display: grid;
  grid-template-areas: none;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 576px) {
    .grid {
      grid-template-columns: 1fr 1fr;
      gap: 1.75rem;
      grid-template-areas: "article article"; } }
  .grid .grid-item {
    width: auto; }

.wrap {
  max-width: 1440px; }

.row {
  /* */ }

.col {
  flex: auto;
  float: left; }

.col-1 {
  width: 8.333333%; }

.col-2 {
  width: 16.666666%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.333333%; }

.col-5 {
  width: 41.666665%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333331%; }

.col-8 {
  width: 66.666666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333333%; }

.col-11 {
  width: 91.666663%; }

.col-12 {
  width: 100%; }

/* sm: */
@media (min-width: 576px) {
  .container {
    width: 540px; }

  .col-sm-1 {
    width: 8.333333%; }

  .col-sm-2 {
    width: 16.666666%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.333333%; }

  .col-sm-5 {
    width: 41.666665%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333331%; }

  .col-sm-8 {
    width: 66.666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.333333%; }

  .col-sm-11 {
    width: 91.666663%; }

  .col-sm-12 {
    width: 100%; } }
/* md: */
@media (min-width: 768px) {
  .container {
    width: 720px; }

  .col {
    padding-left: .75em;
    padding-right: .75em; }

  .col-md-1 {
    width: 8.333333%; }

  .col-md-2 {
    width: 16.666666%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.333333%; }

  .col-md-5 {
    width: 41.666665%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333331%; }

  .col-md-8 {
    width: 66.666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.333333%; }

  .col-md-11 {
    width: 91.666663%; }

  .col-md-12 {
    width: 100%; } }
/* lg: */
@media (min-width: 992px) {
  .container {
    width: 960px; }

  .col {
    padding-left: 1em;
    padding-right: 1em; }

  .col-lg-1 {
    width: 8.333333%; }

  .col-lg-2 {
    width: 16.666666%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.333333%; }

  .col-lg-5 {
    width: 41.666665%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333331%; }

  .col-lg-8 {
    width: 66.666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.333333%; }

  .col-lg-11 {
    width: 91.666663%; }

  .col-lg-12 {
    width: 100%; } }
/* xl: */
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .col-xl-1 {
    width: 8.333333%; }

  .col-xl-2 {
    width: 16.666666%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.333333%; }

  .col-xl-5 {
    width: 41.666665%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.333331%; }

  .col-xl-8 {
    width: 66.666666%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.333333%; }

  .col-xl-11 {
    width: 91.666663%; }

  .col-xl-12 {
    width: 100%; } }
/* xxl: */
@media (min-width: 1500px) {
  .container {
    width: 1440px; }

  .col-xxl-1 {
    width: 8.333333%; }

  .col-xxl-2 {
    width: 16.666666%; }

  .col-xxl-3 {
    width: 25%; }

  .col-xxl-4 {
    width: 33.333333%; }

  .col-xxl-5 {
    width: 41.666665%; }

  .col-xxl-6 {
    width: 50%; }

  .col-xxl-7 {
    width: 58.333331%; }

  .col-xxl-8 {
    width: 66.666666%; }

  .col-xxl-9 {
    width: 75%; }

  .col-xxl-10 {
    width: 83.333333%; }

  .col-xxl-11 {
    width: 91.666663%; }

  .col-xxl-12 {
    width: 100%; } }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation .section-inner {
    width: 100%; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
    /* Animation */
    transition: max-height 0.5s ease-out;
    max-height: 0px;
    height: auto;
    overflow: hidden; }
    .main-navigation ul ul {
      -ms-flex-direction: column;
      flex-direction: column;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.07);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      width: 100%;
      overflow: hidden;
      padding-bottom: 1.5em;
      font-size: .9em; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
        .main-navigation ul ul ul a {
          padding-left: 1em; }
      .main-navigation ul ul li {
        border-color: #efefef;
        border-style: solid;
        border-width: 0 0 1px 0; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
        .main-navigation ul ul li.menu-item-has-children::after {
          content: "";
          background-image: URL("images/icons-small-light/chevron-right.svg"); }
      .main-navigation ul ul a {
        width: calc(100vw);
        padding-left: .5em; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      position: relative; }
  .main-navigation li {
    position: relative;
    font-family: "nunito_sansbold", sans-serif;
    text-transform: uppercase;
    padding: 0; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #647525; }
    .main-navigation li.menu-item-has-children::after {
      content: "";
      background-image: URL("images/icons-small-light/chevron-down.svg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      display: block;
      width: 1em;
      height: 2.7em;
      position: absolute;
      right: 0;
      top: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    letter-spacing: 0.04em;
    padding: .3em 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: 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 {
    color: #647525; }

/* Small menu. */
.menu-toggle {
  background-image: URL("images/icons-black/menu.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-color: transparent;
  background-position: center;
  border: none;
  width: 45px;
  height: 45px;
  text-indent: -9999em;
  position: absolute;
  top: .7rem;
  right: 1rem;
  z-index: 100;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.main-navigation.toggled .menu-toggle {
  background-image: URL("images/icons-black/x.svg"); }

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

.main-navigation.toggled ul {
  max-height: calc(150vh); }

@media screen and (min-width: 960px) {
  header.site-header.fixed {
    padding-bottom: 2em; }
    header.site-header.fixed .main-navigation {
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 100; }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    background-color: #fff;
    border-color: #efefef;
    border-style: solid;
    border-width: 1px 0;
    transition: none;
    max-height: unset;
    height: auto;
    overflow: unset; }
    .main-navigation ul ul {
      position: absolute;
      padding: 0;
      width: auto;
      overflow: unset; }
      .main-navigation ul ul ul a {
        padding-left: 0; }
      .main-navigation ul ul li {
        font-size: .8rem; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          left: 100%;
          margin-top: -1px;
          margin-left: 0em; }
      .main-navigation ul ul a {
        width: 200px;
        padding-left: 0; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      position: absolute; }
  .main-navigation > ul > li:first-child {
    padding: 0 1.2em 0 0; }
  .main-navigation > ul > li:last-child {
    padding: 0 0 0 1.2em; }
  .main-navigation li {
    padding: 0 1.2em; }
  .main-navigation a {
    padding: .5em 0; } }
.posts-navigation,
.post-navigation {
  border-top: #efefef solid 1px;
  border-bottom: #efefef solid 1px;
  padding: 1.5em 0; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 3rem 0 3rem 0; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'nunito_sansbold', sans-serif; }
  .comment-navigation .nav-links .nav-previous,
  .comment-navigation .nav-links .nav-next, .posts-navigation .nav-links .nav-previous,
  .posts-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 400px; }
    .comment-navigation .nav-links .nav-previous a,
    .comment-navigation .nav-links .nav-next a, .posts-navigation .nav-links .nav-previous a,
    .posts-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a,
    .post-navigation .nav-links .nav-next a {
      font-family: 'nunito_sansbold', sans-serif;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 0 0 0;
      line-height: 1.2em;
      text-decoration: none;
      font-size: .8em; }
      @media screen and (min-width: 768px) {
        .comment-navigation .nav-links .nav-previous a,
        .comment-navigation .nav-links .nav-next a, .posts-navigation .nav-links .nav-previous a,
        .posts-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a,
        .post-navigation .nav-links .nav-next a {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-align: center;
          align-items: center;
          font-size: 1em; } }
      .comment-navigation .nav-links .nav-previous a .wp-post-image,
      .comment-navigation .nav-links .nav-next a .wp-post-image, .posts-navigation .nav-links .nav-previous a .wp-post-image,
      .posts-navigation .nav-links .nav-next a .wp-post-image, .post-navigation .nav-links .nav-previous a .wp-post-image,
      .post-navigation .nav-links .nav-next a .wp-post-image {
        transition: transform 300ms;
        border-radius: 9999px;
        width: 80px;
        height: 80px; }
      .comment-navigation .nav-links .nav-previous a:hover,
      .comment-navigation .nav-links .nav-next a:hover, .posts-navigation .nav-links .nav-previous a:hover,
      .posts-navigation .nav-links .nav-next a:hover, .post-navigation .nav-links .nav-previous a:hover,
      .post-navigation .nav-links .nav-next a:hover {
        text-decoration: underline; }
        .comment-navigation .nav-links .nav-previous a:hover .wp-post-image,
        .comment-navigation .nav-links .nav-next a:hover .wp-post-image, .posts-navigation .nav-links .nav-previous a:hover .wp-post-image,
        .posts-navigation .nav-links .nav-next a:hover .wp-post-image, .post-navigation .nav-links .nav-previous a:hover .wp-post-image,
        .post-navigation .nav-links .nav-next a:hover .wp-post-image {
          transform: scale(1.1);
          transform-origin: center; }
    .comment-navigation .nav-links .nav-previous .post-date,
    .comment-navigation .nav-links .nav-next .post-date, .posts-navigation .nav-links .nav-previous .post-date,
    .posts-navigation .nav-links .nav-next .post-date, .post-navigation .nav-links .nav-previous .post-date,
    .post-navigation .nav-links .nav-next .post-date {
      position: absolute;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      height: 0px;
      width: 1px; }
  .comment-navigation .nav-links a, .posts-navigation .nav-links a, .post-navigation .nav-links a {
    background-repeat: no-repeat;
    background-size: 1.2em; }
  .comment-navigation .nav-links .nav-subtitle, .posts-navigation .nav-links .nav-subtitle, .post-navigation .nav-links .nav-subtitle {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    height: 0px;
    width: 1px; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
  @media screen and (min-width: 768px) {
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
    background-image: URL("images/icons-black/arrow-left.svg");
    background-position: left 30px;
    padding-left: 1.8em; }
    @media screen and (min-width: 768px) {
      .comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
        background-position: left center; } }
    .comment-navigation .nav-previous a .nav-title, .posts-navigation .nav-previous a .nav-title, .post-navigation .nav-previous a .nav-title {
      padding: .5em .5rem .5em 0; }
      @media screen and (min-width: 768px) {
        .comment-navigation .nav-previous a .nav-title, .posts-navigation .nav-previous a .nav-title, .post-navigation .nav-previous a .nav-title {
          padding: 0 1rem 0 1rem; } }
    .comment-navigation .nav-previous a img, .posts-navigation .nav-previous a img, .post-navigation .nav-previous a img {
      margin-left: 2em; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  flex: 1 0 50%;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    background-image: URL("images/icons-black/arrow-right.svg");
    background-position: right 30px;
    padding-right: 1.8em;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
        background-position: right center;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
        -ms-flex-align: center;
        align-items: center;
        text-align: unset; } }
    .comment-navigation .nav-next a .nav-title, .posts-navigation .nav-next a .nav-title, .post-navigation .nav-next a .nav-title {
      padding: .5em 0 .5em .5rem; }
      @media screen and (min-width: 768px) {
        .comment-navigation .nav-next a .nav-title, .posts-navigation .nav-next a .nav-title, .post-navigation .nav-next a .nav-title {
          padding: 0 1rem 0 1rem; } }
    .comment-navigation .nav-next a img, .posts-navigation .nav-next a img, .post-navigation .nav-next a img {
      margin-right: 2em; }

.posts-navigation .nav-previous a {
  padding-left: 1.8em !important;
  background-position: left center !important; }
.posts-navigation .nav-next a {
  padding-right: 1.8em !important;
  background-position: right center !important; }

/* top / bottom bar navigation ------------------------------ */
.menu-bar {
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  line-height: 2.8rem; }
  .menu-bar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-bar ul li:not(.sm-link)::after {
      content: "|";
      padding: .5em; }
    .menu-bar ul li:not(.sm-link):last-child::after {
      content: ""; }
    .menu-bar ul li:not(.sm-link) a {
      color: #666; }
    .menu-bar ul li a {
      text-decoration: none;
      display: inline-block; }
  .menu-bar.top-bar {
    border-color: #efefef;
    border-style: solid;
    border-width: 0 0 1px 0; }
  .menu-bar.bottom-bar {
    border-color: #efefef;
    border-style: solid;
    border-width: 0 0 1px 0; }
    .menu-bar.bottom-bar > div:last-child ul {
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .menu-bar .sm-link {
    text-indent: -9999em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: relative;
    padding: 0 .2em;
    box-sizing: content-box;
    width: 30px;
    height: 2.8rem;
    opacity: .5; }
    .menu-bar .sm-link a {
      color: #666;
      display: block;
      position: relative;
      width: 30px;
      height: 2.8rem; }
    .menu-bar .sm-link.sm-link-instagram {
      background-image: URL("images/icons-black/instagram.svg"); }
    .menu-bar .sm-link.sm-link-facebook {
      background-image: URL("images/icons-black/facebook.svg"); }
    .menu-bar .sm-link.sm-link-twitter {
      background-image: URL("images/icons-black/twitter.svg"); }
    .menu-bar .sm-link.sm-link-pinterest {
      background-image: URL("images/icons-black/pinterest.svg"); }
    .menu-bar .sm-link.sm-link-rss {
      background-image: URL("images/icons-black/rss.svg"); }

/* mobile search visibility ------------------------------ */
@media (min-width: 992px) {
  .mobile-search {
    display: none; } }

/* back to top link ------------------------------ */
#top-link {
  background-image: URL("images/icons-black/arrow-up-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: relative;
  padding: 0 .3em;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 80000;
  display: none;
  bottom: 6.3em;
  right: .8em; }
  @media (min-width: 768px) {
    #top-link {
      bottom: 0.1em;
      right: 1em; } }
  #top-link.show {
    display: block; }
    @media (min-width: 992px) {
      #top-link.show {
        display: none; } }

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

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

.single-post-thumbnail,
.swiper-post-slides {
  margin-top: 3rem; }
  .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height, .single-post-thumbnail .post-thumbnail.swiper-post-slide,
  .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height,
  .single-post-thumbnail .swiper-slide.swiper-post-slide,
  .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height,
  .swiper-post-slides .post-thumbnail.swiper-post-slide,
  .swiper-post-slides .swiper-slide.post-thumbnail-limit-height,
  .swiper-post-slides .swiper-slide.swiper-post-slide {
    overflow: hidden; }
    .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height img, .single-post-thumbnail .post-thumbnail.swiper-post-slide img,
    .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height img,
    .single-post-thumbnail .swiper-slide.swiper-post-slide img,
    .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height img,
    .swiper-post-slides .post-thumbnail.swiper-post-slide img,
    .swiper-post-slides .swiper-slide.post-thumbnail-limit-height img,
    .swiper-post-slides .swiper-slide.swiper-post-slide img {
      display: block; }
    @media (orientation: landscape) {
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height, .single-post-thumbnail .post-thumbnail.swiper-post-slide,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height,
      .single-post-thumbnail .swiper-slide.swiper-post-slide,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height,
      .swiper-post-slides .post-thumbnail.swiper-post-slide,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height,
      .swiper-post-slides .swiper-slide.swiper-post-slide {
        height: calc( 66vh ); }
        .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height img, .single-post-thumbnail .post-thumbnail.swiper-post-slide img,
        .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height img,
        .single-post-thumbnail .swiper-slide.swiper-post-slide img,
        .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height img,
        .swiper-post-slides .post-thumbnail.swiper-post-slide img,
        .swiper-post-slides .swiper-slide.post-thumbnail-limit-height img,
        .swiper-post-slides .swiper-slide.swiper-post-slide img {
          object-fit: cover;
          object-position: center;
          width: 100%;
          height: 100%;
          top: 50%;
          position: relative;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 992px) {
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height, .single-post-thumbnail .post-thumbnail.swiper-post-slide,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height,
      .single-post-thumbnail .swiper-slide.swiper-post-slide,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height,
      .swiper-post-slides .post-thumbnail.swiper-post-slide,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height,
      .swiper-post-slides .swiper-slide.swiper-post-slide {
        max-height: 450px; } }
    @media (min-width: 1200px) {
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height, .single-post-thumbnail .post-thumbnail.swiper-post-slide,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height,
      .single-post-thumbnail .swiper-slide.swiper-post-slide,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height,
      .swiper-post-slides .post-thumbnail.swiper-post-slide,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height,
      .swiper-post-slides .swiper-slide.swiper-post-slide {
        max-height: 450px; } }
    @media (min-width: 1500px) {
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height, .single-post-thumbnail .post-thumbnail.swiper-post-slide,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height,
      .single-post-thumbnail .swiper-slide.swiper-post-slide,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height,
      .swiper-post-slides .post-thumbnail.swiper-post-slide,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height,
      .swiper-post-slides .swiper-slide.swiper-post-slide {
        max-height: 650px; } }
    .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height.swiper-slide::before, .single-post-thumbnail .post-thumbnail.swiper-post-slide.swiper-slide::before,
    .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height.swiper-slide::before,
    .single-post-thumbnail .swiper-slide.swiper-post-slide.swiper-slide::before,
    .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height.swiper-slide::before,
    .swiper-post-slides .post-thumbnail.swiper-post-slide.swiper-slide::before,
    .swiper-post-slides .swiper-slide.post-thumbnail-limit-height.swiper-slide::before,
    .swiper-post-slides .swiper-slide.swiper-post-slide.swiper-slide::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* Standard syntax (must be last) */
      z-index: 5; }
    .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info,
    .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info,
    .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info,
    .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info,
    .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info,
    .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info,
    .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info {
      position: absolute;
      text-align: center;
      bottom: 1rem;
      z-index: 10;
      width: calc(100% - 50px);
      max-width: 650px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info,
        .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info,
        .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info,
        .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info,
        .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info,
        .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info,
        .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info {
          bottom: 3.5rem; } }
      @media (min-width: 1200px) {
        .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info,
        .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info,
        .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info,
        .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info,
        .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info,
        .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info,
        .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info {
          bottom: 3.8rem; } }
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info > *, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info > *,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info > *,
      .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info > *,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info > *,
      .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info > *,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info > *,
      .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info > * {
        color: #ffffff; }
        .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info > * a, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info > * a,
        .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info > * a,
        .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info > * a,
        .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info > * a,
        .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info > * a,
        .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info > * a,
        .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info > * a {
          color: #ffffff;
          text-decoration: none; }
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info .h2, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info .h2,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
      .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info .h2,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info .h2,
      .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info .h2,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
      .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info .h2 {
        line-height: 1.1em; }
        @media (min-width: 768px) {
          .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info .h2, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info .h2,
          .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
          .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info .h2,
          .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info .h2,
          .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info .h2,
          .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
          .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info .h2 {
            font-size: 2em; } }
        @media (min-width: 1200px) {
          .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info .h2, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info .h2,
          .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
          .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info .h2,
          .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info .h2,
          .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info .h2,
          .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info .h2,
          .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info .h2 {
            font-size: 2.5em; } }
      .single-post-thumbnail .post-thumbnail.post-thumbnail-limit-height .slide-info > p, .single-post-thumbnail .post-thumbnail.swiper-post-slide .slide-info > p,
      .single-post-thumbnail .swiper-slide.post-thumbnail-limit-height .slide-info > p,
      .single-post-thumbnail .swiper-slide.swiper-post-slide .slide-info > p,
      .swiper-post-slides .post-thumbnail.post-thumbnail-limit-height .slide-info > p,
      .swiper-post-slides .post-thumbnail.swiper-post-slide .slide-info > p,
      .swiper-post-slides .swiper-slide.post-thumbnail-limit-height .slide-info > p,
      .swiper-post-slides .swiper-slide.swiper-post-slide .slide-info > p {
        margin: 0 0 .1em 0; }
  .single-post-thumbnail .swiper-pagination.swiper-pagination-bullets,
  .swiper-post-slides .swiper-pagination.swiper-pagination-bullets {
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none; }
    @media (min-width: 768px) {
      .single-post-thumbnail .swiper-pagination.swiper-pagination-bullets,
      .swiper-post-slides .swiper-pagination.swiper-pagination-bullets {
        display: block; } }
    .single-post-thumbnail .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-post-slides .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      background: #ffffff;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      opacity: .4; }
    .single-post-thumbnail .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .swiper-post-slides .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #ffffff;
      opacity: 1; }
  .single-post-thumbnail .swiper-button-prev,
  .single-post-thumbnail .swiper-button-next,
  .swiper-post-slides .swiper-button-prev,
  .swiper-post-slides .swiper-button-next {
    color: #ffffff;
    opacity: .7; }
    .single-post-thumbnail .swiper-button-prev::after,
    .single-post-thumbnail .swiper-button-next::after,
    .swiper-post-slides .swiper-button-prev::after,
    .swiper-post-slides .swiper-button-next::after {
      font-size: 1.2em; }
      @media (min-width: 768px) {
        .single-post-thumbnail .swiper-button-prev::after,
        .single-post-thumbnail .swiper-button-next::after,
        .swiper-post-slides .swiper-button-prev::after,
        .swiper-post-slides .swiper-button-next::after {
          font-size: 1.7em; } }
    .single-post-thumbnail .swiper-button-prev:hover,
    .single-post-thumbnail .swiper-button-next:hover,
    .swiper-post-slides .swiper-button-prev:hover,
    .swiper-post-slides .swiper-button-next:hover {
      opacity: 1; }
  .single-post-thumbnail .swiper-button-prev,
  .swiper-post-slides .swiper-button-prev {
    left: 0; }
    @media (min-width: 768px) {
      .single-post-thumbnail .swiper-button-prev,
      .swiper-post-slides .swiper-button-prev {
        left: 10px; } }
  .single-post-thumbnail .swiper-button-next,
  .swiper-post-slides .swiper-button-next {
    right: 0; }
    @media (min-width: 768px) {
      .single-post-thumbnail .swiper-button-next,
      .swiper-post-slides .swiper-button-next {
        right: 10px; } }

.single .single-header {
  position: relative; }
  .single .single-header .post-thumbnail::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Standard syntax (must be last) */
    z-index: 5; }
  .single .single-header .entry-header-inner {
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 10;
    width: calc(100% - 20px);
    max-width: 650px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .single .single-header .entry-header-inner {
        width: calc(100% - 50px);
        bottom: 1.5rem; } }
    .single .single-header .entry-header-inner > * {
      color: #ffffff; }
      .single .single-header .entry-header-inner > * a {
        color: #ffffff;
        text-decoration: none; }
    .single .single-header .entry-header-inner h1,
    .single .single-header .entry-header-inner h2,
    .single .single-header .entry-header-inner .h2 {
      margin-bottom: 0.1em;
      line-height: 1.1em; }
      @media (min-width: 768px) {
        .single .single-header .entry-header-inner h1,
        .single .single-header .entry-header-inner h2,
        .single .single-header .entry-header-inner .h2 {
          font-size: 2em; } }
      @media (min-width: 1200px) {
        .single .single-header .entry-header-inner h1,
        .single .single-header .entry-header-inner h2,
        .single .single-header .entry-header-inner .h2 {
          font-size: 2.5em; } }
    .single .single-header .entry-header-inner > p {
      margin: 0 0 .1em 0; }
    .single .single-header .entry-header-inner .shariff ul {
      -ms-flex-pack: center;
      justify-content: center; }

main > article h1 {
  margin-bottom: 1em; }
main > article > .post-thumbnail {
  /* only in pages, posts show thumbnail in header.php */
  margin-bottom: 1.5em; }
main > article > .entry-content {
  margin-top: 0; }
  main > article > .entry-content > *:first-child {
    margin-top: 0; }

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

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

.entry-teaser .entry-header {
  position: relative; }
  .entry-teaser .entry-header a.post-thumbnail {
    display: block;
    height: 100%;
    z-index: 10;
    position: relative; }
    .entry-teaser .entry-header a.post-thumbnail::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* Standard syntax (must be last) */ }
    .entry-teaser .entry-header a.post-thumbnail img {
      display: block;
      width: 100%; }
  .entry-teaser .entry-header .entry-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: .5em .75em 1em .75em;
    z-index: 20; }
    .entry-teaser .entry-header .entry-title-wrap .entry-title {
      font-size: 1.5em;
      margin: 0 0 .1em 0; }
    .entry-teaser .entry-header .entry-title-wrap .entry-title a {
      color: #ffffff; }
    .entry-teaser .entry-header .entry-title-wrap .entry-meta {
      font-size: .9em; }
      .entry-teaser .entry-header .entry-title-wrap .entry-meta a {
        color: #ffffff;
        text-decoration: none; }
.entry-teaser .entry-content {
  margin-top: 1.2em;
  margin-bottom: 1.2em; }
  .entry-teaser .entry-content p {
    margin-top: 0;
    margin-bottom: 1.2em; }
.entry-teaser .entry-footer {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 2rem; }

.entry-title a {
  text-decoration: none; }

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

.bypostauthor {
  display: block; }

.comments-area {
  padding-bottom: 2em; }
  .comments-area::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f086";
    font-size: 52px;
    font-weight: 900; }
  .comments-area .comments-title {
    margin-top: 0; }
  .comments-area .comment-list {
    list-style: none;
    padding-left: 1.3rem;
    margin-bottom: 2.5em; }
    .comments-area .comment-list .comment {
      border-bottom: #efefef solid 1px;
      margin-bottom: 1.75em; }
      .comments-area .comment-list .comment .comment-meta a {
        text-decoration: none; }
      .comments-area .comment-list .comment .comment-meta .comment-author .fn {
        font-family: 'dm_serif_displayregular', serif;
        font-size: 1.3em; }
        .comments-area .comment-list .comment .comment-meta .comment-author .fn a {
          color: #c69346 !important; }
      .comments-area .comment-list .comment .comment-meta .comment-author .says {
        display: none; }
      .comments-area .comment-list .comment .comment-meta .comment-author::after {
        font-family: 'dm_serif_displayregular', serif;
        font-size: 1.3em;
        content: ":";
        color: #c69346 !important; }
      .comments-area .comment-list .comment .comment-meta .comment-metadata {
        color: #888; }
        .comments-area .comment-list .comment .comment-meta .comment-metadata a {
          color: #888; }
      .comments-area .comment-list .comment .comment-content p {
        margin-top: 0;
        margin-bottom: 1em; }
  .comments-area .comment-respond .comment-reply-title {
    margin-top: 0; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 4.5rem; }
  .widget .widget-title {
    text-align: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: .25em;
    padding-bottom: .25em;
    margin-top: 0; }
  .widget select {
    max-width: 100%; }
  .widget ul, .widget ol {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1.5em; }
  .widget.widget_recent_entries ul {
    list-style-type: none;
    padding: 0; }
    .widget.widget_recent_entries ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 1.2em; }
      .widget.widget_recent_entries ul li a {
        font-family: 'nunito_sansbold', sans-serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 0;
        line-height: 1.2em;
        text-decoration: none; }
        .widget.widget_recent_entries ul li a span {
          padding: 0 1rem .5em 1rem; }
        .widget.widget_recent_entries ul li a .wp-post-image {
          transition: transform 300ms; }
        .widget.widget_recent_entries ul li a:hover {
          text-decoration: underline; }
          .widget.widget_recent_entries ul li a:hover .wp-post-image {
            transform: scale(1.1);
            transform-origin: center; }
      .widget.widget_recent_entries ul li .post-date {
        position: absolute;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        height: 0px;
        width: 1px; }
  .widget.widget_recent_entries .wp-post-image {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #262626;
    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; }

.textalignleft {
  text-align: left; }

.textalignright {
  text-align: right; }

.textaligncenter {
  text-align: center; }

/* bgtoolbox custom
--------------------------------------------- */
/* Border Radius ------------------------------ */
.rounded-none {
  border-radius: 0px; }

.rounded-sm {
  border-radius: 0.125rem; }

.rounded {
  border-radius: 0.25rem; }

.rounded-md {
  border-radius: 0.375rem; }

.rounded-lg {
  border-radius: 0.5rem; }

.rounded-xl {
  border-radius: 0.75rem; }

.rounded-2xl {
  border-radius: 1rem; }

.rounded-3xl {
  border-radius: 1.5rem; }

.rounded-full {
  border-radius: 9999px; }

/* wp friendly */
.widget-rounded-full img {
  border-radius: 9999px; }

/* Visibility ------------------------------ */
.element-invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  height: 0px;
  width: 1px; }

/* Font helpers ------------------------------ */
.color-primary {
  color: #647525; }

.font-small {
  font-size: .9em; }

/* padding classes to give elements space ------------------------------ */
.padding-1 {
  padding-top: .2em;
  padding-bottom: .2em; }

.padding-2 {
  padding-top: 1em;
  padding-bottom: 1em; }

.padding-3 {
  padding-top: 1.2em;
  padding-bottom: 1.2em; }

.padding-4 {
  padding-top: 1.7em;
  padding-bottom: 1.7em; }

.padding-5 {
  padding-top: 2em;
  padding-bottom: 2em; }

.padding-6 {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

@media (min-width: 576px) {
  .padding-1 {
    padding-top: .5em;
    padding-bottom: .5em; }

  .padding-2 {
    padding-top: 1em;
    padding-bottom: 1em; }

  .padding-3 {
    padding-top: 1.4em;
    padding-bottom: 1.4em; }

  .padding-4 {
    padding-top: 2em;
    padding-bottom: 2em; }

  .padding-5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }

  .padding-6 {
    padding-top: 2.8em;
    padding-bottom: 2.8em; } }
@media (min-width: 768px) {
  .padding-1 {
    padding-top: 1em;
    padding-bottom: 1em; }

  .padding-2 {
    padding-top: 2em;
    padding-bottom: 2em; }

  .padding-3 {
    padding-top: 3em;
    padding-bottom: 3em; }

  .padding-4 {
    padding-top: 4em;
    padding-bottom: 4em; }

  .padding-5 {
    padding-top: 5em;
    padding-bottom: 5em; }

  .padding-6 {
    padding-top: 6em;
    padding-bottom: 6em; } }
@media (min-width: 992px) {
  .padding-1 {
    padding-top: 1em;
    padding-bottom: 1em; }

  .padding-2 {
    padding-top: 2em;
    padding-bottom: 2em; }

  .padding-3 {
    padding-top: 3em;
    padding-bottom: 3em; }

  .padding-4 {
    padding-top: 4em;
    padding-bottom: 4em; }

  .padding-5 {
    padding-top: 5em;
    padding-bottom: 5em; }

  .padding-6 {
    padding-top: 6em;
    padding-bottom: 6em; } }
.nopaddingsides {
  padding-left: 0;
  padding-right: 0; }

/* disable link/button highlighing ------------------------------ */
.no-highlights {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* visibility ------------------------------ */
.visible-sm-up,
.visible-md-up,
.visible-lg-up,
.visible-xl-up,
.visible-xxl-up {
  display: none; }

@media (min-width: 576px) {
  .visible-sm-up {
    display: block; }

  .visible-sm-up-inline {
    display: inline; }

  .visible-sm-up-inline-block {
    display: inline-block; } }
@media (min-width: 768px) {
  .visible-md-up {
    display: block; }

  .visible-md-up-inline {
    display: inline; }

  .visible-md-up-inline-block {
    display: inline-block; } }
@media (min-width: 992px) {
  .visible-lg-up {
    display: block; }

  .visible-lg-up-inline {
    display: inline; }

  .visible-lg-up-inline-block {
    display: inline-block; } }
@media (min-width: 1200px) {
  .visible-xl-up {
    display: block; }

  .visible-xl-up-inline {
    display: inline; }

  .visible-xl-up-inline-block {
    display: inline-block; } }
@media (min-width: 1500px) {
  .visible-xxl-up {
    display: block; }

  .visible-xxl-up-inline {
    display: inline; }

  .visible-xxl-up-inline-block {
    display: inline-block; } }
/* Layout ------------------------------------ */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.screen-height {
  min-height: 100vh; }

.admin-bar .screen-height {
  min-height: calc(100vh - 32px); }

@media (max-width: 782px) {
  .admin-bar .screen-height {
    min-height: calc(100vh - 46px); } }
.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw; }

/* grid (base see _content-sidebar.scss / _sidebar-content.scss) */
.site {
  grid-template-areas: "main" "sidebar";
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .site {
      grid-template-columns: auto 25%;
      gap: 3rem;
      grid-template-areas: "main sidebar"; } }

.grid {
  overflow: hidden; }

/* Sections ---------------------------------- */
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: calc(100% - 2rem); }
  @media (min-width: 992px) {
    .section-inner {
      width: calc(100% - 4rem); } }

.section-inner.max-percentage {
  width: 100%; }

.section-inner.thin {
  max-width: 58rem; }

.section-inner.small {
  max-width: 80rem; }

.section-inner.medium {
  max-width: 100rem; }

.section-inner.no-margin {
  margin: 0; }

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none; }

button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none; }

/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important; }

.js .hide-js {
  display: none !important; }

.no-js .show-no-js {
  display: block !important; }

.no-js .hide-no-js {
  display: none !important; }

/* Typography -------------------------------- */
.font-size-xl {
  font-size: 1.25em; }

.font-size-xs {
  font-size: 0.8em; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Site Header --------------------------- */
.header-inner {
  padding: 3.8rem 0; }
  @media (min-width: 992px) {
    .header-inner {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 2.8rem 0; } }

.site-title {
  font-size: 2.4rem;
  font-weight: 700; }

.site-description {
  display: block; }

/* Image Classes ----------------------------- */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-attachment-fixed {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .bg-attachment-fixed {
    background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) {
  .bg-attachment-fixed {
    background-attachment: scroll; } }
.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto; }

/* Search Form ------------------------------- */
.search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -0.8rem -0.8rem; }

.search-form .search-field,
.search-form .search-submit {
  margin: 0 0 0.8rem 0.8rem; }

.search-form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%; }

.search-form .search-field {
  width: 100%; }

.search-form .search-submit {
  flex-shrink: 0; }

.search-form .search-submit:focus,
.search-form .search-submit:hover {
  text-decoration: none; }

/* Social Icons ------------------------------ */
ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem 0 0 -0.9rem;
  width: calc(100% + 0.9rem); }

ul.social-icons li {
  margin: 0.9rem 0 0 0.9rem; }

.social-icons a {
  align-items: center;
  background: #cd2653;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  width: 4.4rem; }

.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
  text-decoration: none; }

/* Cover Modals ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.cover-modal::-webkit-scrollbar {
  display: none !important; }

.cover-modal.show-modal {
  display: block;
  cursor: pointer; }

.cover-modal.show-modal > * {
  cursor: default; }

/* Tags ------------------------------ */
.tag-cloud-link {
  text-decoration: none;
  color: #262626;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 0 .5em .1em .5em;
  line-height: 1.3em;
  height: 1.5em;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 5px; }
  .tag-cloud-link:hover {
    color: #fff;
    background-color: #647525;
    border: 1px solid #647525; }

/* Logo ------------------------------ */
.site-logo {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 80px;
  margin: 20px auto 0 auto; }
  @media (min-width: 576px) {
    .site-logo {
      height: 120px;
      margin: 20px auto; } }
  @media (min-width: 768px) {
    .site-logo {
      height: 190px;
      margin: 25px auto; } }
  @media (min-width: 992px) {
    .site-logo {
      height: 170px;
      margin: 10px auto 30px auto; } }
  @media (min-width: 1200px) {
    .site-logo {
      height: 190px; } }
  @media (min-width: 1500px) {
    .site-logo {
      height: 200px; } }
  .site-logo a {
    display: block;
    width: 100%;
    height: 100%; }

/* Shariff ------------------------------ */
.shariff ul li {
  margin-top: 5px !important;
  margin-bottom: 7px !important; }
  .shariff ul li a {
    background-color: transparent !important;
    color: #262626; }
  .shariff ul li .fab, .shariff ul li .far, .shariff ul li .fas {
    font-size: 1rem !important; }
.shariff ul.orientation-horizontal li {
  margin-right: 1% !important; }

/* Footer ------------------------------ */
footer.site-footer {
  color: #666; }
  footer.site-footer .section-inner {
    border-color: #efefef;
    border-style: solid;
    border-width: 1px 0 0 0; }
  footer.site-footer .site-info {
    line-height: 2.8rem; }

/* Highlight ------------------------------ */
.highlight {
  margin: 1em 0 1.3em 0;
  padding: 1.3em 2em 1.3em 2em;
  background-color: #f3f3f3; }

/* Infobox mit Spalten autom. ------------------------------ */
.infobox {
  margin: 1em 0 1.3em 0;
  padding: 1.7em 0 1em 0;
  background-color: #f3f3f3; }
  .infobox > div {
    display: grid;
    grid-template-areas: none; }
    @media (min-width: 576px) {
      .infobox > div {
        grid-template-areas: "p p"; } }
    .infobox > div > * {
      margin: 0;
      padding: 0.4em 2em 1.5em 5.5em;
      line-height: 1.3em;
      min-width: 280px;
      background-size: 3em;
      background-position: 1.5em -0.5em;
      background-repeat: no-repeat; }
      .infobox > div > *.distanz {
        background-image: URL("images/icons-infobox/icon-distanz.svg"); }
      .infobox > div > *.dauer {
        background-image: URL("images/icons-infobox/icon-dauer.svg"); }
      .infobox > div > *.start-ziel {
        background-image: URL("images/icons-infobox/icon-start-ziel.svg"); }
      .infobox > div > *.bergauf-bergab {
        background-image: URL("images/icons-infobox/icon-bergauf-bergab.svg"); }
      .infobox > div > *.hoehenunterschied {
        background-image: URL("images/icons-infobox/icon-hoehenunterschied.svg"); }
      .infobox > div > *.skills {
        background-image: URL("images/icons-infobox/icon-skills.svg"); }
      .infobox > div > *.equipment {
        background-image: URL("images/icons-infobox/icon-equipment.svg"); }
      .infobox > div > *.jahreszeit {
        background-image: URL("images/icons-infobox/icon-jahreszeit.svg"); }
      .infobox > div > *.gastro {
        background-image: URL("images/icons-infobox/icon-gastro.svg"); }
      .infobox > div > *.unterkunft {
        background-image: URL("images/icons-infobox/icon-unterkunft.svg"); }
      .infobox > div > *.anreise {
        background-image: URL("images/icons-infobox/icon-anreise.svg"); }
      .infobox > div > *.sportart {
        background-image: URL("images/icons-infobox/icon-sportart.svg"); }
      .infobox > div > *.kosten {
        background-image: URL("images/icons-infobox/icon-kosten.svg"); }
      .infobox > div > *.kamera {
        background-image: URL("images/icons-infobox/icon-kamera.svg"); }

/* .wp-block-gallery ------------------------------ */
.wp-block-gallery .blocks-gallery-item {
  overflow: hidden; }
  .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
    line-height: 1.3em;
    transform: translateY(100%);
    transition: transform 300ms;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 70%, transparent); }
    .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption a {
      color: rgba(255, 255, 255, 0.85);
      text-decoration: none; }
      .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption a:hover {
        color: white; }
  .wp-block-gallery .blocks-gallery-item:hover .blocks-gallery-item__caption {
    transform: translateY(0%); }

/* FX */
/* on scroll slide elements in / out at top / bottom when moving out of viewport */
.fx-slide-up .fx-item {
  top: 100px;
  opacity: 0;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  transition: all 700ms; }
  .fx-slide-up .fx-item.show {
    top: 0px;
    opacity: 1; }
    .fx-slide-up .fx-item.show .background {
      background-color: rgba(255, 255, 255, 0.05); }
  .fx-slide-up .fx-item.hide-up {
    top: -70px;
    opacity: 0; }

/* hover zoom in on image */
@media (min-width: 768px) {
  .fx-zoom-image .fx-item img {
    padding: 0 !important;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .65;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms; }
  .fx-zoom-image .fx-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* hover zoom out of image */
@media (min-width: 768px) {
  .fx-zoom-image-out .fx-item img {
    padding: 0 !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .65;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms; }
  .fx-zoom-image-out .fx-item:hover img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; } }

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