/* Featured Post*/
.fox-block.latest-posts-archive .results {
  margin: 0 0 3.5rem;
}

.fox-block.latest-posts-archive .latest-article {
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article {
    flex-direction: column;
  }
}

.fox-block.latest-posts-archive .wrapper>.latest-article .image {
  flex: 0 2 45%;
  position: relative;
}

.fox-block.latest-posts-archive picture {
  width: 100%;
  padding-bottom: 74%;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .wrapper>.latest-article .image {
    flex: 0 0 198px;
    height: 198px;
  }
  .fox-block.latest-posts-archive picture {
    height: 198px;
	padding: 0;
  }
}

.fox-block.latest-posts-archive picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.fox-block.latest-posts-archive .image {
	
}

.fox-block.latest-posts-archive .image .image-wrapper {
	position: relative;
	max-height: 100%;
}

.fox-block.latest-posts-archive .latest-article .image .date {
  align-items: center;
  background-color: var(--red);
  clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6.25rem;
  justify-content: center;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: filter .5s, clip-path .5s;
  transition: none;
  width: 6.25rem;
	background-color: transparent;
	clip-path:none;
	z-index: 1;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article .image .date {
    left: 50%;
    top: 50%;
  }
}

.fox-block.latest-posts-archive .latest-article:hover .image .date {
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  filter: saturate(140%) contrast(140%);
	clip-path:none;
	filter:none;
}

.fox-block.latest-posts-archive .latest-article .image .date svg {
	content: "";
	display: block;
	font-size: 6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	fill: var(--red);
	transition: transform 0.5s;
	margin: 0;
}

.fox-block.latest-posts-archive .latest-article:hover .image .date svg {
	transform: translate(-50%, -50%) rotate(90deg);
}

.fox-block.latest-posts-archive .latest-article .details {
  background-color: var(--white);
  display: flex;
  flex: 1 1 55%;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2% 1rem 4.688rem;
  position: relative;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article .details {
    padding: 1rem 2% 1rem 2%;
  }
}

.fox-block.latest-posts-archive .latest-article .details .date {
  align-items: center;
  background-color: var(--red);
  clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6.25rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  transition: filter .5s, clip-path .5s;
  width: 6.25rem;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article .details .date {
    left: 50%;
    top: -100px;
  }
}

.fox-block.latest-posts-archive .latest-article:hover .details .date {
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  filter: saturate(140%) contrast(140%);
}

.fox-block.latest-posts-archive .latest-article .details .date {
	background-color: transparent;
	clip-path:none;
}

.fox-block.latest-posts-archive .latest-article .details .date svg {
	content: "";
	display: block;
	font-size: 6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	fill: var(--red);
	transition: transform 0.5s;
	margin: 0;
}

.fox-block.latest-posts-archive .latest-article:hover .details .date {
	clip-path:none;
	filter:none;
}

.fox-block.latest-posts-archive .latest-article:hover .details .date svg {
	transform: translate(-50%, -50%) rotate(90deg);
}

.fox-block.latest-posts-archive .month {
	position: relative;
  font-family: var(--secondary-font);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.125;
  text-transform: uppercase;
}

.fox-block.latest-posts-archive .day {
	position: relative;
	font-family: var(--secondary-font);
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 0.1em;
}

.fox-block.latest-posts-archive .latest-article h4 {
  font-size: 1.5rem;
  margin-bottom: .2em;
}

.fox-block.latest-posts-archive .latest-article h5 {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: .5em;
}

.fox-block.latest-posts-archive .latest-article a {
  color: var(--grey);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  width: 100%;
}

.fox-block.latest-posts-archive .latest-article:hover a {
  box-shadow: 0px 3px 6px #44444417;
  color: var(--grey);
  opacity: 1;
  text-decoration: none;
}

.fox-block.latest-posts-archive .latest-article:hover svg {
  transform: translateX(.6em);
}

.fox-block.latest-posts-archive .latest-article svg {
  margin: 1.5rem 0 0;
  transition: transform .2s ease-in;
}

/* Selector Container */
.fox-block.latest-posts-archive .selector-container {
  align-items: center;
  border-bottom: 1px solid var(--lightgrey);
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
  padding: .2em 1em;
}

.fox-block.latest-posts-archive .nice-select {
  background-color: transparent;
}

.fox-block.latest-posts-archive .nice-select {
  border: none;
  color: var(--red);
}

.fox-block.latest-posts-archive .nice-select span {
  display: inline-block;
  font-weight: 600;
  margin-right: .25em;
}

.fox-block.latest-posts-archive .nice-select:after {
  border-color: var(--red);
}

.fox-block.latest-posts-archive .list {
  left: auto;
  right: 0;
}

.fox-block.latest-posts-archive .nice-select .option.selected {
  font-weight: 600;
}

/* Filtered Articles */

.fox-block.latest-posts-archive .latest-article.filtered {
  margin-bottom: 1.5em;
}

.fox-block.latest-posts-archive .latest-article.filtered .image {
  width: 15.375rem;
  position: relative;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article.filtered .image {
    height: 218px;
    width: 100%;
  }
}

.fox-block.latest-posts-archive .latest-article.filtered br {
  display: none;
}

.fox-block.latest-posts-archive .latest-article.filtered .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fox-block.latest-posts-archive .latest-article.filtered .details .date {
  top: 50%;
}

@media (max-width: 767px) {
  .fox-block.latest-posts-archive .latest-article.filtered .details .date {
    top: -100px;
    left: 50%;
  }
}

.fox-block.latest-posts-archive.done .projects-loadmore {
  opacity: 1;
  transition: opacity .5s;
}

.fox-block.latest-posts-archive.done .projects-loadmore {
  opacity: 0;
  pointer-events: none;
}