/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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-btn {
	padding: 10px 50px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #0D404C;
    background-color: #E84A28;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(top, #ffffff, #ffffff);
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    text-transform: none !important;
}

.wpsl-search {
    margin-bottom: -11px;
    padding: 12px 12px 12px 12px;
    background: #0D404C;
    color: #FFF;
	font-family: "Moderustic", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 0.5em;
    letter-spacing: 0em;
    color: #FFFFFF;
}

#wpsl-search-input {
    width: 250px;
}

#wpsl-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 40px;
    width: 250px;
}

.wpsl-info-window{	
	font-family: "Moderustic", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #0D404C;
}


/* MAP & SEARCH LIST */
#wpsl-result-list {
    width: 50%;
    margin-right: 0%;
}

#wpsl-gmap {
    float: right;
    width: 50%;
    height: 450px;
    margin-bottom: 0%;
}

img.wpsl-store-thumb.wp-post-image {
    display: none;
}

#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 600px !important;
    background-color: #E7E7E7;
}

/* ===== MAX 1024 ===== */
@media (max-width: 1024px) {
	#wpsl-result-list {
		width: 100%;
        float: none;
		display:none;
	}
    #wpsl-gmap {
        width: 100%;
        float: none;
    }

    #wpsl-gmap {
        max-height: 300px;
    }

    #wpsl-result-list {
        font-size: 16px;
		padding-left:10px;
    }
}
