.ls.ms.search_form_wrapper .search-field {
	background-color: transparent;
}

.search-field.form-control::placeholder
{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.search_form_wrapper {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 5;
	background-color: #fbfbfb;
}

.search_form_wrapper.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 15;
}

.page_header.affix .search_form_wrapper [class*="col-"] {
	margin-bottom: 6px;
	margin-top: 6px;
}

.search_form_header {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	position:absolute;
	right: 100px;
	top: 30px;
}


.search_form_trigger {
	color:  #999;
	/*display: none;*/
	font-size: 30px;
	height: 30px;
	margin-top: 1px;
	overflow: hidden;
	width: 30px;
}

.search_form_trigger .header-button {
	line-height: 24px;
}

.search_form_trigger > span {
	display: block;
	line-height: 24px;
	margin-top: 0;
	-webkit-transition: margin-top 0.2s ease 0s;
	transition: margin-top 0.2s ease 0s;
}

.search_form_trigger.active {
	color: #44425A;
}

.search_form_trigger.active > span {
	margin-top: -32px;
}

@media (min-width: 992px) {
	.search_form_header {
		position:inherit;
	}
	
	.search_form_trigger {
		color:  #44425A;
		/*display: block;*/
	}
}

.search_form_trigger:hover {
	color: #44425A;
}



.widget_search  .theme_button::before{
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
}

.widget_search  label{
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}

.widget_search  .form-group {
  display: block;
  position: relative;
  vertical-align: top;
}


.widget_search  .form-control {  
  border-color: #8c8c8c;
  border-radius: 0;
  border-width: 0 0 1px 0;
  color: #3d3d47;
  font-size: 16px;
  height: 80px;
  line-height: 30px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  border: 1px solid #8c8c8c;
  box-shadow: none;
  
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
  width: 100%;
}

.widget_search  .theme_button {
  background-color: transparent;
  border: none;
  color: #44425A;
  font-size: 0;
  height: 40px;
  margin: 0;
  padding: 4px 0 0;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 18px;
}