/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Navigation
    # Dropdown Menus
    # Sidebar Navigation
# Post Navigation
# Header
# Post Content
# Widgets
# Content Layout
# Sidebars
# Footer
# Featured Images
# Icons
# Compatibility
# Mobile

#d10e0e - czerwony
color: var(--accent);


--------------------------------------------------------------*/


#footer-widgets .widget ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 4px;
	margin-left: 0;
}











.black p, .black h1,  .black h2, .black h3, .black h4, .black h5, .black a, .black ul li {
	color: #fff;
}
.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white a, .white ul li{
	color: #000;
}


.polowa {
background: linear-gradient(to bottom, #000 0%, #000 450px, #fff 450px, #fff 100%);
}



.widget .sklad ul li {
	margin-left: 0;
	color: #000;
}





.galeria-produktu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
	justify-content: center;
}
.galeria-produktu img {
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.galeria-produktu img:hover {
    transform: scale(1.05);
}




.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 3px;
	border-color: var(--fancybox-accent-color, rgb(204, 26, 26));
}



.produkt-single-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 0px 20px;
}


@media (max-width: 768px) {
.produkt-single-container {	padding: 40px 0px 0px 0px;}
}

.produkt-single-title {
	font-size: 50px;
	margin-bottom: 60px;
}

.produkt-single-top {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 60px;
}

.produkt-single-image {
    flex: 1 1 300px;
}

.produkt-single-image img {
    width: 100%;
    height: auto;
}

.produkt-single-info {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.produkt-single-shortdesc {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.produkt-single-buy-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.produkt-single-buy-button:hover {
    background-color: #005177;
}

.produkt-single-content {
    line-height: 1.7;
}



.produkt-template-default h3.widget-title {
	font-size: 30px;
}
.produkt-template-default  .produkt-single-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	align-items: center;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	display: flex;
	padding: 15px 30px 15px 30px;
	position: relative;
	flex-direction: row;
}

.produkt-template-default  .produkt-single-container  .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .produkt-template-default  .produkt-single-container  .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
	background-color: #d0d0d0;
}








.df-popup-thumb {
	margin: 0 !important; 

	width: auto !important;
	height: auto !important;
	
	-moz-perspective: 1800px !important;
	perspective: 1800px !important;
}















.produkty-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.produkt-box {
	width: calc(33.333% - 13.333px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: #F9F9F9;
	transition: 0.3s;
}

.produkt-box:hover {
    background: #f0f0f0;
}


.produkt-box:hover .kup-button {
   background-color: var(--accent);
   color: #000;
}
.produkt-box:hover .produkt-info p {
   color: #000;
}



.produkt-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.produkt-info {
    padding: 35px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.produkt-info h3 {
	margin: 0 0 17px;
	font-size: 1.2em;
	font-weight: 700;
}

.produkt-info p {
    flex-grow: 1;
    margin: 0 0 10px;
}

.kup-button {
    display: inline-block;
   
	padding: 13px 64px 13px 16px;
	text-decoration: none;
	font-size: 16px;
	
	border-bottom: 1px solid #000;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	
}

.kup-button::before {
    content: '';
    position: absolute;
    background: url("images/strzalka-biala.svg");
    background-size: cover;
    bottom: 16px;
    right: 15px;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
	filter: brightness(0);
}


.sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
	padding: 30px 0 0 0 !important;
}
.sow-tabs .sow-tabs-tab-container {
	padding: 12px 0px 0px 0px;
}
.so-widget-sow-tabs-default-beac01df25f5-14 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	margin: 0;
}







/* Mobilnie: 2 w rzędzie */
@media (max-width: 768px) {
    .produkt-box {
        width: calc(50% - 10px);
    }
	.produkt-info {padding: 25px;}
}

/* Bardzo wąsko: 1 w rzędzie */
@media (max-width: 480px) {
    .produkt-box {
        width: 100%;
    }
	
	.produkt-info {padding: 10px;}
}































.lista-produktow > .panel-grid-cell {
	border: 1px solid #000;
	
}

.lista-produktow .so-widget-sow-editor {
	padding: 30px;
}




.lista-produktow .przycisk a, 
.lista-produktow  a.przycisk {
	display: block;
}


.lista-produktow .panel-first-child, .lista-produktow  p  {
	margin-bottom: 0 !important;
}



.lista-produktow > .panel-grid-cell-empty {
	
	border: 0px solid #000;
	
}

