@charset "UTF-8";
/*
Theme Name: Indie
Theme URI: https://indietheme.com/
Author: Indietheme
Author URI: https://indietheme.com
Description: Indie is an onversimplified wordpress theme for building websites. It's suitable for saas-product landing page, indie hacker, minimalist, philosopher, writer, author, coder, scientist.
Requires at least: 6.5
Tested up to: 6.9.5
Requires PHP: 7.0
Version: 1.0.0
Text Domain: indie
Tags: one-column, two-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, theme-options, threaded-comments, translation-ready, blog, custom-background
*/
/**
 * Responsive Styles
 */
:root {
  --body-font: -apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;
  --heading-font: var(--body-font);
  font-family: var(--body-font);
  color-scheme: light dark;
  --accent-color: blue;
  --border-color: rgba(0,0,0,.1);
  --gray: rgba(0,0,0,.5);
  --container-width: 1170px;
  --narrow-width: 600px;
  --header-height: 60px;
  --background-color: #fff;
}

/* 1 - RESET
----------------------------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration-style: dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* 2 - GENERAL
----------------------------------------------------------------------------------- */
body {
  background-color: #fff;
  background-color: var(--background-color);
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 591.98px) {
  body {
    line-height: 1.6;
  }
}

body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 600;
}

h1 {
  font-size: 1.6em;
}
@media only screen and (max-width: 591.98px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 1.4em;
}
@media only screen and (max-width: 591.98px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.15em;
}
@media only screen and (max-width: 591.98px) {
  h3 {
    font-size: 1.15em;
  }
}

h4 {
  font-size: 1em;
}

h5 {
  font-style: 0.9em;
}

h6 {
  font-size: 0.8em;
}

/* Screen Reader Text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(38, 0, 255, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

a {
  text-decoration: none;
}

a,
a:hover {
  color: var(--accent-color);
}

body a:hover,
body a:focus {
  text-decoration: underline;
}

svg {
  display: block;
  width: 16px;
  height: 16px;
}

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

iframe {
  display: block;
  width: 100%;
}

.clear {
  clear: both;
}

/* BUTTON
------------------------------------- */
.button,
.wp-block-button__link {
  display: block;
  line-height: 24px;
  padding: 0 16px;
  border: 0;
  background: var(--accent-color);
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  font-size: 1em;
  font-weight: 400;
}
.button:hover,
.wp-block-button__link:hover {
  color: white;
  background: var(--accent-color);
  text-decoration: none;
}

:root body :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
  background: transparent;
  color: var(--accent-color);
  line-height: 20px;
  padding: 0 16px;
}
:root body :where(.wp-block-button.is-style-outline--1 .wp-block-button__link):hover {
  color: var(--accent-color);
  background: transparent;
}

body .is-style-outline .wp-block-file__button:hover,
body .is-style-outline .wp-block-button__link:hover {
  color: var(--accent-color);
}

textarea:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=search]:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid #0767ec;
}

.button.button-black {
  background: #111;
}
.button.button-black:hover {
  background: #222;
}

