/*!
Theme Name: Bizitok
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizitok
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.

Bizitok 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #0A418C;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

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

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

/* 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: inherit;text-decoration:none;
}
*:hover,
*:focus,
*:active {
	outline: 0;
}

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;
	background:#fff;padding:8px;
}

.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: 1200px) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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


/* MAIN
--------------------------------------------- */

.wrap {width:1200px;margin:auto;}
.wrap--1020 {width:1020px;margin:auto;}
.wrap--920 {width:920px;margin:auto;}
.wrap--780 {width:780px;margin:auto;}
.wrap--640 {width:640px;margin:auto;}
.wrap--480 {width:480px;margin:auto;}

h1, h2, h3, h4, h5, h6, .header__button a, .main-navigation ul li a {font-family: "Hanken Grotesk", sans-serif;}

.heading--45 {font-size: 45px;font-weight: 700;line-height: 115%;letter-spacing: -0.45px;margin-top:0;}
.heading--34 {font-size: 34px;font-weight: 700;line-height: 120%;letter-spacing: -0.17px;margin-top:0;}
.heading--25 {font-size: 25px;font-weight: 700;line-height: 120%;letter-spacing: -0.25px;margin-top:0;}
.heading--19 {font-size: 19px;font-weight: 700;line-height: 130%;margin-top:0;}

.text {font-size: 16px;font-weight: 400;line-height: 150%;}
.text--25 {font-size: 25px;font-weight: 400;line-height: 125%;letter-spacing: -0.25px;}
.text--12 {font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: 0.12px;}

.text ul {margin-left:0;list-style:none;padding:0;display:flex;row-gap:12px;flex-direction: column;}
.text ul li {position:relative;padding-left:24px;}
.text ul li:before {content:'';position:absolute;left:0;top:4px;height:16px;width:16px;background:url(img/li.svg) center center no-repeat;}

