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

/* .elementor-widget-heading h1, 
.elementor-widget-heading h2, 
.elementor-widget-heading h3, 
.elementor-widget-heading h4, 
.elementor-widget-heading h5, 
.elementor-widget-heading h6 {
    font-family: "snug-variable", sans-serif;
} */

.elementor-widget-heading:not(.hpl-reviews-header) strong {
    font-size: .5em;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
    color: var(--e-global-color-primary);
    font-family: "snug-variable", sans-serif;
    line-height: 1;
}

.elementor-widget-heading:not(.hpl-reviews-header) h2 strong {
    color: var(--e-global-color-secondary);
}

.hpl-reviews-title {
    line-height: 1.3 !important;
}

.hpl-reviews-title strong {
    font-weight: normal;
    color: black;
}

.e-n-accordion-item-title {
    justify-content: space-between !important;
}

.elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item > span {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--e-global-color-primary);
}

.box-shadow {
    box-shadow: var(--drop-shadow);
}

.img-shadow img {
    box-shadow: var(--drop-shadow) !important;
}

body {
    --corner-radius: 15px;
    --drop-shadow:  0px 0.7px 1.1px -16px rgba(0, 0, 0, 0.011),
                    0px 1.7px 2.7px -16px rgba(0, 0, 0, 0.019),
                    0px 3.1px 5px -16px rgba(0, 0, 0, 0.027),
                    0px 5.6px 8.9px -16px rgba(0, 0, 0, 0.036),
                    0px 10.4px 16.7px -16px rgba(0, 0, 0, 0.048),
                    0px 25px 40px -16px rgba(0, 0, 0, 0.07);
}

.hpl-reviews-title span {
	font-weight: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
}