/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
:root {
	--theme-clr: #EA4C34;
	--text-clr: #8B8E8D;
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("fonts/Poppins-Bold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("fonts/Poppins-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-Light";
	src: url("fonts/Poppins-Light.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Cairo-Bold";
	src: url("fonts/Cairo-Bold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Cairo-Medium";
	src: url("fonts/Cairo-Medium.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Cairo-Regular";
	src: url("fonts/Cairo-Regular.woff2") format("woff2");
	font-style: normal;
}
.blog .entry-title a,
.f-cairo-bold p,
.f-cairo-bold,
.table-section table thead tr th,
.white-accordions .vc_tta-tab > a,
.orange-accordions .vc_tta-panel-heading a,
.single-post .entry-related-carousel .entry-title a {
	font-family: "Cairo-Bold", sans-serif;
}
.f-cairo-medium p,
.f-cairo-medium {
	font-family: "Cairo-Medium", sans-serif;
}
.f-cairo-regular p,
.f-cairo-regular {
	font-family: "Cairo-Regular", sans-serif;
}
.f-poppins-bold p,
.f-poppins-bold,
.breadcrumbs-block {
	font-family: "Poppins-Bold", sans-serif;
}
.blog .more-link-wrap a,
.f-poppins-semibold {
	font-family: "Poppins-SemiBold", sans-serif;
}
.f-poppins-regular,
footer .menu a,
.single-post article,
.blog article .entry-summary,
.table-section table tbody tr td,
.table-section .dataTables_filter label,
.single-post .entry-related-carousel .entry-summary {
	font-family: "Poppins-Regular", sans-serif;
}
.f-poppins-light {
	font-family: "Poppins-Light", sans-serif;
}
.t-uppercase {
	text-transform: uppercase;
}
.orange-text {
	color: var(--theme-clr);
}
.gray-text {
	color: var(--text-clr);
}
.white-text {
	color: #FFF;
}
footer .info-item a {
	color: var(--theme-clr) !important;
}
.f-s-36 {
	font-size: 36px;
	line-height: 1.2em;
}
.f-s-32,
.orange-accordions .vc_tta-panel-heading a {
	font-size: 32px;
	line-height: 1.3em;
}
.f-s-24,
.orange-accordions .vc_tta-panel-heading a {
	font-size: 24px;
	line-height: 1.2em;
}
.f-s-20,
.white-accordions .vc_tta-tab > a {
	font-size: 20px;
	line-height: 1.2em;
}
.f-s-14 {
	font-size: 14px;
	line-height: 1.1em;
}
.f-s-13 {
	font-size: 13px;
	line-height: 1.2em;
}
.mb-6 {
	margin-bottom: 6px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-26 {
	margin-bottom: 26px;
}
.mt-40 {
	margin-top: 40px;
}
.p-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.d-flex {
	display: flex;
}
.gap-10 {
	gap: 10px;
}
body.home .content-area {
	margin-top: 0;
	margin-bottom: 0;
}
body.home .entry-content-wrap {
	padding-top: 0;
}
body:not(.home) .content-area {
    margin-top: 0;
	margin-bottom: 2rem;
}
body:not(.home) .entry-content-wrap {
    padding-top: 0;
	padding-bottom: 0;
}
div.popup-drawer .drawer-inner {
	max-width: 40%;
}
header .site-header-row-container-inner .site-container {
	max-width: 1656px;
}
header .item-is-stuck {
	border-bottom: 1px solid var(--theme-clr);
}
footer.site-footer {
	font-size: 16px;
	line-height: 1.1em;
	background-image: url("https://sidcoat.roboczeveleo.pl/wp-content/uploads/2023/11/stopka-tlo.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
footer .site-container {
	width: 100%;
	max-width: 1644px;
}
footer a:focus {
	color: var(--theme-clr) !important;
}
footer .footer-partners {
	margin-bottom: 60px;
}
footer .footer-partners ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .footer-partners li:not(:last-child) {
	margin-bottom: 0;/*26px*/
}
footer .footer-social img {
	width: 32px;
}
footer .footer-social a {
	display: inline-block;
	padding: 4px;
	transition: all .3s ease-in-out;
}
footer .footer-social a:hover,
footer .footer-social a:focus {
	background: var(--theme-clr);
}
footer p {
	color: #FFF;
}
footer .footer-info {
	margin-top: 36px;
}
footer .footer-info p {
	margin: 0;
}
footer .info-item {
	gap: 6px;
}
footer .info-item:not(:last-child) {
	margin-bottom: 10px;/*26px*/
}
footer .footer-info .item-icon {
	width: 100%;
	max-width: 25px;
}
footer .footer-info .footer-open-hours p {
	line-height: 1.3em;
}
footer .footer-recent-posts a {
	padding: 6px;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1.3em;
	background: rgba(217, 217, 217, 0.20);
}
footer .recent-post-image {
	width: 100%;
	max-width: 100px;
}
footer .recent-post-image img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	object-fit: cover;
}
footer .recent-post-title {
	margin-top: 6px;
}
footer .recent-post-date {
	text-align: right;
	margin-bottom: 0;
}
footer #custom_html-8 .textwidget {
	padding-left: 50px;
}
footer .write-to-us p {
	margin: 0 !important;
}
footer .site-middle-footer-inner-wrap {
	padding-top: 240px;
	background: rgba(139, 142, 141, 0.40);
}
footer .site-middle-footer-wrap {
	position: relative;
}
footer .site-middle-footer-wrap:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	width: 100%;
	height: 345px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("https://sidcoat.roboczeveleo.pl/wp-content/uploads/2023/11/farba-tlo.webp");
}
footer .site-middle-footer-inner-wrap .site-footer-section {
	padding: 0 20px;
}
footer .splide li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .splide img {
	filter: grayscale(1);
	transition: all .3s ease-in-out;
}
footer .splide img:hover {
	filter: grayscale(0);
}
footer .splide .splide__track {
	position: relative;
	z-index: 2;
}
footer .widget li {
	line-height: 1.4;
}
.why-us-section {
	padding-top: 54px;
	padding-bottom: 50px;
}
.shadow-top:after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 76px;
	width: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.35) 0%, rgba(217, 217, 217, 0.00) 100%);
}
/* GŁÓWNA */
/*.distinction-left-col .distinction-block {
	padding-right: 30px;
}
.distinction-right-col .distinction-block {
	padding-left: 30px;
}*/
.distinction-title {
	margin-bottom: 50px !important;
}
.line-under-title p {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
}
.line-under-title p:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #D9D9D9;
	width: 60%;
	height: 2px;
	left: 0;
	right: 0;
	/*margin: 0 auto;*/
}
.line-under-subtitle p {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}
.line-under-subtitle p:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #D9D9D9;
	height: 2px;
	width: 120%;
	left: 0;
	right: 0;
}
.donation-section {
	margin-top: 70px;
}
.distinction-section {
	margin-top: 40px;
}
/* carousel products */

