/* ******************* SEARCH BOX ******************* */
.header-section .top-header-right .search-cont {
    cursor: pointer;
    width: 55px;
    height: 60px;
    line-height: 65px;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
}

.header-section .top-header-right .search-cont .arrow-right {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #652410;
    border-top: 20px solid transparent;
    display: none;
    float: left;
    height: 0;
    position: relative;
    right: 0;
    text-align: left;
    vertical-align: top;
    width: 0;
    z-index: 2;
    padding-right: 10px;
}

.header-section .top-header-right .search-cont.icon {
    float: right;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 10px;
    vertical-align: middle;
    width: 25px;
}

.header-section .top-header-right .search-cont .fa-search.active { display: none; }

.header-dd.active .search-icon {
    position: absolute;
    right: 55px;
    top: 18px;
}

.header-dd.active .search-close {
    position: absolute;
    top: -38px;
    left: 72px;
    z-index: 99;
    background: transparent;
    width: auto;
    height: auto;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
/*.header-dd.active .search-close .fa {
    font-size: 14px;
    color: #fff;
}*/

/* Mobile Specific */
.site-search-mobile {
    background: #101927;
    border: 0 none;
    height: 40px;
    margin: 10px 0 0 10px;
}

/* ******************* MEDIA QUERIES ******************* */

/*** Mobile ***/
@media only screen and (max-width:40em) {

    .header-section .top-header-right .search-cont {
        position: absolute;
        left: 65px;
        top: 0px;
        width: 30px;
        padding-right: 0;
    }

    .site-search-box { z-index: 20003; }

    .site-search input[type=text] { font-size: 12px; }
}

/*** Tablet ***/
@media only screen and (min-width:40.063em) and (max-width:64em) {
    .header-section .top-header-right .search-cont {
        height: auto;
        width: auto;
        padding-top: 4px;
    }

    /*.header-section .header-dd.active .header-close { display: none; }*/
    /*.header-section .search-cont .fa-times.active { display: inline-block; }*/
}

/*** Tablet and Desk***/
@media only screen and (min-width:40.063em) {}

/*** Desktop  ***/
@media only screen and (min-width:64.063em) {
    .header-section .top-header-right .search-cont {
        top: auto;
        right: auto;
        background-color: transparent;
        width: auto;
        height: 45px;
        line-height: 50px;
        border: 0 none;
        padding-top: 0;
    }

    .header-section .top-header-right .search-cont .fa-search.active { display: inline-block; }

}

.search_results { padding:15px 0; margin:0 0 10px 0; }

.search_results .searchBox { position:relative; }
.search_results .searchBox input { border: 1px solid #ccc; }
.search_results .searchBox .searchBtn {
	position:absolute;
    right: 0px;
    top: 0px;
    display: block;
    background: #0e88a6;
    width: 45px;
    height: 45px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.search_results .searchBox input {height: 45px;}
.search_results_items .search_results_above { float:left;width:100%; }
.search_results_items .search_results_above h4 { float:left;margin:2px 30px 0 0; }

.search_results_items .search_results_pagination { padding:5px;margin:2px 0;float:right; font-family: 'Brown-Regular', sans-serif;}
.search_results_items .search_results_pagination a span.arrow-right {
	background: url(/includes/public/assets/images/listings/right-arrow.svg);
	padding:0 0 0 8px;
}
.search_results_items .search_results_pagination a span.arrow-left {
	background: url(/includes/public/assets/images/listings/left-arrow.svg);
	padding:0 0 0 8px;
}
.search_results_items .search_results_pagination a span.fa-caret-left { padding:0 8px 0 5px; }

.search_results_items .search_results_notfound { margin:10px 0; }

.search_results_items .search_results_filters {
	background: #f6f3e5;
	padding:20px;
	margin:10px 0;
    font-family: 'Brown-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #2f292b;
    letter-spacing: 0.08em;
}
.search_results_items .search_results_filters .search_results_facets { margin-top:10px; }
.search_results_items .search_results_filters .search_results_facets a { display:inline-block;margin-bottom:4px; }
.search_results_items .search_results_filters .removeFilter { font-size:0.8rem; }

.search_results_items .search_result_item { padding:10px 0;margin:0; }
.search_results_items .search_result_item_top { font-size:0.75rem; }
.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item h4 { display:inline-block; }
.search_results_items .search_result_item h4 a {  }
.search_results_items .search_result_item_bottom { color:#777;font-size:0.8rem; font-family: 'Brown-Regular', sans-serif;}
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { line-height: 1.3rem; }
.search_results_items .search_result_item .search_result_item_bottom p { color:#545454;margin:2px 0 0 0;}

@media only screen and (max-width: 64em) {
	.search_widget_headerbox {
		position: relative;
		right: 62px;
		margin-top: 9px;
		padding-top: 3px;
		border-radius: 4px;
	}
}
