/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: A child theme for the Hello Elementor theme that was built specifically to work seamlessly with the Elementor site builder plugin.
	Author: AlterMarket - Elementor Team
	Author URI: https://altermarket.com
	Template: hello-elementor
	Version: 3.4.7
	Text Domain: hello-elementor-child
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	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 */

/* Facet Styling */
/* List item H2 */
h2.fwp-h2-list-item {
    font-size: 1.2rem;
}
/* Labels of FacetWP widgets */
div.elementor-widget-facetwp-facet div.elementor-widget-container div.facet-wrap p{
	font-weight: 700;
	color: var(--e-global-color-db11996); /* Blue */
	margin-block-end: 1px;
}

/* FacetWP machine card labels of values */
.facetwp-card-data p.elementor-heading-title,
.facetwp-card-data-speed-title p.elementor-heading-title {
    font-weight: 700;
	color: var(--e-global-color-db11996); /* Blue */
}

/* Reset the link inside it so it is black and the value of speed*/
.facetwp-card-data p.elementor-heading-title a,
.facetwp-card-data-speed-value p.elementor-heading-title {
	color: var(--e-global-color-text) !important; /* Black */
}


