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

/*
    Add your custom styles here
*/

.cls-1 {
    fill: #83c327 !important;
}

.elementor.elementor-54.elementor-location-header {
/*    max-width: 1600px;
    margin: 0 auto; */
    padding: 15px 20px;
    background: white;
/*    border-radius: 25px 25px 0 0; 
    margin-top: 40px; */
}

#content .page-content {
    /*max-width: 1600px;*/
    background-color: white;
/*    margin: 0 auto;*/
/*    border-radius: 0 0 20px 20px; */
/*    padding-bottom: 150px;*/
}
footer.elementor-location-footer {
/*    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 20px;*/
}


/* . */
.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0,0%,93%,.9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: var( --e-global-color-accent );
    padding: 20px 5px;

}
.elementor-12 .elementor-element.elementor-element-47fd814 .elementor-swiper-button.elementor-swiper-button-prev {
    border-radius: 14px 0 0 14px;
    margin-left: -13px;
}
.elementor-12 .elementor-element.elementor-element-47fd814 .elementor-swiper-button.elementor-swiper-button-next {
	    border-radius: 0 14px 14px 0;
    font-size: 33px;
    color: white;
	margin-right: -13px;
}
.elementor-widget-image-carousel .swiper-slide img {
    text-align: center;
/*    border-radius: 20px;*/
    overflow: hidden;
}


/* //// custom mappa //// */
.wpls-riga {
    display: flex;
}
.wpls-riga span {
    padding: 0 10px;
}
.wpls-riga img {
    height: 20px !important;
    aspect-ratio: 1 !important;
}
.wpls-riga strong {
    display: none;
}
.wpsl-street span:first-child {
    padding-left: 10px;
    padding-right: 0;
}

#wpsl-wrap {
    margin-bottom: 0;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto !important;
}
#wpsl-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 3;
    font-weight: bold;
    font-size: 14px;
}
#wpsl-search-wrap input {
    border: 2px solid #83C327;
    border-radius: 7px;
}