/***** PROPERTY LISTINGS *****/

.custom-posts .post-wrap {
  max-width: 1400px;
  margin: auto; }
  .custom-posts .post-wrap .single-post {
    max-width: 26em;
    margin: 2em auto;
    box-shadow: #999 2px 2px 4px; }
    .custom-posts .post-wrap .single-post .imgwrap {
      width: 100%;
      height: 16em;
      position: relative; }
      .custom-posts .post-wrap .single-post .imgwrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .custom-posts .post-wrap .single-post .imgwrap .price {
        background: #2D5B79;
        color: #fff;
        font-weight: bold;
        padding: 0.5em;
        position: absolute;
        top: 0;
        left: 0; }
    .custom-posts .post-wrap .single-post .textwrap {
      background: #fff;
      padding: 1em; }
      .custom-posts .post-wrap .single-post .textwrap h3 {
        margin: 0; }
      .custom-posts .post-wrap .single-post .textwrap .date {
        font-size: 0.8em;
        color: #999;
        font-style: italic; }
      .custom-posts .post-wrap .single-post .textwrap a {
        background: #2D5B79;
        color: #fff;
        font-weight: bold;
        padding: 0.5em 1em;
        text-transform: uppercase;
        font-size: 0.85em;
        text-decoration: none;
        margin-top: 0.5em;
        display: inline-block; }
        .custom-posts .post-wrap .single-post .textwrap a i {
          padding-left: 0.25em; }

@media screen and (min-width: 64em) {
  .custom-posts .post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .custom-posts .post-wrap .single-post {
      width: 48%;
      margin: 0;
      margin-top: 1em;
      margin-bottom: 1em; } }
@media screen and (min-width: 75em) {
  .custom-posts {
    max-width: 75em;
    margin: auto;
    margin-bottom: 2em; }
    .custom-posts .post-wrap .single-post {
      width: 32%; } }