/*!
Theme Name: AK-AS
Theme URI:
Author: Adam Kędzior
Author URI:
Description:
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ak-as
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AK-AS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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: 100%;
	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
--------------------------------------------- */
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-normal.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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;
	/* Reduced from 1rem to 0.875rem (14px) */
	font-size: 0.875rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
}

h3 {
	/* Reduced from 1.25rem to 1.125rem */
	font-size: 1.125rem;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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%;
}



.ml-auto {
	margin-left: auto;
}

@media screen and (min-width: 782px) {
	.rekomendacje-padding {
		padding-left: 50px;
	}
}
@media screen and (min-width: 1000px) {
	.rekomendacje-padding {
		padding-left: 70px;
	}
}
@media screen and (min-width: 1200px) {
	.rekomendacje-padding {
		padding-left: 120px;
	}
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
	color: #000;
}

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

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrapper_md {
	max-width: 1250px;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: rgb(17, 67, 47);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: rgb(31, 122, 85);
}

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
--------------------------------------------- */
.site-header {
	margin: 12px 0;
}

.menu-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.main-navigation {
	display: block;
	flex: 1;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 20px;
	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;
	color: #000;
	/* KEPT AS REQUESTED (Header Exception) */
	font-size: 1.313rem;
	line-height: 1;
}
.main-navigation a:hover {
	color: rgb(17, 67, 47);
}

.btn-menu a {
	background: rgb(17, 67, 47);
	padding: 0.5rem 1.125rem;
	border-radius: 5px;
	color: #fff;
}
.btn-menu a:hover {
	background: white;
	color: rgb(17, 67, 47);
}

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

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}
.entry-header {
	margin-top: 50px;
}
.entry-title {
	/* Reduced from 2.188rem to 1.9rem */
	font-size: 1.9rem;
	font-weight: bold;
	color: rgb(17, 67, 47);
}

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

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

.wp-block-button__link {
	background: rgb(17, 67, 47);
	padding: 0.5rem 1.125rem;
	border-radius: 5px;
	color: #fff;
}

.wp-block-button__link:hover {
	background: #fff;
	color:rgb(17, 67, 47)
}

