@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;600;700&family=Amatic+SC:wght@400;700&display=swap);
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  appearance: button;
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:root {
  --color-primary: #efb043;
  --color-primary-dark: #e79d1c;
  --color-primary-light: #f4c672;
  --color-secondary: #81b2c8;
  --color-secondary-dark: #3382a6;
  --color-secondary-light: #a8d0e3;
  --color-accent: #ed7014;
  --color-accent-dark: #d66715;
  --color-accent-green: #7cae3b;
  --color-accent-green-dark: #699a28;
  --color-bg: #f8f8f6;
  --color-bg-alt: #f3f3f1;
  --color-white: #ffffff;
  --color-gray-100: #f9f9f9;
  --color-gray-200: #e7e7e7;
  --color-gray-300: #cbcbcb;
  --color-gray-400: #a4a4a4;
  --color-gray-500: #797979;
  --color-gray-600: #666666;
  --color-gray-700: #544f4f;
  --color-gray-800: #333333;
  --color-gray-900: #1a1a1a;
  --color-text: #333333;
  --color-text-light: #797979;
  --color-text-muted: #a4a4a4;
  --color-link: #3382a6;
  --color-link-hover: #efb043;
  --color-border: #e1e1e1;
  --color-divider: #e9e9e9;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.15);
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;
  --container-max-width: 1400px;
  --container-padding: 2rem;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
}

/* colors */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--color-bg);
  font-family: "Hind", sans-serif;
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.site-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-top: var(--spacing-lg);
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}
@media screen and (max-width: 33.9em) {
  .site-container {
    padding: 0 var(--spacing-sm);
    margin-top: var(--spacing-md);
  }
}
.site-container > .hero,
.site-container > .divider-main {
  width: 100%;
}
.site-container > .main-content {
  flex: 1;
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .site-container > .main-content {
    width: calc(66.666% - var(--spacing-lg) / 2);
  }
}
.site-container > .sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .site-container > .sidebar {
    width: calc(33.333% - var(--spacing-lg) / 2);
  }
}

.header {
  display: grid;
  grid-template-columns: 3fr 7fr 2fr;
  align-items: center;
}
@media screen and (max-width: 47.9em) {
  .header {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 33.9em) {
  .header {
    grid-template-columns: auto 1fr;
  }
}
.header img {
  max-width: 100%;
}
.header > a {
  display: contents;
}
.header > a span:first-child {
  grid-column: 1;
}
@media screen and (max-width: 33.9em) {
  .header > a span:first-child {
    padding-top: 9px;
  }
}
.header > a span:last-child {
  grid-column: 2;
}
@media screen and (max-width: 33.9em) {
  .header > a span:last-child {
    grid-column: 2;
  }
}
.header .header-photo {
  grid-column: 3;
  position: relative;
}
@media screen and (max-width: 47.9em) {
  .header .header-photo {
    display: none;
  }
}
.header .header-photo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.header .header-photo span img {
  max-width: 100%;
}
.header .header-photo p {
  padding: 20px;
  margin: -4px 0 0 -3px;
  z-index: 9;
}

.bg01 {
  width: 100%;
  margin: var(--spacing-lg) 0;
}
.bg01 img {
  max-width: 100%;
  height: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 0 var(--spacing-xl);
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li.separator {
  margin: 0 0.25rem;
  color: var(--color-gray-400);
}
.breadcrumbs li a {
  color: var(--color-text-light);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.breadcrumbs li a:hover {
  color: var(--color-link-hover);
}
.breadcrumbs li:last-child {
  font-weight: 600;
  color: var(--color-text-light);
  text-transform: uppercase;
  font-size: 0.875rem;
}

footer.site-footer {
  background: var(--color-white);
  padding: var(--spacing-xl) 0;
  text-align: center;
  width: 100%;
  margin-top: var(--spacing-3xl);
  box-shadow: var(--shadow-sm);
}
footer.site-footer nav {
  width: 100%;
  margin-bottom: var(--spacing-md);
}
footer.site-footer .site-footer-copyright {
  width: 100%;
  margin: var(--spacing-lg) 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-text-light);
}
footer.site-footer .site-footer-copyright a {
  display: inline-block;
  padding: var(--spacing-xs) 0;
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
  font-weight: 500;
}
footer.site-footer .site-footer-copyright a:hover {
  color: var(--color-primary-dark);
}

#menu-stopka {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}
#menu-stopka li {
  padding: 0;
  margin: 0;
}
#menu-stopka li a {
  font-size: 1rem;
  color: var(--color-gray-600);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  transition: color var(--transition-fast);
}
#menu-stopka li a:hover {
  color: var(--color-link-hover);
}

