@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.wpblog h2.widget-title,
.wpblog .h2.widget-title {
  margin-bottom: 20px;
  font-family: "Felgine";
}
.wpblog .widget {
  font-weight: 500;
}

.wp-block-categories-list a {
  color: #201010;
  width: 100%;
  display: flex;
  align-items: center;
  /*&:after{
      content: "\e911";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: normal;
      font-family: $icomoon-font-family;
      font-size: 20px;
  }*/
}
.wp-block-categories-list a:hover {
  color: #c8a078;
}

.widget_recent_entries a {
  color: #201010;
}
.widget_recent_entries a:hover {
  color: #c8a078;
}

html.wpblog .blog__posts-listing {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
html.wpblog .blog__posts-listing article {
  background-color: #fff;
  padding: 20px;
}
html.wpblog .blog__posts-listing article .entry-title {
  font-family: "Felgine";
  margin-top: 12px;
}
html.wpblog .blog__posts-listing article .entry-title a {
  color: #201010;
}
html.wpblog .blog__posts-listing article .post-thumbnail {
  max-width: 200px;
}
html.wpblog .blog__posts-listing article .post-thumbnail img {
  width: 100%;
  height: auto;
}
html.wpblog .blog__posts-listing article .entry-content {
  color: #706060;
  display: flex;
  gap: 20px;
  /*img{
      display: none;
  }*/
}
html.wpblog .blog__posts-listing article .entry-content__inner {
  display: flex;
  flex-direction: column;
}
html.wpblog .blog__posts-listing article .entry-content .more-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  margin-top: auto;
}
html.wpblog .blog__posts-listing article .entry-content .more-link:after {
  content: "\e911";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
}
html.wpblog .nav-links {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
html.wpblog .nav-links .page-numbers {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #201010;
}
html.wpblog .nav-links .page-numbers.dots {
  border: none;
}
html.wpblog .nav-links .page-numbers.current, html.wpblog .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #201010;
  border-color: #201010;
}
html.wpblog .nav-links .page-numbers i {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  html.wpblog .blog__posts-listing article .entry-content {
    flex-direction: column;
  }
  html.wpblog .blog__posts-listing article .post-thumbnail {
    max-width: 100%;
  }
}

.single-post #comments {
  display: none;
}
.single-post article .entry-content__inner {
  background-color: #fff;
  padding: 40px;
}
.single-post .entry-content h2 {
  margin: 1.5em 0 22.5px;
}
.single-post .entry-content h3 {
  margin: 1em 0 22.5px;
  font-family: "Felgine";
}
.single-post .entry-content h4, .single-post .entry-content .wpblog h2.widget-title, .wpblog .single-post .entry-content h2.widget-title,
.single-post .entry-content .wpblog .h2.widget-title,
.wpblog .single-post .entry-content .h2.widget-title {
  margin: 1em 0 20px;
}
.single-post .entry-content p {
  color: #706060;
}
.single-post .entry-content ul {
  list-style: disc;
  padding-left: 20px;
}
.single-post .entry-content ul ::marker {
  color: #ac8050;
}
.single-post .entry-content table {
  width: 100%;
}
.single-post .entry-content .blocOrange {
  background: #f4f0ec;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}
.single-post .entry-content .blocOrange p {
  color: #201010;
}
.single-post .entry-content .blocOrange:last-child {
  margin-bottom: 0;
}
.single-post .entry-content .blocOrange_content > *:last-child {
  margin-bottom: 0;
}
.single-post .entry-content .blocOrange > p {
  margin: 0;
}
.single-post .entry-content .blocOrange img {
  display: block;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .single-post .entry-content .blocOrange img {
    float: left;
    margin: 0 20px 0 0;
  }
  .single-post .entry-content .blocOrange_content {
    overflow: hidden;
  }
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links i,
.entry-footer .tags-links i {
  color: #946430;
  left: 0;
  margin-right: 0.5em;
  font-size: 20px;
  position: absolute;
  top: -4px;
}

.highlight-paragraph__wrapper {
  background-color: #f4f0ec;
  padding: 20px;
  font-size: 18px;
  color: #201010;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.highlight-paragraph__wrapper p:last-child {
  color: #201010;
  margin-bottom: 0;
}

.single-post .blog-author {
  padding: 12px 12px 20px;
  background-color: #f4f0ec;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 20px 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "a b" "c c";
}
.single-post .blog-author__img {
  max-width: 80px;
}
.single-post .blog-author__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
.single-post .blog-author__txtcont {
  display: flex;
  flex-direction: column;
  grid-area: c;
}
.single-post .blog-author__link {
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  color: #ac8050;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .single-post .blog-author {
    grid-template-areas: "a b" "a c";
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    gap: 12px 32px;
  }
  .single-post .blog-author__img {
    grid-area: a;
    grid-row: 1/3;
    max-width: 120px;
  }
  .single-post .blog-author__name {
    grid-area: b;
  }
  .single-post .blog-author__txtcont {
    grid-area: c;
  }
}
@media (min-width: 1200px) {
  .single-post .blog-author {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 20px;
  }
  .single-post .blog-author__name {
    font-size: 20px;
  }
  .single-post .blog-author__link {
    font-size: 14px;
  }
}
