/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblance.pl
Tags: weblance
*/


:root {
	--width: 1920px;
	--padding: 20px;
	/* Font sizes - mobile first */
	--font-size-h1: 28px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
	--font-size-h4: 18px;
	--font-size-h5: 16px;
	--font-size-h6: 14px;

	/* ensure "normal" text on smallest screen is 12px */
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 11px;

	/* Spacing - mobile first */
	--spacing-xl: 24px;
	--spacing-lg: 20px;
	--spacing-md: 16px;
	--spacing-sm: 12px;
	--spacing-xs: 8px;

	--color: #25ccbc;
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 34px;
		--font-size-h2: 30px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--font-size-h6: 16px;

		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 11px;

		--spacing-xl: 32px;
		--spacing-lg: 28px;
		--spacing-md: 20px;
		--spacing-sm: 16px;
		--spacing-xs: 10px;
		--padding: 20px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 26px;
		--font-size-h4: 22px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 12px;

		--spacing-xl: 48px;
		--spacing-lg: 36px;
		--spacing-md: 24px;
		--spacing-sm: 20px;
		--spacing-xs: 12px;
		--padding: 30px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 40px;
		--font-size-h2: 34px;
		--font-size-h3: 28px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 15px;
		--font-size-small: 12.5px;
		--font-size-smaller: 13px;

		--spacing-xl: 56px;
		--spacing-lg: 40px;
		--spacing-md: 28px;
		--spacing-sm: 24px;
		--spacing-xs: 14px;
		--padding: 30px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 44px;
		--font-size-h2: 36px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 16px;
		--font-size-small: 13px;
		--font-size-smaller: 13px;

		--spacing-xl: 72px;
		--spacing-lg: 56px;
		--spacing-md: 36px;
		--spacing-sm: 28px;
		--spacing-xs: 18px;
		--padding: 40px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 48px;
		--font-size-h2: 38px;
		--font-size-h3: 32px;
		--font-size-h4: 28px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 17px;
		--font-size-small: 13.5px;
		--font-size-smaller: 14px;

		--spacing-xl: 88px;
		--spacing-lg: 72px;
		--spacing-md: 48px;
		--spacing-sm: 36px;
		--spacing-xs: 20px;
		--padding: 50px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 52px;
		--font-size-h2: 42px;
		--font-size-h3: 36px;
		--font-size-h4: 30px;
		--font-size-h5: 24px;
		--font-size-h6: 20px;

		--font-size-normal: 18px;
		--font-size-small: 14px;
		--font-size-smaller: 14px;

		--spacing-xl: 100px;
		--spacing-lg: 80px;
		--spacing-md: 60px;
		--spacing-sm: 40px;
		--spacing-xs: 24px;
		--padding: 70px;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: var(--font-size-normal);
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 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: var(--font-size-normal);
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 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;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-size: var(--font-size-normal);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
}

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


pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}


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

img {
	height: auto;
	max-width: 100%;
}



/* Links
--------------------------------------------- */
a {
	color: inherit;
	cursor: pointer;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}


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

.bypostauthor {
	display: block;
}



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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


header#masthead {
    padding: 20px max(var(--padding), calc((100vw - var(--width)) / 2));
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 5;
	top: 0;
}

.admin-bar header#masthead {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar header#masthead {
		top: 46px;
	}
}

nav#site-navigation a {
    color: white;
	text-transform: lowercase;
	font-family: inherit;
	font-size: var(--font-size-h6);
	line-height: 1.5;
}
nav#site-navigation > div > ul {
    display: flex;
    gap: 40px;
}
a.custom-logo-link img {
    height: 80px;
	object-fit: contain;
	width: 240px;
}
.header-lang-switcher a {
    color: white;
	text-decoration: none;
	text-transform: lowercase;
	font-size: var(--font-size-h6);
}
.header-lang-switcher .lang-sepa {
	color: white;
}
a.lang-link:not(.lang-active) {
	opacity: 0.6;
}
.header-social-media a, .mobile-menu-social a {
    display: flex;
	padding: 5px;
	border: 1px solid white;
	border-radius: 100px;
	width: fit-content;
	color: white;
}
.header-social-media a svg {
	width: 15px;
	height: 15px;
}
.header-commerce {
	display: flex;
	gap: 8px;
}
.header-commerce__link,
.header-commerce__link:link,
.header-commerce__link:visited,
.header-commerce__link:hover,
.header-commerce__link:focus,
.header-commerce__link:focus-visible,
.header-commerce__link:active {
	align-items: center;
	border: 1px solid white;
	border-radius: 50%;
	color: white;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	position: relative;
	width: 28px;
}
.header-commerce__link:focus,
.header-commerce__link:focus-visible {
	outline: none;
}
.header-commerce__link svg {
	fill: none;
	height: 15px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 15px;
}
.header-commerce__count {
	align-items: center;
	background: white;
	border: 1px solid black;
	border-radius: 50%;
	color: black;
	display: flex;
	font-size: 9px;
	font-weight: 700;
	height: 15px;
	justify-content: center;
	min-width: 15px;
	padding: 0 3px;
	position: absolute;
	right: -6px;
	top: -7px;
	z-index: 2;
}
.header-commerce__count[hidden] {
	display: none;
}
.mobile-menu-social a {
	padding: 10px;
}
 .mobile-menu-social a svg {
	width: 20px;
	height: 20px;
 }
 .mobile-menu-social {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
 }
