:root {
  --primary-color: #ECE9E7;
  --primary-color-2: #CABEAE;
  --primary-color-3: #716354;
  --primary-color-4: #2D2522;
  --secondary-color: #0e4243;
  --secondary-color-2: #5e7c7d;
  --secondary-color-3: #acbcbc;
  --teritary: #5e0b15;
  --teritary-2: #985c59;
  --teritary-3: #cdaba8;
}

body.home #content,
body.blog #page,
body.archive #page {
  background-color: #ffffff;
}
body.home #content .menu-link,
body.blog #page .menu-link,
body.archive #page .menu-link {
  color: black !important;
}
body.home #content .site-footer,
body.blog #page .site-footer,
body.archive #page .site-footer {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 20;
}
body.home #content .ast-header-social-wrap svg,
body.blog #page .ast-header-social-wrap svg,
body.archive #page .ast-header-social-wrap svg {
  fill: black !important;
}
body.home #content #ast-mobile-popup .ast-header-social-wrap svg,
body.blog #page #ast-mobile-popup .ast-header-social-wrap svg,
body.archive #page #ast-mobile-popup .ast-header-social-wrap svg {
  fill: white !important;
}
body.home #content #ast-mobile-popup .menu-link,
body.blog #page #ast-mobile-popup .menu-link,
body.archive #page #ast-mobile-popup .menu-link {
  color: white !important;
}
body.home #content .site-below-footer-wrap,
body.blog #page .site-below-footer-wrap,
body.archive #page .site-below-footer-wrap {
  background-color: #ffffff;
  color: black;
  border: none;
}
body.home #content .site-below-footer-wrap p,
body.blog #page .site-below-footer-wrap p,
body.archive #page .site-below-footer-wrap p {
  color: black;
}
body.home #content #primary,
body.blog #page #primary,
body.archive #page #primary {
  margin-top: 0;
  padding: 0 4rem;
}
@media screen and (max-width: 1320px) {
  body.home #content #primary,
body.blog #page #primary,
body.archive #page #primary {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 799px) {
  body.home #content #primary,
body.blog #page #primary,
body.archive #page #primary {
    padding: 0 1rem;
  }
}
body.home #content .ast-post-filter ul,
body.blog #page .ast-post-filter ul,
body.archive #page .ast-post-filter ul {
  margin: 2rem 0;
  justify-content: flex-start;
}
body.home #content .ast-post-filter a,
body.blog #page .ast-post-filter a,
body.archive #page .ast-post-filter a {
  font-family: "Bodoni Moda", serif;
  letter-spacing: 3.6px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  color: black;
  text-decoration: underline;
}
body.home #content .ast-post-filter a.active,
body.blog #page .ast-post-filter a.active,
body.archive #page .ast-post-filter a.active {
  opacity: 0.2;
  pointer-events: none;
  text-decoration: none;
}
body.home #content .ast-archive-description,
body.blog #page .ast-archive-description,
body.archive #page .ast-archive-description {
  background-color: transparent;
  padding: 0 !important;
}
body.home #content .ast-archive-description .page-title,
body.blog #page .ast-archive-description .page-title,
body.archive #page .ast-archive-description .page-title {
  display: none;
}
@media screen and (max-width: 1320px) {
  body.home #content article.post,
body.blog #page article.post,
body.archive #page article.post {
    width: 47% !important;
    padding: 1rem;
  }
}
@media screen and (max-width: 799px) {
  body.home #content article.post,
body.blog #page article.post,
body.archive #page article.post {
    width: 100% !important;
    padding: 0;
  }
}
body.home #content article.post > div,
body.blog #page article.post > div,
body.archive #page article.post > div {
  background-color: white;
  box-shadow: unset;
  border-radius: unset !important;
  padding-bottom: 4rem;
  outline: 2px solid transparent;
  padding: 0.5rem;
}
body.home #content article.post > div:hover,
body.blog #page article.post > div:hover,
body.archive #page article.post > div:hover {
  outline: 2px solid black;
  outline-offset: 0.5rem;
}
body.home #content article.post .entry-title,
body.blog #page article.post .entry-title,
body.archive #page article.post .entry-title {
  margin-bottom: 1rem;
}
body.home #content article.post .entry-title a,
body.blog #page article.post .entry-title a,
body.archive #page article.post .entry-title a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  font-weight: 800 !important;
}
@media screen and (max-width: 1535px) {
  body.home #content article.post .entry-title a,
body.blog #page article.post .entry-title a,
body.archive #page article.post .entry-title a {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
body.home #content article.post .entry-meta,
body.blog #page article.post .entry-meta,
body.archive #page article.post .entry-meta {
  margin-top: 0.5rem;
}
body.home #content article.post .entry-meta span,
body.blog #page article.post .entry-meta span,
body.archive #page article.post .entry-meta span {
  color: black;
  font-style: italic;
}

body.archive.category #primary {
  margin-top: 4rem !important;
}

/*# sourceMappingURL=archive.css.map */
