/*!
Theme Name: Silver Fox
Theme URI: https://silverfox.pl
Author: SilverFox.pl
Author URI: https://silverfox.pl
Description: Agencja Marketingowa Silver Fox
Version: 2.0.0

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Error 404
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Theming */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* import font */

:root{
	--body: #ffffff;
	--header: #ffffff;
	--header-box-shadow: #ffffff;
	--default: #000000;
	--text: #000000;
    --white: #ffffff;
    --black: #000000;
    --gray: #85888C;
	--color1: #86755d;
	--color2: #000000;
	--color3: #ffffff;
	--color4: #f8f8f8;
	

} /* variables*/

html {line-height: 1.15; -webkit-text-size-adjust: 100%;}

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

/**
 * Remove the margin in all browsers.
 */

body {margin: 0;}
body:not(.home) header#header {background: var(--color2);}
body:not(.home) header#header img {filter: inherit;}

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

p {margin-bottom: 20px;}
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;}
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; text-decoration: none;}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {color: var(--text); font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {clear: both; font-family: "Montserrat", Sans-serif;}
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; font-size: 15px; font-size: 0.9375rem; 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; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404.not-found {max-width: 1200px; margin-left: auto; margin-right: auto;}
.row.error {display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
.error--left h2 {font-size: 249px; font-weight: bold;}
.error--right {padding-top: 180px;}
.error--right h2 {font-size: 53px; font-weight: bold;}
.error--right h1 {font-size: 26px; line-height: 1.3em;}
.error--right .separator {margin-top: 50px; border-top: 2px solid; width: 25%;}
.error--search input.search-field {padding-left: calc(50px / 3); padding-right: calc(50px / 3); min-height: 50px; min-width: 330px;}
.error--search input.search-submit {min-height: 50px;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body {background: var(--body);}
hr {background-color: #ccc;	border: 0; height: 1px; margin-bottom: 1.5em;}
ul, ol {margin: 0 0 1.5em 0em;}
ul {list-style: inherit}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0;	margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto; max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em; width: 100%;}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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;
}

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


/* Header */

/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 60px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Nav menu */
.nav{width: 100%; height: 100%; position: fixed; background-color: var(--header); overflow: hidden;}
.menu a{display: block; padding: 30px; color: var(--default);}
.menu a:hover{background-color: var(--color1);}
.nav{max-height: 0; transition: max-height .5s ease-out;}

/* Menu Icon */
.hamb{cursor: pointer; float: right; padding: 40px 20px;}

/* Style label tag */

.hamb-line {background: var(--default); display: block; height: 2px; position: relative; width: 24px;} 

/* Style span tag */

.hamb-line::before, .hamb-line::after{background: var(--white); content: ''; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%;}
.hamb-line::before{top: 5px;}
.hamb-line::after{top: -5px;}

.side-menu {display: none;} 

/* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{max-height: 100%;}
.side-menu:checked ~ .hamb .hamb-line {background: transparent;}
.side-menu:checked ~ .hamb .hamb-line::before {transform: rotate(-45deg); top:0;}
.side-menu:checked ~ .hamb .hamb-line::after {transform: rotate(45deg); top:0;}

/* Responsiveness */
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    }
    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
        color: var(--color1);

    }

    .hamb{
        display: none;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: var(--default);}
a:visited {color: var(--color1);}
a:hover, a:focus, a:active {color: var(--color1);}
a:focus {outline: thin dotted;}
a:hover, a:active {outline: 0;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right;	margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

footer a {color: var(--color3);}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.updated:not(.published) {display: none;}
.page-links {clear: both; margin: 0 0 1.5em;}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1280px !important;}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

/*--------------------------------------------------------------
## Flexible
--------------------------------------------------------------*/

