/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 strong {
    color: var(--e-global-color-primary);
    font-weight: inherit;
}

.elementor-widget-icon-list a,
.elementor-widget-heading .elementor-heading-title {
    text-underline-offset: 4px;
    text-decoration-thickness: 2px !important;
}

.elementor-widget-theme-post-content figure {
    margin: 3rem 0;
}

.elementor-widget-theme-post-content figure img {
    border-radius: 12px;
}


@media (min-width: 768px) {
    .elementor-widget-theme-post-content h2,
    .elementor-widget-theme-post-content h3,
    .elementor-widget-theme-post-content .wp-element-caption,
    .elementor-widget-theme-post-content p {
        padding: 0 3rem;
    }

    .wp-block-image.alignleft {
        margin-right: 3rem !important;
    }
    .wp-block-image.alignright {
        margin-left: 3rem !important;
    }
}

.elementor-location-header .elementor-icon-list-item a {
    color: rgba(0,0,0,.75);
    line-height: 2;
}

.elementor-location-header .elementor-icon-list-item:nth-child(1) a {
    color: black;
    font-weight: bold;
}

.wp-block-media-text {
    margin-bottom: 1rem;
}

.elementor-active .post-content .e-con-inner,
.elementor-active .post-content > .e-con-inner > .elementor-element,
.elementor-active .post-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
}