#wf-latest-posts,
#wf-all-blog-posts .posts-grid,
.post-template-default #news {
  display: grid;
  gap: 16px;
}
@media (min-width: 780px) {
  #wf-latest-posts,
#wf-all-blog-posts .posts-grid,
.post-template-default #news {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
#wf-latest-posts article,
#wf-all-blog-posts .posts-grid article,
.post-template-default #news article {
  border-radius: 16px;
}
#wf-latest-posts article.first,
#wf-all-blog-posts .posts-grid article.first,
.post-template-default #news article.first {
  border-radius: 0;
}
@media (min-width: 780px) {
  #wf-latest-posts article.first,
#wf-all-blog-posts .posts-grid article.first,
.post-template-default #news article.first {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
#wf-latest-posts article.first a,
#wf-all-blog-posts .posts-grid article.first a,
.post-template-default #news article.first a {
  padding: 24px;
  align-items: center;
  background-image: url("../../img/icon/blog-hover-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media (min-width: 780px) {
  #wf-latest-posts article.first a,
#wf-all-blog-posts .posts-grid article.first a,
.post-template-default #news article.first a {
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url("../../img/icon/blog-hover.png");
  }
}
@media (min-width: 780px) {
  #wf-latest-posts article.first a::before,
#wf-all-blog-posts .posts-grid article.first a::before,
.post-template-default #news article.first a::before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 17px;
    width: calc(100% - 250px);
    height: calc(100% - 28px);
    background-image: url("../../img/icon/blog-swish-hover.png");
    background-size: 100% 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
#wf-latest-posts article.first a > div:not(.img-cont),
#wf-all-blog-posts .posts-grid article.first a > div:not(.img-cont),
.post-template-default #news article.first a > div:not(.img-cont) {
  margin-bottom: 24px;
}
@media (min-width: 780px) {
  #wf-latest-posts article.first a > div:not(.img-cont),
#wf-all-blog-posts .posts-grid article.first a > div:not(.img-cont),
.post-template-default #news article.first a > div:not(.img-cont) {
    margin-right: 120px;
    margin-bottom: 0;
  }
}
@media (min-width: 780px) {
  #wf-latest-posts article.first a .post-excerpt,
#wf-all-blog-posts .posts-grid article.first a .post-excerpt,
.post-template-default #news article.first a .post-excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}
#wf-latest-posts article.first a .img-cont,
#wf-all-blog-posts .posts-grid article.first a .img-cont,
.post-template-default #news article.first a .img-cont {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 780px) {
  #wf-latest-posts article.first a .img-cont,
#wf-all-blog-posts .posts-grid article.first a .img-cont,
.post-template-default #news article.first a .img-cont {
    height: 200px;
  }
}
#wf-latest-posts article.first a .img-cont img,
#wf-all-blog-posts .posts-grid article.first a .img-cont img,
.post-template-default #news article.first a .img-cont img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#wf-latest-posts article:not(.first) a h3.h4,
#wf-all-blog-posts .posts-grid article:not(.first) a h3.h4,
.post-template-default #news article:not(.first) a h3.h4 {
  font-size: 24px;
  line-height: 28px;
  /* 133.333% */
}
#wf-latest-posts article a,
#wf-all-blog-posts .posts-grid article a,
.post-template-default #news article a {
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../../img/icon/hover-shape-tan.png");
  background-size: 106% 106%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 780px) {
  #wf-latest-posts article a,
#wf-all-blog-posts .posts-grid article a,
.post-template-default #news article a {
    padding: 40px;
  }
}
#wf-latest-posts article a:hover,
#wf-all-blog-posts .posts-grid article a:hover,
.post-template-default #news article a:hover {
  background-size: 100% 100%;
}
#wf-latest-posts article a:hover .wp-block-button__link,
#wf-all-blog-posts .posts-grid article a:hover .wp-block-button__link,
.post-template-default #news article a:hover .wp-block-button__link {
  transform: rotate(-3deg);
}
#wf-latest-posts article a:hover:active, #wf-latest-posts article a:hover:focus,
#wf-all-blog-posts .posts-grid article a:hover:active,
#wf-all-blog-posts .posts-grid article a:hover:focus,
.post-template-default #news article a:hover:active,
.post-template-default #news article a:hover:focus {
  text-decoration: underline;
  color: var(--Color-deep-navy-800, #02091B);
}
#wf-latest-posts article a:hover::before,
#wf-all-blog-posts .posts-grid article a:hover::before,
.post-template-default #news article a:hover::before {
  opacity: 0.8;
}
#wf-latest-posts article a .img-cont.all,
#wf-all-blog-posts .posts-grid article a .img-cont.all,
.post-template-default #news article a .img-cont.all {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media (max-width: 780px) {
  #wf-latest-posts article a .img-cont.all,
#wf-all-blog-posts .posts-grid article a .img-cont.all,
.post-template-default #news article a .img-cont.all {
    height: 225px;
  }
}
#wf-latest-posts article a .img-cont.all img,
#wf-all-blog-posts .posts-grid article a .img-cont.all img,
.post-template-default #news article a .img-cont.all img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#wf-latest-posts article a .post-excerpt,
#wf-all-blog-posts .posts-grid article a .post-excerpt,
.post-template-default #news article a .post-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 72px;
  overflow: hidden;
  margin-bottom: 0;
}
#wf-latest-posts article a .wp-block-button__link,
#wf-all-blog-posts .posts-grid article a .wp-block-button__link,
.post-template-default #news article a .wp-block-button__link {
  color: var(--Color-brand-primary-deep_navy, #101D3E);
  background-color: transparent;
  border-radius: 1000px;
  border: var(--1, 1px) solid var(--Color-brand-primary-deep_navy, #101D3E);
  margin-top: 20px;
}
@media (min-width: 780px) {
  #wf-latest-posts article a .wp-block-button__link,
#wf-all-blog-posts .posts-grid article a .wp-block-button__link,
.post-template-default #news article a .wp-block-button__link {
    margin-top: 36px;
  }
}

@media (min-width: 780px) {
  #wf-all-blog-posts .posts-grid {
    row-gap: 80px;
  }
}
#wf-all-blog-posts .pagination-container .d-flex {
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}
#wf-all-blog-posts .pagination-container .d-flex span.page-numbers.current {
  display: inline-block;
  padding: 2px 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 3200px;
  background: var(--Color-brand-primary-deep_navy, #101D3E);
  transition: all 0.3s ease-in-out;
}
#wf-all-blog-posts .pagination-container .d-flex a.page-numbers {
  display: inline-block;
  padding: 2px 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 3200px;
  background: var(--Color-brand-primary-deep_navy, #101D3E);
  transition: all 0.3s ease-in-out;
}
#wf-all-blog-posts .pagination-container .d-flex a.page-numbers:hover {
  transform: scale(1.05);
}
#wf-all-blog-posts .pagination-container .d-flex a.next,
#wf-all-blog-posts .pagination-container .d-flex a.prev {
  border-radius: 32px;
  background: var(--Color-brand-primary-green, #93A34F);
  width: 28px;
  height: 28px;
  padding: 0px 6px;
}
/*# sourceMappingURL=latest-posts.css.map */