.lista-produktow .widget-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	text-transform: none;
	min-height: 66px;
}


.page-id-14 .site-footer {
	
	margin-top: 30px;
	
}















.produkty .so-panel {
	margin-bottom: 0px !important;
}
.produkty {
	margin: 80px 0 ;
}

.produkty h3 {
	font-weight: 200;
	font-size: 40px;
	margin: 0;
}


/* Domyślne style dla karuzeli */
#gallery-1 .fg-gallery-item,
#gallery-2 .fg-gallery-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1);
  opacity: 1;
}

/* Styl dla nieaktywnych obrazków */
#gallery-1 .fg-gallery-item.nieaktywne,
#gallery-2 .fg-gallery-item.nieaktywne {
  transform: scale(0.85);
  opacity: 0.5;
}

/* Styl dla aktywnego obrazka */
#gallery-1 .fg-gallery-item.aktywny,
#gallery-2 .fg-gallery-item.aktywny {
  transform: scale(1.05);
  z-index: 2;
}
/* Ukrywanie opisów z możliwością animacji */
.opis-produktu {
  opacity: 0;
  transform: translateY(20px); /* Wjeżdża od dołu */
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: hidden;
  pointer-events: none;
  position: relative; /* Zapewnia, że nie wpływa na układ, ale jest widoczny */
  z-index: 1;
  height: 0; /* Ukrywamy wysokość */
  overflow: hidden; /* Ukrywamy zawartość */
}

/* Pokazywanie aktywnego opisu */
.opis-produktu.aktywny {
  opacity: 1;
  transform: translateY(0); /* Po aktywacji wraca do normalnej pozycji */
  visibility: visible;
  pointer-events: auto;
  height: auto; /* Wysokość jest przywracana, gdy opis jest aktywny */
  overflow: visible; /* Pokazuje pełną zawartość */
}




.panel-grid-cell-empty {
	display: block !important;
	min-height: 550px;
	background-size: cover;
	background-position: center;
	height: auto;
}


.produkty2 h3 {
	font-weight: 200;
	font-size: 40px;
	margin: 0;
}










.pocenie-kalkulator-form {
	max-width: 600px;
	border-radius: 10px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: flex-end;
}

.pocenie-kalkulator-form label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 140px;
}
.pocenie-kalkulator-form input {
	width: 100px;
	border: 2px solid #fff !important;
	border-radius: 4px !important;
	background: none !important;
	color: #fff !important;
	margin: 13px 0 !important;
}

.pocenie-kalkulator-form button {
	background-color: #fff;
	color: black;
	border: none;
	padding: 10px 55px;
	border-radius: 5px;
	cursor: pointer;
	height: 42px;
	margin: 0;
	display: block;
}

.pocenie-kalkulator-form button:hover {
    background-color: var(--accent);
}

.pocenie-kalkulator-wynik {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}















/* Styl linka */
.popupLink {
    font-size: 18px;
	color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.popupLink:hover {
    color: #0056b3;
}

/* Styl popupu (pełnoekranowe tło) */
.popup, .popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Treść popupu */
.popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-50%, -40%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Przycisk zamknięcia */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 45px;
    cursor: pointer;
    z-index: 1;
}

.close-btn:hover {
    color: #ff5555;
}

/* Klasa do aktywowania animacji wejścia */
.popup.active, .popup2.active {
    opacity: 1;
}

.popup.active .popup-content, 
.popup2.active .popup-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* Klasa do animacji zamykania */
.popup.fade-out, .popup2.fade-out {
    opacity: 0;
}

.popup.fade-out .popup-content, 
.popup2.fade-out .popup-content {
    opacity: 0;
    transform: translate(-50%, -40%);
}



.popup-formularz {
	padding: 40px 60px 20px 40px;
}

.popup-formularz h3 {
	font-size: 49px;
	margin-bottom: 4px;
	line-height: 1.2em;
	font-weight: 200;
	text-transform: none;
}

.popup-formularz h3.widget-title {
	font-size: 30px;
	margin-bottom: 17px;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: none;
}

.popup-formularz .widget ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 0.5em;
	margin-left: 0;
	
}

.popup-formularz .widget ul li a {
	display: block;
	position: relative;
	padding-left: 33px;
}
.popup-formularz .widget ul li a::before {
	content: "";
	background: var(--accent);
	height: 1px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 11px;
}








