/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
/*.lf-item.lf-item-list-view .lf-item-info > ul li:last-child i.fa.fa-envelope.disabled {
	color: #a6a1a1 !important;
}*/
.select2-container {
	max-width: 100% !important;
}

#auto-search-wrap {
	float: left;
    width: 100%;
}
#live-search {
	float: left;
    width: 100%;
}
#live-search ul {
	width: 100%;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #CCC;
}
#live-search ul li {
	border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px;
    list-style-type: none;
    display: none;
}
#live-search ul li:hover {
	background: rgba(0,0,0,0.06);
}

/***** retail page styles *****/
#live-search-retail {
	float: left;
    width: 100%;
}
#live-search-retail ul {
	width: 100%;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #CCC;
}
#live-search-retail ul li {
	border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px;
    list-style-type: none;
    display: none;
}
#live-search-retail ul li:hover {
	background: rgba(0,0,0,0.06);
}










