/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1680024010
Updated: 2023-03-28 10:20:10

*/

#breadcrumb .js-filter-label {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 6px 7px 6px 10px;
  font-size: 12px;
  font-weight: bold;
}
#breadcrumb .js-filter-label .fa-tag {
  font-size: 12px;
  color: #BA2340;
}
#breadcrumb .js-filter-label .remove-filter{
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
#breadcrumb .js-filter-label:hover a.remove-filter{
  background: #000000;
}
#breadcrumb .js-filter-label a.remove-filter{
  color: #000000;
}
#breadcrumb .js-filter-label:hover a.remove-filter{
  color: #fff;
}
#breadcrumb .js-filter-separator {
	display:none;
}

/* Theme overrides for Elementor Hello theme */
.comments-area a,.page-content a{
	text-decoration:unset
}