@charset "UTF-8";
/*!
Theme Name: GK
Theme URI: 
Author: Grzegorz Kowalski
Author URI: https://grzegorzkowalski.pl
Description: 
Version: 1.0.0
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gk_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! Sass Fairy v1 | (c) roydukkey | https://sass-fairy.com/license */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media screen and (min-width: 1141px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    column-gap: 34px;
  }
  .main-navigation ul li:first-of-type {
    margin-left: auto;
  }
  .main-navigation ul li:last-of-type {
    margin-right: 110px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  display: flex;
  justify-content: center;
}

/* node modules improts, requires command line param --load-path=node_modules*/
/* there is corresponding include in head, see site-specific-settings */
/*
    Reference: 

    https://www.webdevsplanet.com/post/fontawesome-unicodes-with-css-not-working

    Usage:

    .foo {
        @include FontAwesome5-Solid();
        content: '\f0c8';
    }
*/
/* full-online import */
/* tekst domyślny */
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFEF6;
  background-color: #3A1911;
}
body .entry-header {
  display: none;
}

p {
  margin-top: 0;
  text-align: justify;
  line-height: 1.5;
}
p p:last-of-type {
  margin-bottom: 0;
}

figure {
  text-align: center;
  display: table;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
}

h1, h2, h3, h4, h5, h6,
.wp-block-image {
  margin: 0;
  padding: 0;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1139px) {
  h1, h2, h3,
  .h1, .h2, .h3 {
    text-align: center;
  }
}

.wp-block-group > .wp-block-group__inner-container > h2 {
  margin-top: 0;
}

/*
$a-tags: 'a, a:active, a:hover, a:visited';
$a-tags-hover: 'a:active, a:hover';
*/
a, a:active, a:hover, a:visited {
  color: #FFFEF6;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

*:last-child {
  margin-bottom: 0;
}

html {
  scroll-behavior: auto !important;
}

.page,
.entry-content {
  margin: 0;
  overflow-x: hidden;
}

body.blog #content_wrapper::before,
body.single #content_wrapper::before,
body:not(.single) .entry-content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(250, 237, 205) 50%, transparent 50%);
  background-size: 100% 27px;
  top: 0;
  right: calc((100% - 1320px) / 2 + 90px);
  z-index: 1;
}
@media (max-width: 1139px) {
  body.blog #content_wrapper::before,
  body.single #content_wrapper::before,
  body:not(.single) .entry-content::before {
    right: 17px;
  }
}

/*
	Główny selektor odpowiadający za zawężanie treści. Wszystko poza nim to full-width.
*/
header,
footer > div,
#relocable_breadcrumb,
.entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw),
.insert-page > .wp-block-group > .wp-block-group__inner-container,
body.search main .insert-page > :not(.rc_big_image),
.wp-block-post-template {
  max-width: 1320px;
  --wp--style--global--content-size: 1320px;
  --gk--theme--global--content-margin: 60px;
  padding-left: var(--content-padding-left, 0);
  padding-right: var(--content-padding-right, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1140px) and (min-width: 768px) {
  header,
  footer > div,
  #relocable_breadcrumb,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw),
  .insert-page > .wp-block-group > .wp-block-group__inner-container,
  body.search main .insert-page > :not(.rc_big_image),
  .wp-block-post-template {
    max-width: 1106px;
    --wp--style--global--content-size: 1106px;
    --gk--theme--global--content-margin: 17px;
    margin-left: 17px;
    margin-right: 17px;
    padding-left: 0;
    padding-right: 0;
  }
  header .wp-block-query .entry-content,
  header .wp-block-query .wp-block-post-content,
  header .wp-block-query .wp-block-post-template,
  header .wp-block-query .entry-content > :not(.wp-block-group),
  footer > div .wp-block-query .entry-content,
  footer > div .wp-block-query .wp-block-post-content,
  footer > div .wp-block-query .wp-block-post-template,
  footer > div .wp-block-query .entry-content > :not(.wp-block-group),
  #relocable_breadcrumb .wp-block-query .entry-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-template,
  #relocable_breadcrumb .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .entry-content,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .wp-block-post-content,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .wp-block-post-template,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-template .wp-block-query .entry-content,
  .wp-block-post-template .wp-block-query .wp-block-post-content,
  .wp-block-post-template .wp-block-query .wp-block-post-template,
  .wp-block-post-template .wp-block-query .entry-content > :not(.wp-block-group) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  header,
  footer > div,
  #relocable_breadcrumb,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw),
  .insert-page > .wp-block-group > .wp-block-group__inner-container,
  body.search main .insert-page > :not(.rc_big_image),
  .wp-block-post-template {
    max-width: 734px;
    --wp--style--global--content-size: 734px;
    --gk--theme--global--content-margin: 17px;
    margin-left: 17px;
    margin-right: 17px;
    padding-left: 0;
    padding-right: 0;
  }
  header .wp-block-query .entry-content,
  header .wp-block-query .wp-block-post-content,
  header .wp-block-query .wp-block-post-template,
  header .wp-block-query .entry-content > :not(.wp-block-group),
  footer > div .wp-block-query .entry-content,
  footer > div .wp-block-query .wp-block-post-content,
  footer > div .wp-block-query .wp-block-post-template,
  footer > div .wp-block-query .entry-content > :not(.wp-block-group),
  #relocable_breadcrumb .wp-block-query .entry-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-content,
  #relocable_breadcrumb .wp-block-query .wp-block-post-template,
  #relocable_breadcrumb .wp-block-query .entry-content > :not(.wp-block-group),
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .entry-content,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .wp-block-post-content,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .wp-block-post-template,
  .entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-query .entry-content > :not(.wp-block-group),
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-content,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .wp-block-post-template,
  .insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-query .entry-content > :not(.wp-block-group),
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-content,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .wp-block-post-template,
  body.search main .insert-page > :not(.rc_big_image) .wp-block-query .entry-content > :not(.wp-block-group),
  .wp-block-post-template .wp-block-query .entry-content,
  .wp-block-post-template .wp-block-query .wp-block-post-content,
  .wp-block-post-template .wp-block-query .wp-block-post-template,
  .wp-block-post-template .wp-block-query .entry-content > :not(.wp-block-group) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
header li.post::before,
header .wp-block-latest-posts li::before,
footer > div li.post::before,
footer > div .wp-block-latest-posts li::before,
#relocable_breadcrumb li.post::before,
#relocable_breadcrumb .wp-block-latest-posts li::before,
.entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) li.post::before,
.entry-content > .wp-block-group > .wp-block-group__inner-container:not(.mobile-fw) .wp-block-latest-posts li::before,
.insert-page > .wp-block-group > .wp-block-group__inner-container li.post::before,
.insert-page > .wp-block-group > .wp-block-group__inner-container .wp-block-latest-posts li::before,
body.search main .insert-page > :not(.rc_big_image) li.post::before,
body.search main .insert-page > :not(.rc_big_image) .wp-block-latest-posts li::before,
.wp-block-post-template li.post::before,
.wp-block-post-template .wp-block-latest-posts li::before {
  display: none;
}

.wp-block-buttons {
  display: flex;
}

.wp-block-post-excerpt__more-text a, .wp-block-post-excerpt__more-text a:active, .wp-block-post-excerpt__more-text a:hover, .wp-block-post-excerpt__more-text a:visited,
.wp-block-button a,
.wp-block-button a:active,
.wp-block-button a:hover,
.wp-block-button a:visited {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #FAEDCD;
  border-radius: 0;
  box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  color: black;
  text-align: center;
  position: relative;
}
.wp-block-post-excerpt__more-text a:hover, .wp-block-post-excerpt__more-text a:active:hover, .wp-block-post-excerpt__more-text a:hover:hover, .wp-block-post-excerpt__more-text a:visited:hover,
.wp-block-button a:hover,
.wp-block-button a:active:hover,
.wp-block-button a:hover:hover,
.wp-block-button a:visited:hover {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  left: 5px;
  top: 5px;
}
@media (max-width: 768px) {
  .wp-block-post-excerpt__more-text a, .wp-block-post-excerpt__more-text a:active, .wp-block-post-excerpt__more-text a:hover, .wp-block-post-excerpt__more-text a:visited,
  .wp-block-button a,
  .wp-block-button a:active,
  .wp-block-button a:hover,
  .wp-block-button a:visited {
    width: 100%;
  }
}

p + .wp-block-buttons a {
  margin-top: 0 !important;
}

.not-mobile {
  display: initial;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .not-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.hidden {
  display: none;
}

.menu {
  list-style: none;
  text-decoration: none;
}

header {
  --nav-height: 95px;
  --nav-height-with-adminbar: calc(var(--nav-height) + var(--wp-admin--admin-bar--height, 0px));
  height: var(--nav-height);
  align-content: space-around;
  overflow: visible;
  background-color: #3A1911;
}
header .custom-logo-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .custom-logo-link img {
  width: clamp(198px, 162.0845070423px + 9.5774647887vw, 300px);
}
@media (max-width: 1140px) and (min-width: 768px) {
  header {
    --nav-height: 70px;
    margin: 0;
    z-index: 2;
  }
  header .site-branding {
    padding-left: 17px;
  }
  header #site-navigation {
    padding-right: 17px;
  }
}
@media (max-width: 768px) {
  header {
    --nav-height: 70px;
    margin: 0;
    z-index: 2;
  }
  header .site-branding {
    padding-left: 17px;
  }
  header #site-navigation {
    padding-right: 17px;
  }
}

