/*
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
*/


/*********************** HEADER ***********************/

.elementor-location-header figcaption.widget-image-caption.wp-caption-text {
    padding: 5px 8px 6px;
}
.uael-nav-menu .menu-item-has-children .sub-menu {
    transition: all 0s !important;
}

/*********************** FOOTER ***********************/

footer p {
    margin: 0;
}

/*********************** SEARCH ***********************/

#elementor-popup-modal-3112 .dialog-close-button {
    display: none !important;
}
i.fas.fa-search {
    margin: 0 !important;
}

/*********************** CART ***********************/

a#elementor-menu-cart__toggle_button {
    background-color: transparent;
    border: none;
    padding: 0;
}

/*********************** TESTIMONIALS ***********************/

.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 10px !important;
}
.elementor-location-header .swiper-slide a {
    color: inherit;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0.5em;
    top: -1px;
    position: relative;
}

/*********************** HERO SLIDER ***********************/

.hero-slider .elementor-slide-heading strong {
    font-size: 0.5em;
    display: block;
    line-height: 1.4em;
}
