.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter {
    margin-bottom: 20px;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .title {
  margin: 0 0 40px 0;
  position: relative;
  text-transform: uppercase;
  color: #193c4a;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .title {
    margin-bottom: 20px;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .title > span.text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .title:before {
  content: '';
  position: absolute;
  height: 1px;
  top: 0.6em;
  left: 0;
  right: 0;
  background-color: #193c4a;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .tags {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .tags {
    justify-content: flex-start;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .tags > .tag {
  padding: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.filter > .tags > .tag {
    width: 50%;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  transition: height .3s ease;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .grid-sizer {
  width: 33.3333%;
}
@media screen and (max-width: 1024px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .grid-sizer {
    width: 50%;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project {
  padding: 10px;
  width: 33.3333%;
}
@media screen and (max-width: 1024px) {
  .lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project {
    width: 50%;
  }
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner > .main-image {
  display: block;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner > .info-bar {
  position: absolute;
  visibility: hidden;
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s ease, bottom .3s ease;
  background-color: #193c4a;
  color: #fff;
  padding: 15px;
  font-family: MultipleSlab, sans-serif;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner > .info-bar > .name {
  display: block;
  font-size: 1.6rem;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner > .info-bar > .tags {
  margin-top: 5px;
  display: block;
  color: #808A96;
  font-size: 1.2rem;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner > .info-bar > .tags > .separator-icon {
  font-size: 5px;
  margin: 0 3px;
  vertical-align: middle;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project > a.inner:hover > .info-bar {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project.filter-hide {
  display: none;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project.animate-in {
  animation: chalet-animate-in 1s ease forwards;
}
.lc-content-row.project-list-with-filters > .lc-centre-me > .row.projects > .project.animate-out {
  animation: chalet-animate-out .2s ease forwards;
}
@keyframes chalet-animate-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes chalet-animate-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox {
  display: none;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox-alternative {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: #f1f2f4;
  transition: background-color .3s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 20px;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox-alternative > .check {
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
  color: #d2930f;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .text {
  transition: color .3s ease;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox-alternative:hover {
  background-color: #c9cdd5;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox:checked + .styled-checkbox-alternative > .check {
  visibility: visible;
  opacity: 1;
}
.lc-content-row.project-list-with-filters .styled-checkbox-alternative-wrapper > .styled-checkbox:checked + .styled-checkbox-alternative + span.text {
  color: #d2930f;
}
