/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*
#logo {
	background:url(https://wordpress-977144-3515791.cloudwaysapps.com/wp-content/uploads/dutch-tech-windmill.webp) left center no-repeat;
	background-size:contain;
	padding-left:70px;
}
*/
.jobform h2 {
	text-align:center;
	padding:10px;
	background:#d4ebf2;
}

.el {
	margin-bottom:20px;
}
.el .fancy-select-wrap {
	padding-top:0!important;
}
@media (min-width: 992px) {
	.flex-2,
	.flex-3 {
		display:flex;
		justify-content:space-between;
		align-items:flex-end;
	}
	
	.flex-2.flex-start,
	.flex-3.flex-start {
		align-items:flex-start;
	}
	
	.flex-2 .el {
		width:49%;
	}
	
	.flex-3 .el {
		width:32.33%;
	}
}

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
	border-radius: 0 5px 5px 0!important;
}