/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753698784
Updated: 2025-07-28 12:33:04

*/

@media (max-width: 465px) {
	.mobile-nav {
	text-transform: uppercase;
	}
}

/* Tooltip box*/
.leaflet-rrose-close-button {
	display: none;
}
.hotspot-title {
	display: none;
}
.leaflet-rrose-content {
	padding: 20px;
	gap: 30px;
}
.tooltip-box h3 {
	font-family: Inter;
	font-size: 19px;
	font-weight: 600;
	line-height: 22.8px;
}
.tooltip-box ul {
	list-style: none;
	margin-left: -40px;
}
.tooltip-box li {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	letter-spacing: 0.01em;
	padding: 5px 0;
}
.tooltip-contact {
	display: flex;
	justify-content: space-beetween;
	align-items: center;
	gap: 8px;
	margin-top: 30px;
}
.tooltip-contact img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}


#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	    border-color: transparent;
    border-bottom: 1px solid #a86a57 !important;
    color: #282F6C !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	border: 2px solid #a86a57 !important;
}

button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	 color: white !important;
	background-color: #a86a57 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	background-color: #a86a57 !important
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #a86a57 !important
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	background-color: #a86a57 !important;
	border-color: #a86a57 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	border-color: black !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
	color: black !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
	fill: black !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #847d77 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	 color: #847d77 !important;
}

.popup-mieszkanie-mobile-button .dce-button-wrapper {
    display:flex;
    justify-content:center;
}

.mieszkanie-mobile-popup p {
    margin-block-end: 0px;
    height: 17px;
    line-height: 22px !important;
} 

.mieszkanie-mobile-popup .elementor-widget-container {
    height: 17px;
    margin: 0px;
}

.price-popup {
	position: relative;
	cursor: pointer;
}

.price-popup .price-popup-content {
	position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    color: #fff;
    padding: 16px 19px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 10;
    border-radius: 16px;
    background: #7F7062;
    width: 300px;
    text-wrap: wrap;
}

.price-popup:hover .price-popup-content {
	opacity: 1;
	visibility: visible;
}

.price-popup .price-popup-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price-popup .info-icon {
	display: block;
	height: 18px;
}

.modal-body .price-popup .info-icon svg path{
	stroke: #fff !important;
}

@media (max-width: 465px) {
	.price-popup .price-popup-content {
	    transform: translateX(-75%) !important;
	}
}

.house-price {
	text-align: center;
    color: #000000;
}

.house-price.promotion {
	text-align: center;
    color: red;
	font-weight: bold;
}

.house-price .price-per-meter{
	text-align: center;
    font-size: 12px;
}