.products-carousel-section .product__top img,
.products-carousel-section .product__bottom {
	background: #FFF;
}
.products-carousel-section .product__bottom {
	height: 100%;
}
.products-carousel-section .product__bottom .title {
	margin-bottom: 0;
}
.products-carousel-section {
	overflow: hidden;
	padding-top: 220px;
}
.products-carousel-section:before {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	width: 100%;
	background-image: url("https://sidcoat.roboczeveleo.pl/wp-content/uploads/2023/11/karuzela-farba.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 280px;
}
.products-carousel-section .products-carousel .splide__arrow svg {
	fill: var(--theme-clr);
}
.products-carousel-section .products-carousel .splide__pagination__page {
	width: 26px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
	background: #FFF;
	margin: 6px;
}
.products-carousel-section .products-carousel .splide__pagination__page.is-active {
	background: var(--theme-clr);
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
	font-size: 16px !important;
}
/* end carousel products */

/* END GŁÓWNA */

/* O Firmie */
.height-header {
	height: 450px;
}
.hero-slider > .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-bottom: 70px;
}
/*.page-id-238 .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only,*/
body:not(.home) .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only {
	position: relative;
}
/*.page-id-238 .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after,*/
body:not(.home) .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after {
    content: "";
    position: absolute;
    background-color: white;
    top: 0;
    z-index: -1;
    width: 514px;
    height: 444px;
    border-radius: 50%;
    top: -262px;
    left: -106px;
}
.line-center {
	text-align: center;
}
.line-center p:after {
	left: -10%;
}
/* END O Firmie */

