/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
 * WPStoreLocator css styles
 */
.wpsl-search  {
	font-family: "Trebuchet MS", Sans-serif;
	background: #212935;
	border-radius: 5px;
	display: flex;
	align-content: center;
	justify-content: start;
}

.wpsl-search label {
	color: white;
}

.wpsl-search .wpsl-input, .wpsl-search .wpsl-select-wrap {
	margin-right: 20px !important;
}

.wpsl-search .wpsl-input label {
	width: 135px;
}

.wpsl-search #wpsl-search-input, .wpsl-search .wpsl-dropdown {
	max-height: 30px;
}

.wpsl-search .wpsl-selected-item {
	padding: 5px 12px !important;
}

#wpsl-search-btn {
	font-size: 1rem;
    background: #009FAE;
    color: white;
    max-height: 30px;
    line-height: 1;
}