/*
Theme Name: ForestHC
Theme URI: https://foresthc.com
Description:
Author: Ludio Oliveira
Author URI: https://www.foresthc.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
*/

/*
    Add your custom styles here
*/

.wpsl-store-below.custom-foresthc label {
    font-family: "Dosis", Nunito, Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgba(97,206,112,0);
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    width: 100%;
}

.wpsl-store-below.custom-foresthc .wpsl-search {
    background: transparent;
}

.wpsl-store-below.custom-foresthc #wpsl-search-wrap .wpsl-input {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    float: inherit;
}

.wpsl-store-below.custom-foresthc #wpsl-search-wrap .wpsl-input > div:last-child {
    float: inherit;
    display: flex;
    margin: 0 auto;
}

.wpsl-store-below.custom-foresthc #wpsl-search-input {
   
    width: 100%;
    max-width: 100%;
    min-width: 360px;
}

@media(max-width: 900px) {
	
	.wpsl-store-below.custom-foresthc #wpsl-search-input {
		min-width: 70vw;
	
	}
}

.wpsl-store-below.custom-foresthc .wpsl-more-info-listings {
    display: none;
}

.wpsl-store-below.custom-foresthc a {
    color: #fff;
}

.wpsl-store-below.custom-foresthc {
    font-family: "Nunito", Nunito, Sans-serif;
}

#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {

}

#wpsl-stores ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#wpsl-stores ul > li {
    display: block;
    width: 100%;
    padding: 1rem;
    clear: both;
}

#wpsl-stores ul > li img {
    float: left;
    margin-right: 1rem;
}

#wpsl-stores ul > li strong > a {
    display: block;
    font-family: "Dosis",Nunito,Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#wpsl-search-btn {
    color: #fff;
    border-color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#wpsl-search-input {
    border-color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.jet-tabs__content ul {
	margin-bottom: 1rem;
}