@charset "UTF-8";
/*
Theme Name: Indie
Theme URI: https://indietheme.withemes.com/
Author: withemes
Author URI: https://withemes.com/
Description: Indietheme, minimal & clean WordPress theme with custom post type support for blog, portfolio, personal, landing page
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.0
Version: 0.9.1
Text Domain: indietheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, theme-options, threaded-comments, translation-ready, blog, custom-background
*/
/**
TOC
    00 - import
    01 - general
    02 - header
    03 - sidebar
    04 - footer
    05 - archive
    06 - single
*/
/* 00 - import
-------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document hehe
   ========================================================================== */
/**
 * 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 {
  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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 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 */
  text-decoration-style: 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; /* 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 {
  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] {
  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;
}

/**
 * a11y
 */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* box sizing
------------------------------------------------- */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* clearing
------------------------------------------------- */
.container:before,
.container:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.container:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/**
 * Responsive Styles
 */
:root {
  /* configurable */
  --container-width: 840px;
  --sidebar-width: 200px;
  --sidebar-gap: 30px;
  --color-accent: #0066CC;
  --color-border: rgba(0,0,0,.15);
  --body-background-color: #fff;
  --code-background-color: #f2f2f2;
  --code-color: #222;
  --body-font: Verdana, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.5;
  --body-font-weight: 400;
  --body-letter-spacing: 0;
  --body-text-transform: none;
  --body-color: var(--color-black);
  --heading-font: Verdana, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --heading-line-height: 1.25;
  --heading-font-weight: 600;
  --heading-letter-spacing: 0;
  --heading-text-transform: none;
  --heading-font-size-h6: 1em;
  --heading-font-size-h5: 1.125em;
  --heading-font-size-h4: 1.2em;
  --heading-font-size-h3: 1.7em;
  --heading-font-size-h2: 2.1em;
  --heading-font-size-h1: 2.8em;
  --heading-color: unset;
  --single-title-font-size: 2.8em;
  /* Archive */
  --archive-title-font-size: var(--single-title-font-size);
}
@media only screen and (max-width: 1089.98px) {
  :root {
    --sidebar-width: 190px;
    --sidebar-gap: 20px;
  }
}
@media only screen and (max-width: 821.98px) {
  :root {
    --heading-font-size-h2: 1.8em;
  }
}
@media only screen and (max-width: 591.98px) {
  :root {
    --heading-font-size-h2: 1.5em;
  }
}
@media only screen and (max-width: 1089.98px) {
  :root {
    --single-title-font-size: 2.6em;
  }
}
@media only screen and (max-width: 821.98px) {
  :root {
    --single-title-font-size: 2.2em;
  }
}
@media only screen and (max-width: 591.98px) {
  :root {
    --single-title-font-size: 1.4em;
  }
}
@media only screen and (max-width: 1089.98px) {
  :root {
    --archive-title-font-size: 2.4em;
  }
}
@media only screen and (max-width: 591.98px) {
  :root {
    --archive-title-font-size: 1.6em;
  }
}

:root {
  /* hard-coded */
  --color-black: #000;
  --color-dark-gray: #666;
  --color-gray: #999;
  --color-white: #fff;
  --spacing-huge: 6rem;
  --spacing-large: 4rem;
  --spacing-medium: 3rem;
  --spacing: 2rem;
  --spacing-small: 1rem;
  --spacing-tiny: 0.5rem;
}

/* separator
-------------------------------------------------  */
hr.wp-block-separator {
  border-bottom-width: 1px;
  border-color: var(--color-border);
}

/* table
------------------------------------------------- */
table {
  width: 100%;
  border: 1px solid var(--color-border);
  border-collapse: collapse;
}

td,
th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--color-border);
  padding: 0.5em;
}

.wp-block-table th {
  font-weight: bolder;
}

.wp-block-table thead {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1em;
  font-weight: bolder;
}

/* quote
----------------------------- */
blockquote {
  padding: 0;
  position: relative;
  border: 0;
  font-style: normal;
  transform: none;
}

blockquote.wp-block-quote {
  position: relative;
  font-size: 1em;
  border: 0;
  font-style: normal;
  transform: none;
  padding-left: var(--spacing);
  color: var(--color-dark-gray);
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 821.98px) {
  blockquote.wp-block-quote {
    padding-left: var(--spacing-small);
  }
}
blockquote.wp-block-quote p:before {
  content: "“";
}
blockquote.wp-block-quote p:after {
  content: "”";
}
blockquote.wp-block-quote cite {
  font-size: 0.8em;
  font-family: var(--heading-font);
  letter-spacing: 0;
  margin-top: 10px;
}
blockquote.wp-block-quote cite:before {
  content: "—";
  margin-right: 6px;
}