.mobile-menu-button {
    display: flex;
}
button#mobile-menu-toggle {
    padding: 0;
    border-radius: 0;
    background: transparent;
	border: none;
}
button#mobile-menu-toggle .bar {
	width: 30px;
	height: 3px;
	background-color: white;
	margin: 8px 0;
	display: block;
}

@media screen and (min-width: 1051px){
	.header-columns {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 240px minmax(0, 1fr);
	}
	.header-col--left,
	.header-col--right {
		min-width: 0;
	}
	.mobile-menu-button {
		display: none;
	}
	div#mobile-menu-overlay {
		display: none !important;
	}
}

@media screen and (max-width: 1050px){
	div#mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: -100vw;
		z-index: 500;
		background: white;
		width: 100%;
		height: 100%;
		transition-duration: 0.3s;
		padding: var(--padding);
	}
	.admin-bar .mobile-menu-header {
		margin-top: 32px;
	}
	.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button#mobile-menu-close {
    border-radius: 0;
    padding: 0;
    background: transparent;
    font-size: 50px;
    border: none;
}
.mobile-menu-logo img {
	filter: grayscale(1) invert(1);
}
nav.mobile-menu-nav ul {
    list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 0;
    margin: 0;
	font-size: calc(1.7 * var(--font-size-h5));
}
nav.mobile-menu-nav ul a {
	color: black;
	text-decoration: none;
}
div#mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.mobile-menu-social a {
	border: 1px solid black;
	color: black;
}
.header-social-media, .header-col.header-col--left {
	display: none;
}
.header-col.header-col--center {
	text-align: left !important; 
}
}
@media screen and (max-width: 782px) {
	.admin-bar .mobile-menu-header {
		margin-top: 46px;
	}
	a.custom-logo-link img {
		height: 40px;
		width: 120px;
	}
	.header-social-media {
		display: none !important;
	}
	header#masthead {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 400px){
	a.custom-logo-link img {
		height: 30px;
		width: 90px;
	}
}

header#masthead.scrolled-down {
	transform: translateY(-100%);
	transition-duration: 0.3s;
}
header#masthead.scrolled-up {
	background-color: rgb(0 0 0 / 42%);
	transform: translateY(0);
	transition-duration: 0.3s;
}
header#masthead {
	transition-duration: 0.3s;
}

header#masthead.scrolled-up a {
	color: white;
}
header#masthead.scrolled-up .header-col.header-col--center img {
	filter: none;
}
header#masthead.scrolled-up button#mobile-menu-toggle .bar {
	background-color: white;
}
header#masthead.scrolled-up .header-lang-switcher .lang-sepa {
	color: white;
}
header#masthead.scrolled-up .header-social-media a,
header#masthead.scrolled-up .header-commerce__link,
header#masthead.scrolled-up .header-commerce__link:hover,
header#masthead.scrolled-up .header-commerce__link:focus-visible {
	border-color: white;
	color: white;
}
header#masthead.scrolled-up .header-commerce__count {
	background: white;
	border-color: black;
	color: black;
}

