/*
Theme Name: Szablon główny
Author: webizon.pl
Author URI: webizon.pl
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  box-sizing: border-box;
}

:root {
  --swiper-pagination-bullet-width:12px;
  --swiper-pagination-bullet-height:12px;
  --swiper-pagination-bullet-opacity:1;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-pagination-color: #f57d20;
  --swiper-theme-color:  #f57d20;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  margin:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'quiche-sans', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.home h2, .home h2.has-large-font-size {
  font-size: 58px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 28px;
  line-height: 35px;
  font-weight: normal;
}

a {
  color: #f57d20;
  text-decoration: none;
}

a:hover {
  color: #f57d20;
  text-decoration: underline;
}

.semi-bold strong {
  font-weight: 500;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-nav {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.site-logo {
  max-width: 355px;
  margin-right: 20px;
}

.lang-menu ul,
.main-navigation ul  {
  padding-left: 0;
}

.lang-menu,
.main-navigation {
  margin-left: auto;
}

.main-navigation {
  border-top: 1px solid #eee;
}

.lang-menu a,
.main-navigation a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.menu-container {
  display: flex;
  justify-content: center;
  z-index: 10000;
}

.menu {
  display: flex;
  list-style: none;
}

.menu-item {
  text-align: center;
  margin: 0 18px;
  padding: 7px 3px;
  display: flex;
  align-items: center;
  position: relative;

}

.menu-item a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.site-nav .menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width:0;
  border-bottom: 3px solid #f57d20;
  transition: all 0.3s;

}

.site-nav ul li:hover > a::after,
.site-nav .active a::after,
.site-nav .current-menu-item a::after ,
.site-nav .menu-item a:hover::after ,
.site-nav .current-lang a::after  {
  width:100%;
}

ul#primary-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}

ul#primary-menu > li.menu-item-has-children::after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 7px;
  right: 0px;
  display: block;
  background: url(assets/img/sprite2.png) -190px -354px no-repeat;
  transition: all 0.15s ease-in-out;
  transform: rotate(90deg) scale(.75);
  cursor: pointer;
}

.uagb-slick-carousel.slick-initialized .slick-slide {
  padding-top: 30px;
}

/* Style the submenu */
.mobile-menu {
  display: none;
}
#menu-item-308 > ul::after , #menu-item-2841 > ul::after {
  content: "";
  background: url(assets/img/menu_schody.png) 0 0 no-repeat;
  width: 682px;
  background-size: contain;
  height: 80px;
  display: flex;
  margin-top: 20px;
}
#menu-item-18 > ul::after , #menu-item-2845 > ul::after {
  content: "";
  background: url(assets/img/menu_blaty_parapety.png) 0 0 no-repeat;
  width: 682px;
  background-size: contain;
  height: 80px;
  display: flex;
  margin-top: 20px;
}


.site-nav ul ul ul {
  display: none !important;
}

.site-nav ul ul {
  display: flex;
  opacity:0;
  position: absolute;
  top: 100%;
  right: -100%;
  background-color: #fff;
  padding: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .1s;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  width: 700px;
  max-height: 0;
  overflow: hidden;
  z-index:-1;
}

.site-nav ul li:hover > ul {
  display: flex;
  padding: 20px 12px 12px;
  opacity:1;
  top: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-height: 500px;
  z-index:1;
}

.site-nav ul ul li {
  margin: 0;
  text-align: left;
  flex: 1 0 33%;
  padding: 0;
}
.site-nav ul ul a {
  color: #000;
  text-decoration: none;
  text-transform: none;
  padding: 0.5rem 0 0.5rem 2rem;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}

.site-nav ul ul a::before {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 10px;

    background: black;
    display: inline-block;
    margin-right: 18px;
    background: url(assets/img/sprite2.png) -190px -354px no-repeat;
    transition: all 0.15s ease-in-out;
}

.site-nav ul ul a:hover::before {
  left: 13px;
}

