/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/
.label-purple.menu-item > a:after {
	content: 'Purple'; 
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #572fbd; 
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}
/* Forzar swap en los iconos de Flatsome */
@font-face {
  font-family: 'fl-icons';
  font-display: swap;
  src: url('/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