footer {
  background-color: rgb(58, 25, 17);
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
footer .insert-page > .wp-block-group > .wp-block-group {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 1139px) {
  footer .insert-page > .wp-block-group > .wp-block-group {
    margin: 50px 0 0;
  }
}
footer .insert-page > .wp-block-group > .wp-block-group p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
footer .insert-page > .wp-block-group > .wp-block-group strong {
  color: #D59620;
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
footer .insert-page > .wp-block-group > .wp-block-group + p {
  color: #BE6D1D;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1139px) {
  footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  width: 80%;
}
@media (max-width: 1139px) {
  footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
    width: 100%;
  }
}
footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1139px) {
  footer .insert-page > .wp-block-group > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}

#sekcja-kontaktowa {
  padding-top: 57px;
  background: linear-gradient(0deg, rgb(124, 56, 39) 0%, rgb(58, 25, 17) 100%);
  --content-padding-left: 122px;
}
#sekcja-kontaktowa h2, #sekcja-kontaktowa h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media (max-width: 1139px) {
  #sekcja-kontaktowa {
    --content-padding-left: 0;
    padding-top: 0;
  }
}

#kolumny-informacyjne > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 244px;
  position: relative;
}
@media (max-width: 1139px) {
  #kolumny-informacyjne > .wp-block-group__inner-container {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  #kolumny-informacyjne > .wp-block-group__inner-container h2 {
    text-align: left;
  }
}

#formularz-kontaktowy {
  width: 426px;
  max-width: 100%;
}
#formularz-kontaktowy label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgb(213, 150, 32);
  padding-bottom: 8px;
}
#formularz-kontaktowy input[type=text],
#formularz-kontaktowy input[type=email],
#formularz-kontaktowy input[type=submit],
#formularz-kontaktowy textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(213, 150, 32);
  color: rgb(250, 237, 205);
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
  border-radius: 0;
}
#formularz-kontaktowy input[type=submit],
#formularz-kontaktowy textarea {
  border: 1px solid rgb(213, 150, 32);
}
#formularz-kontaktowy::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgb(124, 56, 39);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1139px) {
  #formularz-kontaktowy::after {
    display: none;
  }
}
@media (max-width: 1139px) {
  #formularz-kontaktowy input[type=text]::placeholder,
  #formularz-kontaktowy input[type=email]::placeholder,
  #formularz-kontaktowy textarea::placeholder {
    color: rgb(213, 150, 32);
  }
}

.wp-block-search__inside-wrapper {
  height: 45px;
}
@media (max-width: 1139px) {
  .wp-block-search__inside-wrapper {
    display: none;
  }
}

input[type=search].wp-block-search__input {
  max-width: 260px;
  position: absolute;
  right: calc((100vw - 1320px) / 2 + 200px);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(213, 150, 32);
  color: rgb(250, 237, 205);
  font-size: 16px;
  line-height: 19px;
  padding: 16px;
  border-radius: 0;
}
input[type=search].wp-block-search__input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: rgba(250, 237, 205, 0.5);
}

