/* Created on : May 10, 2022, 8:34:20 AM */
    
.post-listing .suggest-title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.post-listing .item {
    display: flex;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 6%);
}
.post-listing .item:first-of-type {

}
.post-listing .item:last-of-type {

}
.post-listing .item.vip50 {
    background: #fff9f3;
}
.post-listing .item.free,
.post-listing .item.normal {
    border-color: #ddd !important;
}
.post-listing .item .thumb {
    width: 160px;
    height: 160px;
    margin-right: 10px;
    overflow: initial;
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 0;
}
.post-listing .item .thumb img{
    max-width: 100%;
    height: 100%;
}
.post-listing .item .btn-save {
    z-index: 1;
    cursor: pointer;
    background: url(../images/heart.png) center no-repeat;
    background-size: 16px;
    width: 23px;
    height:23px;
    border-radius: 15px;
    background-color: #f4f4f4;
    display: block;
    text-indent: -999999px;
    float: right!important;
    margin-left: 3px;
}
.post-listing .item .btn-save:hover {
    background: url(../images/heart-full.png) center no-repeat;
    background-size: 17px;
    background-color: #f6267d;
    opacity: 1;
}
.post-listing .item .btn-save.saved {
    background: url(../images/heart-full.png) center no-repeat;
    background-size: 17px;
    width: 23px;
    height: 23px;
    display: block;
}
.section-post-listing.saved {
    display: none;
}
.section-post-listing.saved.loaded {
    display: block;
}
.section-post-listing.saved .post-listing .item .btn-save {
    display: none;
}
.post-listing .item .vip-icon {
    pointer-events: none;
    position: absolute;
    background: #f03939;
    color: #fff;
    left: -34px;
    top: -11px;
    padding: 22px 28px 2px 27px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.6rem;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 1px 5px #000;
}
.post-listing .item  .post-hot{
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/hot.svg) center no-repeat;
    background-size: 100%;
    pointer-events: none;
    /* z-index: 1;*/
    position: absolute;
    top: 0;
    right: 0px;

}
.post-listing .item .address .icon {
    opacity: 0.6;
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.leftCol .post-hot {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/hot.svg) center no-repeat;
    background-size: 100%;
    pointer-events: none;
    float: right!important;
}
.post-listing .post-contact i {
    width: 15px;
    height: 15px;
    background: url(../images/icon-support-post.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}
.post-listing .item .address .icon {
    opacity: 0.6;
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.post-listing .post-author {
    color: #999;
    font-size: .9rem;
    display: flex;
    align-items: center;
    float: left;
    text-transform: capitalize;
}
.post-listing .post-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    background-color: #f1f1f1;
}
.post-listing .post-contact {
    float: right;
    height: 30px;
    line-height: 1;
    display: flex;
    margin-right: 5px;
    align-items: center;
}
.section-post-listing.saved {
    display: none;
}
.section-post-listing.saved.loaded {
    display: block;
}
.section-post-listing.saved .post-listing .item .btn-save {
    display: none;
}
.post-listing .item .icon-video {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/play-arrow.png) center no-repeat;
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
}
.post-listing .item .number-image {
    position: absolute;
    left: 1px;
    border: 0;
    z-index: 1;
    padding: 2px 5px 3px;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 3px;
    pointer-events: none;
    line-height: 1;
    font-size: 0.8rem;
}
.post-listing .item .number-view {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 0;
    z-index: 1;
    padding: 2px 5px 3px;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 3px;
    pointer-events: none;
    line-height: 1;
    font-size: 0.8rem;
}
.post-listing .item .info {
    -ms-flex: 1;
    flex: 1;
}
.post-listing .item .title,
.post-listing .item .title a {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    text-transform: lowercase;
    display: block !important;
}
.post-listing .item .title:first-letter,
.post-listing .item .title a:first-letter {
    text-transform: uppercase !important;
}
.post-listing .item .title a:hover {
    text-decoration: underline;
}
.post-listing .item.vip50 .title a {
}
.post-listing .item.free .title,
.post-listing .item.free .title a,
.post-listing .item.normal .title,
.post-listing .item.normal .title a ,.the-post-detail .post-h1 .p-title{
    text-transform: lowercase;
    display: block !important;
}
.post-listing .item.free .title:first-letter,
.post-listing .item.free .title a:first-letter,
.post-listing .item.normal .title:first-letter,
.post-listing .item.normal .title a:first-letter,.the-post-detail .post-h1 .p-title:first-letter {
    text-transform: uppercase !important;
}
.post-listing .item .post-label {
    margin-top: 2px;
    margin-right: 5px;
    background-color: #e4002b;
    color: #fff;
    border: 1px solid #e4002b;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
    float: left;
    text-align: center;
    line-height: 1;
    padding: 4px 10px 3px;
    border-radius: 30px;
}
.post-listing .item .meta {
    margin: 8px 0 0;
    font-size: 0.95rem;
}
.post-listing .item .price,
.post-listing .item .acreage,
.post-listing .item .bedroom,
.post-listing .item .bathroom {
    display: inline-flex;
    margin-right: 20px;
    /* opacity: 0.8; */
}
.post-listing .item .price {
    color: #dc3545;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 20px;
    opacity: 1;
    display: inline-block;
}
.post-listing .item .price i {
    font-style: normal;
    /* margin-left: 5px; */
}
.post-listing .item .time {
    float: right;
    font-size: 0.85rem;
    color: #808080;
}
.post-listing .item .address {
    display: inline-block;
    line-height: 20px;
}
.post-listing .item .address a {
    color: #333;
}
.post-listing .item .address a:hover {
    text-decoration: underline;
}
.post-listing .item .author {
    float: left;
    display: inline-flex;
    align-items: center;
    color: #333;
    position: relative;
}
.post-listing .item .author:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    margin: 0 10px;
}
.post-listing .item .author img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    background: #ddd;
    object-fit: cover;
}
.post-listing .item .address a,
.post-listing .item .author span {
    /* color: #055699; */
    /* opacity: 0.8; */
    /* font-weight: 500; */
}
.post-listing .item .address,
.post-listing .item .author span {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-listing .item .address {
    max-width: 290px;
}
.post-listing .item .summary {
    font-size: 1rem;
    line-height: 22px!important;
    max-height: 15.8rem!important;
    color: #808080;
}

.feature-item .icon {
    width: 14px;
    height: 13px;
    margin-right: 2px;
    display: inline-block;
    opacity: 0.8;
}
.icon.bed {
    background: url(../images/bed-icon.svg) center no-repeat;
    background-size: contain;
}
.icon.expand {
    background: url(../images/acreage-icon.svg) center no-repeat;
    background-size: contain;
}
.icon.address {
    background: url(../images/fa-map-pin.svg) center no-repeat;
    background-size: contain;
}
.icon.bath {
    background: url(../images/bath-icon.svg) center no-repeat;
    background-size: contain;
}
