/*
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.3.0.1739459202
Updated: 2025-02-13 16:06:42

*/

html, body {
	overflow-x: hidden;
}

.zalozky-wrap {
	display: flex;
	align-items: center;
	gap: 64px;
}

@media (max-width: 767px) {
	.zalozky-wrap {
		flex-direction: column;
		gap: 32px;
	}
}

.zalozky-list {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.zalozky-list h2 {
	margin: 0 0 64px;
}

.zalozky-list a {
	margin-top: 64px;
}

@media (max-width: 767px) {
	.zalozky-list a {
		margin-top: 16px;
	}
}

.zalozka {
	cursor: pointer;
	padding: 12px 0;
	color: var(--e-global-color-4eadbc6);
	font-weight: 500;
	font-size: 20px;
	transition: color 0.3s;
}

.zalozka.active {
	color: var(--e-global-color-text);
}

.zalozky-content {
	flex: 2;
	background: var(--e-global-color-fa7e615);
	padding: 36px 32px;
	border-radius: 24px;
}

@media (max-width: 767px) {
	.zalozky-content {
		padding: 32px 16px;
	}
}

.zalozka-detail {
	display: none;
	animation: fadeIn 0.3s ease-in-out;
}

.zalozka-detail.active {
	display: block;
}

.zalozka-datum {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.zalozka-nadpis {
	font-size: 32px !important;
}

.zalozka-excerpt {
	margin-bottom: 20px;
	font-weight: 400;
}

.zalozka-img img {
	margin-top: 30px;
	max-height: 400px;
	object-fit: cover;
	object-position: top;
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

header span.pocet-nemovitosti,
footer span.pocet-nemovitosti{
	background: var( --e-global-color-accent );
    color: var( --e-global-color-383c55c );
    border-radius: 50%;
    font-size: 9px;
    font-weight: 500;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

#map-wrapper {
	border-radius: 24px;
	text-align: center;
}

#map-wrapper .gm-style-iw.gm-style-iw-c {
	border-radius: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	max-width: 180px !important;
	padding: 0;
}

#map-wrapper .gm-style-iw-d {
	overflow: hidden !important;
}

#map-wrapper .googleMap__image {
	border-radius: 0
}

#mapFilterForm {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 950px;
	margin: 0 auto;
	background: var(--e-global-color-383c55c);
	border-radius: 12px;
	box-shadow: 0 9px 19px rgba(54,62,69,.1);
	padding: 24px 40px;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1023px) {
	#mapFilterForm {
		margin-top: 0;
		grid-template-columns: repeat(2, 1fr);
		padding: 16px 32px;
	}
}

@media (max-width: 767px) {
	#mapFilterForm {
		padding: 16px;
	}
}

#mapFilterForm label {
	margin-bottom: 8px;
}

#mapFilterForm select {
	border: none;
	background: transparent;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	color: var( --e-global-color-9215ebe );
	font-weight: 500;
	cursor: pointer;
}

#mapFilterForm span#price-value {
	color: var( --e-global-color-9215ebe );
	font-weight: 500;
}

@media (max-width: 767px) {
	#mapFilterForm span#price-value {
		display: block;
		margin-top: 10px;
	}
}

.noUi-connects {
	border-radius: 12px;
}

.noUi-connect {
	background: var( --e-global-color-accent ) !important;
	border-radius: 12px;
}

.noUi-target {
	box-shadow: none !important;
	border: none !important;
	border-radius: 12px !important;
	height: 12px !important;
}

.noUi-horizontal .noUi-handle {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	border: none !important;
	right: -2px !important;
	top: -2px !important;
	background: var( --e-global-color-fa7e615 );
	cursor: pointer;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
	display: none;
}

.googleMap__popup img {
	border-radius: 0 !important;
	margin-bottom: 12px !important;
}

.googleMap__popup a {
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #676E76 !important;
	font-family: "Clash Grotesk" !important;
}

.googleMap__popup a:hover {
	text-decoration: underline !important;
}

.googleMap__popup strong {
    display: block !important;
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
}

.googleMap__popup div {
	margin-top: 12px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #282B2E;
	font-family: "Clash Grotesk";
}

.gm-ui-hover-effect {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	width: 24px !important;
	height: 24px !important;
}

.gm-ui-hover-effect span {
	background: #fff !important;
}

.gm-style-iw-ch {
	padding: 0 !important;
}

.gm-ui-hover-effect span {
	margin: 0 !important;
}

/* nastavení gallery na 3 sloupce */
.custom-columns-3 {
  --columns: 3 !important;
}

.custom-images-shown {
	display: block !important;
}

.custom-gallery-hidden {
  opacity: 0;
  transition: opacity 0.2s ease; /* adjust to your liking */
}

@media (max-width: 1024px) {
	.custom-columns-3 {
		--columns: 2 !important;
	}
}

@media (max-width: 500px) {
	.custom-columns-3 {
		--columns: 1 !important;
	}
	
	.custom-images-shown {
		display: none !important;
	}
}

/* barevný štítky u loop itemu */
.term-label {
	font-size: 11px;
	line-height: 1em;
	border-radius: 12px;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase
}

.term-label--aktualne-v-nabidce { background:#2e7d32; }  
.term-label--prodano            { background:#b01111; }  
.term-label--pronajato          { background:#FF0000; }  
.term-label--rezervovano        { background:#df8510; }
.term-label--nove-v-nabidce     { background:#0682d9; }  
.term-label--aukce        		{ background:#f57c00; }  
.term-label--exkluzivne        	{ background:#0682d9; }  
.term-label--snizeni-ceny       { background:#72be11; }  