/*
Theme Name: LuPlex
Theme URL: 
Description: 
Version: 1.0
Author: eFabryka.net

*/

@import "css/fonts.css";

html>body #content {
	height: auto;
}

body{
	padding: 0px;
	margin: 0px;
	font: 62.5% 'Outfit', sans-serif; /* Resets 1em to 10px */
	overflow-y: scroll;	
	animation: fadein 1000ms ease;	
	color: var(--f-color);
	background: #fff;
}

:root {
	--f-color: #1A1938;
	--s-color: #FBC90D;
}

/************************************************
*	HEAD										*
*************************************************/

#head{
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	transition: 300ms;
	}

#head.scroll {
	transition: 300ms;
	}

#head .logo {
	width: 300px;
	height: auto;
	margin: 20px 0 20px 10px;
	transition: 200ms;
}

#head.scroll .logo {
	width: 180px;
	transition: 200ms;
	margin: 10px 0 10px 10px;
}

#head .inside.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-top {
	background: var(--f-color);
	padding: 15px;
	color: #fff;
	font-size: 1rem;
}

.head-top span, .head-top a  {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 200ms;
}

.head-top a:hover {
	color: var(--s-color);
	transition: 200ms;
}

#head .mapa {background: url(images/mapa-white.svg) left center / auto 23px no-repeat; padding: 5px 15px 5px 30px; margin: 0 15px 0 10px; border-right: 1px solid #fff;}
#head .email {background: url(images/email-white.svg) left center / auto 16px no-repeat; padding: 5px 15px 5px 30px; margin-right: 15px; border-right: 1px solid #fff;}
#head .telefon {background: url(images/telefon-white.svg) left center / auto 23px no-repeat; padding: 5px 15px 5px 30px;}

#head h5 {display: none;}


#head .menu {
		display: block;
		text-align: right;
		float: right;
		clear: right;
		}
		
#head ul.menu {
		margin: 0;
		padding: 0;
		transition: 300ms;
		}
		
#head.scroll ul.menu {
		margin-top: 10px;
		transition: 300ms;
		}

#head .menu li {
		list-style: none; 
		display: inline-block;
		margin-right: 30px;
		text-align: center;
		cursor: pointer;
		}
		
#head .menu li:last-of-type {margin-right: 10px;}
		
#head .menu li.kontakt-but a {
	background: url(images/button-bg.svg) left -5px bottom -5px / 18px 18px no-repeat var(--f-color);
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 600;
	transition: 300ms;
	}		
	
#head .menu li.kontakt-but a:hover {
	color: var(--f-color);
	background-size: 50px 50px;
	background-color: var(--s-color);
	background-position: center;
	transition: 300ms;
	}
	
#head .menu li.kontakt-but a:after {display: none;}

#head .menu li a {
		font-size: 1rem;
		font-weight: 500;
		transition: 200ms ease;
		color: var(--f-color);
		}

#head .menu li a:after {content: ''; display: block; width: 10px; height: 6px; background: url(images/menu.svg) center / cover no-repeat; margin: 5px auto 0 auto; transform: scale(0); transition: 200ms;}
		
#head .menu li a:hover:after { transform: scale(1); transition: 200ms;}
		
#head .menu li a:hover, #head .menu li.current-menu-item a	 {
	color: var(--s-color);
}
		
#head .menu li.menu-item-has-children {
	position: relative;
}	
	
	

#head .menu li.menu-item-has-children:hover:after {
	transform: rotate(90deg);
	transition: 200ms;
}
	
#head ul.sub-menu {
		display: flex;
		width: 250px;
		flex-direction: column;
		padding: 10px 0 0 0;
		position: absolute;
		left: -80px;
		transform-origin: top;
		transition: 500ms ease;
		z-index: 666;
		transform: scale(1,0);
		opacity: 0;
}

#head ul.sub-menu li {
	background: #fff;
	padding: 10px 0;
	margin: 0 !important;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#head ul.sub-menu li:first-of-type {padding-top: 15px;}
#head ul.sub-menu li:last-of-type {padding-bottom: 15px;}

