
/*
======================================
Version: 1.1.3
Author: Robert Lui
Author URI: https://www.rydenwebworks.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;
}

.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;
}

/*
body {
	font-family: arial;
}

#page-191 {
	margin-top: 60px;
}

.container {
	
}

.div2 {
	height: 31px;
}

.listing_div {
	width: 25% !important
}

.address_div {
	
}

.mls_no_div {
	font-size: 12px;
}

.listby_div {
	margin-top: 20px;
	font-size: 12px;
}

.listby_heading {
	margin-right: 5px;
}

.listby_text {

}

.listing_item_div {
	padding: 30px 0px;
	width: 25%;
	display: inline-block;
	border-bottom: 1px solid lightgray;
}

.listing_item_sub_div {
	margin: 0px 15px;
}

.listing_heading_div {
	max-width: 100%;
}

.list_item_top_div {
	width: 100%;
}

.item_div {
	position: relative;
	color: gray;
	font-weight: bold;
	font-size: 12px;
}

.beds_div, .baths_div, .sqft_div {
	width: 30% !important;
}

.feature_pic_div {

}

.feature_pic_div img {
	width: 100%;
}

.recip_logo_sm {
	position: absolute;
	width: 20px;
	right: 0px;
	bottom: 2px;
}

.recip_logo {
	position: absolute;
	width: initial !important;
	top: 0px;
	right: 10px;
}

.map_div {
	border: 5px solid white;
	border-bottom: 20px solid white;
	margin: 10px 0px 10px 10px;
	border-radius: 3px;
	overflow: hidden;
	background-color: white;
	text-align: center;
}

.map_frame {
	border-radius: 3px;
	overflow: hidden;
}

.info_div {

}

.price_div {
	margin: initial;
}

.bdr_div, .fl_div {
	width: 60%;
	display: inline-block;
}

.bath_div, .age_div {
	width: 40%;
	display: inline-block;
}

.map_marker_div {
	margin-right: -5px;
	background: none;
	border: none;
}

.desc_div {
	margin: 10px;
	text-align: justify;
}

.features_div {
	margin: 10px;
	text-align: justify;
	float: left;
}

.divider {
	border: none;
}

.heading {
	display: inline-block;
	width: 90px;
}

.titleSmall {
	font-weight: bold;
	color: lightseagreen;
}

.banner-img {
	width: 140px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	background: rgba(0,0,0,0);
	border: 0px;
}

.disclaimer_div {
	border-radius: 3px;
	overflow: hidden;
	color: gray;
	margin: 30px auto;
	box-shadow: 3px 3px 3px gray;
	line-height: 20px;
	font-size: 0.8em;
	padding: 5px;
	border: 1px solid lightgray;
}

*/