#dane-kontaktowe {
  width: fit-content;
}
#dane-kontaktowe h2 + div .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 41px;
  padding-bottom: 41px;
}
#dane-kontaktowe h2 + div p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
#dane-kontaktowe h2 + div strong {
  color: #D59620;
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
#dane-kontaktowe h2 + div + p {
  color: #BE6D1D;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 1139px) {
  #dane-kontaktowe {
    width: 100%;
  }
  #dane-kontaktowe h2 {
    display: none;
  }
  #dane-kontaktowe h2 + div .wp-block-group__inner-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#primary .active a, #primary .active a:active, #primary .active a:hover, #primary .active a:visited {
  color: rgb(213, 150, 32);
}

/* mobile menu */
#primary .menu-top {
  display: none;
}

@media (max-width: 1139px) {
  #wpadminbar {
    display: none;
  }
  /* fix for hardcoded wordpress margin for admin bar */
  html {
    position: relative;
    top: calc(-1 * var(--wp-admin--admin-bar--height, 0px));
  }
  body.toggled #primary .menu-top {
    display: block;
  }
  button.menu-toggle {
    position: absolute;
    width: 30px;
    height: 20px;
    right: 60px;
    color: transparent;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  button.menu-toggle > span {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  button.menu-toggle > span, button.menu-toggle > span::before, button.menu-toggle > span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: rgb(250, 237, 205);
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  button.menu-toggle > span::before, button.menu-toggle > span::after {
    position: absolute;
    content: "";
  }
  button.menu-toggle > span::before {
    top: -8px;
  }
  button.menu-toggle > span::after {
    top: 8px;
  }
  .main-navigation.toggled button.menu-toggle > span {
    background-color: transparent;
  }
  .main-navigation.toggled button.menu-toggle > span::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .main-navigation.toggled button.menu-toggle > span::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 1139px) and (max-width: 1139px) {
  button.menu-toggle {
    right: 17px;
  }
}
@media (max-width: 1139px) {
  .main-navigation.toggled {
    border-bottom: 0 !important;
  }
  .main-navigation.toggled #primary {
    position: absolute;
    align-items: flex-start;
    width: 100vw;
    height: fit-content;
    margin: 0;
    top: calc(var(--nav-height, 0px) + 0px);
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    background: linear-gradient(180deg, rgba(124, 56, 39, 0.9), rgba(67, 30, 21, 0.9)), url(images/pofog/background-menu.jpg) no-repeat top center;
    --menu-bottom-padding: 47px;
    padding-bottom: var(--menu-bottom-padding, 0);
  }
  .main-navigation.toggled #primary li {
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(213, 150, 32);
    padding: calc((100dvh - var(--nav-height) - var(--menu-bottom-padding, 0) - 215px) / 10) 55px;
    width: 100%;
    position: relative;
  }
  .main-navigation.toggled #primary li::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(images/pofog/menu-bullet.png) no-repeat;
    background-size: contain;
    margin-top: 10px;
    left: 15px;
  }
}
.sticky-header {
  width: 100%;
  z-index: 1825;
}

.site-branding {
  line-height: 0;
  height: 0;
}

.rc_primary_menu {
  display: flex;
}
.rc_primary_menu .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
}

/* alternatywa dla zwykłych stron */
/*
.wp-block-columns.is-layout-flex > .is-layout-flow:last-of-type[style="flex-basis:66.66%"] {
	display: flex;
}
*/
/* fix for Firefox weird behavior */
.wp-block-post-author {
  flex-wrap: nowrap;
  flex-direction: row;
}
.wp-block-post-author .wp-block-post-author__content {
  width: max-content;
}

.history-back {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.history-back a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(images/pofog/arrow.svg);
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -5px;
}
body.parent-pageid-37 .history-back {
  padding: 48px 0 0px;
  position: relative;
  left: calc((100% - 1320px) / 2 + 140px);
}
@media (max-width: 1139px) {
  body.parent-pageid-37 .history-back {
    padding: 14px 17px;
    left: 0;
    margin-bottom: 0;
  }
}

/* single post */
.single-post {
  color: rgb(250, 237, 205);
  font-size: 16px;
  line-height: clamp(22px, 21.2957746479px + 0.1877934272vw, 24px);
}
.single-post main {
  background-color: rgb(124, 56, 39);
}
.single-post .entry-content {
  padding-left: 111px;
  padding-right: 222px;
  padding-bottom: 46px;
  padding-top: 46px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgb(250, 237, 205);
}
.single-post .entry-content a, .single-post .entry-content a:active, .single-post .entry-content a:hover, .single-post .entry-content a:visited {
  text-decoration: underline;
}
.single-post .entry-content a:active, .single-post .entry-content a:hover {
  color: rgb(250, 237, 205);
}
.single-post .yoast-breadcrumbs {
  padding: 27px 0 40px;
}
.single-post .wp-block-post-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(24px, 15.5492957746px + 2.2535211268vw, 48px);
  line-height: clamp(32px, 20.7323943662px + 3.0046948357vw, 64px);
  color: rgb(250, 237, 205);
  text-transform: none;
  padding: 32px 0 0;
}
.single-post .desktop-date,
.single-post .mobile-date {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: rgb(250, 237, 205);
}
.single-post .mobile-date {
  display: none;
  padding: 16px 0 8px;
}
@media (max-width: 1139px) {
  .single-post .mobile-date {
    display: block;
  }
}
.single-post .desktop-date {
  display: block;
  padding: 24px 0 39px;
}
@media (max-width: 1139px) {
  .single-post .desktop-date {
    display: none;
  }
}
.single-post .wp-block-post-featured-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(58, 25, 17);
}
.single-post .wp-block-post-featured-image img {
  width: 957px;
  max-width: unset;
  z-index: 1;
  position: relative;
  left: 25px;
  top: 25px;
}
.single-post .wp-block-post-template {
  --content-padding-left: 109px;
  --content-padding-right: 109px;
}
.single-post .page_header {
  display: none;
}
.single-post .page_header + .wp-block-group {
  padding-left: 109px;
}
@media (max-width: 1139px) {
  .single-post .wp-block-group:not(.page_header) .yoast-breadcrumbs {
    display: none;
  }
  .single-post .page_header {
    display: block;
    margin-bottom: 0;
  }
  .single-post .page_header > div {
    top: 0;
  }
  .single-post .page_header .breadcrumb_last {
    display: none;
  }
  .single-post .page_header .yoast-breadcrumbs {
    padding: 0;
    position: relative;
    top: 22px;
    background-color: rgb(250, 237, 205);
    width: fit-content;
  }
  .single-post .page_header .yoast-breadcrumbs > span {
    display: block;
    padding: 8px 16px;
    top: 5px;
    left: 5px;
    position: relative;
    width: fit-content;
    background-color: rgb(58, 25, 17);
  }
  .single-post .history-back {
    padding-top: 18px;
  }
  .single-post .wp-block-post-template {
    --content-padding-left: 0;
    --content-padding-right: 0;
  }
  .single-post .entry-content {
    max-width: 100%;
    padding-bottom: 32px;
    padding-right: 5px;
    padding-left: 0;
    padding-top: 0;
  }
  .single-post .entry-content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(213, 150, 32);
  }
  .single-post .wp-block-post-title {
    text-align: left;
    padding: 0;
  }
  .single-post .wp-block-post-featured-image {
    padding-top: 16px;
    padding-bottom: 68px;
    text-align: right;
  }
  .single-post .wp-block-post-featured-image::before {
    height: 206px;
  }
  .single-post .wp-block-post-featured-image img {
    width: calc(100% - 25px);
    height: 206px;
    object-fit: cover;
    max-width: unset;
    z-index: 1;
    position: relative;
    left: 0;
  }
}

