@charset "UTF-8";
.article__content .wp-block-button__link,
article.post__content .wp-block-button__link {
  text-decoration: none; }

article.page .wp-block-archives,
article.page .wp-block-categories,
article.page .wp-block-latest-comments,
article.page .wp-block-latest-posts,
article.post .wp-block-archives,
article.post .wp-block-categories,
article.post .wp-block-latest-comments,
article.post .wp-block-latest-posts {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  line-height: 40px;
  display: block; }
  article.page .wp-block-archives > .wp-block-categories__list,
  article.page .wp-block-categories > .wp-block-categories__list,
  article.page .wp-block-latest-comments > .wp-block-categories__list,
  article.page .wp-block-latest-posts > .wp-block-categories__list,
  article.post .wp-block-archives > .wp-block-categories__list,
  article.post .wp-block-categories > .wp-block-categories__list,
  article.post .wp-block-latest-comments > .wp-block-categories__list,
  article.post .wp-block-latest-posts > .wp-block-categories__list {
    padding-left: 0;
    list-style: none; }
  article.page .wp-block-archives a,
  article.page .wp-block-categories a,
  article.page .wp-block-latest-comments a,
  article.page .wp-block-latest-posts a,
  article.post .wp-block-archives a,
  article.post .wp-block-categories a,
  article.post .wp-block-latest-comments a,
  article.post .wp-block-latest-posts a {
    text-decoration: none;
    color: #888; }
  article.page .wp-block-archives .wp-block-latest-comments__comment-link,
  article.page .wp-block-categories .wp-block-latest-comments__comment-link,
  article.page .wp-block-latest-comments .wp-block-latest-comments__comment-link,
  article.page .wp-block-latest-posts .wp-block-latest-comments__comment-link,
  article.post .wp-block-archives .wp-block-latest-comments__comment-link,
  article.post .wp-block-categories .wp-block-latest-comments__comment-link,
  article.post .wp-block-latest-comments .wp-block-latest-comments__comment-link,
  article.post .wp-block-latest-posts .wp-block-latest-comments__comment-link {
    color: #000; }
  article.page .wp-block-archives .wp-block-latest-comments__comment-meta::before,
  article.page .wp-block-categories .wp-block-latest-comments__comment-meta::before,
  article.page .wp-block-latest-comments .wp-block-latest-comments__comment-meta::before,
  article.page .wp-block-latest-posts .wp-block-latest-comments__comment-meta::before,
  article.post .wp-block-archives .wp-block-latest-comments__comment-meta::before,
  article.post .wp-block-categories .wp-block-latest-comments__comment-meta::before,
  article.post .wp-block-latest-comments .wp-block-latest-comments__comment-meta::before,
  article.post .wp-block-latest-posts .wp-block-latest-comments__comment-meta::before {
    content: "";
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    vertical-align: middle; }

article.page .wp-block-latest-posts li,
article.post .wp-block-latest-posts li {
  margin-bottom: 10px;
  line-height: 2; }
  article.page .wp-block-latest-posts li a,
  article.post .wp-block-latest-posts li a {
    color: #000; }

article.page .wp-block-latest-comments__comment,
article.post .wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

/** === Pullquote === */
.wp-block-pullquote {
  border-color: transparent;
  border-width: 0;
  padding: 0; }

.wp-block-quote.is-large cite {
  font-size: 15px;
  text-align: inherit; }

.wp-block-pullquote.is-style-solid-color blockquote {
  border-width: 0;
  background-color: transparent;
  max-width: 100%; }
  @media (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
      max-width: 60%; } }

@media (max-width: 767.98px) {
  .wp-block-embed-facebook .fb_iframe_widget span,
  .wp-block-embed-facebook .instagram-media,
  .wp-block-embed-instagram .fb_iframe_widget span,
  .wp-block-embed-instagram .instagram-media {
    width: 100% !important;
    min-width: 100% !important; } }

.wp-block-spacer,
.wp-block-separator {
  clear: both; }

.wp-block-separator {
  width: 100px; }
  .wp-block-separator.is-style-wide, .wp-block-separator.is-style-dots {
    width: 100%; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  background-color: #848d97;
  border: 1px solid #848d97;
  margin: 30px auto 20px; }

.widget_categories > ul ul,
.widget_pages > ul ul,
.wp-block-categories-list ul {
  list-style: none;
  counter-reset: submenu; }
  .widget_categories > ul ul > li > a:before,
  .widget_pages > ul ul > li > a:before,
  .wp-block-categories-list ul > li > a:before {
    content: "– " counters(submenu, "– ", none);
    counter-increment: submenu;
    font-weight: 600; }

.widget_categories > ul ul,
.widget_pages > ul ul,
.wp-block-categories-list ul ul {
  padding-left: 20px; }