
/*
======================================
Version: 1.1
Author: Robert Lui
Author URI: https://www.rydenweb.com
======================================
*/

#myBrokerageListings, #featuredListings {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#myBrokerageListings_heading, #featuredListings_heading {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 50px;
}

#featuredListings_heading {
	color: red;
}

.listing_div {
	display: inline-block;
	width: 23%;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	max-width: 400px;
	box-shadow: 3px 3px 3px lightgray;
	margin-bottom: 30px;
	margin-right: 1%;
	margin-left: 1%;
	border: 1px solid lightgray;
}

.address_div {
color: #333;
font-size: 12px;
font-weight: 600;
padding-left: 5px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.address_div p {
	margin: 0px;
	display: inline-block;
}

.price_div, .housing_type_div {
	padding: 5px;
}

.price_div {
	font-size: 12px;
	font-weight: 600;
	color: #333;
	padding-left: 5px;
}

.housing_type_div {
	font-size: 12px;
	position: absolute;
	right: 5px;
	bottom: 0px;
}

.price_div p {
	margin: 0px;
}

.housing_type_div p {
	margin: 0px;
}

.thumbnail_div {
	padding-top: 56.25%;
	position: relative;
}

.thumbnail_div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid lightgray;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 15px;
}

.beds_div, .baths_div, .sqft_div {
	display: inline-block;
	width: 30%;
	color: black;
	font-weight: bold;
  margin-top: 5px;
}

.beds_div {
	margin-left: 5px;
}

.list_by, .list_date {
	margin-left: 5px;
	color: black;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;	
	border-top:	1px solid lightgray;
	padding: 2px 0px;
}

.div2 {
	position: relative;
	height: initial;
	display: block;
}












/*
@media only screen and (min-width: 767px) and (max-width: 1000px) {
#list_item_div {
	max-width: 562px;
}
#listing_heading_div {
	max-width: 562px;
}
#info_div {
	clear: both;
	width: 540px !important;
	max-width: 540px !important;
	height: auto;
	float:left;
	border-radius: 3px;
	//border: 1px solid white;
}
#price_tag_div {
	width: 400px;
	right: -80px;
}
#price {
	font-size: 2em;
	left: 190px;
	top: 250px;
}
#price_div {
	width: 236px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bdr_div {
	width: 90px;
	float: left;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	text-align: center;
}
.heading {
	width: 90px;
}
#listby_heading {
}
#listby_text {
}
#desc_div {
	width: 540px;
}
#features_div {
	width: 540px;
}
#hr_div {
	width: 540px;
	margin-left: 10px;
}
}

@media only screen and (max-width: 767px) {
#mls_no_div {
	float: left;
}
#map_caption_div {
	font-size: 1em !important;
}
#map_marker_div {
	display: none;
}
#feature_pic_div {
	float: none;
	margin: 10px;
}
#map_div {
	float: none;
	margin: 10px;
}
#list_item_div {
	margin: 5px auto 30px 0px;
}
#list_item_top_div {
	float:none;
}
#list_item_top_div {
	
}
#divider {
	border-top: 1px solid red;
}
#hr_div {
	margin-left: 10px;
	margin-right: 10px;
}
#info_div {
	height: auto;
	margin-left: 20px;
}
#desc_div {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 100% !important;
}
#features_div {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 100% !important;
}

}
*/
