/*! ===========================================================================
 *
 *    ██████╗ ███████╗ ██████╗    ██████╗  ██████╗ ██╗    ██╗███████╗██████╗
 *    ██╔══██╗██╔════╝██╔════╝    ██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
 *    ██████╔╝█████╗  ██║         ██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
 *    ██╔══██╗██╔══╝  ██║         ██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
 *    ██║  ██║███████╗╚██████╗    ██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
 *    ╚═╝  ╚═╝╚══════╝ ╚═════╝    ╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝
 *
 *    REC Power — WordPress theme
 *    Designed & built by DG+ Agency
 *
 * =========================================================================== */

.searchandfilter .sf-field-search .sf-input-text {
	width: 391px;
	min-width: 0;               
	max-width: 100%;            
	height: 60px;
	padding: 0 3.25rem 0 33px;  
	border-radius: 0;           
	box-sizing: border-box;
	background-position: right 1.25rem center;  
}

.searchandfilter .sf-field-taxonomy-industry .chosen-container-single .chosen-single,
.searchandfilter .sf-field-taxonomy-industry select {
	background: #352F5A;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0;
	border: 0;
	border-radius: 0;          
	box-shadow: none;
	box-sizing: border-box;
}

.searchandfilter .sf-field-taxonomy-industry .chosen-container,
.searchandfilter .sf-field-taxonomy-industry .chosen-container-single .chosen-single {
	min-height: 64px;
	display: flex;
	align-items: center;
}
.searchandfilter .sf-field-taxonomy-industry select {
	min-height: 64px;
	padding: 0.55rem 2.5rem 0.55rem 1.1rem;
}