#head ul.sub-menu li a {
	text-align: center;
}

#head ul.sub-menu li a:after {
	display: none;
}

#head ul.sub-menu li a:hover {
}

#head li.menu-item-has-children:hover > ul.sub-menu {
	transform: scale(1,1);
	opacity: 1;
	transition: 500ms;
}

.top-space {
	padding-top: 180px;
}

/************************************************
*	TEXT										*
************************************************/

.text-content {
	font-size: 1rem;
	line-height: 1.6rem;
}

a img,:link img,:visited img { border:none }    
a, a:link {text-decoration: none; color: var(--page-color);}
a:hover {text-decoration: none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
ul {margin: 0;}

::selection {color: #fff;background: #333;}

.text-content h1 {
        font-size: 2.0rem;
}

.text-content h2 {
        font-size: 2rem;
		line-height: 2.3rem;
		margin: 0;
		font-weight: 600;
}

.text-content h3 {
        font-size: 1.25rem;
		line-height: 1.8rem;
		margin: 0 0 20px 0;
		font-weight: 600;
		color: var(--s-color);
		display: flex;
		align-items: center;
}

.text-content h4 {
        font-size: 1rem;
		line-height: 1.6rem;
		margin: 10px 0;
		font-weight: 700;
		display: flex;
		align-items: center;
}

.text-content h4:before {
	content: url(images/menu.svg);
	display: inline-block;
	margin-right: 50px;
}

.text-content .aligncenter h3 {
	justify-content: center;
}

.text-content h3:before {
	content: '';
	width: 44px;
	height: 3px;
	background: var(--s-color);
	margin-right: 30px;
	display: inline-block;
}

.text-content .karta h4 {
        font-size: 1.563rem;
		line-height: 1.9rem;
		margin: 0;
		font-weight: 500;
}

.text-content .karta h5 {
        font-size: 1em;
		line-height: 1.6rem;
		margin: 10px 0;
		font-weight: 300;
		color: #707070;
}

.text-content .karta h4:before {
	display: none;
}



/************************************************
*	LAYOUT										*
************************************************/
.inside {
        width: 1440px;
		margin: 0 auto;
}
iframe {
	border-radius: 8px;
}

.kontakt-podstrona p {padding: 5px 0 5px 40px; margin: 5px 0;}

.kontakt-podstrona .mapa p {background: url(images/mapa.svg) left center / auto 31px no-repeat;}
.kontakt-podstrona .telefon p {background: url(images/telefon.svg) left center / auto 31px no-repeat;}
.kontakt-podstrona .email p {background: url(images/email.svg) left center / auto 21px no-repeat;}
.kontakt-podstrona .godzina p {background: url(images/zegar.svg) left center / auto 23px no-repeat;}
.kontakt-podstrona .nip p {background: url(images/nip.svg) left top 5px / auto 23px no-repeat;}

.kontakt-podstrona a {
	transition: 200ms;
	}

.kontakt-podstrona a:hover {
	color: var(--s-color);
	transition: 200ms;
	}

.formularz {
	background: var(--f-color);
	border-radius: 8px;
	padding: 80px 40px 40px 40px;
}

.formularz input, .formularz textarea {
	border: none !important;
	border-radius: 8px !important;
}

.formularz label {
	color: #fff;
	font-size: 1.25rem !important;
	font-weight: 500 !important;
}

.forminator-error-message {
	border-radius: 8px !important;
}

.forminator-checkbox__label p {
	color: #fff !important;
	margin: 0 !important;
}

.forminator-success {
	background: var(--s-color) !important;
	border-radius: 8px !important;
	border: none !important;
	box-shadow: none !important;
}

.singlepost {
	margin: 40px 0;
}

.singlepost .data {
	margin-top: 20px;
	display: block;
	text-align: center;
}

.singlepost img {
	border-radius: 8px;
}

.singlepost .fl-button {
	float: right;
	display: inline-block !important;
	margin: 10px 10px 10px 0 !important;
}

.lista-realizacji {
	display: flex;
	flex-wrap: wrap;
}

.lista-realizacji .realizacja {
	width: 31%;
	margin: 0 1% 30px 1%;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: 300ms;
}

.strona-glowna .lista-realizacji .realizacja {
	width: 94%; 
	}
	
.strona-glowna .lista-realizacji .realizacja h1 {
	text-align: center;
	}

.lista-realizacji .realizacja:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	transition: 300ms;
}

.lista-realizacji .realizacja img {
	width: 100%;
	height: auto;
}

.lista-realizacji .realizacja h2 {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}

.lista-bloga {
	display: flex;
	flex-wrap: wrap;
}

.lista-bloga .blog {
	width: 44%;
	margin: 0 3% 30px 3%;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: 300ms;
}

.strona-glowna .lista-bloga .blog {
	width: 94%;
}

.strona-glowna .lista-bloga .blog h1  {
	text-align: center;
}

.lista-bloga .blog:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	transition: 300ms;
}

