/* Search
	================================= */
.whb-search form:before {
	content: '\e090';
	font-family: 'simple-line-icons';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	color: #888;
	right: 18px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

/* Search Full */
.mfp-ready.mfp-bg.full-search {
	opacity: 1;
	background: #437df9;
}

.mfp-content #full-search {
	width: 60%;
}

.mfp-content #full-search #search-box {
	border-radius: 5px;
	box-shadow: 0 12px 58px -7px rgba(30, 20, 60, 0.10);
	min-height: 45px;
	padding: 15px 20px;
}

.mfp-content #full-search #search-box:focus {
	border: 0;
}

.full-search button.mfp-close {
	top: 5%;
	z-index: 999999;
	right: 1%;
	color: #000;
}

.header-search-full-wrap.white-popup {
	max-width: inherit;
}

.header-search-full-wrap>form input {
	border: 0;
}

.header-search-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Search form Type 1 */
#webnus-header-builder .whb-search.toggle,
.whb-header-toggle,
.whb-header-full {
	position: relative;
}

.whb-trigger-element {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#webnus-header-builder .whb-search .search-text-box {
	background-color: #f9f9f9;
	color: transparent;
	cursor: text;
	font-size: 13px;
	color: #444;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	padding: inherit;
	margin: 0;
	width: 100%;
	height: 100%;
	padding-left: 28px;
	box-shadow: 0 12px 58px -7px rgba(30, 20, 60, 0.10);
}

#webnus-header-builder .whb-search-form-box {
	position: absolute;
	right: 0;
	background: #fff;
	border-radius: 0;
	display: none;
	z-index: 999;
	top: 100%;
	width: 320px;
	height: auto;
	border: 1px solid #e4e4e4;
	box-shadow: 0 3px 14px -6px rgba(0, 0, 0, 0.09);
}

#webnus-header-builder .whb-search-form-box.show-sbox {
	display: block;
	-webkit-animation: fade-anim .3s ease .037s both;
	animation: fade-anim .3s ease .037s both;
	z-index: 9112000;
}

#wrap #webnus-header-builder .whb-search-form-box:before {
	content: '';
	display: block;
	position: absolute;
	right: 24px;
	width: 10px;
	height: 10px;
	background: #e4e4e4;
	border: solid #e4e4e4;
	border-width: 1px 0 0 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9;
	top: -5px;
}

#webnus-header-builder a.search-form-icon,
a.search-form-icon:visited {
	display: block;
	width: 16px;
	height: 16px;
	color: #888;
}

#webnus-header-builder a.search-form-icon:hover {
	color: #555;
}

#webnus-header-builder a.search-form-icon i {
	color: #4A4A4A;
	padding: 11px;
	padding-left: 12px;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid;
}

#webnus-header-builder .top-bar .whb-search a.search-form-icon i {
	font-size: 11px;
	padding: 10px;
	padding-left: 11px;
	color: #aaa;
}

#webnus-header-builder .top-bar .whb-search a.search-form-icon:hover i {
	color: #aaa;
}

#webnus-header-builder .top-bar .whb-search a.search-form-icon {
	padding: 0;
	margin-top: 7px;
}

@media only screen and (max-width: 290px) {
	#webnus-header-builder .whb-search-form-box {
		right: -24px;
		padding: 14px 10px;
	}

	#webnus-header-builder .whb-search-form-box:after,
	.whb-search-form-box:before {
		right: 27px;
	}
}

/*  Search form type 2 */
#header-search-modal {
	opacity: 0;
}

#header-search-modal #header-search-modal-form {
	position: relative;
	margin: 0;
}

#header-search-modal #header-search-modal-form i {
	position: absolute;
	right: 20px;
	color: #fff;
	top: 50%;
	font-size: 28px;
	transform: translateY(-50%);
}

#header-search-modal i#search-close-icon-trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

#header-search-modal .header-search-modal-text-box {
	margin: 0;
	box-shadow: none;
	font-size: 40px;
	background: transparent;
	border: none;
	color: #fff;
	padding: 0;
	width: 100%;
	height: 100%;
}

#wrap .search-slide input.header-search-modal-text-box,
#wrap .search-slide input.header-search-modal-text-box::placeholder {
	font-size: 40px;
	max-width: 95%;
}

.header-search-content.container {
	height: 150px;
}

.header-search-content {
	height: 100%;
}

#header-search-modal .header-search-modal-text-box::-webkit-input-placeholder {
	color: #fff;
}

#header-search-modal .header-search-modal-text-box:-moz-placeholder {
	color: #fff;
}

#header-search-modal .header-search-modal-text-box::-moz-placeholder {
	color: #fff;
}

#header-search-modal .header-search-modal-text-box:-ms-input-placeholder {
	color: #fff;
}

#header-search-modal #header-search-modal-form,
.header-search-content>.col-md-12,
#header-search-modal {
	height: 100%;
}

#whb-search-form-box form,
.header-search-simple-wrap form {
	margin: 0;
	height: 100%;
	position: relative;
	z-index: 99;
}

@media only screen and (max-width: 767px) {
	#header-search-modal .header-search-modal-text-box {
		font-size: 30px;
		line-height: 140px;
	}
}

@media only screen and (max-width: 290px) {
	#header-search-modal .header-search-modal-text-box {
		font-size: 28px;
	}

	#header-search-modal #header-search-modal-form i {
		right: 9px;
	}
}

/* Search Slide */
.whb-header-slide {
	position: relative;
}

.searche-suggestions {
	cursor: pointer;
}

#header-search-modal div:not( .search-slide ):not( .header-search-content ), #header-search-modal {
    width: 100%;
    max-width: 100%!important;
    margin: 0;
    padding: 0!important;
}

.header-search-content .search-slide {
    min-height: 403px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px 0;
    width: 100%;
}

#header-search-modal {
    background: #fff!important;
}

#header-search-modal .header-search-content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: unset;
}

#header-search-modal .whb-search-form input {
    font-size: 16px !important;
    font-weight: 400;
    color: #0a0a0a;
    padding-bottom: 3px;
    padding-left: 35px;
    height: 26px;
    border-color: #d8d8d8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#header-search-modal .whb-search-form input::placeholder {
    font-size: 16px !important;
    font-weight: 400;
    color: #0a0a0a;
}

#header-search-modal .whb-search-form i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%)!important;
    font-size: 16px!important;
    color: #000!important;
    width: fit-content;
}

#header-search-modal .result-item {
    display: flex;
    flex-wrap: wrap;
}

#header-search-modal .result-item a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-width: 33.3%;
    max-width: 50%;
    margin-bottom: 25px;
}

#header-search-modal .result-item a h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    max-width: 249px;
    margin: 0 0 0 15px;
}

#header-search-modal .whb-search-ajax-result {
    margin-top: 51px!important;
}

#header-search-modal .whb-search-ajax-result ul {
    display: flex;
    flex-wrap: wrap;
}

#header-search-modal .whb-search-ajax-result ul h6 {
    font-size: 15px;
    line-height: 47px;
    font-weight: 400;
    flex-grow: 1;
    position: relative;
    padding-left: 20px;
    min-width: 33.3%;
    max-width: 50%;
}

#header-search-modal .whb-search-ajax-result ul h6:before {
    content: "\e090";
    position: absolute;
    left: 0;
    font-family: 'simple-line-icons';
    font-weight: 700;
    top: 50%;
    transform: translate(0px, -50%);
}

#header-search-modal .suggested-searches, #header-search-modal .search-result-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}