.posts .content_container, .posts .alm-paging-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  width: 100%;
  margin: 0 auto;
}
.posts .image {
  height: 300px;
  background-size: cover !important;
}
.posts .date {
  margin-top: 28px;
  font-size: 14px;
  background-color: #F0F0F0;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 15px;
}
.posts h3 {
  margin-top: 20px;
  margin-bottom: 14px;
}
.posts p {
  margin-bottom: 0;
}
.posts.show-latest h3, .posts.show-all h3 {
  text-transform: initial;
  font-size: 24px;
  line-height: 1.3em;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
.posts.show-latest .image, .posts.show-all .image {
  border-radius: 10px;
}
.posts.two-col .content_container, .posts.two-col .alm-paging-content {
  grid-template-columns: 1fr 1fr;
}
.posts.rows .content_container, .posts.rows .alm-paging-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.posts.rows .item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.posts.rows .item:last-child {
  margin-bottom: 0;
}
.posts.rows .date {
  margin: 0 0 10px;
}
.posts.rows .image_wrapper {
  flex: 1;
  margin-right: 30px;
  display: block;
}
.posts.rows .image {
  height: 240px;
}
.posts.rows .content {
  flex: 2;
}
.posts.rows h3 {
  margin-top: 0;
}
.posts.hide-date .item .date {
  display: none;
}
.posts.projects .content_container, .posts.projects .alm-paging-content {
  grid-template-columns: 1fr 1fr;
}
.posts.projects .project {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.posts.projects .project .image_wrapper {
  display: block;
}
.posts.projects .project .image {
  height: 620px;
  padding: 30px;
  display: flex;
  align-items: end;
}
.posts.projects .project .details_container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #292927;
  top: 0;
  left: 0;
  padding: 40px;
  color: #FEFEFE !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  opacity: 0;
}
.posts.projects .project .details_container .details_items {
  padding-right: 75px;
}
.posts.projects .project .details_container .details_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FEFEFE;
  padding: 20px 0;
}
.posts.projects .project .details_container .details_item p {
  font-size: 22px;
  margin-left: 20px;
}
.posts.projects .project .details_container .details_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.posts.projects .project .details_container .arrow-button-wrapper {
  position: absolute;
  right: 40px;
  bottom: 40px;
  pointer-events: none;
}
.posts.projects .project:hover .details_container {
  opacity: 1;
}

.alm-filter ul {
  margin: 0;
  padding: 0 0 30px;
}
.alm-filter li {
  padding: 0 50px 0 0;
}
.alm-filter li:last-child {
  padding: 0;
}

.alm-filter--radio {
  list-style: none;
  display: inline-block;
  padding-right: 30px;
}
.alm-filter--radio a, .alm-filter--radio .field-radio {
  font-size: 18px;
  margin: 0;
  padding: 0 0 3px !important;
  cursor: pointer !important;
  transition: all 0.4s ease;
  border-bottom: 2px solid transparent;
  outline: none !important;
}
.alm-filter--radio a:hover, .alm-filter--radio a.active, .alm-filter--radio .field-radio:hover, .alm-filter--radio .field-radio.active {
  color: #00B7D4;
  border-bottom: 2px solid #00B7D4;
}
.alm-filter--radio a:before, .alm-filter--radio a:after, .alm-filter--radio .field-radio:before, .alm-filter--radio .field-radio:after {
  display: none !important;
}
.alm-filter--radio:last-child {
  padding-right: 0;
}

.alm-filters--controls {
  padding-bottom: 80px;
}
.alm-filters--controls button {
  padding: 0;
  color: #00B7D4;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease;
  cursor: pointer !important;
  font-size: 14px;
}
.alm-filters--controls button:hover {
  border-bottom: 2px solid #00B7D4;
}

.alm-filters-edit {
  display: none !important;
}

ul.alm-paging {
  padding-top: 80px !important;
}
ul.alm-paging li.active a {
  background-color: #00B7D4 !important;
  border-color: #00B7D4 !important;
  color: #FEFEFE !important;
}

.alm-btn-wrap .alm-load-more-btn {
  background-color: #00B7D4 !important;
}

@media only screen and (max-width: 768px) {
  .posts .content_container, .posts .alm-paging-content {
    grid-template-columns: 1fr;
  }
  .posts.two-col .content_container, .posts.two-col .alm-paging-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .posts.rows .item {
    align-items: initial;
  }
  .posts.rows .image {
    height: 110px;
  }
  .posts.rows .content {
    flex: 2.5;
  }
  .posts.projects .content_container, .posts.projects .alm-paging-content {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .posts.projects .project .image {
    height: 450px;
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .posts .content_container, .posts .alm-paging-content {
    grid-template-columns: 1fr;
  }
  .posts .image {
    height: 220px;
  }
  .posts.two-col .content_container, .posts.two-col .alm-paging-content {
    grid-template-columns: 1fr;
  }
  .posts.rows .item {
    display: block;
  }
  .posts.rows .image {
    height: 220px;
    margin-right: 0;
  }
  .posts.rows .date {
    margin: 20px 0 0;
  }
  .posts.rows h3 {
    margin-top: 20px;
  }
  .posts.projects .project .details_container {
    padding: 20px;
  }
  .posts.projects .project .details_container .details_items {
    padding-right: 0;
  }
  .posts.projects .project .details_container .details_item {
    padding: 14px 0;
  }
  .posts.projects .project .details_container .details_item p {
    font-size: 18px;
  }
  .posts.projects .project .details_container .details_item:last-child {
    padding-bottom: 0;
  }
  .posts.projects .project .details_container .arrow-button-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