.button {display:inline-block;border-radius: 50px;background: #0A418C;border:2px solid #0A418C; font-family: "Hanken Grotesk", sans-serif;padding: 12px 36px;color: #F3F3F5;font-size: 16px;font-weight: 700;line-height: 140%;transition: all 0.15s linear;}
.button:hover, .button:focus {background:#fff;color:#0A418C;transition: all 0.15s linear;}

.button--red {display:inline-block;border-radius: 50px;background: #DB1E23;border:2px solid #DB1E23; font-family: "Hanken Grotesk", sans-serif;padding: 12px 36px;color: #F3F3F5;font-size: 16px;font-weight: 700;line-height: 140%;transition: all 0.15s linear;}
.button--red:hover, .button--red:focus {background:#fff;color:#DB1E23;transition: all 0.15s linear;}

.mb64 {margin-bottom:64px;}
.mb40 {margin-bottom:40px;}
.mb32 {margin-bottom:32px;}
.mb24 {margin-bottom:24px;}
.mb16 {margin-bottom:16px;}
.mb8 {margin-bottom:8px;}

.center {text-align:center;}

.swiper {position:static !important;}

.single__content, .contact, .page__content {padding:64px 0;}
.home__newsletter, .reviews, .home__blog, .about__info, .about__services, .about__projects, .camps__hero, .st__join, .st__dialog, .st__info, .st__prog, .st__reviews,
.st__downloads, .blog__hero, .blog, .site-footer {padding:48px 0;}

.single__content a {text-decoration:underline;}
/* HEADER
--------------------------------------------- */

.site-header {padding:24px 0;}
.ht__grid {display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;}
.site-title img {display:block;}
.header__right {display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;grid-column-gap:45px;}
.main-navigation ul {column-gap:40px;}
.main-navigation ul li.menu-item-has-children > a {position:relative;padding-right:20px;}
.main-navigation ul li.menu-item-has-children > a:after {content:'';position:absolute;right:0;top:4px;background:url(img/arr.svg)center center no-repeat;width:16px;height:16px;}
.main-navigation ul li a {font-size: 16px;font-weight: 700;line-height: 140%;}
.main-navigation ul li a:hover, .main-navigation ul li a:focus {color: #DB1E23;}

.main-navigation ul ul {flex-direction:column;padding:18px;}
.main-navigation ul ul a {padding:8px;}
.header__button a {position:relative;text-align: center;font-size: 16px;font-weight: 700;line-height: 140%;display: block;}
.header__button a svg {display:block;}
.header__button a span {position:absolute;top:50%;left:0;transform: translateY(-50%);width:100%;}

/* HOME
--------------------------------------------- */

.home__hero {background: #E2E2E2;}
.hh__grid {display:grid;grid-template-columns:60% 40%;align-items: center;}
.hh__left img {display:block;}
.hh__right {text-align:right;padding-right: calc(50vw - 600px);padding-left:40px;}

.home__classes {padding-top:48px;padding-bottom:80px;}
.section__header {position:relative;}
.hat {position:absolute;right:-100px;top:0;max-width:100px;}

.hc__grid {display:grid;grid-template-columns:repeat(4, 24%);justify-content: space-between;}
.hcc__img img {display:block;aspect-ratio: 4 / 4; object-fit: cover; border-radius: 20px;}

.tbutton--red {color:#DB1E23;}

.home__newsletter {background: #F3F3F3;}
.newsletter {position:relative;}
.newsletter form {display:grid;grid-row-gap:16px;}
.newsletter form .inputs p {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}
.newsletter form input[type="text"], .newsletter form input[type="email"] {padding: 0 16px;height:50px;border-radius: 50px;border: 2px solid #0A418C;background: #FFF;color: #0A418C;font-family: "Hanken Grotesk", sans-serif;font-size: 16px;font-weight: 700;}
.newsletter form .submit {text-align:right;}
.newsletter form button {cursor:pointer;}
.newsletter form button svg {display:block;}
.n-plane {position: absolute; right: -80px; bottom: -20px;}

.hs__grid {display:grid;grid-template-columns:36% 62%;justify-content: space-between;align-items: center;}

.hs__text {position:relative;display: inline-block; text-align: center;}
.hs__text svg {display:block;}
.hs__text span {font-family: "Hanken Grotesk", sans-serif;font-size: 25px;font-weight: 700;line-height: 125%;letter-spacing: -0.25px;position:absolute;top:50%;left:0;transform: translateY(-50%);width:100%;}
.hs__right img {display:block;}

.reviews {background: #F3F3F3;}
.swiper__wrap {position:relative;}
.reviews__swiper {position:static !important}
.review {padding:10px;border-right: 2.5px solid #C1C1C1;border-bottom: 2.5px solid #C1C1C1;background: #F7CACB;}
.review__inner {padding:24px 16px;border-radius: 20px;background: #FFF;}
.review .text--12 p {margin:0;}
.review .review--name {font-size: 14px;font-weight: 700;line-height: 150%;}
.button-prev, .button-next {position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;}
.button-prev img, .button-next img {display:block;}
.button-prev {left:-48px;}
.button-next {right:-48px;}

.bp__thumb {display:block;}
.bp__thumb img {display:block;width:100%;aspect-ratio: 1 / 1; border-radius: 20px;object-fit: cover;}

/* ABOUT
--------------------------------------------- */

.about__hero {background: #F3F3F3;padding:80px 0;}
.ah__grid {display:grid;grid-template-columns: 55% 40%; justify-content: space-between; align-items: center;}
.ah__left img {display:block;}
.ah__right .heading--34 span {position:relative;}
.ah__right .heading--34 svg {position:absolute;right: -8px;bottom: 8px; transform: translateX(100%);}

.about__projects .section__header .heading--34 span {position:relative;}
.about__projects .section__header .heading--34 span img {position:absolute;right: -20px; transform: translateX(100%); bottom: 0;}
.project {display:block;padding:10px;border-right: 2.5px solid #C1C1C1;border-bottom: 2.5px solid #C1C1C1;background: #F7CACB;}
.project span {display:block;padding:16px;border-radius: 20px;background: #FFF;}
.project img {display:block;margin:auto;aspect-ratio: 1 / 1; object-fit: contain;}

.about__info {background: #F3F3F3;}
.ai__grid {display:grid;grid-template-columns:43% 49%;justify-content: center;column-gap:24px;align-items: center;}
.ai__right img {display:block;}

.as__grid {display:grid;justify-content: space-between;grid-template-columns:32% 32% 32%;position:relative;}
.splash {position:absolute;top:-50px;right:-50px;}
.asb__img img {display:block;border-radius:20px;aspect-ratio: 4/5;}


/* PÓŁKOLONIE
--------------------------------------------- */

.camps__hero {background:#f3f3f3;}
.ch__header {position:relative;}
.sun {position:absolute;left:-40px;transform:translateX(-100%);}
.snow {position:absolute;right:-40px;transform:translateX(100%);}

.camps__content {background:url(img/camps.png)bottom center no-repeat;background-size:cover;padding:80px 0;}
.cc__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}

.cc__img img {display:block;aspect-ratio: 1.5 / 1; object-fit: cover;}

/* SUMMERTOK
--------------------------------------------- */

.st__hero {background: #F3F3F5;}
.st__grid {display:grid;grid-template-columns:43% 50%;align-items: center;position:relative;justify-content: space-between;}
.sth__left img {display:block;width:100%;position:relative;z-index:2;}
.sth__right {text-align:right;padding-right: calc(50vw - 600px);}
.sth {position:absolute;bottom:0;left:40%;}

.st__summer {padding-top:80px;}
.sts__grid {display:grid;grid-template-columns:45% 45%;justify-content: space-between;}
.sts__text {position:relative;display: inline-block; text-align: center;}
.sts__text svg {display:block;}
.sts__text span {font-family: "Hanken Grotesk", sans-serif;font-size: 25px;font-weight: 700;line-height: 125%;letter-spacing: -0.25px;position:absolute;top:50%;left:0;transform: translateY(-50%);width:100%;}
.sts__right img {display:block;}


.st__join {background:#f3f3f3;}
.stj__text {position:relative;margin-left:auto;margin-right:auto; text-align: center;}
.stj__text span {font-family: "Hanken Grotesk", sans-serif;font-size: 34px;font-weight: 700;line-height: 120%;letter-spacing: -0.17px;width:100%;position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.stj__button {display:flex;justify-content: center;align-items: center;column-gap:16px;}
.stj__button img {display:block;}
.stj__text2 span {font-family: "Hanken Grotesk", sans-serif;font-size: 25px;font-weight: 700;line-height: 125%;letter-spacing: -0.25px;}

.stdlg__chat {display:flex;flex-direction:column;row-gap:12px;max-width:620px;margin:auto;}
.stdlg__bubble {display:flex;align-items:flex-start;column-gap:10px;padding:14px 20px;border-radius:20px;max-width:85%;}
.stdlg__bubble--kid {background:#F3F3F3;align-self:flex-start;border-bottom-left-radius:4px;}
.stdlg__bubble--mom {background:#F7CACB;align-self:flex-end;border-bottom-right-radius:4px;}
.stdlg__emoji {font-size:20px;line-height:150%;}
.stdlg__google {text-align:center;font-style:italic;opacity:0.6;padding:4px 0;}

.st__info .section__header .heading--34 span {position:relative;}
.st__info .section__header .heading--34 span img {position:absolute;right:-32px;transform:translateX(100%);}
.sti__grid {display:grid;grid-template-columns:repeat(4, 1fr);column-gap:24px;grid-row-gap:32px;}

.st__prog {background:#f3f3f3;}
.stp__grid {display:grid;grid-template-columns:45% 45%;justify-content: space-between;grid-row-gap:24px;}
.stp__row {display:grid;grid-template-columns:55px 1fr;column-gap:24px;align-items: center;}
.stp__img img {display:block;}
.stp__row .heading--25 {margin-bottom:0;}
.stp__mindfulness {margin-top:48px;text-align:center;}

.st__team {position:relative;padding-top:48px;padding-bottom:80px;}
.stt__t1 {position: absolute; top: 0px; right: 0; max-width: 35%;}
.stt__t2 {position:absolute;left:0;bottom:0;max-width:35%;}
.stt__t3 {position:absolute;bottom:0;right:15%;}

.stt__grid {position:relative;z-index:2;display:grid;grid-template-columns:48% 48%;justify-content: space-between;}
.stt__img img {border-radius: 20px;display:block;height:280px;object-fit: cover;width: 100%; object-position: top center;}
.stt__grid .text a {text-decoration:underline;}

.st__pricing { padding: 80px 0; background: #F3F3F3; }

.stpr__cards { display: flex; flex-direction: column; row-gap: 16px; }
.stpr__card { padding: 10px; border-right: 2.5px solid #C1C1C1; border-bottom: 2.5px solid #C1C1C1; background: #F7CACB; border-radius: 24px; }
.stpr__card-inner { padding: 28px 32px; border-radius: 20px; background: #FFF; display: flex; flex-direction: column; row-gap: 12px; }
.stpr__card-row { display: flex; justify-content: space-between; align-items: center; column-gap: 32px; }
.stpr__card-row .text { flex: 1; }
.stpr__small { font-size: 14px; opacity: 0.65; }
.stpr__price { font-family: "Hanken Grotesk", sans-serif; font-size: 34px; font-weight: 700; color: #0A418C; line-height: 120%; letter-spacing: -0.17px; white-space: nowrap; }
.stpr__tag { display: inline-block; color: #0A418C; font-family: "Hanken Grotesk", sans-serif; font-size: 13px; font-weight: 700; }

.stpr__promos { background: #FFF; border-radius: 20px; padding: 40px; }
.stpr__promos .heading--19 { color: #DB1E23; }
.stpr__promo-list { display: flex; flex-direction: column; row-gap: 20px; margin-bottom: 20px; }
.stpr__promo { display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; align-items: start; }
.stpr__icon { font-size: 18px; line-height: 150%; }
.stpr__highlight { color: #DB1E23; }
.stpr__disclaimer { font-style: italic; opacity: 0.6; }

.stpr__includes { background: #FFF; border-radius: 20px; padding: 40px; }

.streviews__swiper .glightbox {display:inline-block;padding:10px;border-right: 2.5px solid #C1C1C1;border-bottom: 2.5px solid #C1C1C1;background: #F7CACB;}
.streviews__swiper .glightbox img {display:block;width:100%;height:200px;object-fit: cover;}

.st__places {padding:64px 0;background:#fff;}
.stpl__note {max-width:780px;margin:32px auto 0;}

.st__signup {padding:64px 0;background:#fff;}
.stsu__grid {display:grid;grid-template-columns:repeat(3, 1fr);column-gap:24px;grid-row-gap:24px;}
.stsu__option a.text {display:inline-block;text-decoration:underline;}
.stsu__option .heading--19 {text-transform:uppercase;}

.program__gallery {display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:16px;grid-row-gap:16px;margin-bottom:32px;}
.program__gallery img {display:block;margin:auto;width:100%;}

.st__downloads {background:#f3f3f3;}
.std__grid {display:grid;grid-template-columns:repeat(5, 18%);justify-content: space-between;}
.std__grid a {display:block;display:grid;row-gap:24px;justify-content: center;align-content: flex-start;}
.std__grid a img {display:block;margin: auto;}
.std__grid a span {line-height: 150%;}

.st__bottom {background:url(img/stb.png)bottom center no-repeat;background-size:cover;padding:64px 0;}
.wt__bottom {background:url(img/wtb.png)bottom center no-repeat;background-size:cover;padding:64px 0;}
.et__bottom {background:url(img/etb.png)bottom center no-repeat;background-size:cover;padding:64px 0;}




/* EASYTOK
--------------------------------------------- */

.st__convo {padding:64px 0;}
.stc__points {display:grid;grid-row-gap:24px;}
.stc__point {display:grid;column-gap:20px;grid-template-columns:36px 1fr;}
.stc__check div {display:flex;width:36px;height:36px;align-items: center;text-align: center;border-radius:50%;background:#F3F3F3;}
.stc__check div svg {display:block;margin:auto;}
.stc__check .text {font-weight:700;}

.stc__gallery {display:grid;grid-template-columns:auto auto;justify-content: space-between;}
.stc__gallery a img {display:block;}

.st__meeting {padding:64px 0;}
.stm__bullets {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;}
.stm__bullet {display:grid;grid-template-columns:55px 1fr;grid-column-gap:24px;align-items: center;}
.stm__number {display:flex;width:55px;height:55px;align-items: center;text-align: center;border-radius:50%;background:#F3F3F3;}
.stm__number img {display:block;margin:auto;}
.stm__content .heading--25 {margin-bottom:8px;}

.st__host {padding:64px 0;}
.host__grid {display:grid;grid-template-columns:45% 45%;justify-content: space-between;align-items: center;}
.host__right img {display:block;}


/* GALERIA
--------------------------------------------- */

.page__gallery {padding:64px 0;}
.pg__grid {display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:16px;grid-row-gap:16px;}
.pg__grid a {display:block;}
.pg__grid img {display:block;width:100%;aspect-ratio: 1 / 1;object-fit: cover;border-radius: 20px;}


/* CONTENT PAGE
--------------------------------------------- */

.ch__left {position:absolute;left:-40px;transform:translateX(-100%);}
.ch__right {position:absolute;right:-40px;transform:translateX(100%);}

.zt__section {padding:64px 0;}
.zt__white {background:#fff;}
.zt__grid {display:grid;grid-template-columns:45% 45%;justify-content: space-between;}
.zt__top {align-items: flex-start;}
.zt__middle {align-items: center;}

.zt__img img {display:block;}
.zt__left .zt__text {order:2;}
.zt__left .zt__img {order:1;}

.stm__grey, .rv__grey, .zt__grey {background: #F3F3F3;}
.stj__white, .rv__white {background:#fff;}

.zt__section .text blockquote, .fulltext .text blockquote {margin:24px 0;padding:16px 24px;background:#F3F3F3;border-left:4px solid #DB1E23;border-radius:0 20px 20px 0;font-family:"Hanken Grotesk", sans-serif;font-size:19px;font-weight:700;line-height:140%;}
.zt__section .text blockquote p, .fulltext .text blockquote p {margin:0;}
.zt__section .text blockquote p + p, .fulltext .text blockquote p + p {margin-top:12px;}
.zt__section .text blockquote cite, .fulltext .text blockquote cite {display:block;margin-top:12px;font-family:"Noto Sans", sans-serif;font-size:14px;font-weight:400;font-style:normal;}
.zt__grey .text blockquote {background:#fff;}

.zt__section .text a, .fulltext .text a {text-decoration:underline;}
.zt__section .text a:hover, .zt__section .text a:focus, .fulltext .text a:hover, .fulltext .text a:focus {text-decoration:none;}
.stj__buttons {display:grid;grid-row-gap:24px;}

.ws__section {background: #F9F9F9;padding:64px 0;}
.ws__grid {display:grid;grid-template-columns:46% 46%;justify-content: space-between;}
.ws__block img {display:block;}
.ws__block .heading--19 {margin-bottom:12px;}

.fulltext {padding:64px 0;}

/* BLOG
--------------------------------------------- */

.blog__hero {background:#f3f3f3;}
.bl__header {position:relative;}
.book {position:absolute;left:-40px;transform: translateX(-100%) translateY(-50%); top: 50%;}
.bricks {position:absolute;right:-40px;transform: translateX(100%) translateY(-50%); top: 50%;}

.blog__grid {display:grid;grid-template-columns:repeat(3, 31.5%);justify-content: space-between;grid-row-gap:32px;}
.blog__pagination {display:flex;justify-content: center;column-gap:24px;}
.page-numbers {display:inline-block;border-radius: 6px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center; font-size: 14px;font-weight: 400;line-height: 150%;color: #000;border: 1px solid #CFCFCF;background: #F8F8F8;transition: all 0.15s linear;}
.page-numbers.current, .page-numbers:hover, .page-numbers:focus {background: rgba(255, 255, 255, 1);transition: all 0.15s linear;}

/* SINGLE
--------------------------------------------- */

.single__thumb img {display:block;width:100%;height:320px;object-fit: cover;border-radius: 20px;}
.single__content .text--25 ul {margin-left:0;padding:0;}

.spacer {margin:auto;display:block;}

/* PAGE (prosta strona tekstowa)
--------------------------------------------- */

.page__text h2 {font-size:25px;font-weight:700;line-height:120%;letter-spacing:-0.25px;margin:32px 0 16px;}
.page__text h3 {font-size:19px;font-weight:700;line-height:130%;margin:24px 0 8px;}
.page__text p {margin:0 0 16px;}
.page__text ul {margin:0 0 16px;}
.page__text ol {margin:0 0 16px;padding-left:20px;display:flex;flex-direction:column;row-gap:12px;}
.page__text ol li {padding-left:4px;}
.page__text a {color:#0A418C;text-decoration:underline;}
.page__text a:hover, .page__text a:focus {text-decoration:none;}

/* CONTACT
--------------------------------------------- */


.contact .heading--34 {display:flex;align-items: center;column-gap:16px;justify-content: center;}
.contact__grid {display:grid;grid-template-columns:39% 56%;justify-content: space-between;}
.contact__left .heading--25 {display:flex;align-items: center;column-gap:16px;}
.contact__links {display:grid;row-gap:24px;}
.contact__links a {display:flex;column-gap:16px;align-items: center;font-size:19px;}
.contact__socials {display:flex;column-gap:24px;}
.contact__right img {display:block;}

/* FOOTER
--------------------------------------------- */

.site-footer {background: #F3F3F3;}
.footer__grid {display: grid; grid-template-columns: 32% 65%; justify-content: space-between;}
.footer__links {display: flex;justify-content: center;flex-direction: column;row-gap: 8px;}
.footer__socials {display:flex;justify-content: center;column-gap: 16px;}
.footer__socials a svg {display:block;}
.footer__form .heading--34 span {position:relative;}
.footer__form .heading--34 img {position:absolute;left: -32px; transform: translateX(-100%);}
.wpcf7 form {display:grid;grid-row-gap:24px;}
.wpcf7 p {margin:0;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {width:100%;font-family: "Hanken Grotesk", sans-serif;height:54px;border:none;padding:0 16px;font-size: 16px;font-weight: 700;line-height: 140%;}
.wpcf7 textarea {max-height:160px;font-family: "Hanken Grotesk", sans-serif;border:none;padding:16px;font-size: 16px;font-weight: 700;line-height: 140%;resize:none;}
.row--50 p {display:grid;grid-template-columns:49% 49%;justify-content: space-between;}
.row--75 {display:grid;grid-template-columns:auto auto;justify-content: space-between;}
.form--info {display:block;font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: 0.12px;margin-bottom:8px;}
.wpcf7-list-item {margin:0;}
.wpcf7-list-item-label {font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: 0.12px;}
.wpcf7-submit {display:inline-block;cursor:pointer;border-radius: 50px;background: #DB1E23;border:2px solid #DB1E23; font-family: "Hanken Grotesk", sans-serif;padding: 12px 36px;color: #F3F3F5;font-size: 16px;font-weight: 700;line-height: 140%;transition: all 0.15s linear;}
.wpcf7-submit:hover, .wpcf7-submit:focus {background:#fff;color:#DB1E23;transition: all 0.15s linear;}

.wpcf7-spinner {display:block;}

/* RWD
--------------------------------------------- */


@media screen and (max-width: 1200px) {
	.wrap {width:100%;padding:0 10px;}
	.menu-toggle {padding:0;background:none;border:none;}
	.menu-toggle svg {display:block;}
	.main-navigation ul {display:none;}
	.main-navigation.toggled ul {position:absolute;top:100%;left:0;width:100%;text-align:center;background:var(--bg, #fff);z-index:99;padding:10px;}
	.main-navigation ul li {margin-left:0;padding:4px 0;position:static;}
	.main-navigation ul li a {display:inline-block;width:100%;padding:6px 0;font-size:14px;}
	.main-navigation ul ul {position:static !important;box-shadow: none;padding:0 !important;background:#fafafa !important;}
	.main-navigation ul li.menu-item-has-children > a::after {display:none;}
	.main-navigation ul li.menu-item-has-children > a {padding-right:0;}
	.hh__right, .sth__right {padding-right: 10px; padding-left: 10px;}
	.sth {max-width:40%;}
	.sun, .snow, .book, .bricks, .ch__left, .ch__right {display:none;}
	.contact__links a {font-size: 16px;}
	.site-header {padding: 16px 0;position:relative;z-index:999;}
	html, body {overflow-x:hidden;}
}

@media screen and (max-width: 1020px) {
	.wrap--1020 {width:100%;padding:0 10px;}
}

@media screen and (max-width: 920px) {
	.wrap--920 {width:100%;padding:0 10px;}
	
	.heading--45 {font-size: 32px;}
	.heading--34 {font-size: 28px;}
	.heading--25 {font-size: 20px;}
	.heading--19 {font-size: 18px;}

	.text {font-size: 14px;}
	.text--25 {font-size: 20px;}
	.button {padding: 8px 24px;font-size: 14px;}
	.button--red {padding: 8px 24px;font-size: 14px;}
	.mb64 {margin-bottom:32px;}
	.mb40 {margin-bottom:32px;}
	.mb32 {margin-bottom:24px;}
	.mb24 {margin-bottom:16px;}

	.button-prev img, .button-next img {width: 24px;}
	.button-prev {left: 0px; z-index: 999;}
	.button-next {right: 0px; z-index: 999;}

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

@media screen and (max-width: 780px) {
	.wrap--780 {width:100%;padding:0 10px;}
	.hs__grid {grid-template-columns: 100%;}
	.hs__right img {margin: auto; max-width: 400px;}
	.home__summertok {padding-top:32px;}
	.bp__thumb img {height: 45vw;}
	.splash {display:none;}
	.st__summer {padding-top: 32px;}
	.sts__grid {grid-template-columns: 100%;}
	.std__grid {grid-template-columns: repeat(3, 30%);grid-row-gap:16px;}
	.blog__grid {grid-template-columns: repeat(2, 48%); grid-row-gap: 24px;}
	.single__content, .contact, .page__content {padding: 32px 0;}
	.contact__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.stm__bullets {grid-template-columns: 100%; grid-row-gap: 16px;}
}

@media screen and (max-width: 640px) {
	.wrap--640 {width:100%;padding:0 10px;}
	.hc__grid {grid-template-columns: 100%;grid-row-gap: 16px;}
	.home__newsletter, .reviews, .home__blog, .about__info, .about__services, .about__projects, .camps__hero, .st__join, .st__dialog, .st__info, .st__prog, .st__reviews,
	.st__downloads, .blog__hero, .blog, .site-footer, .zt__section, .ws__section, .fulltext {padding:32px 0;}
	.hcc__img img {max-height: 300px; width: 100%; object-fit: cover;}
	.ah__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.about__hero, .camps__content {padding: 32px 0;}
	.ai__grid {grid-template-columns: 100%;}
	.st__grid {grid-template-columns: 100%;}
	.sth {display:none;}
	.sth__right {text-align: center; padding: 10px;}
	.sth__left img {max-height: 280px; object-fit: cover;}
	.stp__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.stp__row {grid-template-columns: 45px 1fr;}
	.sti__grid {grid-template-columns: 100%;}
	.program__gallery {grid-template-columns: repeat(2, 1fr);}
	.stsu__grid {grid-template-columns: 100%;}
	.st__signup {padding: 32px 0;}
	.pg__grid {grid-template-columns: repeat(2, 1fr);}
	.page__gallery {padding: 32px 0;}
	.single__thumb img {height: 200px;}

	.zt__right .zt__text {order:2;}
	.zt__right .zt__img {order:1;}
	.zt__grid {grid-template-columns: 100%; grid-row-gap: 24px;}
	.zt__img img {margin:auto;}
	.zt__section .text blockquote, .fulltext .text blockquote {font-size:16px;padding:12px 16px;margin:16px 0;}
	.stpr__card-inner { padding: 20px; }
	.stpr__card-row { flex-direction: column; align-items: flex-start; row-gap: 8px; }
	.stpr__promos, .stpr__includes { padding: 24px; }
}


@media screen and (max-width: 480px) {
	.wrap--480 {width:100%;padding:0 10px;}
	.hh__grid {grid-template-columns: 100%;}
	.hh__right { padding: 10px; text-align: center;}
  	.heading--45 {font-size: 28px;}
	.heading--34 {font-size: 24px;}
	.row--50 p {grid-template-columns: 100%; grid-row-gap: 16px;}
	.header__right {grid-column-gap: 24px;}
	.header__button a svg {width: 160px;}
	.header__button a span {font-size:14px;}
	
	.as__grid {grid-template-columns: 100%;grid-row-gap:16px;}
	.asb__img img {max-height: 320px; width: 100%; object-fit: cover;}
	.sts__text svg, .stj__text svg {width: 300px;height: 60px;}
	.sts__text span, .stj__text span {font-size: 20px;}
	.std__grid {grid-template-columns: repeat(2, 48%);}
	.blog__grid {grid-template-columns: repeat(1, 100%);}
	.text--25 {font-size: 16px;}
}

