/*
 * 
 *
 *
 *
 *
 */


a.property-address {
    color: #000;
    text-decoration: none;
    line-height: inherit;
    transition: .1s linear;
}

a.property-address:hover {
    color: #0478ff;
    text-decoration: underline;
}

.project-detail li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.project-detail strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323d47;
} 

/*
 |---------------------------- 
 | Header
 |----------------------------
 |
 |
 */

/* Property Header Address */
#property-header-address {
  
}

/* Property Street Address */
#property-header-address #property-address-street-address {
  
}

/* Property City */
#property-header-address #property-address-city {
  
}

/* Property State */
#property-header-address #property-address-state {
  
}

/* Property Zipcode */
#property-header-address #property-address-zipcode {
  
}


/* Property Header Details */
#property-header-details {
  
}

/* Property Bedrooms Count */
#property-header-details #property-bedrooms-count {
  
}

/* Property Bathrooms Count */
#property-header-details #property-bathrooms-count {
  
}

/* Property Sqft Amount */
#property-header-details #property-sqft-amount {
  
}




/*
 |---------------------------------
 | Property Information Sidebar
 |---------------------------------
 |
 |
 */

/* Property Info Sidebar */
#property-info-sidebar {
  
}

/* Property Address */
#propert-info-sidebar #property-address {
  
}

/* Property Street Address */
#property-info-sidebar #property-address #property-address-street-address {
  
}

/* Property City */
#property-info-sidebar #property-address #property-address-city {
  
}

/* Property State */
#property-info-sidebar #property-address #property-address-state {
  
}

/* Property Zipcode */
#property-info-sidebar #property-address #property-address-zipcode {
  
}

/* Property Summary */
#property-info-sidebar #property-summary {
  
}

/* Property Bedrooms */
#property-info-sidebar #property-bedrooms-count {
  
}

/* Property Bathrooms */
#property-info-sidebar #property-bathrooms-count {
  
}

/* Property Square Footage */
#property-info-sidebar #property-sqft-amount {
  
}

