@charset "utf-8";
/* CSS Document */

body {
  font-family: "Roboto", sans-serif;
}

.navbar {
  flex-direction: column;
  padding: 0;
  background-color: #fff;
}

.hours-menu {
  background-color: #816446;
  width: 100%;
}

.hours-menu img {
  display: inline-block;
  margin-right: 5px;
}

.hours-menu h2 {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 10px 0px;
  display: inline-block;
}

.menu {
  padding: 7px 15px;
}

.menu-item {
  margin-left: 17px;
}

.menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #484443;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: visible;
}

.menu-item a:focus,
.menu-item a:hover {
  text-decoration: none;
}
.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -4px;
  background: #816446;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu-item.active a:before,
.menu-item a:hover:before,
.menu-item a:focus:before,
.menu-item a:active:before {
  left: 0;
  right: 0;
}

#slider {
  margin-top: 100px;
  margin-bottom: 110px;
}

.slide {
  height: 560px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #58358a;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li.slick-active {
  background: #51ac3a;
}

.shop-slide {
  height: 120px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}

.title::before {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  top: -10px;
  bottom: -10px;
  background: #373E41;
  transform: rotate(1.01deg);
  z-index: -1;
}

.shop-carousel {
  margin: 50px 0px;
}

#map {
  height: 350px;
}

#footer {
  background-color: #373E41;
  padding-top: 50px;
  padding-bottom: 10px;
}

.left-col {
  position: relative;
}

.left-col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 28px;
  background-color: #fff;
}

.footer-title,
.left-col h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}

.left-col h2 {
  margin-bottom: 5px;
}

.menu-title {
  text-transform: uppercase;
}

.left-col ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.left-col ul li {
  display: inline-block;
  margin-right: 15px;
}

.left-col p {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
}

.footer-menu ul li,
.footer-menu ul li a {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.footer-menu .menu-item {
  margin: 0;
}

.footer-menu .menu-item a::before {
  display: none !important;
}

.right-col {
  text-align: center;
}

.copyright {
  margin-top: 10px;
}

.copyright p,
.copyright p a {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.copyright img {
  margin-right: 9px;
}

#main {
  margin-top: 98px;
  min-height: 63vh;
}

.page-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: #484443;
  margin: 30px 0px;
}

.mobile-list {
  display: none;
}

.list-item {
  max-width: 20%;
  text-align: center;
  margin-bottom: 45px;
}

.list-item h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
}

.list-item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
}

.list-img {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
  transition: all ease-in 200ms;
}

.list-item a:hover {
  text-decoration: none;
}

.list-item a:hover .list-img {
  transform: scale(1.1);
}

.page-heading {
  height: 235px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.content {
  margin: 20px 0px;
}

.content h2 {
  font-size: 18px;
  color: #000000;
}

.content p {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

.content ul {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

.promotion {
  margin-bottom: 45px;
  transition: all ease-in 200ms;
}

.promotion:hover {
  transform: scale(1.05);
}

.promotion a:hover {
  text-decoration: none;
}

.promotion-img {
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.promotion h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
}

.promotion h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.small-page-heading {
  height: auto;
  padding-top: 100%;
  background-size: contain;
}

.small-content {
  margin: 0;
}

.content img {
  max-width: 100%;
  height: auto;
}

.cls-1 {
  fill: transparent;
  transition: all ease-in 200ms;
}

.visible .cls-1,
.cls-1:hover {
  fill: #816446;
}

.mapa-sklep .cls-1 {
  fill: transparent;
  cursor: pointer;
}

.mapa-sklep .cls-1:hover {
  fill: transparent;
}

.mapa-sklep .cls-1.active {
  fill: #816446;
}

.mapa-sklep {
  margin: 3rem 0;
}

.level,
.mapa-sklep {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.plan-nav {
  margin-bottom: 5rem;
}

.plan-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.plan-nav ul li {
  display: inline-block;
  margin-right: 5px;
}

.plan-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #51ac3a;
  padding: 6px 15px;
  border: 1px solid #51ac3a;
  transition: all ease-in 200ms;
  background: #fff;
  display: block;
}

.plan-link:focus,
.plan-link:hover,
.plan-link.active {
  color: #fff;
  background: #51ac3a;
  text-decoration: none;
}

.current-level {
  color: #6e6b6a;
}

.level svg {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.plan-map .level {
  margin-bottom: 5rem;
}

.plan-map .level-under::before,
.plan-map .level-0::before {
  position: absolute;
  content: "ul. ks. płk. Jana Mrugacza";
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  border-bottom: 1px solid #51ac3a;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #484443;
  padding-bottom: 3px;
}

.plan-map .level-under::after,
.plan-map .level-0::after {
  position: absolute;
  content: "ul. Józefa Piłsudskiego";
  text-align: center;
  border-bottom: 1px solid #51ac3a;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #484443;
  padding-bottom: 3px;
  transform: rotate(90deg);
  width: 100%;
  top: 38.5%;
  left: 58%;
}

div.search_result {
  display: none;
  position: absolute;
  top: 40px;
  padding: 20px 30px;
  left: 0;
  right: 0;
  background: #efefef;
  transition: all ease-in 200ms;
}

div.search_result.opened {
  bottom: 0;
}

.plan-list .level {
  background: #efefef;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 30px;
}

.search_result ul,
.plan-list .level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_result ul li a,
.plan-list .level ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #484443;
  display: block;
  transition: all ease-in 200ms;
}

.plan-list .level ul li a.visible,
.search_result ul li a:hover,
.plan-list .level ul li a:hover {
  text-decoration: none;
  color: #816446;
  font-weight: bold;
}

#keyword {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #000000;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

#keyword::placeholder {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.search_bar {
  position: relative;
}

.search_bar::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/search.png") no-repeat center center;
  background-size: contain;
}

.search_bar.hidden::before {
  display: none;
}

.search_bar.hidden #keyword {
  display: none;
}