.site-nav ul ul a::after {
  display: none;
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline,
a.wp-block-button__link.wp-element-button.removeme {
  border: 2px solid #f57d20;
  padding: 0.3em 2.3em;
}

a.wp-block-button__link.wp-element-button.removeme {
  transform: rotate(45deg) translate(-5px , 5px);
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent!important;
  color: #f57d20;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin: auto;
  position: relative;
  top: 10px;
  border: transparent;
  overflow: hidden;
  text-decoration: none;
}

a.wp-block-button__link.wp-element-button.removeme:hover {
  background: transparent;
  color: #000;
}

.wp-block-button.is-style-outline>.wp-block-button__link:hover {
  color: #fff;
  background: #f57d20;
  text-decoration: none;
}

.iko-plus .wp-block-button__link.wp-element-button::after,
.duplicate .wp-block-button__link.wp-element-button::after  {
    content: "+";
    margin-left: 11px;
    margin-top: -9px;
    position: absolute;
    font-size: 30px;
    color: #f57d20;
}

.iko-plus .wp-block-button__link.wp-element-button:hover::after,
.duplicate .wp-block-button__link.wp-element-button:hover::after{
    color: #fff;
}

/* iko */

.group-iko {
  position: relative;
  padding-left: 40px;
}

.group-iko a {
  color: inherit;
}

.group-iko::before {
  content: "";
  background: url(assets/img/sprite2.png) 0 0 no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -5px;
  left: 0;
}

.group-iko-loc::before {
  background-position: -544px -346px;
}

.group-iko-tel::before {
  background-position: -595px -346px;
}

.group-iko-mail::before {
  background-position: -656px -346px;
}

.iko {
  background: url('https://stolarnialobzow.live/wp-content/uploads/2024/07/sprite2-z-dodatkowymi-social-biale.png') 0 0 no-repeat;
  display: inline-block;
}
.iko em {
  display: none;
}

#menu-item-9519 em{
	display:none;
}

.s-iko-new {
  width: 45px;
  height: 45px;
  background-image: url(https://stolarnialobzow.live/wp-content/uploads/2024/07/B.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.s-iko-new a {
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 0;
  transform: scale(.85);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}
.s-iko.menu-item {
  margin: 0 15px;
  padding: 0;
}

.s-iko a {
  background: url('https://stolarnialobzow.live/wp-content/uploads/2024/07/sprite2-z-dodatkowymi-social.png') 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  transform: scale(.85);
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}

.s-iko a::after {
  display: none!important;
}

.s-iko a:hover {
  transform: scale(1);
}

.iko.iko-down {
  width: 30px;
  height: 70px;
  background-position: -25px -150px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: bounce;
}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.iko.iko-fb {
  width: 50px;
  height: 50px;
  background-position: -118px -150px;
}

.iko.iko-ig {
  width: 50px;
  height: 50px;
  background-position: -224px -150px;
}

.s-iko.s-iko-blog a
{
	width: 46px;
	height: 46px;
	background-position: -334px -151px;
}

.s-iko.s-iko-yt a
{
	width: 46px;
	height: 46px;
	background-position: -442px -151px;
}

.iko.iko-tel{
  background-position: -240px -595px;
  width: 25px;
  height: 28px;
}

.iko.iko-fb2 {
  background-position: -309px -598px;
  width: 33px;
  height: 34px;
}
.iko.iko-ig2 {
  background-position: -389px -598px;
  width: 33px;
  height: 34px;
}

.iko.iko-b2  {
  background-position: -469.5px -598px;
  width: 33px;
  height: 34px;
	margin-top:5px;
}

.iko.iko-yt2  {
  background-position: -549.5px -598px;
  width: 33px;
  height: 34px;
	margin-top:-13px;
}

.iko.iko100 {
  width: 132px;
  height: 80px;
  background-position: -25px -579px
}

.s-iko.s-iko-fb a {
  background-position: -120px -151px;
  width: 45px;
  height: 45px;
}
.s-iko.s-iko-ig a {
  background-position: -228px -151px;
  width: 45px;
  height: 45px;
}

.homebaner-buttons.wp-block-columns {
  position: absolute;
  left: 0;
  right:0;
  z-index:15;
  margin-top: -110px;
}

/*home*/

.home .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  bottom: -20px;
}

/* normal gallery */
.zoomit >a >img,
.wp-block-gallery.has-nested-images figure.wp-block-image img , 
.zoomit > figure >a >img {
  -webkit-transition: filter 0.25s, transform 0.25s;
  -moz-transition: filter 0.25s, transform 0.25s;
  -o-transition: filter 0.25s, transform 0.25s;
  transition: filter 0.25s, transform 0.25s;
    transform: scale3d(1, 1, 1);
}
.zoomit > a:hover > img, .zoomit > figure >a:hover >img ,
.wp-block-gallery.has-nested-images figure.wp-block-image:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale3d(1.1, 1.1, 1.1);
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
  position: relative;
}
.wp-block-cover.is-light .wp-block-cover__inner-container::before {
  content: '';
      width: 225px;
      height: 82px;
      background: url(assets/img/sprite2.png) -22px -710px no-repeat;
      display: block;
      position: absolute;
      right: 0;
      bottom: -30px;
}

html[lang="de-DE"] .wp-block-cover.is-light .wp-block-cover__inner-container::before {
  background: url(assets/img/100_de-min.png) 50% 50% no-repeat;
  background-size: contain;
}