/* pull quote
----------------------------- */
.wp-block-pullquote {
  font-size: 1em;
  letter-spacing: 0;
  padding: var(--spacing);
  border: 0;
  background: #ffee98;
  text-align: left;
}
@media only screen and (max-width: 591.98px) {
  .wp-block-pullquote {
    padding: var(--spacing-small);
  }
}
.wp-block-pullquote p:before {
  content: "“";
}
.wp-block-pullquote p:after {
  content: "”";
}
.wp-block-pullquote cite {
  font-size: 0.8em;
  font-family: var(--heading-font);
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.wp-block-pullquote cite:before {
  content: "—";
  margin-right: 6px;
}

/* button
------------------------------------------------- */
button,
input[type=submit],
.button,
.wp-block-button__link {
  position: relative;
  background: none;
  text-decoration: none;
  text-align: center;
  font-weight: var(--heading-font-weight);
  font-size: 0.8em;
  border-radius: 0;
  letter-spacing: 0;
  display: block;
  border: 0;
  box-shadow: none;
  transition: all 0.1s ease-out;
  cursor: pointer;
  font-family: var(--heading-font);
  text-transform: none;
  padding: 8px 20px;
  line-height: 24px;
  background: var(--color-accent);
  color: var(--color-white);
  text-decoration: none;
}
button:hover,
input[type=submit]:hover,
.button:hover,
.wp-block-button__link:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: white;
  text-decoration: none !important;
}
button svg path,
input[type=submit] svg path,
.button svg path,
.wp-block-button__link svg path {
  fill: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.button.button-outline {
  color: currentColor;
  border: 1px solid currentColor;
  padding-top: 7px;
  padding-bottom: 7px;
  background: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.button.button-outline:hover {
  background: transparent;
  color: var(--color-accent);
  border: 1px solid;
}

/* media text
----------------------------- */
@media only screen and (max-width: 591.98px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}

.wp-block-media-text__content p {
  margin: var(--spacing-small) 0;
}
.wp-block-media-text__content .wp-block-buttons {
  margin-top: var(--spacing-small);
}

/* cover
----------------------------- */
.wp-block-cover .wp-block-cover__inner-container > * {
  margin: var(--spacing-small) 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

/* details - toggle - faq
----------------------------- */
.wp-block-details summary {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.wp-block-details p {
  font-size: 0.9em;
  margin-top: 0.2em;
}

/* post
----------------------------- */
.wp-block-post > .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-post .wp-block {
  margin-bottom: 0;
  margin-top: 0;
}

/* post title
-------------------------------------------------  */
.entry-title,
.wp-block-post-title {
  margin: 0.5em 0 0;
  position: relative;
  overflow-wrap: break-word;
  font-size: 1.2em;
  line-height: 1.15;
  font-weight: 400;
}
.entry-title:first-child,
.wp-block-post-title:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 591.98px) {
  .entry-title,
  .wp-block-post-title {
    font-size: 1.1em;
  }
}
.entry-title a,
.wp-block-post-title a {
  text-decoration: none;
}
.entry-title a:hover,
.wp-block-post-title a:hover {
  text-decoration: underline;
}

.entry-title {
  font-weight: var(--heading-font-weight);
}
.entry-title a:hover {
  text-decoration: underline;
}

/* excerpt
------------------------------------------------- */
.wp-block-post-excerpt,
.entry-excerpt {
  margin: 0.2em 0 0;
}
.entry-excerpt p {
  margin: 0;
}

.continue-reading-link {
  color: inherit;
}
.continue-reading-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

/* ---------------------------- meta */
.wp-block-post-author__avatar {
  margin-right: 0.4em;
}

.wp-block-post-author__avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.wp-block-post-author__content {
  display: flex;
  align-items: center;
}

.wp-block-post-author__byline {
  width: auto;
  font-size: 1em;
  color: var(--color-gray-dark);
  margin-right: 0.2em;
}

.entry-meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: var(--spacing-small);
  font-size: 0.9em;
}
.entry-meta a {
  text-decoration: none;
}
.entry-meta a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 591.98px) {
  .entry-meta {
    margin-top: var(--spacing-small);
  }
}
.entry-meta > * {
  display: block;
}
.entry-meta > *:before {
  margin: 0 6px;
}
@media only screen and (max-width: 591.98px) {
  .entry-meta > *:before {
    margin: 0 5px;
  }
}
.entry-meta > * + *:before {
  content: "·";
}

/* ---------------------------- category */
/* author
---------------------------------------- */
.indietheme-meta-author {
  display: flex;
  align-items: center;
}

.meta-author-avatar {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 50%;
}
.meta-author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 591.98px) {
  .meta-author-avatar {
    width: 28px;
    height: 28px;
  }
}

/* 01 - general
-------------------------------------------------------------------------- */
html {
  font-family: var(--body-font);
  line-height: var(--body-line-height);
}

body {
  text-align: left;
  background-color: var(--body-background-color);
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  text-transform: var(--body-text-transform);
  color: var(--body-color);
}

h1, h2, h3, h4, h5, h6, .heading-font, .comment-list .fn {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
  color: var(--heading-color);
}

h2 {
  font-size: var(--heading-font-size-h2);
}

h3 {
  font-size: var(--heading-font-size-h3);
}

h4 {
  font-size: var(--heading-font-size-h4);
}

h5 {
  font-size: var(--heading-font-size-h5);
}

h6 {
  font-size: var(--heading-font-size-h6);
}

b,
strong {
  font-weight: bolder;
}

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

pre {
  white-space: pre;
  overflow-x: auto;
}

