<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	text-align: center;
}

body &gt; * {
	margin: 0 auto;
	text-align: left;
}

body &gt; .container {
	padding: 0;
}

.header-heading {
	height: 190px;
	background: url('../images/header.jpg?rev=20221122') no-repeat 50% 50%;
	margin-bottom: 11px;
	position: relative;
}
.header-heading .logoWrapper {
	background: #F4EED9;
	bottom: 0;
	color: #000;
	filter: alpha(opacity=50);
	left: 38px;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 261px;
	z-index: 1;
}
.header-heading .logo {
	left: 64px;
	top: 54px;
	height: 82px;
	position: absolute;
	z-index: 2;
}
.header-heading .media {
	background: #f2e8d7;
	margin: 0;
	position: absolute;
	top: 10px;
	z-index: 2;
}
.header-heading .media-facebook {
	right: 43px;
}
.header-heading .media-instagram {
	right: 10px;
}
.header-heading .media .fa {
	background: #000;
	color: #fff;
	font-size: 1.56em;
	padding: 4px 0 3px;
}
.header-heading .searchform {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 3;
	text-align: right;
}
.header-heading .searchform input[type="text"] {
	background: #f2e8d7;
	border: 1px solid #000;
	filter: alpha(opacity=50);
	font-size: 1.25em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	opacity: .5;
	padding: 0 40px 0 .5em;
	width: 220px;
}
.header-heading .searchform button[type="submit"] {
	border: none;
	background: none;
	padding: 0;
	position: absolute;
	right: 4px;
	top: 4px;
}
.header-heading .searchform button[type="submit"] .fa {
	font-size: 1.56em;
	padding: 5px;
	vertical-align: middle;
}
.header-heading .searchform button[type="submit"] .fa:hover {
	background: #4d4d4d;
	color: #fff;
}
@media (max-width: 991px) {
	.header-heading {
		margin-bottom: 5px;
	}
	.header-heading .logoWrapper {
		left: 0;
	}
	.header-heading .logo {
		left: 26px;
	}
}
@media (max-width: 767px) {
	.header-heading {
		margin-bottom: 1px;
	}
}