body:not(.form-submitted) .show-on-form-submitted {
  display: none;
}
body:not(.form-submitted) .hide-on-form-submitted {
  display: block;
}

body.form-submitted .show-on-form-submitted {
  display: block;
}
body.form-submitted .hide-on-form-submitted {
  display: none;
}

/* posts */
div.yoast-breadcrumbs {
  padding-bottom: 9px;
}
div.yoast-breadcrumbs a, div.yoast-breadcrumbs a:active, div.yoast-breadcrumbs a:hover, div.yoast-breadcrumbs a:visited,
div.yoast-breadcrumbs span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14.5px;
  color: var(--page-header-color, rgb(250, 237, 205));
}
div.yoast-breadcrumbs > span > span + span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(images/pofog/arrow.svg);
  background-size: contain;
  margin: 0 5px 0;
  transform: scaleX(-1);
  position: relative;
  top: 2px;
}
div.yoast-breadcrumbs strong {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* fix for strange wordpress behaviour around some shortcodes */
body.search p:empty {
  display: none;
}

.wp-block-separator {
  border-width: 1px;
}

/* unsorted changes */
body.error404 h2 {
  margin-top: 35px;
}

.filepond-file {
  flex-direction: column;
}

/*  POFOG Specific */
.home_intro,
.home_cta,
.home_events {
  background-color: #D59620;
  color: #3A1911;
}

.home_intro {
  position: relative;
  background-image: linear-gradient(0deg, rgb(213, 150, 32) 0%, rgba(190, 109, 29, 0) 100%), url(images/pofog/home-background.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  --content-padding-left: 110px;
}
.home_intro .wp-block-group {
  max-width: 821px;
  padding-top: 351px;
  padding-bottom: 24px;
}
.home_intro .wp-block-group h2 {
  font-size: clamp(26px, 18.2535211268px + 2.0657276995vw, 48px);
  line-height: clamp(32px, 22.1408450704px + 2.6291079812vw, 60px);
}
.home_intro .wp-block-group p {
  max-width: 590px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  line-height: clamp(24px, 20.1267605634px + 1.0328638498vw, 35px);
  color: #7C3827;
}
@media (max-width: 1139px) {
  .home_intro {
    --content-padding-left: 0;
    padding-top: 0;
  }
  .home_intro .wp-block-group {
    padding-top: 229px;
  }
  .home_intro h2 {
    text-align: left;
  }
}

.home_cta {
  height: 634px;
  --content-padding-left: 678px;
  position: relative;
}
@media (max-width: 1139px) {
  .home_cta {
    height: fit-content;
  }
}
.home_cta .wp-block-image {
  position: absolute;
  left: 12%;
  z-index: 1;
}
.home_cta .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 287px;
  background: rgb(124, 56, 39);
  z-index: 1;
  right: 25%;
  bottom: 0;
}
.home_cta .wp-block-image img {
  z-index: 2;
  position: relative;
}
.home_cta .wp-block-group {
  max-width: 460px;
  padding-top: 176px;
  padding-bottom: 187px;
  position: relative;
  z-index: 2;
}
.home_cta .wp-block-group h2 {
  font-size: clamp(26px, 21.7746478873px + 1.1267605634vw, 38px);
  line-height: clamp(35px, 29.3661971831px + 1.5023474178vw, 51px);
  letter-spacing: 0.5px;
  color: rgb(58, 25, 17);
  text-align: left;
}
.home_cta .wp-block-group p {
  max-width: 590px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 24px;
  color: #7C3827;
  padding-right: 20px;
}
@media (max-width: 1139px) {
  .home_cta .wp-block-group {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .home_cta .wp-block-image {
    position: relative;
    height: 197px;
    aspect-ratio: 237/197;
    margin-left: auto;
    left: 0;
  }
  .home_cta .wp-block-image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 90px;
    background: rgb(124, 56, 39);
    z-index: 1;
    right: -17px;
    bottom: 90px;
  }
  .home_cta .wp-block-button {
    margin: 0 auto;
  }
}

.home_directions {
  height: 772px;
  background-color: #3A1911;
  z-index: 2;
  position: relative;
}
@media (max-width: 1139px) {
  .home_directions {
    height: fit-content;
  }
}
.home_directions .wp-block-image {
  position: absolute;
  top: 206px;
  right: 61px;
}
.home_directions .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 432px;
  height: 388px;
  background: rgb(190, 109, 29);
  z-index: 1;
  left: -73px;
  top: 158px;
}
.home_directions .wp-block-image::after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 204px;
  background: rgb(250, 237, 205);
  z-index: 1;
  top: -62px;
  left: 300px;
}
.home_directions .wp-block-image img {
  height: 474px;
  z-index: 2;
  position: relative;
}
.home_directions .wp-block-group {
  max-width: 510px;
  padding-top: 288px;
  padding-bottom: 134px;
  left: 179px;
  position: relative;
}
.home_directions .wp-block-group h2 {
  font-size: clamp(26px, 21.7746478873px + 1.1267605634vw, 38px);
  line-height: clamp(35px, 29.3661971831px + 1.5023474178vw, 51px);
  letter-spacing: 0.5px;
  color: rgb(250, 237, 205);
}
.home_directions .wp-block-group p {
  max-width: 590px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 24px;
  color: rgb(250, 237, 205);
  padding-right: 20px;
}
@media (max-width: 1139px) {
  .home_directions {
    z-index: 0;
  }
  .home_directions > div {
    display: flex;
    justify-content: center;
  }
  .home_directions .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    position: relative;
  }
  .home_directions .wp-block-group h2 {
    text-align: left;
    padding-top: 36px;
  }
  .home_directions .wp-block-image {
    display: none;
  }
  .home_directions .wp-block-button {
    margin: 0 auto;
  }
}