/* kontakt */
.contact-info a {
	color: #8B8E8D;
}
.contact-info a:hover,
.contact-info a:focus {
	color: var(--theme-clr);
}
.form-section {
	height: 800px;
	max-height: 800px;
	padding-top: 15px;
}
.contact-form form {
	display: flex;
	gap: 20px;
}
div.contact-form input:not([type="submit"]), 
div.contact-form input:not([type="submit"]):focus,
div.contact-form textarea:focus,
div.contact-form textarea {
	background: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
	color: #FFF;
}
.contact-form .col-25 {
	max-width: 25%;
	width: 100%;
}
.contact-form .col-25 .block {
	margin-bottom: 20px;
}
.contact-form .col-50 {
	max-width: 50%;
	width: 100%;
}
.contact-form textarea {
	line-height: 1.74em;
	/*line-height: 4ch;
	background-image: linear-gradient(transparent, transparent calc(4ch - 1px), #FFF 0px);
	background-size: 100% 4ch;*/
}
.contact-form .wpcf7-list-item {
	margin-left: 0;
}
.contact-form .wpcf7-list-item-label {
	font-size: 13px;
	line-height: 1.2em;
	color: #FFF;
}
.contact-form .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.contact-form input[type="submit"] {
	background: var(--theme-clr);
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
	background: #CB4C39;
}
.contact-form .form-field.acceptance-block {
	margin-top: 20px;
}
.contact-form .form-field.acceptance-block input:checked {
    border: 0;
}
.contact-form .form-field.acceptance-block input {
    width: 22px;
    height: 22px;
    flex: none;
    border-radius: 6px !important;
    border: 1px solid #D9D9D9;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}
.contact-form .form-field.acceptance-block input:checked:after {
    content: "\2713";
    color: #000;
    position: absolute;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    line-height: 20px;
    background: #D9D9D9;
    border-radius: 6px;
}
.contact-form .submit-block {
	margin-top: 20px;
	text-align: right;
}
.contact-form .wpcf7-spinner {
	display: block;
}
.map-section {
	z-index: 2;
}
/* END kontakt */

/* Blog */
.blog #archive-container {
	padding: 0 20px;
}
.post-type-archive-produkty .hero-container,
.single-post .hero-container,
.blog .hero-container {
	height: 100%;
}
.post-type-archive-produkty header.produkty-archive-title,
.single-post header.post-title,
.blog header.post-archive-title {
	height: 100%;
	padding-bottom: 105px;
	min-height: unset;
	justify-content: flex-end;
}
.post-type-archive .hero-slider,
.single-post .hero-slider,
.blog .hero-slider {
	background-image: url(https://sidcoat.roboczeveleo.pl/wp-content/uploads/2023/11/o-firmie-tlo.webp?id=218);
}
.single-post .content-area .site-container,
.blog .content-area .site-container {
	padding: 50px 0;
}
.blog .content-area {
	margin-top: 2rem !important;
	margin-bottom: 4rem !important;
}
.blog .entry.loop-entry {
	transition: all .3s ease-in-out;
	box-shadow: 0px 0px 10px -2px rgb(234 76 52 / 54%);
}
.blog .entry.loop-entry:hover {
	box-shadow: 0px 0px 10px -2px var(--theme-clr);
}
.blog .entry-title a {
	font-size: 24px;
	line-height: 1.2em;
	display: inline-block;
}
.blog article .entry-content-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog .more-link-wrap a {
	color: var(--theme-clr);
}
.blog .more-link-wrap a:hover,
.blog .more-link-wrap a:focus,
.blog .entry-title a:hover,
.blog .entry-title a:focus {
	color: #d64731;
}
.single-post #masthead {
	position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: transparent;
}
.blog .pagination .current {
	border-color: var(--theme-clr);
	background: var(--theme-clr);
}
.blog .pagination a:hover, 
.blog .pagination a:focus, 
.blog .pagination a:active {
	border-color: var(--theme-clr);
}
.single-post .entry-related-carousel .post-thumbnail {
	display: none;
}
.single-post .entry-related-carousel .entry-summary {
	display: block;
}
/*.single-post .entry-related-carousel .carousel-item {
	display: flex;
}*/
.single-post .entry-related-carousel .entry-content-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.single-post .splide .splide__pagination__page.is-active {
	background: var(--theme-clr);
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.gallery-item img {
	height: 100%;
	object-fit: cover;
}
/* END Blog */
/*.page-id-217*/ .has-slider .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after {
	display: none;
}

/* Warto wiedziec */
.newest-post-wrapper,
.newest-post-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.newest-post-header {
	padding-bottom: 10px;
	border-bottom: 2px solid #D9D9D9;
}
.newest-post-header p {
	margin-bottom: 0 !important;
}
.newest-post-left {
	width: 100%;
	max-width: 780px;
}
.newest-post-wrapper {
	gap: 20px;
}
.filter-posts {
	margin-bottom: 50px;
}
.ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
	padding: 0;
}
.custom-post-wrapper {
	height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	color: #FFF;
	cursor: pointer;
}
.custom-post-wrapper a {
	padding: 10px;
	margin-top: 0 !important;
	color: #FFF !important;
	text-decoration: none !important;
	position: relative;
	height: 100%;
	margin-bottom: 50px !important;
}
.custom-post-wrapper h2 {
	color: #FFF;
	line-height: 1.1em;
	margin-top: 10px !important;
}
.custom-post-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all .3s ease-in-out;
	background: rgba(139, 142, 141, 0.80);
}
.custom-post-wrapper:hover > *.
.custom-post-wrapper:hover:after {
	opacity: 0 !important;
}
.custom-post-wrapper > * {
	z-index: 1;
	position: relative;
}
.custom-post-wrapper .custom-post-date {
	margin-bottom: 10px !important;
}
.filter-posts #ymc-smart-filter-container-1 {
	max-width: 1600px;
}
.ymc-smart-filter-container .container-posts .post-custom-layout {
	grid-gap: 8px;
}

