/*--------------PROPERTIES----------------------------------------*/

#properties-title {
	width: 100%;
	text-align: center;
}

.property-wrapper {
	width: 100%;
	height: auto;
	margin: 60px auto;
	display: flex;
	flex-direction: row;
}

.property-div {
	flex: 1;
	margin: 10px 7%;
	padding: 4px;
	background-color: #FFF7E6;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3) inset;
}

#empty {
	background-color: transparent;
	box-shadow: none;
}

.property-title {
	font-family: 'Open Sans';
	text-decoration: none;
	margin: 0;
}

.property-city {
	margin: 0;
}

.property-loc {
	margin: 5px auto;
}

.property-img {
	width: 90%;
	height: 65%;
	border-radius: 10px;
	margin-bottom: -40px;
}

.property-ribbon {
	width: 92%;
	height: 28px;
	border-radius: 4px;
	margin-bottom: -31px;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
}

.property-status {
	margin-top: 0px;
	font-size: 110%;
	color: white;
	text-shadow: 2px 1px black
}

.property-mls {
	padding: 0 0 50px 0;
	margin: 5px;
}

a {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #444;
}

@media screen and (max-width: 768px) {

	.property-wrapper {
		width: 100%;
		height: auto;
		margin: 10px auto;
		display: flex;
		flex-direction: column;
	}
	.property-ribbon {
		width: 94%;
		height: 25px;
		border-radius: 3px;
		margin-top: 10px;
		margin-bottom: -31px;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
	}
	.property-mls {
		padding: 0;
		margin: -10px 5px 5px 5px;
	}

}