html[lang="cs-CZ"] .wp-block-cover.is-light .wp-block-cover__inner-container::before {
  background: url(https://stolarnialobzow.live/wp-content/uploads/2024/06/gora-CZ.png) 50% 50% no-repeat;
  background-size: contain;
}


html[lang="sk-SK"] .wp-block-cover.is-light .wp-block-cover__inner-container::before {
  background: url(https://stolarnialobzow.live/wp-content/uploads/2024/06/gora-SK.png) 50% 50% no-repeat;
  background-size: contain;
}

.home .wp-block-cover.is-light .wp-block-cover__inner-container::before {
  display: none;
}

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

/*slider*/
.w-100.uagb-slider-container {
  padding: 0;
}

.w-100 .swiper-content {
  width: 100%;
}
.uagb-slider-container.w-100 .swiper-pagination-bullet {
    border: 1px solid #f57d20;
    background: transparent;
}

.uagb-slider-container.w-100 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.uagb-slider-container.w-100 .swiper-pagination {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 45px;
}

.w-100.uagb-slider-container h1 > em{
  font-size:26px;
  font-weight: normal;
}

.w-100.uagb-slider-container h1 {
  line-height: 40px;
}

/* gallery slider */

.uagb-block-bb1c817c .spectra-image-gallery__media-thumbnail-caption-wrapper {
  margin-top: -30px;
}

.spectra-image-gallery__media {
  overflow: visible;
}

.spectra-image-gallery__media-thumbnail {
    -webkit-transition: filter 0.25s, transform 0.25s;
    -moz-transition: filter 0.25s, transform 0.25s;
    -o-transition: filter 0.25s, transform 0.25s;
    transition: filter 0.25s, transform 0.25s;
}

.uagb-slick-carousel ul.slick-dots li button::before {
	display:none;
}

.uagb-slick-carousel ul.slick-dots li {
	margin: 0 4px;
}

.uagb-slick-carousel ul.slick-dots li button {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #f57d20;
	border-radius: 100px;

}

.uagb-slick-carousel ul.slick-dots li.slick-active button {
	background: #f57d20;
}
.spectra-image-gallery__layout--carousel ul.slick-dots,
.wforms .spectra-image-gallery__layout--carousel ul.slick-dots,
.uagb-block-fa4f0088 .spectra-image-gallery__layout--carousel ul.slick-dots {
    top: -100px !important;
    margin: 0 !important;
}

.limit-width-p {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;

}
/* cover */
.wp-block-cover__inner-container {
  line-height: 1.9;
}

/* footer */
footer {
  background: #000000;
  color: #fff;
}
.footer-container a {
  color: #fff;
}
.footer-container a:hover{
  color: #f57d20;
  text-decoration: none;
}
.footer-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.footer-navigation .menu-item a br {
  content: "";
}

.footer-navigation .menu-item a br:after {
  content: " "; /* note we've added space here. */
}

.footer-navigation ul {
  padding-left:0;
}
.footer-navigation .menu-item:first-of-type {
  margin-left:0;
}
.footer-navigation .menu-item:last-of-type {
  margin-right:0;
}

.footer-navigation {
  border-top: 1px solid #333;
}

.footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 24px;

}

.footer-container > div:nth-child(2) {
  padding: 20px 0;
  border-top: 1px solid #333;
  font-size: 12px;
}

/* helpers */

.pt-0 {
  padding-top: 0!important;
}

.pr-0 {
  padding-right: 0!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pl-0 {
  padding-left: 0!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-2 {
  margin-bottom: 2rem!important;
}

.lh-22 {
  line-height: 22px;
}

.page-header-cover .wp-block-cover__inner-container,
.container,
.wp-block-uagb-image-gallery,
.footer-container,
.wp-block-gallery,
.wp-block-columns {
  max-width: 1170px;
  margin: auto;
}

.wp-block-separator.is-style-default {
    color: #ddd;
    border-top: 0;
}


.collapse {
  position: relative;
  height: initial;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.collapse:not(.show) {
	height: 0;
}

/* page header normal */

.page-header-cover h1 {
	font-size: 66px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-top: 30px;
    line-height: 1;
}

.page-header-cover h2 {
	font-size: 38px;
	font-weight: 400;
    margin: 0;
	padding: 0;
}

.page-header-cover a {
	color: #000;
	display: inline-block;
}
.page-header-cover a::before {
    content: "";
    width: 20px;
    height: 16px;
	position: relative;
    top: 4px;
	left: 0;
    background: black;
    display: inline-block;
    margin-right: 15px;
	background: url(assets/img/sprite2.png) -488px -354px no-repeat;
	transition: all 0.15s ease-in-out;
}
.page-header-cover a:hover::before {
	left:-4px;
}

.page-header-cover a:hover {
	color: #f57d20;
	text-decoration: none;
}

.uagb-slick-carousel .slick-track img {
  border-radius: 15px!important;
}

iframe.uagb-google-map__iframe {
  border-radius: 15px;
}

.uagb-slider-container.w-100 .swiper-pagination {
  bottom: 75px;
  z-index: 111;
  height: 0;
}

.gallery-item-link-extended .spectra-image-gallery__media-thumbnail-caption a ,
#homeModelGallery .spectra-image-gallery__media-thumbnail-caption a
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  text-decoration: none!important;
}

/* sub sub menu */
.site-nav ul ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-nav ul ul li > ul {
  display: block!important;
  position: relative;
  opacity: 1!important;
  right: auto;
  left: auto;
  bottom: auto;
  max-height: unset!important;
  width: auto;
  box-shadow: none;
  border: none;
  padding: 0.5rem!important;
}

.site-nav ul ul li > ul a {
  font-size: 14px;
  padding-left: 2.2rem;
}

.site-nav ul ul li > ul {
  padding-left: 1.1rem!important;
}

.site-nav #primary-menu > li > ul.sub-menu > li > a {
  font-weight: 600;
  padding-left: 1.9rem;
}

.scroll-wrapper #leftScroll ,
.scroll-wrapper #rightScroll {
  display: none;
  position: relative;
}

.scroll-wrapper #leftScroll::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" width="42" height="42"><path d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"></path></svg>');
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.scroll-wrapper #rightScroll::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" width="42" height="42"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* mobile */
@media screen and (max-width: 767px) {

  a#scrolltomebutton {
    margin-bottom: 0px!important;
    margin-top: 20px!important;
  }

  #glownaSchodyBetonKonstrukcje .spectra-image-gallery__media-thumbnail-caption a {
    font-size: 1.2rem;
    line-height: 1em;
  }

  body.home .has-parallax h3.wp-block-heading {
    font-size: 2.4rem!important;
  }

  .wp-block-cover.is-light .wp-block-cover__inner-container::before {
      transform: scale(.75) translate(20% , 30%);
  }

	h1, h2 {
		font-size: 80%;
	}
	.site-header {
		padding-left: 10px;
		padding-right: 25px;
	}
	.main-navigation,.lang-menu {
	  display: none;
	}
	.footer-container > div {
    	flex-direction: column;
		    align-items: center;
	}

	.footer-navigation {
		display: none;
	}

	.footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
    display: flex;
    align-items: center;
    flex-direction: column;
	}

	.iko-100 {
	    display: block;
        margin: auto;
	}

	.hidden-xs {
		display: hidden;
	}

	.mobile-menu {
	  display: block;
	  width: 42px;
	  height: 42px;
	  border: none;
	  background-color: transparent;
	  cursor: pointer;
	  padding: 0;
	  position: relative;
	}

	.mobile-menu span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #333;
	  opacity: 1;
	  left: 0;
	  transform: rotate(0deg);
	  transition: all 0.25s ease-in-out;
	}

	.mobile-menu span:nth-child(1) {
	  top: 8px;
	}

	.mobile-menu span:nth-child(2),
	.mobile-menu span:nth-child(3) {
	  top: 21px;
	}

	.mobile-menu span:nth-child(3) {
	  top: 34px;
	}

	.mobile-menu.active span:nth-child(1) {
	  top: 18px;
	  transform: rotate(45deg);
	}

	.mobile-menu.active span:nth-child(2) {
	  opacity: 0;
	}

	.mobile-menu.active span:nth-child(3) {
	  top: 18px;
	  transform: rotate(-45deg);
	}

  .wp-block-uagb-image-gallery {
    width: 100%;
    max-width: calc(100vw - 99px);
    margin: auto;
  }

  h1.wp-block-heading {
    font-size: 44px;
  }

  h1.wp-block-heading + h2.wp-block-heading {
    font-size: 20px!important;
  }

  .home h2, .home h2.wp-block-heading, .home h2.has-large-font-size, h3.wp-block-heading {
    font-size: 34px !important;
  }

  .home h3.wp-block-heading {
    font-size: 24px!important;
  }

  h2.wp-block-heading {
    font-size: 26px!important;
  }

  .site-nav ul li:hover > ul {
    width: 100%;
    overflow: hidden;
  }

  .site-nav ul ul {
    width: 100%;
  }

  .site-nav ul li:hover > ul {
    opacity:0;
    max-height: unset;
  }

  .site-nav ul li.is-open > ul {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 20px 30px -13px rgba(0, 0, 0, 0.75);
    opacity: 1;
    max-height: 500px;
    z-index: 1;
  }

  #menu-item-18 > ul::after, #menu-item-2845 > ul::after , #menu-item-308 > ul::after, #menu-item-2841 > ul::after {
    width: 100%;
    min-height: 40px;
    height: auto;
  }

  ul#primary-menu > li.menu-item-has-children {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }

  ul#primary-menu > li.menu-item-has-children::after {
    top: 20px;
    right: 10px;
  }


  .main-navigation {
    display: none;
  }

  .main-navigation.active {
    display: flex;
  }

  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
  }

  .main-navigation li {
    display: inline-block;
  }

  .main-navigation li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    font-size: 22px;
  }


  .main-navigation li a::after {
    display: none;
    }

  .main-navigation li a br {
    content: "";
  }
  .main-navigation li a br:after {
    content: " ";
  }

  .main-navigation li a:hover {
    background-color: #eee;
  }


  .main-navigation li.current-menu-item > a {
    color: #f57d20;
  }
	.w-100.uagb-slider-container h1 {
    line-height: 1.1;
	}

	.homebaner-buttons.wp-block-columns {
		left: 30px;
		right: 30px;
	}
	.uagb-slider-container.w-100 .swiper-pagination {
		left: 30px;
	}

	.site-logo {
		max-width: 230px;
		width: 100%;
		padding: 15px 0;
	}

  figure.wp-block-image.size-full {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .wp-block-group.alignfull.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > #block-11, .footer-container > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > #block-12 {
    width: 70px;
    margin: 0;
  }

  .footer-container > div:nth-child(1) > div {
    text-align: center;
    font-size: 1rem;
  }

  .entry-content.wforms > .wp-block-cover + div {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }

  .form-group {
    padding: 50px 30px 30px!important;
    border-radius: 20px;
    background: #fff;
    margin: 40px 0;
  }

  .form-group h2.wp-block-heading {
    font-size: 34px !important;
    margin-bottom: 30px;
    margin-left: 40px;
    line-height: 1.1em;
  }

  .form-group h2.wp-block-heading em {
    font-style: normal;
    display: inline-block;
    background: #f57d20;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    position: absolute;
    margin-left: -40px;
    margin-top: 2px;
    display: block;

  }
  .form-group .wp-block-columns.is-layout-flex {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .form-group p {
    margin-bottom: 0;
  }

  .form-group .spec-col1 {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .form-group .spec-col1 input:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .wp-block-columns.wp-container-27 {
    text-align: center;
    padding-bottom: 30px;
  }

  .entry-content .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wp-block-columns.wp-container-24 {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .wp-block-columns.wp-container-24 figure.alignright.size-full {
    margin: auto;
    float: none;
  }

  .wp-block-columns.wp-container-24 .wp-block-columns {
    gap: 0;
  }

  .spectra-image-gallery__layout--carousel ul.slick-dots, .wforms .spectra-image-gallery__layout--carousel ul.slick-dots {
    top: -15px !important;
    margin: 0 !important;
    margin-bottom: 2rem!important;
  }

  .mobile-h-scroll {
    display: block!important;
    width: 93vw;
    max-width: unset;
    overflow-x: scroll;
    margin-left: -2rem;
    margin-right: 0;
    padding-top: 2rem;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-h-scroll {
    width: 100vw;
    margin-left: -1rem;
    margin-right: 0rem;
  }

  .mobile-h-scroll::-webkit-scrollbar {
    display: none;
  }

  .mobile-h-scroll > .wp-block-column  {
    width: auto;
    flex-basis: 0!important;
    overflow-wrap: unset;
    display: table-cell;
  }

  div#naroznikiFotoR3R6R8 .wp-block-column figure.wp-block-image {
    /*width: 80vw!important;*/

  }

  div#naroznikiFotoR3R6R8 {
    gap: 0;
    display: block!important;
    width: 90%;
  }

  div#naroznikiFotoR3R6R8 .slick-track {
    display: flex;
    align-items: center;
    position: relative;
  }

  div#naroznikiFotoR3R6R8 .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    margin: 0px 0px;
  }

  div#naroznikiFotoR3R6R8 .spectra-image-gallery__control-arrows svg {
    fill: #f57d20;
  }

  div#naroznikiFotoR3R6R8 .spectra-image-gallery__control-arrows--carousel.slick-prev {
    left: -44px;
  }

  div#naroznikiFotoR3R6R8 .spectra-image-gallery__control-arrows--carousel.slick-next {
    right: -44px;
  }

  div#naroznikiFotoR3R6R8 .spectra-image-gallery__control-arrows--carousel {
    border-style: none;
  }

  div#naroznikiFotoR3R6R8 .slick-next,  div#naroznikiFotoR3R6R8 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #aaa;
    border-color: #aaa;
    outline: 0;
    background: 0 0;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }

  div#malowanie-bejca-wybor2 .wp-block-column, div#malowanie-bejca-wybor1 .wp-block-column {
    flex-basis: 45%!important;
  }

  input[name="email"] {
    width: 100%!important;
  }

  input[type="text"] + span ,   input[type="email"] + span , .form-group p {
    text-align: left;
  }

  .scroll-wrapper {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .scroll-wrapper #leftScroll, .scroll-wrapper #rightScroll {
    display: inline-flex;
    position: relative;
    width: 50%;
    border-radius: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    height: 50px;
    margin-bottom: 1.5rem;
  }
  .scroll-wrapper #leftScroll {
    right: auto;
  }

  .scroll-wrapper #rightScroll {
    left: auto;
  }

  .form-group {
    overflow: hidden;
  }

}


