/*
Theme Name: Prawy i Lewy
Theme URI: prawyilewy.pl
Template: kadence
Author: Prawy i Lewy
*/

::-webkit-scrollbar {
  height: 0;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ffffff33;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

::-webkit-scrollbar-track {
  background: #000;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

html {
  scroll-behavior: smooth;
}

textarea {
  resize: none;
}

.widget_nav_menu ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.widget .widget_nav_menu ul li {
  line-height: inherit;
}

.widget_pages a, .widget_nav_menu a {
  padding: 0;
}

.site-bottom-footer-wrap .site-footer-row {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-button-wrapper {
  position: relative;
  margin-top: 1rem;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper textarea {
  font-family: var(--global-body-font-family);
  color: var(--global-palette3);
  background: #fff;
  border-color: var(--global-palette1);
  border-radius: 0;
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 100%;
  min-height: 40px;
  padding: 13px 14px;
  vertical-align: middle;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  line-height: 19px;
}

.form-wrapper textarea {
  height: 148px;
  resize: none;
}

.form-wrapper input[type="text"]::placeholder, .form-wrapper input[type="email"]::placeholder, .form-wrapper textarea::placeholder {
  color: rgba(0,0,0, .5);
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0;
  margin: 1rem 0 0 0;
  padding: 6px 12px;
  border: 2px solid #00a0d2;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form-wrapper .wpcf7-not-valid-tip {
  color: #fff;
  background-color: #dc3232;
  border-color: #dc3232;
  position: relative;
  padding: 2px 12px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 10px;
  line-height: 1.25;
}

.form-wrapper input[type="text"].wpcf7-not-valid, 
.form-wrapper input[type="email"].wpcf7-not-valid, 
.form-wrapper textarea.wpcf7-not-valid {
  border-radius: 0;
  border-color: #dc3232;
  border-width: 1px;
}

.form-wrapper .wpcf7-list-item {
  margin: 0;
}

.form-wrapper  .wpcf7-acceptance {
  line-height: 1.15em;
}

.form-wrapper input[type="checkbox"] {
  display: none;
}

.form-wrapper .wpcf7-list-item label {
  position: relative;
  display: flex;
  padding-left: 24px;
}

.form-wrapper .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--global-palette1);
  margin: 0;
  border-radius: 0;
}

.form-wrapper .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: var(--global-palette1);
  border-radius: 0;
  visibility: hidden;
}

.form-wrapper input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  visibility: visible;
}

.form-wrapper .wpcf7-list-item-label {
  color: var(--global-palette3);
  font-size: 12px;
  line-height: 19px;
  font-style: normal;
  font-weight: inherit;
}

.form-wrapper .wpcf7-list-item-label a {
  color: var(--global-palette2);
  text-decoration: none;
}

.form-wrapper .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.main-navigation .primary-menu-container > ul > li.menu-item {
  padding: 0 1rem;
  position: relative;
}

.main-navigation .primary-menu-container > ul > li.menu-item::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: rgba(164, 164, 164, 0.25);
}

.main-navigation .primary-menu-container > ul > li.menu-item:last-of-type::after {
  display: none;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  padding: 6px 24px 8px;
}

.main-navigation .primary-menu-container > ul > li.menu-item:first-of-type::after {
  display: none;
}
.main-navigation .primary-menu-container > ul > li.menu-item:first-of-type,
.main-navigation .primary-menu-container > ul > li.menu-item:first-of-type > a {
  padding: 0;
}

.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu {
  padding: 1rem;
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a:hover {
  color: var(--global-palette3);
}

.site-header-top-section-left .site-header-item,
.site-header-section-right .site-header-item {
  align-items: flex-start;
  padding-top: 2rem;
}

.element-contact-inner-wrap .header-contact-item .kadence-svg-iconset {
  color: var(--global-palette1);
}

@media(max-width: 1120px) {
  .site-header-top-section-left .site-header-item,
  .site-header-section-right .site-header-item:nth-of-type(2) {
    display: none;
  }
}

@media(max-width: 1120px) {
  .site-header-section-right .site-header-item {
    padding-top: 0;
    align-items: center;
  }
} 

.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content], .single-content ul, .single-content ol {
  margin-bottom: 1rem;
}

