@charset "UTF-8";
/* Styles for VP property listing */

body {
  /*background:#f0f0f0;*/
}

#bodyoutercontainer {
  /*background-color:#fff;*/
  /*background-color:#eeeeee;*/
}

h1.ondarkbg {
  color:#000;
}

/* Container for list */
.property_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  max-width:1000px;
  margin:0 auto;
}

/* Container for single property */
.property_window {
  position:relative;
  width:31%;
  height:600px;
  margin:0 0 20px 0;
  padding:0 0 0 0;
  box-shadow: 0 20px 30px #dddddd;
}
  .property_window:hover {
    cursor:pointer;
  }
/* Container for image */
.property_window_img {
  width:100%;
  height:257px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
  .property_window_img img {
    width:100%;
    height:257px;
    object-fit:cover;
  }
/* Container for text */
.property_window_blurb {
  width:calc(100% - 40px);
  padding:10px 20px;
  height:320px;
  overflow:hidden;
}
  .property_window_blurb p.property_sest_ref {
    margin:20px 0;
    padding-bottom:20px;
    font-size:1.2rem;
    font-weight:400 !important;
    line-height:1.5;
    text-transform:uppercase;
    color:#aa8745 !important;
    border-bottom:1px solid #e5e9ed;
  }
  .sestiere_name {
    color:#aa8745 !important;
  }
  .property_type {
    color:#aa8745 !important;
  }
  .property_ref {
    color:#999 !important;
  }
  .beds_baths {
    color:#aa8745 !important;
    color:#999 !important;
  }
  .item_divider {
    color:#f00 !important;
  }

  .property_window_blurb h3 {
    margin:0 0 20px 0;
    font-family:"freight-big-pro", serif;
    font-size:2.4rem;
    font-weight:300 !important;
    line-height:1.2;
    text-transform:none;
    
    color:#001731;
  }
  .property_window_blurb p.property_list_blurb,
  .property_window_blurb p.property_basic_deets {
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:300 !important;
    line-height:1.5;
    text-transform:none;
  }
  .private_sale {
    font-weight:bold;
    color:#ff99ff !important;
  }


@media screen and (max-width: 1100px) { 
  
  .property_window {
    height:550px;
  }
  .property_window_img {
    height:210px;
  }
    .property_window_img img {
      height:210px;
    }
  
}

@media screen and (max-width: 1000px) { 
  
  .property_window {
    height:530px;
  }
  .property_window_img {
    height:190px;
  }
    .property_window_img img {
      height:190px;
    }
  
}

@media screen and (max-width: 950px) { 
  
  .property_container {
    justify-content: center;
  }
  .property_window {
    width:calc(48% - 20px);
    height:580px;
    margin-right:10px;
    margin-bottom:20px;
    margin-left:10px;
  }
  .property_window_img {
    height:260px;
  }
    .property_window_img img {
      height:260px;
    }
  
}

@media screen and (max-width: 820px) { 
  
  /*.property_window_blurb {
    height:300px;
  }
  .property_window {
    width:48%;
    height:540px;
  }
  .property_window_img {
    height:220px;
  }*/
  
}

@media screen and (max-width: 750px) { 
  
  .property_container {
    width:100%;
    margin-right:auto;
    margin-left:auto;
  }
  .property_window {
    width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
  }
  .property_window_img {
    height:400px;
  }
    .property_window_img img {
      height:400px;
    }
  .property_window_blurb {
    padding-bottom:20px;
    height:auto;
  }
  .property_window_blurb p.property_sest_ref {
    margin:12px 0;
    padding-bottom:0;
    border-bottom:0;
  }
  
}

@media screen and (max-width: 560px) { 
  
  .property_container {
    width:100%;
    margin-right:auto;
    margin-left:auto;
  }
  .property_window {
    /*width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;*/
  }
  .property_window_img {
    height:340px;
  }
    .property_window_img img {
      height:340px;
    }
  
}

/* End */