/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1695196302
Updated: 2023-09-20 07:51:42

*/

body * {
	font-family: "Manrope", Sans-serif;
}

.valoration-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}
.valoration-rating .rating-resenas {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}
.valoration-rating .rating-resenas span {
    font-size: 12px;
    font-weight: 500;	
    color: #495057;
}
.valoration-rating .rating span {
    font-size: 14px;
}
.valoration-rating .rating .stars-empty {
    position: absolute;
    color: #ADB5BD;
    z-index: 0;
}
.valoration-rating .rating .stars-filled {
    position: relative;
    z-index: 1;
    color: #D6A800;
    display: flex;
    overflow: hidden;
}
.valoration-rating a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.list-map span.hightlight,
.list-card span.hightlight{
	color: var(--e-global-color-primary);
	font-weight: bold;
}
.search-cards {
	display:none;
}
.jet-smart-filters-location-distance .jsf-location-distance__location{
    flex-basis: 100% !important;
}
.jet-smart-filters-location-distance .jsf-location-distance__distance{
    display: none;
}
.jet-smart-filters-location-distance .jsf-location-distance__location-input{
    border-color:   #f0f0f0;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.jsf-location-distance__location-locate{
    display: none !important;
}
.btn-localize a{
    min-height: 42px !important;
}

.btn-search-block a,
.btn-search a{
    height: 100%;
    min-width: 42px !important;
    padding: 0!important;
    display: flex !important;
    align-content: flex-start;
    justify-content: center;
    border-radius: 0 5px 5px 0!important;
    display: block;
    height: 42px;
    max-height: 100% !important;
}
.btn-search-block svg,
.btn-search svg{
    width: 20px !important;
}

.cluster {
    background-image: url(/wp-content/uploads/2025/09/pin.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
}
.cluster img {
    display: none;
}
.cluster div span {
    color: white;
    position: relative;
    top: -4px;
    font-size: 14px
}
@media (max-width: 768px) {
	.list-map {
		display: none;
	}
}