.mapa-opis {
  text-align: center;
  margin-top: 5rem;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

.baloniarstwo {
  background: url("../img/historia.jpg") no-repeat center center;
  background-size: cover;
}

.balonowa-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.balonowa-gallery ul li {
  flex-grow: 1;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 5px;
}

.balonowa-gallery ul li img {
  display: block;
}

.baloniarstwo {
  margin-top: 87px !important;
}

.balonowe-content {
  padding-top: 8rem;
  padding-bottom: 2rem;
  text-align: center;
}

.balonowe-content h2 {
  font-weight: 500;
  font-size: 22px;
  color: #030303;
}

.balonowe {
  padding-bottom: 5rem;
}

.balonowa-gallery {
  margin-bottom: 5rem;
}

.description {
  font-weight: 300;
  font-size: 12px;
  display: block;
  color: #484443;
  margin: 5px 0px;
}

.balonowa-text {
  padding-left: 50px;
  position: relative;
}

.balonowa-text::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  background: #000;
  left: 16px;
}

.balonowa-text h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #030303;
  position: relative;
}

.balonowa-text h2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  left: -41px;
  top: 0;
  z-index: 999;
}

.balonowa-text p {
  font-weight: normal;
  font-size: 15px;
  color: #484443;
}

.balonowa-2 ul li img {
  height: 100%;
  width: auto;
}

.balonowa-3 ul li:first-child {
  flex: 100%;
}

.balonowa-3 ul li:nth-child(4),
.balonowa-3 ul li:nth-child(5) {
  margin-top: 27rem;
}

.page-template-sklep-page .small-page-heading {
  width: 75%;
  margin-right: auto;
  height: 125px;
  padding: 0;
  background-position: left;
}

.sklep-hours h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}

.sklep-hours p {
  margin-bottom: 5px;
}

.page-template-dojazd-page .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-template-dojazd-page .content ul li {
  display: inline-block;
  margin-right: 15px;
}

.contact h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 16px;
  color: #484443;
  margin: 30px 0px;
}

.contact p {
  margin-bottom: 5px;
  font-size: 15px;
}

.contact p .fa {
  color: #373E41;
  margin-right: 5px;
  font-size: 18px;
}

.contact p a {
  color: #000;
}

.wpcf7-form {
  margin: 40px 0px;
}

