/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

select#searcdealer {
    width: calc(100% - 123px);
    float: left;
    margin-right: 3px;
}
button.search_dealer {
    float: left;
}
.custom_find_dealers {
    position: relative;
}

.cll_custom_load {
    position: relative;
    width: 100%;  
	    z-index: 1;
}


.search_result {
    position: relative;
    top: 30;
    background: #fff;
    border: 0;
    width: 100%;
    border-radius: 4px;
    padding: 5px 10px 10px 10px;
    max-height: 400px;
    overflow: auto;
    z-index: 1;
}
.search_result a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: none;
}
.search_result h2 {
    font-size: 15px;
    text-transform: normal;
}
.item_single {
    font-size: 14px;
}
p.dealer_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
} 
a.close_result {
    right: 5px;
    position: absolute;
    top: 8px;
    text-decoration: none;
    background: #333;
    color: #fff;
    padding: 2px 3px 2px 7px;
    font-size: 12px;
    border-radius: 3px;
}

/* 3 Dots after excerpt */

.elementor-post__excerpt p:after{
content: "...";
}

.custom_find_dealers_inner .search-box {
    background: #fff !important;
    border-radius: 0;
}
.custom_find_dealers_inner .search_dealer {
    background: #ffa400;
    color: #ffff;
}
.custom_find_dealers_result {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
}
.custom_find_dealers_result .search_result {
    background: #f2f2f2;
}