/*********************** Custom Select ***********************/

.custom-search-select .level-0 {
    font-weight: bold;
}

#cat-searchform {
    text-align: center;	
    width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}

#cat-searchform  #s {
    display: block;
	padding: 10px;
	outline: 0;
	border:0px;
    width: 674px;
}

#cat-searchform select {
	display: block;
}
#cat.postform{
    width: 100%;
    padding: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 0;
    outline: 0;	
}
#cat-searchform input {
	display: inline-block !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 10px 0;
	width: 120px;
    font-weight: bold;
	font-size: 14px;
    outline: 0;
    border: 0;	
}

#cat-searchform .sale-rent {
    display: inline;
    padding: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 0;
    outline: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;	
}

#cat-searchform .read-more {
	position:relative;
	width: 100px;
	display: inline;
	padding: 9.5px;
    border-bottom: 1px solid #0094FF;
	outline: 0;
}

#cat-searchform .read-more:hover {
	cursor: pointer;
}

/* The container must be positioned relative: */
.custom-search-select {
    position: relative;
    font-family: Arial;
    width: 200px;
    display: inline-block;
    background: #fff;
    bottom: 1px;	
}

.custom-search-select select {
    /*display: none; *//*hide original SELECT element: */
}

.custom-search-select .select-selected {
	border: 1px solid #ddd;
	padding: 10px;	
}

/* Style the arrow inside the select element: */
.custom-search-select .select-selected:after {
    position: absolute;
    z-index:99999;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #333 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.custom-search-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.custom-search-select .select-items div,.custom-search-select .select-selected {
    text-align: left;	
    color: #333;
    cursor: pointer;
    display: none;
}

/* Style items (options): */
.custom-search-select .select-items {
    position: absolute;
	padding: 10px;
    background: #fff;
    top: 100%;
    left: 0;    padding: 5px;
    right: 0;
    z-index: 99;
    text-align: left;
	overflow: auto;
	max-height: 400px;
	border: 1px solid #ddd;
}

.custom-search-select .select-items div {
	padding: 5px;
}

/* Hide the items when the select box is closed: */
.custom-search-select .select-hide {
    display: none;
}

.custom-search-select .select-items div:hover,.custom-search-select .same-as-selected {
    background: #fff;
}

#cat-searchform .s {
	width: 200px;
	display: inline;
}

.searchinput {
    min-width: 100%;
    padding: 10px;
}

#cat.postform {
    padding: 9.5px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;	
}

