/*
Theme Name: Palisada
Theme URI: https://investnet.pl/
Author: Investnet
Author URI: https://investnet.pl/
Version: 3.3.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: investnet
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
/*   font-family: "Roboto", sans-serif !important; */
/* 	  font-family: "Rubik", sans-serif !important;	   */
	font-family: "Lato", sans-serif !important;

}
html, body{
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}


a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
  margin-bottom: 1.5em;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: 15px 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}


a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

body:not(.home) .site-header .navbar-brand a {
  position: relative;
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle, .dropdown-toggle {
  padding-right: 12px !important;
  position: relative;
}
/*.dropdown-menu .dropdown-toggle::after, .dropdown-toggle::after {
  content: '\f078' !important;
  font-family: "Font Awesome 5 Free" !important; 
  font-weight: 900 !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  font-size: 9px !important;
  line-height: 1 !important;
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 10;
}*/
.dropdown-menu .dropdown-toggle::after, .dropdown-toggle::after {
  display: none !important;
}
.dropdown-toggler {
  width: auto !important;
  height: auto !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  position: absolute;
  right: 20px;
  bottom: 13px;
  z-index: 10;
  cursor:pointer;
  transition: ease all 0.3s;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
@media screen and (min-width: 1200px) {
  .menu-item-has-children:hover > .dropdown-menu {
    display: block;
  }
  .menu-item-has-children:hover .dropdown-toggler {
    color: var(--primary);
  }
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 280px;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 5px 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
#content.margin-top {
  margin-top: 110px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
  color: #000;
  background-color: #fff;
}
.navbar-dark .site-info {
  color: #000;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
footer#colophon .copy-logo {
  padding-left: 0;
}
footer#colophon .realizacja {
  padding-right: 0;
}
.copyright a, footer#colophon a {
  color: #fff;
}
.copyright a:hover, footer#colophon a:hover {
  color: var(--secondary);
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}




/* CUSTOM STYLES */
/* GLOBAL */
body {
  scroll-behavior: smooth;
}
body .container {
	max-width: 95% !important;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 95%;
	padding: 0 5px;
}
body .elementor-section.elementor-section-boxed .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container {
	max-width: 100%;
}
ul {
  margin: 0;
}
.vertical{ transform: rotate(-90deg); }
.content-area {
  padding-bottom: 0 !important;
}

.single.single-post .site-content article .post-thumbnail {
  text-align: center;
  margin-bottom: 25px;
}
.single .site-content .post-navigation .nav-links {
  width: 100%;
}
.single .site-content .post-navigation {
  width: 100%;
}
.single .site-content .post-navigation .nav-previous a, .single .site-content .post-navigation .nav-next a {
  border-radius: 0;
  border: 0;
  width: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 12px;
  font-weight: 600;
}
.single .site-content .post-navigation .nav-next a  {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .single .site-content .post-navigation .nav-previous a, .single .site-content .post-navigation .nav-next a {
    line-height: 1.1;
    font-size: 11px;
  }
}
@media screen and (max-width: 420px) {
  .single .site-content .post-navigation .nav-previous a, .single .site-content .post-navigation .nav-next a {
    line-height: 1.1;
    font-size: 10px;
    letter-spacing: 0;
    padding: 10px 5px;
  }
}
.single .site-content .post-navigation .nav-previous a:hover, .single .site-content .post-navigation .nav-next a:hover {
  color: var(--primary);
}
.single .site-content .post-navigation .nav-previous a:before {
  margin-right: 3px;
  color: var(--primary);
} 
.single .site-content .post-navigation .nav-next a::after {
  margin-left: 3px;
  color: var(--primary);
}
span.c-secondary {
  color: var(--secondary) !important;
}
span.c-primary {
  color: var(--primary) !important;
}
.main-btn:not(.elementor-widget) {
  border-radius: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  background-color: rgba(255,255,255,0.13);
  color: var(--primary) !important;
  border: 1px solid var(--primary);
  padding: 15px 55px 15px 20px;
  transition: ease all 0.3s;
  position: relative;
}
.main-btn.dark:not(.elementor-widget) {
	background-color: var(--primary) !important;
  color: #fff !important;
}
.main-btn.dark:not(.elementor-widget):hover {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}
.main-btn:not(.elementor-widget)::after {
  content: '';
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right.svg');
  background-size: contain;
  background-position: center;
  transition: ease all 0.3s;
}
.main-btn.dark:not(.elementor-widget)::after {
  background: url('https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right-white.svg');
  background-size: contain;
  background-position: center;
}
.main-btn:not(.elementor-widget):hover {
  background-color: var(--primary);
  color: #fff !important;
}
.main-btn:not(.elementor-widget):hover::after {
	background: url('https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right-white.svg');
  background-size: contain;
  background-position: center;
}
.main-btn:not(.elementor-widget) i {
  padding-left: 12px;
}
.main-btn:not(.elementor-widget) img {
  padding-left: 12px;
  width: 35px;
  height: auto;
}
.main-btn:not(.elementor-widget) svg {
  stroke: #fff;
  fill: none;
  padding-left: 12px;
  transition: ease all 0.3s;
}
.main-btn:not(.elementor-widget).outline svg {
  stroke: var(--primary);
  fill: none;
  padding-left: 12px;
  transition: ease all 0.3s;
}
.main-btn:not(.elementor-widget).outline {
  border: 1px solid var(--primary) !important;
  background-color: transparent !important;
  color: var(--primary) !important;
}
.main-btn:not(.elementor-widget).outline:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: ease all 0.3s;
}
.main-btn:not(.elementor-widget).outline:hover svg {
  stroke: #fff;
}
.main-btn.arrow.elementor-widget svg {
  stroke: #fff !important;
  fill: none !important;
  height: 30px;
  width: auto;
}
.main-btn.arrow.elementor-widget:hover svg {
  stroke: #fff !important;
  fill: none !important;
}
@media screen and (max-width: 1300px) {
  .main-btn:not(.elementor-widget)::after {
    width: 21px;
    height: 21px;
    right: 15px;
  }
  .main-btn:not(.elementor-widget) {
    padding: 13px 45px 13px 17px;
  }
}
@media screen and (max-width: 768px) {
  .main-btn.arrow.elementor-widget svg {
    height: 20px;
  }
}
.blur {
  backdrop-filter: blur(7px);
}
.main-btn.outline.elementor-widget svg {
  stroke: var(--primary);
}
.main-btn.outline.elementor-widget:hover svg {
  stroke: #fff;
}
.elementor-widget-button.arrow.black svg {
  stroke: #000 !important;
  fill: none !important;
  height: 30px;
  width: auto;
  transition: ease all 0.3s;
}
.elementor-widget-button.arrow.black:hover svg {
  stroke: var(--primary) !important;
  fill: none !important;
}
body .elementor-slideshow__title {
  display: none;
}
.icon-link {
  display: flex;
  align-items: center;
}
.icon-link img {
  padding-right: 7px;
}
.before-header-span {
  font-size: 12px;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}
.elementor-element.header-line > .elementor-widget-container, h1.header-line::before, h2.header-line, h3.header-line, h4.header-line {
  padding-left: 35px !important; 
  position: relative;
}
.elementor-element.header-line > .elementor-widget-container::before, h1.header-line::before, h2.header-line::before, h3.header-line::before, h4.header-line::before {
  content: '';
  height: 1px;
  width: 25px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-element.header-line.white > .elementor-widget-container::before, h1.header-line.white::before, h2.header-line.white::before, h3.header-line.white::before, h4.header-line.white::before {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .elementor-element.header-line > .elementor-widget-container, h1.header-line::before, h2.header-line, h3.header-line, h4.header-line {
    padding-left: 18px !important; 
  }
  .elementor-element.header-line > .elementor-widget-container::before, h1.header-line::before, h2.header-line::before, h3.header-line::before, h4.header-line::before {
    width: 10px;
  }
}
@media screen and (max-width: 480px) {
  #page h2 {
    font-size: 24px;
  }
}
/* SITE HEADER */
#masthead.site-header {
  background: #000;
  transition: ease all 0.3s;
  z-index: 9999;
}
body:not(.home) #masthead.site-header {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  background: transparent;
}
#masthead.site-header .navbar-brand {
  margin-right: 0;
  padding: 0;
  min-width: 167px;
	line-height: 1;
	font-size: 1rem;
}
#masthead.site-header .navbar-brand img {
  height: 30px;
  width: auto;
}
#masthead.site-header .navbar-nav .menu-item a {
  color: #fff;
}
#masthead.site-header .widget {
  margin-bottom: 0;
}
#masthead.site-header .widget .custom-html-widget {
	display: flex; 
	align-items: center;
}
#masthead.site-header .widget .icon-link {
	margin-right: 15px;
	color: #fff;
}
#masthead.site-header .widget .icon-link:hover {
	color: #9C9C9C;
}
#masthead.site-header .widget .main-btn {
	font-size: 14px;
}
#masthead.site-header #main-nav {
  padding: 0 30px;
}
#masthead.site-header .navbar-nav .menu-item {
  padding: 0 20px;
}
#masthead.site-header .navbar-nav .menu-item:first-child {
  padding-left: 0;
}
#masthead.site-header .navbar-nav .menu-item:last-child {
  padding-right: 0;
}
#masthead.site-header .navbar-nav .menu-item a {
  padding: 5px 0 5px 0;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