footer#colophon {
	padding: 50px max(var(--padding), calc((100vw - var(--width)) / 2));
	padding-bottom: 0;
}
.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.8 * var(--spacing-lg));
}
.footer-col.footer-form h3 {
    font-size: var(--font-size-h2);
    font-weight: 600;
    accent-color: black;
}
.footer-form-text {
    font-size: var(--font-size-normal);
	margin-bottom: 20px;
}
.footer-form-form label {
    display: none !important;
}
.footer-form-form input, .footer-form-form select, .footer-form-form textarea, .footer-form-form .select2-selection {
	border: none !important;
	border-bottom: 1px solid black !important;
	background: transparent !important;
	border-radius: 0 !important;
	font-size: var(--font-size-normal) !important;
}
.footer-form-form input::placeholder, .footer-form-form select::placeholder, .footer-form-form textarea::placeholder {
	color: black !important;
}
.forminator-select-dropdown-container--open .forminator-custom-form-112.forminator-dropdown--default {
	background: white !important;
}
.forminator-select-dropdown-container--open .forminator-custom-form-112.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
	border-color: black !important;
}
.select2-selection__placeholder {
	font-size: var(--font-size-normal) !important;
}
.forminator-row.forminator-row-last .forminator-col .forminator-field {
    display: flex;
    justify-content: end;
}
button.forminator-button.forminator-button-submit {
    border-radius: 10px !important;
    background: black;
	padding: 7px 40px !important;
    color: white;
    font-weight: 500 !important;
    font-size: var(--font-size-normal) !important;
}
.footer-col.footer-address {
    padding-top: 100px;
	font-weight: 700;
}
.footer-col.footer-address a {
	font-size: var(--font-size-h5);
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
.footer-address-data p {
    margin-bottom: 10px;
}
.footer-map {
    min-height: 400px;
}
.footer-map iframe {
	width: 100%;
	filter: grayscale(1) ;
	height: 400px;
	border: none;
}
.forminator-edit-module {
    display: none;
}
footer#colophon {
    display: flex;
    flex-direction: column;
	padding-bottom: 100px;
    gap: 100px;
}
.footer-col.footer-faq-header h3 {
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: black;
    max-width: 400px;
	margin: 0;
    line-height: 100%;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-answer {
    padding-bottom: 30px;
    margin-top: 5px;
}
.copyright {
    padding: 10px max(var(--padding), calc((100vw - var(--width)) / 2));
    background: black;
    color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--spacing-md);
}
.footer-legal-links {
	display: flex;
	align-items: center;
	gap: var(--spacing-md);
}
.footer-legal-links a,
.footer-legal-links button {
	border: 0;
	padding: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (max-width: 786px){
	.footer-columns {
		grid-template-columns: 1fr;
	}
	.footer-col.footer-address {
		padding-top: 0;
	}
	.copyright {
		align-items: flex-start;
		flex-direction: column;
	}
	.footer-legal-links {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--spacing-sm);
	}
}
.faq-question {
    font-size: var(--font-size-h6);
    color: black;
	padding-right: 30px;
    font-weight: 500;
	position: relative;
}
.faq-question::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 12px;
	right: 5px;
	top: 5px;
	height: 12px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: 8px;
}
.faq-question.open::after {
	transform: rotate(-135deg);
	top: 8px;
}
body, html {
	scroll-behavior:  smooth;
}

.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible {
	border-color: white;
	color: white;
}

.empty-cart-view {
	padding: 80px max(var(--padding), calc((100vw - var(--width)) / 2));
}
.empty-cart-view__intro {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto 80px;
	max-width: 720px;
	text-align: center;
}
.empty-cart-view__intro h2 {
	font-size: var(--font-size-h1);
	margin: 0 auto 15px;
}
.empty-cart-view__intro p {
	margin: 0 auto 30px;
}
.empty-cart-view__button {
	background: black;
	border: 1px solid black;
	color: white;
	display: inline-flex;
	margin: 0 auto;
	padding: 12px 30px;
	text-decoration: none;
}
.empty-cart-view__button:hover,
.empty-cart-view__button:focus-visible {
	background: white;
	color: black;
}
.empty-cart-view__recommendations h3 {
	font-size: var(--font-size-h2);
	margin: 0 0 20px;
}
.empty-cart-view .collection-tile {
	aspect-ratio: 3 / 4;
}