/* pagination
------------------------------ */
.page-links, .wp-block-query-pagination-numbers, .nav-links {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-links > a, .wp-block-query-pagination-numbers > a, .nav-links > a {
  display: block;
  text-decoration: none;
}
.page-links > a:hover, .wp-block-query-pagination-numbers > a:hover, .nav-links > a:hover {
  text-decoration: underline;
}
.page-links > * + *, .wp-block-query-pagination-numbers > * + *, .nav-links > * + * {
  margin-left: 10px;
}
@media only screen and (max-width: 591.98px) {
  .page-links > * + *, .wp-block-query-pagination-numbers > * + *, .nav-links > * + * {
    margin-left: 5px;
  }
}
.page-links > *, .wp-block-query-pagination-numbers > *, .nav-links > * {
  display: block;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.page-links > *.next, .wp-block-query-pagination-numbers > *.next, .nav-links > *.next, .page-links > *.prev, .wp-block-query-pagination-numbers > *.prev, .nav-links > *.prev {
  display: flex;
  align-items: center;
  width: auto;
}
.page-links > *.next svg, .wp-block-query-pagination-numbers > *.next svg, .nav-links > *.next svg, .page-links > *.prev svg, .wp-block-query-pagination-numbers > *.prev svg, .nav-links > *.prev svg {
  width: 16px;
  height: 16px;
}
.page-links > *.next svg, .wp-block-query-pagination-numbers > *.next svg, .nav-links > *.next svg {
  margin-left: 4px;
}
.page-links > *.prev svg, .wp-block-query-pagination-numbers > *.prev svg, .nav-links > *.prev svg {
  margin-right: 4px;
}

/* meta
------------------------------ */
.reply, .comment-metadata, .single-meta, .wp-block-post-terms,
.wp-block-post-date,
.wp-block-post-author, .entry-meta, .entry-date, .indietheme-meta-categories, .indietheme-meta-author {
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--color-gray);
}
.reply a:hover, .comment-metadata a:hover, .single-meta a:hover, .wp-block-post-terms a:hover,
.wp-block-post-date a:hover,
.wp-block-post-author a:hover, .entry-meta a:hover, .entry-date a:hover, .indietheme-meta-categories a:hover, .indietheme-meta-author a:hover {
  text-decoration: underline;
}

/* helpful classes
----------------------------- */
.hide {
  display: none;
}

@media only screen and (min-width: 1090px) {
  .hide-on-desktop {
    display: none;
  }
}

@media only screen and (max-width: 591.98px) {
  .hide-on-mobile {
    display: none;
  }
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.font-heading {
  font-family: var(--heading-font);
}

.font-body {
  font-family: var(--body-font);
}

/* link
----------------------------- */
a {
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-accent);
}

a:hover {
  text-decoration: none;
}

/* img
----------------------------- */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.entry-content > figure {
  max-width: 100%;
}

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

/* caption
----------------------------- */
:root :where(.wp-block-image figcaption),
.wp-caption-text {
  text-align: unset;
  color: var(--color-gray);
  font-size: 0.8em;
}

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

/* image alignment
----------------------------- */
@media only screen and (min-width: 482px) {
  .entry-content .alignright,
  .entry-content .alignleft {
    max-width: 50%;
  }
  .alignright {
    float: right;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 2em;
  }
  .alignleft {
    float: left;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-right: 2em;
  }
}
.wp-block-image .alignright {
  margin-left: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .wp-block-image .alignright {
    margin-left: var(--spacing-small);
  }
}
.wp-block-image .alignleft {
  margin-right: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .wp-block-image .alignleft {
    margin-right: var(--spacing-small);
  }
}
.wp-block-image a:focus img {
  outline-offset: 2px;
}

/* make alignleft, right items looking nice on mobile */
@media only screen and (max-width: 591.98px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}

/* form
----------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border: 0;
  color: var(--color-dark-gray);
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  font-size: var(--body-font-size);
  padding: 8px 14px;
  line-height: 32px;
  margin-bottom: var(--spacing-small);
}
@media only screen and (max-width: 591.98px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 591.98px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea {
    width: 100%;
  }
}
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=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,
.site textarea:focus {
  color: var(--color-black);
  outline: 0;
  background: rgba(0, 0, 0, 0.09);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}

.site textarea {
  width: 100%;
  height: 150px;
}

select {
  font-family: var(--heading-font);
  font-size: var(--body-font-size);
  border: 1px solid var(--color-border);
  color: var(--color-dark-gray);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--body-line-height);
  margin-bottom: var(--spacing-small);
  padding: 7px 30px 7px 10px;
  line-height: 32px;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right 10px top 60%;
  width: 100%;
  max-width: 100%;
}
select:focus {
  outline: 0;
  border-color: var(--color-accent);
  color: var(--color-black);
}

label {
  font-family: var(--heading-font);
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline;
  padding-left: 4px;
  vertical-align: top;
}
@media only screen and (max-width: 591.98px) {
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 12px;
    margin-left: 4px;
  }
}

fieldset {
  border: 0;
}
fieldset legend {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-size: 1.2em;
  margin-bottom: var(--spacing-small);
}

::-moz-placeholder {
  opacity: 1;
}

/* code
----------------------------- */
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  hyphens: none;
}

pre {
  background-color: whitesmoke;
  border: 1px dashed #ccc;
  border-radius: 1px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: var(--spacing-small);
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-code,
.wp-block-preformatted {
  padding: 1em;
  background-color: var(--code-background-color);
  color: var(--code-color);
  border-radius: 3px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  overflow-x: auto;
  border: 0;
}

code {
  font-family: monospace;
  padding: 2px;
  background-color: var(--code-background-color);
  color: var(--code-color);
  border-radius: 3px;
}

mark {
  background: #ffd;
  padding: 0 5px;
}

/* list
----------------------------- */
ul,
ol {
  margin: 0;
  padding-left: 1.5em;
  line-height: 1.45;
}
ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}
ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

li {
  margin-bottom: 0.6em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 2em;
  margin-top: 0.2em;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
ol ul {
  list-style-type: circle;
}

dt {
  font-family: var(--heading-font);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: 20px;
}

/* layout
----------------------------- */
#page {
  overflow: hidden;
}

.container {
  width: var(--container-width);
  display: block;
  max-width: 97%;
  margin: 0 auto;
}

