/* City/places page styles */

.places-hero {
    text-align: center;
    padding: 48px 20px 32px
}

.places-hero h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.5px
}

.places-section {
    margin-bottom: 40px
}

.places-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    padding: 0
}

.places-grid {
    display: grid;
    gap: 20px
}

.hp-cities-content .places-section-title {
    text-align: center;
    margin-bottom: 28px
}

.place-page ul {
    font-size: 15px
}

.place-page .header-bar-wrapper {
    height: 75px;
    position: relative
}

.place-page .regular-page-wrapper {
    margin-top: 20px
}

.place-page .page-content {
    flex: 1 1 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 80px
}

.place-page .content-left-wrapper {
    flex: 1 0 0px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 10px
}

.place-page h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column
}

.place-page h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700
}

.place-page .listing-list-header {
    margin-bottom: 0;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 700
}

.place-page .listing-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.place-page .listing-list li {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px
}

.place-page .listing-list li .property-info-image {
    width: 120px;
    margin: 0 10px
}

.place-page .listing-list li .property-info-address {
    flex: 1 0 auto;
    flex-direction: row;
    width: 40%;
    margin: 0 10px
}

.place-page .listing-list li .property-info-address .bold {
    font-weight: 600
}

.place-page .listing-list li .property-info-bed-bath {
    width: 40%
}

.place-page .listing-list li .property-info-price {
    width: 170px
}

.place-page .listing-list li .ads-thumb {
    height: 100%;
    width: 100%;
    transition-duration: 1s;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #eee
}

.place-page .listing-list li .ads-thumbnail {
    height: 80px;
    max-width: 100%
}

.place-page .listing-list li h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #666 !important;
    letter-spacing: -1px;
    width: 100%;
    border: none
}

.place-page .listing-list li h2 {
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.place-page .listing-list li .prop-status {
    display: flex;
    align-items: center
}

.places-hero {
    text-align: center;
    padding: 48px 20px 32px
}

.places-hero h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.5px
}

.places-section {
    margin-bottom: 40px
}

.places-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    padding: 0
}

.places-grid {
    display: grid;
    gap: 20px
}

@media (max-width:600px) {
    .places-hero h1 {
        font-size: 26px
    }

    .places-hero {
        padding: 32px 16px 24px
    }

    .places-hero h1 {
        font-size: 26px
    }

    .places-hero {
        padding: 32px 16px 24px
    }

}

@media (max-width:500px) {
    .place-page .content-left-wrapper {
        padding: 0 5px !important
    }

    .place-page ul {
        padding-left: 0px;
        font-size: 14px !important
    }

    .place-page .property-info-address {
        width: 45% !important
    }

    .place-page .property-info-bed-bath {
        width: 0% !important;
        display: none
    }

}
