@charset "UTF-8";
/* Creates an rgba background based on a HEX colour */
/*============================================================================
Breakpoint Variables
==============================================================================*/
/*============================================================================
  Breakpoint Mixins
==============================================================================*/
.all-posts .fade-enter-active, .all-posts .fade-leave-active {
  transition: opacity 0.5s;
}
.all-posts .fade-enter, .all-posts .fade-leave-to {
  opacity: 0;
}
.all-posts__filters {
  margin: 70px 0 50px;
  letter-spacing: 0.025em;
}
.all-posts__filters > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .all-posts__filters > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media (min-width: 782px) {
  .all-posts__filters > div > div {
    flex-basis: 33%;
    max-width: 33%;
  }
}
.all-posts__filters > div .clear {
  display: flex;
  justify-content: flex-end;
}
.all-posts__filters > div .clear > button {
  display: flex;
  background: unset;
  outline: unset;
  border: unset;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.all-posts__filters > div .clear > button::before {
  content: "———";
  letter-spacing: -2px;
  padding: 0 10px;
}
.all-posts__filters > div .clear > button:hover {
  cursor: pointer;
}
@media (max-width: 782px) {
  .all-posts__filters > div .search {
    order: 2;
  }
  .all-posts__filters > div .pagination {
    order: 1;
  }
  .all-posts__filters > div .sort {
    order: 3;
  }
}
@media (min-width: 782px) {
  .all-posts__filters > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }
}
.all-posts__filters > div > .posts-filters > div {
  position: relative;
}
.all-posts__filters > div > .posts-filters > div i, .all-posts__filters > div > .posts-filters > div .svg-inline--fa {
  position: absolute;
  font-size: 0.875rem;
  top: 50%;
  right: 10px;
  color: var(--color-grey);
}
@media (min-width: 782px) {
  .all-posts__filters > div > .posts-filters > div i, .all-posts__filters > div > .posts-filters > div .svg-inline--fa {
    top: 20%;
  }
}
@media (min-width: 782px) {
  .all-posts__filters > div > .posts-filters {
    display: flex;
    gap: 20px;
  }
}
.all-posts__filters > div .companies-filter select {
  -webkit-appearance: none;
  min-width: 250px;
}
@media (max-width: 782px) {
  .all-posts__filters > div .companies-filter select {
    height: 50px;
    width: 100%;
    margin-top: 15px;
  }
}
.all-posts__filters > div .years-filter select {
  -webkit-appearance: none;
  min-width: 250px;
}
@media (max-width: 782px) {
  .all-posts__filters > div .years-filter select {
    height: 50px;
    width: 100%;
    margin-top: 25px;
  }
}
.all-posts__filters > div .sort {
  position: relative;
}
.all-posts__filters > div .sort i, .all-posts__filters > div .sort .svg-inline--fa {
  position: absolute;
  font-size: 0.875rem;
  top: 20%;
  right: 10px;
  color: var(--color-grey);
}
.all-posts__filters > div .sort select {
  -webkit-appearance: none;
}
@media (max-width: 782px) {
  .all-posts__filters > div .sort {
    margin-top: 15px;
  }
  .all-posts__filters > div .sort label {
    display: inline-block;
    width: 40px;
  }
  .all-posts__filters > div .sort select {
    width: calc(100% - 46px);
  }
}
@media (min-width: 782px) {
  .all-posts__filters > div .sort {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
}
.all-posts__filters .search {
  position: relative;
}
.all-posts__filters .search input {
  width: 100%;
}
@media (min-width: 782px) {
  .all-posts__filters .search input {
    max-width: 240px;
  }
}
@media (min-width: 1024px) {
  .all-posts__filters .search input {
    max-width: 280px;
  }
}
.all-posts__filters .search i, .all-posts__filters .search .svg-inline--fa {
  position: absolute;
  top: 20%;
  right: 10px;
  display: block;
}
@media (min-width: 782px) {
  .all-posts__filters .search i, .all-posts__filters .search .svg-inline--fa {
    left: 220px;
  }
}
@media (min-width: 1024px) {
  .all-posts__filters .search i, .all-posts__filters .search .svg-inline--fa {
    left: 260px;
  }
}
.all-posts__filters .search input {
  border: unset;
  font-size: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid #46484D;
  border-radius: 0;
}
@media (min-width: 782px) {
  .all-posts__filters .search input {
    width: 280px;
  }
}
.all-posts__filters .search input:active, .all-posts__filters .search input:focus {
  outline: unset;
}
.all-posts__filters select {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #46484D;
  border-radius: 0;
  background: unset;
  color: var(--wp--preset--color--base-2);
  font-size: 1rem;
  letter-spacing: 0.025em;
}
.all-posts__filters select:hover {
  cursor: pointer;
}
@media (min-width: 782px) {
  .all-posts__filters--lower {
    justify-content: space-between !important;
  }
}
.all-posts__posts {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  .all-posts__posts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.all-posts__posts--single {
  padding-bottom: 30px;
}
@media (min-width: 782px) {
  .all-posts__posts--single {
    flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
    padding-bottom: 50px;
  }
}
.all-posts__posts--single .post-image {
  overflow: hidden;
  aspect-ratio: 5/2;
}
.all-posts__posts--single .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 782px) {
  .all-posts__posts--single h2 {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (min-width: 782px) {
  .all-posts__posts--single h2.no-thumbnail {
    font-size: 2.625rem;
    font-weight: 200;
    line-height: 1.1;
  }
}
.all-posts__posts--single a {
  display: inline-block;
}
.all-posts .pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 30px;
}
.all-posts .pagination ul {
  padding-left: 0;
  display: flex;
  gap: 5px;
}
.all-posts .pagination ul li {
  list-style: none;
}
.all-posts .pagination ul li a {
  text-decoration: none;
  padding: 10px;
}
.all-posts .pagination ul li.active a {
  background: var(--wp--preset--color--contrast-4);
}
.all-posts .pagination > a {
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.all-posts .pagination > a.disabled {
  color: var(--wp--preset--color--contrast-4);
  pointer-events: none; /* Prevent clicking on disabled arrows */
  cursor: default;
}