#masthead.site-header .navbar-nav .menu-item a::after {
  content: '';
  width: 70%;
  height: 1px;
  max-width: 0;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  transition: ease all 0.3s;
  overflow: hidden;
}
#masthead.site-header .navbar-nav .menu-item a:hover::after {
  max-width: 70%;
}
#masthead.site-header .navbar-nav .menu-item a:hover {
  color: var(--secondary);
}
#masthead.site-header .container, #before-header .container {
  max-width: 95% !important;
}
#before-header {
  background: var(--primary);
  z-index: 9999;
}
body:not(.home) #before-header {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 background: transparent;
}
#before-header section.widget {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
#before-header .widget a {
  color: #fff;
}
#before-header .widget a:hover {
  color: var(--secondary);
}
#before-header .polylang-switcher {
  display: flex;
  align-items: center;
  margin-bottom: -3px;
}
#before-header .polylang-switcher select {
  border: 0;
  outline: none;
  color: #fff;
  background: none;
  text-transform: uppercase;
  margin-left: 8px;
  cursor: pointer;
}
#before-header .polylang-switcher select option {
  color: #000;
}
#before-header .widget .custom-html-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#before-header .widget .custom-html-widget .before-header-col {
  display: flex;
  align-items: center;
}
#before-header .widget .custom-html-widget .before-header-col .divider {
  padding: 0 8px;
}
@media screen and (max-width: 1700px) {
	#masthead.site-header .navbar-brand img {
		height: 25px;
	}
	#masthead.site-header .navbar-nav .menu-item {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1600px) {
	#masthead.site-header .navbar-brand img {
		height: 20px;
	}
	#masthead.site-header .navbar-nav .menu-item {
		padding: 0 10px;
	}
	#masthead.site-header .navbar-nav .menu-item a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1470px) {
  #masthead.site-header .navbar-nav .menu-item {
    padding: 0 10px;
  }
	#masthead.site-header .widget .main-btn {
		font-size: 13px;
		padding: 12px 35px 12px 15px;
	}
	#masthead.site-header .widget .main-btn::after {
		width: 18px;
		height: 15px;
		right: 10px;
	}
	#masthead.site-header .widget .icon-link {
		margin-right: 10px;
	}

	#masthead.site-header .widget .icon-link {
		font-size: 13px;
	}
}
@media screen and (max-width: 1300px) {
	#masthead.site-header .navbar-nav .menu-item a {
		font-size: 13px;
	}
}
@media screen and (max-width: 1250px) {
 
  #masthead.site-header .main-btn:not(.elementor-widget) {
    padding: 10px 28px 10px 8px;
    font-size: 11px;
  }
  #masthead.site-header .main-btn:not(.elementor-widget)::after {
    width: 12px;
    height: 12px;
    right: 8px;
  }
  #masthead.site-header .navbar-brand img {
    height: 20px;
  }
  #masthead.site-header #main-nav {
  padding: 0 15px;
  }
  #masthead.site-header .navbar-nav .menu-item {
    padding: 0 7px;
  }
  #masthead.site-header .navbar-brand {
    min-width: 129px;
  }
  #masthead.site-header .navbar-nav .menu-item a {
    font-size: 12px;
  }
	#masthead.site-header .widget .icon-link {
		font-size: 12px;
	}
}
@media screen and (max-width: 1150px) {
	#masthead.site-header .navbar-brand img {
		height: 18px;
	}
}
@media screen and (max-width: 1100px) {

	 #masthead.site-header .navbar-brand img {
    height: 17px;
  }
	.icon-link img {
		padding-right: 5px;
	}
	#masthead.site-header .widget .icon-link img {
		width: 17px;
		height: 17px;
		object-fit: contain;
	}
	#masthead.site-header .navbar-nav .menu-item a {
    font-size: 11px;
  }
	#masthead.site-header .widget .icon-link {
		font-size: 11px;
	}
	#masthead.site-header .main-btn:not(.elementor-widget) {
		padding: 8px 21px 8px 5px;
	}
	#masthead.site-header .main-btn:not(.elementor-widget)::after {
		width: 10px;
		height: 10px;
		right: 5px;
	}
}
@media screen and (max-width: 1024px) {
  #masthead.site-header .navbar-toggler {
    padding: 10px;
    color: #fff;
    border-color: #fff;
    border: 1px solid #fff;
    background-color: #000;
  }
  #masthead.site-header .navbar-widget-container {
    display: none;
  }
  #masthead.site-header .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 18px;
    height: 18px;
  }
  #masthead.site-header .navbar-toggler .navbar-toggler-icon:before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
  }
  #masthead.site-header #main-nav.navbar-collapse {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #masthead.site-header .navbar-nav .menu-item a {
    padding: 12px 0;
    font-size: 15px;
    text-align: left;
  }
  #masthead.site-header .navbar-nav .menu-item {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #masthead.site-header .container, #before-header .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #masthead.site-header .container, #before-header .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #before-header .widget .custom-html-widget .before-header-col.sec-col > *:not(.polylang-switcher) {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #before-header section.widget {
    font-size: 10px;
  }
  .icon-link img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    padding-right: 4px;
  }
  #before-header .widget .custom-html-widget .before-header-col .divider {
    padding: 0 5px;
  }
  #before-header .polylang-switcher select {
    margin-left: 6px;
  }
}
/* STICKY HEADER */
body #page {
  padding-top: 0 !important;
}
body.sticky-banner-active.home #page {
  padding-top: 80px !important;
}
.site-header .navbar-brand img {
  transition: ease height 0.3s;
}
#masthead.site-header.sticky-banner {
  position: fixed !important;
  z-index: 999;
  top: 0 !important;
  width: 100%;
  background: rgba(0,0,0,0.9) !important;
}
/*#masthead.site-header.sticky-banner .navbar-brand img {
  height: 18px;
  width: auto;
  transition: ease height 0.3s;
}*/
.entry-content {
  margin-top: 60px !important;
}

/* HEADER ICONS */
.before-icon > .nav-link::before {
  content: '';
  display: inline-block;
  margin: 0 auto 5px auto;
  width: 26px;
  height: 26px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.before-icon.top > .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* BEFORE HEADER */

/*PAGE SUB HEADER */
#page-sub-header {
  padding: 230px 0 45px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-color: #000 !important;
}
#page-sub-header::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.25);
  z-index: 2;
}
#page-sub-header::after {
  content: '';
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
#page-sub-header .container {
	z-index: 4;
}
#page-sub-header h1.entry-title {
  font-size: 38px;
  color: #fff;
  border: 0;
	font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.2;
}

#breadcrumbs {
  font-size: 13px !important;
  margin-top: 10px !important;
  font-weight: 400 !important;
  color: #fff;
}
#breadcrumbs a {
  color: #fff;
  font-weight: 400 !important;
}
#breadcrumbs a:hover {
  color: var(--secondary);
}

@media screen and (max-width: 1024px) {
  #page-sub-header h1.entry-title {
    font-size: 32px;
  }
  .single #page-sub-header h1.entry-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #page-sub-header {
    padding: 180px 15px 40px 15px;
  }
  #page-sub-header h1.entry-title {
    font-size: 28px;
  }
  .single #page-sub-header h1.entry-title {
    font-size: 22px;
  }
  #breadcrumbs {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 420px) {
  #page-sub-header h1.entry-title {
    font-size: 26px;
  }
  #breadcrumbs {
    font-size: 11px !important;
  }
}
/* BEFORE FOOTER */



/* FOOTER WIDGETS */
footer .copy {
  padding: 20px 0 23px 0;
  border-top: 1px solid #fff;
  background: var(--primary);
  color: #fff;
}
footer .copy p {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: center;
}
footer .copy p:last-child {
  margin-bottom: 0;
}
footer .copy p a {
  color: #fff !important;
}
footer .copy p a:hover {
  color: var(--secondary) !important;
}
@media screen and (min-width: 992px) {
  footer .copy {
    display: none;
  }
}

#footer-widget {
	background: var(--primary);
  color: #fff;
  padding: 50px 0 80px 0;
}
#footer-widget  .row {
  flex-wrap: nowrap;
  justify-content: center;
}

#footer-widget .col-footer-widget .widget_media_image {
  padding-bottom: 30px;
}
#footer-widget .col-footer-widget .widget_media_image img {
  padding-right: 20px;
}
#footer-widget .widget {
  margin-bottom: 0;
}
#footer-widget .social-links a {
  padding: 5px 10px;
  font-size: 17px;
  color: #fff;
  line-height: 1;
}
#footer-widget .social-links a:first-child {
  padding-left: 0;
}
#footer-widget .social-links a:last-child {
  padding-right: 0;
}
#footer-widget a:hover {
  color: var(--secondary);
}
#footer-widget .nav-link {
  padding: 0 10px 7px 0;
	font-size: 12px;
  font-weight: 400;
  color: #fff;
}
#footer-widget .nav-link:hover {
  color: var(--secondary) !important;
}
#footer-widget .menu-item:first-child .nav-link {
  padding-left: 0;
}
#footer-widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
  position: relative;
}
#footer-widget .widget-title:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #fff;
  width: 15px;
}
#footer-widget  p {
  font-size: 12px;
  color: #fff;
}
#footer-widget .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#footer-widget .contacts .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#footer-widget .contacts .item span {
  transition: ease all 0.3s;
}
#footer-widget .contacts .item:hover span {
  color: var(--primary);
}
#footer-widget .contacts .item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#footer-widget .row .col-footer-widget:nth-child(5) .textwidget > p:nth-child(2) {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  #footer-widget .row .col-footer-widget:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.2%;
    flex: 0 0 13.2%;
    max-width: 13.2%;
    padding-left: 25px;
  }
  #footer-widget .row .col-footer-widget:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#footer-widget .footer-info-item {
  margin-bottom: 15px;
}
#footer-widget .footer-info-item img {
  margin-right: 5px;
}
#footer-widget .row .col-footer-widget:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#footer-widget .socials {
  display: flex;
  align-items: center;
}
#footer-widget .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--fourth);
  border-radius: 50%;
  transition: ease all 0.3s;
}
#footer-widget .socials a:hover {
  border-color: var(--primary);
  background: var(--primary);
}
#footer-widget .socials a:nth-child(2) {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  #footer-widget .col-12:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) { 
  #footer-widget .row {
    flex-wrap: wrap;
  }
  #footer-widget .row .col-footer-widget {
    padding-bottom: 20px;
  }
  #footer-widget > .container {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  #footer-widget .row .col-footer-widget:nth-child(1) p {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
	.home.page-template #footer-widget {
		padding: 10px 0 0 0;
	}
	#footer-widget .contact-list {
		flex-wrap: wrap;	
	}
  
}
@media screen and (max-width: 575px) {
  #footer-widget #menu-footer-menu {
    justify-content: center;
  }
  #footer-widget .row .col-footer-widget:nth-child(2) {
    justify-content: center;
  }
}
/* FOOTER */
.site-footer {
  background-color: #fff;
}

