/* 
Theme Name: 4 Finger Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Nov 2021
Author: Dharmin | Lance
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
*/

/*
    Add your custom styles here
*/

#wpsl-search-input {width: 100% !important;}
#wpsl-search-wrap {float: none}
#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: auto;
    float: none;
}

#wpsl-search-input {
    width: 100%;
    height: 50px; 
    padding: 0.5rem 1rem; 
    font-size: inherit;
    margin: auto;
}

#wpsl-search-btn, #wpsl-search-wrap input {
    border: inherit;
    border-radius: 15px;
}

.wpsl-search {
    margin-bottom: 12px;
    padding: 0;
    background: none;
}

#wpsl-search-btn {
    font-weight: 400;
    box-shadow: none;
    position: absolute !important;
    top: 2px;
    right: 2px;
    padding: 0px !important;
    border: 0px;
    background: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    background: var(--primary);
    border-radius: 12px;
    transition: all 0.2s linear;
}

#wpsl-gmap{display: none}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
    display: block
}

#wpsl-result-list {
    width: 100%;
    margin-right: 0%;
}

#wpsl-result-list embed, #wpsl-result-list iframe, #wpsl-result-listobject, #wpsl-result-list video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

#wpsl-result-list p{padding-left: 0px}

#wpsl-stores-result .card-header .collapsed{border-bottom: 1px solid #dedede }