@media only screen and (max-width: 821.98px) {
  .secondary {
    margin-top: var(--spacing-large);
  }
}
@media only screen and (min-width: 822px) {
  .has-sidebar {
    display: flex;
    justify-content: space-between;
  }
  .has-sidebar .primary {
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
    order: 2;
  }
  .secondary {
    width: var(--sidebar-width);
    flex: none;
    order: 1;
  }
}
/* 02 - header
-------------------------------------------------------------------------- */
.site-header {
  padding: var(--spacing) 0;
}
@media only screen and (max-width: 591.98px) {
  .site-header {
    padding: var(--spacing-small) 0;
  }
}
.site-header svg path {
  fill: currentColor;
}

.navrow {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 1.4em;
}
.navrow > * {
  margin-right: 1.8em;
}
.navrow > *:last-child {
  margin-right: 0;
}

/* logo
----------------------------- */
.site-branding img {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 0 5px;
}

.site-title {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  margin: 0;
  color: inherit;
  line-height: 1.2;
  font-size: 2.2em;
}
@media only screen and (max-width: 821.98px) {
  .site-title {
    font-size: 1.8em;
  }
}
.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-description {
  margin: 0.1em 0 0;
  line-height: 1.2;
  font-size: 1em;
  color: var(--color-dark-gray);
  font-family: var(--heading-font);
}

/* primary navigation
----------------------------- */
.primary-navigation {
  font-family: var(--heading-font);
}

.primary-navigation ul.menu-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-navigation ul.menu-wrapper a {
  transition: all 0.1s ease-out;
}
.primary-navigation ul.menu-wrapper li {
  margin: 0;
}
.primary-navigation ul.menu-wrapper > li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.5em;
}
.primary-navigation ul.menu-wrapper > li:last-child {
  margin-right: 0;
}
.primary-navigation ul.menu-wrapper > li > a {
  line-height: 1.4em;
  padding: 4px 0;
  display: block;
}
.primary-navigation ul.menu-wrapper > li a {
  display: block;
  text-decoration: none;
  transition: all 0.1s;
}
.primary-navigation ul.menu-wrapper > li a:hover {
  text-decoration: underline;
}
.primary-navigation ul.menu-wrapper > li.current-menu-item > a, .primary-navigation ul.menu-wrapper > li.current-menu-ancestor > a {
  text-decoration: underline;
}
.primary-navigation ul.menu-wrapper > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  z-index: 20;
  background: var(--body-background-color);
  list-style: none;
  border: 1px solid var(--color-border);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 18px 0;
}
.primary-navigation ul.menu-wrapper > li ul > li {
  position: relative;
}
.primary-navigation ul.menu-wrapper > li ul .sub-menu-toggle {
  display: none;
}
.primary-navigation ul.menu-wrapper > li ul a {
  transition: opacity 0.1s, visibility 0.1s;
  padding: 3px 18px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.1s;
}
.primary-navigation ul.menu-wrapper > li ul a:hover {
  color: var(--color-accent);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.07);
}
.primary-navigation ul.menu-wrapper > li ul > li.current-menu-item > a {
  color: var(--color-accent);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.07);
}
.primary-navigation ul.menu-wrapper > li ul ul {
  top: 0;
  left: 100%;
}
.primary-navigation ul.menu-wrapper > li:hover > ul,
.primary-navigation ul.menu-wrapper > li li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.primary-navigation ul.menu-wrapper > li:hover > ul a,
.primary-navigation ul.menu-wrapper > li li:hover > ul a {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.sub-menu-toggle {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  background: none;
  color: inherit;
  margin-left: 5px;
  display: block;
  opacity: 0.5;
  transform: translate(0, 2px);
  background: none;
}
.sub-menu-toggle:hover {
  color: currentColor;
  background: none;
  border: 0;
}
.sub-menu-toggle:focus-visible {
  outline: 2px solid black;
}
.sub-menu-toggle span {
  display: block;
}
.sub-menu-toggle svg {
  width: 14px;
  height: 14px;
}

.sub-menu-toggle .iconup {
  display: none;
}

.primary-navigation ul.menu-wrapper > li:hover > .sub-menu-toggle .iconup {
  display: block;
}
.primary-navigation ul.menu-wrapper > li:hover > .sub-menu-toggle .icondown {
  display: none;
}

/* social
----------------------------- */
.social-navigation svg path {
  fill: currentColor;
}
@media only screen and (max-width: 591.98px) {
  .social-navigation {
    margin-top: 1em;
  }
}

.social-navigation ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-navigation ul > li {
  display: block;
  margin: 0 1em 0 0;
}
.social-navigation ul > li:last-child {
  margin-right: 0;
}
.social-navigation ul > li > a {
  display: block;
  text-decoration: none;
  line-height: 0;
  transition: all 0.2s;
}
.social-navigation ul > li > a svg {
  width: 16px;
  height: 16px;
}

/* 03 - sidebar
-------------------------------------------------------------------------- */
/* general
----------------------------- */
.widget-area .wp-block-heading,
.widget-area .widgettitle,
.widget-area .widget-title {
  font-size: 1em;
  margin-bottom: var(--spacing-small);
}

.widget_block + .widget_block, .widget_block + .widget,
.widget + .widget_block,
.widget + .widget {
  margin-top: var(--spacing);
}

.wp-block-group__inner-container > * {
  margin: var(--spacing-small) 0;
}
.wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

/* tagcloud
----------------------------- */
.widget_tag_cloud a,
.tagcloud a {
  text-decoration: none;
}
.widget_tag_cloud a:hover,
.tagcloud a:hover {
  text-decoration: underline;
}

/* calendar
----------------------------- */
.wp-calendar-table a,
#wp-calendar a {
  color: inherit;
}
.wp-calendar-table th,
.wp-calendar-table td,
#wp-calendar th,
#wp-calendar td {
  padding: 0.1em;
  text-align: center;
  font-size: 0.9em;
}

