/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.14
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* Inline emoji SVGs (checkmarks) — prevent full-width stretch from Elementor img rules */
img.emoji,
.elementor-widget-text-editor img.emoji {
	display: inline !important;
	width: 1.15em !important;
	height: 1.15em !important;
	max-width: 1.15em !important;
	min-width: 0 !important;
	min-height: 0 !important;
	vertical-align: -0.12em;
	margin: 0 0.2em 0 0;
	border: none;
	box-shadow: none;
	background: none;
}

/* Header logo SVG */
.elementor-widget-image .site-logo-link img[src$=".svg"],
.site-logo-link img[src$=".svg"] {
	width: 100% !important;
	max-width: 420px !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
}
