/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Hello Elementor child theme page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 2.6.1
Stable tag: 2.6.1
Requires at least: 4.7
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/*
    Add your custom styles here
*/
.delegate_filters li.last {
    float:none;
}
.delegate_filters li.exhibitor::after{
    display: none
}
@media (max-width: 576px) {
	.delegate_filters li.last {
	  	float: none;
	  	width: 100%;
	  	margin: 5px 0 0 !important;
	}
	.delegate_filters li a {
		font-size: 13px;
	}
	.delegate_filters li:not(.last)::after {
		content: '|';
	  	margin-left: 3px;
	}
	.delegate_filters li {
		margin-right: 1px;
		margin-bottom: 5px;
	}
}