/*
Author: Studio Olawski
Author URI: https://olawski.pl
*/

/*
1.0 - Typography & Colors
2.0 - Layout & Content
	2.1 - Header
	2.2 - Front Page
	2.3 - Content & Sidebar
	2.4 - Contact
	2.5 - Footer
3.0 - Media Queries
	3.1 - => 768px
	3.2 - <= 1599px
	3.3 - <= 1365px
	3.4 - <= 1199px
	3.5 - <= 991px
	3.6 - <= 767px
	3.7 - <= 575px
	3.8 - <= 428px
*/

/* 1.0 - Typography & Colors */

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
	color: #202020;
	font-size: 20px;
}
button,
input,
select,
textarea {
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Varela Round", sans-serif;
	font-weight: normal;
	color: #000000;
}
h1,
.page-header .page-title {
	font-size: clamp(24px, 5vw, 60px);
}
.single-post .page-header h1 {
	font-size: clamp(24px, 4vw, 44px);
}
/*
.page-header .location-intro h1 {
	font-size: clamp(24px, 5vw, 60px);
}
*/
h2,
body.page-template-front-page h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5, h6 {
	font-size: 20px;
}
h2.widget-title,
body.page-template-front-page h2 {
	margin-bottom: 24px;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	margin-top: 40px;
	margin-bottom: 24px;
}
.sg-btn,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	border-radius: 5px 17px;
}
.mejs-button > button {
	border-radius: 0;
}
a,
.sg-btn,
.widget_contact li:before {
	color: #647800;
}
/*
.single-lokalizacja a,
.single-lokalizacja .sg-btn,
.single-lokalizacja .widget_contact li:before {
	color: #ff4a1e;
}
*/
.sg-btn-alt {
	color: #ffffff;
	border-color: #647800;
	background: #647800;
}
/*
.single-lokalizacja .sg-btn-alt {
	color: #ffffff;
	border-color: #ff4a1e;
	background: #ff4a1e;
}
*/
.sg-btn {
	margin-top: 32px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
}
body.page-template-front-page .widget_contact li:before {
	background: #63a01b;
}

/* 2.0 - Layout & Content */

.sg-wrapper-full {
	max-width: none;
}
.sg-wrapper-md {
	max-width: 960px;
}
.sg-wrapper-sm {
	max-width: 600px;
}
.sg-panel-content {
	max-width: 720px;
}
.site-content-container {
	overflow: hidden;
}

/* 2.1 - Header */

.page-header-inner,
.site-header .sg-wrapper,
.page-header .header-details,
.page-header .page-title,
.page-header .taxonomy-description {
	max-width: 1440px;
}
.site-header {
	z-index: 2;
	position: relative;
}
.site-header-options {
	padding-bottom: 15px;
}
.site-header-navbar-inner,
.site-header-options-inner {
	height: auto;
}
.site-header-navbar-inner {
	padding: 15px 0;
}
.header-menu {
	margin: 0 -15px;
}
.header-menu > li {
	padding: 0 15px;
	line-height: 36px;
}
.main-navigation .header-menu > li {
	line-height: 40px;
}
.site-header-navbar {
	font-family: "Varela Round", sans-serif;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	box-shadow: none;
}
.site-header-navbar a,
.site-header-navbar a:hover,
.isMobile .site-header-navbar a:hover {
	color: #ffffff;
}
.icon-links-menu a:hover:before {
	color: #ffffff;
	background-color: transparent;
}
.icon-links-menu a:before,
.isMobile .site-header .icon-links-menu a:hover:before {
	color: #ffffff;
	background-color: transparent;
}
.header-menu ul a,
.header-menu ul a:hover {
	color: #ffffff;
}
.site-header-mmenu-btn a:before,
.site-header-mmenu-btn a:hover:before,
.isMobile .site-header-mmenu-btn a:hover:before {
	color: #ffffff;
	background-color: transparent;
}
.site-header .site-branding .logo {
	width: 305px;
	height: 48px;
	background-image: url("images/logo-loftmill.png");
	background-size: contain;
}
.site-header-menu .header-menu > li > a {
	position: relative;
}
/*
.site-header-menu .header-menu > li:hover > a:after,
.site-header-menu:not(:hover) .header-menu > li.current-menu-ancestor > a:after,
.site-header-menu:not(:hover) .header-menu > li.current-page-ancestor > a:after,
.site-header-menu:not(:hover) .header-menu > li.current_page_item > a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 100%;
	content: "";
	border-bottom: 2px solid #ffffff;
}
*/
.header-menu {
	font-size: 26px;
	font-weight: normal;
}
.header-menu ul {
	z-index: 1;
	padding-top: 2px;
}
.header-menu ul li {
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.75);
	border-color: rgba(0, 0, 0, 0.5);
}
.header-menu ul li:first-child:before {
	display: none;
}
/*
.site-header-other-links {
	border-right: 1px solid #eaeaea;
}
*/
.icon-links-menu a,
.other-links .header-menu {
	font-size: 18px;
}
.site-header .site-header-options .header-menu > li > a {
	color: rgba(255, 255, 255, 0.7);
}
.other-links .header-menu > li.pll-parent-menu-item > a:after {
	display: inline-block;
	vertical-align: top;
	padding-left: 4px;
	font: normal normal 900 16px/36px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
}
.other-links .header-menu ul a {
	min-width: 0;
}
.site-header-search-form .search-form .search-field {
	font-family: "Open Sans", sans-serif;
}
.header-video {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
}
/*
.site-header-slider .slider-item:before,
.page-header:before {
	background: rgba(0, 0, 0, 0.4);
}
*/

