/* property cards */
.card-title{
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #007074;
	min-height: 40px;
}

.card-subtitle {
	font-weight: bold;
}

.card-price {
	font-size: 16px;
	line-height: 24px;
	color: #a2bf52;
	font-weight: bold;
}

.card-price-old {
	text-decoration: line-through;
	color: #bf5252;
}

.card:hover {
	cursor:pointer;
}
.card-footer {
	background-color: #d1d1d1 !important;
	padding: 0.15rem 1.25rem;
	font-weight: bold;
}

.card-footer .sqft {
	text-align: right;
	float: right;
	color: black;
	font-weight: bold;
}

.card a, .card a:hover {
	color: inherit;
	height: inherit;
}

.card-price .marker {
    position: absolute;
    right: 2px;
    align-self: center;
    cursor: alias;
}