@media screen and (max-width: 768px) {
	.empty-cart-view {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.empty-cart-view__intro {
		margin-bottom: 50px;
	}
}

header.entry-header {
	padding: 20px max(var(--padding), calc((100vw - var(--width)) / 2));
	padding-top: 100px;
	background-color: black;
	color: white;
	font-weight: 600;
}
h1.entry-title {
	font-size: var(--font-size-h2);
	font-weight: 600;
}

.centered-content {
	padding: 50px max(var(--padding), calc((100vw - var(--width)) / 2));
}

.entry-content > *:not(.block--custom) {
	padding: 50px max(var(--padding), calc((100vw - var(--width)) / 2));
}
:root {
    --swiper-theme-color: black !important;
}
.footer-address-data * {
    width: fit-content;
}

section.kolekcja-single {
	padding: 50px max(var(--padding), calc((100vw - var(--width)) / 2));
}
.row-main {
    display: grid;
    grid-template-columns: calc(50%) calc(50% - 200px - (2* var(--spacing-lg))) auto;
	margin-bottom: 50px;
    align-items: end;
    gap: var(--spacing-lg);
}
.kolekcja-gallery.mt-4.row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--spacing-md);
	margin-top: var(--spacing-lg);
}
section.kolekcja-single h1 {
    font-size: var(--font-size-h3);
    font-weight: 500;
    color: black;
}
.row-main .col-md-4:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid black;

}
.opis {
    margin-bottom: 20px;
}
table.parametry-kolekcji tr td:nth-child(2) {
    font-weight: 600;
}
table.parametry-kolekcji tr td {
	padding: 10px 0;
}
.col-md-4.d-flex.align-items-center.justify-content-center {
    display: flex;
    gap: 20px;
}
.col-md-4.d-flex.align-items-center.justify-content-center a {
	display: flex;
	height: 90px;
	width: 90px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid black;
	overflow: hidden;
}
 .col-md-4.d-flex.align-items-center.justify-content-center a svg {
	width: 90px;
	height: 90px;
 }
 .col-md-4.allery-first-image {
    display: flex;
}

@media screen and (max-width: 1200px){
	.kolekcja-gallery.mt-4.row {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.row-main {
		grid-template-columns: calc(40%) calc(60% - 120px - (2 * var(--spacing-lg))) 120px;
	}
	.col-md-4.d-flex.align-items-center.justify-content-center a {
	height: 75px;
	width: 75px;
}
 .col-md-4.d-flex.align-items-center.justify-content-center a svg {
	width: 75px;
	height: 75px;
 }
}
@media screen and (max-width: 800px){
	.kolekcja-gallery.mt-4.row {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 900px){
	.row-main {
		grid-template-columns: calc(100% - 300px - (1 * var(--spacing-lg))) 300px;
	}
	.col-md-4.d-flex.align-items-center.justify-content-center a {
	height: 60px;
	width: 60px;
}
 .col-md-4.d-flex.align-items-center.justify-content-center a svg {
	width: 60px;
	height: 60px;
 }
}
@media screen and (max-width: 600px){
	.row-main {
		grid-template-columns: 100%;
	}
}
.footer-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	margin-top: 30px;
}
.footer-socials a {
	font-size: var(--font-size-normal) !important;
}

.header-col--right {
	gap: 24px;
}

@media screen and (max-width: 1100px){
	.header-col--right {
		gap: 16px;
	}
}
.gallery-swiper {
	--product-card-control-gap: 6px;
	--product-card-control-inset: 10px;
	--product-card-control-size: 36px;
	position: relative;
}
.product-single__actions {
	right: var(--product-card-control-inset);
	top: var(--product-card-control-inset);
}
.product-single__purchase {
	align-items: center;
	display: flex;
	gap: var(--spacing-sm);
	justify-content: space-between;
	margin-top: var(--spacing-sm);
}
.product-single__price {
	font-size: var(--font-size-h5);
	font-weight: 600;
	margin: 0;
}
.product-single__cart {
	align-items: center;
	background: black;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	padding: 10px 18px;
}
.product-single__cart svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 18px;
}
.product-single__cart:hover,
.product-single__cart:focus-visible {
	background: white;
	border-color: black;
	color: black;
}
.product-single__cart:disabled,
.product-single__cart.is-loading {
	cursor: not-allowed;
	opacity: 0.55;
}
@media screen and (max-width: 992px) {
	.gallery-swiper {
		--product-card-control-inset: 8px;
		--product-card-control-size: 34px;
	}
}
.favorites-view {
	min-height: 50vh;
	padding: 140px max(var(--padding), calc((100vw - var(--width)) / 2)) 80px;
}
.favorites-view > h1 {
	margin-bottom: var(--spacing-lg);
}
.favorites-view__consent {
	background: black;
	border: 1px solid black;
	border-radius: 999px;
	color: white;
	cursor: pointer;
	padding: 10px 20px;
}
.arrow {
    border: 1px solid black;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.gallery-swiper .swiper-slide {
	display: flex;
}
.single-kolekcja-hero .hero__main-wrapper {
    min-height: 33vh;
    display: grid;
    width: 100%;
    position: relative;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: calc(1.8 * var(--spacing-lg));
}
.big-tiles__headers {
    position: relative;
}
div#wpadminbar + div a {
    border-radius: 0 !important;
    background: black !important;
    color: white !important;
    text-decoration: none !important;
}
div#wpadminbar + div a span {
    color: white !important;
}