.properties-items.flexbox.flex-wrap {
  width: 100%; }

.communityBlock {
  padding: 50px 0; }
  .communityBlock .container {
    width: 1020px;
    max-width: 96%;
    margin: 0 auto;
    position: relative; }
  .communityBlock .cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .communityBlock .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%; }
    .communityBlock .items > * {
      width: 31.3333333333%;
      margin: 0 1% 1.3333333333em; }
    .communityBlock .items .item {
      position: relative;
      min-height: 400px;
      overflow: hidden;
      padding: 20px;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .communityBlock .items .item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .communityBlock .items .item .title {
        margin-top: auto;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 1;
        display: block;
        position: relative;
        z-index: 3;
        font-family: 'Overpass', sans-serif;
        font-weight: 200; }
      .communityBlock .items .item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 2; }
      .communityBlock .items .item:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03); }
      .communityBlock .items .item:hover:before {
        background: transparent; }

.single-communities .content {
  padding: 50px 0; }
.single-communities h1 {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px; }
.single-communities h2 {
  font-family: 'Overpass', sans-serif;
  color: #222;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px; }
.single-communities .topBlock h2 {
  color: #777;
  font-weight: 200; }
.single-communities .thumb {
  margin-bottom: 40px; }
  .single-communities .thumb img {
    max-height: 490px; }
.single-communities .descriptionBox {
  padding-bottom: 20px; }
  .single-communities .descriptionBox p {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    padding-bottom: 20px; }
.single-communities .recentPosts {
  margin-bottom: 40px; }
.single-communities .allPostsBlock .posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%; }
  .single-communities .allPostsBlock .posts > * {
    width: 23%;
    margin: 0 1% 1.25em; }
  .single-communities .allPostsBlock .posts .post {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .single-communities .allPostsBlock .posts .post img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .single-communities .allPostsBlock .posts .post .title {
      margin-top: auto;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 1;
      display: block;
      position: relative;
      z-index: 3;
      font-family: 'Overpass', sans-serif;
      font-weight: 200; }
    .single-communities .allPostsBlock .posts .post:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 2; }
    .single-communities .allPostsBlock .posts .post:hover img {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
    .single-communities .allPostsBlock .posts .post:hover:before {
      background: transparent; }

@media screen and (min-width: 1024px) {
  .properties-items {
    justify-content: space-between !important; }

  .property {
    width: 31% !important;
    margin-right: 0 !important; } }
@media screen and (max-width: 1024px) {
  .single-communities h1 {
    font-size: 50px; }
  .single-communities .allPostsBlock .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%; }
    .single-communities .allPostsBlock .posts > * {
      width: 48%;
      margin: 0 1% 1.5em; } }
@media screen and (max-width: 640px) {
  .single-communities .allPostsBlock .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%; }
    .single-communities .allPostsBlock .posts > * {
      width: 99%;
      margin: 0 0.5% 1em; }

  .communityBlock .items {
    display: block; }
    .communityBlock .items > * {
      width: 100%;
      margin: 0 0 1.3333333333em; } }

/*# sourceMappingURL=new-styles.css.map */