.filter-posts .form-inner {
	justify-content: flex-end !important;
}
.filter-posts .component-input {
	z-index: 1;
	width: 16% !important;
}
.filter-posts .posts-found,
.filter-posts .filter-layout {
	display: none;
}
.good-to-know-section {
	height: 420px;
}
.good-to-know-section > .vc_column_container .vc_column-inner {
	padding-bottom: 84px;
}
.white-text.line-under-subtitle p:after {
	background: #FFF;
}
/* End warto wiedziec */

/* Gdzie kupić */
.table-section table {
	border: 1px solid var(--theme-clr);
}
.table-section table thead tr th {
	color: #FFF;
	background: var(--theme-clr);
}
.table-section .tablepress .sorting:hover, 
.table-section .tablepress .sorting_asc, 
.table-section .tablepress .sorting_desc {
	color: #FFF;
}
.table-section .dataTables_filter label {
	
}
.table-section .dataTables_filter {
	margin-bottom: 10px;
}
/* End Gdzie kupić */

/* PRODUKT */
.breadcrumbs-block,
.breadcrumbs-block a {
	color: var(--text-clr);
}
.breadcrumbs-block a:hover,
.breadcrumbs-block a:focus {
	color: var(--theme-clr);
}
.allegro-btn {
	background: #EA4C34;
}
.allegro-btn:hover,
.allegro-btn:focus {
	background: #F02F12;
}
.info-btn {
	background: #01B3F1;
}
.info-btn:hover,
.info-btn:focus {
	background: #0DA2D6;
}
.char-btn {
	background: #8B8E8D;
}
.char-btn:hover,
.char-btn:focus {
	background: #7B7C7B;
}
.common-btn {
	color: #FFF;
	padding: 10px 14px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.common-btn:not(:last-child) {
	margin-right: 10px;
}
.common-btn:hover,
.common-btn:focus {
	color: #FFF;
}
.underline-100 p {
	padding-bottom: 20px;
	position: relative;
}
.underline-100 p:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	background: #D9D9D9;
}
body.single-produkty .content-area {
	margin-bottom: 2rem;
}
body.single-produkty .entry-content-wrap {
	padding-bottom: 2rem;
}
.orange-accordions .vc_tta-panel-heading {
	border: 2px solid #EA4C34 !important;
	background: #FFF !important;
}
.orange-accordions .vc_tta-panel-heading a span {
	color: #EA4C34 !important;
}
.orange-accordions .vc_tta-controls-icon:before {
	border-color: #EA4C34 !important;
}
.orange-accordions .vc_active .vc_tta-panel-heading {
	background: #EA4C34 !important;
}
.orange-accordions .vc_active .vc_tta-panel-heading a span {
	color: #FFF !important;
}
.orange-accordions .vc_active .vc_tta-controls-icon:before {
	border-color: #FFF !important;
}
.orange-accordions .vc_message_box-icon i,
.orange-accordions .vc_message_box {
	color: #FFF !important;
}
.orange-accordions .vc_message_box {
	border: 0 !important;
	margin-bottom: 6px !important;
}
.orange-accordions .colors-capacity-accordion .colors-col .wpb_wrapper {
	margin-bottom: 30px;
}