.navbar {
	border: none;
	margin: 0;
	min-height: 43px;
	line-height: 43px;
	margin-bottom: 11px;
}
@media (max-width: 991px) {
	.navabar {
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.navbar {
		margin-bottom: 2px;
	}
}
.navbar-header {
	background: #000;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
.navbar-header .navbar-toggle {
	border: none;
	border-radius: 0;
	color: #fff;
	line-height: 43px;
	padding: 0 4px;
	margin: 0;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
	background: #666;
}
.navbar-collapse {
	background: #000;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav &gt; .menu-item {
	font-size: 1.2em;
	vertical-align: middle;
}
.navbar-nav &gt; .menu-item &gt; a {
	color: #fff !important;
	font-weight: bold;
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	vertical-align: middle;
}
.navbar-nav &gt; .menu-item.current-menu-item &gt; a,
.navbar-nav &gt; .menu-item.current-menu-parent &gt; a {
	background: #4d4d4d;
}
.navbar-nav &gt; .menu-item &gt; a:hover,
.navbar-nav &gt; .menu-item &gt; a:focus,
.navbar-nav &gt; .menu-item &gt; a:active {
	background: #4d4d4d;
	outline: none;
}

@media (min-width: 768px) {
	.navbar-collapse {
		text-align: center;
	}
	.navbar-nav {
		float: none;
	}
	.navbar-nav &gt; .menu-item {
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
}

.sidebar-home p {
	margin: 0;
}
.sidebar-home p + p {
	margin-top: 10px;
}

footer {
	background: #000;
	border-top: 1px solid #4d4d4d;
	color: #fff;
	margin-top: 20px;
	min-height: 41px;
	padding-left: 12px; 
}
footer a {
	color: #fff !important;
}
footer .footer-copy {
	padding-bottom: 12px;
	padding-top: 12px;
}
footer .footer-credit {
	filter: alpha(opacity=40);
	opacity: .4;
	padding-bottom: 12px;
	padding-top: 12px;
}
footer .footer-top a {
	line-height: 40px;
	padding: 0 14px;
}
footer .footer-top a:hover,
footer .footer-top a:focus,
footer .footer-top a:active {
	background: #4d4d4d;
	outline: none;
}
@media (max-width: 991px) {
	footer {
		margin-top: 10px;
	}
}

#cookies-message {
	background: #000;
	border-top: 1px solid #222;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 100;
}
#cookies-message .btn {
	background: #808080;
	font-size: 13px;
	margin: 0 5px;
	padding: 2px 6px;
	vertical-align: middle;
}

.fa {
	vertical-align: middle;
}

aside {
	background: #fdf8e4;
	padding: 15px 10px;
}

aside h3 {
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

aside header {
	margin-top: 1.5em;
}
aside header .fa {
	font-size: 1.5em;
	margin-bottom: 1em;
	transform: rotate(-90deg);
}
aside .widget:first-child header {
	margin-top: 0;
}
aside .widget:first-child header .fa {
	display: none;
}

h1 {
	background: url('../images/pixel.gif') repeat-x 0 50%;
	text-align: center;
	text-transform: uppercase;
}
h1 span {
	background: #fff;
	display: inline-block;
	max-width: 80%;
	padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 22px;
	}
}

.separator:before {
	content: '|';
}

.link .title {
	font-size: 20px;
	margin: 20px 0;
	text-transform: uppercase;
	text-transform: uppercase;
}
.link-post .title a {
	display: block;
}
.link-post {
	border-top: 1px solid #b8b8b8;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
.link-post .miniatureWrapper {
	margin-bottom: 10px;
}
.link-post .metaWrapper {
	font-size: .9em;
}
.link-post .metaWrapper .categories {
	text-transform: uppercase;
}

.pagination {
	display: block;
	margin: 15px 0 0;
	text-align: center;
}
.pagination &gt; li {
	display: inline-block;
	vertical-align: middle;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
	border: none;
	font-weight: bold; 
}
.pagination &gt; li &gt; a.next {
	padding-left: 10px;
	padding-right: 9px;
}
.pagination &gt; li &gt; a.prev {
	padding-left: 9px;
	padding-right: 10px;
}
.pagination &gt; li &gt; a .fa {
	line-height: 20px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-radius: 0;
}
.pagination &gt; li.active &gt; span:not(.dots),
.pagination &gt; li.active &gt; span:not(.dots):focus,
.pagination &gt; li.active &gt; span:not(.dots):hover {
    background: #337ab7;
}
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover {
	background: #337ab7;
	color: #fff;
}
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover {
	background: none;
}
@media (max-width: 991px) {
	.pagination {
		margin: 10px 0 0;
	}
}
@media (max-width: 767px) {
	.pagination {
		margin: 5px 0 0;
	}
}

.frywolnaKuchnia {
	font-weight: bold;
}

.jumbotron {
	background: #fdf8e4;
	color: #98968C;
	border-radius: 0 !important;
	text-align: center;
}
.jumbotron .emotion {
	display: block;
	font-size: 10em;
}
.jumbotron h4 {
	margin-top: 30px;
}

main &gt; header {
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	main &gt; section {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.form-control {
	background: #fdf8e4;
	border-color: #bbb;
	border-radius: 0;
	font-size: 1.2em;
	height: auto;
}
.form-control:focus {
	border-color: #7F7C72;
	box-shadow: none;
}
.form-group {
	margin-bottom: 25px;
}
.form-group &gt; label {
	display: block;
	margin: 0;
}
.form-group &gt; label .label {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 8px;
	text-transform: uppercase;
	text-align: left;
}
.btn {
	background: #000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding: 8px 15px;
	text-transform: uppercase;
}
.btn:focus,
.btn:hover,
.btn:active {
	background: #4d4d4d;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	color: #FE534C;
	display: block;
	margin-top: 4px;
	font-size: .9em;
	text-transform: uppercase;
}
div.wpcf7-response-output {
	background: #ccc;
    border: none !important;
    color: #fff;
    font-size: .9em;
    letter-spacing: 1px;
	margin: 0;
	padding: 12px 24px 10px;
	text-transform: uppercase;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background: #FE534C;
}
div.wpcf7-mail-sent-ok {
	background: #55CE55;
}

.carousel .item {
	background: #F4EED9;
	min-height: 220px;
}
.carousel .contentWrapper {
	background: #F4EED9;
	filter: alpha(opacity=80);
	height: 200px;
	left: 50%;
	margin-left: -220px;
	margin-top: -100px;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 440px;
	z-index: 2;
}
.carousel .content {
	color: #000;
	display: table;
	height: 200px;
	left: 50%;
	margin-left: -220px;
	margin-top: -100px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	width: 440px;
	z-index: 3;
}
.carousel .content .inner {
	display: table-cell;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.carousel .content .categories {
	display: block;
	font-size: 1.8em;	
}
.carousel .content .categories .category:after {
	content: ', ';
}
.carousel .content .categories .category:last-child:after {
	content: ':';
}
.carousel .content .title {
	display: block;
	font-size: 1.7em;	
}
@media (max-width: 767px) {
	.carousel {
		display: none;
	}
}

@media (max-width: 767px) {
	.row-grid &gt; .col-xs-6:nth-child(1) .link-post,
	.row-grid &gt; .col-xs-6:nth-child(2) .link-post {
		border-top: none;
		padding-top: 0;
	}
	.row-grid &gt; .col-xs-6:nth-child(2n+3) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.row-grid &gt; .col-sm-4:nth-child(1) .link-post,
	.row-grid &gt; .col-sm-4:nth-child(2) .link-post,
	.row-grid &gt; .col-sm-4:nth-child(3) .link-post {
		border-top: none;
		padding-top: 0;
	}
	.row-grid &gt; .col-sm-4:nth-child(3n+4) {
		clear: left;
	}
}
@media (min-width: 992px) {
	.row-grid &gt; .col-md-3:nth-child(1) .link-post,
	.row-grid &gt; .col-md-3:nth-child(2) .link-post,
	.row-grid &gt; .col-md-3:nth-child(3) .link-post,
	.row-grid &gt; .col-md-3:nth-child(4) .link-post {
		border-top: none;
		padding-top: 0;
	}
	.row-grid &gt; .col-md-3:nth-child(4n+5) {
		clear: left;
	}
}


/* Home */

.home &gt; header {
	margin-bottom: 14px;
}


/* Search */

.search-results &gt; header {
	margin-bottom: 14px;
}
.search-results h3 {
	margin-bottom: 20px;
	margin-top: 0;
}


/* Single */

.single .summary {
	background: #fdf8e4;
	padding: 5px 10px;
	text-align: center;
}
.single .summary-main .categories {
	text-transform: uppercase;
}
.single .summary-main .author {
	text-transform: uppercase;
}
.single .summary-details {
	margin-bottom: 20px;
}
.single .summary-empty {
	background: none;
	margin-bottom: 20px;
}
.single .summary .sep {
	margin-left: 4px;
	margin-right: 4px;
}
.single .summary .sep:before {
	content: '|';
}
.single section .content {
	padding: 0 16.666666%;
}
@media (max-width: 991px) {
	.single section .content {
		padding: 0 1em;
	}
}
.single .ingredients {
    text-align: center !important; /*strong*/
}
.single .ingredients h1,
.single .ingredients h2,
.single .ingredients h3,
.single .ingredients h4,
.single .ingredients h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.single .ingredients:first-child h1,
.single .ingredients:first-child h2,
.single .ingredients:first-child h3,
.single .ingredients:first-child h4,
.single .ingredients:first-child h5 {
	margin-top: 0;
}
.single .ingredients ul {
	padding: 0;
}
.single .ingredients li {
	display: inline;
}
.single .ingredients li:not(:last-child):after {
	content: ' • ';
	font-size: 1.25em;
	line-height: 20px;
}
@media (min-width: 992px) {
	.single .ingredients li {
		white-space: nowrap;
	}
}
.single .recipe {
	text-align: justify !important; /*strong*/
}
.single .recipe h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center !important; /*strong*/
}
.single .recipe p {
	text-align: justify !important; /*strong*/
}
.single .recipe img,
.single .attachment img {
	display: block;
    height: auto;
    width: 100%;
}
.single .recipe .img-responsive + .img-responsive {
	margin-top: 10px;
}
.single .col-md-1:nth-child(even) {
	background: #ddd;
}
.single .col-md-1:nth-child(odd) {
	background: #eee;
}
.single .navigation {
	margin-top: 20px;
}
.single .navigation .row {
	margin-left: -2px;
	margin-right: -2px;
}
.single .navigation div[class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.single .navigation .navigate {
	background: #fdf8e4;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	padding: 10px 12px;
	white-space: nowrap;
}
.single .navigation .navigate &gt; a {
	display: block;
	font-weight: bold;
}
.single .navigation .navigate-previous &gt; a .fa {
	margin-right: .5em;
}
.single .navigation .navigate-next &gt; a .fa {
	margin-left: .5em;
}
.single .navigation .miniature {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 185px;
	margin-top: 5px;
}
.single .navigation .navigate-empty .miniature {
	filter: opacity(alpha=25);
	font-family: times new roman; 
	font-size: 8em;
	line-height: 185px;
	opacity: .25;
}
.single .navigation .navigate-empty .miniature:before {
	content: 'FK';
}
.single .navigation .navigate-empty .none {
	filter: opacity(alpha=75);
	opacity: .75;
}
@media (max-width: 767px) {
	.single .navigation .miniature {
		height: 140px;
	}
	.single .navigation .navigate-empty .miniature {
		line-height: 140px;
		font-size: 6em;
	}
}
@media (max-width: 399px) {
	.single .navigation .miniature {
		height: 90px;
	}
	.single .navigation .navigate-empty .miniature {
		line-height: 90px;
		font-size: 4em;
	}
}


/* Contact */

.page-template-contact .wpcf7-textarea {
	height: 170px;
}
@media (min-width: 992px) {
	.page-template-contact .wpcf7-text {
		width: 50%;
	}
}</pre></body></html>