.site-footer .site-info {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-footer .site-info p {
  margin-bottom: 0;
  font-size: 12px;
	color: var(--primary);
  font-weight: 500;
}
.site-footer .site-info .copy-logo img {
  height: 50px;
  width: auto;
}
.site-footer .site-info .copy-logo {
  text-align: left;
}
.site-footer .site-info p a:hover {
  color: var(--gray-dark) !important;
}
.site-footer p.copy-info {
  text-align: left;
}
.site-footer .realizacja p {
  text-align: right;
}
.site-footer p.copy-info, .site-footer .realizacja p {
  color: var(--text);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.site-footer .site-info p a {
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .site-footer .site-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .site-info .col-md-4 {
    width: auto;
    flex: none;
    max-width: 100%;
    padding: 5px 10px;
  }
  .site-footer .site-info .col-md-4 p {
    margin: 0;
  }
  .site-footer p.copy-info, .site-footer .realizacja p  {
    text-align: center;
  }
  #footer-widget .row .col-footer-widget:nth-child(1) {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }
  #footer-widget .row .col-footer-widget:nth-child(2), #footer-widget .row .col-footer-widget:nth-child(3), #footer-widget .row .col-footer-widget:nth-child(4), #footer-widget .row .col-footer-widget:nth-child(5) {
    width: 25%;
    max-width: 25%;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }
  #footer-widget .row .col-footer-widget:nth-child(6) {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }
  #footer-widget .row .col-footer-widget:nth-child(6) .widget_custom_html {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer-widget {
    padding: 40px 0 60px 0;
  }
  #footer-widget .row .col-footer-widget:nth-child(1)  .widget_media_image img {
    max-width: 220px !important;
  }
  #footer-widget .widget-title:before {
    left: -15px;
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer-widget .widget-title {
    font-size: 15px;
  }
  #footer-widget .widget-title:before {
    left: -10px;
    width: 5px;
  }
  .site-footer .site-info p {
    font-size: 12px;
	}
  #footer-widget .col-footer-widget .widget_media_image {
    padding: 30px 15px 30px 15px;
  }
  footer#colophon .copy-logo {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  footer#colophon .realizacja {
    padding-right: 10px;
  }
  #footer-widget .row .col-footer-widget:nth-child(4) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #footer-widget .row .col-footer-widget:nth-child(2), #footer-widget .row .col-footer-widget:nth-child(3), #footer-widget .row .col-footer-widget:nth-child(4), #footer-widget .row .col-footer-widget:nth-child(5) {
    width: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
  }
  #footer-widget .row .col-footer-widget:nth-child(2) > .widget, #footer-widget .row .col-footer-widget:nth-child(3) > .widget, #footer-widget .row .col-footer-widget:nth-child(4) > .widget, #footer-widget .row .col-footer-widget:nth-child(5) > .widget {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-widget .row .col-footer-widget:nth-child(6) {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #footer-widget {
    padding: 30px 0 15px 0;
  }
  #footer-widget .row .col-footer-widget:nth-child(1) .widget_media_image img {
    max-width: 220px !important;
	  padding-right: 0;
  }
  #footer-widget .row .col-footer-widget:nth-child(4) {
    padding-left: 15px;
  }
}
#colophon.site-footer a:hover, #footer-widget a:hover {
  color: var(--secondary) !important;
}

/* BEFORE FOOTER */
#before-footer {
  background: url(https://palisada.pl/wp-content/uploads/2022/06/before-footer-bg2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  position: relative;
}
#before-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100% !important;
  padding: 90px 50px;
  /*background: rgba(0,0,0,0.4);*/
}
#before-footer .widget {
  margin-bottom: 0;
  padding: 8px 15px;
}
#before-footer .widget:first-child {
  width: 100%;
  text-align: center;
}
#before-footer h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 35px;
}
#before-footer .widget:nth-child(2) {
  max-width: 950px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #before-footer .widget {
    padding: 0;
  }
}
/* BLOG */
/* BLOG PAGE */
.blog-container .site-main {
  padding: 80px 0;
}
.blog-container .site-main .blog-container-wrapper {
  display: flex;
  justify-content: center;
align-items: stretch;
width: 100%;
}
.blog-container .site-main .blog-container-wrapper .posts-container {
display: flex;
flex-wrap: wrap;
width: 75%;
padding-right: 15px;
position: relative;
}
.blog-container.realizacje .site-main .blog-container-wrapper .posts-container {
	width: 100% !important;
}
.blog-container .site-main .blog-container-wrapper .posts-container .content .rt-reading-time {
  position: absolute;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  top: 15px;
  left: 15px;
  padding: 10px 15px;
}
.blog-container .site-main .blog-container-wrapper .posts-container .featured-image img {
  max-height: 520px;
  width: auto;
}
.blog-container .site-main .blog-container-wrapper .posts-container .featured-image {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
.blog-container .site-main .blog-container-wrapper .posts-sidebar {
width: 25%;
display: flex;
flex-direction: column;
padding: 25px 20px 0 20px;
background: #f8f8f8 !important;
}
.blog-container .post-nav {
width: 100%;
padding: 40px 0;
}
.blog-container .post-nav ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
list-style: none;
}
.blog-container .post-nav ul li a, .blog-container .post-nav ul li span {
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
margin: 5px;
border: 1px solid rgba(255,255,255,0.2);
color: #576A8D;
line-height: 1;
}
.blog-container .post-nav ul li.prev a, .blog-container .post-nav ul li.next a{
color: var(--primary);
}
.blog-container .post-nav ul li.active span, .blog-container .post-nav ul li a:hover {
background: var(--primary);
border-color: var(--primary);
color: #fff;
}
.blog-container .post-nav ul .first, .blog-container .post-nav ul .last {
display: none;
}
.blog-container .posts-sidebar .widget-title {
  color: var(--primary);
}
.blog-container .posts-sidebar .nav-link{
padding: 0 0 5px 0;
font-size: 13px;
font-weight: 600;
cursor: pointer;

}
.blog-container .posts-sidebar .nav-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 12px;
  line-height: 1.3;
}
.blog-container .posts-sidebar  p {
  font-size: 13px;
}
.blog-container .posts-sidebar .nav-item .post-date {
  font-size: 11px;
}
.blog-container .posts-sidebar .nav-link:hover  {
color: var(--primary);
}
.blog-container .posts-sidebar .menu-item-has-children {
position: relative;
overflow: hidden;
}
.blog-container .posts-sidebar .menu-item .nav-link::before {
content: '>';
color: var(--primary);
margin-right: 5px;
}
.blog-container .posts-sidebar .menu-item-has-children .sub-menu {
position: relative;
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 0.3s, opacity 0.3s;
}
.blog-container .posts-sidebar .menu-item-has-children.active {
font-weight: 700;
}
.blog-container .posts-sidebar .menu-item-has-children.active .sub-menu {
max-height: 10000px;
opacity: 1;
}
.blog-container .posts-sidebar .menu-item-has-children .sub-menu .nav-link {
padding: 7px 0;
color: #576A8D;
border-bottom: 0;
font-weight: 400;
padding-left: 15px;
}
.blog-container .posts-sidebar .menu-item-has-children .sub-menu .nav-link:hover {
color: #fff;
}