.wp-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}

.wp-calendar-nav a {
  align-items: center;
  display: flex;
  align-content: center;
  color: inherit;
  text-decoration: none;
}

/* text
----------------------------- */
.textwidget {
  font-size: 0.9em;
}

/* search form
----------------------------- */
.wp-block-search .wp-block-search__label {
  font-weight: var(--heading-font-weight);
}

.wp-block-search__button {
  border: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 2px;
  line-height: 24px;
}

.wp-block-search__input {
  margin: 0;
}

.wp-block-search input[type=search],
.search-form input[type=search] {
  margin: 0;
}

.search-form {
  display: block;
  position: relative;
}
.search-form input[type=search] {
  display: block;
  padding-right: 40px;
  width: 100%;
  min-width: 200px;
}
.search-form button {
  background: none;
  color: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* comments
----------------------------- */
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-latest-comments__comment,
.widget_recent_comments li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.wp-block-latest-comments__comment:last-child,
.widget_recent_comments li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wp-block-latest-comments__comment-excerpt > *:last-child {
  margin-bottom: 0;
}

/* latest posts
----------------------------- */
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: var(--spacing-small);
  overflow: hidden;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wp-block-latest-posts__post-title {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}

/* list, menu
----------------------------- */
.widget_nav_menu nav > ul,
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-latest-posts__list,
.wp-block-page-list,
.wp-block-rss,
.widget_rss ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
}
.widget_nav_menu nav > ul li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-latest-posts__list li,
.wp-block-page-list li,
.wp-block-rss li,
.widget_rss ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_product_categories ul li {
  margin-bottom: 0.3em;
}
.widget_nav_menu nav > ul ul,
.wp-block-archives-list ul,
.wp-block-categories-list ul,
.wp-block-latest-posts__list ul,
.wp-block-page-list ul,
.wp-block-rss ul,
.widget_rss ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.widget_nav_menu nav > ul a,
.wp-block-archives-list a,
.wp-block-categories-list a,
.wp-block-latest-posts__list a,
.wp-block-page-list a,
.wp-block-rss a,
.widget_rss ul a,
.widget_archive ul a,
.widget_nav_menu ul a,
.widget_meta ul a,
.widget_recent_comments ul a,
.widget_recent_entries ul a,
.widget_pages ul a,
.widget_categories ul a,
.widget_product_categories ul a {
  text-decoration: none;
}
.widget_nav_menu nav > ul a:hover,
.wp-block-archives-list a:hover,
.wp-block-categories-list a:hover,
.wp-block-latest-posts__list a:hover,
.wp-block-page-list a:hover,
.wp-block-rss a:hover,
.widget_rss ul a:hover,
.widget_archive ul a:hover,
.widget_nav_menu ul a:hover,
.widget_meta ul a:hover,
.widget_recent_comments ul a:hover,
.widget_recent_entries ul a:hover,
.widget_pages ul a:hover,
.widget_categories ul a:hover,
.widget_product_categories ul a:hover {
  text-decoration: underline;
}
.widget_nav_menu nav > ul .current-menu-item > a,
.wp-block-archives-list .current-menu-item > a,
.wp-block-categories-list .current-menu-item > a,
.wp-block-latest-posts__list .current-menu-item > a,
.wp-block-page-list .current-menu-item > a,
.wp-block-rss .current-menu-item > a,
.widget_rss ul .current-menu-item > a,
.widget_archive ul .current-menu-item > a,
.widget_nav_menu ul .current-menu-item > a,
.widget_meta ul .current-menu-item > a,
.widget_recent_comments ul .current-menu-item > a,
.widget_recent_entries ul .current-menu-item > a,
.widget_pages ul .current-menu-item > a,
.widget_categories ul .current-menu-item > a,
.widget_product_categories ul .current-menu-item > a {
  color: var(--color-dark-gray);
}

.widget_nav_menu .widgettitle {
  margin-bottom: var(--spacing-small);
}

.widget_recent_entries ul li {
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border);
}

.post-date {
  color: var(--color-gray);
  display: block;
}