/*form*/

input[type="text"] + span , input[type="email"] + span {
  white-space: nowrap;
  display: block;
  padding: 0.25rem;
}

.bigger a{
  border-width: 4px !important;
  border-radius: 20px;
  font-size: 25px;
  
}

.nigger a{
  border-width: 4px !important;
  border-radius: 20px;
  font-size: 25px;
  
}

.entry-content.wforms {
  background: #efefef;
  padding-bottom: 20px;
}

.wforms hr.wp-block-separator {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 3px 0;
}

.wforms .wp-block-table {
  margin: 40px auto 30px;
}


.wforms .wp-block-table td, .wforms .wp-block-table th {
    border: 0;
    padding: 5px 6px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

.wforms .wp-block-table td, .wforms .wp-block-table th {
  min-width: 20px;
  white-space: pre;
}

.wforms .wp-block-table td input {
  max-width: unset;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}

.wforms label {
  cursor: pointer;
}


.wforms .fupload > input {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wforms .fupload > a.wp-block-button__link.wp-element-button:hover, .wforms .infobutton > a.wp-block-button__link.wp-element-button:hover {
  box-shadow: 0 0 28px #ff8e37;
}

.wforms .fupload > a.wp-block-button__link.wp-element-button {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url(assets/img/sprite2.png) -347px -338px no-repeat;
  border: 0;
  padding: 0;
  text-indent: 100px;
  overflow: hidden;

  transition: all 0.15s ease-in-out;
}

.wforms .infobutton > a.wp-block-button__link.wp-element-button {
  width: 53px;
  height: 53px;
  display: inline-block;
  background: url(assets/img/sprite2.png) -250px -335px no-repeat;
  border: 0;
  padding: 0;
  text-indent: 100px;
  overflow: hidden;

  box-shadow: 0 0 12px #ff8e37;
  transition: all 0.15s ease-in-out;
    animation: pulsate 1s ease-out infinite;
}

.wforms input[type=file]::file-selector-button {
  display: none;
}

.wforms .fupload .fileList ul li button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 2px solid transparent;
  color: #f47d20;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-left: -22px;
  margin-right: 7px;
  font-size: 11px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -1px;
}
.wforms .fupload .fileList ul li button:hover {
  color: #000;
}

.wforms .fupload .fileList ul li {
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  padding-bottom: 4px;
  margin-left: 22px;
}
.wforms .fupload .fileList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.form-group {
  padding: 10px 100px 30px;
  border-radius: 20px;
  background: #fff;
  margin: 40px 0;
}


.form-group.form-group-last textarea,
.form-group.form-group-last{
  background: none;
}

.form-group.form-group-last {
  margin-bottom: 0;
}

.form-group h2 em {
  font-style: normal;
      display: inline-block;
      background: #f57d20;
      border-radius: 50%;
      width: 46px;
      height: 46px;
      text-align: center;
      font-family: 'Open Sans';
      font-size: 28px;
      line-height: 45px;
      color: #fff;
      position: absolute;
      margin-left: -65px;
      margin-top: -3px;
}

.form-group h2 {
  font-size: 34px !important;
  margin-bottom: 60px;
}

input[type="text"],   input[type="email"] , input[type="number"], textarea, select {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #e1e1e1;
  line-height: 30px;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 1rem;
  min-width: 87px;
}

select {
  min-height: 42px;
}

input.w-100 {
  width: 100%
}

.entry-content.wforms textarea {
  width: 100%;
  height: 120px;
}

.spec-col1{
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

/*
input[type=radio],  input[type=checkbox] {
           position: relative;
  	       cursor: pointer;
           margin-right: 30px;
           margin-left: 10px;
           margin-bottom: 10px;
      }
input[type=radio]:before, input[type=checkbox]:before  {
        content: "";
        display: block;
        position: absolute;
        width: 34px;
        height: 34px;
        top: -10px;
        left: -10px;
        background-color: #ffffff;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
  }
input[type=radio]:checked:after, input[type=checkbox]:checked:after  {
    content: "";
        display: block;
        position: absolute;
        width: 22px;
        height: 22px;
        top: -3px;
        left: -3px;
        background-color: #f57d20;
        border-radius: 50%;
        animation: appearcheck 0.4s ease-out;

  }
  */


/* ŁADNE RADIO I CHECKBOX */
input[type="radio"], input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  padding-left: 30px;
  opacity: 0!important;
  z-index: 1;
  margin-left: 11px;
  margin-right: 11px;
  left: 0;
  top: 3px;
}

.label-radio,  .label-checkbox {
    position: relative;
    cursor: pointer!important;
}

.label-radio:before, .label-checkbox:before  {
 content: "";
 display: block;
 position: absolute;
 width: 34px;
 height: 34px;
 top: -7px;
 left: 0px;
 background-color: #ffffff;
 border: 1px solid #e1e1e1;
 border-radius: 50%;
}
.label-radio.checked::after, .label-checkbox.checked::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0px;
  left: 7px;
  background-color: #f57d20;
  border-radius: 50%;
  animation: appearcheck 0.4s ease-out;
}