.posts-container .item {
display: flex;
height: auto;
padding: 10px;
width: 50%;
min-height: 360px;
}
.posts-container .item .item-link, .posts-container .item .item-link .grid-thumb {
  width: 100%;
}
.posts-container .item .grid-thumb img {
width: 100%;
height: 230px;
object-fit: cover;
transition: ease all 0.3s;
}
.posts-container .item .grid-wrap {
padding: 15px 0;
}
.posts-container .item .grid-more {
  padding: 0 0 15px 0;
}
.posts-container .item .grid-wrap h6 {
margin: 0 0 10px 0;
color: var(--primary);
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
}
.posts-container .item .grid-wrap h3 {
  min-height: 44px;
margin-bottom: 0;
font-size: 16px;
color: #000;
font-weight: 600;
transition: ease all 0.3s;
}
.posts-container .item .grid-wrap p {
color: #fff;
margin-bottom: 0;
font-size: 14px;
}
.posts-container .item .grid-more {
font-size: 12px;
color: var(--primary);
font-weight: 500;
display: flex;
align-items: center;
transition: ease all 0.3s;
}
.posts-container .item .grid-more i {
font-size: 14px;
color: var(--primary);
margin-left: 10px;
margin-bottom: 2px;
}
.posts-container .item .item-link:hover img {
opacity: 0.6;
}
.posts-container .item .item-link:hover h3 {
color: var(--primary);
}
#aktualnosci-slider .item .item-link:hover h3 {
color: var(--primary);
}
.posts-container .item .item-link:hover .grid-more {
color: var(--secondary);
}
.posts-container .blog-title {
width: 100%;
margin-bottom: 25px;
}
.posts-container .blog-title h2 {
margin-bottom: 10px;
font-weight: 700;
}
.posts-container .posts-sidebar .widget-title {
margin-bottom: 10px;
font-weight: 700;
}
.posts-container .blog-title {
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.blog-container .posts-sidebar .menu-item-has-children:first-child .nav-link {
border-top: 1px solid rgba(255,255,255,0.2);
}
.posts-container .cta-section h2 {
color: var(--secondary);
margin-bottom: 65px;
}
.posts-container .link-block {
background: var(--secondary);
}
.posts-container .link-block:hover {
background: var(--third);
}
.posts-container .posts-wrapper {
display: flex;
}
.posts-container .important-posts {
background: var(--third);
}
nav.navigation.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	padding: 45px 15px 30px 15px;
}
nav.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 1.1;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span {
	padding: 10px 8px;
	margin-right: 5px;
	color: #fff;
	background: #000;
	transition: ease all 0.3s;
}
nav.navigation.pagination .nav-links span.current {
	color: #000;
	background: #bbb;
}
nav.navigation.pagination .nav-links a.prev, nav.navigation.pagination .nav-links a.next {
	color: #000;
	background: #f6f6f6;
	font-size: 12px;
}
nav.navigation.pagination .nav-links a:last-child, nav.navigation.pagination .nav-links span:last-child {
	margin-right: 0;
}
nav.navigation.pagination .nav-links a:hover {
	background: #bbb;
}
@media screen and (max-width: 1024px) {
.posts-container .blog-title .before-line::before, .posts-container .posts-sidebar .before-line::before {
  display: none;
}
.blog-container .site-main .blog-container-wrapper .posts-sidebar {
  width: 30%;
  padding: 25px 15px 0 15px;
}
.blog-container .site-main .blog-container-wrapper .posts-container {
  width: 70%;
}
.posts-container .item .grid-thumb img {
  height: 160px;
}
.blog-container .posts-sidebar .nav-link {
  font-size: 12px;
}
.blog-container .posts-sidebar .nav-item .post-date {
  font-size: 10px;
}
.blog-container .posts-sidebar p {
  font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.blog-container-wrapper {
  flex-wrap: wrap;
}
.blog-container .site-main .blog-container-wrapper .posts-container {
  width: 100%;
  padding-right: 0;
}
.blog-container .site-main .blog-container-wrapper .posts-sidebar {
  width: 100%;
  padding: 20px 15px 0px 15px;
}
.posts-container .posts-wrapper {
  flex-wrap: wrap;
}
.posts-container .item {
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}
.posts-container .item .item-link {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.posts-container .item .grid-thumb {
  width: 100%;
}
.posts-container .item .grid-more {
  padding-top: 0;
}
.blog-container .site-main {
  padding: 30px 0 50px 0;
}
.posts-container .item .grid-thumb img {
  height: 180px;
}
.posts-container .item .grid-wrap h3 {
  min-height: inherit;
}
.posts-container .blog-title {
  margin-bottom: 15px;
}
.blog-container .site-main .blog-container-wrapper .posts-container .content .rt-reading-time {
  left: 8px;
  top: 8px;
  font-size: 10px;
  padding: 8px 10px;
}
}
.blog-container .posts-sidebar .widget {
  margin-bottom: 35px !important;
}
.blog-container .posts-sidebar .main-btn {
  margin-top: 5px;
}
.arrow-link {
position: relative;
color: #fff;
font-weight: 600;
}
.arrow-link:hover {
color: var(--primary);
}
.arrow-link::before {
content: '\f30b';
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
color: var(--primary);
margin-right: 15px;
transition: ease all 0.3s;
}
.arrow-link:hover::before {
margin-right: 10px;
}
/* SEARCH FORM */
.search-form {
  display: flex;
  align-items: center;
}
.search-form label {
  margin-bottom: 0;
  
}
.search-form .search-field {
  border-radius: 0;
}
.search-form .search-field::placeholder {
  font-size: 12px;
}
.search-form .search-submit {
  background: var(--secondary);
  color: #fff;
  border-radius: 0 3px 3px 0;
  transition: ease all 0.3s;
}
.search-form .search-submit:hover {
  background: var(--primary);
}
body.search #main {
  padding: 80px 0;
}
body.search h2.page-title {
  color: var(--primary);
  font-size: 32px;
  margin-bottom: 15px;
}
body.search #main article .entry-footer {
  display: none;
}
body.search #main article {
  padding: 15px 0;
  border-bottom: 1px solid var(--fourth);
  max-width: 600px;
}
body.search #main article .entry-header h2 {
  font-size: 22px;
  margin-bottom: 0;
}
body.search #main article .entry-summary {
  margin-top: 10px;
  max-width: 600px;
}
body.search #main .no-results h1 {
  font-size: 32px;
}
body.search #main .no-results .main-btn {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  body.search #main {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  body.search #main {
    padding: 50px 0;
  }
}


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form label, .wpcf7-form p, .wpcf7-form textarea, .wpcf7-form .wpcf7-form-control-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
.wpcf7-form input[type=checkbox] {
  width: auto !important;
}
.wpcf7-form .wpcf7-spinner {
	display: none;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel],.wpcf7-form textarea, .wpcf7-form select {
  padding: 15px 15px;
  height: auto;
  border-radius: 0;
  background: none;
  border: none;
  outline: 0;
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  transition: ease all 0.3s !important;
  box-shadow: none !important;
  line-height: 1.4 !important;
  height: auto !important;
}
.wpcf7-form textarea  {
  margin-bottom: 0 !important;
}
.wpcf7-form .wpcf7-acceptance span {
  color: #bbb;
  line-height: 1.4;
  margin-bottom: 10px;
}
.wpcf7-form input:hover, .wpcf7-form textarea:hover, .wpcf7-form input:active, .wpcf7-form textarea:active, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:hover, .wpcf7-form select:focus  {
  border-color: var(--primary) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select {
  color: #bbb !important;
}
.wpcf7-form .wpcf7-submit {
  text-align: right !important;
  width: auto !important;
  max-width: inherit !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  background-color: transparent !important;
  transition: ease all 0.3s;
  outline: 0 !important;
  border: none !important;
	color: #fff !important;
  font-size: 14px;
	border-radius: 0;
	font-weight: 700;
	margin-top: 15px;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding-right: 35px !important;
  background-image: url(https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  height: 23px;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus, .wpcf7-form .wpcf7-submit:active {
  outline: 0 !important;
  color: var(--secondary) !important;
}

.wpcf7-response-output {
  border: none !important;
}
.wpcf7 .form-row {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.wpcf7 .form-row:not(.cols) {
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7 .form-row .form-col {
  padding: 0 10px;
  width: 50%;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-top: 5px;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance input, .wpcf7 .wpcf7-form-control.wpcf7-checkbox input {
  margin-right: 5px;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label  {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}
.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  padding: 0;
  border: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.contact-form-col.contact2 .wpcf7-form .wpcf7-submit {
	background-color: var(--primary) !important;
	padding: 15px 45px 15px 20px !important;
	height: auto !important;
	background-image: url(https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right-white.svg) !important;
  background-repeat: no-repeat !important;
	background-size: 23px auto !important;
	background-position: center right 15px !important;
}
.contact-form-col.contact2 .wpcf7-form .wpcf7-submit:hover {
	padding: 15px 45px 15px 20px !important;
	height: auto !important;
	background-size: 23px auto !important;
	background-position: center right 15px !important;
}
.contact-form-col.contact2 .wpcf7-form input::placeholder, .contact-form-col.contact2 .wpcf7-form textarea::placeholder, .contact-form-col.contact2 .wpcf7-form select {
	color: var(--fourth) !important;
}
.contact-form-col.contact2 .wpcf7-form input[type=text], .contact-form-col.contact2 .wpcf7-form input[type=email], .contact-form-col.contact2 .wpcf7-form input[type=tel], .contact-form-col.contact2 .wpcf7-form textarea, .contact-form-col.contact2 .wpcf7-form select {
	border-bottom: 1px solid #bbb;
	color: #000 !important;
}
.contact-form-col.contact2 .wpcf7-form .wpcf7-acceptance span {
	color: var(--fourth) !important;
}
@media screen and (max-width: 768px) {
	.wpcf7-form .wpcf7-submit {
		float: none;
		margin: 15px auto 0 auto;
		justify-content: center;
    margin-right: auto !important;
	}
  .wpcf7-form .row {
    margin-bottom: 0;
  }
  .wpcf7-form .col-md-6 {
    margin-bottom: 10px;
  }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea, .wpcf7-form select {
    padding: 15px 10px;
  }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel],.wpcf7-form textarea, .wpcf7-form select {
    font-size: 12px;
  }
  #before-footer h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #before-footer .textwidget > p {
    margin-bottom: 10px;
  }
  #before-footer .container {
    padding: 50px 30px;
  }
  .before-header-span {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 1.5;
  }
  .wpcf7 .form-row .form-col { 
    width: 100%;
  }
}
@media screen and (max-width: 599px) { 
  .wpcf7 .form-row {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .wpcf7 .form-row .form-col { 
    width: 100%;
    padding-bottom: 15px;
  }
  .wpcf7 .form-row.cols {
    padding-bottom: 0;
  }
  .wpcf7 .form-row .form-col.e-mail {
width: 100% !important;
padding-right: 0;
padding-bottom: 5px;
  }
  .wpcf7 .form-row .form-col.phone {
width: 100% !important;
padding-left: 0;
padding-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  #before-footer .container {
    padding: 50px 20px;
  }
  #before-footer h2 {
    font-size: 21px;
  }
  .before-header-span {
    letter-spacing: 1.5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  #before-footer h2 {
    font-size: 19px;
  }
  #before-footer .container {
    padding: 35px 15px;
  }
}
/* 404 */

#masthead.site-header.mobile-active  {
  background: rgba(0, 0, 0, 0.9) !important;
}
.error-404.not-found {
  text-align: center;
  padding: 120px 0 60px 0;
}
.error-404.not-found .main-btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .error-404.not-found {
    padding: 150px 0 60px 0;
  }
}
body {
	font-size: 14px;
}
.error-404.not-found .page-title {
  color: var(--primary);
}
@media screen and (max-width: 768px) {
	 body {
		font-size: 13px;
	}
}

/* ANIMATION */
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* HOME */
.main-home .elementor-widget-slides .elementor-swiper .elementor-slides-wrapper .elementor-slides .swiper-slide {
  min-height: 550px !important;
}
.home-categories .elementor-cta__bg-wrapper .elementor-cta__bg-overlay, .home-bestsellery .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, #000 100%);
}
@media screen and (max-width: 1400px) {
  .home-categories .elementor-inner-section {
    padding: 0 25px 0 25px !important;
  }
  .home-categories .elementor-cta__content {
    min-height: 230px !important;
    padding: 25px 15px !important;
  }
  .home-categories .elementor-widget-call-to-action {
    width: 95% !important;
    max-width: 95% !important;
  }
}
@media screen and (max-width: 1200px) {
  .home-categories .elementor-cta__content .elementor-cta__title {
    font-size: 15px !important;
  }
  .home-categories .elementor-inner-section {
    padding: 0 10px 0 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .home-categories .elementor-cta__content {
    min-height: 210px !important;
  }
  .home-categories .elementor-cta__content .elementor-cta__title {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-categories .elementor-inner-section {
    padding: 0 0 0 0 !important;
  }
  .home-categories .elementor-cta__content {
    min-height: 180px !important;
    padding: 20px 10px !important;
  }
  .home-categories .elementor-cta__content .elementor-cta__title {
    font-size: 12px !important;
  }
  .main-home .elementor-widget-slides .elementor-swiper .elementor-slides-wrapper .elementor-slides .swiper-slide {
    min-height: 450px !important;
  }
}
@media screen and (max-width: 480px) {
  .home-categories .elementor-cta__content {
    min-height: 140px !important;
    padding: 20px 8px !important;
  }
  .home-categories .elementor-widget-call-to-action > .elementor-widget-container {
    border-radius: 15px !important;
  }
}
.main-home .swiper-pagination {
  width: 3px !important;
  height: 90% !important;
  position: absolute !important;
  left: auto !important;
  bottom: auto !important;
  right: -2.9% !important;
  top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.main-home .swiper-pagination span.swiper-pagination-bullet {
  display: flex !important;
  width: 3px !important;
  height: 55px !important;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 0.4 !important;
  margin: 9px 0 !important;
  transition: ease all 0.3s;
}
.main-home .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
@media screen and (max-width: 1200px) {
  .main-home {
    padding: 0 25px 0 25px !important;
  }
  .main-home .swiper-pagination {
    right: -12.5px !important;
  }
}
.overlay-bg .elementor-background-overlay {
  background-size: cover !important;
}
.overlay-bg.custom-width.left .elementor-background-overlay {
  width: 45% !important;
  left: 0 !important;
  right: auto !important;
}
.overlay-bg.custom-width.right .elementor-background-overlay {
  width: 45% !important;
  left: auto !important;
  right: 0 !important;
}
.overlay-bg.custom-height.top .elementor-background-overlay {
  height: 95% !important;
  top: -35px !important;
}
@media screen and (max-width: 768px) {
  .overlay-bg.custom-height.top .elementor-background-overlay {
    top: 0 !important;
    height: 100% !important;
  }
  .overlay-bg.custom-width.left .elementor-background-overlay {
    width: 85% !important
  }
}
.lista-produktow {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.lista-produktow .col {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}
.lista-produktow .col .produkt-wrapper {
  display: block;
  height: 100%;
}
.lista-produktow .col .produkt-wrapper .produkt-link {
  display: block;
  padding: 15px;
  background: #f8f8f8;
  height: 100%;
  transition: ease all 0.3s;
  color: #000;
}
.lista-produktow .col .produkt-wrapper .produkt-link:hover {
  background: #f2f2f2;
}
.lista-produktow .col .produkt-wrapper .produkt-link .image {
	text-align: center;
}

.lista-produktow .col .produkt-wrapper .produkt-link .image img {
	width: 100%;
	height: 180px;
	object-fit: contain;
}
.lista-produktow .col .title h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.3;
  min-height: 37px;
}
.kategorie .kat-item {
  padding: 15px 0;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.podobne-produkty .kategorie .kat-item, .lista-produktow .kategorie .kat-item {
	flex-wrap: nowrap;
}
.kategorie .kat-item .name img, .kategorie .kat-item .przez-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 8px;
}
.kategorie .kat-item .name span, .kategorie .kat-item .przez-item span {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
}
.kategorie .kat-item .price {
  position: relative;
	justify-self: flex-end;
	margin-left: auto;
		margin-right: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
	z-index: 1;
}
.kategorie .kat-item .price .cena {
	position: relative;
	min-width: 49px;
}
.kategorie .kat-item .price .cena::before {
	left: 0;
	top: 0;
	position: absolute;
	content: '$$$$$';
	color: #aaa;
	z-index:-1;
}
.kategorie .kat-item .price .opis {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
  transition: ease all 0.3s;
	z-index: 2;
}
.kategorie .kat-item .price:hover .opis {
  opacity: 1;
}
.kategorie .kat-item .przez-item {
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .lista-produktow .col {
    padding: 5px 5px;
  }
  .lista-produktow .col .produkt-wrapper .produkt-link {
    padding: 8px;
  }
  .kategorie .kat-item .name span, .kategorie .kat-item .przez-item span {
    font-size: 10px;
  }
  .kategorie .kat-item .name img, .kategorie .kat-item .przez-item img {
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }
	.lista-produktow .col .produkt-wrapper .produkt-link .image img {
		height: 150px;
	}
}
@media screen and (max-width: 768px) {
  .lista-produktow .col {
    width: 50%;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
  }
	.lista-produktow .col .produkt-wrapper .produkt-link .image img {
		height: 130px;
	}
}
.elementor-post.realizacje .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
.elementor-post.realizacje .elementor-post__text {
  margin-top: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px !important;
  z-index: 3;
}
.elementor-post.realizacje .elementor-post__text .elementor-post__title a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.elementor-post.realizacje .elementor-post__thumbnail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, #000 100%);
  z-index: 10;
  transition: ease all 0.3s;
}
.elementor-post.realizacje:hover .elementor-post__thumbnail::before {
  opacity: 0.4 !important;
}
.elementor-post .elementor-post__read-more {
  position: absolute;
  margin-bottom: 0 !important;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 38px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border-top: 1px solid #f8f8f8;
}
.elementor-post .elementor-post__read-more:before {
  content: '';
  width: 17px;
  height: 17px;
  display:inline-block;
  margin-right: 8px;
  background: url(https://palisada.pl/wp-content/uploads/2022/06/time-1-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.more-link .elementor-icon-box-wrapper:hover a {
  color: var(--secondary) !important;
}
@media screen and (max-width: 768px) {
  .more-link .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
    --icon-box-icon-margin: inherit !important;
    justify-content: center !important;;
  }
  .more-link .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    -webkit-box-flex: inherit !important;
    -ms-flex-positive: inherit !important;
    flex-grow: inherit !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .more-link .elementor-icon-box-wrapper .elementor-icon-box-content, .more-link .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: 5px !important;
    width: auto !important;
    -webkit-box-flex: inherit !important;
    -ms-flex-positive: inherit !important;
    flex-grow: inherit !important;
  }
}
.liczniki .elementor-widget-counter .elementor-counter-number-wrapper {
  margin-bottom: 8px !important;
  justify-content: flex-start !important;
  
}
.liczniki .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: none !important;
}
.liczniki .elementor-widget-counter .elementor-counter .elementor-counter-title {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .liczniki .elementor-widget-counter .elementor-counter-number-wrapper {
    justify-content: center !important;
  }
  .liczniki .elementor-widget-counter .elementor-counter .elementor-counter-title {
    text-align: center !important;
  }
  .liczniki .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    display: block !important;
  }
}

