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

*/

.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: 300px;
	object-fit: cover;
	object-position: center;
}

@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;
	}
}

/* BeerSlider */
.beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.beer-slider *,
.beer-slider:after,
.beer-slider :after,
.beer-slider:before,
.beer-slider :before {
  box-sizing: border-box;
}
.beer-slider img,
.beer-slider svg {
  vertical-align: bottom;
}
.beer-slider > * {
  height: 100%;
}
.beer-slider > img {
  height: auto;
  max-width: 100%;
}
.beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  transition: opacity 0.35s;
  z-index: 1;
}
.beer-reveal > :first-child {
  height: 100%;
  max-width: none;
  width: 200%;
}
.beer-reveal > img:first-child {
  height: auto;
}
.beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: slider-horizontal !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 2px);
  z-index: 2;
}
.beer-range::slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}
.beer-handle {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 6px transparent;
  color: #000;
  height: 48px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
  width: 48px;
  z-index: 2;
}
.beer-handle:after,
.beer-handle:before {
  border-left: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  width: 10px;
}
.beer-handle:before {
  left: 10px;
  transform: rotate(-45deg);
}
.beer-handle:after {
  right: 0;
  transform: rotate(135deg);
}
.beer-range:focus ~ .beer-handle {
  background: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  background: hsla(0, 0%, 100%, 0.75);
  border-radius: 0.125rem;
  content: attr(data-beer-label);
  line-height: 1;
  padding: 0.5rem;
  position: absolute;
  top: 1.5rem;
}
.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}
.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}
.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
  content: none;
}
.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  opacity: 1;
}

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

.navyseni-ceny {
  font-size: 11px;
  line-height: 1em;
  background: #e54b15;
  border-radius: 12px;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
}