/* KONIEC - ŁADNE RADIO I CHECKBOX  */

.wforms label {
  margin: 20px 0;
  display: block;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding-left: 3rem;
}

.imgchooser.choosen img,.imgchooser:hover img {
    border-color: #f57d20;
}
.imgchooser img {
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 6px;
}

.imgchooser {
    text-align: center;
    cursor: pointer;
}

.alert.alert-orange {
  background-color: #f57d20;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 15px;
      border-radius: 15px;
      color: #fff;
  }


#wlightbox {
  animation: appearlightbox 0.7s ease-out;
  background-color: rgb(204, 204, 204);
}

td > input[name*="uwagi"]:not(:read-only):focus {
  width: 185%;
  max-width: 185%!important;
  text-align: left!important;
  margin-left: -105%;
}

.wp-block-table thead {
  border-bottom: 0px;
}

/* ukrywanie foto narożników */

div#naroznikiFotoR3R6R8.hide-me {
  opacity: .25;
}

div#naroznikiFotoR3R6R8 .imgchooser img {
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#naroznikiFotoR3R6R8.hide-me::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

div#naroznikiFotoR3R6R8 {
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#naroznikiFotoR3R6R8 .imgchooser.choosen img , 
div#naroznikiFotoR3R6R8 .imgchooser:hover img {
  opacity: 1;
}

