/* .inventory-homes-feed {}         selector on all plugin related pages */
/* .mhvhfs-list-wrap {}             selector for just the archive list page */
/* .homes-feed-detail-wrap {}       selector for home detail pages */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed');


/* START homes display - all pages */
.mhvhfs-list-wrap:after {
    display: table; 
    clear: both;
}
.mhvhfs-list-item {
    position: relative;
    overflow: hidden;
    float: left;
}
.mhvhfs-list-item a {
    text-decoration: none !important;
}
.home-detail-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.home-detail-gallery .gallery-img-wrap {
    margin: 4px 4px 10px 4px;
    height: 140px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.home-detail-img {
    width: 200px;
    height: 130px;
    object-fit: cover;
}
.mhv-row.virtual-tour a {
    margin-top: 30px;
}
.virtual-tour-btn {
    background-color: #f8f8f8;
    border: 2px solid #bbbbbb;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    color: #bbbbbb;
    padding: 12px 20px;
    text-decoration: none!important;
    letter-spacing: 1px;
}
.mhv-row {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 30px;
}
.mhv-row   {width: 100%;}
.mhv-col-3 {width: 30%;}
.mhv-col-4 {width: 33%;}
.mhv-col-6 {width: 49%;}
.mhv-col-9 {width: 69%;}
/* END homes display - all pages */


/* START homes archive display ALL */
.mhvhfs-list-item .virtual-tour {
    position: absolute;
    width: 50px;
    height: 35px;
    right: 10px;
    top: 296px;
}
.mhvhfs-list-item .virtual-tour .virtual-tour-icon {
    width: 35px;
}
/* END   homes archive display ALL */


/* START homes archive display LAYOUT-0 */
.mhvhfs-list-wrap.layout-0 {
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.mhvhfs-list-item.layout-0 {
    width: 100%;
    min-height: 250px;
    margin: 30px 0;
}
.mhvhfs-list-item.layout-0 .virtual-tour {
    top: 150px;
}
.mhvhfs-list-item.layout-0 .row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.mhvhfs-list-item.layout-0 .photo_wrap {
    flex-grow: 4;
}
.mhvhfs-list-item.layout-0 .meta_wrap {
    flex-grow: 3;
}
.mhvhfs-list-item.layout-0 {
    border: 1px solid #cfcfcf;
    transition: box-shadow .2s linear;
    box-shadow: none;
    margin-bottom: 45px;
    background: #e8e8e8;
}
.mhvhfs-list-item.layout-0:hover {
    box-shadow: 0 1px 35px 0 rgba(0,0,0,.3);
}
.mhvhfs-list-item.layout-0 .bg-img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}
.mhvhfs-list-item.layout-0 .address {
    font-size: 24px;
    color: #002c5b;
    text-align: center;
    padding: 30px 4px 10px;
    max-height: 73px;
    max-width: 350px;
    margin: auto;
    overflow: hidden;
}
.mhvhfs-list-item.layout-0 .price {
    font-size: 24px;
    font-weight: bold;
    color: #002c5b;
    text-align: center;
}
.mhvhfs-list-item.layout-0 .meta {
    font-size: 20px;
    text-align: center;
    color: #002c5b;
    background: #fff;
    width: 100%;
    max-height: 70px;
    margin-top: 25px;
    padding: 15px 0;
    box-shadow: 0 0 8.28px 0.72px rgba(39,39,38,.15);
}
.mhvhfs-list-item.layout-0 .atts.border {
    border-right: 1px solid #002c5b;
    margin: 0px 10px;
}
.mhvhfs-list-item.layout-0 .atts-label {
    font-size: 85%;
}
@media (min-width: 992px) {
    .mhvhfs-list-wrap.layout-0 {
        min-width: 800px;
    }
}
@media (max-width: 991px) {
    .mhvhfs-list-item.layout-0 .photo_wrap {
        width: 100%;
    }
    .mhvhfs-list-item.layout-0 .address {
        padding: 0px;
    }
    .mhvhfs-list-item.layout-0 .meta {
        margin: 5px 0;
    }
}
@media (max-width: 499px) {
    .mhvhfs-list-item.layout-0 .meta {
        font-size: 14px;
    }
    .mhvhfs-list-item.layout-0 .atts.border {
        margin-left: 0px;
        margin-right: 2px;
    }
}
/* END homes archive display LAYOUT-0 */


/* START homes archive display LAYOUT-1 */
.mhvhfs-list-wrap.layout-1 {
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.mhvhfs-list-item.layout-1 {
    width: 325px;
    height: 350px;
    margin: 30px 0;
}
.mhvhfs-list-item.layout-1 {
    border: 1px solid #cfcfcf;
    transition: box-shadow .2s linear;
    box-shadow: none;
    background: #e8e8e8;
    width: 325px;
    height: 350px;
    margin: 30px 15px;
}
.mhvhfs-list-item.layout-1.embed-video-1 {
    height: 527px;
}
.mhvhfs-list-item.layout-1 .virtual-tour-video {
    margin-top: 10px;
}
.mhvhfs-list-item.layout-1:hover {
    box-shadow: 0 1px 35px 0 rgba(0,0,0,.3);
}
.mhvhfs-list-item.layout-1 .bg-img {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 225px;
}
.mhvhfs-list-item.layout-1 .meta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    color: #002c5b;
    font-size: 1.375em;
    padding: 0 30px;
    width: 100%;
    letter-spacing: -1.5px;
}
.mhvhfs-list-item.layout-1 .meta .atts-label {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: 0em;
    padding-left: 1px;
}
.mhvhfs-list-item.layout-1 .meta-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 0 8.28px 0.72px rgba(39,39,38,.15);
    letter-spacing: -1px;
}
.mhvhfs-list-item.layout-1 .atts.border {
    border-right: 1px solid #002c5b;
    margin-right: 9px;
}
.mhvhfs-list-item.layout-1 .atts:after,
.mhvhfs-list-item.layout-1 .atts:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 10px;
}
.mhvhfs-list-item.layout-1 .atts {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.mhvhfs-list-item.layout-1 .address {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #002c5b;
    text-align: center;
    margin-top: 40px;
    max-height: 30px;
    overflow: hidden;
}
.mhvhfs-list-item.layout-1 .price {
    font-size: 24px;
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #002c5b;
}
.mhvhfs-list-item.layout-1.seller {
    height: 365px;
}
.mhvhfs-list-item.layout-1 .location {
    font-size: 16px;
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #002c5b;
}
@media (min-width: 992px) {
    .mhvhfs-list-wrap.layout-1 {
        min-width: 800px;
    }
}
@media (max-width: 399px) {
    .mhvhfs-list-item.layout-1 .meta        {
        padding: 0 0px;
        font-size: 0.9em;
    }
}
/* END homes archive display LAYOUT-1 */


/* START homes detail display LAYOUT-0 */
.mhvhfs-detail-wrap.layout-0 .sub-head {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
}
.mhvhfs-detail-wrap.layout-0 .mhv-col-9,
.mhvhfs-detail-wrap.layout-0 .main-row {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.mhvhfs-detail-wrap.layout-0 .mhv-col-9.lead-photo {
    border-top: none;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}
.mhvhfs-detail-wrap.layout-0 .meta {
    font-size: 20px;
    margin-bottom: 30px;
}
.mhvhfs-detail-wrap.layout-0 .meta label {
    width: 140px;
    display: inline-block;
}
.mhvhfs-detail-wrap.layout-0 .meta .address {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.mhvhfs-detail-wrap.layout-0 .entry-title {
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 50px 0 20px;
}
.mhvhfs-detail-wrap.layout-0 .main-row .seller_data_wrap {
    font-size: 16px;
}
.mhvhfs-detail-wrap.layout-0 ul.feature-list li {
    float: left;
    width: 170px;
}
.mhvhfs-detail-wrap.layout-0 .lead-photo {
    text-align: center;
}
.mhvhfs-detail-wrap.layout-0 .lead-photo img {
    width: 100%;
}
.mhvhfs-detail-wrap.layout-0 a.mfp-image img {
    height: 130px;
}
.mhvhfs-detail-wrap.layout-0 .mhv-col-9 {
    flex-basis: 725px;
}
.mhvhfs-detail-wrap.layout-0 .mhv-row.description .mhv-col-9 {
    padding-top: 0px;
}
@media (max-width: 992px) {
    .mhvhfs-detail-wrap.layout-0 .mhv-col-3 {
        width: 250px;
    }
}
/* END homes detail display LAYOUT-0 */


/* START homes detail display LAYOUT-1 */
.mhvhfs-detail-wrap.layout-1 .title {
    margin-bottom: 40px;
}
.mhvhfs-detail-wrap.layout-1 .title div {
    width: 100%;
    text-align: center;
}
.mhvhfs-detail-wrap.layout-1 .title .address {
    font-size: 40px;
    font-weight: bold;
}
.mhvhfs-detail-wrap.layout-1 .title .searchresultstext {
    font-size: 30px;
}
.mhvhfs-detail-wrap.layout-1 .main-row {
    text-align: center;
}
.mhvhfs-detail-wrap.layout-1 .main-row .price {
    font-size: 30px;
    font-weight: bold;
}
.mhvhfs-detail-wrap.layout-1 .main-row .bed-bath {
    margin-bottom: 20px;
}
.mhvhfs-detail-wrap.layout-1 .main-row .description {
    margin-bottom: 20px;
    max-width: 700px;
    margin: auto;
}
.mhvhfs-detail-wrap.layout-1 .main-row .serial-number {
    margin-top: 20px;
}
/* .mhvhfs-detail-wrap.layout-1 .main-row .extra-text:after {
    content: "Add extra content here.";
} */
.mhvhfs-detail-wrap.layout-1 .mhv-col-6.lead-photo {
    position: relative;
    overflow: hidden;
}
.mhvhfs-detail-wrap.layout-1 .lead-photo img {
    text-align: center;
    max-width: 100%;
}
.mhvhfs-detail-wrap.layout-1 .features {
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mhvhfs-detail-wrap.layout-1 .features .box {
    padding: 25px 25px 25px 25px;
    flex-grow: 1;
    flex-basis: 250px;
}
.mhvhfs-detail-wrap.layout-1 .features h4 {
    font-size: 16px;
    color: #fff;
    line-height: 3;
    border-bottom: 1px solid #fff;
}
.mhvhfs-detail-wrap.layout-1 .features ul {
    min-height: 225px;
    padding: 0px;
    list-style: none;
}
.mhvhfs-detail-wrap.layout-1 .features ul li {
    margin: 0px;
    color: #fff;
}
.mhvhfs-detail-wrap.layout-1 .features .appliances {
    background-color: #b7b7b7;
}
.mhvhfs-detail-wrap.layout-1 .features .interior {
    background-color: #949494;
}
.mhvhfs-detail-wrap.layout-1 .features .exterior {
    background-color: #6b6b6b;
}
.mhvhfs-detail-wrap.layout-1 a.mfp-image {
    max-height: 140px;
}
.mhvhfs-detail-wrap.layout-1 a.mfp-image img {
    height: 130px;
}
.mhvhfs-detail-wrap.layout-1 .main-row,
.mhvhfs-detail-wrap.layout-1 .features,
.mhvhfs-detail-wrap.layout-1 .photo-gallery {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .mhvhfs-detail-wrap.layout-1 .mhv-col-6 {
        width: 100%;
    }
}
/* END homes detail display LAYOUT-1 */


/* START ribbon display */
.mhv-ribbon {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    line-height: 22px;
    opacity: 1;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    position: absolute;
    right: -22px;
    top: 37px;
    text-align: center;
    width: 250px;
    transform: matrix(0.866025, 0.7, -0.7, 0.866025, 32.9449, 10.9378);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 1;
}
/* .mhv-ribbon.archive {} */
/* .mhv-ribbon.single {} */
.mhv-ribbon.recently-listed {
    background-color: #047004;
}
.mhv-ribbon.price-reduced {
    background-color: #00689E;
}
.mhv-ribbon.sale-pending {
    background-color: #9C4D9A;
}
.mhv-ribbon.sold {
    background-color: #ff0000;
}
/* END ribbon display */


/* START filters */
#mhvfilters {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: auto;
  /* max-width: 615px; */
  padding: 0;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.mhvfilter--field {
  margin-top: 20px;
}
.mhvfield-label {
  color: #15718d;
  font: 600 1.2rem/1.5 "Roboto Condensed", sans-serif;
  letter-spacing: 0.085rem;
  text-transform: uppercase;
}
#mhvfilters select {
  background: #dfddda;
  border-radius: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: 400 14px "Roboto Condensed", sans-serif;
  height: 44px;
  letter-spacing: 0.15rem;
  margin: 0;
  padding: 0.75em 1rem;
  position: relative;
  text-transform: uppercase;
  width: 200px;
  z-index: 10;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#mhvfilters.are-active select{
  display: inline-block;
}
.no-match{
  color: #2c3e50;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 40px auto;
  text-align: center;
}
/* END filters */
