.loop-posts {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .loop-posts {
    max-width: 1200px;
    padding-top: 4rem;
  }
}
.loop-post-item {
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .loop-post-item {
    width: 270px;
    flex: 0 0 270px;
    min-height: 340px;
  }
}
.loop-post-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.loop-post-item a {
  text-decoration: none !important;
}
.loop-post-item .loop-post-item__thumbnail {
  margin-bottom: 10px;
  height: 180px;
}
.loop-post-item .loop-post-item__thumbnail img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.loop-post-item .loop-post-item__thumbnail img:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.loop-post-item .loop-post-item__content {
  padding: 1rem;
}
.loop-post-item h2.loop-post-item__post-title {
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.loop-post-item h2.loop-post-item__post-title a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.loop-post-item h2.loop-post-item__post-title a:hover {
  color: #007bff;
}
.loop-post-item .loop-post-item__meta {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.loop-post-item .loop-post-item__excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.loop-post-item .loop-post-item__readmore {
  font-size: 0.75rem;
  color: #007bff;
  text-decoration: none;
  transition: all 0.3s;
}
.loop-post-item .loop-post-item__readmore:hover {
  color: #0056b3;
}
.xm .entry-header.ast-no-title {
  display: none;
}
.xm h2, .xm .entry-content :where(h2) {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
#content.site-content > .ast-container {
  padding: 0;
  margin: 0;
  max-width: none;
  height: 100%;
}
#content.site-content > .ast-container #primary {
  margin: 0;
}
#content.site-content > .ast-container #primary .hentry {
  margin-bottom: 0;
}
body.xm .home .ast-plain-container.ast-no-sidebar #primary {
  margin: 0 !important;
}
.xm.about .base-button {
  width: max-content;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 3px;
  padding: 1rem 2rem;
  background-color: #f00;
  border-radius: 3px;
  width: 220px;
}
.xm.about .base-button:hover {
  background-color: #000;
  color: #fff;
}
.xm.about .email-copy {
  display: inline-block;
}
.xm .tagline--top {
  font-family: "Sofia", sans-serif;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.xm .tagline--bottom {
  font-family: "Luxurious Script", sans-serif;
  font-size: 2rem;
  color: #ddd;
}
.xm .swing--top, .xm .swing--bottom {
  display: inline-block;
  color: #ddd !important;
}
.xm .single .entry-header {
  margin-bottom: 0;
}
.lead {
  font-size: 1.25rem;
  font-weight: 700;
}
.note-intro {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  background-color: #f1ff74;
  padding: 1rem;
  margin-bottom: 2rem;
}
.xm.blog article {
  background-color: #bbb;
}
@media (min-width: 1200px) {
  .xm.blog article:first-of-type .ast-article-inner {
    border-top: 0;
    margin-top: 4rem;
  }
}
.xm.blog .ast-article-inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem 3rem 1rem;
  border-bottom: 20px solid #bbb;
  background-color: white;
}
.xm.blog .ast-article-inner .post-content {
  padding: 0;
}
.xm.blog .ast-article-inner .entry-title {
  font-size: 1.15rem;
  text-align: center;
}
.xm.blog .ast-article-inner .entry-title a {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #bbb;
  color: #000;
}
.xm.blog .ast-article-inner .post-thumb {
  height: 300px;
  width: 100%;
}
@media (min-width: 1200px) {
  .xm.blog .ast-article-inner .post-thumb {
    width: 300px;
    border-radius: 50%;
    height: 300px;
    overflow: hidden;
  }
}
.xm.blog .ast-article-inner .ast-excerpt-container {
  display: block;
  text-align: center;
}
.xm.blog .ast-article-inner .entry-header, .xm.blog .ast-article-inner .posted-on {
  display: none !important;
}
.xm.blog .ast-article-inner .tags-links {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.xm.blog .ast-article-inner .tags-links a {
  color: #666;
  text-decoration: none;
}
.xm.blog .ast-article-inner .tags-links a:hover {
  color: #000;
}
.xm.blog .ast-article-inner .xm-date-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 40px;
}
.xm.blog .ast-article-inner .xm-date-wrapper .posted-date {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .xm.blog.ast-separate-container .content-area#primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    background-color: #bbb;
  }
  .xm.blog.ast-separate-container .content-area#primary article {
    width: 100%;
    max-width: 1200px;
  }
  .xm.blog .ast-article-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1rem;
    border-bottom: 0;
    margin-bottom: 2rem;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
    background-color: white;
    min-height: 260px;
  }
  .xm.blog .ast-article-inner .post-thumb {
    display: flex;
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    order: 1;
  }
  .xm.blog .ast-article-inner .post-thumb img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .xm.blog .ast-article-inner .post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem 0 2rem;
    flex: 1 1 auto;
    min-width: 600px;
    order: 2;
  }
  .xm.blog .ast-article-inner .entry-title {
    font-size: 2rem;
    text-align: left;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    order: 1;
    width: calc(100% - 330px);
  }
  .xm.blog .ast-article-inner .entry-title a {
    text-underline-offset: 5px;
    text-decoration-thickness: 0.75px;
    text-decoration-color: #aaa;
    color: #000;
  }
  .xm.blog .ast-article-inner .tags-links {
    justify-content: flex-start;
    margin: 0 0 15px 0;
    flex-wrap: wrap;
    order: 2;
    font-size: 0.875rem;
    margin-right: 1rem;
  }
  .xm.blog .ast-article-inner .tags-links a:after {
    content: none !important;
  }
  .xm.blog .ast-article-inner .tags-links a + .xm.blog .ast-article-inner .tags-links a:before {
    content: none;
  }
  .xm.blog .ast-article-inner .ast-excerpt-container {
    position: absolute;
    right: 1rem;
    width: 300px;
    text-align: left;
    order: 3;
  }
  .xm.blog .ast-article-inner .ast-excerpt-container p {
    font-size: 0.875rem !important;
    color: #444;
    line-height: 1.6;
  }
  .xm.blog .ast-article-inner .xm-date-wrapper {
    position: absolute;
    bottom: 20px;
    left: calc(200px + 2rem + 1rem);
    font-size: 13px;
    color: #888;
  }
  .xm.blog .ast-article-inner .xm-date-wrapper .posted-date {
    display: block;
    text-align: left;
  }
}