/* BEZPLATNA WYCENA */
.bezplatna-wycena .wpcf7-form input[type=text], .bezplatna-wycena .wpcf7-form input[type=email], .bezplatna-wycena .wpcf7-form input[type=tel], .bezplatna-wycena .wpcf7-form textarea, .bezplatna-wycena .wpcf7-form select {
  color: #000 !important;
  border-color: #EBEBEB;
}
.bezplatna-wycena .wpcf7-form .wpcf7-acceptance span, .bezplatna-wycena .wpcf7-list-item {
  color: var(--sixth);
}
.bezplatna-wycena .wpcf7-form .wpcf7-submit {
  color: #000 !important;
  background: url(https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus, .wpcf7-form .wpcf7-submit:active {
  outline: 0 !important;
  color: var(--secondary) !important;
}

/* PRODUKTY */
/* PRODUKTY ARCHIWUM */
#primary.produkty .site-main {
  padding: 35px 0 60px 0;
}
#primary.produkty .site-main .container, body.tax-przeznaczenie #page-sub-header .container, body.post-type-archive-produkty #page-sub-header .container, body.tax-kategorie-produktow #page-sub-header .container {
	max-width: 95% !important;
}
#primary.produkty .opis-kategorii {
  padding-bottom: 20px;
  color: var(--sixth);
}
#primary.produkty .filtry {
 padding-top: 20px;
 padding-bottom: 20px;
 border-width: 1px 0 1px 0;
 border-style: solid;
 border-color: #EBEBEB;
}
#primary.produkty .filtry .searchandfilter > ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
#primary.produkty .filtry .searchandfilter > uL > li {
  padding: 5px 15px 5px 0;
  display: flex;
  align-items: center;
  justify-self: flex-start;
}
#primary.produkty .filtry .searchandfilter > uL > li:last-child {
  padding-right: 0;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}
#primary.produkty .filtry .searchandfilter > uL > li h4 {
  padding: 0;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#primary.produkty .filtry ul li select.sf-input-select {
  min-width: 100px;
  max-width: 130px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--sixth);
  padding: 10px;
  min-height: inherit;
  height: auto;
  outline: none;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
