/*
  Theme Name: Fell
  Theme URI: https://gratis-themes.com/themes/fell
  Author: Gratis Themes
  Author URI: https://gratis-themes.com/
  Description: For those who love the outdoors. Create a blog for your camping, hiking or other outdoor adventures. This theme is stylish with a vintage feel, yet clean and features a full screen landing page.
  Version: 2.0.1
  Requires at least: 5.0
  Tested up to: 5.7
  Requires PHP: 7.0
  License: GNU General Public License v3
  License URI: http://www.gnu.org/licenses/gpl-3.0.html  
  Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  Text Domain: fell

  Fell WordPress Theme, Copyright (C) 2018-2022, Gratis Themes
  Fell distributed under the terms of the GNU GPL v3
*/
/* Table of Contents
  -------------------------------
  Normalize.css
  Base
    Root
    Typography
    Lists
    Tables
    Media
    Form elements
  Classes
    Alignment
    Accessibility
  Components
    Headers
    Entry meta
    Post thumbnail
    Entry content
    nav-links
    page-links
    image-navigation
    Author bio
    read-more-link
    edit-post-link
    scroll-to-top
  Layout
    Attachment
  Site header navigation
    Soocial bar
  Site header
    Site identity
  Comments
    Comments title
    Comments
    Comment reply form
  Widgets
    Widget areas
    Widgets
  Site footer
    Footer nav
  Post formats
    Aside
    Chat
    Gallery
    Image
    Link
    Quote
    Status
    Video
  Block styles
  -------------------------------
*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* Base */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: var(--background-color);
}

/* Base: Root */
:root {
  --color-white:#FFFFFF;
  --color-black:#202020;
  --color-gray--200: #EAEAEA;
  --color-gray: #666666;
  --color-blue: #1E73BE;
  --font-family: "Lora", serif;
  --font-size: 1rem;
  --font-style: normal;
  --border-width: .0625rem;
  --border-color: var(--text-color);
  --border-radius: .1875em;
  --background-color: var(--color-white);
  --background-color-alt: var(--color-black);
  --text-color: var(--color-gray);
  --text-color-alt: var(--color-white);
  --anchor-color: var(--color-blue);
}

/* Base: Typography */
html {
  font-family: var(--font-family);
}

body {
  font-size: var(--font-size);
  font-style: var(--font-style);
  font-weight: 400;
  color: var(--text-color);
  word-wrap: break-word;
  word-break: break-word;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.5;
}