header.navigation {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  min-height: 60px;
  width: 100%;
  z-index: var(--z-fixed);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  transition: all var(--transition-base);
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
header.navigation .navigation-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 860px) {
  header.navigation .navigation-wrapper {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 33.9em) {
  header.navigation .navigation-wrapper {
    padding: 0;
  }
}
header.navigation .logo {
  float: left;
  max-height: 60px;
  padding-left: 1rem;
  padding-right: 2em;
}
header.navigation .logo img {
  max-height: 60px;
  padding: 0.8em 0;
}
header.navigation .navigation-menu-button {
  color: var(--color-text);
  display: block;
  float: right;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 860px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
  color: var(--color-link-hover);
}
header.navigation nav.main-nav {
  float: none;
  min-height: 60px;
  z-index: 9999999;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (min-width: 860px) {
  header.navigation nav.main-nav {
    float: none;
  }
}
header.navigation nav.main-nav > .mainMenu-social {
  margin-left: auto;
  order: 2;
}
header.navigation ul.navigation-menu {
  margin: 0;
  overflow: visible;
  padding: 0;
  z-index: 9999;
  flex: 1;
  align-items: center;
}
header.navigation ul.navigation-menu.show {
  display: flex;
}
@media screen and (min-width: 860px) {
  header.navigation ul.navigation-menu {
    display: flex;
    margin: 0;
    padding: 0;
  }
}
header.navigation ul li.menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--spacing-sm);
  position: relative;
  height: 60px;
}
@media (max-width: 860px) {
  header.navigation ul li.menu-item {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
header.navigation ul li.menu-item a {
  color: var(--color-text);
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color var(--transition-fast);
  position: relative;
}
@media (min-width: 860px) {
  header.navigation ul li.menu-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-link-hover);
    transition: width var(--transition-fast);
  }
}
@media (max-width: 860px) {
  header.navigation ul li.menu-item a {
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    padding: var(--spacing-md) var(--spacing-lg);
  }
}
header.navigation ul li.menu-item a:focus, header.navigation ul li.menu-item a:hover {
  color: var(--color-link-hover);
}
@media (min-width: 860px) {
  header.navigation ul li.menu-item a:focus::after, header.navigation ul li.menu-item a:hover::after {
    width: 100%;
  }
}
header.navigation .active-nav-item a {
  color: var(--color-link-hover);
}
header.navigation li.menu-item-has-children.menu-item {
  padding-right: 0;
}
@media screen and (min-width: 860px) {
  header.navigation li.menu-item-has-children.menu-item {
    padding-right: 1rem;
  }
}
header.navigation li.menu-item-has-children.menu-item a {
  margin-right: 1rem;
}
header.navigation li.menu-item-has-children.menu-item > a {
  padding-right: 1.8em;
}
@media (min-width: 860px) {
  header.navigation li.menu-item-has-children.menu-item > a::after {
    display: none;
  }
}
header.navigation li.menu-item-has-children.menu-item > a::before {
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  content: "▾";
  color: var(--color-text);
  pointer-events: none;
}
header.navigation li.menu-item-has-children {
  overflow: visible;
  padding-right: 0;
}
header.navigation li.menu-item-has-children a {
  padding-right: 0.8em;
  text-decoration: none;
}
header.navigation li.menu-item-has-children > a {
  padding-right: 1.6em;
  position: relative;
}
@media (min-width: 860px) {
  header.navigation li.menu-item-has-children > a {
    margin-right: 1rem;
  }
}
header.navigation li.menu-item-has-children > a:after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5rem;
  transition: transform var(--transition-fast);
}
header.navigation li.menu-item-has-children:focus > .sub-menu, header.navigation li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media (min-width: 860px) {
  header.navigation li.menu-item-has-children:focus > .sub-menu, header.navigation li.menu-item-has-children:hover > .sub-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
}
@media (min-width: 860px) {
  header.navigation li.menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 860px) {
  header.navigation li.menu-item-has-children {
    padding-right: 0.8em;
  }
}
header.navigation ul.sub-menu {
  display: none;
  width: 100%;
  background: var(--color-white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
}
@media (min-width: 860px) {
  header.navigation ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
    gap: var(--spacing-md);
    column-gap: var(--spacing-xl);
    min-height: auto;
    width: max-content;
    min-width: 600px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--transition-fast), transform var(--transition-fast), visibility 0s linear var(--transition-fast);
  }
}
@media (min-width: 860px) {
  header.navigation ul.sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
}
@media (max-width: 860px) {
  header.navigation ul.sub-menu {
    padding: 0;
    background: var(--color-gray-200);
    width: 100%;
  }
}
header.navigation ul.sub-menu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 860px) {
  header.navigation ul.sub-menu li {
    line-height: 1.4;
  }
  header.navigation ul.sub-menu li:first-child > a {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  header.navigation ul.sub-menu li:last-child > a {
    border-bottom-left-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
}
header.navigation ul.sub-menu li a {
  display: inline-block;
  text-align: left;
  padding: var(--spacing-xs) 0;
  position: relative;
  text-decoration: none;
  color: var(--color-text);
  transition: color var(--transition-fast);
}
@media screen and (min-width: 860px) {
  header.navigation ul.sub-menu li a {
    padding: var(--spacing-xs) 1rem;
    white-space: nowrap;
  }
  header.navigation ul.sub-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width var(--transition-fast);
  }
  header.navigation ul.sub-menu li a:hover {
    color: var(--color-link-hover);
  }
  header.navigation ul.sub-menu li a:hover::after {
    width: calc(100% - 1rem * 2);
  }
}
@media screen and (max-width: 47.9em) {
  header.navigation ul.sub-menu li a {
    padding: 0 0 0 25px;
    border-bottom: 1px solid #cbcbcb;
  }
}
header.navigation .navigation-tools {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: var(--spacing-md);
  height: 60px;
  background: transparent;
  clear: none;
  flex-wrap: nowrap;
}
@media (max-width: 860px) {
  header.navigation .navigation-tools {
    height: auto;
    margin-left: 0;
    margin-top: var(--spacing-sm);
    justify-content: flex-end;
    width: 100%;
  }
}
header.navigation .search-bar {
  padding: 0;
  width: 200px;
}
@media (min-width: 850px) and (max-width: 1040px) {
  header.navigation .search-bar {
    width: 150px;
  }
}
@media (max-width: 850px) {
  header.navigation .search-bar {
    width: 100%;
    padding: var(--spacing-md);
  }
}
header.navigation .search-bar form {
  position: relative;
}
header.navigation .search-bar form input[type=search] {
  box-sizing: border-box;
  background: var(--color-gray-100);
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
  padding: 0.625rem 2.5rem 0.625rem 1rem;
  width: 100%;
  transition: all var(--transition-fast);
}
header.navigation .search-bar form input[type=search]:focus {
  outline: none;
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}
header.navigation .search-bar form input[type=search]::placeholder {
  color: var(--color-gray-400);
}
header.navigation .search-bar form button[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  padding: 0.5rem;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity var(--transition-fast);
}
header.navigation .search-bar form button[type=submit]:hover {
  opacity: 0.7;
}
header.navigation .search-bar form button[type=submit] img {
  height: 16px;
  width: 16px;
  display: block;
}
@media screen and (min-width: 860px) {
  header.navigation .search-bar {
    display: inline-block;
    position: relative;
  }
  header.navigation .search-bar input {
    box-sizing: border-box;
    display: block;
  }
}

.mainMenu-social {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60px;
}
@media screen and (max-width: 74.9em) {
  .mainMenu-social {
    gap: var(--spacing-xs);
  }
}
.mainMenu-social li {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  transition: transform var(--transition-fast);
}
.mainMenu-social li:nth-of-type(3) {
  width: 40px;
}
.mainMenu-social li:hover {
  transform: translateY(-2px);
}
.mainMenu-social li a {
  display: block;
  width: 100%;
  height: 100%;
}
.mainMenu-social li a img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul.social-list {
  display: flex;
  gap: var(--spacing-sm);
  margin: 0 var(--spacing-xl) 0 0;
  padding: 0;
}
ul.social-list li {
  display: inline-flex;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: var(--spacing-xs);
  transition: all var(--transition-fast);
}
ul.social-list li:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* sidebar */
.sidebar {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .sidebar {
    width: calc(33.333% - var(--spacing-md));
    margin-left: var(--spacing-md);
  }
}
@media screen and (max-width: 47.9em) {
  .sidebar {
    margin-left: 0;
    margin-top: var(--spacing-xl);
  }
}

.sidebar-about {
  width: 100%;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: var(--spacing-lg);
}
.sidebar-about .sidebar-aboutBg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sidebar-about .sidebar-aboutAvatar {
  width: 100%;
  text-align: center;
  margin-top: -150px;
  position: relative;
}
@media screen and (max-width: 61.9em) {
  .sidebar-about .sidebar-aboutAvatar {
    margin-top: -100px;
  }
}
.sidebar-about .sidebar-aboutAvatar img {
  border-radius: var(--radius-full);
  display: inline-block;
  border: 4px solid var(--color-white);
  max-width: 100%;
  box-shadow: var(--shadow-md);
}
@media screen and (max-width: 61.9em) {
  .sidebar-about .sidebar-aboutAvatar img {
    max-width: 65%;
  }
}
.sidebar-about .sidebar-aboutContent {
  padding: var(--spacing-xl);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 61.9em) {
  .sidebar-about .sidebar-aboutContent {
    font-size: 1rem;
    line-height: 1.5;
    padding: var(--spacing-md) var(--spacing-lg);
  }
}
.sidebar-about .sidebar-aboutContent p:first-child {
  margin-top: 0;
}
.sidebar-about .sidebar-aboutContent p:last-child {
  margin-bottom: 0;
}

.sidebar-socialBig {
  background: var(--color-white);
  text-align: center;
  padding: var(--spacing-xl);
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: var(--spacing-lg);
}
.sidebar-socialBig h2 {
  font-family: "Amatic SC", cursive;
  font-size: 3.4375rem;
  text-align: center;
  margin: 0 0 var(--spacing-lg);
  font-weight: 400;
  color: var(--color-text);
}
.sidebar-socialBig ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md);
  margin: 0;
  padding: 0;
}
.sidebar-socialBig ul li {
  transition: transform var(--transition-fast);
}
.sidebar-socialBig ul li:hover {
  transform: scale(1.1);
}
.sidebar-socialBig ul li img {
  display: block;
}