.white-accordions .vc_tta-tab > a {
	border: 2px solid #FFF !important;
	background: transparent !important;
	color: #FFF !important;
}
.white-accordions .vc_tta-tab.vc_active > a {
	background: #FFF !important;
	color: #000 !important;
}
.realizations-carousel .splide__slide img {
    height: 258px;
	width: 100%;
    object-fit: cover;
}
.single-produkty a:not(.common-btn) {
	color: var(--theme-clr);
}
.ral-wrapper {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.ral-wrapper .ral-right-col {
	display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    grid-gap: 20px;
}
.single-produkty .vc_btn3.vc_btn3-style-custom {
	padding: 10px 14px;
	background-image: unset;
}
.single-produkty .vc_btn3.vc_btn3-style-custom {
	margin-right: 10px;
}

.comparison-section img {
  display: block;
  max-width: 100%;
}
.comparison-section {
    display: grid;
    place-items: center;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.comparison-section .comparison-container {
	display: grid;
	place-content: center;
	position: relative;
	overflow: hidden;
	width: fit-content;
	--position: 50%;
}

.comparison-section .image-container {
/*  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;*/
	height: 400px;
}

.comparison-section .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.comparison-section .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /*filter: grayscale(100%);*/
}

.comparison-section .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.comparison-section .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.comparison-section .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.comparison-section .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
}

/* END PRODUKT */

/* ARCHIVE PRODUKTY */
div.vc_gitem-animated-block .vc_gitem-zone {
    background-image: none !important;
}
.post-type-archive-produkty .links {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, minmax(350px, 1fr));
}
.post-type-archive-produkty .custom-product {
	width: 100%;
    max-width: 350px;
}
.post-type-archive-produkty .item img {
	height: 350px;
    width: 100%;
    max-width: 350px;
    object-fit: contain;
	transition: all .3s ease-in-out;
	transform: scale(1);
}
.post-type-archive-produkty .item a:hover img {
	transform: scale(1.02);
}
.post-type-archive-produkty ul {
	list-style-type: none;
}
.post-type-archive-produkty .category-name {
	text-align: center;
}
.post-type-archive-produkty .custom-product-image {
	overflow: hidden;
}
.post-type-archive-produkty .custom-product-title a {
	color: #000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.post-type-archive-produkty .custom-product-title a:hover,
.post-type-archive-produkty .custom-product-title a:focus {
	color: var(--theme-clr);
}
/* END ARCHIVE PRODUKTY */

/* NAD STOPKA */
.caf-post-layout1 div.caf-featured-img-box {
	height: 285px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.caf-post-layout1 .caf-meta-content,
.data-target-div1 .caf-post-layout1 a.caf-read-more,
.data-target-div1 #caf-filter-layout3 li a span.post_count {
	display: none !important;
}
.data-target-div1 .caf-post-layout1 .caf-post-title {
	background: transparent !important;
}
.data-target-div1 .caf-post-layout1 .caf-post-title h2, 
.data-target-div1 .caf-post-layout1 .caf-post-title h2 a {
	font-size: 16px !important;
	line-height: 1.1em !important;
}
.data-target-div1 #caf-filter-layout3 li a {
	color: #8B8E8D !important;
	font-family: "Poppins-Bold", sans-serif !important;
}
.data-target-div1 .caf-post-layout1 .caf-post-title h2,
.data-target-div1 .caf-post-layout1 .caf-post-title h2 a,
.data-target-div1 #caf-filter-layout3 li a.active {
	color: var(--theme-clr) !important;
}
ul#caf-layout-pagination.post-layout1 li a {
	background: var(--theme-clr) !important;
}
ul#caf-layout-pagination.post-layout1 li a,
.data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
	color: #FFF !important;
}
div#caf-filter-layout3 h2,
.data-target-div1 .caf-post-layout1 .caf-post-title h2, 
.data-target-div1 .caf-post-layout1 .caf-post-title h2 a {
	font-family: "Cairo-Bold", sans-serif !important;
}
.data-target-div1 .caf-post-layout1 .caf-content {
	text-align: left !important;
	font-family: "Poppins-Regular", sans-serif !important;
}

