.widget-search.active input[type="search"] {
	box-shadow: none;
}
.search_results {
	padding: 0;
	margin: 0 0 10px 0;
}

.search_results .searchBox {
	position: relative;
}

.search_results .searchBox input {
	border: 0;
	height: 48px;
	padding: 0 15px;
	text-transform: none;
	background: #fff;
	font-size: 1.25rem;
	border: 1px solid #7b6856;
	font-family: 'Aroma 2 LT W05 Bold';
	font-weight: 500;
	margin-bottom: 10px;
	padding: 7px 12px 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #231f20;

}
.search_results .search_result_item {
	margin-bottom: 20px;
}
.search_results .searchBox .searchBtn {
	margin: 0;
	padding: 0;
	width: 55px;
	height: 100%;
	background: #f8971d;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

.search_results .searchBox .searchBtn .fa {
	line-height: 48px;
	font-size: 25px;
	padding: 0 16px;
}

.search_results_items .search_results_filters {
	background-color: #2b285d;
	margin: 10px 0;
	padding: 15px;
	line-height: 1.4;
	color: #fff;
}

.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;
	color: #fff;
}
.search_results_items .search_results_above {
	float: left;
	width: 100%;
}
.search_results_items .search_results_pagination {
	float: right;
	margin-bottom: 1.25rem;
}

.search_results_items .search_results_notfound {
	margin: 10px 0;
}
.search_results span.search_anchor {
	color: #f8971d;
}
.search_results h4 {
	line-height: 35px;
	margin-bottom: 2px;
}
.search_results .pager a {
	height: 30px;
	width: 30px;
	display: inline-block;
	background-color: #f8961d;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
}
.search_results .pager .double {
	background-color: transparent;
	border: solid 2px #f16648;
	border-radius: 50%;
	padding-top: 7px;
	padding-right: 4px;
}
.search_results .pager a:not(:last-child) {
	margin-right: 11px;
}
.search_results .pager {
	display: block;
	text-align: right;
}
.search_results .pager .text {
	color: #a6a8ab;
	margin-left: 6px;
	margin-right: 21px;
	font-family: 'Avenir Next LT W05 Bold';
	font-size: 18px;
	line-height: 21px;
}

.search_results .pager .double.last {
	padding-left: 4px;
}
.search_results .pager .double i {
	color: #f16648;
	margin-right: -2px;
	position: relative;
	bottom: 4px;
}
.search_results .pager a i {
	font-size: 12px;
	color: #fff;
	position: relative;
	left: -1px;
	top: -3px;
}
.pager .double i.fa.fa-chevron-left {
	position: relative;
	left: 1px;
}
.pager .next i.fa.fa-chevron-right {
	position: relative;
	left: 1px;
}
@media (max-width: 1024px) {
	.search_results .pager .double i {
		bottom: 2px;
	}
	.search_results .pager a.prv i,
	.search_results .pager a.next i {
		top: -1px;
	}
}
@media (max-width: 640px) {
	.search_results .pager .text {
		font-size: 15px;
	}
	.pager .double i.fa.fa-chevron-left,
	.pager .double i.fa.fa-chevron-right {
		position: relative;
		top: -1px;
	}
	.search_results .pager a {
		height: 28px;
		width: 28px;
	}
}
/*
 * Widget Search
 */
 /* shared search styles */
.widget-mobile-search input[type="search"],
.widget-search input[type="search"] {
	height: 40px;
	color: #a6a8ab;
	border: solid 1px #d4d5d7;
	font-family:'Avenir Next LT W05 Regular';
	width: 100%;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 8px;
}
.widget-mobile-search input[type="search"]:focus,
.widget-search input[type="search"]:focus{ background-color: #fff; }
.widget-mobile-search ::-webkit-input-placeholder,
.widget-search ::-webkit-input-placeholder { color: #231f20; opacity: 1; } /* Webkit */
.widget-mobile-search :-moz-placeholder,
.widget-search :-moz-placeholder { color: #231f20; opacity: 1; } /* Webkit */
.widget-mobile-search ::-moz-placeholder,
.widget-search ::-moz-placeholder { color: #231f20; opacity: 1; } /* Webkit */
.widget-mobile-search :-ms-input-placeholder ,
.widget-search :-ms-input-placeholder  { color: #231f20; opacity: 1; } /* Webkit */
/* tablet + desk */
.widget-search {
	margin-left: 38px;
	position: relative;
}
.widget-search .search-icon,
.widget-search .icon {
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 12;
	position: relative;
	cursor: pointer;
}
.widget-search .search-icon{ background-image: url("/includes/public/assets/images/icon-search-orange.png"); }
.widget-search.active .search-icon{ background-image: url("/includes/public/assets/images/icon-search.png"); }
.widget-search input[type="search"] {
	width: 0;
	overflow: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 10;
	border: none;
	font-size: 18px;
	height: 38px;
	-webkit-transition: width 0ms ease-in-out;
	-moz-transition: width 0ms ease-in-out;
	-o-transition: width 0ms ease-in-out;
	transition: width 0ms ease-in-out;
}
.widget-search.active .icon {
	background-image: url("/includes/public/assets/images/icon-close.png");
	left: -310px;
	top: -24px;
}
.widget-search.active input[type="search"] {
	width: 280px;
	border-bottom: solid 1px #d4d5d7;
	top: -14px;
	padding-top: 6px;
	right: 22px;
	-webkit-transition: width 350ms ease-in-out;
	-moz-transition: width 350ms ease-in-out;
	-o-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
}
/* widget mobile search */
.widget-mobile-search input[type="search"]{ font-size: 15px; }
.widget-mobile-search .icon {
	background-image: url("/includes/public/assets/images/icon-search.png");
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 12;
	position: absolute;
	top: 10px;
	right: 25px;
}
a.paginationLink.disabled {
	display: none
}
@media only screen and (min-width: 64.063em) {
	/*desktop > 1024px*/
	.widget-search{ margin-left: 18px; }
	.widget-search.active input[type="search"]{ width: 757px; }
	.widget-search.active .icon{
		left: -789px;
		top: -23px;
	}
}