/* 3 - LAYOUT
----------------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: var(--container-width);
  max-width: calc(100% - 20px);
}

.narrow {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  width: var(--narrow-width);
}

/* 4 - HEADER
----------------------------------------------------------------------------------- */
.site-header {
  display: flex;
  align-items: center;
  padding: 3em 0;
}
@media only screen and (max-width: 821.98px) {
  .site-header {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 591.98px) {
  .site-header {
    padding: 1em 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
  }
}

.header-left,
.header-right {
  display: block;
}

.header-left {
  width: 40%;
}
@media only screen and (max-width: 821.98px) {
  .header-left {
    width: 80%;
  }
}

.header-right {
  position: relative;
  display: flex;
  align-items: center;
  align-content: flex-end;
  margin-left: auto;
}
.header-right > * + * {
  margin-left: 10px;
}

/* BRANDING
------------------------------------- */
.branding {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 821.98px) {
  .branding {
    max-width: calc(100% - 60px);
  }
}
.branding img {
  border: 0;
  outline: 0;
  width: auto;
  height: 32px;
  max-width: 300px;
  margin-right: 8px;
}

.site-title {
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  display: inline;
  margin: 0;
}
.site-title a {
  text-decoration: none;
}
.site-title a:hover {
  text-decoration: none;
  color: white;
  background: var(--accent-color);
}

.site-description {
  display: inline;
  line-height: inherit;
  margin: 0;
  font-size: 1em;
  color: var(--gray);
}
@media only screen and (max-width: 591.98px) {
  .site-description {
    display: block;
    line-height: 1.1;
    font-size: 12px;
  }
}
.site-description::before {
  content: "|";
  margin: 6px;
}
@media only screen and (max-width: 591.98px) {
  .site-description::before {
    display: none;
  }
}

:root {
  --header-button-height: 30px;
}

/* SEARCH
------------------------------------- */
.searchform form {
  position: relative;
  width: 100%;
  display: block;
  z-index: 99;
}
.searchform form button {
  position: absolute;
  height: var(--header-button-height);
  width: var(--header-button-height);
  right: 6px;
  top: 0;
  z-index: 99;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
}
.searchform form button svg {
  color: var(--gray);
  margin: 0 auto;
  width: 14px;
  fill: currentColor;
}
.searchform form input[type=search] {
  padding-right: var(--header-button-height);
  margin: 0;
  background: white;
  width: 100%;
  height: var(--header-button-height);
  line-height: var(--header-button-height);
  padding-left: 20px;
  font-size: 14px;
  background: #f0f0f0;
  border: 0;
  border-radius: 100px;
}

/* HAMBURGER
------------------------------------- */
button.hamburger {
  width: 32px;
  height: 32px;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  display: none;
}
@media only screen and (max-width: 821.98px) {
  button.hamburger {
    display: block;
  }
}
button.hamburger svg {
  margin: 0 auto;
  width: 22px;
  height: 22px;
}

/* OFFCANVAS
------------------------------------- */
.offcanvas {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  background: white;
  padding: 16px 0;
  width: 280px;
  max-width: 90%;
  margin-top: 0;
  transform: translate(-102%, 0);
  transition: transform 0.2s;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  border-right: 1px solid var(--border-color);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
.offcanvas > * {
  padding: 0 16px;
}
.offcanvas > * + * {
  border-top: 1px solid var(--border-color);
  padding-top: 14px;
  margin-top: 14px;
}

::-webkit-scrollbar {
  display: none;
}

.offcanvas-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  display: block;
}

body.show-offcanvas .offcanvas {
  transform: translate(0, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
body.show-offcanvas .offcanvas-overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

.offcanvas-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-nav .menu > li {
  display: block;
}
.offcanvas-nav .menu a {
  display: block;
  text-decoration: none;
}
.offcanvas-nav .menu > li > a {
  padding: 5px 0;
}
.offcanvas-nav .menu li.current-menu-item > a,
.offcanvas-nav .menu li.current-menu-ancestor > a {
  opacity: 0.5;
}
.offcanvas-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--border-color);
  padding-left: 20px;
}
.offcanvas-nav .menu ul a {
  line-height: 28px;
}
.offcanvas-nav .menu ul .current-menu-item > a {
  color: #999;
}

/* MENU
------------------------------------- */
@media only screen and (max-width: 821.98px) {
  .header-nav {
    display: none;
  }
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav .menu > li {
  position: relative;
  margin-right: 20px;
  padding: 10px 0;
}

.site-nav .menu > li > a {
  display: block;
}
.site-nav .menu > li > a[target=_blank]:after {
  content: "↗";
  margin-left: 2px;
}
.site-nav .menu > li > a:hover {
  background-color: var(--accent-color);
  color: white;
  text-decoration: none;
  opacity: 1;
}

.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-ancestor > a {
  opacity: 0.5;
}

.site-nav .menu .page_item_has_children > a:after,
.site-nav .menu .menu-item-has-children > a:after {
  content: " +";
}

.site-nav .menu ul {
  margin-left: -100px;
  position: absolute;
  left: -10000px;
  top: 100%;
  width: 150px;
  z-index: 999;
}

.site-nav .menu > li > ul:before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 50px;
  z-index: 29999;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f0f0f0;
}

.site-nav .menu > li ul {
  background: white;
  background-color: #f0f0f0;
  padding: 12px 0;
  font-size: 0.9em;
}

.site-nav .menu ul a {
  display: block;
  padding: 2px 20px;
  line-height: 24px;
}
.site-nav .menu ul a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.site-nav .menu ul li.current-menu-item > a {
  opacity: 0.5;
}

.site-nav .menu > li:hover > ul,
.site-nav .menu ul.focusable {
  left: 100%;
}

.site-nav .menu ul li ul {
  margin: 0;
  top: 0;
  width: 150px;
}

.site-nav .menu ul li:hover > ul,
.site-nav .menu ul ul.focusable {
  left: 148px;
}

/* 5 - ARCHIVE
----------------------------------------------------------------------------------- */
/* ARCHIVE HEADER
------------------------------------- */
.archive-header {
  margin-bottom: 20px;
}

.archive-title {
  font-size: 1.2em;
  margin: 0;
}

.archive-description {
  margin: 0.2em 0 0;
  line-height: 1.4;
}

.archive-description p {
  text-align: inherit;
  line-height: inherit;
  margin: 0;
}

/* PAGINATION
------------------------------------- */
.pagination {
  margin: 4em 0;
  display: flex;
}

.pagination > span {
  display: block;
}

.pagination a {
  display: block;
}
.pagination a:hover {
  text-decoration: none;
  background-color: var(--accent-color);
  color: white;
}

/* 404
------------------------------------- */
/* POST LIST
------------------------------------- */
.post-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
.post-list + .post-list {
  margin-top: 20px;
}
@media only screen and (max-width: 591.98px) {
  .post-list {
    display: block;
  }
}
.post-list .post-meta {
  width: 150px;
  flex: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 591.98px) {
  .post-list .post-meta {
    width: 100%;
    color: var(--gray);
  }
}

.post-title {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
}
.post-title a:hover {
  color: white;
  background-color: var(--accent-color);
  text-decoration: none;
}

.post-meta p {
  margin: 0;
  display: inline;
}
.post-meta p + p:before {
  content: "|";
  margin: 0 10px;
}
@media only screen and (max-width: 591.98px) {
  .post-meta p + p:before {
    margin: 0 4px;
  }
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: none;
  color: white;
  background-color: var(--accent-color);
}

/* 7 - SINGLE
----------------------------------------------------------------------------------- */
/* HEADER
------------------------------------- */
.entry-header {
  margin-bottom: 20px;
}
.entry-header .post-meta {
  margin-bottom: 8px;
}

h1.single-title {
  font-size: 1.5em;
  margin: 0;
}

/* THUMBNAIL
------------------------------------- */
.featured-image {
  text-align: center;
  margin: 30px auto 0;
}
.featured-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 480px;
}
.featured-image figcaption {
  margin: 0.2em 0 0;
  text-align: left;
  color: var(--gray);
}
.featured-image figcaption a {
  text-decoration: none;
}
.featured-image figcaption a:hover {
  text-decoration: none;
  color: white;
  background-color: var(--accent-color);
}

