/*!
Theme Name: Fabryka Neonów
Version: 3.3.3
License: GPL version 2 or later
*/

/* Podstawowe style dla WordPress */
body {
	font-family: 'Poppins', sans-serif!important;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

.h1, h1 {
	font-weight: 600;
}

.h2, h2 {
	font-weight: 600;
}

/* WordPress alignment classes */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

/* WordPress Gallery */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery columns */
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Screen reader text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Navigation */
.nav-link {
	font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link {
	color: #000;
}

/* SLIDER LOGOS START */
.logo-section {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100px;
	padding: 0;
}

.logo-wrapper {
	width: 13%;
	position: absolute;
	visibility: hidden;
	height: 100%
}

.logo-wrapper::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
}

.logo-wrapper .logo {
	display: grid;
	place-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 100%;
}

.logo-wrapper .logo img {
	width: 100%;
}
/* SLIDER LOGOS END */


.bg-gradient-color {
    background: linear-gradient(135deg, rgba(232, 5, 76, 0.95) 0%, rgba(232, 169, 5, 0.95) 100%);
}

/* SLIDER BESTSELLER START */
.bestseller .slick-slide {
	margin: 0px 20px;
}

.bestseller .slick-slide img {
	width: 100%;
}

.bestseller .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0px -20px;
	padding: 0;
}

.bestseller .slick-list:focus {
	outline: none;
}

.bestseller .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.bestseller .slick-slider .slick-track,
.bestseller .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bestseller .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.bestseller .slick-track:before,
.bestseller .slick-track:after {
	display: table;
	content: '';
}

.bestseller .slick-track:after {
	clear: both;
}

.bestseller .slick-loading .slick-track {
	visibility: hidden;
}

.bestseller .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .bestseller .slick-slide {
	float: right;
}

.bestseller .slick-slide img {
	display: block;
}

.bestseller .slick-slide.slick-loading img {
	display: none;
}

.bestseller .slick-slide.dragging img {
	pointer-events: none;
}

.bestseller .slick-initialized .slick-slide {
	display: block;
}

.bestseller .slick-loading .slick-slide {
	visibility: hidden;
}

.bestseller .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.bestseller .slick-arrow.slick-hidden {
	display: none;
}
/* SLIDER BESTSELLER END */

/* Responsive logo adjustments */
@media (max-width: 1199px) {
	.logo-wrapper {
		width: 15%;
	}
}

@media (max-width: 991px) {
	.logo-wrapper {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.logo-wrapper {
		width: 30%;
	}
	
	.logo-wrapper .logo {
		padding: 0 10px;
	}
}