.lista-bloga .blog img {
	width: 100%;
	height: auto;
}

.lista-bloga .blog h2 {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 0 0;
}

.lista-bloga .blog .data {
	font-size: .9rem;
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
}

.lista-bloga .blog .fl-button, .lista-realizacji .realizacja .fl-button {
	margin: 0 auto !important;
	display: inline-block !important;	
}

.kolory {
	display: flex;
	flex-wrap: wrap;
}

.kolory .kolor {
	width: 50%;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.kolory .kolor:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.antracyt:before {background: #273740;}
.kremowy:before {background: #F6F1DF;}
.czarny:before {background: #161615;}
.bialy:before {background: #F2F7F9;}

.ikonyprodukt p {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ikonyprodukt img {
	margin-right: 10px;
}

.tabelka {
	display: flex;
	flex-wrap: wrap;
}

.tabelka p {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #C9C9C9;
	display: flex;
}

.tabelka p strong {
	display: inline-block;
	width: 150px !important;
	padding-right: 10px;
}

.tabelka p em  {
	display: inline-block;
	width: calc(100% - 150px) !important;
	font-style: normal;
}

.baner {
	color: #fff;
	font-size: 1.563rem;
	line-height: 2.2rem;
	text-align: center;
}

.cien {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius: 7px;
	margin-bottom: 50px;
}

.szaretlo {
	background: #F2F6FA;
}

.szary {
	color: #707070;
}

.ikony-glowna .ikona {
	background: #F2F6FA;
	padding: 20px 30px !important;
	margin: 0 2px !important;
	flex: 1 !important;
	cursor: crosshair;
}

.ikony-glowna .ikona img {
	margin: 0 0 20px 0;
	transition: 300ms;
}

.ikony-glowna .ikona:hover img {
	transform: scale(-1,1);
	transition: 300ms;
}

.ikony-glowna > div  {
	display: flex !important;
}

.ofirmie-ikony .fl-col-content  {
	display: flex !important; 
	flex-wrap: wrap !important; 
	flex-direction: row !important;
	}
	
.ofirmie-ikony .fl-col-content div {
	width: 33% !important;
	margin-bottom: 20px !important;
	padding: 20px 80px 20px 20px !important;
	box-sizing: border-box !important;
	cursor: crosshair;
}

.ofirmie-ikony .ikona img {
	margin: 0 0 20px 0;
	transition: 300ms;
}

.ofirmie-ikony .ikona:hover img {
	transform: scale(-1,1);
	transition: 300ms;
}

.head-right h2, .head-left h2 {
	padding: 0 120px;
}

.head-right p, .head-left p {
	padding: 0 100px;
}

.head-right {
	position: absolute !important;
	width: calc(59% - 5px) !important;
	right: 0;
	z-index: 15;
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.head-left {
	position: absolute !important;
	clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	width: calc(59% - 5px) !important;
	z-index: 20;
}

.head-left p, .head-left h2, .head-right p, .head-right h2 {
	position: relative;
	z-index: 25;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.head-left .fl-button, .head-right .fl-button {
	position: relative;
	z-index: 25 !important;
	color: #fff;
}

.head-left:after, .head-right:after {
	content: '';
	background: rgba(26,26,56, .7);
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 300ms;
}

.head-left:hover:after, .head-right:hover:after {
	background: rgba(26,26,56, .4);
	transition: 300ms;
}

.head-after {
	clear: both !important;
}

.alignleft {float: left;margin-right: 20px;}
.alignright {float: right;margin-left: 20px;}
.aligncenter {display: block;text-align: center;margin: 0 auto !important;}
.item p a{text-decoration: none;}
.clear {clear: both;}


.oferta > div > div {position: relative !important; background: #F2F6FA !important;}

.oferta-right {
	position: absolute !important;
	width: calc(50% - 2px) !important;
	right: 0;
	z-index: 15;
}

.oferta-left {
	position: absolute !important;
	width: calc(50% - 2px) !important;
	z-index: 20;
}

.oferta-left p, .oferta-left h2, .oferta-right p, .oferta-right h2 {
	position: relative;
	z-index: 25;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.oferta-left .fl-button, .oferta-right .fl-button {
	position: relative;
	z-index: 25 !important;
	color: #fff;
	
}

.oferta-left:after, .oferta-right:after {
	content: '';
	background: rgba(26,26,56, .7);
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 300ms;
}

.oferta-left:hover:after, .oferta-right:hover:after {
	background: rgba(26,26,56, .4);
	transition: 300ms;
}

.oferta-after {
	clear: both !important;
}

/************************************************
*	FOOTER									*
************************************************/
#foot {
	background: #1A1938;
	padding: 60px 0;
	color: #fff;
	font-size: .8rem;
	line-height: 1.2rem;
	font-weight: 300;
}

#foot .logo {
	width: 300px;
	height: auto;
}

#foot a  {
	color: #fff;
	transition: 200ms;
}

#foot a:hover {
	color: var(--s-color);
	transition: 200ms;
}

.foot-bottom {background: #080629; padding: 20px; font-size: 1.125rem; font-weight: 500; margin: 30px 0 20px 0;}

.foot-bottom .kontakt {display: flex; justify-content: center;}
.foot-bottom .kontakt a, .foot-bottom .kontakt span {display: inline-block; padding: 5px 25px 5px 0; margin-right: 25px; border-right: 1px solid #fff;}
.foot-bottom .kontakt span:last-of-type {border: none; margin-right: 0; padding-right: 0;}

#foot .telefon {background: url(images/telefon-s.svg) left center / auto 30px no-repeat; padding-left: 35px;}
#foot .email {background: url(images/email-s.svg) left center / auto 21px no-repeat; padding-left: 35px;}
#foot .mapa {background: url(images/mapa-s.svg) left center / auto 30px no-repeat; padding-left: 35px;}
#foot .godzina {background: url(images/zegar-s.svg) left center / auto 23px no-repeat; padding-left: 35px;}

#foot ul {margin: 20px 0 20px 0; padding: 0; list-style: none;}
#foot ul li {display: inline-block; font-size: .9rem; font-weight: 600; margin-right: 15px;}
#foot ul li:last-of-type {margin-right: 0;}

#foot h5 {display: none;}

#foot .efabryka {
	background: url(images/efabryka.svg) right center / auto 16px no-repeat; padding-right: 100px;
	display: inline-block;
	float: right;
	margin: 10px 10px 10px 0;
	font-size: 0.563rem;
	} 

/************************************************
*	PLUGINS										*
************************************************/				
/* Responsywne tabele TablePress */
.tablepress {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tablepress table {
  width: 100% !important;
  border-collapse: collapse;
}

.tablepress td,
.tablepress th {
  white-space: nowrap;
}

/* Opcjonalnie: styl przewijania */
.tablepress::-webkit-scrollbar {
  height: 8px;
}
.tablepress::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}



.tablepress th {
	font-size: 1.563rem;
	font-weight: 700;
	background: #D9DCE0 !important;
	text-align: center !important;
}


.tablepress td {
	text-align: center !important;
}


.mobmenu-content a:focus {
	color: var(--s-color) !important;
	font-weight: 700 !important;
}

.fl-button {
	background: url(images/button-bg.svg) left -5px bottom -5px / 18px 18px no-repeat var(--f-color) !important;
	color: #fff !important;
	border-radius: 20px !important;
	border: none !important;
	padding: 10px 20px !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	transition: 300ms;
}
	
.fl-button:hover {
	color: var(--f-color) !important;
	background-size: 50px 50px !important;
	background-color: var(--s-color) !important;
	background-position: center !important;
	transition: 300ms;
	}


.fl-button span {
	color: #fff !important;
	transition: 300ms;
}

.fl-button:hover span {
	color: var(--f-color) !important;
	transition: 300ms;
}

.button2 .fl-button {
	background: url(images/button-bg.svg) left -5px bottom -5px / 18px 18px no-repeat #1077F0 !important;
}
	
.button2 .fl-button:hover {
	color: var(--f-color) !important;
	background-size: 50px 50px !important;
	background-color: var(--s-color) !important;
	background-position: center !important;
	transition: 300ms;
	}


.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
	display: none !important;
}


/************************************************
*	ANIMATION									*
************************************************/	
@keyframes fadein {
	0%{opacity: 0;}
	100%{opacity: 1;}
}


/************************************************
*	RESPONSIVE									*
************************************************/	
@media(max-width:1440px) {
	.inside {width: 100%;}
}

@media(max-width:1200px) {
	.top-space {padding-top: 124px;} 
	#head .logo {width: 180px; transition: 200ms; margin: 10px 0 10px 10px;}
}

@media(max-width:1000px) {
	.head-right {position: relative !important;	width: 100% !important;	right: 0;	left: 0;clip-path: none; margin-top: 2px !important;}
	.head-left {position: relative !important;	width: 100% !important;	right: 0;	left: 0;clip-path: none;}
	.head-right .fl-col-content, .head-left .fl-col-content {min-height: 0 !important;}
	.head-right div, .head-left div {margin: 0 !important;}
	.head-right h2, .head-left h2 {margin: 50px 0 0 0 !important;}
	.head-right .fl-button, .head-left .fl-button {margin: 30px 0 50px 0 !important;}
	.head-right .fl-col-small:not, .head-left .fl-col-small:not {max-width: 100% !important;}
	.naglowek-spod {display: none !important;}
	.ikony-glowna .fl-col-group  {display: flex !important; flex-wrap: wrap !important; flex-direction: row !important;}
	.ikony-glowna .fl-col {width: 33% !important; float: none !important; clear: none !important;margin-bottom: 4px !important;}
}

@media(max-width:768px) {
	.fl-col-small:not(.fl-col-small-full-width) {max-width: 100% !important;}
	.text-content h2 {font-size: 1.6rem; line-height: 2.1rem; margin: 0; font-weight: 600;}
	.head-left h2, .head-right h2 { padding: 0 20px;}
	.text-content h3 {font-size: 1.1rem; line-height: 1.6rem; }
	.ikony-glowna .fl-col {width: 50% !important;}
	.ikony-glowna .fl-module-rich-text {padding: 10px !important;}
	.oferta-right {position: relative !important; width: 100% !important; right: 0; left: 0; margin-top: 2px !important;}
	.oferta-left {position: relative !important; width: 100% !important; right: 0; left: 0;}
	.oferta .fl-col-content, .oferta .fl-node-content, .fl-node-jk8btnhor21u div {min-height: 0 !important; height: inherit !important;}
	.foot-bottom .kontakt {flex-direction: column; justify-content: center;}
	.foot-bottom .kontakt a, .foot-bottom .kontakt span { margin: 5px 10px; border: none;}
	.ofirmie-ikony .fl-col-content div {width: 50% !important; padding: 20px !important;}	
	.lista-realizacji .realizacja {width: 43%;}	
}

@media(max-width:550px) {
	.lista-bloga .blog {width: 94%;}
}

@media(max-width:450px) {
	.ikony-glowna .fl-col {width: 100% !important; text-align: center;}
	.ofirmie-ikony .fl-col-content div {width: 100% !important;}	
	.lista-realizacji .realizacja {width: 98%;}		
}