body.single-product .woocommerce { margin: 50px 0; }

.woocommerce .page-description { margin-bottom: 50px; }


.woocommerce .page-title { display: none;}


.entry-content .woocommerce .entry-title {
	margin-bottom: 30px;
	text-align: left;
	font-weight: 200;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 27px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--accent);
	color: #000;
}

.woocommerce-info::before {
	color: var(--accent);
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f6f5f8;
	color: #515151;
	border-top: 3px solid var(--accent);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}


.woocommerce .quantity .qty {
	width: 120px;
	text-align: center;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 150px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 20px;
	border: 1px solid #000;
}

.woocommerce span.onsale {
	padding: 0 9px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	/* top: -.5em; */
	left: -.5em;
	margin: 0;
	border-radius: inherit;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	z-index: 9;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--accent);
}

.woocommerce ul.products li.product .price {
	font-size: 20px;
}

.woocommerce ul.products li.product .button {
	display: block;
	margin-top: 20px;
}
.woocommerce ul.products li.product .button {
	display: block;
	margin-top: 20px;
	background: #000;
	color: #fff;
	text-align: center;
}
.woocommerce ul.products li.product .button:hover {
	background: var(--accent);
	color: #000;
}

.woocommerce div.product form.cart .button {
	display: block;
	width: 100%;
	font-size: 21px;
	border-radius: 90px;
}












.accordion-strategie {
	max-width: 1000px;
	margin: 0 auto;
}

.accordion-strategie .sow-accordion-panel-header .sow-accordion-title {
	font-size: 26px;
	font-weight: 200;
}

.accordion-strategie .sow-accordion-panel-open .sow-accordion-panel-header {
	color: var(--accent);
	background: #000;
}


.sow-accordion .sow-accordion-panel {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.15);
}

.sow-accordion-panel-open .sow-accordion-panel-header {
	color: var(--accent);
	
}
.sow-accordion .sow-accordion-panel {
	margin-bottom: 25px !important;
}
.widget .accordion-strategie ul li {
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}


.accordion-strategie .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
	background: #000;
	color: #fff;
}
.accordion-strategie .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	transition: 0.5s;
}




.single-post .entry-content {
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 5%;
	margin-top: 60px !important;
	margin-bottom: 60px;
}

.single-post .inside-right-sidebar {
	margin-top: 60px;
}
.single-post .inside-right-sidebar .widget {
	background: #f9f9f9;
}


.autor {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 38px rgba(0, 0, 0, 0.1);
	margin-top: 60px;
}


.autor h3{
	font-size: 1.5em;
	color: #000;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 15px;
}

.autor p {
	font-size: 14px;
	color: #b3b3b3;
}

.autor-img {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: 2px solid #595959;
	padding: 1px;
}

.autor-l {
flex-shrink: 0;
}
.autor-r {
flex-grow: 1;
}






.fastcarousel.gallery.fc_style3 .gallery-icon:hover .fg-gallery-caption {
	color: #d10e0e !important;
	transform: translate3d(0px, -10px, 0px) !important;;
}

.fastcarousel.gallery .gallery-icon .fc_zoom {
	padding-bottom: 40px;
}
.fastcarousel.fc_style3 .fg-gallery-caption {
	font-size: 15px !important;
}




.strategie {
	height: 700px;
	background-position: right bottom !important;
}


.site-footer .design {
	color: #666;
	border-top: 1px solid #666;
	font-size: 11px;
	padding-top: 18px;
	margin-top: 100px;
	text-align: right;
}
.site-footer .design p {
	color: #666;
}

.site-footer .design a {
	color: #666;
}
.site-footer .design a:hover {
	color: var(--accent);
}

.footer-widgets-container {
	padding-top: 100px;
}





