 html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}

body {
	background-color: #fff; 
}

@media (min-width: 600px) {
    .welcome-blurb {
        padding: 25px 50px 25px 50px;
        
    }
}

@media (min-width: 600px) {
    .search-wrapper-home {
        padding: 50px!important;
        
    }
}

.btn-homeprop:hover {
    color: rgb(var(--brand-color))!important;
}

.selectize-control.multi .selectize-input > div {
    padding: 4px 4px!important;
    background: black!important;
    color: #fff!important;
}

.selectize-input {
    height: 40px!important;
    border: 1px solid black!important;
    font-size:larger!important;
}


.search-wrapper-home {
    padding: 5px;
}


.searchLink {
	height: 40px;
	width: 140px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #000;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}

.searchSelect {
	height: 34px;
	width: 130px;
	border-radius: 0px;
	border: 0px;
	background-color: rgba(255,255,255,0.1);
	color: white;
	padding: 0px 5px;
	margin: 10px;
}

option {
	color: #000;
}

.image-epc {
    width: 100%;
}



.linkback {
	margin-top: 5px;
	height: 40px;
}


.grid-listing:hover .grid-listing-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}
.searchLink:hover {
	text-decoration: none;

}

.statusoverlay {
	height: 100px!important;
	width: 100px!important;
	z-index: 3;
	position: absolute;
}



.ui-slider-handle .ui-state-active {
	background-color: rgb(252,155,0)!important;
}

.ui-slider-range {
	background-color: rgb(var(--brand-color));
}

.search-container {
	color: #000;
	max-width: 1200px;
	padding:10px;
	flex-direction: row;
	margin: auto;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

.search-container-home {
    max-width: 80%;
	flex-direction: row;
	margin: auto;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}



@media only screen and (max-width: 750px) {
  .search-container {
    flex-direction: column;
  }
  
@media only screen and (max-width: 450px) {
    .search-wrapper-home {
        max-width:350px;
        margin:auto;
    }
}

  .searchSelect {
  	margin-bottom: 10px;

  }

  .btn-search {
  	width: 274px;
  }
  .search-container-home {
    max-width: 100%;
  }
}

.search-wrapper {
	width: 100%;
	
}

.single-listing {
	max-width: 1200px;
	margin: auto;
	padding: 5px;
	color: #4E5663;
	overflow: hidden;
	
}

.basic-details {
    margin-top: 10px;
}

.btn-image {
	height: 40px;
	width: 85px;
	text-align: center;
	border-radius: 4px;
	border: none;
	color: white;
	background-color: rgb(var(--brand-color));
	margin-right: 5px;
	margin-bottom: 10px;
}

.listing-description {
	padding-top: 10px;
	margin: auto;
	text-align: center;
}

.listing-bullets {
	padding-bottom: 25px;
}


.price-container, .beds-container, .baths-container {
	white-space: nowrap;
	margin-bottom: 5px;
}

.beds-container-home, .baths-container-home {
	white-space: nowrap;
	margin-bottom: 5px;

}
@media only screen and (min-width: 1400px) {
    .beds-container-home, .baths-container-home {
    	margin-left:10px;
    
    }
}

.price-container {
	/*margin-bottom: 10px;*/
}

.price-data-wrapper {
	padding: 0 10px 0 10px;
	margin-top: -4px;
}

.price-label {
	color: #4E5663;
}


.label-wrapper {
	width: 55px;
	text-align: center;
	vertical-align: middle;
	color: #4E5663;
}
.beds-btn {
	border: 1px solid rgb(var(--brand-color));
	border-radius: 0px;
	background-color: rgb(var(--brand-color));
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 2px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */

}

.beds-btn-studio {
	width: 75px;
}


.baths-btn {
	border: 1px solid rgb(var(--brand-color));
	border-radius: 0px;
	background-color: rgb(var(--brand-color));
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 2px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */

}

.btn-active {
	background-color: #fff;
	border: 1px solid rgb(var(--brand-color));
	color:rgb(var(--brand-color));
}


.beds-btn:hover {
	cursor: pointer;
}


.baths-btn:hover {
	cursor: pointer;
}

.btn-search-label {
    padding-top:6px;
}

.btn-search {
	height: 50px;
	width: 100%;
	background-color: rgb(var(--brand-color));
	color: white;
	border-radius: 0px !important;
	padding: 0;
	font-size: large;
	font-weight: 500;
}
.btn-search:hover {
    color: rgb(var(--brand-color));
    background-color: #fff;
    border: 1px solid rgb(var(--brand-color));
}

.btn-search-home {
	height: 50px;
	width: 100%;
	background-color: rgb(var(--brand-color));
	color: #fff;
	border-radius: 0px !important;
	margin-top: 2px;
	padding: 5px;
	font-size: large;
	font-weight: 500;
}
.btn-search-home:hover {
    color: rgb(var(--brand-color));
    background-color: #fff;
}

.grid-listing-full {
	padding-top: 25px;
	text-align: center;
	color: black;
	width: 100%;
}

.grid-listing-container {
	border-radius: 0px;
}

.grid-listing {
	border-radius: 0px;
}

.grid-listing-wrapper {
	border-radius: 0px;
}

.image-container {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.details-container {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height:29%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.statusoverlay {
	border-top-left-radius: 0px;
}

.gird-listing-container img {
	height: 200px !important;
}

.addressListing {
	font-size: 24px;
}

.priceListing {
	font-weight: 600;
}

.sales-btn, .lettings-btn {
    border-radius: 0px;
    width: 100px;
    height: 60px;
    text-align: center;
    padding: 5px;
    background-color: #4E5663;
    color:rgb(var(--brand-color));
    cursor: pointer;
}

.split-active {
    background-color: rgb(var(--brand-color));
    color: #fff;
}

.sales-btn.btn-active, .lettings-btn.btn-active {
    background-color: rgb(var(--brand-color));
    border: 0;
}