#primary.produkty .filtry ul li.sf-field-submit input {
  padding: 5px 35px 5px 0;
  border: none;
  line-height: 1;
  background: url('https://palisada.pl/wp-content/themes/investnet/inc/assets/img/arrow-right.svg');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  transition: ease all 0.3s;
}
#primary.produkty .filtry ul li.sf-field-submit input:hover {
  color: var(--sixth);
  padding: 5px 32px 5px 0;
}
#primary.produkty .filtry .filter-icon {
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 10px 15px;
	border: 2px solid #000;
	transition: ease all 0.3s;
}
#primary.produkty .filtry .filter-icon i {
	font-size: 16px;
	padding-right: 8px;
}
#primary.produkty .filtry .filter-icon span {
	font-size: 18px;
	font-weight: 600;
}
#primary.produkty .filtry .filter-icon:hover, #primary.produkty .filtry .filter-icon.active {
	background: #000;
	color: #fff;
}
#primary.produkty .filter-icon-wrapper {
	display: flex;
	justify-content: flex-end;
}
#primary.produkty .filtry {
	position: relative;
}
#primary.produkty .filtry .filter-content {
	max-height: 0;
	opacity: 0;
	transition: ease all 0.3s;
}
#primary.produkty .filtry .filter-content.active {
	padding-top: 15px;
	max-height: 9999px;
	opacity: 1;
}
#primary.produkty .produkty-container {
  padding-top: 20px;
}
.grid-produkt {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: stretch;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid var(--sixth);
}
.grid-produkt:last-child {
  border-bottom: none;
}
.grid-produkt .grid-thumb {
  width: 45%;
  padding: 20px 15px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-produkt .grid-wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 15px;
}
.grid-produkt .grid-wrap h3 {
  font-size: 22px;
  font-weight: 700;
	transition: ease all 0.3s;
}
.grid-produkt .grid-wrap a:hover h3 {
	color: rgba(0,0,0,0.2);
}
.grid-produkt .grid-wrap .kategorie {
  display: flex;
  align-items: center;
  width: 100%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #EBEBEB;
}
.grid-produkt .grid-wrap .kategorie .kat-item {
  border: none;
  padding-right: 25px;
}
.grid-produkt .grid-wrap .kategorie .kat-item.cena {
  padding-right: 0;
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.grid-produkt .grid-wrap .grid-desc {
  min-height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-produkt .grid-wrap .grid-gallery .item {
  padding: 10px;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-produkt .grid-wrap .grid-gallery .item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
  cursor: pointer;
}
.grid-produkt .grid-wrap .grid-gallery .item img:hover {
  opacity: 0.8;
}
.grid-produkt .grid-wrap .grid-gallery .owl-nav {
  padding: 10px 15px 0 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.grid-produkt .grid-wrap .grid-gallery .owl-nav button {
  outline: none !important;
  transition: ease all 0.3s;
  padding: 0;
}
.grid-produkt .grid-wrap .grid-gallery .owl-nav button.owl-prev:hover {
  padding-left: 5px !important;
}
.grid-produkt .grid-wrap .grid-gallery .owl-nav button.owl-next:hover {
  padding-right: 5px !important;
}
#primary.produkty .opisy-seo {
  margin-top: 30px;
  padding: 50px 0;
  position: relative;
}
#primary.produkty .opisy-seo .bg-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  width: 65%;
}
#primary.produkty .opisy-seo .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.produkty .opisy-seo .col-lg-9 {
  padding: 45px 35px 45px 20px;
  background: #fff;
  color: var(--sixth);
}
#primary.produkty .opisy-seo .col-lg-9 h2, #primary.produkty .opisy-seo .col-lg-9 h3 {
  color: #000;
}
#primary.produkty .przeznaczenia-cats {
	padding: 60px 0 30px 0;
}
#primary.produkty .przeznaczenia-cats .cats {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#primary.produkty .przeznaczenia-cats h2 {
	margin-bottom: 1.4rem;
}
#primary.produkty .przeznaczenia-cats .cats a {
	display: inline-block;
	width: 33.3%;
	padding: 5px 10px 5px 30px;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
#primary.produkty .przeznaczenia-cats .cats a::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
	#primary.produkty .filtry ul {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1024px) {
  #primary.produkty .filtry ul {
    flex-wrap: wrap;
  }
  #primary.produkty .filtry ul li:last-child {
    justify-self: flex-start;
    margin-left: inherit;
    margin-right: inherit;
  }
  .grid-produkt .grid-wrap .grid-gallery .item {
    height: 90px;
    padding: 5px;
  }
  .grid-produkt .grid-wrap .grid-gallery .owl-nav button img {
    width: 21px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .grid-produkt {
    flex-wrap: wrap;
  }
  .grid-produkt .grid-thumb {
    width: 100%;
    padding: 0 15px;
  }
  .grid-produkt .grid-thumb img {
    max-height: 320px;
    width: auto;
    text-align: center;
  }
  .grid-produkt .grid-wrap {
    width: 100%;
    padding: 20px 15px 0 15px;
  }
  .grid-produkt .grid-wrap .grid-desc {
    min-height: inherit;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  #primary.produkty .filtry ul li select.sf-input-select {
    padding: 8px 5px;
  }
  #primary.produkty .filtry ul li.sf-field-submit input {
    padding: 3px 25px 3px 0;
  }
  #primary.produkty .filtry ul li {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
  }
  #primary.produkty .filtry ul li h4 {
    margin-bottom: 5px;
    padding-right: 0;
  }
	#primary.produkty .filtry .filter-icon span {
		font-size: 14px;
	}
	#primary.produkty .filtry .filter-icon i {
		font-size: 12px;
	}
	#primary.produkty .filtry .filter-icon {
		padding: 8px 12px;
	}
  #primary.produkty .opisy-seo {
    background: none !important;
    padding: 0;
  }
  #primary.produkty .opisy-seo .col-lg-9 {
    padding: 0 0 0 0;
  }
  .grid-produkt .grid-wrap h3 {
    font-size: 19px;
  }
  #primary.produkty #main {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #primary.produkty #main .opis-kategorii {
    order: 3;
    padding-bottom: 0;
    padding-top: 15px;
  }
  #primary.produkty #main .filtry {
    order: 1;
  }
  #primary.produkty #main .produkty-container {
    order: 2;
  }
  #primary.produkty #main .opisy-seo {
    order: 4;
  }
	#primary.produkty .przeznaczenia-cats {
		order: 5;
	}
	#primary.produkty .przeznaczenia-cats .cats a {
		font-size: 14px;
		padding: 5px 10px 5px 20px;
	}
	#primary.produkty .przeznaczenia-cats .cats a::before {
		width: 15px;
	}
}
@media screen and (max-width: 580px) {
  #primary.produkty .filtry ul li h4 {
    font-size: 11px;
  }
  #primary.produkty .filtry ul li select.sf-input-select {
    font-size: 11px;
  }
  .grid-produkt .grid-wrap h3 {
    font-size: 17px;
  }
  .grid-produkt .grid-thumb img {
    max-height: 260px;
  }
	#primary.produkty .przeznaczenia-cats .cats a {
		width: 50%;
		padding: 5px 15px 5px 20px;
	}
}

/* SINGLE PRODUKT */
#page-sub-header.produkt-sub-header {
  padding: 45px 0 45px 0;
	height: 66vh;
	min-height: 450px;
	max-height: 900px;
	justify-content: flex-end;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: relative;
}
#page-sub-header.produkt-sub-header .container {
	max-width: 95% !important;
}
#page-sub-header.produkt-sub-header .container .entry-title, #page-sub-header.produkt-sub-header .container #breadcrumbs {
  width: 60%;
}
#page-sub-header.produkt-sub-header .bg-images {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#page-sub-header.produkt-sub-header .bg-images-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
#page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel, #page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel .owl-stage-outer, #page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel .owl-item, #page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel .owl-stage {
	height: 100%;
}
#page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel .owl-stage-outer .owl-item {
	position: relative; 
	z-index: 0;
}
#page-sub-header.produkt-sub-header .bg-images-wrapper .bg-images-carousel .owl-stage-outer .owl-item::before {
	background: rgba(0,0,0,0.25);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#page-sub-header.produkt-sub-header .bg-images .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	z-index: 3;
}
#page-sub-header.produkt-sub-header .bg-images .owl-dots button {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	background: #ccc;
	outline: none;
	border: none;
	cursor: pointer;
}
#page-sub-header.produkt-sub-header .bg-images .owl-dots button.active {
	background: #fff;
}
#page-sub-header.produkt-sub-header .bg-images .owl-dots button:last-child {
	margin-right: 0;
}
#page-sub-header.produkt-sub-header .bg-images img {
	display: block; 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#primary.produkt .container {
	max-width: 95% !important;
}
#primary.produkt .galeria {
  margin-bottom: 45px;
}
#primary.produkt .galeria .items-container {
	display: flex; 
	flex-wrap: wrap;
}
#primary.produkt .galeria .owl-dots {
	padding: 15px 0 0 0;
	display: flex;
	justify-content: center;
}
#primary.produkt .galeria .owl-dots .owl-dot span {
	display: inline-block;
	width: 35px;
	height: 4px;
	background: #B7B7B7;
	transition: ease all 0.3s;
}
#primary.produkt .galeria .owl-dots .owl-dot {
	margin-right: 7.5px;
	outline: 0;
	border: 0;
}
#primary.produkt .galeria .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
#primary.produkt .galeria .owl-dots .owl-dot:hover span, #primary.produkt .galeria .owl-dots .owl-dot.active span {
	background: #000;
}
#primary.produkt .galeria .item {
  width: 33.3%;
  padding: 5px;
  height: 30vh;
	min-height: 250px;
}
#primary.produkt .row.first-row {
  padding: 60px 0;
}
#primary.produkt .first-row .featured .item {
	text-align: center;
}
#primary.produkt .galeria .item .produkt-galeria-obraz {
	transition: ease all 0.3s;
}
#primary.produkt .galeria .item .produkt-galeria-obraz:hover {
	opacity: 0.8;
}
#primary.produkt .galeria .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.produkt .first-row .cena .price {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#primary.produkt .first-row .cena .price .cena {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-right: 10px;
	position: relative;
	min-width: 63px;
}
#primary.produkt .first-row .cena .price .cena::before {
	right: 0;
	top: 0;
	position: absolute;
	content: '$$$$$';
	color: #aaa;
	z-index:-1;
}
#primary.produkt .first-row .cena .price .opis {
	padding: 7px 8px;
	line-height: 1.1;
	font-weight: 500;
	font-size: 11px;
	color: #000;
	background: #f6f6f6;
	border-radius: 6px;
	display: inline-block;
}
#primary.produkt .first-row .kategorie  {
  display: flex;
