<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: LUMENO
	Theme URI: 
	Description: 
	Version: 0.0.1
	Author: 
	Author URI: 
	License: 
	License URI: 
*/

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


/* VARIABLE */



:root {
	/* GENERAL */
    --footer-bg: #FFFFFF;
	--body-color: #000000;
	
	/* COLOR */
	--color-1: #000000;
    --color-2: #A70300;
    --color-3: #ffd618;
	--color-4: #f7f8fa;
	--color-5: #000000;
	--color-6: #000000;
	--color-7: #000000;
	
	--color-link: #000000;
	--color-hover: #000000;
	
	--color-btn-link: #000000;
	--color-btn-hover: transparent;
	
	/* FONT */
	--font-1: "Playfair Display", serif;
	--font-2: "Roboto", sans-serif;
	
	/* MENU */
	--menu-bg: #ffffff;
	--sticky-menu-bg: #FFFFFF;
	--menu-font: "Ubuntu", serif;
	--color-menu: #000000;
	--color-menu-hover: #A70300;
	--color-sticky-menu: #000000;
	--color-sticky-menu-hover: #A70300;
	--color-toggle-menu: #000000;
	--color-toggle-menu-hover: #A70300;;
}



/* END VARIABLE */




/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}

@media (min-width: 1px) {
	html {
		font-size:100%;
	}
}

@media (min-width: 576px) {
	html {
		font-size:100%;
	}
}

@media (min-width: 768px) {
	html {
		font-size:80%;
	}
}

@media (min-width: 992px) {
	html {
		font-size:80%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size:90%;
	}
}

@media (min-width: 1400px) {
	html {
		font-size:105%;
	}
}

body {
	font:300 11px/1.4 var(--font-2);
	color:var(--color-1);
	font-size: 1rem;
	position: relative;
	font-smooth: always;
}


.w-img-100 img{
	width:100%;
}


.w-iframe-100 iframe{
	width:100%;
	height:auto
}

.h-iframe-100 iframe{
	height:100%;
}

p{
	font-size:0.9rem;
	line-height:1.5;
}



body {
	margin: 0;
	width: 100%;
	padding:0;
	height:100%;
	color:var(--body-color);
}

.wrapper{
	
	width: 100%;
	height:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: var(--color-link);
	text-decoration:none;
}
a:hover {
	color: var(--color-hover); 
	text-decoration: none; 
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--color-2);
}


ol{
	margin-bottom:1rem;
}