/* ---------------------------- rss */
.wp-block-rss > li,
.widget_rss ul > li {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.wp-block-rss > li .rssSummary,
.widget_rss ul > li .rssSummary {
  font-family: var(--body-font);
  text-transform: none;
  letter-spacing: 0;
}

/* classic gallery
----------------------------- */
:root {
  --gallery-gap: 0.5em;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  gap: var(--gallery-gap);
}

.gallery-columns-6 .gallery-item {
  width: calc((100% - 5 * var(--gallery-gap)) / 6);
}
@media only screen and (max-width: 591.98px) {
  .gallery-columns-6 .gallery-item {
    width: calc((100% - 2 * var(--gallery-gap)) / 3);
  }
}

.gallery-columns-5 .gallery-item {
  width: calc((100% - 4 * var(--gallery-gap)) / 5);
}

.gallery-columns-4 .gallery-item {
  width: calc((100% - 3 * var(--gallery-gap)) / 4);
}

.gallery-columns-3 .gallery-item {
  width: calc((100% - 2 * var(--gallery-gap)) / 3);
}

.gallery-columns-2 .gallery-item {
  width: calc((100% - 1 * var(--gallery-gap)) / 2);
}

/* 04 - footer
-------------------------------------------------------------------------- */
.site-footer {
  min-height: 100px;
}

.footer-widgets {
  padding: var(--spacing) 0;
}
@media only screen and (max-width: 591.98px) {
  .footer-widgets {
    padding: var(--spacing-small) 0;
  }
}

.footer-bottom {
  padding: var(--spacing-medium) 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 591.98px) {
  .footer-bottom .container {
    padding: var(--spacing-small) 0;
  }
}

.footer-widgets + .footer-bottom {
  padding-top: 0;
}

/* copyright
----------------------------- */
.copyright {
  font-size: 0.9em;
  font-family: var(--heading-font);
}

/* 05 - archive
-------------------------------------------------------------------------- */
/* post
----------------------------- */
.indietheme-post {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-post {
    display: block;
  }
}
.indietheme-post .post-thumbnail {
  order: 2;
  width: 200px;
  flex: none;
  margin-left: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .indietheme-post .post-thumbnail {
    width: 100%;
    margin-left: 0;
  }
}

.indietheme-post + .indietheme-post {
  margin-top: var(--spacing-medium);
  padding-top: var(--spacing-medium);
  border-top: 1px solid var(--color-border);
}
@media only screen and (max-width: 591.98px) {
  .indietheme-post + .indietheme-post {
    margin-top: var(--spacing);
    padding-top: var(--spacing);
  }
}

.sticky-label {
  display: none;
  margin-bottom: 0.8em;
  line-height: 1.25;
  padding: 4px 7px;
  border-radius: 4px;
  background: rgb(255, 242, 184);
  color: rgb(0, 0, 0);
  font-size: 0.8em;
  font-family: var(--heading-font);
}

.sticky .sticky-label {
  display: table;
}

/* thumbnail
----------------------------- */
.wp-block-post-featured-image {
  margin-bottom: 0.8em;
  overflow: hidden;
}

.post-thumbnail {
  margin: 0 auto 1em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* pagination
----------------------------- */
.pagination {
  margin-top: var(--spacing-medium);
}

.wp-block-query-pagination {
  margin-top: 2em;
}

.wp-block-query-pagination-next {
  color: inherit;
}

@media only screen and (max-width: 591.98px) {
  .nav-short {
    display: none;
  }
}

/* archive header
----------------------------- */
.archive-main {
  padding-bottom: var(--spacing-large);
}
@media only screen and (max-width: 591.98px) {
  .archive-main {
    padding-bottom: var(--spacing);
  }
}

.archive-header {
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--spacing) + 5px);
}
.archive-header h1 {
  margin: 0;
}
@media only screen and (max-width: 591.98px) {
  .archive-header {
    display: block;
  }
}

.archive-header-author-avatar {
  flex: none;
  width: 120px;
  height: 120px;
  margin-right: var(--spacing-small);
}
@media only screen and (max-width: 1089.98px) {
  .archive-header-author-avatar {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 591.98px) {
  .archive-header-author-avatar {
    margin-right: 0;
  }
}
.archive-header-author-avatar img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.archive-description {
  margin: 0.4em 0 0;
  color: var(--color-dark-gray);
}

/* search
----------------------------- */
.search-result-count {
  margin: 0.2em 0 0.5em;
}
.search-result-count p {
  margin: 0;
}

.indietheme-post-search + .indietheme-post-search {
  margin-top: var(--spacing);
}

.indietheme-post-search {
  overflow: hidden;
  max-width: 600px;
}
.indietheme-post-search .entry-title {
  margin: 0;
}
.indietheme-post-search .entry-excerpt {
  margin-top: 0.5em;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-post-search .entry-excerpt {
    line-height: 1.3;
  }
}

.indietheme-post-search-thumbnail {
  margin: 0 0 0 10px;
  width: 92px;
  float: right;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-post-search-thumbnail {
    width: 60px;
  }
}
.indietheme-post-search-thumbnail a {
  display: block;
}
.indietheme-post-search-thumbnail img {
  width: 100%;
  display: block;
}

.indietheme-post-search-text {
  overflow: hidden;
}

/* page 404
----------------------------- */
.page-content-404 {
  margin: var(--spacing-large) 0;
}
.page-content-404 .search-form {
  margin-top: 10px;
  max-width: 320px;
}

/* 06 - single
-------------------------------------------------------------------------- */
.main-single {
  margin-top: var(--spacing);
  padding-bottom: var(--spacing-large);
}
.main-single:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 591.98px) {
  .main-single {
    padding-bottom: var(--spacing);
  }
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  padding: var(--spacing);
}
.post-password-form__label {
  width: 100%;
  margin-bottom: 5px;
}
.post-password-form input[type=password] {
  flex-grow: 1;
  margin: 0;
  margin-right: var(--spacing-tiny);
  width: 400px;
}
@media only screen and (max-width: 821.98px) {
  .post-password-form__submit {
    margin-left: var(--spacing-tiny);
  }
}

/* title
---------------------------------------- */
.single .single-title {
  line-height: 1.2;
  margin: 0;
}

.page .single-title {
  margin: 0;
}

/* date - share
---------------------------------------- */
.single-meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .single-meta {
    margin-top: var(--spacing-small);
  }
}
.single-meta .indietheme-share {
  margin-left: auto;
}
@media only screen and (max-width: 821.98px) {
  .single-meta .indietheme-share {
    width: 100%;
    margin-top: var(--spacing-small);
  }
}
.single-meta .entry-date:before {
  content: "·";
  margin: 0 10px;
}
.single-meta .entry-date:first-child::before {
  display: none;
}