flex-direction: column;
  align-items: flex-start;
}
#primary.produkt .first-row .kategorie .kat-item  {
  border: none;
  padding-right: 0;
	padding: 10px 10px 10px 0;
}
#primary.produkt .first-row .kategorie .kat-item span {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
#primary.produkt .first-row .kategorie .kat-item img {
  width: 24px;
  height: 24px;
}
#primary.produkt .first-row .kategorie .kat-item.material {
  width: 45%;
}
#primary.produkt .first-row .kategorie .kat-item.przeznaczenie {
  width: 55%;
}
#primary.produkt .first-row .kategorie .kat-item .przez-item {
  padding-bottom: 5px;
}
#primary.produkt .first-row .dodatkowe-przyciski {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0 15px 0;
}
#primary.produkt .first-row .dodatkowe-przyciski .main-btn {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 13px 35px 13px 15px;
}
#primary.produkt .first-row .dodatkowe-przyciski .main-btn::after {
	width: 21px;
	height: 21px;
	right: 10px;
}
#primary.produkt .cena-przyciski {
	display: flex;
	align-items: center;
}
#primary.produkt .cena-przyciski > div {
	width: 50%;
}
#primary.produkt .cena-przyciski .cena.kat-item {
	padding-right: 7.5px;
}
#primary.produkt .cena-przyciski .dodatkowe-przyciski {
	padding-left: 7.5px;
}
#primary.produkt .title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
#primary.produkt .tagi {
  display: flex;
  flex-wrap: wrap;
}
#primary.produkt .tagi .title {
  margin-bottom: 15px;
  width: 100%;
}
#primary.produkt .tagi > a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  transition: ease all 0.3s;
  color: #000;
  padding: 8px;
  border: 1px solid #000;
  background: #fff;
}
#primary.produkt .tagi > a:hover {
  background: #000;
  color: #fff;
}
#primary.produkt .opiekun {
  padding: 0 15px 0 0;
  z-index: 10;
  position: relative;
}
/*#primary.produkt .opiekun::before {
  content: '';
  width: calc(100% - 15px);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #000;
  position: absolute;
}*/
#primary.produkt .opiekun-wrapper {
  padding: 30px 20px 50px 45px;
  color: #fff;
  margin-top: -120px;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #000;
max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
#primary.produkt .opiekun-wrapper h4 {
  font-size: 18px;
  margin-left: -30px;
  margin-bottom: 55px;
}
#primary.produkt .opiekun-wrapper .opiekun-img img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 15px;
}
#primary.produkt .opiekun-wrapper p.title {
  font-weight: 700;
  margin-bottom: 5px;
}
#primary.produkt .opiekun-wrapper a {
  color: #ccc;
  font-weight: 400;
  display: block;
}
#primary.produkt .opiekun-wrapper a:hover {
  color: #fff;
}
#primary.produkt .opiekun-wrapper a.arrow-btn {
  color: #fff;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
}
#primary.produkt .opiekun-wrapper a.arrow-btn:hover {
  color: #ccc;
}
#primary.produkt .opiekun-wrapper a.arrow-btn img {
  margin-left: 8px;
  transition: ease all 0.3s;
}
#primary.produkt .opiekun-wrapper a.arrow-btn:hover img {
  margin-left: 5px;
}
#primary.produkt .podobne-produkty > .title, #primary.produkt .opis .wymiary {
  padding: 30px 0 25px 0;
margin-top: 30px;
  border-top: 1px solid #EBEBEB;
}
#primary.produkt .opis .wymiary .wymiar {
  text-align: right;
  color: #000;
}
#primary.produkt .opis .wymiary .wymiar-title {
  color: var(--sixth);
}
#primary.produkt .lista-produktow .col {
  width: 100%;
}
#primary.produkt .produkty-carousel .owl-item {
	height: 100%;
}
#primary.produkt .produkty-carousel .kat-item {
	min-height: 76px;
}
#primary.produkt .produkty-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	border: 0;
}
#primary.produkt .produkty-carousel .owl-nav button svg {
	stroke: #000;
}
#primary.produkt .produkty-carousel .owl-nav button.owl-prev {
	left: -25px;
}
#primary.produkt .produkty-carousel .owl-nav button.owl-next {
	right: -28px;
}
#primary.produkt .opis-content {
  padding: 40px 30px 30px 30px;
  background: #f8f8f8;
  margin-bottom: 35px;
}
#primary.produkt .zalety {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#primary.produkt .zalety .title {
	padding-bottom: 10px;
}
#primary.produkt .zalety .item {
  display: flex;
	align-items: center;
  width: calc(50% - 5px);
	padding: 8px 0 8px 0;
  border-bottom: 1px solid #EBEBEB;
  line-height: 1.3;
  position: relative;
}
#primary.produkt .zalety .item:nth-child(odd) {
	margin-right: 5px;
}
#primary.produkt .zalety .item:nth-child(even) {
	margin-left: 5px;
}
#primary.produkt .zalety .item p {
  margin-bottom: 0;
  padding-left: 8px;
}
#primary.produkt .zalety .item .ikona img {
	min-width: 21px;
  width: 21px;
  height: 21px;
  object-fit: contain;
}
#primary.produkt .dodatkowy-opis {
	padding: 20px 0 45px 0;
}
#primary.produkt .kolory .title {
  margin-bottom: 40px;
}
#primary.produkt .zbior-kolorow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#primary.produkt .zbior-kolorow .kolor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  width: 154px;
}
#primary.produkt .zbior-kolorow .kolor .kolor-bg {
  width: 100%;
  height: 134px;
  margin-bottom: 20px;
  border: 1px solid #EBEBEB;
}
.kolor .kolor-bg.grafitowy {
  background: #4B4B4B;
}
.kolor .kolor-bg.szary {
  background: #B1B1B1;
}
.kolor .kolor-bg.czarny {
  background: #000;
}
.kolor .kolor-bg.drewno {
  background: url(https://palisada.pl/wp-content/themes/investnet/inc/assets/img/drewno.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kolor .kolor-bg.zielony {
  background: #114232;
}
.kolor .kolor-bg.niebieski {
  background: #004F7C;
}
.kolor .kolor-bg.bialy {
  background: #fff;
}
#primary.produkt #main {
  padding-bottom: 80px;
}
#primary.produkt .katalog {
	margin-top: 15px;
}
#primary.produkt .katalog .main-btn {
	margin-top: 15px;
}
#primary.produkt .cena-slajder {
	padding-top: 45px;
}
#primary.produkt .cena-slajder .cena-item {
	display: flex;
	padding: 0 15px;
	position: relative;
}
#primary.produkt .cena-slajder .cena-item .opis {
	padding-top: 10px;
}
#primary.produkt .cena-slajder .cena-item .cena-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f0f0f0;
	padding: 30px 45px;
}