/* END NAD STOPKA */

@media screen and (min-width: 1200px) {
	.ymc-smart-filter-container .container-posts .post-custom-layout {
		grid-template-columns: repeat(4, minmax(250px, 1fr));
	}
}
@media screen and (min-width: 992px) and (max-width: 1499px) {
	.form-section {
		height: 650px;
	}
	.ral-wrapper .ral-left-col,
	.ral-wrapper .ral-right-col {
		width: 100%;
		max-width: 50%;
	}
	.ral-wrapper .ral-right-col {
		grid-template-columns: repeat(2, minmax(160px, 1fr));
	}
}
@media screen and (min-width: 1301px) {
	.products-carousel-section .product__bottom {
		padding: 15px 26px 30px 26px;
	}
}
@media screen and (max-width: 1300px) {
	.f-s-20 {
		font-size: 18px;
	}
	.f-s-24,
	.orange-accordions .vc_tta-panel-heading a {
		font-size: 22px;
	}
	.f-s-32 {
		font-size: 26px;
	}
	.f-s-36 {
		font-size: 30px;
	}
	footer #custom_html-8 .textwidget {
		padding-left: 0px;
	}
	.products-carousel-section .product__bottom {
		padding: 15px 6px 20px 6px;
	}
	.products-carousel-section .products-carousel-section {
		padding-top: 160px;
	}
}
@media screen and (min-width: 1025px) {
	.distinction-col .distinction-block:first-child
	/*.distinction-left-col .distinction-block:first-child,
	.distinction-right-col .distinction-block:first-child*/ {
		height: 132px;
	}
	/*.page-id-238 .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only,*/
	body:not(.home) .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only {
		position: relative;
	}
	/*.page-id-238 .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after,*/
	body:not(.home) .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after {
		content: "";
		position: absolute;
		background-color: white;
		top: 0;
		z-index: -1;
		width: 514px;
		height: 444px;
		border-radius: 50%;
		top: -262px;
		left: -106px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	div.site-branding a.brand img {
		max-width: 180px;
	}
	footer .recent-post-image img {
		width: 64px;
		height: 64px;
		margin: 0 auto;
	}
	body:not(.home) .item-at-start .site-branding.branding-layout-standard.site-brand-logo-only:after {
		top: -306px;
		left: -211px;
	}
	.height-header {
		height: 360px;
	}
}
@media screen and (max-width: 1024px) {
	footer .footer-partners li:not(:last-child) {
		margin-bottom: 2px;
	}
	footer .footer-partners {
		margin-bottom: 16px;
	}
	footer .footer-info {
		margin-top: 16px;
	}
	footer .info-item:not(:last-child) {
		margin-bottom: 10px;
	}
	footer .footer-recent-posts a {
		width: 100%;
		max-width: 440px;
	}
	footer .write-to-us {
		width: 100%;
		max-width: 440px;
	}
	/*body.home .content-area {
		margin-top: 3rem;
	}
	body.home .entry-content-wrap {
		padding-top: 2rem;
	}*/
	#mobile-header .site-header-row-container-inner {
		background: #FFF;
		border-bottom: 1px solid var(--theme-clr);
	}
	.height-header {
		height: 330px;
	}
	.post-type-archive-produkty header.produkty-archive-title,
	.single-post header.post-title, 
	.blog header.post-archive-title {
		padding-bottom: 40px;
	}
	.hero-slider > .wpb_column > .vc_column-inner > .wpb_wrapper {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
	.products-carousel-section .products-carousel .splide__pagination {
		bottom: 2.5em;
	}
}
@media screen and (min-width: 992px) {
	.distinction-img img {
		object-fit: cover;
	}
	.distinction-img img,
	.distinction-img figure,
	.distinction-img .vc_single_image-wrapper,
	.distinction-img > .vc_column-inner,
	.distinction-img > .vc_column-inner > .wpb_wrapper,
	.distinction-img > .vc_column-inner .wpb_single_image {
		height: 100% !important;
	}
	.products-carousel-section .products-carousel .splide__pagination {
		right: unset;
		left: -200px;
	}
	.filter-posts {
		margin-top: -170px;
	}
	.custom-width > .vc_column-inner > .wpb_wrapper {
		width: 100%;
		max-width: 600px;
	}
	.capacity-image {
		width: 80%;
	}
	.products-carousel-section .product__top img {
		width: 294px;
		height: 294px;
		object-fit: cover;
	}
	#caf-post-layout-container.data-target-div1.post-layout1 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.distinction-col .distinction-block
	/*.distinction-right-col .distinction-block,
	.distinction-left-col .distinction-block*/ {
		padding: 0;
	}
	.mobile-t-left p,
	.distinction-block p {
		text-align: left !important;
	}
	body.home .content-area {
		margin-bottom: 40px;
	}
	.products-carousel-section {
		padding-bottom: 40px;
	}
	.products-carousel-section .products-carousel .splide__pagination {
		bottom: -2em;
	}
	.form-section {
		padding-bottom: 50px;
		height: unset;
		max-height: unset;
	}
	.contact-form form {
		display: block;
	}
	.contact-form .col,
	.contact-form .col input {
		width: 100%;
		max-width: 100%;
	}
	.even-row {
		display: flex;
		flex-direction: column;
	}
	.even-row p {
		text-align: left !important;
	}
	.even-row .vc_col-sm-12:last-child {
		order: 1;
	}
	.even-row .vc_col-sm-12:first-child {
		order: 2;
	}
	div.form-section {
		background-image: url("https://sidcoat.roboczeveleo.pl/wp-content/uploads/2023/11/szare-tlo.webp") !important;
	}
	.good-to-know-section {
		height: 300px;
	}
	.good-to-know-section > .vc_column_container .vc_column-inner {
		padding-bottom: 6px;
	}
	.newest-post-wrapper {
		flex-direction: column;
	}
	.newest-post-left {
		max-width: unset;
	}
	/*.blog #archive-container {
		padding: 0 20px;
	}*/
	.ral-wrapper {
		display: block;
	}
	.ral-wrapper .ral-left-col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.ral-wrapper .ral-right-col {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}
	.comparison-section {
		grid-template-columns: 1fr;
	}
	.products-carousel-section .product__top img {
		width: 100%;
	}
	.filter-layout3 #caf-filter-layout3,
	.filter-layout3 #manage-ajax-response {
		width: 100% !important;
	}
	#caf-post-layout-container.data-target-div1.post-layout1 {
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	div.wpb_video_widget.vc_video-align-center .wpb_wrapper {
		width: 80%;
	}
	.filter-posts .component-input {
		width: 26% !important;
	}
}
@media screen and (max-width: 767px) {
	div.wpb_video_widget.vc_video-align-center .wpb_wrapper {
		width: 100%;
	}
	.filter-posts .form-inner {
		justify-content: center !important;
	}
	.filter-posts .component-input {
		width: 50% !important;
	}
}