/*
Theme Name: Cabrio
Theme URI: https://github.com/elementor/hello-theme/
Description: Cabrio is a child theme of Hello Elementor, created by Elementor team
Author: Atlantide
Author URI: https://www.atlantide.biz
Template: hello-elementor
Version: 1.0.1
Text Domain: cabrio
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
*/

.wscg-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:.25rem;
  align-items:center;
  font-family: "Roboto", Sans-serif;
  font-size: 1 rem;
  font-weight: 600;
  text-transform: uppercase;
  color:#000;
	padding:20px 0;
}

.wscg-breadcrumb a{
  color:#000;
  text-decoration:none;
}

.wscg-breadcrumb a:hover{
  text-decoration:underline;
}

.wscg-bc-sep{
  opacity:.5;
}

.wscg-bc-current{
  opacity:.75;
}