.sidebar-newBook img,
.sidebar-newTrip img {
  max-width: 100%;
  height: auto;
  margin-top: var(--spacing-lg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-base);
}
.sidebar-newBook img:hover,
.sidebar-newTrip img:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.sidebar-lastComments {
  background: var(--color-white);
  width: 100%;
  margin: var(--spacing-lg) 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--spacing-xl);
}
@media screen and (max-width: 47.9em) {
  .sidebar-lastComments {
    width: calc(50% - var(--spacing-sm));
  }
}
@media screen and (max-width: 33.9em) {
  .sidebar-lastComments {
    width: 100%;
  }
}
.sidebar-lastComments h2 {
  margin: 0 0 var(--spacing-xl);
  color: var(--color-gray-700);
  padding: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}

.lastComments--item {
  position: relative;
  padding: var(--spacing-md) 0 var(--spacing-md) 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  text-decoration: none;
  margin-bottom: var(--spacing-md);
  display: block;
  transition: transform var(--transition-fast);
}
.lastComments--item:hover {
  transform: translateX(4px);
}
.lastComments--item > span {
  font-weight: 600;
  color: var(--color-text);
}
.lastComments--item:before {
  content: " ";
  background: url(../img/icon-heart.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 25px;
  position: absolute;
  left: 0;
  top: var(--spacing-md);
}

.sidebar-divider {
  margin: var(--spacing-3xl) 0 var(--spacing-lg) 0;
}
.sidebar-divider img {
  max-width: 100%;
  height: auto;
}

/* more button */
.button-more {
  text-align: center;
  width: 100%;
  margin: var(--spacing-lg) 0;
}
.button-more a {
  display: inline-block;
  background: var(--color-accent-green);
  color: var(--color-white);
  padding: var(--spacing-md) var(--spacing-xl);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}
.button-more a:hover {
  background: var(--color-accent-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* paginacja */
.pagination {
  text-align: center;
  width: 100%;
  margin: var(--spacing-2xl) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  gap: var(--spacing-xs);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}
.pagination ul li {
  list-style: none;
}
@media (max-width: 860px) {
  .pagination ul li:not(:first-child):not(:last-child):not(.current) {
    display: none;
  }
  .pagination ul li:not(:first-child):not(:last-child):not(.current):nth-child(1), .pagination ul li:not(:first-child):not(:last-child):not(.current):nth-child(2), .pagination ul li:not(:first-child):not(:last-child):not(.current):nth-child(3) {
    display: block;
  }
}
.pagination ul li a,
.pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  outline: none;
  padding: var(--spacing-sm);
  text-decoration: none;
  font-weight: 500;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}
.pagination ul li a:hover, .pagination ul li a:focus,
.pagination ul li span:hover,
.pagination ul li span:focus {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pagination ul li a:active,
.pagination ul li span:active {
  transform: translateY(0);
}
.pagination ul li.current span {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.side-letter {
  width: 100%;
  margin: 0 0 var(--spacing-lg) 0;
}
.side-letter img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

/* contact form */
.single-articleContent form input[type=text],
.single-articleContent form input[type=email],
.single-articleContent form textarea {
  width: 100%;
  padding: var(--spacing-md);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: 1rem;
  transition: all var(--transition-fast);
  background: var(--color-white);
}
.single-articleContent form input[type=text]:focus,
.single-articleContent form input[type=email]:focus,
.single-articleContent form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(239, 176, 67, 0.1);
}
.single-articleContent form input[type=text]::placeholder,
.single-articleContent form input[type=email]::placeholder,
.single-articleContent form textarea::placeholder {
  color: var(--color-gray-400);
}
.single-articleContent form textarea {
  min-height: 150px;
  resize: vertical;
}
.single-articleContent form input[type=submit] {
  background: var(--color-accent-green);
  border: 0;
  padding: var(--spacing-md) var(--spacing-xl);
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 600;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}
.single-articleContent form input[type=submit]:hover {
  background: var(--color-accent-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.single-articleContent form input[type=submit]:active {
  transform: translateY(0);
}
.single-articleContent form .wpcf7-validation-errors {
  background: var(--color-accent-dark);
  border: 0;
  border-radius: var(--radius-md);
  padding: var(--spacing-md) var(--spacing-xl);
  width: 100%;
  font-size: 0.875rem;
  color: var(--color-white);
  margin: var(--spacing-md) 0;
  box-shadow: var(--shadow-sm);
}
.single-articleContent form .wpcf7-response-output {
  margin: var(--spacing-md) 0;
  padding: var(--spacing-md);
  border-radius: var(--radius-md);
}

.hero {
  margin-bottom: var(--spacing-xl);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--spacing-lg);
  align-items: stretch;
}
@media screen and (max-width: 47.9em) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}

.hero-left {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--spacing-md);
}
@media screen and (max-width: 47.9em) {
  .hero-left {
    grid-template-rows: auto;
  }
}

.hero-top-banner,
.hero-fav-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  background: var(--color-white);
}
.hero-top-banner:hover,
.hero-fav-photo:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.hero-top-banner > * {
  display: block;
  height: 100%;
}

.hero-top-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-fav-photo-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.hero-fav-photo-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-fav-photo-caption {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin: -45px 0 0 0;
}
.hero-fav-photo-caption b {
  font-size: 40px;
  font-family: "Amatic SC", cursive;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.hero-fav-photo-caption i {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.hero-right {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--color-white);
}

.hero-slider {
  position: relative;
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: flex;
  flex-direction: column;
}

.hero-slide-thumb {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.hero-slide-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slide-content {
  position: relative;
  width: 100%;
  padding: var(--spacing-lg);
  padding-bottom: calc(var(--spacing-lg) + 64px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
@media screen and (max-width: 61.9em) {
  .hero-slide-content {
    padding: var(--spacing-md) var(--spacing-lg);
    padding-bottom: calc(var(--spacing-md) + 64px);
  }
}
@media screen and (max-width: 33.9em) {
  .hero-slide-content {
    padding: var(--spacing-md);
    padding-bottom: calc(var(--spacing-md) + 64px);
  }
}

.hero-slide-title {
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: var(--color-text);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 33.9em) {
  .hero-slide-title {
    font-size: 1.125rem;
  }
}

.hero-slide-excerpt {
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: var(--color-text-light);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-slide-more {
  position: absolute;
  right: var(--spacing-lg);
  bottom: var(--spacing-lg);
  text-align: right;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 33.9em) {
  .hero-slide-more {
    right: var(--spacing-md);
    bottom: var(--spacing-md);
  }
}
.hero-slide-more a {
  font-size: 20px;
  color: #efb043;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
}
@media screen and (max-width: 33.9em) {
  .hero-slide-more a {
    padding: 0 60px 0 0;
    font-size: 16px;
  }
}
.hero-slide-more a::after {
  content: " ";
  background: url(../img/icon-more.png) no-repeat;
  width: 57px;
  height: 57px;
  position: absolute;
  right: 0;
  top: -23px;
}
@media screen and (max-width: 33.9em) {
  .hero-slide-more a::after {
    right: 0;
    top: -18px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.divider-main {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.divider-main img {
  max-width: 100%;
}

/* latest article on index */
.latest-artice {
  background: var(--color-white);
  margin-top: 0;
  float: left;
  width: 100%;
}
.latest-artice .latest-articleThumb {
  float: left;
  width: 100%;
  margin: 0;
}
.latest-artice .latest-articleThumb img {
  max-width: 100%;
  float: left;
  width: 100%;
}
.latest-artice .latest-articeBody {
  float: left;
  width: 100%;
  padding: 10px 75px 50px;
}
@media screen and (max-width: 33.9em) {
  .latest-artice .latest-articeBody {
    padding: 0px 30px 30px;
  }
}
.latest-artice .latest-articeCategory {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.latest-artice .latest-articeCategory a {
  display: inline-block;
  padding: 8px 30px 6px;
  border: 2px solid #81b2c8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #81b2c8;
}
.latest-artice h2 {
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 100%;
}
.latest-artice h2 a {
  text-decoration: none;
  color: #797979;
}
.latest-artice time {
  font-size: 20px;
  font-weight: 600;
  color: #797979;
  text-align: center;
  margin: 20px 0 0;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 61.9em) {
  .latest-artice time {
    padding-top: 15px;
  }
}
.latest-artice time:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
@media screen and (max-width: 61.9em) {
  .latest-artice time:before {
    top: -20px;
  }
}
.latest-artice time:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
@media screen and (max-width: 61.9em) {
  .latest-artice time:after {
    top: -10px;
  }
}
.latest-artice .latest-articleContent {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  text-align: center;
  margin: 25px 0 0;
  padding: 0;
  text-align: justify;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}
.latest-artice .latest-articleContent p:first-child {
  margin-top: 0px;
}
.latest-artice .latest-articleContent p:last-child {
  margin-bottom: 0px;
}
.latest-artice .latest-articleDivider {
  float: left;
  width: 100%;
  margin: 20px 0 35px;
}
.latest-artice .latest-articleDivider img {
  max-width: 100%;
}
.latest-artice .latest-articleComments {
  text-align: left;
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.latest-artice .latest-articleComments:last-child {
  margin-right: 0;
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleComments {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .latest-artice .latest-articleComments:last-child {
    margin-right: 0;
  }
  .latest-artice .latest-articleComments {
    text-align: center;
  }
}
.latest-artice .latest-articleComments a {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 35px;
}
@media screen and (max-width: 74.9em) {
  .latest-artice .latest-articleComments a {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleComments a {
    font-size: 16px;
  }
}
.latest-artice .latest-articleComments a:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/icon-comments.png) no-repeat;
  width: 31px;
  height: 23px;
}
.latest-artice .latest-articleSocial {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.latest-artice .latest-articleSocial:last-child {
  margin-right: 0;
}
.latest-artice .latest-articleSocial {
  text-align: center;
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleSocial {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .latest-artice .latest-articleSocial:last-child {
    margin-right: 0;
  }
  .latest-artice .latest-articleSocial {
    text-align: center;
    margin: 25px 0;
  }
}
.latest-artice .latest-articleSocial a.social-shareFb {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 74.9em) {
  .latest-artice .latest-articleSocial a.social-shareFb {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleSocial a.social-shareFb {
    font-size: 16px;
  }
}
.latest-artice .latest-articleSocial a.social-shareFb:before {
  position: absolute;
  content: " ";
  left: 0;
  top: -5px;
  background: url(../img/icon-fb-small.png) no-repeat;
  width: 22px;
  height: 33px;
}
.latest-artice .latest-articleButtonMore {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.latest-artice .latest-articleButtonMore:last-child {
  margin-right: 0;
}
.latest-artice .latest-articleButtonMore {
  text-align: right;
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleButtonMore {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .latest-artice .latest-articleButtonMore:last-child {
    margin-right: 0;
  }
  .latest-artice .latest-articleButtonMore {
    text-align: center;
  }
}
.latest-artice .latest-articleButtonMore a {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 45px 0 0;
}
@media screen and (max-width: 74.9em) {
  .latest-artice .latest-articleButtonMore a {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .latest-artice .latest-articleButtonMore a {
    font-size: 16px;
  }
}
.latest-artice .latest-articleButtonMore a:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/icon-book.png) no-repeat;
  width: 31px;
  height: 23px;
}

/* article-list on index*/
.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl);
  width: 100%;
  margin: var(--spacing-xl) 0;
}
@media screen and (max-width: 33.9em) {
  .article-list {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}
.article-list .small-article {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
}
.article-list .small-article:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}
.article-list .small-article .small-article-thumb {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.article-list .small-article .small-article-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-list .small-article .small-article-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.article-list .small-article .small-article-thumb a:hover img {
  transform: scale(1.05);
}
.article-list .small-article .small-article-category {
  text-align: center;
  padding: var(--spacing-md) var(--spacing-lg) 0;
}
.article-list .small-article .small-article-category a {
  display: inline-block;
  padding: var(--spacing-xs) var(--spacing-lg);
  border: 2px solid var(--color-secondary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-secondary);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}
.article-list .small-article .small-article-category a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.article-list .small-article h2 {
  margin: var(--spacing-sm) 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 0 var(--spacing-lg);
  text-transform: uppercase;
}
.article-list .small-article h2 a {
  text-decoration: none;
  color: var(--color-text-light);
  transition: color var(--transition-fast);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-list .small-article h2 a:hover {
  color: var(--color-link-hover);
}
.article-list .small-article time {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-light);
  text-align: center;
  margin: var(--spacing-md) 0;
  display: block;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
.article-list .small-article time:before, .article-list .small-article time:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/line01.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 5px;
}
.article-list .small-article time:before {
  left: var(--spacing-lg);
}
.article-list .small-article time:after {
  right: var(--spacing-lg);
  background-image: url(../img/line02.png);
}
.article-list .small-article .small-article-content {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--color-text-light);
  margin: 0;
  padding: 0 var(--spacing-lg);
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-list .small-article .small-articleDivider {
  width: 100%;
  margin: var(--spacing-md) 0;
  padding: 0 var(--spacing-lg);
}
.article-list .small-article .small-articleDivider img {
  max-width: 100%;
}
.article-list .small-article .small-article-buttonMore {
  width: 100%;
  text-align: center;
  padding: 0 var(--spacing-lg) var(--spacing-lg);
}
.article-list .small-article .small-article-buttonMore a {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-link);
  text-decoration: none;
  position: relative;
  transition: color var(--transition-fast);
}
.article-list .small-article .small-article-buttonMore a:hover {
  color: var(--color-link-hover);
}
.article-list .small-article .small-article-buttonMore a:hover:after {
  transform: translateX(4px);
}
.article-list .small-article .small-article-buttonMore a:after {
  content: " ";
  background: url(../img/icon-book.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: inline-block;
  transition: transform var(--transition-fast);
}

.gallery-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-lg);
  width: 100%;
  margin: var(--spacing-2xl) 0;
}
@media screen and (max-width: 61.9em) {
  .gallery-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 33.9em) {
  .gallery-highlights {
    grid-template-columns: 1fr;
  }
}
.gallery-highlights a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: block;
  aspect-ratio: 1;
  transition: transform var(--transition-base);
  box-shadow: var(--shadow-md);
}
.gallery-highlights a:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}
.gallery-highlights a:hover img {
  transform: scale(1.1);
}
.gallery-highlights a:hover span {
  background: rgba(239, 176, 67, 0.95);
}
.gallery-highlights a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.gallery-highlights a span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(239, 176, 67, 0.9);
  text-align: center;
  padding: var(--spacing-lg) var(--spacing-md);
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
  transition: background var(--transition-fast);
  backdrop-filter: blur(4px);
}

.category-title {
  float: left;
  width: 100%;
  background: var(--color-white);
  margin: 70px 0;
  padding: 30px 0;
  text-align: center;
}
.category-title h2 {
  font-weight: 600;
  color: #5b7459;
  font-size: 2em;
  text-transform: uppercase;
}
.category-title h2 span {
  display: block;
  font-weight: 400;
  color: #838383;
  font-style: italic;
  font-size: 0.8125em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.category-article {
  background: var(--color-white);
  width: 100%;
  float: left;
}

.category-articlePhoto {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.category-articlePhoto:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9em) {
  .category-articlePhoto {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .category-articlePhoto:last-child {
    margin-right: 0;
  }
  .category-articlePhoto {
    max-height: 200px;
    overflow: hidden;
  }
}
.category-articlePhoto a {
  float: left;
}
.category-articlePhoto img {
  max-width: 100%;
  float: left;
}

.category-articeCategory {
  float: left;
  margin: 15px 0;
}
.category-articeCategory a {
  display: inline-block;
  padding: 8px 30px 6px;
  border: 2px solid #81b2c8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #81b2c8;
}

.category-articleBody {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 66.1555623102%;
}
.category-articleBody:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9em) {
  .category-articleBody {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .category-articleBody:last-child {
    margin-right: 0;
  }
}
.category-articleBody {
  padding: 30px 45px;
}
.category-articleBody .category-articleHeader {
  width: 100%;
  float: left;
}
.category-articleBody .category-articleHeader div:first-child {
  float: left;
}
.category-articleBody .category-articleHeader nav {
  float: right;
}
.category-articleBody .category-articleHeader nav ul {
  margin: 0;
}
.category-articleBody h2 {
  float: left;
  width: 100%;
  margin: 0;
}
.category-articleBody h2 a {
  font-size: 30px;
  font-weight: 700;
  color: #6e6868;
  text-decoration: none;
  text-transform: uppercase;
}
.category-articleBody .category-articleContent {
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.category-articleBody .category-articleContent p {
  margin: 0;
  padding: 0;
}

.category-articeOptions {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.category-articeOptions .category-articleComments {
  text-align: left;
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.category-articeOptions .category-articleComments:last-child {
  margin-right: 0;
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleComments {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .category-articeOptions .category-articleComments:last-child {
    margin-right: 0;
  }
  .category-articeOptions .category-articleComments {
    text-align: center;
  }
}
.category-articeOptions .category-articleComments a {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 74.9em) {
  .category-articeOptions .category-articleComments a {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleComments a {
    font-size: 16px;
  }
}
.category-articeOptions .category-articleComments a:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/icon-comments.png) no-repeat;
  width: 31px;
  height: 23px;
}
.category-articeOptions .category-articleSocial {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.category-articeOptions .category-articleSocial:last-child {
  margin-right: 0;
}
.category-articeOptions .category-articleSocial {
  text-align: center;
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleSocial {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .category-articeOptions .category-articleSocial:last-child {
    margin-right: 0;
  }
  .category-articeOptions .category-articleSocial {
    text-align: center;
    margin: 25px 0;
  }
}
.category-articeOptions .category-articleSocial a.social-shareFb {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 74.9em) {
  .category-articeOptions .category-articleSocial a.social-shareFb {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleSocial a.social-shareFb {
    font-size: 16px;
  }
}
.category-articeOptions .category-articleSocial a.social-shareFb:before {
  position: absolute;
  content: " ";
  left: 0;
  top: -5px;
  background: url(../img/icon-fb-small.png) no-repeat;
  width: 22px;
  height: 33px;
}
.category-articeOptions .category-articleButtonMore {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.category-articeOptions .category-articleButtonMore:last-child {
  margin-right: 0;
}
.category-articeOptions .category-articleButtonMore {
  text-align: right;
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleButtonMore {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .category-articeOptions .category-articleButtonMore:last-child {
    margin-right: 0;
  }
  .category-articeOptions .category-articleButtonMore {
    text-align: center;
  }
}
.category-articeOptions .category-articleButtonMore a {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 45px 0 0;
}
@media screen and (max-width: 74.9em) {
  .category-articeOptions .category-articleButtonMore a {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .category-articeOptions .category-articleButtonMore a {
    font-size: 16px;
  }
}
.category-articeOptions .category-articleButtonMore a:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/icon-book.png) no-repeat;
  width: 31px;
  height: 23px;
}

.divider-category {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.divider-category img {
  max-width: 100%;
}

/* wpis standardowy */
.single-articleContainer {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 66.1555623102%;
}
.single-articleContainer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9em) {
  .single-articleContainer {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .single-articleContainer:last-child {
    margin-right: 0;
  }
}

.single-article {
  background: var(--color-white);
  margin-top: 0;
  float: left;
  width: 100%;
}
.single-article .single-articleThumb {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
.single-article .single-articleThumb img {
  max-width: 100%;
  margin: 0 auto;
}
.single-article .single-articleBody {
  float: left;
  padding: 10px 75px 50px;
  width: 100%;
}
@media screen and (max-width: 33.9em) {
  .single-article .single-articleBody {
    padding: 10px;
  }
}
.single-article .single-articleBody img {
  max-width: 100%;
}
.single-article .single-articleCategory {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.single-article .single-articleCategory a {
  display: inline-block;
  padding: 8px 30px 6px;
  border: 2px solid #81b2c8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #81b2c8;
}
.single-article h1 {
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #797979;
}
.single-article time {
  font-size: 20px;
  font-weight: 600;
  color: #797979;
  text-align: center;
  margin: 20px 0 0;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
.single-article time:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
.single-article time:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
.single-article .single-articleContent {
  font-weight: 400;
  color: #797979;
  margin: 25px 0 0;
  padding: 0;
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
}
.single-article .single-articleContent p:first-child {
  margin-top: 0px;
}
.single-article .single-articleContent p:last-child {
  margin-bottom: 0px;
}
.single-article .single-articleContent a {
  color: #ed7014;
}
.single-article .single-articleContent a:hover {
  color: #d66715;
}

.single-articleSocial {
  float: left;
  width: 100%;
  text-align: center;
  margin: 45px 0 0;
}
.single-articleSocial a.social-shareFb {
  text-transform: uppercase;
  font-weight: 600;
  color: #3382a6;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 74.9em) {
  .single-articleSocial a.social-shareFb {
    font-size: 13px;
  }
}
@media screen and (max-width: 61.9em) {
  .single-articleSocial a.social-shareFb {
    font-size: 16px;
  }
}
.single-articleSocial a.social-shareFb:before {
  position: absolute;
  content: " ";
  left: 0;
  top: -5px;
  background: url(../img/icon-fb-small.png) no-repeat;
  width: 22px;
  height: 33px;
}

.single-articleTags {
  float: left;
  width: 100%;
  margin: 25px 0;
  text-align: center;
}
.single-articleTags h3 {
  display: block;
  position: relative;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.single-articleTags h3:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
.single-articleTags h3:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
.single-articleTags a {
  display: inline-block;
  color: #658f65;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 600;
}

.single-articleRelated {
  background: var(--color-white);
  padding: 35px;
  float: left;
  margin: 40px 0 0 0;
  width: 100%;
}
.single-articleRelated .crp_related h3 {
  display: block;
  position: relative;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 35px;
  text-align: center;
}
.single-articleRelated .crp_related h3:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
@media screen and (max-width: 47.9em) {
  .single-articleRelated .crp_related h3:before {
    top: -20px;
  }
}
.single-articleRelated .crp_related h3:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
@media screen and (max-width: 47.9em) {
  .single-articleRelated .crp_related h3:after {
    top: 20px;
  }
}
.single-articleRelated .crp_related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-articleRelated .crp_related li {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.single-articleRelated .crp_related li:last-child {
  margin-right: 0;
}
.single-articleRelated .crp_related li a {
  float: left;
  width: 100%;
  text-decoration: none;
}
.single-articleRelated .crp_related li a:last-child {
  color: #4c4545;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
}
.single-articleRelated .crp_related li img {
  max-width: 100%;
}
.single-articleRelated .rltdpstsplgn_content {
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.single-articleRelated .rltdpstsplgn_content:last-child {
  margin-right: 0;
}
.single-articleRelated .rltdpstsplgn_content img {
  max-width: 100%;
}

.navigation h2.screen-reader-text {
  display: none;
}
.navigation .nav-previous, .navigation .nav-next {
  width: 48%;
  background: #fff;
  padding: 15px;
  min-height: 65px;
  font-size: 16px;
  margin: 10px 0;
}
.navigation .nav-previous .meta-nav, .navigation .nav-next .meta-nav {
  display: none;
}
.navigation .nav-previous a, .navigation .nav-next a {
  text-decoration: none;
  color: #5f5f5f;
}
.navigation .nav-previous .screen-reader-text, .navigation .nav-next .screen-reader-text {
  font-weight: 700;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-previous:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #303336 transparent transparent;
}
.navigation .nav-next {
  float: right;
  text-align: right;
}

/* komentarze */
.single-articleCommentsWrapper {
  background: var(--color-white);
}

#comments li.comment {
  clear: both;
}

.comments-area {
  float: left;
  width: 100%;
  margin: 45px 0;
}
.comments-area .comments-title {
  float: left;
  padding: 20px;
  width: 100%;
  margin: 0;
  background: #fff;
  text-align: center;
}
.comments-area .comments-title h2 {
  display: block;
  position: relative;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 20px;
}
.comments-area .comments-title h2:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
.comments-area .comments-title h2:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
.comments-area ol {
  list-style: none;
}
.comments-area > ol {
  margin: 0;
  padding: 0;
}
.comments-area .comment-body {
  background: var(--color-white);
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 20px 40px 15px 20px;
}
.comments-area .comment-author .avatar {
  float: left;
  border-radius: 500px;
  margin: 0 30px 15px 0;
}
.comments-area .comment-author .fn {
  font-size: 22px;
  font-weight: 600;
  color: #5f5f5f;
  text-transform: uppercase;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-top: 5px;
}
.comments-area .comment-metadata time, .comments-area .comment-metadata a {
  color: #858585;
  font-size: 12px;
  text-decoration: none;
}
.comments-area .comment-content {
  color: #605f5f;
  font-size: 15px;
  line-height: 18px;
}
.comments-area .reply {
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.comments-area .reply a {
  text-decoration: none;
  color: #658f65;
}
.comments-area .comment-respond {
  float: left;
  width: 100%;
  margin: 25px 0;
  background: #fff;
  padding: 40px;
}
.comments-area .comment-respond .comment-reply-title {
  text-align: center;
  display: block;
  color: #a7a4a4;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.comments-area .comment-respond .comment-reply-title:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line04.jpg) no-repeat;
  width: 166px;
  height: 9px;
}
@media screen and (max-width: 47.9em) {
  .comments-area .comment-respond .comment-reply-title:before {
    left: 35px;
    top: -20px;
  }
}
.comments-area .comment-respond .comment-reply-title:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line05.jpg) no-repeat;
  width: 190px;
  height: 9px;
}
@media screen and (max-width: 47.9em) {
  .comments-area .comment-respond .comment-reply-title:after {
    right: 35px;
    top: 20px;
  }
}
.comments-area .comment-respond .comment-notes {
  text-align: center;
  color: #a7a4a4;
}
.comments-area .comment-respond #author {
  float: left;
  width: 48%;
  padding: 5px 15px;
  font-size: 14px;
  border: 2px solid #9cb79c;
}
.comments-area .comment-respond #email {
  float: right;
  width: 48%;
  padding: 5px 15px;
  font-size: 14px;
  border: 2px solid #9cb79c;
}
.comments-area .comment-respond textarea {
  width: 100%;
  border: 2px solid #9cb79c;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
  text-align: center;
}
.comments-area .comment-respond .form-submit input[type=submit] {
  background: #598a58;
  border: 0;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

/* przepis */
.single-recipe {
  margin-top: 0;
  float: left;
  width: 100%;
  background: url(../img/bg-kitchen01.png) top right no-repeat;
}
.single-recipe h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 400;
  text-align: center;
  padding: 0 180px 0 0;
  text-align: left;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #797979;
}
.single-recipe .single-recipeThumb {
  float: left;
  width: 100%;
  margin: 0;
}
.single-recipe .single-recipeThumb img {
  max-width: 100%;
  float: left;
}
.single-recipe .single-recipeMicelanous {
  float: left;
  width: 100%;
  margin: 30px 0 40px;
}
.single-recipe .single-recipeMicelanous span {
  font-size: 20px;
  font-weight: 600;
  color: #797979;
  padding: 0 0 0 42px;
  position: relative;
  margin: 0 15px 0 0;
}
.single-recipe .single-recipeMicelanous span:first-child:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: " ";
  background: url(../img/icon-kitchen-time.png) no-repeat;
  width: 35px;
  height: 35px;
}
.single-recipe .single-recipeMicelanous span:last-child:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: " ";
  background: url(../img/icon-kitchen-persons.png) no-repeat;
  width: 35px;
  height: 35px;
}
.single-recipe .single-recipeBody {
  background: var(--color-white);
  float: left;
  padding: 10px 75px 50px;
}
.single-recipe .single-recipeBody img {
  max-width: 100%;
}
@media screen and (max-width: 61.9em) {
  .single-recipe .single-recipeBody {
    padding: 10px 10px 50px;
  }
}
.single-recipe .single-recipeIngredients {
  float: left;
  width: 100%;
  min-height: 270px;
  padding: 0 150px 0 0;
  background: url(../img/bg-kitchen02.png) right bottom no-repeat;
}
.single-recipe .single-recipeIngredients h2 {
  font-size: 35px;
  font-weight: 700;
  color: #797979;
  text-transform: uppercase;
  margin: 45px 0 20px 0;
  position: relative;
  padding: 0 0 0 100px;
}
.single-recipe .single-recipeIngredients h2:before {
  content: " ";
  background: url(../img/icon-kitchen-ingredients.png) no-repeat;
  width: 57px;
  height: 66px;
  left: 0;
  top: -26px;
  position: absolute;
}
.single-recipe .single-recipeIngredients ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 35px 0 0 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.single-recipe .single-recipeIngredients ul li {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  line-height: 26px;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
}
.single-recipe .single-recipeIngredients ul li:before {
  content: " ";
  background: url(../img/icon-red-dot.png) no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
.single-recipe .single-recipeDivider {
  float: left;
  width: 100%;
  margin: 25px 0;
}
.single-recipe .single-recipeDivider img {
  max-width: 100%;
}
.single-recipe .single-recipeCategory {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.single-recipe .single-recipeCategory a {
  display: inline-block;
  padding: 8px 30px 6px;
  border: 2px solid #81b2c8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #81b2c8;
}
.single-recipe .single-recipeContent {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  text-align: center;
  margin: 25px 0 0;
  padding: 0;
  text-align: justify;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}
.single-recipe .single-recipeContent h2 {
  font-size: 35px;
  font-weight: 700;
  color: #797979;
  text-transform: uppercase;
  margin: 10px 0 45px 0;
  position: relative;
  padding: 0 0 0 100px;
}
.single-recipe .single-recipeContent h2:before {
  content: " ";
  background: url(../img/icon-kitchen-recipe.png) no-repeat;
  width: 57px;
  height: 66px;
  left: 0;
  top: -26px;
  position: absolute;
}
.single-recipe .single-recipeContent p:first-child {
  margin-top: 0px;
}
.single-recipe .single-recipeContent p:last-child {
  margin-bottom: 0px;
}
.single-recipe .single-recipeTags {
  float: left;
  width: 100%;
  margin: 60px 0 20px;
  text-align: center;
}
.single-recipe .single-recipeTags h3 {
  display: block;
  position: relative;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
.single-recipe .single-recipeTags h3:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
.single-recipe .single-recipeTags h3:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}
.single-recipe .single-recipeTags a {
  display: inline-block;
  color: #658f65;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 600;
}

/* układy zdjęć we wpisie */
.single-recipeBody .alignleft, .single-articleBody .alignleft {
  float: left;
  margin: 15px 25px 15px 0;
}
.single-recipeBody .alignright, .single-articleBody .alignright {
  float: right;
  margin: 15px 0 15px 25px;
}
.single-recipeBody .aligncenter, .single-articleBody .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.gallery-listing img {
  border: 1px solid lightgrey;
}

/* widok listu */
.letter-questionTop {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.letter-questionTop .letter-questionBgTop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
}
.letter-questionTop .letter-questionBgTop img {
  max-width: 100%;
}
.letter-questionTop .letter-questionTopBody {
  padding: 100px;
  z-index: 20;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.letter-questionTop .letter-questionTopBody p:first-child {
  margin-top: 0px;
}
.letter-questionTop .letter-questionTopBody p:last-child {
  margin-bottom: 0px;
}
.letter-questionTop .letter-questionTopBody a {
  color: #ed7014;
}
.letter-questionTop .letter-questionTopBody a:hover {
  color: #d66715;
}
@media screen and (max-width: 33.9em) {
  .letter-questionTop .letter-questionTopBody {
    padding: 50px 50px 0;
  }
}

.letter-questionHead {
  float: left;
  width: 100%;
  margin: 10px 0 50px;
  font-family: "Amatic SC", cursive;
}
@media screen and (max-width: 33.9em) {
  .letter-questionHead {
    margin: 10px 0 35px;
  }
}
.letter-questionHead h3 {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -2px;
  color: #efb757;
  padding: 0;
  margin: 0;
  float: left;
}
.letter-questionHead time {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -2px;
  color: #aa8490;
  padding: 0;
  float: right;
}
@media screen and (max-width: 33.9em) {
  .letter-questionHead time {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.letter-questionBottom {
  position: relative;
  float: left;
  width: 100%;
  height: 380px;
}
.letter-questionBottom p:first-child {
  margin-top: 0px;
}
.letter-questionBottom p:last-child {
  margin-bottom: 0px;
}
.letter-questionBottom a {
  color: #ed7014;
}
.letter-questionBottom a:hover {
  color: #d66715;
}
@media screen and (max-width: 33.9em) {
  .letter-questionBottom {
    height: 156px;
  }
}
.letter-questionBottom .letter-questionBgBottom {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
}
.letter-questionBottom .letter-questionBgBottom img {
  max-width: 100%;
}
.letter-questionBottom .letter-questionBottomBody {
  z-index: 20;
  position: relative;
  font-size: 40px;
  padding: 100px 0 0 100px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -2px;
  color: #aa8490;
  font-family: "Amatic SC", cursive;
}
@media screen and (max-width: 33.9em) {
  .letter-questionBottom .letter-questionBottomBody {
    padding: 47px 0 0 100px;
  }
}

.letter-i-answer {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.letter-i-answer h3 {
  font-family: "Amatic SC", cursive;
  margin: 0 0 0 35px;
  padding: 0 0 5px;
  font-weight: 300;
  color: #c38c2d;
  letter-spacing: -5px;
  font-size: 55px;
  border-bottom: 2px solid #c38c2d;
  float: left;
}

.letter-answerTop {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.letter-answerTop .letter-answerBgTop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
}
.letter-answerTop .letter-answerBgTop img {
  max-width: 100%;
}
.letter-answerTop .letter-answerTopBody {
  padding: 100px;
  z-index: 20;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 33.9em) {
  .letter-answerTop .letter-answerTopBody {
    padding: 50px;
  }
}

.letter-answerBottom {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 33.9em) {
  .letter-answerBottom {
    height: 115px;
  }
}
.letter-answerBottom .letter-answerBgBottom {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 16;
}
.letter-answerBottom .letter-answerBgBottom img {
  max-width: 100%;
}
.letter-answerBottom .letter-answerBottomBody {
  padding: 100px;
  z-index: 20;
  position: relative;
  font-family: "Amatic SC", cursive;
  padding: 50px 100px 0;
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -2px;
  color: #efb757;
}

.single-letter .single-letterHeader h1 {
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #797979;
}
.single-letter .single-letterHeader time {
  font-size: 20px;
  font-weight: 600;
  color: #797979;
  text-align: center;
  margin: 20px 0 0;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
.single-letter .single-letterHeader time:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  background: url(../img/line01.png) no-repeat;
  width: 166px;
  height: 9px;
}
.single-letter .single-letterHeader time:after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  background: url(../img/line02.png) no-repeat;
  width: 190px;
  height: 9px;
}

.single-zolta-kartka .single-articleThumb {
  padding-top: 35px;
}

/* Listing galerii*/
.gallery-listItem {
  text-align: center;
  width: 100%;
  margin: 0;
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 23.8500151981%;
}
.gallery-listItem:last-child {
  margin-right: 0;
}
.gallery-listItem:nth-child(4n) {
  margin-right: 0;
}
.gallery-listItem:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 61.9em) {
  .gallery-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 32.3111246205%;
  }
  .gallery-listItem:last-child {
    margin-right: 0;
  }
  .gallery-listItem:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-listItem:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 47.9em) {
  .gallery-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 49.2333434654%;
  }
  .gallery-listItem:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 33.9em) {
  .gallery-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .gallery-listItem:last-child {
    margin-right: 0;
  }
}
.gallery-listItem a {
  float: left;
  width: 100%;
  margin: 15px;
  position: relative;
}
.gallery-listItem a img {
  max-width: 100%;
}
.gallery-listItem a .gallery-listName {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(239, 183, 87, 0.9);
  text-align: center;
  padding: 25px 15px;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.gallery-listItem a .gallery-listOverlay {
  display: none;
}

/* Listing yellow pages*/
.yellowPages-masonry {
  clear: both;
}

.yellowpage-listItem {
  text-align: center;
  margin: 0;
  padding: 0 15px;
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 23.8500151981%;
}
.yellowpage-listItem:last-child {
  margin-right: 0;
}
.yellowpage-listItem {
  margin-right: 0;
}
@media screen and (max-width: 61.9em) {
  .yellowpage-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 32.3111246205%;
  }
  .yellowpage-listItem:last-child {
    margin-right: 0;
  }
  .yellowpage-listItem {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9em) {
  .yellowpage-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 49.2333434654%;
  }
  .yellowpage-listItem:last-child {
    margin-right: 0;
  }
  .yellowpage-listItem {
    margin-right: 0;
  }
}
@media screen and (max-width: 33.9em) {
  .yellowpage-listItem {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .yellowpage-listItem:last-child {
    margin-right: 0;
  }
  .yellowpage-listItem {
    margin-right: 0;
  }
}
.yellowpage-listItem a {
  float: left;
  width: 100%;
  position: relative;
  margin: 15px;
}
.yellowpage-listItem a img {
  max-width: 100%;
}
.yellowpage-listItem a .yellowpage-listOverlay {
  display: none;
}

/* sidebar banners */
.sidebar-banners {
  float: left;
  width: 100%;
}
@media screen and (max-width: 47.9em) {
  .sidebar-banners {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 49.2333434654%;
  }
  .sidebar-banners:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 33.9em) {
  .sidebar-banners {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .sidebar-banners:last-child {
    margin-right: 0;
  }
}
.sidebar-banners a {
  width: 100%;
  text-decoration: none;
}

a.sidebar-bannerNew {
  float: left;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
a.sidebar-bannerNew > img {
  max-width: 100%;
  z-index: 1;
}
a.sidebar-bannerNew .banner-over {
  position: absolute;
  left: 0;
  top: 46px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 61.9em) {
  a.sidebar-bannerNew .banner-over {
    top: 28px;
  }
}
a.sidebar-bannerNew .banner-over > img {
  max-width: 65%;
  display: inline-block;
  margin: 0 auto;
}
a.sidebar-bannerNew .banner-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 15px;
}
a.sidebar-bannerNew .banner-content h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

/*
a.prototype-orange{
    float:left;
    position:relative;
    margin:20px 0;
    overflow:hidden;

    >img{max-width:100%; z-index:1;}

    img{max-width: 100%;}

    .banner-over{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        z-index:2;
        >img{
            max-width:100%;

        }
    }
    .banner-content{
        position:absolute;
        top:0;
        left:0;
        z-index:3;
        width:100%;

        h2{
            float:left;
            width:100%;
            text-align:center;
            font-family: 'Amatic SC', cursive;
            font-size:80px;
            color:#fff;
            font-weight:300;
            padding:0 40px;
            margin: 55px 0 15px;

            @include media($LargeScreen) {
                font-size: 67px;
                padding: 0 25px;
                margin: 45px 0 15px;
            }    

            @include media($Laptop) {
                font-size: 50px;
                padding: 0 44px;
                margin: 50px 0 15px;
            }     

            @include media($Tablet) {
                font-size: 46px;
                padding: 0 25px;
                margin: 35px 0 15px;
            }            

            @include media($Mobile) {
                font-size: 70px;
                padding: 0 45px;
                margin: 45px 0 15px;
            }                  
        }
        h3{
            float:left;
            width:100%;
            text-align:center;
            font-size:22px;
            color:#fff;
            font-weight: 300;
            padding:0;
            margin:0;
        }
    }
}
*/
a.sidebar-bannerGreen, a.sidebar-bannerPurple, a.sidebar-bannerPink, a.sidebar-bannerBlue, a.sidebar-bannerOrange, a.sidebar-bannerYellow {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
a.sidebar-bannerGreen > img, a.sidebar-bannerPurple > img, a.sidebar-bannerPink > img, a.sidebar-bannerBlue > img, a.sidebar-bannerOrange > img, a.sidebar-bannerYellow > img {
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 33.9em) {
  a.sidebar-bannerGreen > img, a.sidebar-bannerPurple > img, a.sidebar-bannerPink > img, a.sidebar-bannerBlue > img, a.sidebar-bannerOrange > img, a.sidebar-bannerYellow > img {
    width: 100%;
  }
}
a.sidebar-bannerGreen .banner-over, a.sidebar-bannerPurple .banner-over, a.sidebar-bannerPink .banner-over, a.sidebar-bannerBlue .banner-over, a.sidebar-bannerOrange .banner-over, a.sidebar-bannerYellow .banner-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
a.sidebar-bannerGreen .banner-over > img, a.sidebar-bannerPurple .banner-over > img, a.sidebar-bannerPink .banner-over > img, a.sidebar-bannerBlue .banner-over > img, a.sidebar-bannerOrange .banner-over > img, a.sidebar-bannerYellow .banner-over > img {
  max-width: 100%;
}
a.sidebar-bannerGreen .banner-content, a.sidebar-bannerPurple .banner-content, a.sidebar-bannerPink .banner-content, a.sidebar-bannerBlue .banner-content, a.sidebar-bannerOrange .banner-content, a.sidebar-bannerYellow .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 65px;
  color: #fff;
  font-weight: 300;
  padding: 0 50px;
  margin: 90px 0 20px;
  font-family: "Amatic SC", cursive;
}
@media screen and (max-width: 74.9em) {
  a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
    font-size: 55px;
    padding: 0 25px;
    margin: 60px 0 15px;
  }
}
@media screen and (max-width: 61.9em) {
  a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
    font-size: 38px;
    padding: 0 44px;
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 47.9em) {
  a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
    font-size: 40px;
    padding: 0 40px;
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 33.9em) {
  a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
    font-size: 70px;
    padding: 0 45px;
    margin: 45px 0 15px;
  }
}
@media (min-width: 700px) and (max-width: 766px) {
  a.sidebar-bannerGreen .banner-content h2, a.sidebar-bannerPurple .banner-content h2, a.sidebar-bannerPink .banner-content h2, a.sidebar-bannerBlue .banner-content h2, a.sidebar-bannerOrange .banner-content h2, a.sidebar-bannerYellow .banner-content h2 {
    margin-top: 65px;
  }
}
a.sidebar-bannerGreen .banner-content h3, a.sidebar-bannerPurple .banner-content h3, a.sidebar-bannerPink .banner-content h3, a.sidebar-bannerBlue .banner-content h3, a.sidebar-bannerOrange .banner-content h3, a.sidebar-bannerYellow .banner-content h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  padding: 0 30px;
  margin: 0;
}
@media screen and (max-width: 61.9em) {
  a.sidebar-bannerGreen .banner-content h3, a.sidebar-bannerPurple .banner-content h3, a.sidebar-bannerPink .banner-content h3, a.sidebar-bannerBlue .banner-content h3, a.sidebar-bannerOrange .banner-content h3, a.sidebar-bannerYellow .banner-content h3 {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 47.9em) {
  a.sidebar-bannerGreen .banner-content h3, a.sidebar-bannerPurple .banner-content h3, a.sidebar-bannerPink .banner-content h3, a.sidebar-bannerBlue .banner-content h3, a.sidebar-bannerOrange .banner-content h3, a.sidebar-bannerYellow .banner-content h3 {
    font-size: 19px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 33.9em) {
  a.sidebar-bannerGreen .banner-content h3, a.sidebar-bannerPurple .banner-content h3, a.sidebar-bannerPink .banner-content h3, a.sidebar-bannerBlue .banner-content h3, a.sidebar-bannerOrange .banner-content h3, a.sidebar-bannerYellow .banner-content h3 {
    font-size: 22px;
    padding: 0 30px;
  }
}

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  text-align: center;
  width: 100%;
  float: left;
  display: block;
  margin-right: 1.5333130693%;
  width: 32.3111246205%;
}
.gallery-item:last-child {
  margin-right: 0;
}
.gallery-item:nth-child(3n) {
  margin-right: 0;
}
.gallery-item:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 47.9em) {
  .gallery-item {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 49.2333434654%;
  }
  .gallery-item:last-child {
    margin-right: 0;
  }
  .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 33.9em) {
  .gallery-item {
    float: left;
    display: block;
    margin-right: 1.5333130693%;
    width: 100%;
  }
  .gallery-item:last-child {
    margin-right: 0;
  }
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.logged-in-as {
  float: left;
  width: 100%;
  text-align: center;
}
.logged-in-as a {
  color: red;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.slick-slider {
  margin-bottom: 0;
}

.single-articleContent a {
  color: #d66715;
}

/* responsive video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/* pagination */
.pagination {
  float: left;
  width: 100%;
  background: var(--color-white);
  padding: 15px 0;
}
.pagination a, .pagination .current {
  text-decoration: none;
  color: #6e6e6e;
  border: 1px solid #ebebeb;
  padding: 2px 10px;
  color: #6e6e6e;
  margin: 0 5px;
}
.pagination .current {
  background: #dca000;
  color: #fff;
}
.pagination .screen-reader-text {
  display: none;
}

.slick-prev, .slick-next {
  top: 50%;
  padding: 0;
  width: auto;
  z-index: 9;
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: ">";
}

.slick-prev:before {
  content: "<";
}

.slick-prev {
  left: 0;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  font-family: "Amatic SC", cursive;
  opacity: 0.75;
  background: #dca000;
  padding: 10px 20px;
  color: #fff;
  z-index: 7;
}