#primary.produkt .cena-slajder .cena-item .obraz-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#primary.produkt .cena-slajder .cena-item .obraz-content .obraz {
	width: 100%;
	text-align: right;
}
#primary.produkt .cena-slajder .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	border: 0;
}
#primary.produkt .cena-slajder .owl-nav button svg {
	stroke: #000;
}
#primary.produkt .cena-slajder .owl-nav button.owl-prev {
	left: -25px;
}
#primary.produkt .cena-slajder .owl-nav button.owl-next {
	right: -28px;
}
#primary.produkt .cena-slajder .cena {
	font-size: 19px;
	font-weight: 500;
	text-decoration: underline;
	padding-top: 15px;
}
.dodatkowy-opis-2 {
	padding: 45px 0;
}
.ikony-opis-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.ikony-opis-wrapper .ikona-opis {
	width: 33.33%;
	padding: 15px;
}
.ikony-opis-wrapper .ikona-opis img {
	width: 140px;
	height: 80px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 30px;
}
.ikona-opis-wrapper {
	padding: 30px 20px;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: stretch;
	height: 100%;
}
@media screen and (max-width: 1250px) {
	#primary.produkt .opiekun-wrapper {
		padding: 30px 15px 40px 25px;
	}
	#primary.produkt .opiekun-wrapper a {
		font-size: 12px;
	}
	#primary.produkt .zalety .item {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#primary.produkt .first-row .dodatkowe-przyciski .main-btn::after {
		width: 17px;
		height: 17px;
		right: 5px;
	}
	#primary.produkt .first-row .dodatkowe-przyciski .main-btn {
		padding: 11px 25px 11px 10px;
	}
}
@media screen and (max-width: 1200px) {
  #primary.produkt .first-row .kategorie .kat-item .przez-item, #primary.produkt .first-row .kategorie .kat-item.material .name  {
    display: flex;
    flex-direction: column;
  }
  #primary.produkt .first-row .kategorie .kat-item img {
    margin-bottom: 5px;
  }
  #primary.produkt .opiekun-wrapper {
    padding: 25px 15px 30px 35px;
  }
  #page-sub-header.produkt-sub-header {
    padding: 280px 0 45px 0;
	  height: 55vh;
	  min-height: 400px;
  }
	.ikona-opis-wrapper {
		padding: 25px 15px;
	}
	.ikony-opis-wrapper .ikona-opis {
		padding: 10px;
	}
}
@media screen and (max-width: 1024px) {
	#primary.produkt .cena-slajder .cena-item {
		padding: 0 5px;
	}
	#primary.produkt .cena-slajder .cena {
		padding-top: 10px;
		font-size: 17px;
	}
	#primary.produkt .cena-slajder .cena-item .opis {
		padding-top: 5px;
	}
	#primary.produkt .cena-slajder .cena-item .cena-content {
		padding: 25px 30px;
	}
	#page-sub-header.produkt-sub-header .bg-images .owl-dots button {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.ikony-opis-wrapper .ikona-opis {
		width: 50%;
	}
}
@media screen and (max-width: 992px) {
	#primary.produkt .galeria .item {
		min-height: 220px;
		height: 25vh;
	}
	#primary.produkt .first-row .featured .item {
		padding-bottom: 25px;
	}
  #page-sub-header {
    padding: 180px 0 45px 0;
  }
  #page-sub-header.produkt-sub-header {
    padding: 180px 0 45px 0;
  }
  #primary.produkt .opiekun-wrapper {
    margin-top: 0;
  }
  #primary.produkt .row.first-row {
    padding: 30px 0;
  }
  #primary.produkt .galeria {
    margin-bottom: 30px;
  }
  #primary.produkt .opiekun-wrapper h4 {
    margin-bottom: 20px;
  }
  #primary.produkt .opiekun-wrapper a.arrow-btn {
    margin-top: 20px;
  }
  #primary.produkt .first-row .kategorie .kat-item.material {
    width: 40%;
  }
  #primary.produkt .first-row .kategorie .kat-item.przeznaczenie {
    width: 60%;
  }
  #primary.produkt .opis-content {
    padding: 25px 20px 15px 20px;
  }
  #primary.produkt .opis .wymiary .title {
    margin-bottom: 10px;
  }
  #primary.produkt .opis .wymiary .wymiar {
    text-align: left;
    font-size: 12px;
  }
  #primary.produkt .zalety .item p {
    font-size: 12px;
  }
  #primary.produkt .zalety .item p::before {
    width: 21px;
    height: 21px;
  }
  #primary.produkt .zbior-kolorow .kolor {
    width: 100px;
    padding: 5px;
  }
  #primary.produkt .zbior-kolorow .kolor p {
    font-size: 12px;
  }
  #primary.produkt .zbior-kolorow .kolor .kolor-bg {
    height: 90px;
    margin-bottom: 10px;
  }
  #primary.produkt .opiekun-wrapper h4 {
    font-size: 16px;
  }
  #primary.produkt #main {
    padding-bottom: 60px;
  }
  #page-sub-header.produkt-sub-header .container .entry-title, #page-sub-header.produkt-sub-header .container #breadcrumbs {
    width: 100%;
  }
	#primary.produkt .cena-przyciski {
		flex-wrap: wrap;
	}
	#primary.produkt .cena-przyciski > div {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 768px) {
  #primary.produkt .galeria {
    margin-bottom: 20px;
  }
  #primary.produkt .cats-and-tags {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  #primary.produkt .opiekun {
    padding: 0 15px 0 15px;
  }
  #primary.produkt .opiekun::before {
    display: none;
  }
  #primary.produkt .galeria .item {
    width: 50%;
	  min-height: 200px;
	  height: 20vh;
  }
  #primary.produkt .opiekun-wrapper h4 {
    font-size: 14px;
    margin-left: -10px;
    margin-bottom: 15px;
  }
  #primary.produkt .opiekun-wrapper {
    padding: 20px 10px 25px 15px;
	  margin-left: 0;
	  margin-right: auto;
  }
  #primary.produkt .opiekun-wrapper p {
    font-size: 12px;
  }
  #primary.produkt .opiekun-wrapper a {
    font-size: 12px;
  }
  #primary.produkt .opiekun-wrapper a.arrow-btn {
    font-size: 12px;
    padding-left: 0;
  }
  #primary.produkt .opiekun-wrapper a.arrow-btn img {
    width: 18px;
    height: auto;
    margin-left: 5px;
  }
  #primary.produkt .tagi > a {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 8px;
    padding: 6px 4px;
    text-align: center;
  }
  #primary.produkt .first-row .kategorie .kat-item {
    padding: 8px 0;
  }
  #primary.produkt .first-row .kategorie .kat-item.material {
    width: 100%;
  }
  #primary.produkt .first-row .kategorie .kat-item.przeznaczenie {
    width: 100%;
  }
  #primary.produkt .first-row .kategorie {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .kategorie .kat-item .price {
    font-size: 12px;
  }
  #primary.produkt .row.szczegoly {
    display: flex;
    flex-direction: column-reverse;
  }
	#primary.produkt .zalety .item p {
    font-size: 11px;
  }
  #primary.produkt .zalety .item p::before {
    width: 17px;
    height: 17px;
    left: 0;
  }
  #primary.produkt .opis-content {
    padding: 20px 10px 10px 10px;
  }
  #primary.produkty .opisy-seo {
    margin-top: 10px;
  }
  #primary.produkty .site-main {
    padding: 0 0 40px 0;
  }
	#primary.produkt .cena-slajder .cena-item {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	#primary.produkt .cena-slajder .cena-item .cena-content, #primary.produkt .cena-slajder .cena-item .obraz-content{ 
	width: 100%;
	}
	.ikony-opis-wrapper .ikona-opis {
		width: 100%;
		padding: 10px 0;
	}
}
@media screen and (max-width: 576px) {
  #primary.produkt .first-row .kategorie .kat-item.material, #primary.produkt .first-row .kategorie .kat-item.przeznaczenie {
    width: auto;
    padding-right: 10px;
  }
  #primary.produkt .cats-and-tags {
    padding-left: 15px;
  }
	#primary.produkt .zalety .item .ikona img {
		min-width: 21px;
		width: 21px;
		height: 21px;
	}
	#primary.produkt .zalety .item {
		padding: 10px 0 10px 0;
	}
	#primary.produkt .cena-slajder .cena-item .cena-content {
		padding: 25px 15px;
	}
}
@media screen and (max-width: 420px) {
  #primary.produkt .tagi > a {
    font-size: 7px;
    padding: 5px 3px;
  }
  #primary.produkt .zbior-kolorow .kolor .kolor-bg {
    height: 60px;
  }
  #primary.produkt .zbior-kolorow .kolor {
    width: 70px;
  }
  #primary.produkty .opisy-seo h2 {
    font-size: 21px;
  }
}

/* REALIZACJE */
.blog-container.realizacja .site-main {
	padding: 20px 0 80px 0;
}
.blog-container.realizacja .site-main .blog-container-wrapper .posts-container {
	max-width: 992px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
#page-sub-header.realizacja .container {
	max-width: 992px !important;
	margin-right: auto;
	margin-left: auto;
}
.realizacje-galeria {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.realizacja .realizacje-galeria .item {
	padding: 10px;
	min-height: inherit;
	width: 33.3%;
	height: 240px;
	background: #f8f8f8;
	transition: ease all 0.3s;
}
.realizacja .realizacje-galeria .item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease all 0.3s;
}
.realizacja .realizacje-galeria .item:hover {
	background: transparent;
}
.realizacja .realizacje-galeria .item:hover img {
	opacity: 0.7;
}
.blog-container.realizacje .item .item-link {
	position: relative;
}
.blog-container.realizacje .item .lokalizacja {
	display: inline-block;
	align-items: center;
	padding: 8px 10px;
	border-radius: 4px;
	background: #f6f6f6;
	margin: 0 auto auto 0;
	z-index: 2;
	position: absolute;
	left: 15px;
	top: 15px;
}
.blog-container.realizacje .item .lokalizacja img {
	width: 21px;
	min-width: 21px;
	height: 21px;
	object-fit: contain;
	margin-right: 10px;
}
.blog-container.realizacje .item:hover .lokalizacja img {
	transition: none;
	opacity: 1;
}
.blog-container.realizacje .item .lokalizacja p {
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
}
.blog-container.realizacje .posts-container .item .grid-wrap h3 {
	min-height: inherit;
}
@media screen and (max-width: 992px) {
	.realizacja .realizacje-galeria .item {
		height: 180px;
	}
	.posts-container .item {
		min-height: 280px;
	}
}
@media screen and (max-width: 768px) {
	.realizacja .realizacje-galeria .item {
		width: 50%;
	}
	.posts-container .item {
		min-height: 230px;
	}
	.blog-container.realizacje .item .lokalizacja {
		padding: 6px 7px;
	}
	.blog-container.realizacje .item .lokalizacja p {
		font-size: 10px;
	}
	.blog-container.realizacje .item .lokalizacja img {
		width: 17px;
		min-width: 17px;
		height: 17px;
		margin-right: 7px;
	}
}
@media screen and (max-width: 580px) {
	.realizacja .realizacje-galeria .item {
		height: 140px;
		padding: 5px;
	}
	.blog-container.realizacja .site-main .blog-container-wrapper .posts-container {
		padding: 0;
	}
}
@media screen and (max-width: 420px) {
	.realizacja .realizacje-galeria .item {
		height: 110px;
	}
	#primary.produkty .site-main .container, body.tax-przeznaczenie #page-sub-header .container, body.post-type-archive-produkty #page-sub-header .container, body.tax-kategorie-produktow #page-sub-header .container {
		max-width: 100% !important;
	}
	body .container {
	max-width: 100% !important;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
	padding: 0 5px;
}
	.elementor-post.realizacje .elementor-post__text .elementor-post__title {
		line-height: 1 !important;
		font-size: 13px !important;
	}
	.elementor-post.realizacje .elementor-post__text .elementor-post__title a {
		font-size: 13px !important;
	}
}

#cookie-notice {
	background-color: #000 !important;
/* 	font-family: "aktiv-grotesk-extended", sans-serif !important; */
font-family: "Roboto", sans-serif !important;
	font-size: 11px !important;
}
#cookie-notice .cn-button {
	background: #fff !important;
	color: #000 !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	font-size: 10px !important;
/* 	font-family: "aktiv-grotesk-extended", sans-serif !important; */
	font-family: "Roboto", sans-serif !important;
	font-weight: 600 !important;
	transition: ease all 0.3s;
}
#cookie-notice .cn-button:Hover {
	background: #000 !important;
	color: #fff !important;
}

body .fancybox-toolbar .fancybox-button {
	background: rgba(0,0,0,1);
	color: #fff;
	width: 55px;
	height: 55px;
}
body .fancybox-navigation button:before {
	background: rgba(0,0,0,1);
	opacity: 1;
	color: #fff;
}
body .fancybox-navigation button {
	width: 60px;
	padding: 5px;
}
.ikony-opis-tytul {
	text-align: center;
	padding-bottom: 25px;
}

.cena-carousel{
	display:flex;
	flex-direction:column;
	gap:30px;
}

.cena-item{
	display:flex;
	flex-direction: row-reverse;
	
}
.cena-item {
  @media screen and (max-width: 768px) {
    flex-direction: column-reverse !important;
  }
}


.cena-item:nth-child(even) {
/*     flex-direction: row-reverse; */
}
.cena-content .tytul h3 {
	font-size: 1.6rem; 
}
.cena-content .opis p {
	font-size: 0.9rem; 
}
.cena-content .cena  {
	font-size: 1.1rem; 
}
#masthead.site-header #main-nav .dropdown-toggler {
	color: #fff;
	display: none;
	bottom: auto;
	top: 13px;
}
@media screen and (min-width: 1024px) {
	#masthead.site-header #main-nav .dropdown-menu {
		background: #000;
		top: 99%;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	#masthead.site-header #main-nav .dropdown-toggler {
		display: inline-block;
	}
	/*
	#masthead.site-header #main-nav .menu-item-has-children.dropdown {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 3.498 20 13.004" width="20pt" height="13.004pt"><path d=" M 3.004 3.498 L 0 6.502 L 10 16.502 L 20 6.502 L 16.996 3.498 L 10 10.494 L 3.004 3.498 Z " fill="rgb(255,255,255)"/></svg>');
		background-size: contain;
		background-position: center right;
		background-repeat: no-repeat;
	}
	*/
}