
/*
======================================
Version: 1.1.3
Author: Robert Lui
Author URI: https://www.rydenwebworks.com
======================================
*/

@import "global.css";

body {
	background-color: beige;
}

/*
#navbar {
	position: fixed;
	text-align: right;
	background-color: rgba(0,0,0,0.8);
	width: 100vw;
	z-index: 1;
	padding-right: 30px;
}
*/

#properties-div {
	position: relative;
  max-width: initial !important;
  padding: 0px;
}

h5 {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 10px 20px;
}

.form-check-input {
	margin-left: 10px;
	width: auto;
}

/* sort box end */

.col {
	padding: 0px;
}

.projects-div {
	width: 98%;
	margin: auto;
}

#project-0 {
	display: none;
}

.project {
	margin-bottom: 30px;
	color: #333;
}

.inner_div {
	padding: 30px;
	min-height: 630px;
	box-shadow: 5px 5px 3px gray;
	background-color: peachpuff;
  	font-size: 1rem;
	font-weight: 600;
	height: 100%;
}

.proj_header {
	height: 120px;
	overflow: hidden;
}

.name_div {
	font-weight: bold;
	display: inline-block;
	color: red;
  font-size: 1rem;
}

.name_div a {
	color: red;
	text-decoration: none;
}

.th-img {
	width: 50px;
	height: 40px;
	vertical-align: bottom;
}

.condo-img {
	width: 30px;
	height: 50px;
	vertical-align: baseline;
}

.category_div {
	display: inline-block;
	position: relative;
	left: 10px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333;
}

.img_div {
	margin-bottom: 30px;
}

.img_div img {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.amenities_div {
	font-weight: 400;
	color: black;
}

.city_div, .street {
	display: inline;
}

.developer {
	font-weight: bold;
	font-size: 0.8em;
}

.incentives_div {
  color: red;
}

.price_div {
	font-size: 12px;
	font-weight: 700;
}

.housing_type_div {
	font-size: 12px;
	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;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0px;
}

.beds_div, .baths_div, .sqft_div {
	display: inline-block;
	width: 30%;
	font-size: 12px;
}

.list_by, .list_days {
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.list_by {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid lightgray;
}

#accordion {
	background-color: #f2f6e9;
	width: 100%;
}

#aa {
	text-decoration: none;
	color: black;
}

#ab {
	display:inline-block;
	transition: transform .2s ease-in-out;
}

#ab {
	transform: rotate(180deg);
}

.collapsed #ab {
	transform: rotate(0deg);
}

.loader {
    border: 16px solid #f3f3f3;
        border-top-color: rgb(243, 243, 243);
        border-top-style: solid;
        border-top-width: 16px;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1.5s linear infinite;
    position: relative;
    top: 10%;
    left: 40%;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } 





/*
#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;
}
*/

/*
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;
}features

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

*/