.white .wp-block-button__link {
	background: #fff;
	color: #000;
}
.white .wp-block-button__link:hover {
	background: #000;
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.green {
	color:rgb(17, 67, 47)
}
.yellow {
	color: rgb(207, 189, 59);
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 80px;
}
.heading-num {
	/* Reduced from 1.75rem to 1.5rem */
	font-size: 1.5rem;
}
.heading-num strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.heading-num span {
	width: 55px;
	min-width: 55px;
	height: 55px;
	background:rgb(17, 67, 47);
	border-radius: 100%;
	color: rgb(207, 189, 59);
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-block-group.image-block,
.wp-block-group.gallery-link
{
	max-width: 405px;
	margin: 0 auto;
	height: 100%;
}

.wp-block-group.image-block .wp-block-group__inner-container,
.wp-block-group.gallery-link .wp-block-group__inner-container{
	background: #fff;
	border-radius: 2px;
	padding-bottom: 15px;
	height: 100%;
}

.wp-block-group.image-block .wp-block-separator,
.wp-block-group.gallery-link .wp-block-separator{
	padding: 0 15px;
	margin: 0 15px;
	height: 2px;
	background: rgb(207, 189, 59);
	border-top: none;
}
.wp-block-group.gallery-link .wp-block-separator{
	margin: 0 30px;
}
.wp-block-group.image-block a {
	text-decoration: underline;
}
.wp-block-group.image-block h2 {
	min-height: 72px;
	color:rgb(17, 67, 47);
	padding: 0 10px;
	/* Reduced from 1.438rem to 1.25rem */
	font-size: 1.25rem;
}
.wp-block-group.gallery-link h3 {
	font-weight: bold;
}

.wp-block-group.gallery-link .wp-block-gallery > *:not(:first-child) {
	display: none;
}

.wp-block-group.image-block p {
	/* Reduced from 1.25rem to 1.125rem */
	font-size: 1.125rem;
	padding: 0 10px;
}
.wp-block-group.image-block figure {
	padding-bottom: 1px;
	border-bottom: 2px solid #5e5e5d;
}

.wp-block-buttons.opinon {
	/* Reduced from 1.188rem to 1rem */
	font-size: 1rem;
}

.wp-block-buttons.opinon a {
	text-decoration: underline;
	padding: 1.988rem 7.5rem 0.75rem 7.5rem;
	border-radius: 10px;
	border: 5px solid rgb(207, 189, 59);
	position: relative;
}
.wp-block-buttons.opinon a:hover {
	background: rgb(207, 189, 59);
	color: #000;
}

.wp-block-buttons.opinon a:before {
	position: absolute;
	content: '';
	background: url('img/stars.png');
	width: 60px;
	height: 21px;
	top: 3px;
	left: calc(50% - 30px);
	text-align: center;
}
.wp-block-buttons.opinion-google a:after {
	position: absolute;
	content: '';
	background: url('img/search.png') no-repeat;
	background-size: contain;
	width: 50px;
	height: 42px;
	left: 20px;
	top: 17px;
}

.wp-block-buttons.opinion-email a:after {
	position: absolute;
	content: '';
	background: url('img/rekomendacja.png') no-repeat;
	background-size: contain;
	width: 50px;
	height: 42px;
	left: 20px;
	top: 17px;
}

@media screen and (max-width: 781px) {
	.wp-block-columns.mobile-reverse .wp-block-column:first-of-type {
		order: 2;
	}
	.wp-block-columns.mobile-reverse .wp-block-column:last-of-type {
		order: 1;
	}
}

.robo_gallery_table {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}
.robo_gallery_table .entry-header {
	margin: 75px 0 45px 0;
}

.share-opinion h2 {
	/* Reduced from 1.813rem to 1.6rem */
	font-size: 1.6rem;
	margin: 0;
}
.share-opinion p {
	/* Reduced from 1.438rem to 1.25rem */
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 45px;
}
.adress-mt img {
	position: relative;
	top: 1px;
}
.adress-mt {
	grid-template-columns: 18px auto !important;
	/* Reduced from 1.25rem to 1.125rem */
	font-size: 1.125rem;
	margin-bottom: 10px;
}
.adress-mt .wp-block-media-text__content {
	padding: 0 0 0 5px;
}
.adress-mt p {
	margin: 0;
	line-height: 1.1;
	padding: 0;
}

.page-id-25 .site-main h2.wp-block-heading {
	/* Reduced from 1.813rem to 1.6rem */
	font-size: 1.6rem;
}
.page-id-25 .site-main p {
	/* Reduced from 1.688rem to 1.5rem */
	font-size: 1.5rem;
	color:rgb(17, 67, 47);
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 .wp-caption-text {
	margin: 0.8075em 0;
}

.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;
}

/* Footer
--------------------------------------------- */
.site-footer {
	padding: 10px 0;
	background: rgb(17, 67, 47);
	color: rgb(207, 189, 59);
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;

}
.site-footer .contact-links {
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.site-footer .contact-links .phone img {
	max-width: 23px;
}
.site-footer .contact-links .mail img {
	max-width: 28px;
}

.site-footer .contact-links .fb img {
	max-width: 25px;
}

.site-footer .contact-links .site img {
	max-width: 26px;
}

.site-footer .contact-links > div {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}
.site-footer .contact-links .img {
	width: 36px;
	display: flex;
}

.site-footer .contact-links a {
	color: #fff;
	font-weight: bold;
	/* KEPT AS REQUESTED (Footer Exception) */
	font-size: .813rem;
	background: #7A7A7A;
	background: linear-gradient(to bottom right, #7A7A7A 0%, #FFFFFF 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site-footer .contact-links a:hover {
	background: #fff;
	background: linear-gradient(to bottom right, #FFFFFF 0%, #7A7A7A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site-footer .menu ul{
	margin: 0;
	padding: 0;
}
.site-footer .menu li{
	list-style: none;
}
.site-footer .menu a {
	color: rgb(207, 189, 59);
	/* KEPT AS REQUESTED (Footer Exception) */
	font-size: .813rem;
}
.site-footer .column-last h3 {
	position: relative;
}
.site-footer .column-last h3:before {
	position: absolute;
	width: 32px;
	height: 35px;
	left: -45px;
	top: -3px;
	content: "";
	background-image: url("img/person.svg");
}

.site-footer .column-last {
	max-width: 325px;
	padding-left: 45px;
	margin-left: auto;
}
.site-footer .column-last p {
	/* KEPT AS REQUESTED (Footer Exception) */
	font-size: .813rem;
	max-width: 280px;
}
.site-footer .column-last a {
	/* KEPT AS REQUESTED (Footer Exception) */
	font-size: 1.25rem;
	color: rgb(207, 189, 59);
	font-weight: bold;
	padding: 0 10px 2px 10px;
	border-bottom: 1px solid rgb(207, 189, 59);
	position: relative;
	left: -10px;
}

.site-footer .column-last a:before {
	position: absolute;
	width: 16px;
	height: 16px;
	left: -9px;
	top: 4.5px;
	content: "";
	background-image: url("img/tranfer.svg");
}

.site-footer a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.copyright {
	text-align: right;
	font-size: .813rem;
	font-style: italic;
}

@media screen and (max-width: 896px) {
	.site-footer .column-last {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/*HERO*/
.wp-block-group.hero {
	margin: 70px 0 0 0;
	background: url("img/bg-hero.png") bottom center no-repeat;
}

.wp-block-group.hero .wrapper {
	padding-bottom: 220px;
	position: relative;
}

.wp-block-group.hero h1 {
	color: rgb(17, 67, 47);
	/* Reduced from 2.688rem to 2.3rem */
	font-size: 2.3rem;
}
.wp-block-group.hero h2 {
	color: rgb(207, 189, 59);
	/* Reduced from 2.313rem to 2.0rem */
	font-size: 2.0rem;
	text-shadow: rgba(17, 67, 47, 0.4) 2.5724px 1.60741px 0px;
	transform: translate(0px, 0px);
	margin: 100px 0;
}
.wp-block-group.hero p {
	/* Reduced from 1.313rem to 1.125rem */
	font-size: 1.125rem;
	color: rgb(17, 67, 47);
	max-width: 1189px;
	margin: 0 auto;
}

@keyframes pulseScale {
	0% {
		transform: scale(0.85);
	}
	50% {
		transform: scale(1.125);
	}
	100% {
		transform: scale(0.85);
	}
}


.wp-block-group.hero .arrow {
	position: absolute;
	bottom: 10px;
	left: 110px;
	/* Reduced from .813rem to .75rem */
	font-size: .75rem;
	color: #000;
}
.wp-block-group.hero .arrow:before {
	content: '';
	width: 43px;
	height: 43px;
	position: absolute;
	left: -53px;
	background-image: url("img/arrow.svg");
	animation: pulseScale 1s ease-in-out infinite;
	transform-origin: center;
}

.wp-block-group.co-mozemy-zrobic {
	background: url("img/zarowka.webp") center center no-repeat;
}
.wp-block-group.co-mozemy-zrobic h2 {
	/* Reduced from 2.688rem to 2.3rem */
	font-size: 2.3rem;
}
.wp-block-group.co-mozemy-zrobic h4 {
	/* Reduced from 1.875rem to 1.6rem */
	font-size: 1.6rem;
	margin: 60px 0 45px 0;
}

.wp-block-group.co-mozemy-zrobic h2.smaller {
	/* Reduced from 2.5rem to 2.2rem */
	font-size: 2.2rem;
	margin-top: 20px;
}

.wp-block-group.co-mozemy-zrobic .wp-block-column h3 {
	/* Reduced from 1.688rem to 1.5rem */
	font-size: 1.5rem;
	color: rgb(207, 189, 59);
	margin: 0;
	position: relative;
	top: -20px;
}

.wp-block-group.co-mozemy-zrobic .wp-block-column p {
	/* Reduced from 1.338rem to 1.15rem */
	font-size: 1.15rem;
	max-width: 535px;
	margin: 0 auto 10px auto;
}
.wp-block-group.co-mozemy-zrobic .flex-grow {
	flex-grow: 1.2;
}
.has-inner-borders.wp-block-columns > .wp-block-column {
	position: relative;
	padding-right: 25px;
}

.has-inner-borders.wp-block-columns > .wp-block-column:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;              /* divider thickness */
	height: 100%;
	background-color: #000;  /* divider color */
}

@media (max-width: 781px) {
	.has-inner-borders.wp-block-columns > .wp-block-column::after {
		display: none;
	}
}
.wp-block-group.home-formularz {
	padding-bottom: 120px;
	background: url("img/bg-bottom.png") center bottom no-repeat;
	background-size: cover;
}
.wp-block-group.home-formularz h2 {
	/* Reduced from 2.688rem to 2.3rem */
	font-size: 2.3rem;
	color: rgb(17, 67, 47);
}
.wp-block-group.home-formularz p {
	/* Reduced from 1.313rem to 1.125rem */
	font-size: 1.125rem;
}
.wp-block-group.home-formularz .wp-block-buttons {
	gap: 20px 50px;
	margin-bottom: 25px;
}
.wp-block-group.home-formularz .wp-block-button__link {
	/* Reduced from 1.625rem to 1.4rem */
	font-size: 1.4rem;
}
.wp-block-group.home-formularz ul {
	margin: 0;
	padding: 0;
}
.wp-block-group.home-formularz li {
	list-style: none;
	/* Reduced from 1.5rem to 1.3rem */
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.wp-block-group.home-formularz li span {
	color: rgb(17, 67, 47);
}

.obnizamy-koszty h2,
.obnizamy-koszty p {
	max-width: 700px;
}


.wpcf7-not-valid-tip {
	font-size: .813rem;
}
.formularz-wrapper .wp-block-group__inner-container {
	position: relative;
	border: 4px solid black;
	width: 100%;
	padding: 20px 40px 20px 40px;
}

.formularz-wrapper .wp-block-group__inner-container:before {
	content: '';
	position: absolute;
	top: 1.5px;
	left: 1.5px;
	right: 1.5px;
	bottom: 1.5px;
	border: 4px solid black;
	pointer-events: none;
}
.formularz-wrapper h2 {
	margin: 0;
	/* Reduced from 2.438rem to 2.1rem */
	font-size: 2.1rem;
}
.formularz-wrapper h2 ~ p {
	margin: 0;
}
.formularz-wrapper .wpcf7-form {
	margin-top: 25px;
}
.formularz-wrapper .wpcf7-form .row {
	max-width: 1000px;
	margin: 0 auto 30px auto;
}
.formularz-wrapper .cf7-dragandrophandler {
	height: 140px;
	border: none;
	background: #FFF;
	border-radius: 20px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, transparent 100%);
}

.formularz-wrapper .cf7-text-browser {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.formularz-wrapper .cf7-text-browser a {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
}
.formularz-wrapper .cf7-text-browser a span {
	display: block;
	width: 100%;
	height: 100%;
}

.formularz-wrapper .cf7-text-drop {
	font-size: 0.875rem;
	color: rgb(17, 67, 47);
	line-height: 1.2;
	margin-bottom: 6px;
	text-wrap: wrap;
}
.formularz-wrapper .cf7-text-or {
	font-size: .813rem;
	color: #000;
	line-height: 1.2;
	text-wrap: wrap;
}
.formularz-wrapper .cf7-dragandrophandler-inner {
	text-align: left;
	margin: 0 auto;
	padding: 10px 10px 10px 82px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: last baseline;
	width: max-content;
	max-width: 100%;
}
.formularz-wrapper .cf7-dragandrophandler-inner:before {
	content: '';
	background: url('img/upload.png') no-repeat;
	background-size: 72px;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 30px;
}
.formularz-wrapper .row p {
	margin: 0;
}
.formularz-wrapper .row.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
}

.formularz-wrapper .wpcf7-text,
.formularz-wrapper .wpcf7-email,
.formularz-wrapper .wpcf7-tel {
	max-width: 100%;
	width: 100%;
	/* Reduced from 1.5rem to 1.25rem */
	font-size: 1.25rem;
	border: none;
	padding: 0.65rem 1rem;
	background: #FFF;
	border-radius: 20px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, transparent 100%);
}

.formularz-wrapper .wpcf7-acceptance {
	display: block;
	margin-bottom: 10px;
}

.formularz-wrapper .submit {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 5px;
}

.formularz-wrapper .submit p {
	margin: 0;
}
.formularz-wrapper .submit .note {
	width: 415px;
	max-width: 100%;
}
.formularz-wrapper .submit .note p {
	font-size: 0.813rem;

}
.formularz-wrapper .wpcf7-spinner {
	position: absolute;
}
.formularz-wrapper .wpcf7-submit {
	background: rgb(17, 67, 47);
	padding: 1rem 1.315rem;
	border-radius: 10px;
	color: #fff;
	/* Reduced from 2.063rem to 1.8rem */
	font-size: 1.8rem;
	cursor: pointer;
	border: none;
}

.formularz-wrapper .wpcf7-submit:hover {
	color: rgb(17, 67, 47);
	background: #fff
}
.wp-block-group.home-formularz .jak-to-dziala {
	max-width: 1235px;
	margin: 0 auto;
}
.wp-block-group.home-formularz .jak-to-dziala h2 {
	/* Reduced from 2.438rem to 2.1rem */
	font-size: 2.1rem;
}

.jak-dziala-kolumny {
	padding: 30px 10px 40px 10px;
	border-radius: 20px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 70%, transparent 100%);
}
.wp-block-group.home-formularz .jak-dziala-kolumny h3 {
	margin-bottom: 10px;
}
.wp-block-group.home-formularz .jak-dziala-kolumny p {
	margin: 0 auto;
	/* Reduced from 1rem to 0.875rem */
	font-size: 0.875rem;
	max-width: 265px;
}
.jak-dziala-kolumny p.num {
	font-size: 2.75rem;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgb(17, 67, 47);
	color: #fff;
	border-radius: 100%;
	position: relative;
	top: 15px;
	z-index: 2;
}

.jak-dziala-kolumny .wp-block-image {
	height: 123px;
	display: flex;
	align-items: flex-end;
}
.jak-dziala-kolumny .wp-block-column:nth-of-type(1) p.num,
.jak-dziala-kolumny .wp-block-column:nth-of-type(3) p.num
{
	position: relative;
	top: 35px;
}

.wp-block-group.home-formularz h4 {
	/* Reduced from 1.75rem to 1.5rem */
	font-size: 1.5rem;
	color:rgb(17, 67, 47);
	margin-bottom: 0;
}
p.zadzwon {
	margin: 0;
	/* Reduced from 1.438rem to 1.25rem */
	font-size: 1.25rem;
	color:rgb(17, 67, 47);
}
p.zadzwon span {
	text-decoration: underline;
}
p.zadzwon img {
	position: relative;
	left: -2px;
	top: 4px;
}

::placeholder {
	color: #000;
	opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
	color: #000;;
}

/* 1. Hide the native checkbox visually but keep it accessible for screen readers/keyboard */
.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* 2. Style the label text to make room for the custom box */
.wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 35px; /* Adjust spacing between box and text */
	cursor: pointer;
	display: inline-block;
	line-height: 24px; /* Should match the height of the box roughly */
	user-select: none;
}

/* 3. Create the Custom Box (The Square) */
.wpcf7-list-item .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border: 3px solid #000; /* Thick black border like the image */
	box-sizing: border-box;
	transition: all 0.2s ease;
}

/* 4. Create the "X" Checkmark (Hidden by default) */
.wpcf7-list-item .wpcf7-list-item-label::after {
	content: "✖"; /* Unicode X character */
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: bold;
	width: 24px;
	height: 24px;

	/* Styling the X */
	color: #000;
	font-weight: bold;
	font-size: 18px;
	font-family: sans-serif;
	line-height: 21px; /* Adjust to vertically center the X */
	text-align: center;

	/* Hide initially */
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 5. Reveal the X when the input is checked */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: scale(1);
}


@media (min-width: 782px) {
	.formularz-wrapper .row.flex .column {
		width: calc(50% - 25px);
	}
	.formularz-wrapper .row.flex .column:first-of-type .wpcf7-text {
		background: #fff;
	}
	.formularz-wrapper .cf7-text-drop {
		/* Reduced from 1.5rem to 1.25rem */
		font-size: 1.25rem;
	}
	.formularz-wrapper .cf7-text-or {
		font-size: 1rem;
	}
	.adress-mt{
		justify-content: flex-end;
	}
	.adress-mt .wp-block-media-text__content {
		width: 470px;
	}
}
.navigation.post-navigation {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 15px;
}
.nav-links {
	display: flex;
	justify-content: space-between;
}
.nav-links a {
	font-weight: bold;
	font-size: .813rem;
}
/*--------------------------------------------------------------
# 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;
}


/* -------------------------------------------------------------------------
   MOBILE FONT SIZES (Max-width 781px)
   Significantly smaller versions for mobile devices, including Header/Footer.
   ------------------------------------------------------------------------- */
@media screen and (max-width: 781px) {

	/* Body & Base */
	body, button, input, select, optgroup, textarea {
		font-size: 0.813rem; /* ~13px */
	}

	h3 {
		font-size: 1rem;
	}

	/* Navigation (Header) */
	.main-navigation a {
		font-size: 1.1rem;
	}

	/* Posts & Pages */
	.entry-title {
		font-size: 1.6rem;
	}
	.heading-num {
		font-size: 1.3rem;
	}
	.wp-block-group.image-block h2 {
		font-size: 1.1rem;
	}
	.wp-block-group.image-block p {
		font-size: 1rem;
	}
	.wp-block-buttons.opinon {
		font-size: 0.9rem;
	}

	/* Recommendations / Gallery Table */
	.share-opinion h2 {
		font-size: 1.4rem;
	}
	.share-opinion p {
		font-size: 1.125rem;
	}
	.adress-mt {
		font-size: 1rem;
	}
	.page-id-25 .site-main h2.wp-block-heading {
		font-size: 1.4rem;
	}
	.page-id-25 .site-main p {
		font-size: 1.25rem;
	}

	/* Hero Section */
	.wp-block-group.hero h1 {
		font-size: 1.9rem;
	}
	.wp-block-group.hero h2 {
		font-size: 1.6rem;
	}
	.wp-block-group.hero p {
		font-size: 1rem;
	}
	.wp-block-group.hero .arrow {
		font-size: 0.7rem;
	}

	/* Co Mozemy Zrobic */
	.wp-block-group.co-mozemy-zrobic h2 {
		font-size: 1.9rem;
	}
	.wp-block-group.co-mozemy-zrobic h4 {
		font-size: 1.4rem;
	}
	.wp-block-group.co-mozemy-zrobic h2.smaller {
		font-size: 1.8rem;
	}
	.wp-block-group.co-mozemy-zrobic .wp-block-column h3 {
		font-size: 1.3rem;
	}
	.wp-block-group.co-mozemy-zrobic .wp-block-column p {
		font-size: 1rem;
	}

	/* Forms & Home Formularz */
	.wp-block-group.home-formularz h2 {
		font-size: 1.9rem;
	}
	.wp-block-group.home-formularz p {
		font-size: 1rem;
	}
	.wp-block-group.home-formularz .wp-block-button__link {
		font-size: 1.2rem;
	}
	.wp-block-group.home-formularz li {
		font-size: 1.125rem;
	}
	.formularz-wrapper h2 {
		font-size: 1.7rem;
	}
	.formularz-wrapper .cf7-text-drop {
		font-size: 0.813rem;
	}
	.formularz-wrapper .wpcf7-text,
	.formularz-wrapper .wpcf7-email,
	.formularz-wrapper .wpcf7-tel {
		font-size: 0.813rem;;
	}
	.formularz-wrapper .wpcf7-submit {
		font-size: 1.25rem;
	}
	.wp-block-group.home-formularz .jak-to-dziala h2 {
		font-size: 1.8rem;
	}
	.wp-block-group.home-formularz .jak-dziala-kolumny p {
		font-size: 0.813rem;
	}
	.jak-dziala-kolumny p.num {
		font-size: 1.8rem;
		width: 50px;
		height: 50px;
	}
	.wp-block-group.home-formularz h4 {
		font-size: 1.3rem;
	}
	p.zadzwon {
		font-size: 1.1rem;
	}

	/* Footer */
	.site-footer .contact-links a {
		font-size: 0.75rem;
	}
	.site-footer .menu a {
		font-size: 0.75rem;
	}
	.site-footer .column-last p {
		font-size: 0.75rem;
	}
	.site-footer .column-last a {
		font-size: 1rem;
	}
	.ml-auto {
		margin-left: 0;
	}
	#footer-menu {
		margin: 20px 0;
		padding: 0;
	}
}