.fc-accordion{margin:25px 0}
.accordion {background-color: #eee;color: #444;cursor: pointer;padding: 18px;width: 100%;margin:5px 0;border:2px solid var(--color2);text-align: left;outline: none;font-size: 15px;transition: 0.4s;}
.accordion:after {content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 13px;color: var(--color2);float: right;margin-left: 5px;}
.fc-accordion .active:after {content: "\2796"; /* Unicode character for "minus" sign (-) */  }
.active, .accordion:hover {background-color: var(--color2);}
.panel {padding: 0 18px; display: none; overflow: hidden;}
.accordion__content{padding-left:25px;padding-right:25px;overflow-y:hidden;max-height:5000px;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}
.accordion__content p{margin:25px 0}
.accordion__content p:first-child{margin-top:5px}
.accordion__content ol,.accordion__content ul{margin:25px 0;padding-left:20px}
.accordion__content ol li,.accordion__content ul li{margin:5px 0;line-height:1.3}
.accordion__content ul li{position:relative}
.accordion__content ul li::before{background-color:var(--color2);width:8px;height:8px;position:absolute;left:-20px;top:7px}

.fc-gallery{padding:45px 0;position:relative}
.fc-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px}
.fc-gallery__grid img{width:100%;height:calc((1220px / 4) - 50px);-o-object-fit:cover;object-fit:cover}
@media only screen and (max-width:1220px){
    .fc-gallery__grid img{height:calc((1220px / 4) - 75px)}
}
@media only screen and (max-width:1024px){
    .fc-gallery__grid{grid-template-columns:repeat(2,1fr)}
    .fc-gallery__grid img{height:calc((1220px / 2) - 300px)}
}
@media only screen and (max-width:768px){
    .fc-gallery__grid{grid-template-columns:1fr}
    .fc-gallery__grid img{height:inherit}
}
.fc-gallery__captions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.fc-gallery__captions .caption{font-size:14px;line-height:1.4;padding:10px;border-bottom:2px solid #ddd}
.fc-gallery__captions img{width:250px;-webkit-border-radius:5%;border-radius:5%;height:250px;-o-object-fit:cover;object-fit:cover}
.fc-gallery-slider{display:inherit}.fc-gallery-slider .caption{border-bottom:none}
.fc-gallery .tns-controls button{position:absolute;z-index:50;top:calc(170px - 27px);left:-60px;border:none;background:url(../img/back.png);-webkit-filter:brightness(80%);filter:brightness(80%);width:36px;height:60px}
@media screen and (max-width:1320px){
    .fc-gallery .tns-controls button{left:0}
}
.fc-gallery .tns-controls button:last-child{left:inherit;right:-60px;-webkit-transform:rotate(-180deg) translateY(9px);-ms-transform:rotate(-180deg) translateY(9px);transform:rotate(-180deg) translateY(9px)}
@media screen and (max-width:1320px){
    .fc-gallery .tns-controls button:last-child{right:0}
}
.fc-downloads{margin:45px 0}.download-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.download-row:hover{color:var(--color2)}.download-row img{height:20px;margin-right:10px}
.downloads-table{width:100%}.downloads-table tr td:last-child{text-align:right}
.downloads-table tr td:first-child{text-align:left}
.downloads-table thead tr td{padding:10px 0;font-weight:600;border-bottom:1px solid #999}
.fc-heading h1,.hero .hero-slider__text{font-weight:700;font-family:Akrobat}
.downloads-table tbody tr td{vertical-align:middle;padding:15px 0;border-bottom:1px solid #eee}
.downloads-table tbody tr td:nth-child(2),.downloads-table tbody tr td:nth-child(3){color:#666;font-size:14px}
@media only screen and (max-width:768px){
    .downloads-table thead tr td:nth-child(2),.downloads-table thead tr td:nth-child(3){display:none}
    .downloads-table tbody tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
    .downloads-table tbody tr td{padding:5px 0;border-bottom:none}
    .downloads-table tbody tr td:nth-child(2),.downloads-table tbody tr td:nth-child(3){padding-left:25px;text-align:left}
    .downloads-table tbody tr td:first-child{padding-top:10px}
    .downloads-table tbody tr td:last-child{padding-bottom:10px;border-bottom:1px solid #eee}
}
.fc-button{padding:5px 0}.fc-heading{margin:25px 0}
.fc-heading h1{margin:45px 0 25px;padding-bottom:25px;text-align:center;font-size:50px;color:var(--color2);border-bottom:2px solid #ddd}
.fc-heading h2{margin:45px 0 25px;color:var(--color2);font-size:36px}
.fc-heading h3{margin:25px 0;font-size:16px;var(--color3)}
.fc-heading h4,.fc-heading h5{margin:25px 0;var(--color2);font-size:16px}
.fc-image img{display:block;margin:auto}
section.fc-team {margin-top: 50px; margin-bottom: 50px;}
.team-row {display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
@media only screen and (max-width:768px){
    .team-row {display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;}

.top-menu-info br{display: none;}



.header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 99999 !important;
}
.kontakt {
    width: 100%;
    background: url(/wp-content/uploads/2018/09/gwiazda-polowa-1.jpg) #ffffff no-repeat;
    height: 550px;
}
h2.contacttitle {
    font-size: 70px;
    color: #cccccc;
    font-style: italic;
    padding-bottom: 20px;
}

.kontaktlewy {
    width: 45%;
    float: left;
    left: 295px;
    position: relative;
    top: 130px;
}

.kontaktprawy {
    width: 50%;
    float: right;
}



.cena {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    right: 5px;
    position: relative;
    background: #c01e2cb3;
    color: #ffffff;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-bottom: -62px;
    z-index: 9999 !important;
}

.informacja {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    right: 5px;
    position: relative;
    background: #c01e2c;
    color: #ffffff;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-bottom: -57px;
    z-index: 999999 !important;
}

.przycisk-info {
    margin-top: 10%;
}
.przycisklewy {
    background: #c01e2c;
    padding: 20px;
    color: #ffffff;
    text-align: center;
}

.przycisklewy a {
    color: #ffffff;
    font-weight: 700;
    padding: 20px;
	text-transform: uppercase;
}

.przyciskprawy {
    background: #c01e2c;
    padding: 20px;
	margin-top:10px;
    color: #ffffff;
    text-align: center;
}

.przyciskprawy a {
    color: #ffffff;
    font-weight: 700;
    padding: 0px;
    text-transform: uppercase;
}


.stopka {
    margin-left: auto;
    margin-right: auto;
    background: url(/wp-content/uploads/2018/09/stopka2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 115px;
    margin-top: -85px;
    z-index: 99999 !important;
    position: relative;
}

.stopkalewa {
    float: left;
    left: 300px;
    top: 65px;
    position: relative;
    color: #ffffff;
}

.stopkaprawa {
    float: right;
    top: 65px;
    position: relative;
    text-align: right;
    left: 600px;
    color: #ffffff;
}

.header nav {
    padding: 12px 0;
    width: 50%;
    float: right;
    height: 100%;
    line-height: 75px;
    margin: 0;
}

.header nav ul li a {
    color: #012550;
    display: block;
    margin: 0 0 0;
    transition: all 0.2s;
    z-index: 2;
    position: relative;
}
.header nav ul li {
    padding: 0;
    margin: 3px 1.5% 6px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.header nav > ul > li.current_page_parent > a, .header nav > ul > li.current-menu-parent > a, .header nav > ul > li.current-menu-ancestor > a, .header nav > ul > li.current-menu-item > a, .header nav > ul > li.current_page_item > a {
    color: #c01e2c;
}

.header nav ul li a:hover {
    color: #c01e2c;
}

.header nav > ul > li.current_page_parent:after, .header nav > ul > li.current-menu-parent:after, .header nav > ul > li.current-menu-ancestor:after, .header nav > ul > li.current-menu-item:after, .header nav > ul > li.current_page_item:after {
    width: 33px;
    height: 53px;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -25px 0 0 -17px;
    display: block;
    position: absolute;
    background: none;
}

.s-post .post-auto {
    position: relative;
    padding: 0 0 0 0px;
    margin: 0 0 20px;
    min-height: 56px;
}

.s-post {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 40px;
    box-shadow: none;
    border-radius: none;
    padding: 26px 31px 0;
    font-size: 15px;
    color: #868ca7;
    line-height: 180%;
}
@media only screen and (max-width: 768px) {
.header nav > ul {
    background: #ffffff;
    padding: 30px 0 0px;
    box-shadow: 0 0 25px 0 rgb(255, 255, 255);
}
.header-menutoggle {
    position: absolute;
    top: 50px;
    right: 0;
    float: none;
    color: #c01e2c;
    margin: 0;
    height: 50px;
}
}
@media (min-width: 791px) {
.kontakt-mobile {
    display: none;
}
}

@media only screen and (max-width: 790px) {
.kontakt {
    display: none;
}
.stopka {
    margin-left: auto;
    margin-right: auto;
    background: url(/wp-content/uploads/2018/09/stopka2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 43px;
    margin-top: -13px;
    z-index: 99999 !important;
    position: relative;
}
.stopkalewa {
    float: left;
    left: 0px;
    font-size: 10px;
    top: 10px;
    text-align: center;
    position: relative;
    color: #ffffff;
}
span.realizacja {
    content: '\A';
    white-space: pre;
}
}
.kontaktlewy-mobile {
    padding-top: 30px;
    padding-left: 20px;
}
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 260px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