a {
  color: var(--anchor-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

q {
  font-style: italic;
}

blockquote {
  margin: 0 0 1em 1em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  font-style: italic;
  -webkit-border-start: 0.125em solid var(--border-color);
          border-inline-start: 0.125em solid var(--border-color);
}
blockquote p {
  margin: 0;
}

address {
  font-style: italic;
}

cite {
  font-style: italic;
}

code {
  background-color: var(--color-gray--200);
  padding-inline: 0.25em;
  color: var(--color-black);
}

hr {
  background-color: var(--border-color);
  width: 100%;
  height: var(--border-width);
  border: none;
}

ins {
  text-decoration: underline;
}

pre {
  white-space: pre;
  max-width: 100%;
  overflow-x: auto;
}

/* Base: Lists */
dt {
  font-weight: 600;
}

dd {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  line-height: 1.5;
}

ul,
ol {
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  padding: 0;
}

li {
  margin-block: 0.65em;
}

/* Base: Tables */
table,
td,
th {
  border: var(--border-width) solid var(--border-color);
}

table {
  display: inline-block;
  border-spacing: 0;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (min-width: 26.5625em) {
  table {
    display: table;
    border-collapse: collapse;
    white-space: initial;
  }
}

td,
th {
  padding: 1em;
}

/* Base: Media */
img,
figure,
iframe,
embed,
object {
  max-width: 100%;
  font-size: 1rem;
}

img {
  position: relative;
  vertical-align: bottom;
  height: auto;
}

figure {
  margin: 0;
}

.wp-caption {
  overflow: hidden;
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.5em 0;
  font-style: italic;
  text-align: center;
  color: var(--text-color);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  max-width: 100%;
  gap: 1em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}

.gallery-item {
  overflow: hidden;
}
.gallery-item img {
  display: block;
  margin-inline: auto;
}

@media (min-width: 48em) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-columns-1 {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

  .gallery-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
/* Base: Forms */
input,
textarea,
select {
  background-color: var(--color-white);
  color: var(--color-black);
  max-width: 100%;
  border: var(--border-width) solid var(--border-color);
  padding: 0.5em 0.75em;
}

/* iOS not respecting border-radius */
[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=tel],
[type=color],
[type=datetime],
[list=datalist],
[type=search],
textarea {
  -webkit-appearance: none;
}

[type=color] {
  padding: initial;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0.25em 0.5em;
}

[type=file] {
  padding: 0;
  border: none;
}

/* buttons */
button,
.button,
[type=button],
[type=reset],
[type=submit] {
  background-color: var(--background-color);
  color: var(--text-color);
  border: var(--border-width) solid var(--border-color);
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button:hover, button:focus,
.button:hover,
.button:focus,
[type=button]:hover,
[type=button]:focus,
[type=reset]:hover,
[type=reset]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  text-decoration: none;
}

[type=submit] {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
}
[type=submit]:hover, [type=submit]:focus {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

fieldset {
  min-width: 0px;
}

/* Password  and search forms */
.search-form,
.post-password-form p:nth-child(2) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}

.search-form {
  overflow: hidden;
}

.search-form .search-field,
.post-password-form [type=password] {
  width: 100%;
}

.search-form > label,
.search-form .search-submit,
.post-password-form p:nth-child(2) > label,
.post-password-form [type=submit] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-password-form [type=submit],
.search-form .search-submit {
  padding: 0.5em 0.75em;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 20em) {
  .post-password-form p:nth-child(2) {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .post-password-form [type=submit] {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
/* Classes */
/* Classes: Alignment */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.alignwide {
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  max-width: -webkit-calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  margin: 0 auto 1em -1rem;
}

.alignfull {
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.alignfull img {
  -webkit-border-radius: 0;
          border-radius: 0;
}

@media (min-width: 64em) {
  body.has-sidebar .alignfull {
    margin-left: -webkit-calc(((100% + 20em + 2rem) / 2) - 50vw);
    margin-left: calc(((100% + 20em + 2rem) / 2) - 50vw);
  }
}

/* Clear floats */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Classes: Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Components */
/* Components: Headers */
.archive-header,
.page-header,
.entry-header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.archive-header h1,
.archive-header h2,
.page-header h1,
.page-header h2,
.entry-header h1,
.entry-header h2 {
  margin: 0;
}
.archive-header h1 i,
.archive-header h2 i,
.page-header h1 i,
.page-header h2 i,
.entry-header h1 i,
.entry-header h2 i {
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}
.archive-header h1,
.page-header h1,
.entry-header h1 {
  font-size: 2.6rem;
}
@media (min-width: 26.5625em) {
  .archive-header h1,
.page-header h1,
.entry-header h1 {
    font-size: 3rem;
  }
}
.archive-header h2,
.page-header h2,
.entry-header h2 {
  font-size: 1.7rem;
}
@media (min-width: 26.5625em) {
  .archive-header h2,
.page-header h2,
.entry-header h2 {
    font-size: 2rem;
  }
}
.archive-header a,
.page-header a,
.entry-header a {
  text-decoration: none;
  color: var(--text-color);
}
.archive-header a:hover,
.page-header a:hover,
.entry-header a:hover {
  color: var(--anchor-color);
}
.archive-header p,
.page-header p,
.entry-header p {
  margin: 0;
}

.archive-header,
.page-header,
body.single .entry-header {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}

body.home.content-view-full .entry-header,
body.archive.content-view-full .entry-header,
body.content-view-full .archive-header {
  text-align: start;
}

body.layout-two-columns .archive-header {
  grid-column: 1/3;
}

/* Components: Entry meta */
.entry-meta-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9rem;
  gap: 0.25em;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media (min-width: 48em) {
  .entry-meta-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}

.entry-meta-footer > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.entry-meta-footer a {
  color: var(--text-color);
}
.entry-meta-footer a:hover {
  color: var(--anchor-color);
  text-decoration: none;
}

@media (min-width: 48em) {
  body.home.content-view-full .entry-meta-header body.archive.content-view-full .entry-meta-header,
body.content-view-full .entry-meta-header {
    text-align: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Components: Post thumbnail */
.post-thumbnail {
  display: block;
  margin-block: 1rem;
}
.post-thumbnail img {
  display: block;
  margin-inline: auto;
}

body.layout-criss-cross .post-thumbnail {
  background-color: var(--color-gray--200);
  color: var(--color-gray);
  font-size: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 20rem;
}
body.layout-criss-cross .post-thumbnail img {
  width: 100%;
}
body.layout-criss-cross .post-thumbnail:hover {
  text-decoration: none;
}

/* Components: Entry content */
body.home.content-view-excerpt .entry-content,
body.archive.content-view-excerpt .entry-content {
  text-align: center;
}

/* Compoinents: Nav links */
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 26.5625em) {
  .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-links a {
  color: var(--text-color);
}
.nav-links a:hover {
  color: var(--anchor-color);
}

.pagination .nav-links {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-previous,
.nav-next,
.page-numbers:not(.dots) {
  text-decoration: none;
}

.nav-next {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.nav-previous ~ .nav-next {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.nav-previous a,
.nav-next a,
.page-numbers:not(.dots) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.nav-previous a,
.nav-next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-previous a span,
.nav-next a span {
  font-size: 0.8rem;
}
.nav-previous a span:last-child,
.nav-next a span:last-child {
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 26.5625em) {
  .nav-next a {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.page-numbers.current {
  color: var(--text-color);
  text-decoration: underline;
}

.pagination .nav-links {
  font-size: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.layout-two-columns .pagination {
  grid-column: 1/3;
}

/* Components: Page links */
.page-links {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  clear: both;
  font-size: 1.2rem;
  font-weight: 600;
}

.post-page-numbers {
  display: inline-block;
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

.post-page-numbers.current {
  text-decoration: underline;
}

/* Components: Image navigation */
.image-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.image-nav__previous, .image-nav__next {
  position: relative;
}
.image-nav__previous i, .image-nav__next i {
  color: var(--text-color);
}
.image-nav__previous a, .image-nav__next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.image-nav__previous a:hover, .image-nav__next a:hover {
  color: var(--anchor-color);
}
.image-nav__previous a:before {
  content: "<<";
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}
.image-nav__next a:after {
  content: ">>";
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}

/* Components: Author bio */
.author-bio {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  justify-items: start;
  grid-gap: 0 0.5em;
  margin-block: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-inline: 0;
  max-width: 74ch;
}
.author-bio .avatar {
  display: block;
  grid-row: 1/4;
}
.author-bio__title {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.author-bio__author-link {
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;
}
.author-bio__author-link:hover {
  text-decoration: underline;
}
.author-bio__description {
  grid-column: 2;
  font-size: 0.9rem;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.content-container .author-bio {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

@media (min-width: 48em) {
  .content-container .author-bio {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
/* Components: Read more link */
.read-more-link {
  display: table;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-inline: auto;
}

/* Components: Post edit link */
.entry-header .post-edit-link,
.page-header .post-edit-link {
  position: absolute;
  display: inline-block;
  inset-block-start: 0.25em;
  inset-inline-end: 0.25em;
  color: var(--anchor-color);
  text-transform: uppercase;
  font-weight: 700;
}
.entry-header .post-edit-link:hover,
.page-header .post-edit-link:hover {
  text-decoration: underline;
}

/* Components: Scroll to top */
#scroll-to-top {
  background-color: var(--background-color-alt);
  position: fixed;
  inset-block-end: -2000px;
  inset-inline-end: 1rem;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.8;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: inset 1s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: inset 1s ease-in-out, opacity 0.3s ease-in-out;
  transition: inset 1s ease-in-out, opacity 0.3s ease-in-out;
}
#scroll-to-top i {
  padding: 0.5em;
}
#scroll-to-top:hover {
  opacity: 1;
}

/* Layout/Pages */
body,
.site-container {
  min-height: 100vh;
}

.site-container > * {
  padding-inline: max(1rem, -webkit-calc((100% - 64em) / 2));
  padding-inline: max(1rem, calc((100% - 64em) / 2));
}

.site-container > * + *,
.site-main > * + *,
.content-container > * + *,
body.single .content-container > article > * + *,
body.page .content-container > article > * + * {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}

.content-container > article > * + *,
.widget-area > * + * {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.content-container > * + * {
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
}

@media (min-width: 64em) {
  body.layout-two-columns .content-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  body.layout-two-columns .content-container > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media (min-width: 48em) {
  body.layout-criss-cross .content-container > article {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2em;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-align-content: start;
        -ms-flex-line-pack: start;
            align-content: start;
  }
  body.layout-criss-cross .content-container > article > * {
    grid-column: 1;
  }
  body.layout-criss-cross .content-container > article .post-thumbnail {
    grid-column: 2;
    grid-row: 1/4;
    margin: 0;
  }
  body.layout-criss-cross .content-container > article:nth-child(even) > * {
    grid-column: 2;
  }
  body.layout-criss-cross .content-container > article:nth-child(even) .post-thumbnail {
    grid-column: 1;
  }
}

body.has-left-sidebar .site-container > *,
body.has-right-sidebar .site-container > * {
  padding-inline: max(1rem, -webkit-calc((100% - 64em - 20em) / 2));
  padding-inline: max(1rem, calc((100% - 64em - 20em) / 2));
}
@media (min-width: 64em) {
  body.has-left-sidebar .site-main,
body.has-right-sidebar .site-main {
    display: grid;
    gap: 4rem;
  }
  body.has-left-sidebar .site-main > * + *,
body.has-right-sidebar .site-main > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media (min-width: 64em) {
  body.has-left-sidebar .site-main {
    grid-template-columns: minmax(0, 20em) minmax(20em, 1fr);
  }
}

@media (min-width: 64em) {
  body.has-right-sidebar .site-main {
    grid-template-columns: minmax(20em, 1fr) minmax(0, 20em);
  }
}

body.has-left-sidebar.has-right-sidebar .site-container > * {
  padding-inline: max(1rem, -webkit-calc((100% - 64em - 20em * 2) / 2));
  padding-inline: max(1rem, calc((100% - 64em - 20em * 2) / 2));
}
@media (min-width: 64em) {
  body.has-left-sidebar.has-right-sidebar .site-main {
    gap: 2rem;
    grid-template-columns: minmax(0, 20em) minmax(0, 1fr) minmax(0, 20em);
  }
}

/* Pages/lauout: Attachment */
.attachment .entry-content img {
  display: block;
  margin-inline: auto;
}
.attachment .wp-caption-text {
  font-size: 1rem;
}

/* Side header navigation */
.site-header-nav {
  position: absolute;
  color: var(--text-color-alt);
  padding: 0 !important;
  margin: 0;
  inset-block-start: 1em;
  width: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-header-nav a {
  color: var(--text-color-alt);
}
.site-header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-nav li {
  margin: 0;
}

body.fixed-header-menu .site-header-nav {
  position: fixed;
}

#header-nav-toggle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.header-nav-toggle-label {
  background-color: var(--background-color-alt);
  position: relative;
  display: block;
  padding: 1.5em 1em;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 64em) {
  .header-nav-toggle-label {
    display: none;
  }
}
.header-nav-toggle-label span,
.header-nav-toggle-label span::before,
.header-nav-toggle-label span::after {
  background-color: var(--text-color-alt);
  display: block;
  width: 1.5rem;
  height: 0.125em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-nav-toggle-label span {
  position: relative;
}
.header-nav-toggle-label span::before,
.header-nav-toggle-label span::after {
  position: absolute;
  width: 100%;
}
.header-nav-toggle-label span {
  top: -0.0625em;
  bottom: 0;
  margin: auto;
}
.header-nav-toggle-label span::before, .header-nav-toggle-label span::after {
  content: "";
}
.header-nav-toggle-label span::before {
  top: -0.45em;
}
.header-nav-toggle-label span::after {
  bottom: -0.5em;
}

#header-nav-toggle:checked ~ .header-nav-toggle-label span {
  left: -2000px;
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::before, #header-nav-toggle:checked ~ .header-nav-toggle-label span::after {
  left: 2000px;
  top: 0;
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-nav-menus-container {
  display: none;
  background-color: var(--background-color-alt);
  width: 100%;
  padding: 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .header-nav-menus-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    font-size: 1rem;
  }
}

#header-nav-toggle:checked ~ .header-nav-menus-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 64em) {
  .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em;
  }
}
.header-menu li {
  position: relative;
}
.header-menu li:hover > ul {
  display: block;
}
.header-menu li + li {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media (min-width: 64em) {
  .header-menu li + li {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.header-menu > li li + li {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media (min-width: 64em) {
  .header-menu > li li + li {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
.header-menu ul {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}
@media (min-width: 64em) {
  .header-menu ul {
    background-color: var(--background-color-alt);
    display: none;
    position: absolute;
    margin: 0;
    inset-block-start: 1.25em;
    inset-inline-start: -1em;
    padding: 1em;
    white-space: nowrap;
    z-index: 20;
    font-size: 0.9rem;
  }
  .header-menu ul ul {
    padding: 1em;
    inset-block-start: -1em;
    inset-inline-start: 100%;
  }
}

.header-social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}

.header-menu + .header-social-menu {
  -webkit-border-before: var(--border-width) solid var(--text-color-alt);
          border-block-start: var(--border-width) solid var(--text-color-alt);
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media (min-width: 64em) {
  .header-menu + .header-social-menu {
    -webkit-border-before: none;
            border-block-start: none;
    -webkit-border-start: var(--border-width) solid var(--text-color-alt);
            border-inline-start: var(--border-width) solid var(--text-color-alt);
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: 1em;
            margin-inline-start: 1em;
  }
}

/* Site header */
.site-header {
  position: relative;
  width: 100%;
  height: 50vh;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url("assets/images/kluane.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.home:not(.paged) .site-header,
body.blog:not(.paged) .site-header {
  height: 100vh;
}

.site-identity {
  background-color: var(--background-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: auto;
  padding: 1em;
  gap: 0.5em;
  opacity: 0.9;
  border: var(--border-width) solid var(--text-color);
  text-transform: uppercase;
}
.site-identity > * {
  margin: 0;
}

.site-title,
.site-tagline {
  line-height: 1;
}

.site-title,
.site-title a,
.site-tagline,
.site-tagline a {
  color: var(--text-color);
}
.site-title:hover,
.site-title a:hover,
.site-tagline:hover,
.site-tagline a:hover {
  text-decoration: none;
}

.site-title {
  font-size: 2rem;
}

.site-tagline {
  font-size: 1.2rem;
}

/* Comments */
.comments-area > * + * {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.comment-list {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.comment-list > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

/* Comments: Comments title */
.comments-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

/* Comments: Comment */
.comment-content,
.comment .reply {
  margin: 0 !important;
}

.comment .children,
.pingback .children {
  margin: 2em 0 0 1em;
}

.comment-list > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  border-top: var(--border-width) dashed var(--color-gray--200);
  -webkit-padding-before: 2em;
          padding-block-start: 2em;
}

.comment:last-child {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.comment-meta {
  display: inline-grid;
  grid-template-columns: 50px minmax(0, auto);
  gap: 0.25em 1em;
}
.comment-meta a {
  text-decoration: none;
  color: var(--text-color);
}
.comment-meta a:hover {
  color: var(--anchor-color);
}
.comment-meta .comment-author {
  display: inline-grid;
  grid-template-columns: 50px repeat(2, minmax(0, auto));
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-column: 1/3;
  grid-row: 1/3;
  gap: 0 1em;
}
.comment-meta .comment-metadata {
  font-size: 0.85rem;
  grid-row: 2;
  grid-column: 2;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.comment-meta .comment-edit-link {
  color: var(--anchor-color);
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  font-weight: 600;
}
.comment-meta .comment-edit-link:hover {
  text-decoration: underline;
}

.comment-content,
.comment .reply {
  -webkit-padding-start: -webkit-calc(50px + 1em);
          padding-inline-start: calc(50px + 1em);
}

.comment-content {
  font-size: 1rem;
}
.comment-content > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.pingback .comment-body,
.trackback .comment-body {
  font-weight: 600;
}
.pingback .comment-body a,
.trackback .comment-body a {
  font-weight: 400;
}

.comment-reply-link {
  background-color: var(--background-color-alt);
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.25em 0.5em;
  color: var(--text-color-alt);
}
.comment-reply-link:hover, .comment-reply-link:focus {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  text-decoration: none;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  display: inline;
}
.comment-navigation .nav-previous a::before {
  content: "<<";
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.comment-navigation .nav-next a::after {
  content: ">>";
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

/* Comments: Comment reply form */
.comment-respond {
  display: inline-block;
  max-width: 100%;
}
.comment-respond .comment-reply-title {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.comment-form label {
  display: block;
  font-weight: 700;
}
.comment-form .form-submit {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.comment .comment-respond {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

#cancel-comment-reply-link {
  display: block;
  font-size: 1rem;
}

/* Widgets */
/* Widgets: Widget-ares */
.widget-areas-above-content > * + *,
.widget-areas-below-content > * + *,
.widget-areas-footer > * + * {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media (min-width: 64em) {
  .widget-areas-above-content,
.widget-areas-below-content,
.widget-areas-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
  .widget-areas-above-content > * + *,
.widget-areas-below-content > * + *,
.widget-areas-footer > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.widget-areas-footer {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  padding-block: 4rem;
}

.widget-area-above-content-one,
.widget-area-below-content-one,
.widget-area-footer-one {
  grid-column: 1;
}

.widget-area-above-content-two,
.widget-area-below-content-two,
.widget-area-footer-two {
  grid-column: 2;
}

.widget-area-above-content-three,
.widget-area-below-content-three,
.widget-area-footer-three {
  grid-column: 3;
}

/* Widgets: Widgets */
.widget-title {
  font-size: 1.2rem;
  margin: 0;
  margin-block: 0 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-title a {
  color: var(--text-color);
}

.widget-area-footer .widget-title a {
  color: var(--text-color-alt);
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul ul {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.widget .wp-caption p {
  margin: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_nav_menu ul {
  list-style: none;
}
.widget_archive > ul > li + li,
.widget_categories > ul > li + li,
.widget_pages > ul > li + li,
.widget_meta > ul > li + li,
.widget_recent_entries > ul > li + li,
.widget_recent_comments > ul > li + li,
.widget_rss > ul > li + li,
.widget_nav_menu > ul > li + li {
  -webkit-padding-before: 0.5em;
          padding-block-start: 0.5em;
}

.widget_recent_comments a,
.widget_rss a {
  font-weight: 600;
}
.widget_recent_comments a:hover,
.widget_rss a:hover {
  text-decoration: underline;
}

.widget_calendar table {
  max-width: 100%;
  display: table;
  table-layout: fixed;
}
.widget_calendar a {
  text-decoration: none;
  font-weight: 600;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
  padding: 0.5em;
}
@media (min-width: 64em) {
  .widget_calendar td,
.widget_calendar th {
    padding: 0.75em;
  }
}
.widget_calendar caption {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget-area-footer .widget_calendar table,
.widget-area-footer .widget_calendar td,
.widget-area-footer .widget_calendar th {
  border-color: var(--text-color-alt);
}

.widget_rss .widget-title img {
  display: none;
}
.widget_rss .rss-date {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
.widget_rss li {
  line-height: 1.5;
}
.widget_rss li + li {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
}

.widget-area-footer input[type=submit] {
  border-color: var(--text-color-alt);
}

/* Site footer */
.site-footer {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  padding-block: 2em;
  text-align: center;
}
.site-footer > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.site-footer a {
  color: var(--text-color-alt);
}

.widget-areas-footer + .site-footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.site-footer-info {
  font-size: 0.9rem;
}
.site-footer-info > * {
  display: block;
}
.site-footer-info > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.site-footer-info a {
  text-decoration: underline;
}

/* 5.2 Site footer: Footer nav */
.footer-social-menu,
.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-inline: 0;
  list-style: none;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social-menu li,
.footer-menu li {
  margin-block: 0;
}

.footer-social-menu {
  font-size: 1.2rem;
}

/* Post formats */
/* Post formats: Aside*/
body:not(.single) article.format-aside {
  background-color: var(--color-gray--200);
  color: var(--color-black);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  padding: 1em;
}
body:not(.single) article.format-aside a {
  color: var(--color-black);
}
body:not(.single) article.format-aside .entry-meta {
  font-weight: 600;
  margin-inline: auto;
  font-style: normal;
  text-transform: uppercase;
}
body:not(.single) article.format-aside .entry-content {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
body:not(.single) article.format-aside .entry-content > *:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
body:not(.single) article.format-aside .entry-content p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Post formats: Chat*/
body:not(.single) article.format-chat .entry-content {
  font-family: monospace, monospace;
  text-align: start;
}
body:not(.single) article.format-chat .entry-content p {
  line-height: 1;
}

/* Post formats: Image */
@media (min-width: 48em) {
  body:not(.single) article.format-image .entry-content img,
body:not(.single) article.format-image .entry-content figure {
    width: 100% !important;
    border: none;
    -webkit-border-radius: var(--border-radius);
            border-radius: var(--border-radius);
    margin: 0;
  }
  body:not(.single) article.format-image .entry-content p {
    margin: 0;
  }
  body:not(.single) article.format-image .entry-content .wp-caption img {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  body:not(.single) article.format-image .entry-content .wp-caption-text {
    padding: 1em 0;
    text-align: start;
  }
}
/* Post formats: Link*/
body:not(.single) article.format-link {
  font-size: 2rem;
}
body:not(.single) article.format-link .entry-content a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
body:not(.single) article.format-link .entry-content a:hover {
  text-decoration: underline;
}

/* Post formats: Quote*/
body:not(.single) article.format-quote .entry-content {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
body:not(.single) article.format-quote .entry-content blockquote {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  border: none;
  padding: 0;
  margin: 0;
}

/* Post formats: Status*/
body:not(.single) article.format-status .entry-meta {
  text-transform: uppercase;
  font-weight: 600;
}
body:not(.single) article.format-status .entry-content {
  font-size: 2rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-weight: 700;
}
body:not(.single) article.format-status .entry-content > *:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
body:not(.single) article.format-status .entry-content p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Post formats: Video*/
body:not(.single) article.format-video .entry-content iframe,
body:not(.single) article.format-video .entry-content embed,
body:not(.single) article.format-video .entry-content object {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  aspect-ratio: attr(width)/attr(height);
  vertical-align: bottom;
}

/* Block styles */
.wp-block-cover-image,
.wp-block-cover {
  height: auto;
}

.wp-block-cover-text {
  margin: 0 auto;
  padding: 0;
}

.wp-block-image figure {
  border-bottom: 0;
}
.wp-block-image figcaption {
  margin: 0;
  padding: 1em;
}
.wp-block-image img {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.wp-block-button a {
  background-color: var(--background-color-alt);
  color: var(--text-color-alt);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.wp-block-button a:hover, .wp-block-button a:focus {
  text-decoration: none;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.wp-block-button.is-style-outline a {
  border-color: var(--border-color);
}

.wp-block-button.is-style-squared a {
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
}

.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-item {
  overflow: auto;
}

.wp-block-file .wp-block-file__button {
  display: table;
  margin: 0.5em 0 1em 0;
  font-size: 1rem;
}

p.wp-block-cover-text:not(.has-text-color) {
  color: var(--color-white);
}

.wp-block-code {
  background-color: var(--color-gray--200);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
}
.wp-block-code code {
  background-color: transparent;
}

.wp-block-verse {
  font-family: var(--font-family);
  padding: 0.5em 0;
}

.wp-block-calendar table {
  display: table;
  margin-block: 1em;
}

.wp-block-preformatted {
  white-space: pre;
  overflow-x: auto;
}