.type-property .wp-post-image {
    width: 100% !important;
}

/*******************************************************************
 * Forms
 *******************************************************************/
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

.form-group select {
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 0px;
    height: 40px;
    width: 100%;
}

/*******************************************************************
 * Row
 *******************************************************************/
.type-property .property-row-image {
    display: block;
    margin-bottom: 100px;
}

.type-property .entry-content .property-row-location {
    font-size: 1.7rem;
    font-style: italic;
}

.type-property .entry-footer strong {
    color: rgba(51, 51, 51, 0.7);
    font-weight: 400;
}

.type-property .entry-footer .property-row-meta-item {
    margin-right: 25px;
}

.type-property .entry-footer .property-row-meta-item {
    color: rgba(51, 51, 51, 0.3);
}

/*******************************************************************
 * Property Gallery
 *******************************************************************/
.property-gallery {
    margin-bottom: 50px;
    position: relative;
}

.property-gallery-preview img {
    display: block;
}

.property-gallery-index {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
    bottom: 0px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 50px 0px 20px 0px;
    position: absolute;
    right: 0px;
    text-align: center;
}

.property-gallery-index li {
    display: inline-block;
    margin: 0px 5px;
}

.property-gallery-index li.active a {
    opacity: 1;
}

.property-gallery-index a {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    opacity: .45;
    width: 10px;
}

/*******************************************************************
 * Property Overview
 *******************************************************************/
.property-overview {
    border: 1px solid #eaeaea;
    margin: 0px 0px 60px 0px;
    padding: 0px 60px;
}

.property-overview dl {
    font-size: 16px;
    margin: 60px 0px;
}

.property-overview dt {
    float: left;
    line-height: 3;
    margin: 0px;
    width: 40%;
}

.property-overview dd {
    border-bottom: 1px solid rgba(0, 0, 0, .02);
    line-height: 3;
    margin: 0px;
}

.property-overview dd:last-child {
    border-bottom: 0px;
}

/*******************************************************************
 * Property Amenities
 *******************************************************************/
.property-amenities {
    border-top: 1px solid #eaeaea;
    margin-top: 60px;
    padding-top: 40px;
}

.property-amenities ul {
    list-style: none;
    overflow: hidden;
}

.property-amenities ul li.no {
    opacity: .6;
    text-decoration: line-through;
}

.property-amenities ul li {
    float: left;
    line-height: 3;
    width: 50%;
}

/*******************************************************************
 * Property Valuation
 *******************************************************************/
.property-valuation {
    border-top: 1px solid #eaeaea;
    margin-top: 60px;
    padding-top: 40px;
}

.property-valuation dt {
    float: left;
    font-weight: normal;
    width: 30%;
}

.property-valuation dd {
    margin-left: 30%;
}

.property-valuation dd span {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 31px;
}

.property-valuation dd strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
}

/*******************************************************************
 * Property Floor Plans
 *******************************************************************/
.property-floor-plans {
    border-top: 1px solid #eaeaea;
    margin-top: 60px;
    overflow: hidden;
    padding-top: 40px;
}

.property-floor-plans a {
    border: 0px !important;
    display: block;
    float: left;
    width: 25%;
}

.property-floor-plans a:hover {
    text-decoration: none;
}

.property-floor-plans a img {

}

/*******************************************************************
 * Property Badge
 *******************************************************************/
.property-badge {
    background-color: #fff;
    left: 30px;
    padding: 4px 12px;
    position: absolute;
    top: 30px;
}

.property-badge-sticky {
    left: auto;
    right: 30px;
}

/*******************************************************************
 * Rating
 *******************************************************************/
input#rating {
    display: none;
}

.review-rating-total {
    margin-bottom: 15px;
}

.review-rating-total-description {
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: block;
    font-size: 80%;
    padding: 6px 12px;
}

/*******************************************************************
 * Rating
 *******************************************************************/
.social-links {
    list-style: none;
}

.social-links li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 8px 0px;
}
.social-links li:last-child {
    border-bottom: 0px;
}


