/*****************styling for search plugin***************/
.site-header-primary-section-center.hide-sb-logo, 
	.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center.hide-sb-logo{
	opacity: 0;
	transition: opacity	250ms ease;
}

.ast-desktop input.search-field#search-field{
	width: 70vw !important;
	transition: all 250ms ease;
}

.ast-header-break-point input.search-field#search-field{
	width: 60vw !important;
	transition: all 250ms ease;
}