.recent-post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 0;
}

.recent-post span,
.recent-post a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}

.recent-post > div {
  position: relative;
  width: calc(100% / 2 - 23px);
  margin: 0 38px 40px 0;
  background-color: #fff;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  width: calc(100% / 2 - 19px);
}

.recent-post > div .card-label {
  position: absolute;
  top: 18px;
  left: 14px;
  background-color: rgba(23, 23, 23, 0.88);
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .recent-post > div .card-label {
    font-size: 16px;
  }
}

@media (max-width: 539px) {
  .recent-post > div .card-label {
    font-size: 11px;
  }
}

.recent-post > div:nth-child(3) {
  margin-right: 0;
}

.recent-post > div .post-thumbnail {
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  overflow: hidden;
}

.recent-post > div .post-thumbnail img {
  display: block;
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.recent-post > div .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.recent-post > div .post-thumbnail.compact-object-fit img {
  display: none;
}

.recent-post > div .post-text {
  box-sizing: border-box;
  padding: 27px 30px 15px 30px;
  position: relative;
  min-height: 203px;
  max-height: 203px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .recent-post > div .post-text {
    min-height: 201px;
    max-height: 201px;
  }
}

.recent-post > div .post-text .published-date span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58vw;
}

@media (max-width: 539px) {
  .recent-post > div .post-text .published-date span {
    font-size: 10px;
  }
}

.recent-post > div .post-text h2 {
  min-height: 78px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.81px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.recent-post > div .post-text h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .recent-post > div .post-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 539px) {
  .recent-post > div .post-text h2 {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.recent-post > div .post-text .thumbnail-footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  background-color: #fbfbfb;
  justify-content: space-between;
  align-items: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (max-width: 767px) {
  .recent-post > div .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .recent-post > div .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .recent-post > div .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.recent-post > div .post-text .thumbnail-footer .post-author {
  margin-right: 20px;
}

.recent-post > div .post-text .thumbnail-footer .reading-time {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.recent-post > div .post-text .thumbnail-footer .reading-time span {
  padding-left: 8px;
  white-space: nowrap;
}

@media (max-width: 539px) {
  .recent-post > div {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .recent-post > div .post-thumbnail,
  .recent-post > div .post-text {
    width: 100%;
  }
  .recent-post > div .post-text {
    padding: 27px 10px 15px 10px;
    margin: 0;
  }
  .recent-post > div .post-text .card-label {
    top: 10px;
    left: 10px;
  }
}

.recent-post > div a,
.recent-post > div span {
  text-decoration: none;
  color: #333333;
}

.recent-post > div:nth-child(2) {
  margin-right: 0;
}

.recent-post > div .card-label a {
  color: #fff;
}

.recent-post > div .card-label .post-thumbnail img {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .recent-post > div {
    width: calc(100% / 2 - 23px);
  }
  .recent-post > div:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .recent-post > div {
    width: 100%;
  }
}

.recent-post > div:nth-child(3n) {
  margin-right: 38px;
}

@media (max-width: 767px) {
  .recent-post > div:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 539px) {
  .recent-post > div:nth-child(3n) .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 1025px) {
  .recent-post > div:nth-child(3n) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    align-items: flex-end;
    width: 100%;
  }
  .recent-post > div:nth-child(3n) .post-thumbnail {
    width: calc(100% / 2 - 19px);
    min-height: 336px;
    max-height: 336px;
  }
  .recent-post > div:nth-child(3n) .post-thumbnail img {
    display: block;
    height: 100%;
    min-height: 336px;
  }
  .recent-post > div:nth-child(3n) .post-text {
    min-height: 265px;
    width: calc(100% / 2 + 19px);
    padding-left: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: none;
  }
  .recent-post > div:nth-child(3n) .post-text .thumbnail-footer {
    padding-left: 66px;
  }
}

.recent-post > div:nth-child(4) {
  position: relative;
}

@media (min-width: 1025px) {
  .recent-post > div:nth-child(4) {
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .recent-post > div:nth-child(4) .post-thumbnail {
    height: 100%;
    max-height: 100%;
    background-color: #333333;
  }
  .recent-post > div:nth-child(4) .post-thumbnail img {
    display: none;
  }
  .recent-post > div:nth-child(4) .post-text {
    min-height: 265px;
    position: absolute;
    bottom: 0;
  }
  .recent-post > div:nth-child(4) .post-text a,
  .recent-post > div:nth-child(4) .post-text span {
    text-decoration: none;
    color: #fff;
  }
  .recent-post > div:nth-child(4) .post-text .thumbnail-footer {
    color: #fff;
    background-color: transparent;
  }
}

.recent-post .ajax-filter-loadmore-top {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1;
  padding: 8px;
  color: #323130;
  background-color: #2d2d2d;
  border: none;
  margin: 8px auto 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
}

.recent-post .ajax-filter-loadmore-top:hover, .recent-post .ajax-filter-loadmore-top:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.recent-post .ajax-filter-loadmore-top:disabled {
  background-color: #ced4da;
  color: #4b4b4b;
  opacity: 0.6;
  cursor: not-allowed;
}

.recent-post .ajax-filter-loadmore-top img {
  opacity: 0.38;
}

.recent-post .ajax-filter-loadmore-top:hover img {
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.recent-post-item.no-thumbnail {
  background-color: #333;
}

.recent-post-item.no-thumbnail .post-text .post-data .published-date span {
  color: #fff;
}

.recent-post-item.no-thumbnail .post-text .post-data h2 {
  color: #fff;
}

.recent-post-item.no-thumbnail .post-text .thumbnail-footer {
  background: #333;
}

.recent-post-item.no-thumbnail .post-text .thumbnail-footer .post-author a {
  color: #fff;
}

.recent-post-item.no-thumbnail .post-text .thumbnail-footer span {
  color: #fff;
}

.recent-post-item:nth-child(3n) {
  margin-bottom: 40px;
}

.recent-post .horizontal-card-no-thumbnail {
  display: none !important;
}

@media (max-width: 1024px) {
  .recent-post .horizontal-card-no-thumbnail {
    display: block !important;
  }
}

.recent-post ~ .loadmore {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1;
  padding: 8px;
  color: #323130;
  background-color: #2d2d2d;
  border: none;
  margin: 8px auto 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
}

.recent-post ~ .loadmore:hover, .recent-post ~ .loadmore:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.recent-post ~ .loadmore:disabled {
  background-color: #ced4da;
  color: #4b4b4b;
  opacity: 0.6;
  cursor: not-allowed;
}

.recent-post ~ .loadmore img {
  opacity: 0.38;
}

.recent-post ~ .loadmore:hover img {
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

#homepage-recent-posts-section .recent-post-item:nth-child(4) {
  display: none;
}

#ajax-filter-results .post-thumbnail img {
  width: 100%;
  max-height: 200px;
}

/*# sourceMappingURL=recent-post.css.map */