/* share
---------------------------------------- */
.indietheme-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.indietheme-share ul li {
  display: block;
  margin: 0;
}
.indietheme-share ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-share ul li + li {
    margin-left: 4px;
  }
}
.indietheme-share ul a {
  text-decoration: none;
  transition: all 0.2s;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  text-align: center;
  border: 1px solid var(--color-border);
  color: var(--color-dark-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-share ul a {
    width: 28px;
    height: 28px;
  }
}
.indietheme-share ul a:hover {
  color: white;
  border-color: transparent;
  background: #666;
}
.indietheme-share ul .li-facebook a:hover {
  background: #1877F2;
}
.indietheme-share ul .li-x a:hover {
  background: #000;
}
.indietheme-share ul .li-bluesky a:hover {
  background: #0085FF;
}
.indietheme-share ul .li-linkedin a:hover {
  background: #0A66C2;
}
.indietheme-share ul .li-whatsapp a:hover {
  background: #25D366;
}
.indietheme-share ul .li-telegram a:hover {
  background: #0088CC;
}
.indietheme-share ul svg {
  width: 16px;
  height: 16px;
  display: block;
}
.indietheme-share ul svg path {
  fill: currentColor;
}
@media only screen and (max-width: 591.98px) {
  .indietheme-share ul svg {
    width: 12px;
    height: 12px;
  }
}

.single .post-thumbnail {
  margin-top: var(--spacing);
}

/* content
---------------------------------------- */
.entry-content .wp-block-group-is-layout-flex .wp-block-heading {
  margin: 0;
}

.entry-content {
  counter-reset: footnotes;
}
.entry-content > .wp-block-heading {
  margin-top: 1em;
}
.entry-content a {
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  max-width: 100%;
}
.entry-content > code {
  display: block;
}
.entry-content > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .entry-content > * {
    margin-top: var(--spacing-small);
    margin-bottom: var(--spacing-small);
  }
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

.post-password-message {
  font-size: 0.9em;
  font-family: var(--heading-font);
  padding: var(--spacing-small);
  background: #fffdf0;
  color: #747324;
  border: 1px solid #ede6cd;
}

/* Pages link
---------------------------------------- */
.page-links-label {
  display: block;
  margin-right: 20px;
}

/* author bio
---------------------------------------- */
.comments-area, .entry-tags, .author-bio {
  padding: var(--spacing) 0 0;
  margin-top: var(--spacing);
  border-top: 1px solid var(--color-border);
}
@media only screen and (max-width: 591.98px) {
  .comments-area, .entry-tags, .author-bio {
    padding-top: var(--spacing-small);
    margin-top: var(--spacing-small);
  }
}

.author-bio {
  display: flex;
  align-items: flex-start;
}

.author-bio-avatar {
  display: block;
  width: 72px;
  height: 72px;
  flex: none;
  margin: 0.3em 1em 0 0;
  border-radius: 50%;
}
.author-bio-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
}
@media only screen and (max-width: 591.98px) {
  .author-bio-avatar {
    width: 54px;
    height: 54px;
    margin-right: 0.5em;
  }
}

.author-title {
  font-size: 1.1em;
  margin: 0;
}
.author-title a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 591.98px) {
  .author-title {
    font-size: 1em;
  }
}

.author-description {
  line-height: 1.4;
  margin-top: 0.2em;
  color: var(--color-dark-gray);
  font-family: var(--heading-font);
}
@media only screen and (max-width: 591.98px) {
  .author-description {
    font-size: 0.85em;
  }
}
.author-description a {
  color: inherit;
  text-decoration: underline;
}
.author-description a:hover {
  text-decoration: none;
}

.author-link-viewall {
  font-family: var(--heading-font);
  margin-top: var(--spacing-small);
  font-weight: bold;
  display: table;
  text-decoration: none;
}
.author-link-viewall:hover {
  text-decoration: none;
}
@media only screen and (max-width: 591.98px) {
  .author-link-viewall {
    font-size: 0.85em;
    margin-top: var(--spacing-tiny);
  }
}

/* tags
---------------------------------------- */
.entry-tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: var(--heading-font);
  color: var(--color-dark-gray);
}
@media only screen and (max-width: 591.98px) {
  .entry-tags {
    font-size: 0.85em;
  }
}
.entry-tags a {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 591.98px) {
  .entry-tags a {
    margin-right: 0;
  }
}
.entry-tags a:hover {
  text-decoration: underline;
}
.entry-tags a + a:before {
  content: "·";
  margin: 0 5px;
}

.tags-label {
  display: block;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 591.98px) {
  .tags-label {
    margin-right: 10px;
  }
}

/* Comments
---------------------------------------- */
:root {
  --comment-avatar-width: 44px;
  --comment-avatar-text-spacing: 10px;
}
@media only screen and (max-width: 821.98px) {
  :root {
    --comment-avatar-width: 32px;
  }
}
@media only screen and (max-width: 591.98px) {
  :root {
    --comment-avatar-width: 30px;
    --comment-avatar-text-spacing: 8px;
  }
}

.comment-body {
  position: relative;
}
.comment-body > a,
.comment-body .edit-link > a {
  color: inherit;
}

li.parent > .comment-body:before {
  content: "";
}