.home_members {
  height: 900px;
  background-image: linear-gradient(0deg, rgb(124, 56, 39) 0%, rgb(58, 25, 17) 100%);
  background-color: #3A1911;
  z-index: 2;
  position: relative;
}
@media (max-width: 1139px) {
  .home_members {
    height: fit-content;
  }
}
.home_members > div > .wp-block-group {
  width: 100%;
  padding-top: 251px;
  padding-bottom: 202px;
  position: relative;
}
.home_members > div > .wp-block-group h2 {
  font-size: clamp(26px, 21.7746478873px + 1.1267605634vw, 38px);
  line-height: clamp(35px, 29.3661971831px + 1.5023474178vw, 51px);
  letter-spacing: 0.5px;
  text-align: center;
  color: rgb(250, 237, 205);
}
.home_members > div > .wp-block-group p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 24px;
  color: rgb(213, 150, 32);
  text-align: center;
}
.home_members > div > .wp-block-group .wp-block-button {
  padding-top: 20px;
  margin: 0 auto;
}
.home_members .wp-block-lcb-logo-carousel {
  margin-top: 60px;
  margin-bottom: 60px;
}
.home_members .wp-block-lcb-logo-carousel > .swiper {
  background-color: #FAEDCD;
  box-shadow: -14px 14px 0 0 #D59620;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
  max-width: 1320px;
}
.home_members .wp-block-lcb-logo-carousel > .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1139px) {
  .home_members .wp-block-lcb-logo-carousel > .swiper {
    background-color: #FAEDCD;
    box-shadow: -28px -14px 0 0 #D59620;
    flex-direction: column;
    height: fit-content;
    max-width: 100vw;
    left: 14px;
    position: relative;
    row-gap: 80px;
    padding: 80px 0;
  }
}
@media (max-width: 1139px) {
  .home_members {
    z-index: 0;
    padding-bottom: 72px;
  }
  .home_members > div > .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    position: relative;
  }
  .home_members > div > .wp-block-group h2 {
    padding-top: 36px;
  }
  .home_members .wp-block-button {
    margin: 0 auto;
  }
}

.home_events {
  --content-padding-left: 676px;
}
.home_events .wp-block-image {
  position: absolute;
  top: 183px;
  left: 184px;
}
.home_events .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 285px;
  height: 313px;
  background: rgb(190, 109, 29);
  z-index: 1;
  left: -74px;
  top: -66px;
}
.home_events .wp-block-image::after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 146px;
  background: rgb(250, 237, 205);
  z-index: 1;
  bottom: -53px;
  right: -36px;
}
.home_events .wp-block-image img {
  height: 474px;
  z-index: 2;
  position: relative;
}
.home_events > div > .wp-block-group {
  width: fit-content;
  padding-top: 238px;
  padding-bottom: 305px;
  position: relative;
}
.home_events > div > .wp-block-group h2 {
  font-size: clamp(26px, 21.7746478873px + 1.1267605634vw, 38px);
  line-height: clamp(35px, 29.3661971831px + 1.5023474178vw, 51px);
  letter-spacing: 0.5px;
}
.home_events > div > .wp-block-group p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 24px;
}
.home_events > div > .wp-block-group .wp-block-button {
  padding-top: 20px;
}
@media (max-width: 1139px) {
  .home_events {
    padding-bottom: 72px;
  }
  .home_events > div {
    display: flex;
    justify-content: center;
  }
  .home_events > div > .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
    position: relative;
  }
  .home_events > div > .wp-block-group h2 {
    padding-top: 72px;
  }
  .home_events .wp-block-image {
    display: none;
  }
  .home_events .wp-block-button {
    margin: 0 auto;
  }
}

.page_header {
  min-height: 140px;
  padding-top: 27px;
  padding-bottom: 33px;
  background: var(--page-header-background, #7C3827) url(images/pofog/kim-jestesmy-header.png) no-repeat center center;
  background-size: cover;
  color: var(--page-header-color, rgb(250, 237, 205));
  --content-padding-left: 122px;
  background-position-x: right;
}
.page_header h2 {
  font-size: clamp(26px, 20.3661971831px + 1.5023474178vw, 42px);
  line-height: clamp(35px, 27.6056338028px + 1.9718309859vw, 56px);
  letter-spacing: 0.5px;
}
@media (max-width: 1139px) {
  .page_header {
    height: 80px;
    min-height: 0px;
    padding: 0;
    margin-bottom: 98px;
  }
  body.parent-pageid-37 .page_header {
    margin-bottom: 0;
    overflow-y: hidden;
  }
  .page_header > div {
    top: 98px;
  }
  .page_header h2 {
    text-align: left;
  }
}

.page_about {
  height: 526px;
  background-color: #7C3827;
  --content-padding-left: 140px;
}
@media (max-width: 1139px) {
  .page_about {
    height: fit-content;
  }
}
.page_about .wp-block-image {
  position: absolute;
  top: 60px;
}
.page_about .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 298px;
  height: 358px;
  background: rgb(190, 109, 29);
  z-index: 1;
  left: -80px;
  bottom: -60px;
}
.page_about .wp-block-image img {
  height: 348px;
  z-index: 2;
  position: relative;
}
.page_about > div > .wp-block-group {
  max-width: 451px;
  padding-top: 135px;
  padding-bottom: 193px;
  margin-left: 370px;
  position: relative;
}
.page_about > div > .wp-block-group p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgb(250, 237, 205);
}
.page_about > div > .wp-block-group strong {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1139px) {
  .page_about {
    background-color: transparent;
  }
  .page_about > div > .wp-block-group {
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
  .page_about > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .page_about .wp-block-image {
    display: none;
  }
}

.opis-osoby {
  padding-top: 20px;
  padding-bottom: 20px;
  --content-padding-left: 555px;
}
.opis-osoby h3 {
  color: rgb(250, 237, 205);
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
}
.opis-osoby p {
  max-width: 510px;
  color: rgb(250, 237, 205);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.opis-osoby h3 ~ p {
  margin: 0;
  color: rgb(213, 150, 32);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 25px;
}
.opis-osoby .wp-block-image {
  position: absolute;
  top: 0;
  left: 140px;
}
.opis-osoby .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 298px;
  height: 358px;
  background: rgba(190, 109, 29, 0.5);
  z-index: 1;
  left: -80px;
  bottom: -60px;
}
.opis-osoby .wp-block-image img {
  height: 348px;
  width: 347px;
  z-index: 2;
  position: relative;
  object-fit: cover;
}
@media (max-width: 1139px) {
  .opis-osoby {
    --content-padding-left: 0;
  }
  .opis-osoby h3 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.5px;
    padding-bottom: 32px;
  }
  .opis-osoby p {
    font-size: 16px;
    line-height: 19px;
    max-width: none;
  }
  .opis-osoby h3 + p {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 0 25px;
  }
  .opis-osoby .wp-block-image {
    position: static;
    text-align: center;
  }
  .opis-osoby .wp-block-image::before {
    width: 293px;
    height: 316px;
    left: 0;
    bottom: initial;
  }
  .opis-osoby .wp-block-image img {
    top: -23px;
    left: 36px;
    width: 307px;
    height: 307px;
  }
}

