.searchlive_body{
	overflow-y: hidden;
}
.searchlive_body::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.searchlive_body {
  -ms-overflow-style: none;
}
.searchlive_body .searchlive_wrap_all{
	z-index: 9999999;
	visibility: visible;
	opacity: 1;
	height: auto;
}
.searchlive_wrap_all{
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: 0px;
	left: 0px;
	right: 0px;
	z-index: -10;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	overflow-y: scroll;
	transition: all 0.2s ease;
}
.searchlive_wrap_all_in{
	float: left;
	width: 100%;
	height: auto;
}
.searchlive_wrap_all_in *{
	margin: 0px;
	padding: 0px;
}
.searchlive_content_wrap{
	position: relative;
	z-index: 10;
}
.searchlive_form_wrap{
	width: calc(100% - 17px);
	position: fixed;
	height: auto;
	background: #fff;
	z-index: 99;
}
.searchlive_form_wrap_in{
	max-width: 800px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.searchlive_window_closer{
	position: fixed;
	width: 12px;
	height: 12px;
	left: 20px;
	top: 20px;
	z-index: 100;
	cursor: pointer;
}
.searchlive_window_closer svg{
	width: 12px;
	height: 12px;
}
.searchlive_window_closer svg path,
.searchlive_window_closer svg polygon{ transition: fill .5s ease; fill: #bbb;}
.searchlive_window_closer:hover svg path,
.searchlive_window_closer:hover svg polygon{ fill: #888; }

.searchlive_form_elements{
	width: 100%;
	height: 70px;
	padding: 15px 0px;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: flex;
	position: relative;
}
.searchlive_overlay input.searchlive_search{
	width: 85%;
	height: 40px !important;
	border: none;
	padding-left: 30px !important;
	background: none !important;
	box-sizing: border-box;
	
	font-size: 20px;
	color: #222;
}
.searchlive_overlay input.searchlive_search:focus{
	outline: none;
}
.searchlive_overlay input.searchlive_search::-webkit-input-placeholder,
.searchlive_overlay input.searchlive_search::placeholder{color: #bbb;}
.searchlive_overlay .slive_form_icons{
	position: absolute;
	width: 70px;
	top: 25px;
	right: 30px;
	line-height: 1;
}
.searchlive_overlay .slive_form_icon{
	width: 35px;
	float: left;
	position: relative;
}
.searchlive_overlay .slive_form_icon svg{
	width: auto;
	height: 20px;
	cursor: pointer;
	fill: #bbb;
}
.searchlive_overlay .slive_form_icon svg path,
.searchlive_overlay .slive_form_icon svg polygon{ transition: fill .5s ease; fill: #bbb;}
.searchlive_overlay .slive_form_icon:hover svg path,
.searchlive_overlay .slive_form_icon:hover svg polygon{ fill: #888; }

.searchlive_overlay .slive_form_icon.icon_filter svg{
	height: 18px;
	margin-top: 1px;
	float: right;
}
.searchlive_overlay .slive_form_icon.icon_search{
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.searchlive_overlay .slive_form_icon.icon_search.isClose{
	opacity: 0;
	visibility: hidden;
}
.searchlive_overlay .slive_form_icon.icon_loader{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 5;
	visibility: hidden;
}
.searchlive_overlay .slive_form_icon.icon_loader.isOpen{
	opacity: 1;
	visibility: visible;
}
.slive_loading_icon {
  position: relative;
}
.slive_loading_icon div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
  animation: slive_loading_icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #bbb transparent transparent transparent;
}
.slive_loading_icon div:nth-child(1) {
  animation-delay: -0.45s;
}
.slive_loading_icon div:nth-child(2) {
  animation-delay: -0.3s;
}
.slive_loading_icon div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes slive_loading_icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* FILTER WINDOW */
.searchlive_filter_wrap{
	position: fixed;
	width: 400px;
	right: -400px;
	top: 0px;
	bottom: 0px;
	z-index: 100;
	transition: all 0.7s ease;
}
.searchlive_filter_wrap.isOpen{
	right: 0px;
}
.searchlive_filter_wrap_in{
	width: 100%;
	top: 0px;
	bottom: 0px;
	height: auto;
	padding: 60px 30px 30px 30px;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f5f5f5;
	box-sizing: border-box;
	border-left: 1px solid #eee;
}
.searchlive_filter_closer{
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	height: 30px;
	text-align: center;
	line-height: 0;
	cursor: pointer;
	transition: all .5s ease;
	border-bottom-right-radius: 5px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #e1e1e1;
}
.searchlive_filter_closer:hover{
	background-color: #e1e1e1;
}
.searchlive_filter_closer svg{
	width: 8px;
	height: 8px;
	fill: #999;
	margin: 11px auto 0 auto;
}
.slive_filter_item{
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
.slive_filter_item.isOpen{
	z-index: 20;
}
.slive_filter_item_title{
	font-size: 15px;
	font-weight: 400;
	color: #888;
	margin-bottom: 7px;
}
.slive_filter_item_content{
	width: 100%;
	height: auto;
	position: relative;
}
.slive_filter_item_content_header{
	border: 1px solid #d0d0d9;
	padding: 1px 5px 1px 10px;
	height: 42px;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	text-transform: capitalize;
}
.slive_filter_item_content_header:hover{
	border-color: #adadc2;
	transition: border .7s ease;
}
.slive_filter_item_content_header > span{
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: block;
	color: #bbb;
	box-sizing: border-box;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.slive_filter_item_content_header span.slive_title{
	color: #222;
	
}
.slive_filter_item_content_header span.slive_counter{
	font-size: 12px;
	padding: 3px 7px;
	line-height: 1.8;
	background-color: #fff;
	color: #888;
	margin-left: 5px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	position: absolute;
	right: 0px;
	top: 5px;
}
.slive_filter_item_content_footer{
	position: absolute;
	left: 0px;
	top: 42px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
.slive_filter_item.isOpen .slive_filter_item_content_footer{
	visibility: visible;
	opacity: 1;
}
.slive_filter_item_content_footer_in{
	background-color: #fff;
	width: 100%;
	height: auto;
	border-radius:3px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.15);
}
.slive_filter_item_content_footer_in .slive_all_select{
	width: 100%;
	padding: 2px 13px;
	font-size: 12px;
	text-align: right;
	background-color: #EEF4F3;
	box-sizing: border-box;
	border-radius:3px 3px 0 0;
}
.slive_filter_item_content_footer_in .slive_all_select span{
	color: #6380C4;
	cursor: pointer;
}
.slive_filter_item_content_footer_in .searchlive_dd_closer{
	position: absolute;
	width: 30px;
	height: 22px;
	left: auto;
	right: calc(50% - 15px);
	top: auto;
	bottom: 0px;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	line-height: 0;
	cursor: pointer;
	transition: all .5s ease;
	background-color: #e9e9e9;
	border-bottom: 1px solid #e1e1e1;
}
.slive_filter_item_content_footer_in .searchlive_dd_closer:hover{
	background-color: #e1e1e1;
}
.slive_filter_item_content_footer_in .searchlive_dd_closer svg{
	width: 8px;
	height: 8px;
	fill: #999;
	margin: 7px auto 0 auto;
}
.slive_filter_item_content_footer ul{
	list-style-type: none;
}
.slive_filter_item_content_footer ul ul span{padding-left: 20px;}
.slive_filter_item_content_footer ul ul ul span{padding-left: 30px;}
.slive_filter_item_content_footer ul ul ul ul span{padding-left: 40px;}
.slive_filter_item_content_footer ul ul ul ul ul span{padding-left: 50px;}
.slive_filter_item_content_footer ul ul ul ul ul ul span{padding-left: 60px;}
.slive_filter_item_content_footer ul ul ul ul ul ul ul span{padding-left: 70px;}

.slive_filter_dropdown_list{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 3px;
	max-height: 300px;
	min-height: 80px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-transform: capitalize;
}
.slive_filter_dropdown_list::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.slive_filter_dropdown_list {
  -ms-overflow-style: none;
}
.slive_filter_dropdown_list li span{
	display: block;
	box-sizing: border-box; 
	padding: 3px 10px;
	color: #bbb;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.3s ease;
	position: relative;
}
.slive_filter_dropdown_list span.slive_selected{
	color: #222;
}
.slive_filter_dropdown_list li span:hover{
	background-color: #eee;
}
.slive_filter_dropdown_list span svg{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 10px;
	visibility: hidden;
}
.slive_filter_dropdown_list li span.slive_selected svg{
	fill:#6380C4;
	visibility: visible;
}


/* PAGINATION*/
.searchlive_pagination{
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	margin-bottom: 30px;
	list-style-type: none;
	box-sizing: border-box;
	padding: 0px;
}
.searchlive_pagination li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.searchlive_pagination li:last-child{
	margin-right: 0px;
}
.searchlive_pagination li span,
.searchlive_pagination li a{
	width: 27px;
	height: 27px;
	color: #888;
	text-decoration: none;
	border-radius: 3px;
	justify-content: center;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	border: 1px solid #eee;
}
.searchlive_pagination li.active a{
	color: #222;
	background-color: #eee;
	border-color: #eee;
}
.searchlive_pagination li.disabled{
	display: none !important;
}


/* RESULTS LIST: BASIC TEMPLATE */
.searchlive_result_wrap.searchlive_template_basic{
	height: auto;
	padding-top: 130px;
	z-index: 10;
}
.searchlive_template_basic .searchlive_result_wrap_in{
	width: auto;
	max-width: 800px;
	margin: 0px auto;
	padding-top: 20px;
}
.searchlive_template_basic .searchlive_result_list{
	width: 100%;
	clear: both;
}
.searchlive_template_basic .slive_article{
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.searchlive_template_basic .slive_article::after{
	content: '';
	position: absolute;
	bottom: -15px;
	height: 1px;
	width: 100%;
	left: 0px;
	background-color: #e9e9e9;
}
.searchlive_template_basic .slive_article:last-child::after{
	width: 0px;
}
.searchlive_template_basic .slive_article_link{
	text-decoration: none;
	display: block;
}
.searchlive_template_basic .slive_article.hasImage{
	padding-left: 260px;
	min-height: 170px;
}
.searchlive_template_basic span.slive_img_holder{
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.searchlive_template_basic .slive_article.hasImage  span.slive_img_holder{
	width: 240px;
	height: 170px;
	display: block;
}

.searchlive_template_basic .slive_article h1{
	font-size: 24px;
	font-weight: 400;
	color: #222;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.searchlive_template_basic .slive_article a:hover h1{
	color: #6380C4;
}
.searchlive_template_basic .slive_article p{
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 1.5;
	margin-bottom: 15px;
	letter-spacing: 0.25px;
}
.searchlive_template_basic span.slive_post_type{
	font-size: 12px;
	font-weight: 400;
	color: #888;
	background-color: #eee;
	border-radius: 3px;
	padding: 5px 7px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.searchlive_template_basic .slive_no_result h1{
	font-size: 24px;
	font-weight: 400;
	color: #888;
	margin-bottom: 20px;
	padding-left: 10px;
}