/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

#wpsl-result-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
	padding: 0 !important;
	min-width: 50% !important;
	margin-bottom: 30px !important;
	display: inline-flex !important;
	justify-content: left !important;
}
#wpsl-wrap.wpsl-sanders #wpsl-stores .wpsl-store-location,
#wpsl-wrap.wpsl-sanders #wpsl-stores .wpsl-store-hours {
    width: 100%;
	padding-right: 10px;
}



.wpsl-store-location p {
	margin-bottom: 0 !important;
}
.wpsl-store-location p strong,
.wpsl-store-location p span {
	display: block;
}
.wpsl-store-location p span.wpsl-street {
	display: inline-block;
}