.page_goals {
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: linear-gradient(180deg, rgb(58, 25, 17) 0%, rgb(124, 56, 39) 100%);
  position: relative;
  --content-padding-left: 304px;
}
.page_goals > div {
  position: relative;
  z-index: 2;
}
.page_goals::before {
  content: "";
  display: block;
  position: absolute;
  left: calc((100% - 1320px) / 2 + var(--content-padding-left));
  width: 54px;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(124, 56, 39) 0%, rgba(124, 56, 39, 0) 100%);
  background-size: 54px 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.page_goals h2 {
  color: rgb(250, 237, 205);
}
.page_goals h2 + div {
  padding-top: 60px;
}
.page_goals h2 ~ div > div {
  display: flex;
  align-items: center;
  column-gap: 71px;
}
.page_goals h2 ~ div > div img {
  width: 83px;
}
.page_goals h2 ~ div > div ul {
  max-width: 426px;
  color: rgb(250, 237, 205);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.page_goals h2 ~ div > div ul li + li {
  padding-top: 12px;
}
@media (max-width: 1139px) {
  .page_goals h2 ~ div > div {
    flex-direction: column;
    row-gap: 30px;
  }
}
.page_goals h2 ~ div + div {
  padding-top: 67px;
}
@media (max-width: 1139px) {
  .page_goals {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page_goals::before {
    display: none;
  }
  .page_goals h2 {
    text-align: left;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }
}

.page_dzialalnosc {
  background-color: #BE6D1D;
  padding-top: 51px;
  padding-bottom: 64px;
  --content-padding-left: 558px;
  --content-padding-right: 100px;
}
.page_dzialalnosc .wp-block-image {
  position: absolute;
  left: 20px;
  top: 200px;
}
.page_dzialalnosc .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 512px;
  background: rgb(124, 56, 39);
  z-index: 1;
  top: -55px;
  right: 85px;
}
.page_dzialalnosc .wp-block-image img {
  height: 550px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1139px) {
  .page_dzialalnosc .wp-block-image {
    display: none;
  }
}
.page_dzialalnosc h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px);
  line-height: clamp(19px, 14.4225352113px + 1.220657277vw, 32px);
  max-width: 580px;
  padding-bottom: 64px;
  letter-spacing: 0.5px;
}
.page_dzialalnosc ul {
  padding: 0;
}
.page_dzialalnosc li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FAEDCD;
  background-color: #3A1911;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 48px;
  list-style: none;
  margin-bottom: 4px;
  position: relative;
}
.page_dzialalnosc li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/pofog/Dzialalnosc-bullet.png) no-repeat;
  background-size: contain;
  margin-right: 24px;
  left: 15px;
}
.page_dzialalnosc li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  background-color: #3A1911;
  left: calc(100% - 10px);
}
@media (max-width: 1139px) {
  .page_dzialalnosc {
    padding-top: 16px;
    padding-bottom: 0;
    background: linear-gradient(180deg, rgb(58, 25, 17) 0%, rgb(190, 109, 29) 20%);
  }
  .page_dzialalnosc h3 {
    text-align: left;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 16px;
  }
  .page_dzialalnosc li {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .page_dzialalnosc li::after {
    display: none;
  }
}

.page_download {
  padding-top: 84px;
  padding-bottom: 84px;
  background-color: #7C3827;
  --content-padding-left: 172px;
}
.page_download h2 {
  padding-bottom: 7px;
  font-size: 38px;
  line-height: 51px;
  letter-spacing: 0.5px;
  color: rgb(250, 237, 205);
}
.page_download h3 {
  padding-bottom: 8px;
  padding-top: 37px;
  size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: rgb(250, 237, 205);
}
.page_download p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #D59620;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.page_download .wp-block-buttons {
  padding-bottom: 49px;
}
.page_download #pliki {
  max-width: fit-content;
}
.page_download #pliki > .wp-block-group__inner-container > .wp-block-group + .wp-block-group::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgb(250, 237, 205) 50%, transparent 50%);
  background-size: 27px 100%;
  z-index: 1;
}
@media (max-width: 1139px) {
  .page_download {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page_download h2, .page_download h3 {
    text-align: left;
  }
}

.page_members {
  background-color: #FAEDCD;
  padding-top: 67px;
  padding-bottom: 50px;
}
.page_members > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  column-gap: 46px;
  justify-content: center;
}
.page_members .wp-block-group {
  --pofog-width: 316px;
  --pofog-height: 180px;
  --pofog-offset-x: 24px;
  --pofog-offset-y: 19px;
  width: calc(var(--pofog-width) + var(--pofog-offset-x));
  height: calc(var(--pofog-height) + var(--pofog-offset-y));
}
.page_members .wp-block-group::before {
  content: "";
  display: block;
  position: absolute;
  width: var(--pofog-width);
  height: var(--pofog-height);
  background-color: rgba(190, 109, 29, 0.16);
}
.page_members .wp-block-group .wp-block-group__inner-container {
  width: var(--pofog-width);
  height: var(--pofog-height);
  position: relative;
  left: var(--pofog-offset-x);
  top: var(--pofog-offset-y);
  background-color: #FFFEF6;
  padding: 24px;
}
.page_members p {
  color: #BE6D1D;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px;
}
.page_members strong {
  color: #3a1911;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1139px) {
  .page_members {
    padding-top: 130px;
    margin-top: -98px;
  }
}

