/*!
Theme Name: Anna Pantus
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: anna-pantus
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.

Anna Pantus 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
	 ========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

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

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #101010;
	font-family: 'Roboto Flex', 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%;
}

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

	.menu-toggle {
		display: none;
	}

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



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


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

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


/* MAIN
--------------------------------------------- */
.wrap {width:1200px;margin:auto;}
.heading--large {font-size: 40px;line-height: 130%;margin-top:0;}
.heading--medium {font-size: 36px;line-height: 130%;margin-top:0;}
.heading--small {font-weight: 700;font-size: 28px;line-height: 130%;margin-top:0;}
.text {font-size: 16px;line-height: 180%;}
.text--small {font-size: 14px;line-height: 180%;}
.button {transition: all 0.15s linear;font-weight: 700;padding:8px 24px;font-size: 16px;line-height: 175%;color: #FFFFFF;display:inline-block;background: #951EA0;border: 0.5px solid rgba(255, 255, 255, 0.5);border-radius: 5px;}
.button:hover, .button:focus {transition: all 0.15s linear;}

.button--large {transition: all 0.15s linear;font-weight: 700;padding:16px 32px;font-size: 18px;line-height: 175%;color: #FFFFFF;background: #951EA0;border: 0.5px solid rgba(255, 255, 255, 0.5);border-radius: 5px;display:inline-block;}
.button--large:hover, .button--large:focus {transition: all 0.15s linear;}
/* HEADER
--------------------------------------------- */
.site-header {position:fixed;background:#fff;border-bottom:1px solid rgba(16,16,16,0.15);;top:0;left:0;width:100%;z-index:99;}
.header__grid {display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;padding:24px 0;}
.site-title {font-family: "Playfair Display", serif;font-size:24px;font-weight:400;display:block;line-height:1;}
.site-title img {max-width:200px;}
.main-navigation ul {align-items: center;}
.main-navigation ul li {margin:0 16px;}
.main-navigation ul li a {font-weight: 700;font-size: 16px;line-height: 175%;color: #020A14;transition: all 0.15s linear;}
.main-navigation ul li a:hover, .main-navigation ul li a:focus {color:#951EA0;}
.main-navigation ul li.menu-item-162 a {font-weight: 700;padding:8px 24px;font-size: 16px;line-height: 175%;color: #FFFFFF;display:inline-block;background: #951EA0;border: 0.5px solid rgba(255, 255, 255, 0.5);border-radius: 5px;}
.main-navigation ul li.menu-item-162 a:hover, .main-navigation ul li.menu-item-162 a:focus {color:#fff;}

.topbar {background:#1a1a1a;color:#fff;text-align:center;font-size:15px;padding:8px 0;}
.topbar p {margin:0;}
.topbar a {text-decoration:underline;}
/* HOME
--------------------------------------------- */
.home__hero {position:relative;margin-top:130px;}
.hh__grid {position:relative;z-index:2;display:grid;grid-template-columns:45% 60%;justify-content: space-between;align-items: center;padding:150px 0;}
.hh__left .heading--large {margin-bottom:32px;color: #020A14;}
.hh__buttons {display:flex;flex-wrap:wrap;column-gap:24px;row-gap:16px;}
.home__hero img {display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;object-position: center -25px;}

.home__services {padding-top:80px;padding-bottom:25px;}
.center {text-align:center;}
.home__services .center .heading--small {margin-bottom:100px;color: #19385F;}
.hs__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;grid-row-gap:80px;}
.service {background: #FEF0FF;border-radius: 25px;position:relative;padding:72px 46px 46px 46px;}
.service__img {position:absolute;width:110px;height:110px;background: #951EA0;border-radius:50%;right:0;top:-37px;display:grid;align-items: center;justify-content: center;}
.service__img img {display:block;width:70px;}
.service .heading--small {color: #951EA0;margin-bottom:13px;}
.service .text--small {color: #19385F;}

body {overflow-x:hidden;}
.home__automation {padding:25px 0;margin-top:-80px;}
.ha__grid {display: grid;grid-template-columns: 60% 80%;position: relative;align-items: center;}
.ha__content {padding:32px 103px 32px 83px;color:#fff;background: #4C6D42;border-radius: 25px 0 0 25px;}
.ha__content .heading--small {margin-bottom:12px;}
.ha__content .text {margin-bottom:32px;}
.ha__img {position:relative;left:-25%;}
.hm {position:absolute;bottom: 15%;left: 40%;}

.home__tools {padding:40px 0;margin-top:-80px;}
.ht__grid {position:relative;background: #FEF0FF;padding:0px 64px 64px 64px;display:grid;grid-template-columns:45% 50%;justify-content: space-between;align-items: flex-end;}
.ht__grid:before {content:'';position:absolute;top:0;left:0;width:100%;background:#fff;height: 25%;}
.ht__left {position:relative;z-index:2;}
.hn {position:absolute;left:20px;bottom:50px;}
.hnt {display:block;}
.ht__right {position:relative;z-index:2;}
.ht__right .heading--medium {margin-bottom:32px;}
.ht__right .text--small {margin-bottom:32px;}
.ht__tools {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:24px;align-items: center;}
.home__tool {text-align:center;}
.home__tool img {display:block;margin:auto;max-width:75%;}

.home__posts {padding:64px 0;}
.home__posts .center .heading--small {margin-bottom:32px;color: #19385F;}
.posts__grid {display:grid;grid-template-columns:31% 31% 31%;justify-content: space-between;grid-row-gap:24px;}
.home__posts .posts__grid {margin-bottom:57px;}
.gp__img {display:block;width:100%;height:320px;object-fit: cover;}
.gp__content {padding:32px;background: #F9F9F9;}
.gp__date {font-size: 14px;line-height: 180%;color: #8A99AC;margin-bottom:15px;}
.gp__content .heading--small {color: #951EA0;margin-bottom:15px;text-align:left;}
.gp__content .text--small {margin-bottom:15px;color: #677B94;}

.home__clients {padding:64px 0;}
.hc__wrap {background: #951EA0;padding:64px;}
.hc__wrap .heading--small {text-align:center;color:#fff;margin-bottom:64px;}
.hc__clients {display:flex;justify-content: center;align-items: center;flex-wrap:wrap;row-gap:24px;}
.home__client {max-width:20%;}
.home__client img {display:block;margin:auto;max-width:80%;}

.home__rec {padding-bottom:80px;}
.home__rec .heading--small {color: #19385F;margin-bottom:64px;text-align:center;}
.hr__grid {padding:0 40px;}
.hr__box {border: 3px dashed #951EA0;padding:12px;display:grid;margin:0 12px;}
.hrb__inner {background: #F5F5F5;padding:24px;}
.hr__box .text--small {margin-bottom:24px;}
.hr__meta {display:grid;grid-template-columns:100px auto;grid-column-gap:16px;align-items: center;justify-content: space-between;}
.hrm__left img {display:block;}
.hrm__right {font-size: 16px;line-height: 175%;}
.hrm__right strong {font-weight: 700;display:block;}

.home__calendar {padding:64px 0;}
.hc__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;align-items: center;position:relative;}
.hc__grid:after {content:'';background:#F9F9F9;width:100%;height:100%;left:64px;top:64px;position:absolute;}
.hc__left {position:relative;z-index:2;}
.hc__left .heading--large {color: #19385F;margin-bottom:32px;}
.hc__left .text {margin-bottom:24px;}
.hc__right {position:relative;z-index:2;}
.hc__right img {display:block;}

/* BAZA WIEDZY
--------------------------------------------- */
.page-template-page-baza-wiedzy {background: #F3F3F3;}
.base__hero {padding-top:120px;}
.base__wrap {padding-top:100px;position:relative;padding-bottom:64px;}
.base__gradient {position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background: linear-gradient(360deg, #F3F3F3 33.89%, rgba(255, 255, 255, 0) 55.51%);}
.base__wrap img {display:block;width:100%;}
.base--header {position:relative;z-index:4;display:flex;align-items:center;column-gap:24px;}
.base--header span {width:200px;display:inline-block;border: 3px dashed #951EA0;height:1px;}
.base--header .heading--large {color: #951EA0;text-transform:uppercase;margin-bottom:0;}

.base__products {padding-top:32px;position:relative;}
.base__products:after {content:'';position:absolute;left:0;bottom:0;height:50%;width:100%;background:#fff;}
.base__products .heading--large {color: #951EA0;text-align:center;margin-bottom:64px;}
.bp__grid {display:grid;grid-template-columns:45% 45%;justify-content: space-between;position:relative;z-index:2;grid-row-gap:32px;}
.bp__img {padding:35px 35px 35px 0;border: 3.70071px dashed #951EA0;border-radius: 18.5036px;margin-bottom:32px;}
.bp__img img {display:block;}
.bp__box .heading--small {color: #951EA0;margin-bottom:0;}

.base__offer {background:#fff;padding:80px 0;}
.bh__grid {position:relative;background: #87B9F9;padding:0px 72px 87px 122px;display:grid;grid-template-columns:48% 50%;justify-content: space-between;align-items: flex-end;}
.bh__grid:before {content:'';position:absolute;top:0;left:0;width:100%;background:#fff;height: 33%;}
.bh__left {z-index:2;}
.bhn {position:absolute;left:8px;bottom:20px;}
.bht {display:block;}
.bh__right {position:relative;z-index:2;}
.bh__right .heading--medium {margin-bottom:45px;}
.bh__right .text {color: #19385F;}

/* O MNIE
--------------------------------------------- */
.about__hero {background: #87B9F9;position:relative;padding-top:110px;}
.about__hero:after {content:'';position:absolute;bottom:0;left:0;width:100%;height:5%;background:#fff;}
.ah__grid {display:grid;grid-template-columns:46% 41%;justify-content: space-between;}
.ah__left .heading--large {margin-bottom:32px;}
.ah__left .socials {margin-bottom:32px;}
.ah__left .social {background:none;border: 1px solid #101010;}
.ah__right img {display:block;z-index:2;position:relative;}

.about__tools {padding:100px 0;}
.about__tools .heading--large {text-align:center;margin-bottom:64px;}
.at__grid {display:grid;grid-template-columns:30% 30% 30%;justify-content: space-between;grid-row-gap:32px;}
.about__tool {border: 3px dashed #951EA0;padding:12px;}
.at__inner {background: #F5F5F5;border-radius: 25px;height:100px;display:flex;align-items: center;}
.at__inner img {max-height:75px;display:block;margin:auto;max-width:80%;}

.about__faq .heading--large {text-align:center;margin-bottom:32px;}

.accordion {display:grid;grid-template-columns:760px;justify-content:center;grid-row-gap:24px;}
.accordion .accordion-item {background: #FFFFFF;border: 1px solid #B8B8B8;border-radius: 10px;}
.accordion button {position: relative;display: block;text-align: left;width: 100%;font-weight: bold;font-size: 16px;line-height: 150%;border: none;background: none;outline: none;cursor:pointer;padding: 16px 48px 16px 32px; }
.accordion button .accordion-title {font-weight: 800;font-size: 18px;line-height: 25px;	color: #171940;margin:0;}
.accordion button .icon {display: inline-block;position: absolute;top: 50%;transform:translateY(-50%);right: 28px;width: 25pxpx;height: 24px;}
.accordion button[aria-expanded='true'] .icon {transform:translateY(-50%) rotateZ(180deg);}
.accordion button[aria-expanded='true'] + .accordion-content {opacity: 1;max-height: 999em;transition: all 0.15s linear;will-change: opacity, max-height; }
.accordion .accordion-content {opacity: 0;max-height: 0;overflow: hidden;transition: all 0.15s linear;;will-change: opacity, max-height; }
.accordion-content .text {padding:0 32px 16px 32px;font-weight: 500;font-size: 14px;line-height: 150%;margin-bottom:0;}
.accordion .accordion-content p {margin-bottom:0;margin-top:0;}
.accordion-content ul {margin-left:0;padding-left:18px;}

.about__cert .heading--small {text-align:center;color: #951EA0;margin-bottom:32px;}
.ac__grid {display:grid;grid-template-columns:49% 49%;justify-content: space-between;grid-row-gap:32px;}


.ac__gallery {padding:0 50px;margin-bottom:32px;}
.ac__gallery a {margin:0 15px;}
.ac__gallery a img {display:block;height:220px;object-fit: cover;width: 100%;}

.garrow {cursor:pointer;position:absolute;top:50%;text-align:center;line-height:42px;transform:translateY(-50%);width:42px;height:42px;background: #951EA0;border: 0.5px solid rgba(255, 255, 255, 0.5);border-radius: 5px;color:#fff;font-size:14px;transition: all 0.2s ease-out;}
.garrow:hover, .garrow:focus {color:#951EA0;background:#fff;transition: all 0.2s ease-out;}
.garrow_prev {left:0;}
.garrow_next {right:0;}

.about__posts {padding:80px 0;}
.about__posts .center .heading--small {color: #951EA0;text-align:center;margin-bottom:32px;}

/* PUBLIKACJE
--------------------------------------------- */
.page-template-page-publikacje {background: #F3F3F3;}
.pub__posts {padding-top:32px;padding-bottom:80px;}
.pub__posts .posts__grid {margin-bottom:32px;}
.ipages {display:flex;align-items:center;flex-wrap:wrap;column-gap:24px;row-gap:16px;justify-content: center;}
.page-numbers {background: #F9F9F9;border-radius: 5px;display:inline-block;text-align:center;height:48px;width:48px;line-height:48px;font-weight: 700;font-size: 16px;color: #951EA0;transition: all 0.15s linear;}
.page-numbers.current, .page-numbers:hover {color:#fff;background:#951EA0;transition: all 0.15s linear;}

/* SINGLE
--------------------------------------------- */
.single-post {background: #F3F3F3;}
.single__post {margin-top:120px;margin-bottom:80px;}
.single__wrap {width:780px;margin:auto;}
.sc__img img {display:block;width:100%;}
.sc__text {background:#fff;padding:32px;}
.sp__date {font-size: 14px;line-height: 180%;color: #8A99AC;margin-bottom:24px;}
.sc__text .heading--small {color: #951EA0;margin-bottom:24px;}
.sc__text ul, .sc__text ol {margin-left:0;padding-left:24px;}

blockquote{
	display:block;
	background: #fff;
	padding: 16px 16px 16px 64px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	
	border-left: 8px solid #951EA0;
	border-right: 1px solid #951EA0;
	
	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
  }
  
  blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	
	/*Font*/
	font-family: Georgia, serif;
	font-size: 80px;
	font-weight: bold;
	color: #999;
	
	/*Positioning*/
	position: absolute;
	left: 8px;
	top:4px;
  }
  
  blockquote::after{
	/*Reset to make sure*/
	content: "";
  }
  
  blockquote em{
	font-style: italic;
  }
  blockquote p {margin-top:0;}

/* KONTAKT
--------------------------------------------- */

.contact {background: #951EA0;padding-top:140px;padding-bottom:48px;}
.contact__grid {position:relative;display:grid;grid-template-columns:45% 48%;justify-content: space-between;}
.contact__left {color:#fff;position:relative;z-index:2;}
.contact__left .heading--large {margin-bottom:24px;}
.contact__right {position:relative;z-index:2;background: #fff; border-radius: 10px; }

.nf-form-fields-required {display:none;}
.contact__right input[type="text"], .contact__right input[type="email"] {padding:0 28px;background: #FFFFFF;border-radius: 25px;height:64px;border:none;font-weight: 700;font-size: 16px;line-height: 180%;color: #101010;}
.contact__right textarea {border:none;height:200px;resize:none;border-radius:25px;font-weight: 700;font-size: 16px;line-height: 180%;color: #101010;padding:16px 28px;}
#nf-field-4 {border:none;cursor:pointer;width:100%;background:#fff;font-weight: 700;font-size: 16px;line-height: 175%;color: #951EA0;padding:8px;border-radius: 25px;}
.contact__imgs {position:absolute;top:0;left:0;width:100%;height:100%;}
.ci1 {top: -5%;left: 38%;position: absolute;}
.ci2 {position: absolute;left: 2%;bottom: 5%;}


/* SHOP
--------------------------------------------- */

.page-template-page-sklep {background: #F3F3F3;}

.heading--shop {font-size: 80px;line-height: 130%;font-weight:400;margin-top:0;text-transform:uppercase;margin-bottom:24px;}
.text--large {font-size: 20px;line-height: 180%;}

.shop__hero img {display:block;width:100%;height:840px;object-fit: cover;}
.shop__posts {padding-top:48px;padding-bottom:80px;}
.shop__header {margin-bottom:32px;}

.shop__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:48px;}
.product__img {position:relative;margin-bottom:24px;border-radius: 8px; overflow: hidden;}
.product__img img {display:block;width:100%;height:480px;object-fit: cover;}
.product__bg {position:absolute;top:0;left:0;width:100%;height:100%;background: #000;opacity:0.45;}
.product__title {position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;z-index:2;color:#fff;text-align:center;padding:0 24px;}
.product__title h2 {font-size:40px;margin-top:0;margin-bottom:24px;font-weight:400;text-transform:uppercase;}
.product__button {position:absolute;bottom:48px;left:0;right:0;text-align:center;}
.button--black {transition: all 0.15s linear;font-weight: 700;padding:12px 32px;font-size: 18px;text-transform:uppercase;line-height: 150%;color: #951EA0;background: #fff;border: 2px solid #fff;border-radius: 5px;display:inline-block;}
.button--black:hover, .button--black:focus {border: 2px solid #951EA0;transition: all 0.15s linear;}
.product__meta .text {margin-bottom:24px;}
.product__price {border-top:1px solid #101010;padding-top:24px;text-align:right;font-size:24px;font-weight:700;}
.price__crossed {font-size:20px;opacity:0.6;position:relative;text-decoration: line-through;}


.page-template-page-sklep .footbg__right, .single-produkt .footbg__right  {width: 100%;}
.page-template-page-sklep .footer__grid, .single-produkt .footer__grid {grid-template-columns: 100%; justify-content: center; text-align: center;}
.page-template-page-sklep .socials, .single-produkt .socials {justify-content: center;}
.page-template-page-sklep .foot__copy, .single-produkt .foot__copy {display:none;}
.page-template-page-sklep .foot__social, .single-produkt .foot__social {border-top: 1px solid #D3D3D3;}

.icon__sub {width:32px;height:8px;border-radius:8px;background:#951EA0;}

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

.page-template-page-uslugi #main {padding-top:100px;}

.breadcrumbs {font-size:14px;margin-bottom:32px;color:#a1a1a1;}
.breadcrumbs a:hover {text-decoration:underline;}

.wrap1300 {width:1320px;margin:auto;}
.lp--heading--large {font-size: 96px;font-weight: 600;line-height: 100%; margin-top:0;}
.lp--heading--small--light {font-size: 48px;font-weight: 400;line-height: 150%; margin-top:0;}
.lp--heading--medium {font-size: 64px;font-weight: 600;line-height: normal; margin-top:0;}
.lp--heading--small {font-size: 48px;font-weight: 600;line-height: normal; margin-top:0; }
.lp--heading--tiny--light {font-size: 32px;font-weight: 400;line-height: 125%; margin-top:0;}
.lp--heading--tiny {font-size: 32px;font-weight: 600;line-height: normal; margin-top:0;}
.lp--text--large {font-size: 24px;font-weight: 400;line-height: 180%; }
.lp--text {font-size: 18px;font-weight: 400;line-height: 180%;}

.lp--heading--large span, .lp--heading--small--light span, .lp--heading--medium span {color:#00A1FF;}

.lp__header {display:grid;grid-template-columns:auto auto;justify-content: center;grid-column-gap:65px;align-items: center;}
.lp__header .lp--heading--medium {text-align:right;margin:0;}
.lp__header .lp--heading--tiny--light {margin:0;}

.lph__grid {display:grid;grid-template-columns:50% 45%;justify-content: space-between;align-items: center;}
.lph__left {padding-left: calc(50vw - 800px);}
.lph__left .lp--heading--large {margin-bottom:32px;}
.lph__left .lp--heading--small--light {margin-bottom:48px;}
.lph__numbers {display:grid;grid-row-gap:24px;}
.lphn__n {color: #00A1FF;font-size: 64px;font-weight: 400;line-height: normal; }
.lphn__t {color: #1D2127;font-size: 32px;font-weight: 600;line-height: normal; }
.lph__right img {display:block;width:100%;}

.lp__content {text-align:center;padding:80px 0;}
.lp__content .lp--heading--medium {margin-bottom:32px;}
.lp__content .lp--text--large {margin-bottom:64px;}
.lp__content img {display:block;width:100%;}

.lpe__grid {display:grid;grid-template-columns:50% 50%;}
.lpe__left {background: #00A1FF; padding-left: calc(50vw - 800px);padding-top:80px;padding-bottom:80px;padding-right:80px;color:#fff;}
.lpe__left .lp--heading--medium {margin-bottom:48px;}
.emails__grid {display:grid;grid-row-gap:32px;}
.lpe__row {border-bottom:1px solid #C0D4F4;padding-bottom:32px;}
.lpe__name {font-size: 24px;font-weight: 600;line-height: normal;margin-bottom:8px; }
.lpe__links {display:grid;grid-template-columns:50% 50%;justify-content: space-between;}
.lpe__links a {font-size: 18px;font-weight: 600;line-height: 28px; }
.lpe__links a:hover {text-decoration-line: underline; }
.lpe__right {position:relative;}
.lpe__right iframe {position:absolute;width:100%;height:100%;top:0;left:0;}

/* NEW LP */

.lph__full {padding:0 40px;}
.lph__full img {display:block;width:100%;}

.lp__webinar {padding:48px 0;}
.lpw__grid {display:grid;grid-template-columns: 55% 600px;justify-content: space-between;align-items: flex-start;}
.lpw__left {display:grid;grid-row-gap:24px;}
.lpw__left .lp--heading--small {margin-bottom:0;font-size: 32px;line-height:125%;}
.lpw__left .lp--text--large {font-size:18px;}
.lpw__left .lp--text--large p {margin:8px 0;}
.lpw__left .lp--text--large h2 {font-size: 32px;font-weight: 600;line-height: normal; margin-top:0;margin-bottom:24px; }
.lpw__left .lp--text--large h3 {font-size: 24px;font-weight: 400;line-height: 125%; margin-top:0;margin-bottom:16px;}
.lpw__left .lp--text--large a {display:inline-flex;align-items:center;column-gap:8px;font-weight:700;text-decoration: underline;font-size:22px;}
.lpw__left .lp--text--large a svg {width:32px;}
.lpw__left .lp--text--large .ap {font-size:18px;}

.lpw__icons {display:grid;row-gap:24px;}
.lpw__icons .lpb__row {column-gap: 24px;display: flex;align-items: center;}
.lpw__icons .lpb__row .lpb__img img {width:34px;}
.lpw__icons .lpb__row .lp--text {font-size:18px;line-height:150%}

.lpw__right {position:sticky;top:40px;}


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

.site-footer {position:relative;padding-top:64px;padding-bottom:48px;}
.footbg__left {position:absolute;width:50%;z-index:1;top:0;height:100%;left:0;}
.footbg__right {position:absolute;width:50%;z-index:1;top:0;height:100%;right:0;background: #FBFBFB;}
.footer__grid {display:grid;z-index:2;position:relative;grid-template-columns:45% 44%;justify-content: space-between;}
.f--img {margin-bottom:24px;max-height:140px;}
.footer__left .heading--small {color: #19385F;margin-bottom:12px;}
.footer__left .text {margin-bottom:24px;color: rgba(0, 0, 0, 0.75);}
.f__button {position:relative;padding:37px 70px;}
.fb--img {position:absolute;left:0;top:0;}
.f__button .button--large {position:relative;z-index:2;}

.foot__monday {padding-bottom:24px;padding-top:24px;}
.foot__monday p {font-weight: 700;font-size: 14px;line-height: 175%;color: rgba(0, 0, 0, 0.75);margin-bottom:16px;}
.foot__monday a img {display:block;max-width:200px;}
.foot__social {border-bottom: 1px solid #D3D3D3;padding:24px 0;}
.foot__social h5 {font-weight: 700;font-size: 24px;line-height: 175%;color: rgba(0, 0, 0, 0.75);margin-bottom:24px;margin-top:0;}
.socials {display:flex;column-gap:24px;}
.social {color:#000;width:47px;height:47px;display:inline-block;background: #EAEAEA;border-radius:50%;line-height:47px;text-align:center;font-size:18px;transition: all 0.15s linear;}
.social--fb:hover {background:1877F2;color:#fff;transition: all 0.15s linear;}
.social--ig:hover {background:E4405F;color:#fff;transition: all 0.15s linear;}
.social--tw:hover {background:1DA1F2;color:#fff;transition: all 0.15s linear;}
.social--li:hover {background:0A66C2;color:#fff;transition: all 0.15s linear;}
.foot__contact {padding:24px 0;}
.foot__contact h5 {font-weight: 700;font-size: 24px;line-height: 175%;color: rgba(0, 0, 0, 0.75);margin-bottom:16px;margin-top:0;}
.foot__contact a {font-weight: 700;font-size: 16px;line-height: 175%;color: #951EA0;}
.foot__copy p {font-weight: 700;font-size: 14px;line-height: 175%;color: #0A0A0A;}
.foot__copy p a{font-weight: 700;font-size: 16px;line-height: 175%;color: #951EA0;}
.foot__copy p.f--grey {color: #ACACAC;}
.f--grey a {text-decoration:underline;}

.foot1 .footbg__left {background: #87B9F9;}
.foot2 .footbg__left {background: #4C6D42;}
.foot3 .footbg__left {background: #FEF0FF;}

.foot2 .heading--small, .foot2 .text {color:#fff;}
.foot2 .button--large {background: #87B9F9;color:#fff;}

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

@media screen and (max-width: 1680px) {
	.lph__full {padding:0 20px;}
	.lp__webinar {padding:60px 0;}
	.lpw__grid {grid-template-columns: 50% 48%;}
}


@media (max-width: 1220px){
	.wrap {width:100%;padding:0 10px;}
	.menu-toggle {font-weight:700;font-size:18px;border:none;background:none;}
	.main-navigation ul {display:none;}
	.main-navigation.toggled ul {position:absolute;top:100%;left:0;width:100%;text-align:center;background: #fff;padding:10px;}
	.main-navigation ul li {margin-left:0;padding:8px 0;}
	.main-navigation ul li a {display:inline-block;}
	.ht__grid {padding: 0px 64px 64px 64px;}
	.ht__grid::before {height: 25%;}
	.hrb__inner {padding: 32px 24px;}
	.bhn {display:none;}
	.bh__grid {padding: 0px 32px 32px 32px;}

		.lp--heading--large {font-size: 64px;}
	.lp--heading--small--light {font-size: 32px;}
	.lp--heading--medium {font-size: 48px;}
	.lp--heading--small {font-size: 32px;}
	.lp--heading--tiny--light {font-size: 24px;}
	.lp--heading--tiny {font-size: 24px;}
	.lp--text--large {font-size: 18px;}
	.lp--text {font-size: 16px;}
	.lphn__n {font-size: 48px;}
	.lphn__t {font-size: 24px;}
	.lph__left {padding-left: 24px;}
	.lpe__left {padding:24px;}

		.lp--offer__grid {grid-template-columns: 48% 48%;grid-row-gap: 24px;}
	.cases__slider .home__case {height:40vw;}
	
.lpw__grid {grid-template-columns: 100%;grid-row-gap:24px;}
.lpw__left {display:grid;grid-row-gap:24px;}
}

@media (max-width: 780px){
	.base__hero {padding-top: 80px;}
	.base__wrap {padding-top: 60px;padding-bottom: 48px;}
	.base--header span {width: 100px;}
	.base--header {column-gap: 16px;}
	.heading--large {font-size: 40px;}
	.posts__grid {grid-template-columns: 100%;}
	.heading--small {font-size: 28px;}
	.footer__grid {grid-template-columns: 100%;}
	.footbg__left {width:0;height:0;}
	.footer__left {background: #87B9F9;padding:32px; 16px 24px 16px;}
	.footbg__right {width:0;height:0;}
	.footer__right {background: #FBFBFB;padding:24px 16px 32px 16px;}
	.site-footer .wrap {padding:0;}
	.site-footer {padding:0;}
	.heading--medium {font-size: 32px;}
	.pub__posts {padding-bottom: 48px;}
	.single__wrap {width:100%;padding:0 10px;}
	.sc__text {padding: 16px;}
	.single__post {margin-top: 80px;margin-bottom: 64px;}
	.sp__date {margin-bottom: 16px;}
	.sc__text .heading--small {margin-bottom: 16px;}
	.hh__grid {grid-template-columns: 100%;grid-row-gap:24px;}
	.home__services {padding-top:64px;}
	.home__services .center .heading--small {margin-bottom: 80px;}
	.hs__grid {grid-template-columns: 48% 48%;grid-row-gap: 64px;}
	.home__hero {padding-top: 80px;}
	.ha__grid {grid-template-columns: 100%;}
	.ha__content {padding: 32px;border-radius: 25px;}
	.ha__img, .hm, .hn {display:none;}
	.ht__grid {padding: 0px 32px 32px 32px;grid-template-columns: 100%;grid-row-gap:24px;}
	.home__posts {padding: 48px 0;}
	.hc__wrap {padding: 48px 32px;}
	.hc__wrap .heading--small {margin-bottom:32px;}
	.hc__clients {flex-wrap:wrap;row-gap:16px;}
	.hr__grid {grid-template-columns: 100%;grid-row-gap: 24px;}
	.foot__contact {padding: 16px 0; }
	.foot__copy {padding-top: 16px;}
	.foot__social {padding: 16px 0;}
	.foot__monday {padding: 16px 0;}
	.home__clients {padding: 48px 0;}
	.foot__social h5 {font-size: 20px;margin-bottom: 16px;}
	.foot__contact h5 {font-size:20px;}
	.contact {padding-top: 80px;padding-bottom: 48px;}
	.contact__grid {grid-template-columns: 100%;}
	.about__hero {padding-top: 80px;}
	.ah__grid {grid-template-columns: 100%;}
	.at__grid {grid-template-columns: 48% 48%;grid-row-gap: 24px; }
	.about__tools {padding: 48px 0;}
	.about__tools .heading--large {margin-bottom: 48px;}
	.at__inner img {max-width: 80%;}
	.accordion {grid-template-columns: 100%;}
	.accordion button {padding: 16px 32px 16px 16px;}
	.accordion button .icon {right: 16px;}
	.accordion-content .text {padding: 0 16px 16px 16px;}
	.bp__grid {grid-template-columns: auto;justify-content: center;}
	.bp__img {padding: 0;border: none;}
	.base__products::after {height: 30%;}
	.bh__grid {grid-template-columns:100%;grid-row-gap:24px;}
	.bh__right .heading--medium {margin-bottom: 24px;}
	.home__automation, .home__tools {margin-top:0;}

		.lph__grid {grid-template-columns: 100%;grid-row-gap:24px;padding:0 24px;}
	.lph__left {order:2;padding-left:0;}
	.lph__right {order:1;}
	.lph__left .lp--heading--large, .lp__content .lp--heading--medium {margin-bottom:24px;}
	.lph__left .lp--heading--small--light, .lp__content .lp--text--large, .lp__contact .lp__header {margin-bottom:32px;}
	.lp__offer .lp__header, .lp__clients .lp--heading--medium {margin-bottom:48px;}
	.lp__header {grid-column-gap: 32px;}
	.lph__numbers {grid-row-gap:16px;}
	.lp__content, .lp__offer, .lp__team, .lp__case, .lp__clients {padding: 48px 0;}
	.lp__offer--block {padding: 16px;}
	.lp--clients__grid {grid-template-columns: repeat(4, 24%);}
	.lp--briefing__grid {grid-template-columns: 100%;}
	.lpb__left {text-align: center;}
	.lpb__row {justify-content: center;grid-column-gap: 24px;}
	.lpb__right {grid-row-gap: 24px;}
	.lpe__grid {grid-template-columns: 100%;}
	.lpe__right iframe {position:static;height:280px;}

	.hc__grid {grid-template-columns:100%;}
	.home__calendar {padding:32px 0;}
	.hc__right img {max-height: 420px; width: 100%; object-fit: cover; object-position: center -70px;}
}

@media (max-width: 640px){
	.service {padding: 64px 32px 32px 32px;}
	.service__img img {width: 60px;}
	.service__img {width: 100px;height: 100px;}

	
	.lp--heading--large {font-size: 48px;}
	.lp--heading--small--light {font-size: 24px;}
	.lp--heading--medium {font-size: 32px;}
	.lp--heading--small {font-size: 24px;}
	.lp--heading--tiny--light {font-size: 18px;}
	.lp--heading--tiny {font-size: 18px;}
	.lp--text--large {font-size: 16px;}
	.lp--text {font-size: 16px;}
	.lphn__n {font-size: 32px;}
	.lphn__t {font-size: 18px;}
	.lp__person img, .lp__person .lp--heading--small {margin-bottom: 24px;}
	.cases__slider .home__case {height:80vw;}

.lph__full {padding:0 10px;}
.lp__webinar {padding:40px 0;}
.lpw__left .lp--text--large h2 {font-size: 32px;}
.lpw__left .lp--text--large h3 {font-size: 24px;}
.lpw__icons {row-gap:10px;}
.lpw__icons .lpb__row {grid-column-gap: 16px;}
.lpw__icons .lpb__row .lpb__img img {width:32px;}
.lpw__icons .lpb__row .lp--text {font-size:18px;}
.lpw__right {position:sticky;top:20px;}
}

@media (max-width: 480px){
	.hs__grid {grid-template-columns: 100%;grid-row-gap: 56px;}
	.gp__content {padding: 16px;}
	.f__button {padding:20px;}
	.fb--img {max-width: 270px;}
	.heading--large {font-size: 36px;}
	.hrb__inner {padding: 24px 16px;}
	.hr__meta {grid-template-columns: 80px auto;}
	.base--header span {width: 60px;}

		.lp--offer__grid {grid-template-columns: 100%;}
	.lp--team__grid {grid-template-columns: 100%;}
	.lp--clients__grid {grid-template-columns: repeat(3, 33%);}
}