.product-gallery .kb-gallery-image-contain {
  padding-bottom: 88% !important;
}

.product-gallery .kb-gallery-image-contain img {
  object-fit: cover !important;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--next {
  right: 1rem;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--prev {
  left: 1rem;
}

.product-gallery .kb-splide .splide__arrow {
  background: transparent;
  font-size: 2.25rem;
  width: auto;
}

@media(max-width: 1024px) {
  .product-gallery .kb-gallery-image-contain {
    padding-bottom: 56.25% !important;
  }
}

@media(max-width: 575px) {
  .product-gallery .kb-gallery-image-contain {
    padding-bottom: 100% !important;
  }
}

.gallery-wrapper .kt-filters .kt-option-set {
  margin-top: 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  gap: .75rem 2rem;
  padding: 4rem 1.5rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery-wrapper .kt-filters .kt-option-set li {
  display: inline-flex;
  margin: 0;
}
.gallery-wrapper .kt-filters .kt-option-set li a:after, .gallery-wrapper .kt-filters .kt-option-set li a:before {
  display: none;
}
.gallery-wrapper .kt-filters .kt-option-set li a {
  font-style: normal;
  font-size: 13px;
  line-height: 2rem;
  border: 1px solid var(--global-palette1);
  padding: 4px 32px 4px 32px;
  text-decoration: none;
  color: var(--global-palette1);
  transition: all .3s ease-in-out;
  letter-spacing: 3px;
  font-weight: 600;
}
.gallery-wrapper .kt-filters .kt-option-set li a:hover,
.gallery-wrapper .kt-filters .kt-option-set li a.selected {
  border-color: #A4A4A4;
  color: #A4A4A4;
}
.gallery-wrapper .kt-galleries-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.gallery-wrapper .kt-galleries-container .kt-gallery-item {
  padding: 0;
  float: unset;
}
.gallery-wrapper .kt-gallery-item-overlay {
  background: radial-gradient(69.66% 69.66% at 50% 46.72%, rgba(0, 66, 37, 0) 0%, #002213 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #D9D9D9;
  mix-blend-mode: multiply;
}

.gallery-wrapper .kt-overlay-border {
  display: none;
}

.gallery-wrapper .kt-gallery-item-overlay i.kt-gallery-item-icon:before,
.gallery-wrapper .kt-gallery-item-overlay i.kt-gallery-item-icon:after {
  display: none;
}

.gallery-wrapper .kt-gallery-item .kt-gallery-caption-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: var(--global-palette1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: unset;
  padding: unset;
  opacity: 0;
}

.gallery-wrapper .kt-gallery-item .kt-gallery-caption-container::before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACRFdLHAAABOklEQVQ4Ea2UsW7CQBBEbWrapKWJe7rQhIY+LX/DF/AFfET+AMmKaNOlSJuCFiHSIjlvTrtE4L1gI1Ya+Tw7M9xx5yuKoJqmmYEV+AI/Bo3FzQJLTCGuQA2ulTRVnGIsginYWdKB5wKMwdCgsTj1VNK+hKE0NDMPWzMehUJI9YA0KnnaM4X0ZUpY5sKclwZ4aO18etLQBqi0lOzMzky8SGseHn8bNaA3N/GyLMvvS2Pu3bRL63tG+iUdB9U4Z87x8iQnx+ukgdA5Uw1PZMeBPMlJhlu05LuWAreW+HRDsns8o1DguwW93hDoHs9Im3LXY5MmxR/b92AP8HzYhtStldHo++l52BHvpBUogkbfy0Fhqk/wkAvtc309W9j/oTbbThesZtY5NFxCQF6Ebq5eVUFGiyL0EfIN7H8B9b8ipi7XKokAAAAASUVORK5CYII=');
  display: inline-block;
  width: 21px;
  height: 20px;
}

.gallery-wrapper .kt-gallery-item:hover .kt-gallery-caption-container {
  opacity: 1;
}

@media(max-width: 767px) {
  .gallery-wrapper .kt-filters .kt-option-set {
    gap: .75rem 1rem;
  }
  .gallery-wrapper .kt-filters .kt-option-set li a {
    font-size: 12px;
  }
}

.wp-block-list li {
  margin-bottom: .5rem;
}