#mapa {
  padding-top: 107px;
  padding-bottom: 50px;
  position: relative;
  left: -43px;
}
#mapa .wp-block-group__inner-container {
  background-color: rgb(213, 150, 32);
  position: relative;
  width: 1096px;
  max-width: 100%;
}
#mapa .wp-block-group__inner-container iframe {
  position: relative;
  top: -43px;
  left: 43px;
}
@media (max-width: 1139px) {
  #mapa {
    display: none;
    left: 0;
  }
  #mapa .wp-block-group__inner-container {
    background-color: transparent;
  }
  #mapa .wp-block-group__inner-container iframe {
    top: 0;
    left: 0;
  }
}

#mapa-mobile {
  display: none;
}
@media (max-width: 1139px) {
  #mapa-mobile {
    display: block;
  }
  #mapa-mobile h2 {
    padding-left: 17px;
  }
  #mapa-mobile > div {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #mapa-mobile iframe {
    width: 100vw;
  }
}

#page {
  position: relative;
}

body.blog main {
  background: #7C3827;
}

body.page-id-542 {
  --page-header-background: rgba(58, 25, 17, 1);
}

body.page-id-125 {
  --page-header-background: rgba(250, 237, 205, 0.9);
  --page-header-color: rgba(124, 56, 39, 1);
}

a[href*="linkedin.com"] {
  font-size: 0;
  background-image: url(images/pofog/10.Linkedin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  top: -18px;
  position: relative;
}

.wydarzenie-item {
  padding-top: 40px;
}
.wydarzenie-item .featured-image-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 440px;
  height: 260px;
  background-color: rgb(58, 25, 17);
  opacity: 0.5;
}
.wydarzenie-item .featured-image-wrapper > div {
  width: 440px;
  height: 278px;
  margin-right: 52px;
  position: relative;
  background-image: url(images/pofog/blog-photo-default-2.png);
  background-position-y: 18px;
  background-position-x: 20px;
  background-repeat: no-repeat;
}
.wydarzenie-item .featured-image-wrapper figure {
  margin: 0;
  position: relative;
  left: 20px;
  top: 18px;
}
.wydarzenie-item .featured-image-wrapper + .wp-block-group {
  max-width: 486px;
}
@media (max-width: 1140px) and (min-width: 768px) {
  .wydarzenie-item .featured-image-wrapper > div {
    margin-right: 0;
  }
  .wydarzenie-item .featured-image-wrapper + .wp-block-group {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wydarzenie-item .featured-image-wrapper::before {
    width: 322px;
    height: 208px;
  }
  .wydarzenie-item .featured-image-wrapper > div {
    width: 322px;
    height: 228px;
    margin-right: 0;
  }
  .wydarzenie-item .featured-image-wrapper + .wp-block-group {
    max-width: 100%;
  }
  .wydarzenie-item .featured-image-wrapper figure {
    width: 322px !important;
    height: 212px !important;
    margin: 0;
    position: relative;
    left: 18px;
    top: 18px;
  }
}
.wydarzenie-item .whole-date {
  display: none;
}
@media (max-width: 1139px) {
  .wydarzenie-item .whole-date {
    display: block;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: right;
    top: -32px;
    position: absolute;
    right: 0;
  }
}
.wydarzenie-item .exploded-date > div {
  width: 112px;
}
.wydarzenie-item .exploded-date .wp-block-post-date {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: rgb(213, 150, 32);
  width: fit-content;
}
.wydarzenie-item .exploded-date .wp-block-post-date + .wp-block-post-date {
  border-top: 1px solid rgb(250, 237, 205);
  padding-top: 0;
}
.wydarzenie-item .exploded-date ~ .wp-block-group {
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(213, 150, 32);
}
.wydarzenie-item .exploded-date ~ .wp-block-group > div {
  display: flex;
  flex-direction: row;
}
.wydarzenie-item > div {
  display: flex;
  flex-direction: row;
}
.wydarzenie-item .wp-block-post-title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: rgb(250, 237, 205);
}
.wydarzenie-item .wp-block-post-date:not(.whole-date) {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgb(250, 237, 205);
}
.wydarzenie-item .wp-block-post-excerpt__excerpt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(250, 237, 205);
  padding: 24px 0;
  border-bottom: 1px solid rgb(213, 150, 32);
}
@media (max-width: 1139px) {
  .wydarzenie-item > div {
    flex-direction: column;
    align-items: center;
  }
  .wydarzenie-item .exploded-date ~ .wp-block-group {
    border-bottom: none;
  }
  .wydarzenie-item .exploded-date ~ .wp-block-group > div {
    flex-direction: column;
    align-items: center;
  }
  .wydarzenie-item .wp-block-post-date:not(.whole-date) {
    display: none;
  }
  .wydarzenie-item .wp-block-post-excerpt__excerpt {
    border-bottom: none;
    border-top: 1px solid rgb(213, 150, 32);
    padding-top: 16px;
    padding-right: 5px;
  }
  .wydarzenie-item .wp-block-post-title {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.wp-block-post-excerpt__more-text {
  padding-top: 24px;
}

.pofog-block-query-pagination {
  border-top: 1px solid rgb(213, 150, 32);
}
@media (max-width: 1139px) {
  .pofog-block-query-pagination {
    display: none;
  }
}

.pofog-block-query-pagination > div,
.wp-block-query-pagination {
  padding-top: 39px;
  padding-bottom: 50px;
}
.pofog-block-query-pagination > div .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(213, 150, 32);
}
.pofog-block-query-pagination > div .wp-block-query-pagination-numbers a, .pofog-block-query-pagination > div .wp-block-query-pagination-numbers a:active, .pofog-block-query-pagination > div .wp-block-query-pagination-numbers a:hover, .pofog-block-query-pagination > div .wp-block-query-pagination-numbers a:visited,
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:active,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:visited {
  color: rgb(213, 150, 32);
}
.pofog-block-query-pagination > div .wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: inline-block;
  padding: 10px 15px;
}
.pofog-block-query-pagination > div .wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: white;
  border: 1px solid rgb(213, 150, 32);
}
.pofog-block-query-pagination > div .post-navigation-link-previous,
.pofog-block-query-pagination > div .wp-block-query-pagination-previous,
.wp-block-query-pagination .post-navigation-link-previous,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  position: absolute;
  left: calc((100% - 1320px) / 2 + 180px);
}
.pofog-block-query-pagination > div .post-navigation-link-previous::before,
.pofog-block-query-pagination > div .wp-block-query-pagination-previous::before,
.wp-block-query-pagination .post-navigation-link-previous::before,
.wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/pofog/arrow-right.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 8px;
  transform: scale(-1);
}
@media (max-width: 1139px) {
  .pofog-block-query-pagination > div .post-navigation-link-previous,
  .pofog-block-query-pagination > div .wp-block-query-pagination-previous,
  .wp-block-query-pagination .post-navigation-link-previous,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    left: 17px;
    color: transparent;
  }
}
.pofog-block-query-pagination > div .post-navigation-link-next,
.pofog-block-query-pagination > div .wp-block-query-pagination-next,
.wp-block-query-pagination .post-navigation-link-next,
.wp-block-query-pagination .wp-block-query-pagination-next {
  position: absolute;
  right: calc((100% - 1320px) / 2 + 206px);
}
.pofog-block-query-pagination > div .post-navigation-link-next::after,
.pofog-block-query-pagination > div .wp-block-query-pagination-next::after,
.wp-block-query-pagination .post-navigation-link-next::after,
.wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/pofog/arrow-right.svg);
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 8px;
}
@media (max-width: 1139px) {
  .pofog-block-query-pagination > div .post-navigation-link-next,
  .pofog-block-query-pagination > div .wp-block-query-pagination-next,
  .wp-block-query-pagination .post-navigation-link-next,
  .wp-block-query-pagination .wp-block-query-pagination-next {
    right: 17px;
    color: transparent;
  }
}
.pofog-block-query-pagination > div .is-arrow-arrow,
.wp-block-query-pagination .is-arrow-arrow {
  display: none;
}

