.item-wrap-v3 .item-wrap {
position: relative;
}
.item-location-energy {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
line-height: 1.4;
color: #fff;
}
.item-property-city {
opacity: 0.9;
}
.item-energy-label {
position: absolute;
right: 14px;
bottom: 14px;
z-index: 5;
display: flex;
align-items: center;
gap: 6px;
color: #fff;
line-height: 1;
}
.item-energy-label i {
font-size: 21px;
color: #fff;
}
.item-energy-label span {
font-size: 16px;
font-weight: 600;
color: #fff;
}  .half-map-wrap .half-map-left-wrap {
width: 40%;
flex: 0 0 40%;
max-width: 40%;
}
.half-map-wrap .half-map-right-wrap {
width: 60%;
flex: 0 0 60%;
max-width: 60%;
} .half-map-left-wrap {
display: flex;
flex-direction: column;
} .half-map-left-wrap .advanced-search-half-map {
position: relative;
flex: 0 0 auto;
width: 100%;
z-index: 10;
background: #fff;
} .half-map-left-wrap .map-wrap {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
flex: 1 1 auto;
width: 100%;
min-height: 0;
} .half-map-left-wrap #houzez-properties-map {
width: 100%;
height: 100% !important;
min-height: 0 !important;
} @media (max-width: 991px) {
.half-map-wrap .half-map-left-wrap,
.half-map-wrap .half-map-right-wrap {
width: 100%;
max-width: 100%;
flex: none;
}
}  #half-map-listing-area .listing-view .item-listing-wrap {
width: 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
} @media (max-width: 1599px) and (min-width: 992px) {
#half-map-listing-area .listing-view .item-listing-wrap {
width: 50%;
flex: 0 0 50%;
max-width: 50%;
}
} @media (max-width: 991px) {
#half-map-listing-area .listing-view .item-listing-wrap {
width: 100%;
flex: 0 0 100%;
max-width: 100%;
}
} .immo-testimonial {
padding: 38px 42px;
border: 1px solid #dedede;
background: #fff;
}
.immo-testimonial-text {
margin-bottom: 32px;
font-size: 17px;
line-height: 1.65;
color: #262626;
}
.immo-testimonial-readmore {
display: inline;
margin-left: 4px;
color: #aaa078;
font-weight: 500;
text-decoration: none;
white-space: nowrap;
}
.immo-testimonial-readmore:hover {
color: #8f855e;
text-decoration: none;
}
.immo-testimonial-footer {
gap: 20px;
}
.immo-testimonial-google-logo {
flex: 0 0 60px;
width: 60px;
}
.immo-testimonial-google-logo img {
display: block;
width: 60px;
height: 60px;
object-fit: cover;
}
.immo-testimonial-info {
min-width: 0;
}
.immo-testimonial-name {
margin-bottom: 3px;
font-size: 18px;
line-height: 1.3;
font-weight: 700;
color: #aaa078;
}
.immo-testimonial-position {
font-size: 17px;
line-height: 1.4;
color: #777;
font-style: normal;
} @media (max-width: 767px) {
.immo-testimonial {
padding: 28px 24px;
}
.immo-testimonial-text {
font-size: 17px;
margin-bottom: 26px;
}
.immo-testimonial-footer {
gap: 16px;
}
.immo-testimonial-google-logo {
flex: 0 0 60px;
width: 60px;
}
.immo-testimonial-google-logo img {
width: 70px;
height: 70px;
}
.immo-testimonial-name {
font-size: 17px;
}
.immo-testimonial-position {
font-size: 16px;
}
}
.immo-testimonial-name a {
color: inherit;
text-decoration: none;
}
.immo-testimonial-name a:hover {
color: #8f855e;
text-decoration: none;
}
.immo-testimonial-readmore {
display: inline;
margin-left: 4px;
color: #aaa078;
font-weight: 500;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
}
.immo-testimonial-readmore:hover {
color: #8f855e;
text-decoration: none;
}
.property-html5-video {
display: block;
width: 100%;
height: auto;
max-width: 100%;
background: #000;
}
.block-video-wrap .property-html5-video {
aspect-ratio: 16 / 9;
object-fit: contain;
}