

/* WPSL Maps */
body .links-wrap  {
    margin-top: 15px;
    margin: 15px 20px;
    background: #f6f6f6;
    border-radius: 22px;
}
#wpsl-wrap .wpsl-search {
   background: unset !important;
}
#wpsl-category label {
    width: 50px;
}
body #wpsl-stores .wpsl-store-thumb {
    border-radius:20px;
}
.tagmultisite-store, #wpsl-gmap {
    padding-top: 20px;padding-bottom: 20px;
}

.tagmultisite-store #wpsl-result-list #wpsl-stores li,
.tagmultisite-store #wpsl-result-list #wpsl-stores li:hover  {
    color: #333;
    padding: 20px;
    background: #dbdbdb;
}
#wpsl-stores,  #wpsl-result-list {padding-right: 5px;color:#fff;}
#wpsl-stores ul {height:auto;}
.tagmultisite-store #wpsl-result-list #wpsl-stores li .lct_storewp .wpsl-store-location span, 
.tagmultisite-store #wpsl-result-list #wpsl-stores li .lct_storewp .wpsl-store-location a, 
#wpsl-wrap .wpsl-store-location .wpsl-store-details, 
#wpsl-wrap.tagmultisite-store .wpsl-directions {
        color: #333;
        transition:all 0.3s ease-in-out;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li {
 margin-right: 10px;
    }
.tagmultisite-store #wpsl-result-list #wpsl-stores li.data_parent.active .lct_storewp .wpsl-store-location span,
.tagmultisite-store #wpsl-result-list #wpsl-stores li.data_parent.active .lct_storewp .wpsl-store-location a,
#wpsl-wrap .data_parent.active .wpsl-store-location .wpsl-store-details,
#wpsl-wrap.tagmultisite-store .data_parent.active .wpsl-directions {
    color: #333;
    transition:all 0.3s ease-in-out;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li.data_parent.active .lct_storewp .wpsl-store-location a:hover,
li.data_parent.active i:hover {
    transition:all 0.3s ease-in-out;
    color: #7ca909;
}
#wpsl-result-list #wpsl-stores .lctm_title  {
    font-size: 26px;
}
#wpsl-result-list ::-webkit-scrollbar {
  width: 15px;
}
#wpsl-result-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 6px;
  background:#333;
}
#wpsl-result-list ::-webkit-scrollbar-thumb {
  height:50px;
  background: #ABE90C;
  box-shadow:inset 0 0 5px black;
  border-radius: 6px;
  transition:all 0.3s ease-in-out;
}

#wpsl-search-wrap {
    margin: 0 0 20px;
    /* padding: 100px 0 0; */
    /* height:200px; */
}
#wpsl-result-list ::-webkit-scrollbar-thumb:hover {
  background: ##86BA00;
  transition:all 0.3s ease-in-out;
}
#wpsl-wrap .wpsl-search {
    padding: 0 25px 0 25px;
    color: #444444;
    background-image: linear-gradient(180deg, #282828 50%, #000000 50%);
    display: block !important;
}
body #wpsl-wrap {
    margin-bottom: 0px;
    background:unset;
}

 body #wpsl-stores {padding:15px;}
 .tagmultisite-store #wpsl-result-list #wpsl-stores li {
    color: #333;
    background: #ffff;
    transition:all 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius:32px;
}
 .wpsl-info-window .info-phone a,
.wpsl-info-window .info-linky a,
.wpsl-info-window .wpsl-info-actions a{
    font-size: 13px !important;
}
#wpsl-wrap #wpsl-gmap .wpsl-info-actions {
    /* flex-direction: row; */
}
.wpsl-info-window .wpsl-info-actions .wpsl-directions,
.wpsl-info-window .wpsl-info-actions .wpsl-zoom-here {
    margin: 8px 0 0;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li,
.tagmultisite-store #wpsl-result-list #wpsl-stores li.active, 
.tagmultisite-store #wpsl-result-list #wpsl-stores li:hover {
      padding: 8px 20px;
      transition:all 0.3s ease-in-out;
      /* border: 1px solid #ABE90C; */
      border-radius:32px;
}
#wpsl-search-btn {
    transition:all 0.3s ease-in-out;
    font-size: 24px;
    border: none !important;
    padding: 6px 20px;
    /* height:200px; */
    /* width:200px; */
    margin: 30px 0 0 10px;
    line-height: 1.1em;
    color: #fff;
    border-radius: 35px !important;
    background-color: #ABE90C !important;
    background-repeat: repeat-x;
    background-image: unset !important;
    text-transform: none !important;
}

#wpsl-search-btn:hover {
 transition:all 0.3s ease-in-out;
 background-color: #fff !important;
 color:#333;
}
/* map mobile */
@media screen and (max-width: 768px) {
    body #wpsl-gmap {
        height:350px !important;
    }
    #wpsl-gmap {margin: 0px 0px;}
    .tag-location__filter {
       flex-direction: column;
    }
    .form__input-group, .custom-filter-wrap {
        margin-bottom:15px;
    }
}

/* END MAPS */

