/*
Theme Name: Wigs For Kids Child
Template: WigsForKids
Author: Ignitro Studios
Author URI: https://www.ignitro.com/
Description: Custom Theme build by Ignitro Studios
Version: 1.0.0.1712255015
Updated: 2024-04-04 14:23:35

*/
/*** WPSL STYLES ***/
#wpsl-wrap.custom-template .wpsl-title {
    text-align: center;
}
#wpsl-wrap.custom-template .wpsl-title .wpsl-search{
    width: 100%;
    margin: auto;
    background: rgba(255,255,255,0);
}
#wpsl-wrap.custom-template .wpsl-title .wpsl-search .wpsl-input{
    width: 80%;
}
#wpsl-wrap.custom-template .wpsl-title .wpsl-search #wpsl-search-input{
    width: 100%;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: none;
    border: 1px solid #e6e6e8;
    font-size: 18px;
}
#wpsl-wrap.custom-template .wpsl-title .wpsl-search #wpsl-search-btn {
    background-color: #9b5de6;
    box-shadow: 0 0 0 30px #9b5de6 inset!important;
    color: white;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    box-shadow: none;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    cursor: pointer;
}
#wpsl-wrap.custom-template .wpsl-title .wpsl-search #wpsl-search-btn:hover {
    background-color: #f15bb5;
    box-shadow: 0 0 0 30px #f15bb5 inset!important;
}
#wpsl-wrap.custom-template #wpsl-gmap{
    float: left;
    width: 50%;
}
#wpsl-wrap.custom-template #wpsl-result-list{
    float: right;
    margin-right: 0;
    width: 50%;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
}
#wpsl-wrap.custom-template #wpsl-result-list li{
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px !important;
    /* margin: -15px; */
}
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location p.wpsl-listing-title,
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location p.wpsl-distance {
    margin-bottom: 0;
}
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location p.wpsl-listing-title a{
    color: black;
    font-weight: 900;
    font-size: 22px;
    text-decoration: none;
}
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location p.wpsl-address {
    margin-top: 20px;
}
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location p.wpsl-address span{
    display: inline;
}   
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location .wpsl-contact-details span{
    display: inline!important;
    margin-right: 25px;
}   
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-store-location .wpsl-contact-details span a{
    color: #68aea6;
}   
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-direction-wrap a {
    display: block;
    color: #038b7d;
    font-weight: 900;
    border: 2px solid #038b7d!important;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
    margin-bottom: 15px;
}
#wpsl-wrap.custom-template #wpsl-result-list li .wpsl-direction-wrap a:hover {
    background-color: #038b7d;
    color: white;
}
.fm-container p, .fm-container span{
    font-size: 15px;
}
.fm-container a.infotitle-wrap {
    height: fit-content;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}
.fm-container .mapCTA {
    display: block;
    color: #000;
    font-weight: 900;
    border: 2px solid #038b7d;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
}
.fm-container .mapCTA:hover {
    background-color: #038b7d;
    color: white;
}
.fm-container .address p:not(:last-child) {
    margin-bottom: 0!important;
}
.fm-container .phone a{
    padding: 0;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    color: #333;
}
@media(max-width: 991px) {
    #wpsl-wrap.custom-template .wpsl-title .wpsl-search .wpsl-input,
    #wpsl-wrap.custom-template .wpsl-title .wpsl-search .wpsl-search-btn-wrap,
    #wpsl-wrap.custom-template .wpsl-title .wpsl-search #wpsl-search-btn{
        width: 100%;
    }
    #wpsl-wrap.custom-template .wpsl-title .wpsl-search .wpsl-search-btn-wrap {
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    #wpsl-wrap.custom-template #wpsl-gmap{
        width: 100%;
    }
    #wpsl-wrap.custom-template #wpsl-result-list{
        width: 100%;
    }
}
/*** END WPSL STYLES ***/
/*** GUTENBERG BUTTONS ***/
/* Button hover */
.wp-block-button.has-small-font-size a{
	font-size: 16px!important;
    line-height: 170%!important;
}
.wp-block-button.hover-pink:hover a{
    background-color: #F15BB5!important;
    color: #fff!important;
}
/*** END GUTENBERG BUTTONS ***/