/* Child Theme - Custom CSS File */

.property-listing-grid .cur-status,
.property-listing-simple .cur-status,
.property-single-content .cur-status,
.property-description .cur-status {
    background-color: red;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    margin: 10px auto;
}

.property-listing-simple .cur-status,
.property-listing-grid .cur-status,
.property-single-content .cur-status {
    margin: 0 0 10px;
    text-align: center;
}