.comment-list .children {
  position: relative;
  padding-left: 20px;
}
/* Commentlist
--------------------------------------------- */
.no-comments {
  margin-top: 2em;
  border: 1px dashed;
  padding: 10px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: var(--spacing-medium);
  /* main body */
  /* author */
  /* by post author */
  /* nested */
}
.comment-list li.comment {
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing);
  margin-top: var(--spacing);
}
@media only screen and (max-width: 591.98px) {
  .comment-list li.comment {
    padding-top: var(--spacing-small);
    margin-top: var(--spacing-small);
  }
}
.comment-list li + li > .comment-body {
  padding: 0;
  display: block;
  position: relative;
}
.comment-list .comment-author img {
  float: left;
  margin-right: var(--comment-avatar-text-spacing);
  width: var(--comment-avatar-width);
  display: block;
  margin-top: 3px;
  border-radius: 50%;
}
.comment-list .fn {
  font-weight: var(--heading-font-weight);
  font-size: 1.1em;
  line-height: 1.1;
  position: relative;
  display: table;
  margin-bottom: 0;
}
@media only screen and (max-width: 591.98px) {
  .comment-list .fn {
    font-size: 0.9em;
  }
}
.comment-list .fn a {
  color: inherit;
  text-decoration: none;
}
.comment-list li.bypostauthor .fn:after {
  color: green;
  margin-left: 6px;
  font-size: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  background: #08c;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -5px;
}
.comment-list ul.children {
  margin: 0;
  list-style: none;
}
.comment-metadata {
  font-size: 0.9em;
}
@media only screen and (max-width: 591.98px) {
  .comment-metadata {
    font-size: 12px;
  }
}
.comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comment-metadata a:hover {
  color: var(--color-link-hover);
}
.comment-metadata .edit-link {
  margin-left: 16px;
}
@media only screen and (max-width: 591.98px) {
  .comment-metadata .edit-link {
    margin-left: 5px;
  }
}

.reply {
  font-size: 0.9em;
}
@media only screen and (min-width: 592px) {
  .reply {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
  }
}
@media only screen and (max-width: 591.98px) {
  .reply {
    margin-top: 0.5em;
  }
}

.reply a {
  font-style: normal;
  color: inherit;
  text-decoration: none;
}
.reply a:hover {
  color: var(--color-link-hover);
}

.comment-metadata,
.comment .reply,
.comment-content,
.comment .comment-respond {
  padding-left: calc(var(--comment-avatar-width) + var(--comment-avatar-text-spacing));
}

.comment-content {
  padding-top: 2px;
}
@media only screen and (max-width: 591.98px) {
  .comment-content {
    font-size: 0.85em;
  }
}
.comment-content > * {
  margin: 1.2rem 0;
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *:last-child {
  margin-bottom: 0;
}
.comment-content p > a,
.comment-content li > a,
.comment-content figcaption > a,
.comment-content td > a,
.comment-content th > a,
.comment-content dd > a {
  transition: all 0.1s;
}
.says {
  display: none;
}

.comment-awaiting-moderation {
  color: red;
  margin-top: 20px;
  margin-left: calc(var(--comment-avatar-width) + var(--comment-avatar-text-spacing));
}

.comments-pagination {
  margin-top: var(--spacing-medium);
}

/* Comment Form
---------------------------------------- */
#reply-title,
.comments-title {
  font-size: 1.5em;
}
@media only screen and (max-width: 591.98px) {
  #reply-title,
  .comments-title {
    font-size: 1.1em;
  }
}

#reply-title {
  margin-top: 20px;
  overflow: hidden;
}

#reply-title small {
  display: block;
  float: right;
  font-weight: 400;
}
#reply-title small a {
  color: inherit;
  text-decoration: none;
}
#reply-title small a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 591.98px) {
  #reply-title small {
    display: block;
    float: none;
    margin: 10px 0;
  }
}

.comment #respond:before {
  left: calc(var(--comment-avatar-width) + var(--comment-avatar-text-spacing));
}

.logged-in-as,
.comment-notes {
  font-size: 0.9em;
  color: var(--color-dark-gray);
}
.logged-in-as a,
.comment-notes a {
  color: inherit;
}

#commentform .logged-in-as,
#commentform .comment-notes {
  margin-bottom: 1.5em;
}

#commentform p input[type=text],
#commentform p input[type=url],
#commentform p input[type=email],
#commentform p input[type=password],
#commentform p input[type=number] {
  width: 100%;
}

@media only screen and (min-width: 592px) {
  .comment-form-author {
    margin-right: 2%;
  }
  .comment-form-author,
  .comment-form-email {
    width: 49%;
    float: left;
  }
}
label[for=comment],
label[for=email] label[for=author],
label[for=url] {
  display: block;
  margin: 0 0 0.2em;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent input[type=checkbox] {
  flex: none;
}

#commentform .form-submit #submit {
  display: block;
  width: 100%;
}

.form-submit {
  margin-top: var(--spacing-small);
}

.comment-form-comment + .form-submit {
  margin-top: 0;
}

/* TOC
------------------------------------------------ */
#ez-toc-container {
  border-radius: 2px;
  border: 1px solid var(--color-border);
  padding: var(--spacing);
  display: table;
  width: auto;
  margin: 0 0 2em;
  font-family: var(--heading-font);
  font-size: 0.9em;
}
@media only screen and (max-width: 591.98px) {
  #ez-toc-container {
    padding: var(--spacing-small);
  }
}

.ez-toc-title-container {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0.5em;
}
.ez-toc-title-container .ez-toc-title {
  margin: 0;
  font-weight: bold;
}

.ez-toc-title-toggle {
  display: block;
  margin-left: auto;
}

.ez-toc-list {
  list-style: decimal;
  margin: 0;
}
.ez-toc-list ul {
  list-style: decimal;
  margin: 0;
}
.ez-toc-list li {
  margin-top: 0.4em;
}
.ez-toc-list a {
  text-decoration: underline;
}
.ez-toc-list a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */