/* 
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-result-list {
    padding-left: 30px;
}
#wpsl-wrap #wpsl-result-list ul li:nth-child(odd) {
  background-color: #ffffff;
}
#wpsl-wrap #wpsl-result-list ul li:nth-child(even) {
  background-color: rgb(238, 238, 238);
}
#wpsl-wrap #wpsl-result-list ul li {
    border: 1px solid #fff;
	cursor: pointer;
}
#wpsl-wrap #wpsl-result-list ul li.wpsl-active-item {
	border: 1px solid #ab2123;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.wpsl-search.wpsl-clearfix, #wpsl-search-wrap {
	width: 100%;
	padding-left: 0;
    padding-right: 0;
}
#wpsl-search-wrap form {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
div#wpsl-radius .wpsl-dropdown {
	padding: 4px;
}
div#wpsl-radius .wpsl-dropdown,
div#wpsl-radius {
    width: 100%;
}
.wpsl-input >div,
#wpsl-radius label,
.wpsl-select-wrap #wpsl-results {
    display: none !important;
}
.wpsl-search.wpsl-clearfix #wpsl-search-wrap input {
    background: #fff;
    line-height: normal;
    width: 100%;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #2c3145;
}
.wpsl-search-btn-wrap input#wpsl-search-btn {
    display: block;
    max-width: 125px;
    height: 40px;
    border-radius: 0 !important;
    border: none !important;
    outline: none;
    cursor: pointer !important;
    padding: 10px 20px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    transition: background-color .25s ease-out, color .25s ease-out;
    background-color: #5E94A5 !important;
    margin: 10px 0;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    text-transform: uppercase !important;
    line-height: 22px;
}

