/* 
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
*/

/*
    Add your custom styles here
*/
.grecaptcha-badge {display:none !important;}

.wpsl-search select{
        padding: .4rem 1em;
        background-color: #fff;
}
.wpsl-dropdown .wpsl-selected-item{
        padding: .4rem 1em !important;
}
.wpsl-search #wpsl-search-btn {padding: 5px 20px;}
.wpsl-search {
    display: flex;
}
#wpsl-search-wrap {
    float: none !important;
    display: flex;
}
#wpsl-search-wrap form {
    display: flex;
    align-items: center;
        flex-wrap:wrap;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: flex !important;
    float: none !important;
}
#wpsl-search-wrap .wpsl-select-wrap {
    order: 2;
}
#wpsl-wrap [class*=" wpsl-icon-"], #wpsl-wrap [class^=wpsl-icon-] {
        font-size: 16px !important;
}
.wpsl-search-btn-wrap {
    margin: -13px 50px 0 10px !important;
}
#wpsl-stores {
    background-color:white !important;
}
#wpsl-result-list #wpsl-stores ul li .custom-store-locator-results {
    display: flex;
    background-color:white !important;
    align-items: center;
          position: relative;
}
#wpsl-result-list #wpsl-stores ul li {
    padding: 5px !important;
    border: none !important;
}
#wpsl-result-list #wpsl-stores ul li:nth-child(odd){
        background: #f4f4f4;
}
#wpsl-result-list #wpsl-stores ul li p {
    margin: 0;
}
/*#wpsl-result-list #wpsl-stores ul li .wpsl-store-details {
    background: #e6e6e6;
    color: #7c7c7c;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}*/
#wpsl-result-list #wpsl-stores ul li:first-child {
    margin: 40px 0 0 0;
    overflow: visible;
}

#wpsl-stores ul li:first-child .custom-store-locator-results span:nth-child(1):before {
    content: "店名";
    position: absolute;
    font-weight: bold;
    color: #000;
    top: -40px;
    text-transform: uppercase;
}
#wpsl-stores ul li:first-child .custom-store-locator-results span:nth-child(2):before {
    content: "更多信息";
    position: absolute;
          font-weight: bold;
          color: #000;
    top: -40px;
    text-align:center;
    text-transform: uppercase;
}
#wpsl-stores ul li:first-child .custom-store-locator-results span span{display:none;}

#wpsl-wrap .wpsl-info-window p {   
    display: flex;
    flex-wrap: wrap;
}

#wpsl-wrap .wpsl-info-window p strong{
     width: 100%;
}

#wpsl-wrap .wpsl-info-window p span:nth-child(2){
           order: 2;
}

/*Large Screen
@media only screen and (min-width: 1200px) {
        #wpsl-stores ul li:first-child .custom-store-locator-results span:nth-child(4):before {
                right: 7%;
}
        
}
*/

/*responsive*/
@media screen and (max-width: 800px) {
        #wpsl-search-wrap .wpsl-select-wrap {
    order: 0;
                width: 100%;
}
        #wpsl-search-wrap #wpsl-radius {
    display: inline-block !important;
    width: 100%;
}
        #wpsl-search-wrap div label {
    width: 85px !important;
    margin-right: 0 !important;
}
        #wpsl-search-wrap .wpsl-dropdown {
    width: 70% !important;
}
        .wpsl-search-btn-wrap {
    margin: 12px 0 10px !important;
    justify-content: center;
    width: 100%;
    display: flex;
}
        .wpsl-search #wpsl-search-btn {padding: 5px 10%;}
        #wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {flex-wrap: wrap;}
        
        
}

@media screen and (max-width: 767px) {
        #wpsl-wrap .wpsl-icon-direction {margin: 0 0 0 18%;}
        
        #wpsl-result-list #wpsl-stores ul li .custom-store-locator-results {
    font-size: 14px;
}
                #wpsl-stores ul li:first-child .custom-store-locator-results span:nth-child(4):before {
    top: -52px;
}
        #wpsl-stores ul li .custom-store-locator-results span:nth-child(2) {
    padding: 0 10px 0 0 !important;
    word-break: break-all;
}
        
}

@media screen and (max-width: 360px) {
.wpsl-search-btn-wrap {
    justify-content: flex-start;
}
        #wpsl-wrap .wpsl-icon-direction {margin: 0; display:none;}
        #wpsl-search-wrap .wpsl-dropdown {
    width: 100% !important;
}
        
}

