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

#imp-turn-right, #imp-turn-left, #imp-back {
	cursor: pointer;
}

#imp-back {
	background: #9c8b76;
	fill: #9c8b76;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #9c8b76;
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
	border-radius: 500px !important;
	cursor: pointer !important;
	box-shadow: none !important;
	width: fit-content !important;
    z-index: 9;
    position: relative;
	display: none;
	padding: 10px 20px !important;
	line-height: 150% !important;
	transition: all 0.3s;
}

#imp-back:hover {
	background: transparent;
	fill: transparent;
    color: #9c8b76;
}

@media (max-width: 600px) {
	#imp-back {
		font-size: 12px !important;
		width: fit-content !important;
        line-height: 100%;
        text-align: center;
        align-items: center;
	}
}

.imp-object-poly polygon:hover, .imp-object-rect:hover {
    opacity: 0.7 !important;
}

.imp-tooltip {
	background: #e3dcd4 !important;
	border-radius: 18px !important;
	padding: 8px !important;
	color: #fff !important;
}

.imp-tooltip-content {
	background: #e3dcd4 !important;
	border-radius: 18px !important;
	padding: 8px !important;
	color: #fff !important;
}

.imp-tooltip .hs-arrow-bottom {
	border-top-color: #e3dcd4 !important;
}

.imp-tooltip-content div:first-child {
	display: none;
}

.imp-ui-top-right {
	display: none !important;
}

@media (max-width: 620px) {
	.imp-ui-layers-menu-wrap {
		display: none;
	}
}

.building-layer-icon {
    pointer-events: none !important;
}

.lokal-price {
	text-align: center;
}

.status-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-radius: 500px;
	padding: 4px 8px;
	line-height: 140%;
	width: 100%;
	white-space: nowrap;       
	overflow: hidden;           
	text-overflow: ellipsis;  
	min-width: unset !important;
}

.status-available {
	color: rgb(23, 156, 6);
}

.status-reserved {
	color: rgb(201, 157, 0);
}

.status-sold {
	color: rgb(151, 0, 0);
}

.status-unavailable {
	color: rgb(151, 0, 0);
}

.status-unknown {
	color: #999;
}

.status-tooltip {
	background: #fff;
	display: inline-flex;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 500px;
}

.status-tooltip.available {
	color: rgb(23, 156, 6);
}

.status-tooltip.reserved {
	color: rgb(201, 157, 0);
}

.status-tooltip.sold {
	color: rgb(151, 0, 0);
}

.status-tooltip.unavailable {
    color: #666;
    font-weight: 600;
}

.status-tooltip.none {
	color: #999;
}

.info-div {
	text-align: center;
}

.info-title, .imp-tooltip-content h3 {
	font-family: "ivymode", Sans-serif;
	font-size: 20px !important;
	font-weight: bold !important; 
	line-height: 130% !important;
	color: #3f3b35 !important;
	margin-bottom: 8px !important;
	padding: 4px !important;
}

.info-text {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #262626;
	margin: 0;
	padding: 4px;
	text-transform: uppercase;
}

.info-text.small {
	font-size: 14px;
}


.info-button {
	background: #9c8b76;
	fill: #9c8b76;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #9c8b76;
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
	border-radius: 500px !important;
	line-height: 150% !important;
	width: 100% !important;
	height: unset !important;
	text-align: center !important;
	display: inline-block !important;
	padding: 10px 20px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none !important;
	transition: all 0.3s;
	text-transform: uppercase;
}

.info-button:hover {
	fill: transparent;
	background: transparent;
	color: #9c8b76;
}

#imagemappro #loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#imagemappro #loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 3px solid #724A41;
	border-top: 3px solid transparent;
	animation: spin 1s linear infinite;
}

@media (max-width: 1200px) {
	.elementor-element-c77f04a .e-con-inner {
		margin: unset !important;
	}
}

#imp-building.active,
#imp-parking.active {
    opacity: 0.5;
    pointer-events: none;
}

.imp-parking-badge{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #926B5A;
	border: 1px solid #926B5A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	pointer-events: none;
}