.fastcarousel .fg-gallery-caption,.fastcarousel .fg-gallery-caption:hover {
	background-color: transparent !important;
}





    .recent-posts-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .recent-post-item {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
.post-thumbnail {
    height: 300px; /* Stała wysokość dla miniatury */
    background-color: #ccc;
    filter: grayscale(100%); /* Czarno-biały filtr */
    transition: filter 0.3s ease, background-color 0.3s ease;
}

.post-thumbnail:hover {
    filter: grayscale(0); /* Przywrócenie kolorów po hoverze */
    background-color: #d10e0e; /* Kolorowy background po hoverze */
}

		
        .post-content {
            padding: 15px;
            background-color: #fff;
        }
.post-title {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	color: #000;
	padding-bottom: 2px;
}

.recent-posts-wrapper .post-excerpt {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}


        .read-more {
            margin-top: 10px;
            color: #fff;
            text-decoration: none;
            background-color: #000;
            padding: 10px;
            text-align: center;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        .read-more:hover {
            background-color: #ff5733;
        }
        
        /* Responsywność */
        @media (max-width: 768px) {
            .recent-post-item {
                width: 100%;
            }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            .recent-post-item {
                width: 48%;
            }
        }
        @media (min-width: 1025px) {
            .recent-post-item {
                width: 32%;
            }
        }




.black .przycisk a, .black a.przycisk {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.black .przycisk a::before, .black a.przycisk::before {
filter: none;
}

.recent-post-item .przycisk a, .recent-post-item a.przycisk {
    display: block;
}



.przycisk a, a.przycisk {
    color: #000;
    padding: 13px 64px 13px 16px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.przycisk a::before, a.przycisk::before {
    content: '';
    position: absolute;
    background: url("images/strzalka-biala.svg");
    background-size: cover;
    bottom: 16px;
    right: 15px;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
	filter: brightness(0);
}

.przycisk a:hover, a.przycisk:hover {
    color: #000;
    background-color: #d10e0e;
    border-bottom: 1px solid #d10e0e;
}

.przycisk a:hover::before, a.przycisk:hover::before {
    transform: translate(5px, -5px);
    filter: brightness(0); /* Zmienia strzałkę na czarną */
}









.sklad li {
	background: #ccc;
	padding: 3px 10px;
	color: #000;
	font-size: 10px;
	border-radius: 40px;
	display: inline;
	margin: 5px;
}



.fastcarousel.gallery .gallery-icon img {
	width: auto;
	margin: 0 auto;
}



.zalety-li ul {
	list-style: none;
}

.zalety-li strong {
	background: #ccc;
	padding: 3px 10px;
	color: #000;
	font-size: 10px;
	border-radius: 40px;
margin-right: 20px;	
}
.zalety-li ul li {
	margin-bottom: 25px !important;
	border-bottom: 1px solid;
	padding-bottom: 25px;
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}


.sow-carousel-container a.sow-carousel-previous, .sow-carousel-container a.sow-carousel-next {
	border: none !important;
}

.slick-dots {
	display: none !important;
}
.sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item p.sow-carousel-item-title {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
	position: relative;
}



.main-navigation .main-nav ul li a {
	text-transform: uppercase !important;
}


.kategorie {
	min-height: 675px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.kategorie::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit; /* Dziedziczy tło */
  background-size: cover;
  background-position: center;
  transform: scale(1); /* Domyślny rozmiar */
  transition: transform 0.5s ease; /* Płynne przejście */
  z-index: -1;
}

.kategorie::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  transition: opacity 0.5s ease;
  z-index: 0;
}

.kategorie a {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	color: white;
	text-decoration: none;
	z-index: 2;
	font-size: 40px;
	font-weight: 200;
	padding: 129px 50px;
	line-height: 44px;
}
.kategorie strong {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 200;
	padding-top: 559px;
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 50px;
	padding-bottom: 14px;
}
.kategorie strong::before {
	content: '';
	position: absolute;
	background: url("images/strzalka-biala.svg");
	background-size: cover;
	bottom: 16px;
	right: 15px;
	width: 16px;
	height: 16px;
	z-index: -1;
}


.kategorie:hover::before {
  transform: scale(1.1); /* Powiększenie tła */
}

.kategorie:hover::after {
  opacity: 1;
}




.box {
	padding: 80px 0;
}

.box.no-padding {
	padding: 0;
}

.box h3 {
	font-size: 50px;
	font-weight: 200;
}
.box h2 {
	font-size: 80px;
	font-weight: 200;
}


.box2 {
	border-bottom: 2px solid #ccc;
}





.header-right{display: flex;flex-direction: row;justify-content: center;align-items: center;}
.lang li {
    display: inline-block;
    font-size: 14px;
}

.lang li a {
    text-decoration: none;
}

.lang li:not(:last-child)::after {
    content: '|';
    margin: 0 10px;
    color: #fff; 
}


.burgermenubutton {display: flex;flex-direction: column;margin-left: 30px;position: relative;cursor: pointer;padding: 15px;}

.burgermenubutton .bar{display: block;height: 2px;background-color: #fff;margin: 3px 0;width: 50px;}


.showmenu-content {visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: auto;color: white;background-color:#000;padding: 20px;z-index: 99999;box-sizing: border-box;transition: visibility 0.3s, opacity 0.5s linear;
}
.closemenubutton {position: absolute;top: 15px;right: 15px;font-size: 2em;color: white;border: none;background: none;cursor: pointer;}
body.no-scroll {overflow: hidden;}


.inside-header {
	justify-content: space-between;
}



.menu-burger {
	list-style: none;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"%3E%3Crect width="30" height="3" fill="black" /%3E%3Crect width="30" height="3" y="8" fill="black" /%3E%3Crect width="30" height="3" y="16" fill="black" /%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	margin-left: 18px;
}

.menu-burger a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Ukrywa tekst */
  cursor: pointer; /* Dodanie kursora, by był interaktywny */
}

#content {
	padding-top: 0;
	padding-bottom: 0;
}

.animacja {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animacja.visible {
    opacity: 1;
    transform: translateY(0);
}

.animacja.hidden {
    opacity: 0;
    transform: translateY(20px);
}

.newsletter::before {
	content: "";
	background: url("images/tabl.png");
	width: 231px;
	height: 265px;
	position: absolute;
	left: 0;
	top: -140px;
}








.scroll {
	background: url("images/scroll.png") no-repeat;
	display: block;
	width: 142px;
	height: 182px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: -200px;
	z-index: 99;
	position: relative;
	background-size: contain;
}



.slider {
	height: 886px;
	background-size: cover;
	background-position: center top;
}

.slider h1 {
	font-size: 90px;
	font-weight: 400;
}
.slider h1 strong {
	font-weight: 800;
}




.breadcrumbs {
	font-size: 12px;
	color: #c7c7c7;
	padding-top: 26px;
	border-bottom: 1px solid #666;
	padding-bottom: 40px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #666;
}

.breadcrumbs span.domek {
	background: url("images/domek.svg");
	width: 14px;
	height: 13px;
	vertical-align: middle;
	color: #666;
	display: inline-block;
	margin-right: 8px;
	margin-top: -3px;
	background-size: cover;
	filter: brightness(78%);
}


.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



























body {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}




/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: Inter, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: Inter, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-size: 29px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h4,
h5,
h6 {
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #55555e;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 50px;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	margin: 0 auto;
	display: block;
}



input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	border: 1px solid;
	border-radius: 40px;
	padding: 10px 15px;
	max-width: 95%;
	margin: 5px;
}

textarea {
	width: 100%;
	border-radius: 40px;
}


.wpcf7-list-item-label {
	font-size: 12px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
button,
input {
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
	text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
	padding: 10px 20px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	font-size: inherit;
	line-height: inherit;
}

.using-mouse :focus {
	outline: 0;
}

.using-mouse ::-moz-focus-inner {
	border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .main-nav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 60px;
}

.inside-navigation {
	position: relative;
}

.main-navigation .inside-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-navigation .main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-navigation li {
	position: relative;
}

.main-navigation .menu-bar-items {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.main-navigation .menu-bar-items a {
	color: inherit;
}

.main-navigation .menu-bar-item {
	position: relative;
}

.main-navigation .menu-bar-item.search-item {
	z-index: 20;
}

.main-navigation .menu-bar-item > a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
}

.sidebar .main-navigation .main-nav {
	flex-basis: 100%;
}

.sidebar .main-navigation .main-nav > ul {
	flex-direction: column;
}

.sidebar .main-navigation .menu-bar-items {
	margin: 0 auto;
}

.sidebar .main-navigation .menu-bar-items .search-item {
	order: 10;
}

.nav-align-center .inside-navigation {
	justify-content: center;
}

.nav-align-center .main-nav > ul {
	justify-content: center;
}

.nav-align-right .inside-navigation {
	justify-content: flex-end;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
	display: block;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width: 200px;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
	font-size: 14px;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.main-navigation.sub-menu-left ul ul {
	box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation.sub-menu-left .sub-menu {
	right: 0;
}

.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
	right: 100%;
	left: auto;
}

.nav-float-right .main-navigation ul ul ul {
	top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/
.widget-area .main-navigation li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
	top: 0;
	left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
	top: 0;
	right: 100%;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.site-main .post-navigation {
	margin-bottom: 0;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.paging-navigation .nav-links > * {
	padding: 0 5px;
}

.paging-navigation .nav-links .current {
	font-weight: bold;
}

/* Less specific so we don't overwrite existing customizations. */
.nav-links > *:first-child {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
}

.inside-header {
	padding: 20px 40px;
}

.main-title {
	margin: 0;
	font-size: 25px;
	line-height: 1.2em;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: none;
}

.site-description {
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
}

.site-header .header-image {
	vertical-align: middle;
}

.inside-header {
	display: flex;
	align-items: center;
}

.header-widget {
	margin-left: auto;
}

.header-widget p:last-child {
	margin-bottom: 0;
}

.nav-float-right .header-widget {
	margin-left: 20px;
}

.nav-float-right #site-navigation {
	
}

.nav-float-left #site-navigation {
	margin-right: auto;
	order: -10;
}

.nav-float-left .header-widget {
	margin-left: 0;
	margin-right: 20px;
	order: -15;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header {
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.header-aligned-center:not([class*="nav-float-"]) .header-widget {
	margin-left: auto;
	margin-right: auto;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header > *:not(:first-child) {
	margin-top: 1em;
}

.header-aligned-right:not([class*="nav-float-"]) .inside-header {
	justify-content: flex-end;
}

.header-aligned-right:not([class*="nav-float-"]) .header-widget {
	margin-right: auto;
	margin-left: 0;
	order: -10;
}

.site-branding-container {
	display: inline-flex;
	align-items: center;
	text-align: left;
	flex-shrink: 0;
}

.site-branding-container .site-logo {
	margin-right: 1em;
}

/*--------------------------------------------------------------
# Post Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.posted-on .updated,
.entry-header .gp-icon {
	display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
	display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
	display: block;
}

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
	margin-top: 2em;
}

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

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.site-content,
.entry-header {
	word-wrap: break-word;
}

.entry-title {
	margin-bottom: 0;
	margin-top: 70px;
	text-align: center;
	font-weight: 200;
}

.author .page-header .page-title {
	display: flex;
	align-items: center;
}

.author .page-header .avatar {
	margin-right: 20px;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 85%;
	margin-top: .5em;
	line-height: 1.5;
}

footer.entry-meta {
	margin-top: 2em;
}

.cat-links,
.tags-links,
.comments-link {
	display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

.wp-block-image figcaption {
	font-size: 13px;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery,
ul.blocks-gallery-grid {
	margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Post Loop Block
--------------------------------------------------------------*/
.wp-block-post-template {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	padding: 40px;
}

.widget select {
	max-width: 100%;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget .search-field {
	width: 100%;
}

.widget .search-form {
	display: flex;
}

.widget .search-form button.search-submit {
	font-size: 15px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.sidebar .widget:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget ul li {
	list-style-type: disc;
	position: relative;
	margin-bottom: 0.5em;
	margin-left: 35px;
}

.widget ul li ul {
	margin-left: 1em;
	margin-top: 0.5em;
}

.wp-calendar-table {
	table-layout: fixed;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
.site-content {
	display: flex;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.sidebar .widget,
.page-header,
.site-main > * {
	margin-bottom: 20px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
	margin-right: 10px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
	margin-left: 10px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
	margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
	margin-left: 40px;
}

.one-container.both-sidebars .site-main {
	margin: 0px 40px 0px 40px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: 40px;
}

.one-container .site-content {
	padding: 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 40px;
}

.separate-containers .site-main {
	margin: 20px;
}

.separate-containers.no-sidebar .site-main {
	margin-left: 0;
	margin-right: 0;
}

.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
	margin-left: 0;
}

.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
	margin-right: 0;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.inside-page-header {
	padding: 40px;
}

.widget-area .main-navigation {
	margin-bottom: 20px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/
.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

.full-width-content .entry-content .alignwide {
	margin-left: 0;
	width: auto;
	max-width: unset;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.sidebar .grid-container {
	max-width: 100%;
	width: 100%;
}

.left-sidebar .sidebar,
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar {
	order: -10;
}

.both-left .is-right-sidebar {
	order: -5;
}

.both-right .is-left-sidebar {
	order: 5;
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
	order: 10;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.inside-site-info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
}

.site-info {
	text-align: center;
	font-size: 15px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/
.post-image:not(:first-child) {
	margin-top: 2em;
}

.featured-image {
	line-height: 0;
	/* no more weird spacing */
}

.separate-containers .featured-image {
	margin-top: 20px;
}

.separate-containers .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

.one-container .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.gp-icon {
	display: inline-flex;
	align-self: center;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .125em;
	position: relative;
	fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
	display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
	display: block;
}

.entry-meta .gp-icon {
	margin-right: 0.6em;
	opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
	transform: rotate(-90deg);
}

nav.toggled .icon-arrow-right svg {
	transform: rotate(90deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
	transform: rotate(180deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
	transform: rotate(-270deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
	transform: rotate(270deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
/* Bootstrap fix */
.container.grid-container {
	width: auto;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
	display: none;
}

.menu-toggle {
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}

.menu-toggle .mobile-menu {
	padding-left: 3px;
}

.menu-toggle .gp-icon + .mobile-menu {
	padding-left: 9px;
}

.menu-toggle .mobile-menu:empty {
	display: none;
}

button.menu-toggle {
	background-color: transparent;
	flex-grow: 1;
	border: 0;
	text-align: center;
}

button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus {
	background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
	flex-grow: 0;
}

nav.toggled ul ul.sub-menu {
	width: 100%;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
	padding-left: 20px;
}

.main-navigation.toggled .main-nav {
	flex-basis: 100%;
	order: 3;
}

.main-navigation.toggled .main-nav > ul {
	display: block;
}

.main-navigation.toggled .main-nav li {
	width: 100%;
	text-align: left;
}

.main-navigation.toggled .main-nav ul ul {
	transition: 0s;
	visibility: hidden;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation.toggled .main-nav ul ul li:last-child > ul {
	border-bottom: 0;
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
	position: relative;
	top: 0;
	left: auto !important;
	right: auto !important;
	width: 100%;
	pointer-events: auto;
	height: auto;
	opacity: 1;
	display: block;
	visibility: visible;
	float: none;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.mobile-menu-control-wrapper {
	display: none;
	margin-left: auto;
	align-items: center;
}

.has-inline-mobile-toggle #site-navigation.toggled {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
	position: relative;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
	outline: auto;
}

.nav-float-left .mobile-menu-control-wrapper {
	order: -10;
	margin-left: 0;
	margin-right: auto;
	flex-direction: row-reverse;
}

/*--------------------------------------------------------------
## Breakpoint (768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
	.hide-on-mobile {
		display: none !important;
	}
	/*--------------------------------------------------------------
	## Links
	--------------------------------------------------------------*/
	a, body, button, input, select, textarea {
		transition: all 0s ease-in-out;
	}
	/*--------------------------------------------------------------
	## Header
	--------------------------------------------------------------*/
	.inside-header {
		flex-direction: column;
		text-align: center;
	}
	.site-header .header-widget {
		margin-top: 1.5em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	/*--------------------------------------------------------------
	## Content Area
	--------------------------------------------------------------*/
	.site-content {
		flex-direction: column;
	}
	.container .site-content .content-area {
		width: auto;
	}
	.is-left-sidebar.sidebar,
	.is-right-sidebar.sidebar {
		width: auto;
		order: initial;
	}
	.is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
		margin-top: 0;
	}
	.both-right .inside-left-sidebar,
	.both-left .inside-left-sidebar,
	.both-right .inside-right-sidebar,
	.both-left .inside-right-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
	#main {
		margin-left: 0;
		margin-right: 0;
	}
	body:not(.no-sidebar) #main {
		margin-bottom: 0;
	}
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.comment .children {
		padding-left: 10px;
		margin-left: 0;
	}
	.entry-meta {
		font-size: inherit;
	}
	.entry-meta a {
		line-height: 1.8em;
	}
	
	

	
	
	
}







/* Dla tabletów */
@media (max-width: 1200px) {

  
}



/* Dla tabletów */
@media (max-width: 1000px) {
 
  
}

/* Dla urządzeń mobilnych */
@media (max-width: 780px) {
	.header-right {display: none;}
.strategie {
	height: 400px;
	background-position: left bottom !important;
}

.box h2 {font-size: 32px;}



	.panel-grid-cell-empty {
	display: block !important;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	height: 500px;
}


.box h3 {
	font-size: 32px;
	font-weight: 200;
}


.widget ul li {
	margin-left: 0;
}


.box {
	padding: 100px 24px;
}





}








@media (min-width: 769px) and (max-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-on-desktop {
		display: none !important;
	}
}