div#naroznikiFotoR3R6R8.hide-me .imgchooser img {
  border-color: transparent!important;
}

/* dodatkowe */
.hidden {
  display: none!important;
}

#glownaSchodyBetonKonstrukcje .spectra-image-gallery__media-thumbnail-caption a
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  text-decoration: none!important;
}

.wforms .wp-block-table th {
  font-size: .9rem;
  line-height: 1.2em;
  letter-spacing: -.5px;
}

input:read-only {
  cursor: auto;
  background: #f9f9f9;
}


html[lang="de-DE"] .footer-container .iko.iko100 {
  background: url(assets/img/stolarnia_stopka_de-min.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

html[lang="de-DE"] .bigger a {
  font-size: 21px;
}

html[lang="sk-SK"] .footer-container .iko.iko100 {
  background: url(https://stolarnialobzow.live/wp-content/uploads/2024/06/gora-SK.png) 50% 50% no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
	background-size: contain;
}

html[lang="sk-SK"] .bigger a {
  display: none;
}


html[lang="cs-CZ"] .footer-container .iko.iko100 {
  background: url(https://stolarnialobzow.live/wp-content/uploads/2024/06/gora-CZ.png) 50% 50% no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
	background-size: contain;
}


html[lang="en-GB"] .footer-container .iko.iko100 {
  background: url(assets/img/logo-en-stopka.png) 50% 50% no-repeat;
  background-position: 0 0;
background-size: contain;
}

html[lang="en-GB"] .bigger a {
  font-size: 21px;
}

ul#primary-menu .lang-item {
  display: none;
} 

@media screen and (max-width: 767px) { 

  html[lang="de-DE"] h1.wp-block-heading {
    font-size: 34px;
  }

  html[lang="de-DE"] .form-group h2.wp-block-heading {
    font-size: 20px !important;
    line-height: 1.8em;
  }

	html[lang="en-GB"] h1.wp-block-heading {
    font-size: 34px;
  }

  html[lang="en-GB"] .form-group h2.wp-block-heading {
    font-size: 20px !important;
    line-height: 1.8em;
  }
	
	html[lang="cs-CZ"] h1.wp-block-heading {
    font-size: 34px;
  }
	
	html[lang="cs-CZ"] .form-group h2.wp-block-heading {
    font-size: 20px !important;
    line-height: 1.8em;
  }
	
	html[lang="sk-SK"] h1.wp-block-heading {
    font-size: 34px;
  }
	
	html[lang="sk-SK"] .form-group h2.wp-block-heading {
    font-size: 20px !important;
    line-height: 1.8em;
  }
	
  ul#primary-menu .lang-item-7 , ul#primary-menu .lang-item-10, ul#primary-menu .lang-item-14  {
    display: block;
  }

  ul#primary-menu li.current-lang > a {
    color: #f57d20;
  }

}

@keyframes pulsate {
    0%   { box-shadow: 0 0 0 #ff8e37; }
    50%  { box-shadow: 0 0 18px #ff8e37; }
    100% { box-shadow: 0 0 0 #ff8e37; }
}

@keyframes appearlightbox {
    0%   { transform: scale(0.1);
            left: 100%;
            opacity: 0;
            filter: blur(100px);
          }
    50%  {  left: -30%;
            transform: scale(.2);
            filter: blur(100px);
    }
    100% { transform: scale(1);
            left: 0;
            opacity: 1 }
}

@keyframes appearcheck {
    0%   { transform: scale(0.1);

          }
    50%  {
            transform: scale(1.3);
            box-shadow: -7px 7px 17px 0px #00000033 inset;
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 #00000033 inset;
          }
}



body
{
	overflow-x:hidden;
}

.odstep
{
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.odstep1
{
	margin-top:10px;
}

.zdj img {
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 6px;
    opacity: 0.4;
}

.zdj.choosen img, .zdj:hover img {
    border-color: #f57d20;
    opacity: 1;
}


.przycisk {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 16px;
  padding: 10px;
  border: 2px solid #f57d20;
  border-radius: 40px;
  height: 50px; 
  width: 200px; 
  color: #000;
  text-align: center;
  box-sizing: border-box; 
}

.przycisk:hover
{
	background-color: #f57d20;
	color: #fff;
	text-decoration: none;
}

 .img-option img {
      opacity: .25;
      transition: all 0.25s ease;
      border: 3px solid #fff;
      border-radius: 16px;
      padding: 6px;
    }

    .img-option {
      text-align: center;
      cursor: pointer;
    }

    .img-option.chosen img,
    .img-option:hover img {
      border-color: #f57d20;
			opacity: 1;
    }

    .img-option img {
      opacity: .25;
      transition: all 0.25s ease;
    }

.stopka
{
	width:1000px;
}

.stopkaMob
{
	width:100%;
}

@media screen and (max-width: 400px) {
  .stopka {
    width: 100%;
  }
}

html[lang="pl-Pl"] .test1::before
{
	content:'Biuro';
}

html[lang="pl-Pl"] .test2::before
{
	content:'Oferty';
}

html[lang="pl-Pl"] .test3::before
{
	content:'Dostawa i Płatność';
}



html[lang="en-GB"] .test1::before
{
	content:'Office';
}

html[lang="en-GB"] .test2::before
{
	content:'Offers';
}

html[lang="en-GB"] .test3::before
{
	content:'Delivery & Payment';
}

.test1, .test2, .test3
{
	text-align: center;
}


html[lang="de-De"] .test1::before
{
	content:'Büro';
	
}

html[lang="de-De"] .test2::before
{
	content:'Angebote';
	
}

html[lang="de-De"] .test3::before
{
	content:'Lieferung';
	
}




html[lang="en-GB"] .wp-block-cover.is-light .wp-block-cover__inner-container::before {
  background: url(assets/img/gora-en.png) 100% 100% no-repeat;
  background-size: contain;
}


html[lang="en-GB"] .realizacja::before
{
	content: url(https://e-prom.com.pl);
}


html[lang="sk-SK"] .test1::before
{
	content:'Kancelária';
	
}

html[lang="sk-SK"] .test2::before
{
	content:'Ponuky';
	
}

html[lang="sk-SK"] .test3::before
{
	content:'Dodávka';
	
}

html[lang="cs-CZ"] .test1::before
{
	content:'Kancelář';
	
}

html[lang="cs-CZ"] .test2::before
{
	content:'Nabídky';
	
}

html[lang="cs-CZ"] .test3::before
{
	content:'Dodávka';
	
}
/* popup img w stopce */
.popik {
    padding-bottom: 4em;
}

.footer-navigation {
    width: 1035px;
}


@media screen and (max-width: 767px) {
    .popik img {
    max-height: 90px;
}
}