.wp-block-separator {
  background-color: rgb(213, 150, 32);
  border-color: rgb(213, 150, 32);
}

.page_zarzad,
.page_komisja {
  --content-padding-left: 122px;
}
.page_zarzad h2,
.page_komisja h2 {
  color: rgb(250, 237, 205);
  padding: 54px 0 61px;
}
.page_zarzad h2 + .wp-block-group > div,
.page_komisja h2 + .wp-block-group > div {
  display: flex;
  flex-wrap: wrap;
  column-gap: 110px;
  row-gap: 48px;
  position: relative;
}
.page_zarzad h2 + .wp-block-group > div > div,
.page_komisja h2 + .wp-block-group > div > div {
  width: 263px;
  position: relative;
}
@media (max-width: 1139px) {
  .page_zarzad h2 + .wp-block-group > div,
  .page_komisja h2 + .wp-block-group > div {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page_zarzad h3,
.page_komisja h3 {
  color: rgb(250, 237, 205);
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
}
.page_zarzad h3 + div,
.page_komisja h3 + div {
  margin: 0;
  color: rgb(213, 150, 32);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.page_zarzad .pod-zdjeciem,
.page_komisja .pod-zdjeciem {
  padding: 20px 0 0;
}
.page_zarzad .wp-block-image,
.page_komisja .wp-block-image {
  width: 227px;
  height: 285px;
  margin-bottom: 29px;
  background-color: rgba(58, 25, 17, 0.7);
}
.page_zarzad .wp-block-image img,
.page_komisja .wp-block-image img {
  position: relative;
  top: 29px;
  left: 36px;
}
.page_zarzad .wp-block-image + div,
.page_komisja .wp-block-image + div {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(124, 56, 39);
  background-color: rgb(250, 237, 205);
  position: absolute;
  width: 227px;
  height: 285px;
  top: 29px;
  left: 36px;
  padding: 15px 12px;
  opacity: 0;
}
.page_zarzad .wp-block-image + div:hover,
.page_komisja .wp-block-image + div:hover {
  opacity: 1;
}
.page_zarzad .wp-block-image + div .wp-block-button > a,
.page_komisja .wp-block-image + div .wp-block-button > a {
  background-color: rgb(58, 25, 17);
  color: rgb(250, 237, 205);
}

.page_zarzad {
  background-color: rgb(124, 56, 39);
}

.page_komisja {
  background-color: rgb(190, 109, 29);
}
.page_komisja h3 + div {
  color: rgb(58, 25, 17);
}

p:empty {
  display: none;
}

.mobile-fw {
  display: none;
}
@media (max-width: 1139px) {
  .mobile-fw {
    display: block;
    width: 100vw;
  }
}

.mobile-separator {
  padding: 32px 0;
  background-color: var(--mobile-separator-background, transparent);
}
.mobile-separator img {
  width: 100%;
}
.mobile-separator::before, .mobile-separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: var(--mobile-separator-bottom-border, rgb(213, 150, 32));
  width: calc(100% - 17px);
}
.mobile-separator::before {
  background-color: var(--mobile-separator-top-border, rgb(250, 237, 205));
}

body.page-id-37 .insert-page .mobile-separator {
  display: none;
}

body.page-id-558 .mobile-separator:first-of-type {
  --mobile-separator-background: transparent;
  --mobile-separator-top-border: rgba(250, 237, 205, 1);
  --mobile-separator-bottom-border: rgba(190, 109, 29, 1);
  padding: 0;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
body.page-id-558 .mobile-separator:first-of-type::before {
  margin-left: 16px;
}
body.page-id-558 .mobile-separator:last-of-type {
  --mobile-separator-background: transparent;
  --mobile-separator-top-border: rgba(250, 237, 205, 1);
  --mobile-separator-bottom-border: rgba(190, 109, 29, 1);
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
body.page-id-558 .mobile-separator:last-of-type::before {
  margin-left: 16px;
}

body.page-id-1477 {
  --mobile-separator-background: rgba(190, 109, 29, 1);
  --mobile-separator-top-border: rgba(124, 56, 39, 1);
  --mobile-separator-bottom-border: rgba(250, 237, 205, 1);
}

@media (max-width: 1139px) {
  body.blog .wp-block-query > ul {
    border-bottom: 1px solid rgb(213, 150, 32);
  }
}

/*# sourceMappingURL=style.css.map */
