/* 
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 */


/* Start SearchWP */
.searchwp-live-search-result .searchwp-result-with-thumbnail{
	grid-template-columns: 60px auto;
}

.searchwp-live-search-result a{
	display:grid;
	grid-template-columns: auto;
	grid-column-gap: 10px;
	align-items: center;
	padding:10px; 
	border-bottom:1px solid #ededed;
}
.searchwp-live-search-result span,
.searchwp-live-search-result div{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchwp-live-search-result ul li{
	float:left;
}

.searchwp-live-search-result .searchwp-title{
	font-size:1.1em;
	display:block;
}
.searchwp-live-search-result ul{
	margin:0;
	padding:0;
	list-style-type:"|";
	font-size:.9em;
	line-height:1;
	color: #787878;
}
.searchwp-live-search-result ul li{
	padding-right:10px;
	padding-left:10px;
}
.searchwp-live-search-result ul li:nth-of-type(1){
	padding-left:0;
	list-style-type:none;
}
/* End SearchWP */