ol li{
	margin-bottom:0.8rem;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


main{
	width:100%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}
::-webkit-selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}
::-moz-selection {
	background:var(--color-2);
	color:white;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 5px 5px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:white;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.bypostauthor {
	
}

@media(max-width:575px){
	.container{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--color-1) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid var(--color-1);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    BOOTSTRAP OVERWRITE
\*------------------------------------*/



h2, .h2 {
	
}

h3, .h3 {
	
}

h4, .h4 {
	
}


b, strong {
	font-weight: 700;
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/



@media (min-width: 768px) {
	.text-md-center p, .text-md-center a, .text-md-center div{
		text-align:center !important;
	}
	
	.text-md-start p, .text-md-start a, .text-md-start div{
		text-align:left !important;
	}
}

@media (min-width: 1px) {
	.text-center p, .text-center a, .text-center div{
		text-align:center;
	}
	
	.text-start p, .text-start a, .text-start div{
		text-align:left;
	}
}

.half-container, .half-container-xxl, .half-container-xl, .half-container-lg, .half-container-md, .half-container-sm {
	width:100%;
	max-width:100%;
}



@media (min-width: 576px) {
	.half-container-sm {
		width: 270px;
	}
}
@media (min-width: 768px) {
	.half-container-md,  .half-container-sm {
		width: 360px;
	}
}
@media (min-width: 992px) {
	.half-container-lg, .half-container-md, .half-container-sm {
		width: 480px;
	}
}
@media (min-width: 1200px) {
	.half-container-xl,  .half-container-lg, .half-container-md, .half-container-sm {
		width: 570px;
	}
}
@media (min-width: 1400px) {
	.half-container-xxl, .half-container-xl, .half-ontainer-lg, .half-container-md, .half-container-sm {
		width: 660px;
	}
}



body {
	font-weight:400;
}





.w-img-100 img{
	width:100%;
	height:auto;
}


.row-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.vertical-align {
    display: flex;
    align-items: center;
}

iframe{
	max-width:100%;
}

iframe[title="YouTube video player"]{
	aspect-ratio:16/9;
}


/*------------------------------------*\
    KOLORY
\*------------------------------------*/


.bg-white{
	background-color:white;
}

.bg-white-transparent{
	background-color:rgba(255, 255, 255, 0.8);
}


.bg-black{
	background-color:black;
}

.bg-color-1{
	background-color:var(--color-1);
}

.bg-color-2{
	background-color:var(--color-2);
}



.border-1{
	border:2px solid var(--color-1);
}

.border-2{
	border:2px solid var(--color-2);
}


.border-style-1{
	border:1px solid #bbbbbb;
	padding:1.5rem;
	border-radius:1.5rem;
}


.color-1, .color-1 p{
	color:var(--color-1);
}

.color-2, .color-2 p{
	color:var(--color-2);
}


.white, .white p{
	color:white;
}

.black, .black p{
	color:black;
}


/* END COLORS */





/* BUTTON 1 */

.btn-color-1, input[type="submit"]{
	padding: 0.7rem 2rem;
	margin: 0.3rem;
    margin-bottom: 0.3rem;
	display: inline-block;
	position: relative;
	background-color: var(--color-btn-link);
	color:#ffffff;
	font-weight: 400;
	transition: all 0.3s ease;
	text-decoration: none !important;
	font-family:var(--font-2);
	text-transform:uppercase;
	font-weight:600;
	letter-spacing: 0.2rem;
	border:1px solid var(--color-btn-link);
	line-height:1;
}






.btn-color-1:hover, input[type="submit"]:hover{
	border:1px solid var(--color-btn-link);
	color:var(--color-btn-link);
	background-color:transparent;
}






.btn-color-1{
	position:relative;
	z-index: 1;
	cursor:pointer;
}



footer .btn-color-1, header .btn-color-1{
	margin:0;
	background-color:#AB9E6D;
	border-color:#AB9E6D;
}


footer .btn-color-1:hover{
border-color:#ffffff;
color:#ffffff !important;
}


header .btn-color-1:hover{
border-color:#000000;
color:#000000 !important;
}


.btn-color-2{
	padding: 0.7rem 2rem;
	margin: 0.3rem;
    margin-bottom: 0.3rem;
	display: inline-block;
	position: relative;
	border:1px solid var(--color-btn-link);
	color:var(--color-btn-link);
	font-weight: 400;
	transition: all 0.3s ease;
	text-decoration: none !important;
	font-family:var(--font-2);
	text-transform:uppercase;
	font-weight:600;
	letter-spacing: 0.2rem;
	line-height:1;
}


span[style="color: #ffffff;"] a.btn-color-2{
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

span[style="color: #ffffff;"] a.btn-color-2:hover{
	border:1px solid #FFFFFF;
}


.btn-color-2:hover{
	color:#FFFFFF;
	background-color:var(--color-btn-link);
	border:1px solid var(--color-btn-link);
	transition: all 0.3s ease; 
}












/*------------------------------------*\
    SEARCH FORM
\*------------------------------------*/


.nav{
	position:relative;
}


.single-blog p{
	font-size:1rem;
}


/* TITLE */




.title-1{
	font-family: var(--font-1);
	line-height:1.2;
	width:100%;
	margin-bottom:1rem;
	position:relative;
	font-size: 2.5rem !important;
}


.title-2{
	font-family: var(--font-1);
	line-height:1.2;
	width:100%;
	margin-bottom:1rem;
	position:relative;
	font-size: 1.8rem !important;
}

.title-3{
	font-family: var(--font-1);
	line-height:1.3;
	margin-bottom:0.5rem;
	position:relative;
	font-size: 1.3rem !important;
}

.title-4{
	font-family: var(--font-1);
	font-weight:500;
	line-height:1;
	margin-bottom:1rem;
	position:relative;
	font-size: 1rem !important;
}




.uppercase{
	text-transform:uppercase
}



.lead-1 {
	font-size: 2rem;
	font-family: var(--font-2);
	line-height: 1.4;
	margin-bottom: 1rem;
	font-weight: 400;
}

.lead-2 {
	font-size: 1.5rem;
	font-family: var(--font-2);
	line-height: 1.4;
	margin-bottom: 1rem;
	font-weight: 400;
}

.lead-3 {
	font-size: 1.2rem;
	font-family: var(--font-2);
	line-height: 1.2;
	margin-bottom: 1rem;
	font-weight: 400;
}

.big-txt {
    font-size: 1.2rem;
	font-family: var(--font-2);
	font-weight: 400;
}

.small-txt {
    font-size: 0.8rem;
	font-family: var(--font-2);
	margin-bottom:0.5rem;
}


@media(max-width:767px){
	.title-1{
		font-size: 1.8rem !important;
		margin-bottom:0.5rem;
	}
	
	
	.title-2{
		font-size: 1.6rem !important;
		margin-bottom:0.5rem;
	}
	
	
	.title-3{
	line-height:1;
	margin-bottom:0.5rem;
	font-size: 1rem !important;
}
	
	
	.lead-1 {
		font-size: 1.2rem;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	
	.lead-2 {
		font-size: 1rem;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	
	.lead-3 {
		font-size: 1rem;
		line-height: 1.4;
		margin-bottom: 1rem;
	}
	
}



/* END TITLE */



/* CUSTOM */

@media(min-width:768px){
	.column-2{
		-webkit-column-count: 2;
		column-count: 2;
		
	}
}


.span-no-margin span{
	margin:0 !important;
}

/* END CUSTOM */


/* HEADER */

header{
	
	width:100%;
	
}

@media(min-width:992px){
	
	header{
		top:0;
		width:100%;
		z-index:999;
	}
	
}


header{
	position:absolute;
	
}


/* END HEADER */

hr{
	border: 3px solid #ffffff;
	border-image-slice: 1;
	border-width: 2px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	opacity: 1;
	width: 8rem;
	margin: 0 auto 1rem auto;
}

article h3{
	
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--color-1);
	color:var(--color-1);
	text-align:center;
	
	text-align:center;
}

article .product-content-image{
	padding:1rem;
}




main .text-editor a:not(.btn-color-1):not(.btn-color-2){
	color:var(--color-1);
	text-decoration:underline;
}

/* main .text-editor ul{ */

/* padding-left: 2rem; */
/* position:relative; */
/* } */


/* main .text-editor ul li{ */
/* list-style: none; */
/* line-height: 1.5; */
/* margin-bottom:0.5rem; */
/* position:relative; */
/* } */

/* main .text-editor ul li:before{ */
/* content: url('img/bullet.svg'); */
/* left: -2rem; */
/* top: 0; */
/* font-size: 1rem; */
/* line-height: 0.45; */
/* margin-top: 0; */
/* position: absolute; */
/* width:1.2rem; */
/* } */

/* main ul li[style="text-align: center;"]:before{ */
/* position: static; */
/* } */

/* main ul li[style="text-align: center;"]{ */
/* padding-right:1rem; */
/* } */

.text-border p:last-child, .text-border h1:last-child, .text-border h2:last-child, .text-border h3:last-child, .text-border h3:last-child, .text-border h4:last-child{
	margin-bottom:0;
}





/* FORMULARZ */
@media(min-width:992px){
.wpcf7{
	padding:0 2rem;
}
}




.wpcf7 p{
margin-bottom:0.8rem;
}

.wpcf7-radio .wpcf7-list-item-label{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 1.5rem !important;
}




.wpcf7-radio input[type="radio"]{
	opacity:0;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0.1rem;
}

.wpcf7-radio label{
	position:relative;
}

.wpcf7-radio span.wpcf7-list-item{
	margin: 0 0.3rem !important;
}

.wpcf7-radio input[type="radio"] + span::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: white;
	border: none;
	position: absolute;
	left: 50%;
	transform:translate(-50%,0);
	top: 0.1rem;
	cursor:pointer;
}


.wpcf7-radio input[type="radio"]:checked + span::before {
	background-color: white;
	content: '\f00d';
	color: var(--color-1);
	font-size: 0.8rem;
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
}



.wpcf7-form .form-txt p{
	font-size:0.8rem;
	
}
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea, form select{
	width:100%;
	border: none;
	padding: 0.8rem;
	background-color:#f9f9f9;
}



.wpcf7-form .agreements input[type="checkbox"]{
	width: 1rem;
	height: 1rem;
	
}

.wpcf7-form textarea, form textarea{
	width:100%;
	border: none;
	padding: 0.8rem;
}



.wpcf7-acceptance{
	display:inline-block;
}

.wpcf7-acceptance span.wpcf7-list-item-label{
	font-size:0.6rem;
	line-height: 1.3;
	font-size: 0.65rem;
	display: inline-block;
	padding: 0 0 0 1.5rem;
	position: relative;
	color:var(--color-1);
		line-height:1
		
}




.wpcf7-form .form-class input.agreement {
	width: auto;
	margin: 0.1rem 0.5rem 0 0;
    margin-left: 0px;
	line-height: normal;
	position: absolute;
	left: 0;
	margin-left: -1rem;
}

input[type="checkbox"] + span::before, input[type="checkbox"] + p::before {
	content: "";
	width: 2rem;
    height: 2rem;
	background-color: white;
	position: absolute;
	left: 0;
	top: 0;
	cursor:pointer;
}

input[type="checkbox"] {
	opacity:0;
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1rem;
	height: 1rem;
}


.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-spinner{
	position: absolute;
	left: -3rem;
	margin:0 !important;
	top: 50%;
	transform: translate(0,-50%);
}

input[type="checkbox"]:checked + span::before {
	background-color: white;
	content: '\f00d';
	color: var(--color-link);
	font-size: 1.5rem;
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
}


.wpcf7-form-control-wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
}


.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7  small {
    font-size: 0.8em;
	color:#ffffff;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label{
	padding-left: 3rem;
    display: block;
	position:relative;
	margin-bottom: 1rem;
	color:#ffffff;
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea, form input:not(.wpcf7-submit), form textarea, form select {
	font-size: 0.9rem;
}


.wpcf7 form .wpcf7-response-output{
	color:black;
	font-size: 1rem;
}

.wpcf7-not-valid-tip {
	color: red;
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
	top: calc(100% + 0.5rem);
}





.wpcf7-form .text-more{
	display:none;
}


.wpcf7-form .read-more{
	color:var(--color-link);
	cursor:pointer;
}

/* END FORMULARZ */





/* BREADCRUMB */

.breadcrumb, .breadcrumb a {
	text-transform:uppercase;
	color:black;
	letter-spacing:0.15rem;
	font-size:0.8rem
}

.breadcrumb{
	
}

/* END BREADCRUMB */




.box-border-radius{
	background-color: #ededed;
	border-radius: 1.5rem;
	border: 1px solid #bbbbbb;
}


article a span{
	color:#000000;	
}

article a:hover span{
	color:var(--color-2)
}







.text-editor ul{
	padding-left: 1rem;
}

.text-editor ul li{
	list-style-type: disc;
	margin-bottom:0.5rem;
}

.text-editor ul li::marker {
    color: inherit;
}




/* TABELKA */

/* Kontener tabeli */
.table-container {
	margin: 1.5rem 0;
	overflow-x: auto; /* Dla responsywnoĹci na maĹych ekranach */
}

/* Styl tabeli */
.text-editor table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
	text-align: left;
	color: #333;
}

/* NagĹĂłwki tabeli */
.text-editor table thead th {
	font-family: var(--font-1);
	font-weight: 600;
	padding: 0.8rem;
	font-weight: bold;
	font-size: 1.4rem;
	border-right: 1px solid #ffd518; 
}

.text-editor table td{
	padding: 0.8rem;
	font-size: 1rem;
	border-right: 1px solid #ffd518;
	min-width: 10rem;
}

.text-editor table td:last-child, .text-editor table thead th:last-child {
	/* border-right: none; */
}

/* Wiersze naprzemienne */
.text-editor tbody tr:nth-child(odd){
	background-color: #141414;
}

.text-editor tbody tr:nth-child(even), .text-editor table tr:nth-child(even) {
	/* background-color: #141414; */
}



/* END TABELKA */


.social-media-header img{
	margin:0 !important;
}



.social-media-header p{
	margin-bottom:0;
}

.social-media-header a{
	
	display:inline-block;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-bottom: -0.65rem;
}

.social-media-header a.btn-color-1{
	margin:0 0 0 1rem !important;
}</pre></body></html>