.wpcf7-form label {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.wpcf7-form label .your-message {
  width: 100%;
  display: block;
}

.wpcf7-form label input {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  border-color: #b9b9b9;
  outline: none !important;
  border-style: solid;
  border-width: 1px;
  margin-top: 3px;
}


.wpcf7 label textarea {
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    border-color: #b9b9b9;
    outline: none !important;
    border-style: solid;
    border-width: 1px;
    margin-top: 3px;
}

.wpcf7-list-item input[type=checkbox] {
	width: auto !important;
}

.wpcf7-form label .your-message textarea {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  border-color: #b9b9b9;
  outline: none !important;
  border-style: solid;
  border-width: 1px;
  margin-top: 3px;
}

.wpcf7-submit {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 20px;
  border: 1px solid #373E41;
  transition: all ease-in 200ms;
  display: block;
  color: #fff;
  background: #373E41;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .slide {
    height: 500px;
  }

  .left-col::after {
    right: 6px;
  }

  .shop-carousel .slick-slide {
    box-sizing: border-box;
    padding: 5px;
  }

  .shop-slide {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  #slider {
    margin-bottom: 87px;
  }

  .slide {
    height: 360px;
  }

  .navbar-toggler-right {
    border: none !important;
    outline: none !important;
  }

  .navbar-toggler-icon .fa {
    position: relative;
    top: 3px;
  }

  .navbar .menu-item {
    margin-left: 0;
    text-align: center;
    padding: 5px 0px;
  }

  .left-col::after {
    display: none;
  }

  #footer {
    text-align: center;
  }

  .left-col {
    margin-bottom: 30px;
  }

  .left-col ul li {
    margin-right: 7px;
    margin-left: 7px;
  }

  .shop-carousel {
    margin: 25px 0px;
  }

  .list-img {
    height: 120px;
  }

  .desktop-list {
    display: none;
  }

  .mobile-list {
    display: block;
  }

  .list-item {
    max-width: 50%;
    width: 50%;
    flex: 50%;
  }

  .balonowa-text {
    padding-left: 15px;
  }

  .balonowa-text::before,
  .balonowa-text h2::before {
    display: none;
  }

  .balonowa-text h2 {
    margin-top: 3rem;
  }

  .balonowa-gallery {
    margin-bottom: 2rem;
  }

  .balonowa-3 ul li:nth-child(4),
  .balonowa-3 ul li:nth-child(5) {
    margin-top: 0;
  }

  .balonowa-gallery ul {
    justify-content: center;
  }

  .balonowa-gallery ul li img {
    margin: 0 auto;
  }

  .description {
    padding: 0px 7px;
  }

  .balonowa-2 ul li img {
    height: auto;
    width: 100%;
  }

  .page-template-sklep-page .small-page-heading {
    width: 100%;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .slide {
    height: 270px;
  }

  .page-template-default .small-page-heading {
    height: 235px;
    padding-top: 0;
  }

  .plan-list .level {
    max-width: 100%;
  }

  .search_bar {
    margin-bottom: 2rem;
  }

  .sklep-hours {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .navbar-toggleable-md > .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slide {
    height: 250px;
    background-size: contain;
  }

  .footer-menu {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .level {
    max-width: 80%;
  }

  .plan-nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .plan-nav ul li {
    flex: 0 0 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 3px;
  }
}

/* Nowy układ planu galerii - identyczny jak Gondola */
.plan-galeria {
  position: relative;
  display: block;
  width: 100%;
}

.plan-galeria svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Style dla SVG linków - identyczne jak Gondola */
.plan-galeria .svg-link {
  cursor: pointer;
  text-decoration: none;
}

.plan-galeria .svg-link path {
  fill: rgba(255, 255, 255, 0.01);
  stroke: transparent;
  stroke-width: 0;
  transition: all 0.3s ease;
}

.plan-galeria .svg-link:hover path {
  fill: rgba(81, 172, 58, 1) !important;
  stroke: #51ac3a !important;
  stroke-width: 2px !important;
}

.plan-galeria .svg-link.visible path {
  fill: rgba(81, 172, 58, 1) !important;
  stroke: #51ac3a !important;
  stroke-width: 2px !important;
}

/* Klasa cls-1 jak w Gondola */
.plan-galeria .cls-1 {
  fill: rgba(255, 255, 255, 0.01);
  stroke: transparent;
  stroke-width: 0;
  transition: all 0.3s ease;
}

.plan-galeria .svg-link:hover .cls-1 {
  fill: rgba(81, 172, 58, 1) !important;
  stroke: #51ac3a !important;
  stroke-width: 2px !important;
}

.plan-galeria .svg-link.visible .cls-1 {
  fill: rgba(81, 172, 58, 1) !important;
  stroke: #51ac3a !important;
  stroke-width: 2px !important;
}

.shops-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shops-list ul li {
  margin-bottom: 8px;
}

.shops-list ul li a {
  display: block;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  color: #484443;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shops-list ul li a:hover {
  background: #fff;
  border-color: #51ac3a;
  text-decoration: none;
}

.shops-list ul li a.visible {
  background: #51ac3a;
  color: white;
  border-color: #51ac3a;
}

/* Responsywność dla nowego układu */
@media (max-width: 768px) {
  .plan-galeria .svg-link {
    border-width: 1px !important;
  }
  
  .shops-list ul li a {
    font-size: 14px;
    padding: 6px 10px;
  }
}


.godziny-item img {
  max-width: 100%;
  height: 150px;
  margin-bottom: 10px;
  object-fit: contain;
}