.fp-header:after,
.fp-header:before,
.page-header:after,
.page-header:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.fp-header:before,
.page-header:before {
	background: linear-gradient(to bottom, rgba(100, 120, 0, 0.88), rgba(0, 0, 0, 0.24) 360px);
	mix-blend-mode: multiply;
}
.fp-header:after,
.page-header:after {
	background: transparent url("images/header-bg.png") 50% 50% no-repeat;
}
.page-header .scroll,
.site-header .scroll {
	animation: scrollDown 1.8s ease infinite;
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	font-size: 36px;
	color: #ffffff;
}
@keyframes scrollDown {
	0% {
		bottom: 24px;
	}
	50% {
		bottom: 48px;
	}
	100% {
		bottom: 24px;
	}
}
.site-header-main {
	background: url("images/header-start.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.site-header-slider {
	display: none;
}
.site-header-main,
.site-header-slider .slider-item {
	height: 720px;
}
.site-header-slider .slider-item {
	position: relative;
}
.fp-header,
.fp-header-content,
.fp-header-content-inner {
	height: 100%;
}
.fp-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.fp-header h1,
.page-header .page-title {
	text-align: center;
	line-height: 1.2;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.fp-header-content-inner {
	z-index: 1;
}
.fp-header p {
	font-size: 18px;
}
.fp-header-social {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fp-header-social ul {
	list-style-type: none;
}
.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 130px 0 30px;
	min-height: 480px;
	background: #a0a0a0 url("images/header-podstrona.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.page-header,
.page-header .page-title {
	color: #ffffff;
}
.page-header-inner {
	width: 100%;
	margin: auto;
}
.fp-header-content-inner,
.page-header-full {
	padding: 121px 0 100px;
	justify-content: center;
}
.header-description {
	text-align: center;
	font-size: 1em;
}
.page-template-full-width .page-header {
	margin-bottom: 0;
}
.page-header > * {
	z-index: 1;
	position: relative;
	flex: 0 0 100%;
}
body.single-lokalizacja .page-header {
	background-image: url('images/header-lokalizacja-2.jpg');
}
/*
body.single-lokalizacja .page-header::before {
	background: rgba(0, 0, 0, 0.6);
}
*/
body.page-id-374 .page-header,
body.page-id-66 .page-header,
body.term-coworking .page-header,
body.term-coworking-en .page-header {
	background-image: url('images/header-coworking-2.jpg');
}
body.page-id-378 .page-header,
body.page-id-30 .page-header,
body.term-wirtualne-biuro .page-header,
body.term-virtual-office .page-header {
	background-image: url('images/header-wirtualne-biuro.jpg');
}
body.page-id-376 .page-header,
body.page-id-27 .page-header,
body.term-biura-serwisowane .page-header,
body.term-serviced-offices .page-header {
	background-image: url('images/header-biura-serwisowane.jpg');
}
body.page-id-255 .page-header,
body.page-id-230 .page-header {
	background-image: url('images/header-kontakt.jpg');
}
body.page-id-180 .page-header,
body.page-id-23 .page-header {
	background-image: url('images/header-oferta.jpg');
}
body .mm .btn-link a {
	color: #647800;
}
.site-header .btn-link > a {
	padding: 0 10px;
	border-radius: 5px 17px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #ffffff;
}

/* 2.2 - Front Page */

.page-template-front-page .entry-content > .panel-layout > .panel-grid:nth-child(even) {
	background: #f6f6f6;
}
.stats-counter {
	font-family: "Varela Round", sans-serif;
}
.stats-counter h5 {
	font-size: 40px;
	color: #647800;
	margin: 0 !important;
}
.stats-counter p {
	font-size: 20px;
}
.stats-counter .sow-features-list .textwidget p {
	text-align: center;
}
.fp-locations-header {
	margin-bottom: 24px;
}
.box-entries-container,
.locations-list-container,
.stats-numbers-container {
	justify-content: center;
	margin-top: -30px;
}
.box-entry,
.content-area .box-entry {
	flex: 0 0 300px;
	margin-bottom: 0;
	border: none;
	padding: 30px 15px 0;
	text-align: left;
}
.box-entry-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	height: 100%;
	min-height: 300px;
	background: #ffffff;
	border-radius: 10px 10px 5px 5px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}
.box-entry-item .post-thumbnail img {
	margin-bottom: 12px;
	border-radius: 5px 5px 0 0;
}
.box-item-text,
.box-item-read-more {
	padding: 0 20px;
}
.box-item-read-more {
	padding-top: 8px;
}
.box-item-text {
	flex-grow: 1;
}
.block-entries-container {
	margin: -30px -15px 0;
	background: transparent url("images/gfx5.png") left 55% bottom 8% no-repeat;
}
.block-entries-container:after {
	clear: both;
	display: table;
	content: "";
}
.block-entries-container .block-entry {
	position: relative;
	float: left;
	margin: 0;
	border: none;
	padding: 30px 15px 0;
	width: 50%;
	height: 440px;
}
.block-entries-container article.block-entry:first-child {
	margin-top: 0;
}
.block-entries-container .block-entry:nth-child(2) {
	margin-top: 220px;
}
.block-entries-container .block-entry:nth-child(odd) {
	margin-top: -220px;
}
.block-entries-container .block-entry:nth-child(1):before,
.block-entries-container .block-entry:nth-child(2):before,
.block-entries-container .block-entry:nth-child(4):before,
.block-entries-container .block-entry:nth-child(5):before {
	z-index: 1;
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}
.block-entries-container .block-entry:nth-child(1):before {
	right: -60px;
	top: 48%;
	width: 99px;
	height: 98px;
	background-image: url("images/gfx1.png");
}
.block-entries-container .block-entry:nth-child(2):before {
	left: 15%;
	top: -112px;
	width: 405px;
	height: 331px;
	background-image: url("images/gfx2.png");
}
.block-entries-container .block-entry:nth-child(4):before {
	left: 24%;
	top: 45%;
	width: 24px;
	height: 24px;
	background-image: url("images/gfx3.png");
}
.block-entries-container .block-entry:nth-child(5):before {
	right: 15%;
	top: 30%;
	width: 47px;
	height: 47px;
	background-image: url("images/gfx4.png");
}
.block-entries-container .block-entry-item {
	flex-direction: column;
	justify-content: flex-end;
}
.block-entry-item {
	position: relative;
	display: flex;
	height: 100%;
	background: #eaeaea 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.block-entry-item p {
	margin: 0;
	padding: 5px 15px 0;
	text-align: left;
	color: #000000;
	background: #ffffff;
	align-self: stretch;
}
.block-entries-container .entry-title {
	z-index: 1;
	margin: 0;
	padding: 15px 15px 10px;
	line-height: 1;
	text-align: left;
	background: #ffffff;
}
.block-entries-container-alt {
	background: transparent;
}
.block-entries-container-alt .block-entry {
	top: 0 !important;
}
.block-entries-container-alt .block-entry p,
.block-entries-container-alt .block-entry:before {
	display: none !important;
}
.location-services-item-inner:after {
	background: linear-gradient(12deg, rgba(0, 0, 0, 0.4), transparent 60%)
}
.location-services-item h3 {
	z-index: 1;
	margin: 15px 20px;
	font-size: 32px;
	line-height: 1;
	text-align: left;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
	background: transparent;
}
.location-services-item h3 a {
	color: #ffffff;
}
.block-entry-item:after,
.block-entry-item .entry-title a:after,
.location-services-item-inner:after,
.location-services-item h3 a:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
.block-entry-item .entry-title a:after {
	z-index: 1;
}
.box-entry-item .entry-title {
	margin-bottom: 8px;
}
.block-entry-item .entry-title:before,
.box-entry-item .entry-title:before {
	display: none;
}
.box-entry-item .entry-custom-summary {
	font-size: 15px;
	font-weight: normal;
}
.box-entry-item p {
	margin: 0;
}
.box-entry-item .read-more a {
	position: relative;
	display: block;
}
.box-entry-item .read-more i {
	position: absolute;
	top: 5px;
	right: 0;
}
.fp-safety h2 {
	color: #647800;
}
.fp-safety .widget_media_image {
	margin-top: -22%;
	margin-right: -8%;
}
.fp-safety .widget_media_image img {
	margin-right: 0;
}
.icons-list-container {
	margin-top: -30px;
}
.icons-list-container > div,
.stats-numbers-container > div {
	flex: 0 0 auto;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.icons-list-container > div {
	flex-basis: 33.333333%;
	max-width: 33.333333%;
}
.icons-list-container .widget-title {
	font-size: 16px;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
.icons-list-container .widget-title + .textwidget p {
	margin-top: 8px;
}
.icons-list-container .widget-title:before {
	display: block;
	margin-bottom: 12px;
	border-top: none;
	width: 60px;
	height: 60px;
	font: normal normal 900 24px/60px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	color: #647800;
	background: #ffffff;
	content: "\f3a5";
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.fs-icon-time .widget-title:before {
	content: "\f1da";
}
.fs-icon-calendar .widget-title:before {
	content: "\f274";
}
.fs-icon-money .widget-title:before {
	content: "\f4c0";
}
.fs-icon-list .widget-title:before {
	content: "\f46d";
}
.fs-icon-hands .widget-title:before {
	content: "\f2b5";
}
.fs-icon-users .widget-title:before {
	content: "\f0c0";
}
.fs-icon-bank .widget-title:before {
	content: "\f4d3";
}
.fs-icon-briefcase .widget-title:before {
	content: "\f0b1";
}
.fs-icon-smile .widget-title:before {
	content: "\f5b8";
}
.fs-icon-wifi .widget-title:before {
	content: "\f1eb";
}
.fs-icon-like .widget-title:before {
	content: "\f164";
}
.fs-icon-road .widget-title:before {
	content: "\f018";
}
.fs-icon-gym .widget-title:before {
	content: "\f44b";
}
.fs-icon-basket .widget-title:before {
	content: "\f291";
}
.fs-icon-parking .widget-title:before {
	content: "\f540";
}
.fs-icon-car .widget-title:before {
	content: "\f1b9";
}
.fs-icon-bus .widget-title:before {
	content: "\f207";
}
.fs-icon-pencil .widget-title:before {
	content: "\f5ae";
}
.fs-icon-ruler .widget-title:before {
	content: "\f546";
}
.fs-icon-globe .widget-title:before {
	content: "\f0ac";
}
.fs-icon-key .widget-title:before {
	content: "\f084";
}
.fs-icon-couch .widget-title:before {
	content: "\f4b8";
}
.fs-icon-phonebooth .widget-title:before {
	content: "\f2a0";
}
.fs-icon-printer .widget-title:before {
	content: "\f02f";
}
.fs-icon-blender .widget-title:before {
	content: "\f517";
}
.fs-icon-coffee .widget-title:before {
	content: "\f0f4";
}
.fs-icon-water .widget-title:before {
	content: "\f043";
}
.fs-icon-broom .widget-title:before {
	content: "\f51a";
}
.fs-icon-tools .widget-title:before {
	content: "\f7d9";
}
.fs-icon-shield .widget-title:before {
	content: "\f3ed";
}
.fs-icon-bell .widget-title:before {
	content: "\f562";
}
.fs-icon-hotel .widget-title:before {
	content: "\f594";
}
.fs-icon-train .widget-title:before {
	content: "\f238";
}
.fs-icon-city .widget-title:before {
	content: "\f64f";
}
.fs-icon-bike .widget-title:before {
	content: "\f84a";
}
.fs-icon-plane .widget-title:before {
	content: "\f072";
}
.icons-list-container .textwidget {
	font-size: 14px;
}
.stats-numbers-container > div {
	flex-basis: 25%;
	max-width: 25%;
	font-size: 14px;
	line-height: 40px;
	color: #808080;
}
.stats-numbers-container strong {
	margin-right: 2px;
	font-family: "Varela Round", sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #000000;
}
.fp-locations-header p {
	text-transform: uppercase;
	color: #000000;
}
.locations-list-item {
	position: relative;
	padding-top: 30px;
	flex-basis: 400px;
	max-width: 400px;
	text-align: left;
}
.locations-list-container .location-thumbnail {
	display: block;
	margin-bottom: -52px;
}
.locations-list-container .location-thumbnail img {
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 16/9;
}
.location-name {
	margin: 0;
}
.locations-list-container .location-name {
	display: inline-block;
	padding: 8px 10px;
	background: #ffffff;
}
.locations-list-container .location-name-alt a:after {
	display: none;
}
.location-address {
	text-transform: uppercase;
}
.locations-list-item .location-address,
.locations-list-item .location-contact,
.locations-list-item .location-link {
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
}
.locations-list-item .location-contact {
	margin-top: 5px;
}
.locations-list-item .location-link {
	font-size: 14px;
}
.location-link a {
	display: inline-block;
	border: 2px solid #647800;
	padding: 0 10px;
	border-radius: 5px 17px;
	line-height: 36px;
	font-weight: 700;
}
.location-name a:not(:hover) {
	color: inherit;
}
.fp-about .sg-panel-img:after {
	background: #a0a0a0 url("images/about-chillispaces.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.fp-features .sow-features-feature h5 {
	font-size: 1.1em;
	margin: 0 0 5px !important;
}
.fp-features .sow-features-feature .textwidget {
	width: 100%;
	text-align: left;
}
.fp-features .sow-icon-container {
	margin: 0 10px 0 0 !important;
	flex-shrink: 0;
}

/* 2.3 - Content & Sidebar */

.entry-item .entry-title {
	font-size: 1.2em;
}
.image-navigation .nav-previous,
.post-navigation .nav-previous .meta-nav,
.image-navigation .nav-next,
.post-navigation .nav-next .meta-nav,
.nav-links .post-title {
	font-size: 16px;
}
.comment-author,
.comment-form label,
.wpcf7 label,
.wpcf7-quiz-label {
	font-size: 16px;
}
.widget-title span {
	color: #647800;
}
/*
.single-lokalizacja .widget-title span {
	color: #ff4a1e;
}
*/
.sg-text-center .widget-title {
	text-align: center;
}
.sg-content-center {
	text-align: center;
}
.arrow-link {
	padding-right: 60px;
	background: transparent url("images/long-arrow.svg") right center no-repeat;
	background-size: auto 70%;
}
/*
.single-lokalizacja .arrow-link {
	background-image: url("images/long-arrow-alt.svg");
}
*/
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #647800;
}
/*
.single-lokalizacja button,
.single-lokalizacja button[disabled]:hover,
.single-lokalizacja button[disabled]:focus,
.single-lokalizacja input[type="button"],
.single-lokalizacja input[type="button"][disabled]:hover,
.single-lokalizacja input[type="button"][disabled]:focus,
.single-lokalizacja input[type="reset"],
.single-lokalizacja input[type="reset"][disabled]:hover,
.single-lokalizacja input[type="reset"][disabled]:focus,
.single-lokalizacja input[type="submit"],
.single-lokalizacja input[type="submit"][disabled]:hover,
.single-lokalizacja input[type="submit"][disabled]:focus {
	background: #ff4a1e;
}
*/
.content-area,
.sidebar {
	padding-left: 0;
	padding-right: 0;
	flex-basis: 100%;
	max-width: 100%;
}
.content-area {
	padding-top: 0;
}
.page-template-full-width .content-area {
	padding-bottom: 0;
}
.entry-title:before,
body.page-template-front-page h2:before {
	display: none;
}
.entry-content h2.widget-title {
	text-transform: uppercase;
}
.sidebar:before {
	display: none;
}
.comments-area,
.full-content .entry-footer,
.main-content,
.page-content,
.navigation {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
}
.single-post .comments-area,
.single-post .main-content,
.single-post .navigation {
	max-width: 1200px;
}
.header-details,
.taxonomy-description p {
	margin-bottom: 0;
}
.taxonomy-description {
	text-align: center;
}
.page-header .header-details,
.page-header .taxonomy-description {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.header-location-address {
	margin-top: 0;
	margin-bottom: 10px;
}
.header-services {
	margin-top: 10px;
	margin-bottom: 0;
}
.header-services-list span:after {
	content: " /"
}
.header-services-list span:last-child:after {
	display: none;
}
article.full-content,
.main-content:last-child {
	padding-bottom: 0;
	border: none;
}
article.main-content {
	position: relative;
	padding-bottom: 31px;
	border: none;
}
article.main-content:after {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	display: block;
	border-bottom: 1px solid #eaeaea;
	content: "";
}
article.main-content:last-child:after {
	border: none;
}
article .read-more {
	font-size: 14px;
}
.entry-location .entry-title {
	margin-bottom: 4px;
}
.entry-location .location-address {
	margin-bottom: 16px;
}
#page .full-content .panel-grid .sg-panel-wrapper > .panel-grid-cell {
	padding-left: 15px;
	padding-right: 15px;
}
#page .full-content .entry-content > .panel-layout > .panel-grid:nth-child(even) {
	background: #f6f6f6;
}
.page-id-59 .panel-grid,
.page-id-197 .panel-grid {
	background: transparent !important;
}
.single-lokalizacja .sow-features-list h5 {
	margin: 0 !important;
}
.single-lokalizacja .icons-list-container .widget-title {
	font-size: 14px;
}
.line-bg {
	position: relative;
}
.line-bg:before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	margin-top: -6px;
	width: 100%;
	height: 12px;
	content: "";
	background: #647800;
}
/*
.single-lokalizacja .line-bg:before {
	background: #ff4a1e;
}
*/
.panel-grid .gallery {
	margin-bottom: 0;
}
.gallery.slick-slider {
	margin-top: 0;
}
.slick-slider .gallery-item {
	padding-top: 0;
}
main .slick-slider .slick-arrow {
	z-index: 1;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	text-indent: -999em;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid;
	color: #647800;
	background: #ffffff;
	outline: none;
}
/*
.single-lokalizacja main .slick-slider .slick-arrow {
	color: #ff4a1e;
}
*/
main .slick-slider .slick-arrow.slick-disabled {
	opacity: 0;
}
main .slick-slider .slick-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font: normal normal 900 24px/38px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-indent: 0;
}
main .slick-slider .slick-next {
	right: -5px;
}
main .slick-slider .slick-next:after {
	padding-left: 2px;
	content: "\f105";
}
main .slick-slider .slick-prev {
	left: -5px;
}
main .slick-slider .slick-prev:after {
	padding-right: 2px;
	content: "\f104";
}
.widget-services-list {
	margin-top: -30px;
	text-align: center;
}
.widget-services-list > div {
	padding-top: 30px;
}
.widget-services-list a {
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.widget-services-list a:before {
	display: block;
	margin: 0 auto 12px;
	width: 72px;
	height: 72px;
	font: normal normal 900 24px/72px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	background: #647800;
	content: "\f00c";
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.widget-services-list .serviced-offices:before,
.widget-services-list .biura-serwisowane:before {
	content: "\f1ad";
}
.widget-services-list .coworking-en:before,
.widget-services-list .coworking:before {
	content: "\f500";
}
.widget-services-list .virtual-office:before,
.widget-services-list .wirtualne-biuro:before {
	content: "\f108";
}
.comparison-table .textwidget {
	overflow-x: auto;
}
.comparison-table .textwidget table {
	margin-top: 24px;
	min-width: 738px;
	text-align: center;
}
.comparison-table table img {
	margin: 0 auto;
	width: auto;
	height: 24px;
}
.comparison-table tr {
	border-bottom: 1px solid #d0d0d0;
}
.comparison-table tbody tr:last-child {
	border: none;
}
.comparison-table thead th {
	color: #647800;
}
.comparison-table tbody th {
	text-align: left;
}
.comparison-table .fas {
	font-size: 16px;
}
.comparison-table .fa-times {
	opacity: 0.5;
}
.comparison-table .fa-check {
	color: #647800;
}
.comparison-table td,
.comparison-table th {
	border: none;
	height: 50px;
	line-height: 18px;
	font-size: 14px;
}
.comparison-table td:nth-child(even),
.comparison-table th:nth-child(even) {
	background: #eaeaea;
}
.locations-slider-container {
	margin: -10px -5px 0;
}
.locations-slider-container.slick-slider {
	margin-top: 0;
}
.locations-slider-container.slick-slider .locations-slider-item {
	padding-top: 0;
}
.locations-slider-item {
	display: inline-block;
	padding: 10px 5px 0;
	width: 33.333333%;
	height: 236px;
	text-align: center;
	vertical-align: top;
}
.location-details-item-alt > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.location-details-item-alt > div .location-name {
	position: static;
}
.location-details-item-alt h3 a:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
.location-thumbnail-bg,
.location-thumbnail-bg .location-name,
.location-thumbnail-bg a {
	color: #ffffff;
}
.location-thumbnail-bg {
	background-position: center top;
	background-size: cover;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.locations-slider-item .location-name {
	margin-top: 0;
}
.locations-slider-item .location-address {
	margin-bottom: 0;
}
.locations-slider-item .location-thumbnail-bg {
	display: table;
	width: 100%;
	height: 100%;
}
.locations-slider-item .location-info {
	display: table-cell;
	padding: 10px 32px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.4);
}
.locations-details-container {
	margin-top: -30px;
}
.locations-details-container > div {
	flex-basis: 33.333333%;
	max-width: 33.333333%;
	padding-top: 30px;
}
.locations-details-container .location-thumbnail-bg {
	position: relative;
	padding: 12px;
	min-height: 208px;
}
.locations-details-container .location-thumbnail-bg:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.4);
}
.locations-details-container .location-name,
.locations-details-container ul {
	z-index: 1;
	position: relative;
}
.locations-details-container .location-name {
	margin: 0;
}
main .locations-details-container ul {
	margin: 0;
	list-style-type: none;
}
.locations-details-container li {
	position: relative;
	margin-top: 4px;
	padding-left: 24px;
}
.locations-details-container li:before {
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 20px;
	height: 24px;
	font: normal normal 900 16px/24px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	text-shadow: none;
}
.list-icon-address:before {
	content: "\f3c5";
}
.list-icon-manager:before {
	content: "\f508";
}
.list-icon-phone:before {
	content: "\f095";
}
.list-icon-email:before {
	content: "\f1fa";
}
.locations-details-container .show-more {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 12px;
	font-size: 20px;
	text-shadow: none;
}
#page .full-content #section-map .panel-grid-cell {
	padding: 0;
}
#section-map strong {
	font-weight: bold;
}
#map {
	height: 540px;
}
#section-map {
	position: relative;
	height: 540px;
}
#section-map .pods_widget_view {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 120px;
	width: 530px;
	height: 100%;
}
.manager-contact-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	height: 100%;
	text-align: center;
	background: #eaeaea;
}
.manager-contact-form .sg-col {
	margin-bottom: 10px;
}
.manager-contact-form label {
	font-size: 14px;
	font-weight: 400;
}
.manager-contact-form input:not(.wpcf7-submit),
.manager-contact-form textarea {
	border-bottom: 1px solid #d0d0d0;
	background: transparent;
}
.manager-contact-form textarea {
	height: 40px;
}
.manager-contact-form p {
	margin-bottom: 0;
}
.manager-contact-form .wpcf7 .ajax-loader {
	display: block;
	margin: 4px auto 0;
}
.manager-contact-form .wpcf7 form .wpcf7-response-output {
	margin-top: 10px;
	font-size: 14px;
}
.manager-contact-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 80px;
	height: 80px;
	background: transparent center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.manager-contact-phone a {
	font-family: "Varela Round", sans-serif;
	font-size: 32px;
	line-height: 80px;
	color: inherit;
}
.comments-title {
	font-weight: 700;
}
.comment-reply-title small {
	font-family: "Open Sans", sans-serif;
}
.pagination .next {
	right: 15px;
}
.pagination .prev {
	left: 15px;
}
.full-content .entry-footer {
	margin-bottom: 30px;
}
.group-title h2 {
	margin-bottom: 0;
}
.group-item-left {
	padding-left: 15px;
}
.intro-text {
	font-size: 1.1em;
}
.club-intro img {
	width: 224px;
}
.club-intro h3 {
	margin-bottom: 12px;
}
.horizontal-icons-list .sow-features-feature {
	display: flex !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.horizontal-icons-list .sow-icon-container {
	flex-shrink: 0;
	margin: 0 !important;
}
.horizontal-icons-list .sow-features-feature h4 {
	margin: 0 !important;
}
.horizontal-icons-list .sow-features-feature .textwidget {
	padding-left: 15px;
	width: 100%;
}
.card-img {
	position: relative;
}
.card-img-left {
	float: left;
	left: 50px;
}
.card-img-right {
	float: right;
	right: 50px;
}
.club-compare .club-logo {
	height: 50px !important;
	width: auto;
	margin-bottom: 24px;
}
.club-compare .sow-features-feature:first-child .textwidget {
	min-height: 114px;
}
.club-compare h3 {
	position: relative;
	margin: 24px 0 0;
}
.club-compare h3:before {
	position: absolute;
	top: -11px;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #eaeaea;
	content: "";
}
.club-compare p {
	margin: 0;
}
.cloud-vpn .sow-features-feature h4 {
	margin: 4px 0 0 !important;
}
.cloud-vpn .box-label {
	position: relative;
}
.cloud-vpn .box-label p {
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
	padding: 0 12px;
	color: #647800;
	font-size: 20px;
	white-space: nowrap;
	font-family: "Varela Round", sans-serif;
	background: #ffffff;
}
.cloud-vpn .sow-features-list {
	padding: 40px 0;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 2px solid #647800;
	border-radius: 5px;
}
.text-image-block .sg-panel-img:after {
	display: none;
}
.img-spacer,
.tall-img .sg-panel-img {
	min-height: 480px;
}
.img-top {
	background-position-y: top !important;
}
.text-image-panel {
	padding-top: 100px;
}
.one-color h2,
.text-image-panel h2 {
	color: #647800;
}
.text-image-panel .text-panel {
	z-index: 1;
	position: relative;
	padding-right: 24px;
	background: #ffffff;
}
.text-image-panel-alt .text-panel {
	padding-right: 0;
	padding-left: 24px;
}
.text-image-panel .widget_media_image {
	margin-top: -100px;
	margin-left: -40%;
	height: 100%;
}
.text-image-panel .widget_media_image img {
	object-fit: cover;
	object-position: center top;
	height: calc(100% + 100px) !important;
}
.card-flexclub .widget_media_image img,
.card-flexfreedom .widget_media_image img {
	min-height: 400px;
}
.text-image-panel-alt .widget_media_image {
	margin-left: 0;
	margin-right: -40%;
}
.text-image-panel figure {
	position: relative;
	height: 100%;
}
.text-image-panel figcaption {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	text-align: left;
	font-family: "Varela Round", sans-serif;
	font-size: 58px;
	line-height: 100px;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 12px rgba(0, 0, 0, .12);
}
.card-flexclub figure:before,
.card-flexfreedom figure:before,
.decal1 figure:before,
.decal1 figure:after,
.decal2 figure:before {
	position: absolute;
	display: block;
	content: "";
}
.bg-decal1 {
	background: transparent url("images/gfx9.png") right 0 bottom 120px no-repeat;
}
.card-flexfreedom figure:before,
.card-flexclub figure:before {
	left: 50px;
	top: 0;
	width: 185px;
	height: 388px;
}
.card-flexfreedom figure:before {
	background: transparent url("images/flexfreedom-card-2.png") 0 0/contain no-repeat;
}
.card-flexclub figure:before {
	background: transparent url("images/flexclub-card-2.png") 0 0/contain no-repeat;
}
.decal1 figure:before {
	right: -140px;
	top: -140px;
	width: 207px;
	height: 455px;
	background: transparent url("images/gfx7.png") 0 0/contain no-repeat;
}
.decal1 figure:after {
	right: 205px;
	bottom: -215px;
	width: 71px;
	height: 70px;
	background: transparent url("images/gfx5.png") 0 0/contain no-repeat;
}
.decal2 figure:before {
	left: -60px;
	top: -60px;
	width: 186px;
	height: 235px;
	background: transparent url("images/gfx8.png") 0 0/contain no-repeat;
}
.it-security .img-spacer {
	position: relative;
}
.it-security .img-spacer:before,
.it-security .img-spacer:after {
	position: absolute;
	display: block;
	content: "";
}
.it-security .img-spacer:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.it-security .img-spacer:after {
	left: 25%;
	top: -45px;
	width: 93px;
	height: 67px;
	background: transparent url("images/gfx6.png") 0 0/contain no-repeat;
}
.it-security .img-spacer .panel-grid-cell {
	z-index: 1;
}
.it-security h2,
.it-security h2 span {
	color: #ffffff;
}
.it-security h2 {
	margin: 0 !important;
	transform: translateY(20%);
	font-size: 108px;
	line-height: 1;
}
.it-security p {
	text-align: center;
}
.color-bg,
.color-bg a,
.color-bg h2,
.color-bg h3,
.color-bg h4,
.color-bg h5,
.color-bg h2 span {
	color: #ffffff !important;
}
.color-bg {
	background: #647800;
}
/*
.single-lokalizacja .color-bg {
	background: #ff4a1e;
}
*/
.it-info h2 {
	margin-bottom: 12px;
	font-size: 1.2em;
}
.it-info .widget_media_image img {
	width: 50%;
	min-width: 200px;
}
.timeline-icons-list .sow-features-list {
	margin-top: 40px;
}
.timeline-icons-list .sow-features-feature {
	padding-top: 180px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(50% + 24px) !important;
	opacity: 0;
	transition: opacity 1s;
}
.timeline-icons-list .sow-icon-image {
	position: static !important;
}
.timeline-icons-list .sow-features-list .sow-features-feature.sow-icon-container-position-left {
	text-align: right;
}
.timeline-icons-list .sow-features-list .sow-features-feature.sow-icon-container-position-right {
	float: right;
}
.timeline-icons-list .sow-features-feature h4 {
	line-height: 48px;
	margin: 0 !important;
	color: #647800;
}
.timeline-icons-list .sow-features-feature .textwidget {
	width: 100%;
	height: 48px;
}
.timeline-icons-list .sow-icon-container:before {
	position: absolute;
	left: 50%;
	bottom: 88px;
	margin-left: -1px;
	display: block;
	width: 2px;
	height: 140px;
	background: #647800;
	content: "";
}
.timeline-icons-list .sow-features-feature-last-row .textwidget {
	height: auto;
}
.timeline-icons-list .sow-container-none:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 36px;
	height: 36px;
	content: "";
	background: #647800;
	border-radius: 50%;
}
.fade-in {
	opacity: 1 !important;
}
.location-intro .page-header-inner {
	position: relative;
	padding-bottom: 30px;
}
.location-intro-image {
	min-height: 270px;
	background-position: top center;
	background-size: cover;
}
.location-intro-card {
	display: flex;
	justify-content: center;
	padding: 0 30px;
}
.location-intro-card-inner {
	padding: 15px 15px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px 48px;
}
.intro-title {
	margin: 0;
	font-size: 44px;
}
.location-managers,
.location-managers a {
	color: #202020;
}
.location-managers .sg-col {
	padding-top: 15px;
}
.location-intro .location-intro-card ul {
	width: 390px;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
}
.location-intro-card li:first-child {
	font-size: 1.1em;
}
.location-intro-card li {
	overflow: hidden;
	text-overflow: ellipsis;
}
.location-intro-card .tour-link {
	margin: 30px 0 0;
	text-align: right;
}
.location-services {
	margin: -10px -5px 0;
}
.location-services-item {
	display: inline-block;
	padding: 10px 5px 0;
	width: 33.333333%;
	height: 480px;
	vertical-align: top;
}
.location-services-item-inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 100%;
	background: #eaeaea 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.location-services.slick-slider {
	margin-top: 0;
}
.slick-slider .location-services-item {
	padding-top: 0;
}
.sg-btn-sqr {
	border-radius: 0;
}
.user-reviews {
	position: relative;
}
.user-reviews:before {
	position: absolute;
	left: 0;
	display: block;
	margin-top: -6px;
	width: 100%;
	height: 12px;
	content: "";
	background: #647800;
}
/*
.single-lokalizacja .user-reviews:before {
	background: #ff4a1e;
}
*/
.entry-content .sow-testimonials {
	margin: -10px -5px 0;
}
.entry-content .sow-testimonials .sow-testimonial-wrapper {
	padding: 10px 5px 0;
}
.entry-content .sow-testimonials.slick-slider {
	margin-top: 0;
}
.entry-content .sow-testimonials .slick-list {
	width: 100%;
}
.entry-content .sow-testimonials.slick-slider .sow-testimonial-wrapper {
	display: block !important;
	overflow: hidden;
	padding-top: 0;
}
.entry-content .sow-testimonials .sow-testimonial {
	margin-top: 60px;
	padding: 20px;
	width: 240px;
	float: right;
	border-radius: 10px;
}
.slick-center + .slick-slide .sow-testimonial {
	float: left;
}
.entry-content .slick-current .sow-testimonial {
	margin-top: 0px;
	width: 100%;
	height: auto;
	float: none;
}
.entry-content .sow-testimonials .sow-testimonial-text {
	position: relative;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 500ms ease;
}
.entry-content .slick-current .sow-testimonial-text {
	margin-top: 24px;
	padding: 0 48px !important;
	max-height: none;
	opacity: 1;
}
.entry-content .slick-current .sow-testimonial-text:before,
.entry-content .slick-current .sow-testimonial-text:after {
	position: absolute;
	display: block;
	width: 38px;
	height: 32px;
	content: "";
}
.entry-content .slick-current .sow-testimonial-text:before {
	left: 0;
	top: 0;
	background: transparent url("images/quote1.png") 0 0/contain no-repeat;
}
.entry-content .slick-current .sow-testimonial-text:after {
	right: 0;
	bottom: 0;
	background: transparent url("images/quote2.png") 0 0/contain no-repeat;
}
.entry-content .sow-testimonials .sow-testimonial-user span {
	display: block;
}
.entry-content .sow-testimonials .sow-testimonial-user .sow-testimonial-location {
	font-size: 0.8em;
}
.user-reviews:before,
.so-widget-sow-testimonials .slick-slider .slick-arrow {
	top: 155px;
}
.play-btn img,
.entry-content .lightbox-youtube img {
	width: 100%;
}
.play-btn a,
.entry-content .lightbox-youtube a {
	position: relative;
	display: block;
}
.play-btn a:before,
.entry-content .lightbox-youtube a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.12);
}
.play-btn a:after,
.entry-content .lightbox-youtube a:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 128px;
	height: 128px;
	content: "";
	background: transparent url("images/play.png") 0 0 no-repeat;
	background-size: contain;
}
.pum-content {
	outline: none;
}
.photo-left {
	margin-left: -16%;
}
.photo-left img {
	margin-left: 0;
}
.photo-right {
	margin-right: -16%;
}
.photo-right img {
	margin-right: 0;
}
.sow-features-list .sow-features-feature .textwidget h5 {
	margin: 0;
}
.video-box-wrapper,
.text-box-wrapper {
	display: none;
}
.mfp-content .text-box-wrapper ol,
.mfp-content .text-box-wrapper ul,
.mfp-content .text-box-wrapper p {
	margin-bottom: 24px;
}
.mfp-content .text-box-wrapper ol,
.mfp-content .text-box-wrapper ul {
	margin-left: 30px;
}
.mfp-content .text-box-wrapper ol {
	list-style-type: decimal;
}
.mfp-content .text-box-wrapper ul {
	list-style-type: disc;
}
.mfp-content .text-box-wrapper .textwidget > :last-child {
	margin-bottom: 0;
}
.mfp-content .text-box-wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 44px;
}
.video-box-container {
	padding: 0 6px;
	max-width: 812px;
}
.video-box-wrapper {
	width: 100%;
	max-width: 800px;
}
.mfp-content .video-box-wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
}
.mfp-popup-video.mfp-close-btn-in .mfp-close {
	top: -40px;
	text-align: right;
	color: #ffffff;
}
.mfp-popup-video .mfp-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-content button.mfp-close {
	line-height: 1;
}
body.page-template-blank {
	font-size: 20px;
}
body.page-template-blank .content-area {
	padding: 0;
}
body.page-template-blank .grecaptcha-badge {
	z-index: 1;
}
.page-template-blank #page .full-content .entry-content > .panel-layout > .panel-grid:nth-child(2n) {
	background: transparent;
}
.page-template-blank #cookie-notice .cn-button {
	background-color: #c8102e;
}
.page-template-blank h2,
.page-template-blank h3,
.lan-title p {
	font-family: "Red Hat Display", sans-serif;
}
.page-template-blank h2,
.page-template-blank h3 {
	font-weight: 900;
}
.page-template-blank h3 {
	font-size: 30px;
}
.page-template-blank a {
	color: #ff4b1e;
}
.page-template-blank button,
.page-template-blank button[disabled]:hover,
.page-template-blank button[disabled]:focus,
.page-template-blank input[type="button"],
.page-template-blank input[type="button"][disabled]:hover,
.page-template-blank input[type="button"][disabled]:focus,
.page-template-blank input[type="reset"],
.page-template-blank input[type="reset"][disabled]:hover,
.page-template-blank input[type="reset"][disabled]:focus,
.page-template-blank input[type="submit"],
.page-template-blank input[type="submit"][disabled]:hover,
.page-template-blank input[type="submit"][disabled]:focus,
.page-template-blank .lan-btn {
	padding: 0 1.5em;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 500;
	font-size: clamp(25px, 2.5vw, 35px);
	line-height: 2.2;
	color: #ffffff;
	background: #ed1c24;
	border-radius: 0;
}
.lan-btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lan-contact-form {
	margin: 0 auto;
	padding: 15px;
	max-width: 640px;
}
.lan-wrapper {
	margin: 0 auto;
	max-width: 1110px;
}
.lan-spacer {
	padding-top: 170px;
	padding-bottom: 170px;
}
.lan-spacer-md {
	padding-top: 100px;
	padding-bottom: 100px;
}
.lan-spacer-md-bottom {
	padding-bottom: 100px;
}
.lan-spacer-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}
.lan-spacer-sm-bottom {
	padding-bottom: 50px;
}
.lan-spacer-xs {
	padding-top: 30px;
	padding-bottom: 30px;
}
.lan-spacer-xs-bottom {
	padding-bottom: 30px;
}
.lan-bg-alt,
.lan-bg-alt h3 {
	color: #ffffff;
}
.lan-bg-alt {
	background: #1d1d1b url("images/sygnet.svg") 50% 50% no-repeat;
}
.lan-cover-img-last {
	padding-left: 135px;
}
.lan-cover-img-first {
	padding-right: 135px;
}
.lan-cover-img .widget_media_image {
	position: relative;
	height: 100%;
}
.lan-cover-img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
}
.ob-pos-35 {
	object-position: 35% center !important;
}
.ob-pos-50 {
	object-position: 50% center !important;
}
.ob-pos-85 {
	object-position: 85% center !important;
}
.lan-decal {
	position: relative;
}
.lan-decal:after {
	position: absolute;
	display: block;
	content: "";
	background: transparent 50% 50%/contain no-repeat;
}
.lan-decal1:after {
	right: 35px;
	top: 30px;
	width: 387px;
	height: 256px;
	background-image: url("images/gfx10.png");
}
.lan-decal2:after {
	left: 340px;
	bottom: 105px;
	width: 24px;
	height: 24px;
	background-image: url("images/gfx3.png");
}
.lan-decal3:after {
	left: 90px;
	top: 130px;
	width: 164px;
	height: 265px;
	background-image: url("images/gfx11.png");
}
.lan-decal4:after {
	right: 90px;
	bottom: -265px;
	width: 105px;
	height: 56px;
	background-image: url("images/gfx12.png");
}
.lan-decal5:after {
	z-index: -1;
	left: 0;
	right: 0;
	bottom: -35px;
	height: 362px;
	background-image: url("images/gfx13.png");
}
.lan-decal6:after {
	right: -215px;
	top: -45px;
	width: 543px;
	height: 454px;
	background-image: url("images/gfx14.png");
}
.lan-decal7:after {
	right: 30px;
	bottom: -520px;
	width: 333px;
	height: 398px;
	background-image: url("images/gfx15.png");
}
.lan-decal8:after {
	z-index: -1;
	right: 300px;
	bottom: 50px;
	width: 282px;
	height: 160px;
	background-image: url("images/gfx16.png");
}
.lan-topbar {
	background: #657800;
}
.lan-topbar .lan-topbar-inner {
	padding: 25px 90px;
	width: 100%;
	max-width: 1920px;
}
.lan-topbar .lan-logo img {
	width: 305px;
	margin-left: 0;
}
.lan-title h2,
.lan-title p {
	transform: translateX(-50%);
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -15px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	color: #ffffff;
}
.lan-title h2 {
	z-index: 1;
	position: relative;
	margin-bottom: -1px;
	min-width: 42vw;
	font-size: clamp(24px, 4vw, 70px);
	letter-spacing: 0.2em;
	background: #408ebd;
}
.lan-title p {
	min-width: 28vw;
	font-weight: 500;
	font-size: clamp(20px, 2.5vw, 40px);
	letter-spacing: 0.1em;
	background: #1d1d1b;
}
.lan-content {
	max-width: 700px;
}
.lan-content-first {
	margin-left: auto;
}
.lan-intro .lan-content {
	min-height: 800px;
}
.lan-intro .lan-content ul {
	margin-left: 0;
	list-style-type: none;
}
.lan-intro ul strong {
	color: #ff4b1e;
}
.lan-intro ul strong:before {
	display: block;
	font: normal normal 900 20px/1 "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
}
.lan-map-intro {
	position: relative;
}
.lan-map-intro .widget_media_image {
	z-index: 1;
	position: absolute;
	right: -420px;
	top: -25px;
	width: 660px;
	height: 660px;
}
.lan-about {
	font-size: 1.4em;
	text-align: center;
	background-position: right -100px bottom -250px;
}
.lan-about strong {
	padding: 0 4px;
	background: #ed1c24;
}
.lan-icons {
	text-align: center;
}
.lan-icons h3 {
	color: #ed1c24;
}
.lan-icons-alt h3 {
	color: #657800;
}
.lan-icons .sow-features-list:before,
.lan-icons .sow-features-list:after {
	display: none;
}
.lan-icons .sow-features-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lan-icons .sow-features-list .sow-features-feature.sow-icon-container-position-top {
	flex: 0 0 25%;
	max-width: 25%;
}
.lan-list {
	background-position: left -150px bottom -100px;
}
.lan-list ul {
	list-style-type: none;
}
.lan-list li {
	padding-top: 36px;
}
.lan-list li:before {
	display: inline-block;
	margin-left: -30px;
	width: 30px;
	color: #ffc700;
	content: "\25CF";
}
body.page-id-36 .content-area,
body.single-lokalizacja .content-area {
	background-color: #f2f2f2;
}
main .simple-tournament-brackets {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-header {
	margin: 0;
	width: 200px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-radius: 0;
	color: #202020;
	font-weight: 700;
	background: transparent;
}
main .simple-tournament-brackets .simple-tournament-brackets-progress {
	display: none;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-body:first-child .horizontal-line {
	display: none;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-body:last-child {
	text-align: center;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-body-container,
main .simple-tournament-brackets .winners-line {
	text-align: left;
}
.event-item,
main .simple-tournament-brackets .simple-tournament-brackets-match-body {
	border-radius: 7px;
	color: #202020;
	background-color: #ffffff;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
main .simple-tournament-brackets .simple-tournament-brackets-competitor {
	overflow: hidden;
	width: 168px;
	padding: 0 8px;
	text-overflow: ellipsis;
	border-radius: 0 0 7px 7px;
}
main .simple-tournament-brackets .simple-tournament-brackets-competitor-highlight {
	color: #000000;
	background: #eaeaea;
}
main .simple-tournament-brackets .simple-tournament-brackets-competitor:first-child {
	border-radius: 7px 7px 0 0;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-body:last-child .simple-tournament-brackets-competitor strong {
	font-size: 14px;
	color: #404040;
}
main .simple-tournament-brackets .simple-tournament-brackets-round-body:last-child .simple-tournament-brackets-competitor strong:after {
	font: normal normal 900 16px/30px "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ffc600;
	content: " \f091";
}
main .simple-tournament-brackets .top-half {
	background-image: url("images/stb-top.gif?ver=2");
}
main .simple-tournament-brackets .winners-line {
	background-image: url("images/stb-winners.gif");
}
main .simple-tournament-brackets .bottom-half {
	background-image: url("images/stb-bottom.gif?ver=2");
}
main .simple-tournament-brackets .horizontal-line {
	background-image: url("images/stb-tlin.gif");
}
main .simple-tournament-brackets .vertical-line {
	background-image: url("images/stb-line.gif");
}
main .simple-tournament-brackets .more-details {
	color: #404040;
}
.simple-tournament-brackets .more-details {
	height: 30px;
}
main .simple-tournament-brackets .dropdown-content {
	font-size: 14px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}
main .simple-tournament-brackets .dropdown-content a {
	padding: 4px 10px;
}
.event-item {
	margin: 0 auto 30px;
	padding: 10px 15px;
	width: 100%;
	max-width: 540px;
}
.event-item .event-info {
	border-right: 1px solid #eaeaea;
	text-align: center;
}
.event-item .event-day {
	margin: 0 auto;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #ffffff;
	background-color: #ff4a1e;
	border-radius: 50%;
}
.event-item .event-month {
	font-size: 20px;
	font-weight: 700;
	color: #ff4a1e;
}
.event-item .event-details {
	align-self: center;
}
.event-item .event-players {
	margin-bottom: 12px;
	font-weight: 700;
}
.event-item .event-players span {
	font-weight: 400;
}
.event-item .event-date {
	font-size: 16px;
	color: #404040;
}
.event-item .event-date span {
	display: inline-block;
}
.event-item .event-date span:first-child {
	width: 100px;
}
.event-item .event-date i {
	margin-right: 8px;
}
main .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container {
	font-weight: 700;
	background-color: #909090;
}
main .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container {
	background: transparent;
}
main .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
	padding: 30px 0 0 0;
}
main .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
main .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
	background-color: #f2f2f2;
}

/* 2.4 - Contact */

.contact-info {
	padding: 300px 30px;
	background: 50% 50%/cover no-repeat;
	background-image: linear-gradient(to top, rgba(100, 120, 0, 0.88), transparent 360px), url("images/contact-info.jpg");
	background-blend-mode: multiply;
}
/*
.single-lokalizacja .contact-info {
		background-image: url("images/contact-info.jpg");
		background-blend-mode: normal;
}
*/
.contact-info-inner {
	padding-top: 45px;
	padding-bottom: 45px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px 48px;
}
.contact-details,
.contact-details a {
	color: #ffffff;
}
.contact-details {
	text-align: center;
}
.contact-msg p:last-child {
	margin-top: 24px;
}
.contact-details-screen {
	height: 100%;
}
.contact-details-screen-inner {
	flex-basis: 365px;
}
.contact-details-manager {
	font-weight: 700;
	margin-bottom: 16px;
}
.contact-details-phone {
	margin-top: 24px;
}
.quick-contact-form {
	display: none;
}
.quick-contact-form form .sg-col {
	margin-bottom: 12px;
}
.quick-contact-form form p {
	margin: 0;
}
.quick-contact-form textarea {
	height: 88px;
}
.wpcf7-not-valid-tip {
	font-size: 11px;
}
.mfp-content .text-box-wrapper,
.mfp-content .quick-contact-form {
	position: relative;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	background: #ffffff;
}
.mfp-content .quick-contact-fieldset {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mfp-content .quick-contact-image {
	background: transparent url("images/quick-contact-image-3.jpg") top right no-repeat;
	background-size: cover;
}

/* 2.5 - Footer */

.site-footer,
.site-footer a,
.site-footer h2,
.site-footer h3 {
	color: #ffffff;
}
.site-footer {
	background: #647800;
}
/*
.single-lokalizacja .site-footer {
	background: #ff4a1e;
}
*/
.site-footer .site-branding .logo {
	margin-left: auto;
	margin-bottom: 0;
	width: 232px;
	height: 36px;
	background-image: url("images/logo-loftmill.png");
	background-size: contain;
}
.site-footer .site-branding p,
.site-footer-bottom span {
	font-weight: 700;
}
.site-footer .icon-links-menu {
	justify-content: flex-end;
}
.site-footer .icon-links-menu,
.site-footer .icon-links-menu a,
.site-footer .icon-links-menu a:before {
	color: #ffffff;
}
.site-footer .icon-links-menu a:before,
.isMobile .site-footer .icon-links-menu a:hover:before {
	background-color: transparent;
}
.site-footer .icon-links-menu a:hover:before {
	background-color: transparent;
}
.site-footer-info,
.site-footer-info h3,
.site-footer-bottom {
	font-family: "Open Sans", sans-serif;
}
.site-footer-info h3 {
	margin-bottom: 10px;
	font-size: 26px;
	opacity: 1;
}
.site-footer-info li {
	font-size: 20px;
}
.site-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
}

/* 3.0 - Media Queries */

/* 3.1 - => 768px */

@media screen and (min-width: 768px) {
	.site-header-navbar .social-navigation a[href*="tel:"] {
		margin-right: 10px;
		padding-left: 0;
	}
	.site-header-navbar .social-navigation a[href*="tel:"] .screen-reader-text {
		position: static;
	}
	.fp-header h1 {
		padding: 0 42px;
	}
	.page-header .header-details,
	.page-header .page-title,
	.page-header .taxonomy-description {
		padding: 0 92px;
	}
	.fp-header-social {
		display: block;
		width: 32px;
	}
	.fp-header-social .social-navigation,
	.site-footer .social-navigation {
		margin-left: auto;
		width: 32px;
	}
	.fp-header-social .icon-links-menu,
	.site-footer .icon-links-menu {
		margin: 0;
	}
	.fp-header-social .icon-links-menu > li,
	.site-footer .icon-links-menu > li {
		padding: 0 0 12px;
	}
	.fp-header-social .icon-links-menu > li:last-child,
	.site-footer .icon-links-menu > li:last-child {
		padding: 0;
	}
	.fp-header-social .icon-links-menu a,
	.site-footer .icon-links-menu a {
		padding-left: 32px;
		height: 32px;
		line-height: 32px;
	}
	.fp-header-social .icon-links-menu a:before,
	.site-footer .icon-links-menu a:before {
		width: 32px;
		font-size: 20px;
		line-height: 32px;
	}
}

/* 3.2 - <= 1599px */

@media screen and (max-width: 1599px) {
	.photo-left,
	.photo-right {
		margin: 0;
	}
	.decal1 figure:before {
		top: -42px;
		right: 15px;
	}
	.bg-decal1 {
		background: transparent;
	}
	.lan-cover-img-last {
		padding-left: 15px;
	}
	.lan-cover-img-first {
		padding-right: 15px;
	}
	.lan-decal1:after {
		z-index: 1;
		right: -30px;
		top: 10px;
		width: 194px;
		height: 128px;
	}
	.lan-decal3:after {
		left: auto;
		right: 20px;
		top: -72px;
		width: 82px;
		height: 132px;
	}
	.lan-decal4:after {
		bottom: -50px;
		right: 20px;
		width: 52px;
		height: 28px;
	}
	.lan-decal6:after {
		z-index: 1;
		right: -105px;
		top: -20px;
		width: 271px;
		height: 227px;
	}
	.lan-decal7:after {
		display: none;
	}
	.lan-decal8:after {
		right: 30px;
		bottom: -15px;
		width: 141px;
		height: 80px;
	}
}

/* 3.3 - <= 1365px */

@media screen and (max-width: 1365px) {
	.site-header .site-branding .logo {
		width: 229px;
		height: 36px;
	}
	#section-map {
		height: auto;
	}
	#section-map .pods_widget_view {
		position: static;
		width: auto;
		margin: 0;
	}
	.manager-contact-form {
		padding-top: 60px;
		padding-bottom: 60px;
		margin: 0 auto;
		width: 100%;
		max-width: 630px;
		background: transparent;
	}
	.location-intro-card-inner {
		flex-basis: 420px;
		max-width: 420px;
	}
	.location-managers .sg-col {
		flex-basis: 100%;
		max-width: 100%;
	}
	.location-intro .location-intro-card ul {
		width: auto;
	}
	body.page-template-blank {
		font-size: 16px;
	}
	.page-template-blank h3 {
		font-size: 24px;
	}
	.lan-map-intro {
		display: none;
	}
	.lan-spacer {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.lan-spacer-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.lan-spacer-md-bottom {
		padding-bottom: 60px;
	}
	.lan-spacer-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lan-spacer-sm-bottom {
		padding-bottom: 30px;
	}
	.lan-bg-alt {
		background-size: 300px auto;
	}
	.lan-about,
	.lan-list {
		background-position: right -100px bottom -100px;
	}
	.lan-list li {
		padding-top: 16px;
	}
	.lan-decal2:after {
		left: 50px;
		bottom: 30px;
		width: 12px;
		height: 12px;
	}
	.lan-decal5:after {
		left: auto;
		right: -25px;
		bottom: -18px;
		width: 534px;
		height: 181px;
	}
}

/* 3.4 - <= 1199px */

@media screen and (max-width: 1199px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
	}
	.single-post h1 {
		font-size: 32px;
	}
	h2,
	body.page-template-front-page h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5, h6 {
		font-size: 18px;
	}
	.intro-title {
		font-size: 28px;
	}
	.club-compare .sow-features-feature:first-child .textwidget {
		min-height: 84px;
	}
	.arrow-link {
		padding-right: 48px;
	}
	.site-header-main,
	.site-header-slider .slider-item {
		height: 640px;
	}
	.icon-links-menu a,
	.other-links .header-menu {
		font-size: 16px;
	}
	.site-header-mmenu-btn {
		float: right;
	}
	.site-header-mmenu-btn a {
		padding-right: 36px;
	}
	.site-header-mmenu-btn a:before {
		color: #ffffff !important;
	}
	.fp-header:after,
	.page-header:after {
		background-size: 98% auto;
	}
	.stats-counter p {
		font-size: 16px;
	}
	.locations-list-container .location-thumbnail {
		margin-bottom: -46px;
	}
	/*
	.site-header-mmenu-btn .screen-reader-text {
		position: absolute !important;
	}
	*/
	.site-footer-info h3 {
		font-size: 20px;
	}
	.site-footer-info li {
		font-size: 16px;
	}
	.text-image-panel {
		padding-top: 80px;
	}
	.text-image-panel .widget_media_image {
		margin-top: -80px;
	}
	.text-image-panel .widget_media_image img {
		height: calc(100% + 80px) !important;
	}
	.text-image-panel figcaption {
		font-size: 42px;
		line-height: 80px;
	}
	.it-security h2 {
		font-size: 80px;
	}
}

/* 3.5 - <= 991px */

@media screen and (max-width: 991px) {
	#page .full-content .panel-grid .panel-grid-cell:not(:first-child) {
		padding-top: 24px;
	}
	#page .full-content .panel-grid .panel-grid-cell .panel-grid-cell {
		padding-top: 0;
	}
	.stats-counter h5 {
		font-size: 32px;
	}
	.sg-spacer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sg-spacer-top {
		padding-top: 60px;
	}
	.sg-spacer-bottom {
		padding-bottom: 60px;
	}
	.site-header-main,
	.site-header-slider .slider-item {
		height: 480px;
	}
	.block-entries-container {
		background: transparent;
	}
	.block-entries-container .block-entry {
		float: none;
		width: 100%;
	}
	.block-entries-container .block-entry:nth-child(n) {
		margin-top: 0;
	}
	.block-entries-container .block-entry:nth-child(1):before {
		right: 15%;
		top: 12px;
		width: 48px;
		height: 48px;
	}
	.block-entries-container .block-entry:nth-child(2):before {
		left: 10%;
		top: 5px;
		width: 202px;
		height: 165px;
	}
	.block-entries-container .block-entry:nth-child(4):before {
		width: 12px;
		height: 12px;
	}
	.block-entries-container .block-entry:nth-child(5):before {
		right: 15%;
		top: 15%;
		width: 32px;
		height: 32px;
		background-image: url("images/gfx5.png");
	}
	.fp-safety .widget_media_image {
		margin-top: 40px;
		margin-right: 0;
	}
	.fp-safety .widget_media_image img {
		margin-right: auto;
		width: 480px;
	}
	.fp-about .panel-grid-cell-empty,
	.text-image-block .panel-grid-cell-empty {
		display: block !important;
	}
	.panel-grid-cell-empty .sg-panel-img,
	.text-image-block .sg-panel-img {
		height: 480px;
		min-height: 0;
	}
	.fp-about .sg-panel-img {
		padding: 0;
	}
	.fp-about {
		text-align: center;
	}
	.fp-about h2:before {
		margin-left: auto;
		margin-right: auto;
	}
	.stats-numbers-container > div {
		flex-basis: 160px;
		font-size: 13px;
	}
	.stats-numbers-container strong {
		display: block;
	}
	.locations-list-item {
		flex-basis: 50%;
		max-width: 50%;
	}
	.single-lokalizacja .icons-list-container > div,
	.icons-list-alt .icons-list-container > div {
		flex-basis: 50%;
		max-width: 50%;
	}
	.contact-info {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.contact-info-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact-details {
		padding-top: 30px;
	}
	.contact-details img {
		width: 420px;
	}
	.contact-details-screen-inner {
		flex-basis: 244px;
	}
	.contact-msg {
		text-align: center;
	}
	.contact-msg .widget-title:before {
		margin-left: auto;
		margin-right: auto;
	}
	.locations-details-container > div {
		flex-basis: 50%;
		max-width: 50%;
	}
	.fp-about .sow-features-feature h5 {
		width: auto;
	}
	.last-entry {
		padding-bottom: 0;
	}
	.card-img-right {
		float: left;
		right: 0;
		left: 50px;
	}
	.cloud-vpn .sow-features-list {
		max-width: 360px;
		margin: 0 auto;
		min-height: 0;
	}
	.vpn-img {
		height: 148px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.vpn-img img {
		max-width: 100px !important;
		transform: rotate(-90deg);
	}
	.text-image-panel {
		padding-top: 0;
	}
	.text-image-panel .text-panel {
		padding: 15px 15px 0;
		margin-top: -48px;
	}
	.text-image-panel .widget_media_image {
		margin: 0 -15px 0;
	}
	.text-image-panel .widget_media_image img {
		height: auto !important;
		max-height: 480px;
		min-height: 260px;
	}
	.text-image-panel figcaption {
		display: none;
	}
	.photo-left img,
	.photo-right img {
		width: 480px;
	}
	.photo-left img,
	.photo-right img {
		margin: 0 auto;
	}
	.card-flexfreedom figure:before,
	.card-flexclub figure:before {
		left: 50%;
		transform: translateX(-50%);
		width: 144px;
		height: 302px;
	}
	.decal1 figure:before {
		top: -30px;
		background-image: url("images/gfx2.png");
		width: 202px;
		height: 165px;
	}
	.decal1 figure:after {
		display: none;
	}
	.decal2 figure:before {
		left: 60px;
		top: -35px;
		width: 90px;
		height: 114px;
	}
	.it-security h2 {
		font-size: 70px;
		transform: none;
	}
	.it-security .img-spacer .panel-grid-cell {
		margin-top: auto;
		margin-bottom: auto;
	}
	.it-security .img-spacer:after {
		width: 44px;
		height: 32px;
		top: -25px;
		left: 10%;
	}
	.card-flexfreedom .arrow-link,
	.card-flexclub .arrow-link {
		display: none;
	}
	div.text-box-wrapper {
		display: block !important;
	}
	.club-compare .sow-features-feature:first-child .textwidget {
		min-height: 0;
	}
	.entry-content .sow-testimonials .sow-testimonial {
		margin-top: 0;
		width: 100%;
		float: none;
	}
	.entry-content .sow-testimonials .sow-testimonial-text {
		margin-top: 24px;
		padding: 32px 0 0 !important;
		max-height: none;
		opacity: 1;
	}
	.entry-content .sow-testimonials .sow-testimonial-text:before {
		position: absolute;
		left: 50%;
		top: 0;
		display: block;
		margin-left: -9px;
		width: 19px;
		height: 16px;
		background: transparent url("images/quote1.png") 0 0/contain no-repeat;
		content: "";
	}
	.user-reviews:before,
	.so-widget-sow-testimonials .slick-slider .slick-arrow {
		top: 95px;
	}
	.entry-content .slick-current .sow-testimonial-text:after {
		display: none
	}
	.lan-topbar .lan-topbar-inner {
		padding: 15px;
	}
	.lan-topbar .lan-logo img {
		width: 135px;
	}
	.lan-cover-img {
		padding: 0;
		min-height: 0 !important;
	}
	.lan-cover-img .widget_media_image {
		padding-top: 56.25%;
		min-height: 300px;
	}
	.lan-content {
		margin: 0;
		max-width: 100%;
	}
	.lan-intro .lan-content {
		min-height: 0;
		margin-top: -15px;
		padding-top: 0;
		padding-bottom: 90px;
		text-align: center;
	}
	.lan-title {
		text-align: center;
	}
	.lan-title h2,
	.lan-title p {
		transform: none;
		margin-left: 0;
	}
}

/* 3.6 - <= 767px */

@media screen and (max-width: 767px) {
	.block-entry-item .entry-title,
	.location-services-item h3 {
		font-size: 24px;
	}
	.location-services-item {
		height: 400px;
	}
	.site-header-navbar-inner {
		padding: 12px 0;
	}
	.site-header .site-branding .logo {
		width: 178px;
		height: 28px;
	}
	.site-header .icon-links-menu {
		margin: 0 -10px;
	}
	.site-header .icon-links-menu > li {
		padding: 0 10px;
	}
	.site-header .icon-links-menu a,
	.site-header .icon-links-menu a:before {
		height: 24px;
	}
	.site-header .icon-links-menu a {
		padding-left: 24px;
	}
	.header-menu > li,
	.site-header .icon-links-menu a,
	.site-header .icon-links-menu a:before,
	.other-links .header-menu > li.pll-parent-menu-item > a:after {
		line-height: 24px;
	}
	.site-header .icon-links-menu a:before {
		width: 24px;
		background-color: transparent !important;
	}
	.site-header-main,
	.site-header-slider .slider-item {
		height: 420px;
	}
	.page-header {
		min-height: 320px
	}
	.fp-header p {
		font-size: 16px;
	}
	.site-footer .icon-links-menu {
		justify-content: center;
	}
	.stats-numbers-container > div {
		flex-basis: 50%;
		max-width: 50%;
	}
	.icons-list-container {
		justify-content: center;
	}
	.icons-list-container > div {
		flex-basis: 50%;
		max-width: 50%;
	}
	.site-footer-menu-1 {
		order: 2;
	}
	.site-footer-menu-2 {
		order: 3;
	}
	.locations-slider-item {
		width: 50%;
	}
	.icons-list {
		text-align: center;
	}
	.icons-list h2:before {
		margin-left: auto;
		margin-right: auto;
	}
	.locations-list-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.fp-features .sow-icon-container {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.fp-features .sow-features-feature .textwidget,
	.fp-features .sow-features-feature h5 {
		text-align: center;
	}
	.timeline-icons-list .sow-features-feature {
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
		flex-direction: column !important;
	}
	.timeline-icons-list .sow-icon-container {
		margin: 0 0 10px !important;
	}
	.timeline-icons-list .sow-features-feature .textwidget {
		height: auto;
	}
	.timeline-icons-list .sow-features-feature h4 {
		line-height: 1;
	}
	.sow-testimonials .slick-track {
		display: block;
	}
	.sow-testimonials .slick-track .slick-slide {
		float: left;
		height: auto;
	}
	.sow-testimonials .slick-track .slick-slide .sow-testimonial {
		height: auto;
	}
	.play-btn a:after,
	.entry-content .lightbox-youtube a:after {
		width: 72px;
		height: 72px;
	}
	.lan-icons .sow-features-list .sow-features-feature.sow-icon-container-position-top {
		flex-basis: 100%;
		max-width: 100%;
	}
	.lan-icons .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
		margin-bottom: 0;
	}
}

/* 3.7 - <= 575px */

@media screen and (max-width: 575px) {
	.site-header-mmenu-btn .says {
		position: absolute !important;
	}
	.site-header-mmenu-btn a:before {
		font-size: 20px;
	}
	.sg-spacer,
	.sg-spacer-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sg-spacer-top,
	.sg-spacer-md-top {
		padding-top: 40px;
	}
	.sg-spacer-bottom,
	.sg-spacer-md-bottom {
		padding-bottom: 40px;
	}
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
	}
	.single-post h1 {
		font-size: 30px;
	}
	h2,
	body.page-template-front-page h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5, h6 {
		font-size: 16px;
	}
	.intro-title {
		font-size: 26px;
	}
	.site-header-navbar-inner {
		padding-top: 56px;
	}
	.site-header-options {
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px 15px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.site-header-options-inner {
		justify-content: space-between;
	}
	.site-header-other-links {
		border: none;
	}
	.fp-header p {
		font-size: 14px;
	}
	.fp-locations-header p {
		font-size: 14px;
	}
	.site-header-main,
	.site-header-slider .slider-item {
		height: 360px;
	}
	.header-services {
		font-size: 13px;
	}
	.header-services-title {
		display: none;
	}
	.header-services-list span {
		display: block;
	}
	.header-services-list span:after  {
		display: none;
	}
	.block-entries-container .block-entry {
		height: 320px;
	}
	.locations-list-container .location-name a:after {
		width: 30px;
		height: 16px;
	}
	.locations-list-item .location-address,
	.locations-list-item .location-contact {
		font-size: 14px;
	}
	.locations-list-item .location-link {
		font-size: 12px;
	}
	.location-link a {
		line-height: 30px;
	}
	.single-lokalizacja .icons-list-container > div,
	.icons-list-container > div {
		flex-basis: 100%;
		max-width: 100%;
	}
	.single-lokalizacja .icons-list-container .widget-title:before {
		width: 48px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}
	.panel-grid-cell-empty .sg-panel-img,
	.text-image-block .sg-panel-img {
		height: 320px;
	}
	.locations-slider-item {
		width: 100%;
	}
	.locations-details-container > div {
		flex-basis: 100%;
		max-width: 100%;
	}
	.horizontal-icons-list .sow-features-feature .textwidget {
		font-size: 14px;
	}
	.card-img {
		width: 92px;
	}
	.manager-contact-form {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.manager-contact-img {
		width: 64px;
		height: 64px;
	}
	.manager-contact-phone a {
		font-size: 24px;
		line-height: 64px;
	}
	.contact-info {
		padding: 100px 15px;
	}
	.it-security h2 {
		font-size: 42px;
	}
	.card-flexfreedom figure:before,
	.card-flexclub figure:before {
		width: 92px;
		height: 193px;
	}
	.location-intro-card-inner {
		flex-basis: 100%;
		max-width: 100%;
	}
	.page-template-blank h3 {
		font-size: 22px;
	}
	.lan-about {
		font-size: 20px;
	}
}

/* 3.8 - <= 428px */

@media screen and (max-width: 428px) {
	.panel-grid-cell-empty .sg-panel-img,
	.text-image-block .sg-panel-img {
		height: 240px;
	}
	.location-intro-image {
		min-height: 186px;
	}
	.location-intro-card {
		font-size: 14px;
	}
	.location-intro-card {
		padding: 0 15px;
	}
	.location-intro .location-intro-card ul {
		font-size: 16px;
	}
	.lan-title h2 {
		letter-spacing: 0.1em;
	}
	.lan-title h2,
	.lan-title p {
		padding: 0 8px;
	}
}