/* 8 - CONTENT
----------------------------------------------------------------------------------- */
.entry-content * {
  max-width: 100%;
}
.entry-content > * + * {
  margin-top: 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: var(--body-font);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}
.entry-content h1 + *, .entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *, .entry-content h5 + *, .entry-content h6 + * {
  margin-top: 10px;
}
.entry-content a:not(.wp-block-button__link) {
  text-decoration: none;
}
.entry-content a:not(.wp-block-button__link):hover {
  text-decoration: none;
  color: white;
  background-color: var(--accent-color);
}
.entry-content a[target=_blank]:after {
  content: "↗";
  margin-left: 2px;
}
.entry-content hr {
  border-width: 1px;
  border-color: var(--border-color);
  clear: both;
  margin: 40px 0;
}
@media only screen and (max-width: 591.98px) {
  .entry-content hr {
    margin: 30px 0;
  }
}

ul.wp-block-list {
  list-style-type: square;
  padding-left: 14px;
}
ul.wp-block-list ul {
  margin-left: 14px;
}

ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 14px;
}
ol.wp-block-list ul {
  list-style-type: circle;
}
ol.wp-block-list ol {
  margin-left: 14px;
}

ul.wp-block-list li,
ol.wp-block-list li {
  margin-bottom: 5px;
}

dd,
dt {
  line-height: 1.5;
}

dd + dt {
  margin-top: 15px;
}

