/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.menu ul {
    list-style: none;
}
.menu li a, .page_item a{
    font-size: var(--fs-h1);
    font-family: 'Fraunces';
    text-transform: capitalize;
}

/* Base header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px !important;
  position: relative;
  z-index: 10;
}

/* Logo */
.site-header .logo {
  color: var(--primary);
}
.main-menu-container {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--c-bg);
  z-index: 200;
  padding-left: 24px;
  padding-right: 24px;
}

/* Header styling */
.main-header {
    position: relative;
    /*min-height: 64px;*/
	min-height: 18px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  z-index: 800;
  /*position: fixed;
  left: 0;
  top: 0;*/
  background-color: var(--c-bg);
}
.logo { font-size: 1.25rem; font-weight: bold; }
.hamburger { background: none; border: none; cursor: pointer; }

/* Hide desktop nav trigger */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
}

/* Mobile overlay menu (hidden by default) */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--white);
  transform: translateX(100%);
  transition: transform .3s ease;
  overflow-y: auto;
  z-index: 20;
}
.mobile-menu.open {
  transform: translateX(0);
}

/* Menu header inside overlay */
.mobile-menu .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Link list */
.mobile-menu .menu-links {
  list-style: none;
  margin: 0;
}
.mobile-menu .menu-links li {
  margin-bottom: var(--gap-l);
}
.mobile-menu .menu-link {
  font-size: var(--fs-h1);
  font-family: var(--ff-menu-link);
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: var(--text);
}
/* Mobile menu overlay sliding nav itself */
#mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100vw);
  transition: transform 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  background-color: var(--c-bg);
}
#mobile-menu.open {
  transform: translateX(0vw);
}

.no-scroll { overflow: hidden; }
/* Backdrop when open */
body.menu-open::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}


.acf-gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.acf-gallery-item-wrapper {
  flex: 1 1 calc(33.333% - 10px);
  box-sizing: border-box;
}
.acf-gallery-item {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .acf-gallery-item-wrapper {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .acf-gallery-item-wrapper {
    flex: 1 1 100%;
  }
}

.trznica-gall-carousel {
  overflow: hidden;
}
.trznica-gall-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.trznica-gall-slide {
  /* mobile-first: 3 per row */
  flex: 0 0 calc((100% - 2rem) / 3);
  scroll-snap-align: start;
  box-sizing: border-box;
}
/* from tablet/desktop up: 6 per row */
@media (min-width: 768px) {
  .trznica-gall-slide {
    flex: 0 0 calc((100% - 5rem) / 6);
  }
}
.trznica-gall-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  min-height: 110px;
  border-radius: 8px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7 a {
  font-weight: 600;
}
.wpcf7-acceptance {
    margin-top: 21px;
    display: block;
}
.wpcf7-acceptance label {
  display: flex;
  column-gap: 12px;
}
.wpcf7-acceptance label input {
  flex: 0 0 16px;
}
.wpcf7-acceptance a {
  font-weight: 600;
}
.wpcf7-submit {
  margin-top: 28px;
}

/* Sadrzaj */
.iframer-div {
  border-radius: 16px;
  overflow: hidden;
}