pre {
  font-family: Menlo, monospace;
  font-size: 0.9em;
  line-height: 1.5;
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  background: #f0f0f0;
  padding: 1em;
  border-radius: 2px;
}

code {
  background: #f0f0f0;
  padding: 2px;
  border-radius: 2px;
}

/* QUOTE
------------------------------------- */
blockquote {
  border-left: 1px solid var(--accent-color);
  margin-left: 0;
  padding: 0 0 0 1.2em;
}
@media only screen and (max-width: 591.98px) {
  blockquote {
    padding-left: 10px;
  }
}

blockquote p {
  font-family: var(--body-font);
  font-size: 1em;
  margin: 0;
  color: var(--gray);
}

blockquote cite {
  font-style: normal;
  display: block;
  margin-top: 0.8em;
  font-size: 12px;
}
blockquote cite:before {
  content: "—";
  margin-right: 4px;
}

/* IMAGE - MEDIA
------------------------------------- */
figure {
  margin: 0;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter,
.alignnone,
.alignwide,
.alignfull {
  margin: 0 auto 30px auto;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  line-height: 1.3;
  margin: 0;
  padding: 6px 0;
  color: var(--gray);
}

.wp-block-image :where(figcaption) {
  margin: 0;
}

.wp-block-image img {
  border: 1px solid var(--border-color);
}

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

.alignright .wp-caption-text {
  text-align: right;
}

/* GUTENBERG CLASSES */
.alignfull {
  position: relative;
  left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-media-text__content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-media-text__content > * + * {
  margin-top: 15px;
}

.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content ul,
.wp-block-media-text__content ol {
  margin-left: 0;
  padding-left: 10px;
}

/* FORM INPUTS
------------------------------------- */
input::-webkit-input-placeholder {
  color: #767676;
}

input:-ms-input-placeholder {
  color: #767676;
}

input::-moz-placeholder {
  color: #767676;
}

fieldset {
  border: 1px solid #ddd;
  padding: 25px;
}

fieldset legend {
  font-size: 0.9em;
  font-style: italic;
  padding: 0 15px;
}

label {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 10px;
}

textarea,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url] {
  color: #000;
  display: block;
  font-size: 16px;
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
  line-height: 32px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  padding: 0 12px;
}

textarea {
  line-height: 1.5;
  height: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
}

textarea:focus-within,
input[type=email]:focus-within,
input[type=password]:focus-within,
input[type=search]:focus-within,
input[type=text]:focus-within,
input[type=url]:focus-within {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: #d0d0d0;
}

input.button,
input[type=button],
input[type=submit] {
  background: var(--accent-color);
  border-radius: 6px;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=button]:hover,
input.button:hover,
input[type=submit]:hover {
  background: #767676;
  cursor: pointer;
}

/* TABLE
------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.wp-block-table thead {
  border-bottom: 0;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 2.5%;
  border-color: var(--border-color);
}

caption {
  border-bottom: 1px solid #ddd;
  border-color: var(--border-color);
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 2.5%;
  text-align: center;
  text-transform: uppercase;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}

tbody > tr:nth-child(even) {
  background-color: #f6f6f6;
}

/* Block Editor Accent Colors ---------------- */
.has-background {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

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

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

/* Block: Image ------------------------------ */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  width: 100%;
}

/* Block: File --------------------------------------- */
.wp-block-file {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.wp-block-file a:not(.wp-block-file__button) {
  text-decoration: none;
}

.wp-block-file__button:hover,
.wp-block-button__link:hover {
  color: white;
  text-decoration: none !important;
}

.is-style-outline .wp-block-file__button:hover,
.is-style-outline .wp-block-button__link:hover {
  color: inherit;
}

/* Block: Quote --------------------------------------- */
.wp-block-quote.is-large {
  margin-bottom: 30px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.33em;
  line-height: 1.5;
}

/* Block: Pullquote --------------------------------------- */
.wp-block-pullquote {
  padding: 0;
}

/* Block: Gallery --------------------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding-bottom: 10px;
}

.wp-block-gallery.alignfull {
  padding: 0 8px;
}

ul.wp-block-gallery:not(.alignright) {
  margin-left: 0;
}

/* Block: Cover Image --------------------------------------- */
.wp-block-cover-image.alignfull {
  min-height: 75vh;
}

/* Block: Column --------------------------------------- */
.wp-block-column {
  padding: 0 5px;
}

/* Block: Audio --------------------------------------- */
.wp-block-audio audio {
  width: 100%;
}

/* DETAIL, ACCORDION
------------------------------------- */
.wp-block-accordion .wp-block-accordion-item {
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: 2px;
}
.wp-block-accordion .wp-block-accordion-item + .wp-block-accordion-item {
  margin-top: 1em;
}
.wp-block-accordion h3 {
  font-family: var(--heading-font);
  text-decoration: none;
  margin: 0;
}
.wp-block-accordion h3 button {
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  line-height: 1.2;
}
.wp-block-accordion .wp-block-accordion-panel {
  margin-top: 0.5em;
}

.wp-block-details + .wp-block-details {
  margin-top: 10px;
}
.wp-block-details summary {
  color: var(--accent-color);
}
.wp-block-details > * {
  margin-left: 20px;
}
.wp-block-details > summary {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	6.	Comments
/* -------------------------------------------------------------------------------- */
.entry-footer {
  margin-top: 4em;
}

.comments {
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
@media only screen and (max-width: 591.98px) {
  .comments {
    padding: 10px;
  }
}
.comments .comment-respond {
  padding: 0;
  margin: 0;
}

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

.comment {
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
}

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

.comment a {
  text-decoration: none;
}
.comment a:hover {
  background: var(--accent-color);
  color: white;
  text-decoration: none;
}

.commentlist > .comment:first-child {
  margin-top: 0;
}

.comment .comment {
  padding-left: 20px;
  padding-bottom: 0;
}
@media only screen and (max-width: 591.98px) {
  .comment .comment {
    padding-left: 10px;
  }
}

cite.fn {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}

.comment-author {
  padding-left: 50px;
  position: relative;
  line-height: 1.1;
}

.bypostauthor .comment-author cite {
  font-weight: 700;
}

.comment-author .says {
  display: none;
}

.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 1px;
  width: 40px;
  border: 1px solid var(--border-color);
}

.comment-awaiting-moderation {
  padding-left: 50px;
  color: red;
  display: block;
  font-style: normal;
  font-size: 12px;
}

.comment-meta {
  font-size: 13px;
  margin: 2px 0 20px 0;
  padding-left: 50px;
  line-height: 1.1;
}

.comment .reply {
  padding-bottom: 10px;
  font-size: 12px;
  margin-top: 15px;
}

/* Respond ---------------------------- */
.comment-respond {
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
@media only screen and (max-width: 591.98px) {
  .comment-respond {
    padding: 10px;
  }
}
.comment-respond label {
  font-size: 0.85em;
  line-height: 1.2;
}
.comment-respond input[type=submit] {
  border-radius: 100px;
}
.comment-respond input[type=submit]:hover {
  background: var(--accent-color);
}

.comments .comment-respond {
  border-radius: 0;
  border: 0;
  background: none;
}

.comment-respond,
.comments {
  margin-top: 2em;
}

.comment-respond p {
  margin: 0;
  line-height: 1.3;
}

.comment-respond p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 591.98px) {
  .comment-respond p + p {
    margin-top: 10px;
  }
}

.post .comment-reply-title {
  font-size: 1em;
  margin: 0 0 10px;
}
.post .comment-reply-title small {
  margin-left: 10px;
}

.logged-in-as {
  margin: 0px 0 20px;
  font-size: 13px;
}
.logged-in-as a {
  text-decoration: underline;
}

.comment-respond label {
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}

.comment-respond input[type=checkbox] + label {
  display: inline;
  vertical-align: middle;
}

/* 9 - FOOTER
----------------------------------------------------------------------------------- */
.site-footer {
  padding: 4em 0;
}
@media only screen and (max-width: 591.98px) {
  .site-footer {
    padding: 2em 0;
  }
}

/* FOOTERNAV
------------------------------------- */
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  display: inline;
  margin-right: 10px;
}
.footer-nav ul a:hover {
  text-decoration: none;
  background-color: var(--accent-color);
  color: white;
}
.footer-nav ul li.current-menu-item a {
  opacity: 0.5;
}

/* COPYRIGHT
------------------------------------- */
.copyright p {
  margin: 0;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: none;
  background-color: var(--accent-color);
  color: white;
}/*# sourceMappingURL=style.css.map */