@charset "UTF-8";
/*!
Theme Name: Motyw Galerii Zderzak
Theme URI: http://underscores.me/
Author: Pawel Sikorski Profan

Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zderzak
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.

Motyw Galerii Zderzak 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/

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*$color__border-button: #ccc #ccc #bbb;*/
/*$color__border-button-hover: #ccc #bbb #aaa;*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31 sie 2021, 01:45:05
    Author     : asus
*/
.zd-md-b-sh-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.zd-md-b-sh-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.zd-md-t-sh-1 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.zd-md-t-sh-2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.zd-md-t-sh-anim {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.zd-md-t-sh-anim:hover {
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.zd-md-b-sh-anim {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.zd-md-b-sh-anim:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.
 */
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; }

/**
 * 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; }

/* Box sizing
--------------------------------------------- */
/* 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; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: 'League Spartan Bold';
  src: url("inc/fonts/leaguespartan-bold-webfont.woff2") format("woff2"), url("inc/fonts/leaguespartan-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Zurich Light';
  src: url("inc/fonts/zurich-light-webfont.woff2") format("woff2"), url("inc/fonts/zurich-light-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: 'Zurich X Black';
  src: url("inc/fonts/zurich-x-black-webfont.woff2") format("woff2"), url("inc/fonts/zurich-x-black-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
/*@font-face {
    font-family: 'Charter';
    src: url('inc/fonts/charter-webfont.woff2') format('woff2'),
        url('inc/fonts/charter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Didot Bold';
    src: url('inc/fonts/didot-bold-webfont.woff2') format('woff2'),
        url('inc/fonts/didot-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Merriweather';
  src: url("inc/fonts/merriweather-light-webfont.woff2") format("woff2"), url("inc/fonts/merriweather-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Playfair Display';
  src: url("inc/fonts/playfair-display-webfont.woff2") format("woff2"), url("inc/fonts/playfair-display-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Zurich Light", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

#zderzak-logo {
  font-family: 'Merriweather'; }

.main-navigation {
  font-family: "Zurich Light", Roboto, sans-serif;
  font-size: 1.1rem; }

.site-footer {
  font-family: "Zurich Light", Roboto, sans-serif; }

.sitebar-footer {
  text-align: justify-all;
  text-align-last: left; }

.site-info {
  font-size: 0.8rem; }

.site-copyright {
  font-size: 0.65rem; }

.custom-logo-link {
  text-align: center; }

.site-description {
  letter-spacing: 0.08rem;
  text-align: center;
  font-size: 0.6rem;
  line-height: 15px;
  margin-bottom: 20px; }

aside#sidebar-left .widget_nav_menu .widget-title, aside#sidebar-right .widget_nav_menu .widget-title {
  font-family: 'Zurich X Black';
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  margin-top: 0.3rem; }

aside .widget_nav_menu {
  font-family: 'Merriweather'; }

aside .widget_nav_menu a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #999;
  line-height: 2.2; }
  aside .widget_nav_menu a:hover {
    color: #d2232a; }

aside .widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  aside .widget_nav_menu ul li {
    margin-top: 0.8rem; }

figcaption {
  font-size: 0.8rem; }

.art-event-term-year .term-title {
  font-family: 'League Spartan Bold';
  font-size: 2.5rem; }

.seriousslider-inner {
  font-family: 'Playfair Display'; }
  .seriousslider-inner p, .seriousslider-inner h1, .seriousslider-inner h2, .seriousslider-inner h3, .seriousslider-inner h4, .seriousslider-inner h5 {
    font-family: 'Playfair Display';
    font-weight: normal;
    letter-spacing: 0.1rem; }

.zd-small {
  font-size: 0.8rem; }

.zd-normal {
  font-size: 1rem; }

.zd-medium {
  font-size: 1.2rem; }

.zd-x-large {
  font-size: 1.6rem; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30 sie 2021, 22:31:05
    Author     : asus
*/
.md-i {
  font-family: 'Material Icons Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.md-light {
  color: #999; }

.md-white {
  color: #fff; }

.md-i.md-18 {
  font-size: 18px; }

.md-i.md-24 {
  font-size: 24px; }

.md-i.md-36 {
  font-size: 36px; }

.md-i.md-48 {
  font-size: 48px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h2 {
  margin-top: 2.5rem; }

h3 {
  margin-top: 2rem; }

.blog h2 {
  margin-top: 1.5rem; }

.blog .entry-content h2:first-child {
  margin-top: 0; }

.blog h2.entry-title {
  margin-bottom: 0.5rem; }

.blog h3 {
  margin-top: 1rem; }

.site-title a {
  font-family: "League Spartan Bold"; }

p {
  margin-bottom: 1.5rem; }

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.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem; }

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
--------------------------------------------- */
html {
  background: #f7f5ee; }

html:lang(pl) .zd-lang-en {
  display: none; }

html:lang(en) .zd-lang-pl {
  display: none; }

body {
  background: #efecdd;
  height: 100%;
  max-width: 1480px;
  margin: auto;
  /*padding: 0 $size__offset-body-content 0 $size__offset-body-content;*/ }

.clearfix {
  content: "";
  clear: both;
  display: table; }

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

hr {
  background-color: #999;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

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; }

ul.n-l,
ol.n-l {
  margin: 0;
  padding-inline-start: 0;
  list-style: none; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0; }

/* Links
--------------------------------------------- */
a {
  color: #888;
  text-decoration: none; }
  a:visited {
    color: #888; }
  a:hover, a:focus, a:focus-visible, a:active {
    color: #d2232a; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 a, h2 a, h3 a {
  color: #1d1918; }
  h1 a:hover, h2 a:hover, h3 a:hover {
    color: #d2232a; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"], .button, .wp-block-file .wp-block-file__button {
  border: 1px solid;
  border-color: #d2232a;
  border-radius: 0;
  background: #f7f5ee;
  color: #d2232a;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, .6);*/ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover, .button:hover, .wp-block-file .wp-block-file__button:hover {
    color: #fff;
    border-color: #fff;
    background: #666; }
  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, .button:active, .button:focus, .wp-block-file .wp-block-file__button:active, .wp-block-file .wp-block-file__button:focus {
    color: #fff;
    border-color: #aaa #bbb #bbb;
    background: #666; }

a.button {
  display: inline-block;
  color: #d2232a;
  text-decoration: none; }
  a.button:hover {
    color: #fff;
    border-color: #fff;
    background: #666; }

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: #999;
  border: 1px solid #999;
  background: #f7f5ee;
  border-radius: 0;
  padding: 3px; }
  input[type="text"]:focus-visible, input[type="text"]:focus,
  input[type="email"]:focus-visible,
  input[type="email"]:focus,
  input[type="url"]:focus-visible,
  input[type="url"]:focus,
  input[type="password"]:focus-visible,
  input[type="password"]:focus,
  input[type="search"]:focus-visible,
  input[type="search"]:focus,
  input[type="number"]:focus-visible,
  input[type="number"]:focus,
  input[type="tel"]:focus-visible,
  input[type="tel"]:focus,
  input[type="range"]:focus-visible,
  input[type="range"]:focus,
  input[type="date"]:focus-visible,
  input[type="date"]:focus,
  input[type="month"]:focus-visible,
  input[type="month"]:focus,
  input[type="week"]:focus-visible,
  input[type="week"]:focus,
  input[type="time"]:focus-visible,
  input[type="time"]:focus,
  input[type="datetime"]:focus-visible,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus-visible,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus-visible,
  input[type="color"]:focus,
  textarea:focus-visible,
  textarea:focus {
    outline: 1px solid #d2232a;
    outline-offset: 0;
    color: #111;
    background: #f7f5ee;
    border-color: #d2232a; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  input[type="number"]:hover,
  input[type="tel"]:hover,
  input[type="range"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="week"]:hover,
  input[type="time"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="color"]:hover,
  textarea:hover {
    border-color: #d2232a; }

select {
  border: 1px solid #999;
  background: #f7f5ee;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  text-align: center; }

select::-ms-expand {
  display: none; }

textarea {
  width: 100%; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*.radio{
  display: block;
  cursor: pointer; 
  user-select:none;
  text-align: left;
  &+.radio{
    margin-top: 12px;
  }
  input{
    display: none;
    &+span{
      display: inline-block; 
      position: relative;
      padding-left: 30px;
      &:before{
        content: '';
        display: block; 
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        margin-right: 5px;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        background: #fff;
      }
      &:after{
        content: '';
        display: block; 
        width: 10px;
        height: 10px;
        background: #222;
        position: absolute;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        opacity: 0;
        transform: scale(0,0); 
        transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
      }
    }
    &:checked+span:after{
      opacity: 1;
      transform: scale(1,1);
    }
  }
}
 END CHECKBOX STYLE */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 20px clamp(15px, 3vw, 40px) 5px clamp(15px, 3vw, 40px); }
  .site-header #zderzak-logo, .site-header #zderzak-title, .site-header #zderzak-shop {
    display: inline-block;
    vertical-align: middle; }
  .site-header .site-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    /*margin: 0 10px 0 10px;*/
    margin-bottom: 31px;
    /*font-size: max(52px, calc(3.0vw + 3px));*/
    /*font-size: 52px;*/
    text-transform: uppercase;
    /*font-weight: bolder;*/
    text-align: center;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    /*min-height: 90px;*/ }
    .site-header .site-title a {
      font-size: calc(10px + (56 - 10) * ((min(100vw, 1500px) - 700px) / (1500 - 700)));
      line-height: 1.3;
      /*-webkit-text-stroke: 0.5px $color__dark-warm-gray;*/
      /*-webkit-text-fill-color: white;*/
      /*color: $color__black;*/
      border-bottom: 1px solid #1d1918;
      color: #fff;
      text-decoration: none;
      letter-spacing: 5px;
      display: inline-block;
      vertical-align: middle;
      /*padding-top: 0;*/
      padding-bottom: 0.5rem; }
  .site-header .site-branding {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 125px;
    max-height: 125px;
    padding-bottom: 4px; }
  .site-header #zderzak-shop {
    width: 130px;
    min-width: 130px;
    max-width: 130px; }
  .site-header #zderzak-logo {
    width: 165px;
    min-width: 165px;
    max-width: 165px; }
  .site-header #zderzak-logo * {
    /*display: block;*/ }
  .site-header #zderzak-title {
    position: relative;
    flex-grow: 4;
    margin-left: 10px;
    margin-right: 10px; }
  .site-header .header-icon {
    display: none;
    /*vertical-align: bottom;*/
    vertical-align: middle;
    /*line-height: 32px;*/
    font-size: 22px;
    padding-left: 8px;
    /*float: right;*/
    /*background: $color__border-input;*/
    /*background: $color__background-body-light;*/
    /*color: $color__light-gray;*/
    /*opacity: 0.5;*/
    /*border: 1px solid $color__border-input;*/ }
  .site-header .search-form:hover ~ .search-icon, .site-header .search-form:focus ~ .search-icon {
    color: #d2232a; }
  .site-header .search-form {
    width: 100%; }
  .site-header .search-form, .site-header .lang-switcher, .site-header .site-header-cart {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: calc(100% - 42px);*/ }
    .site-header .search-form:after, .site-header .lang-switcher:after, .site-header .site-header-cart:after {
      /*content: "x";*/ }
  .site-header .search-field {
    /*display: inline-block;*/
    font-size: 0.7rem;
    height: 20px;
    width: 100%;
    height: 20px;
    background-color: #efecdd; }
    .site-header .search-field:focus {
      background-color: #f7f5ee; }
  .site-header .search-submit {
    display: none; }
  .site-header .lang-switcher li {
    text-transform: uppercase;
    text-align: right;
    display: inline-block; }
    .site-header .lang-switcher li a {
      display: inline-block;
      text-decoration: none;
      overflow: hidden;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center; }
      .site-header .lang-switcher li a:hover {
        border-color: #d2232a; }
  .site-header .site-header-cart {
    width: 100%; }
  .site-header .cart-contents {
    display: block;
    border: 1px solid #999; }
    .site-header .cart-contents .count {
      color: #999;
      font-size: 0.6rem;
      padding-right: 3px; }
    .site-header .cart-contents .amount {
      font-size: 0.7rem;
      width: 4rem;
      display: inline-block;
      height: 20px;
      line-height: 20px;
      text-align: center; }
    .site-header .cart-contents:hover .amount {
      border-color: #d2232a; }
  .site-header .cart-row > a {
    /*height: 24px;*/ }
  .site-header .cart-row:hover .cart-icon {
    color: #d2232a; }

.header-menu-row {
  height: 30%;
  line-height: 30%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }
  .header-menu-row > form, .header-menu-row > span, .header-menu-row > ul, .header-menu-row > a {
    vertical-align: middle;
    align-self: center; }

@media screen and (max-width: 1200px) {
  .main-navigation {
    font-size: 0.95rem; }

  .header-menu-row.cart-row, .header-menu-row.search-row {
    display: none; }

  .site-header #zderzak-shop {
    width: 60px;
    min-width: 60px;
    max-width: 60px; }

  .site-header .site-title a {
    font-size: calc(19px + (56 - 19) * ((min(100vw, 1500px) - 700px) / (1500 - 700))); } }
@media screen and (max-width: 900px) {
  .main-navigation {
    font-size: 0.9rem; }

  .site-header .site-title a {
    font-size: 30px; } }
@media screen and (max-width: 768px) {
  .site-header .site-title a {
    font-size: 25px; } }
@media screen and (max-width: 600px) {
  .site-header .site-title a {
    font-size: 23px; }

  .site-header #zderzak-shop {
    /*            flex: 0 0 100%;
                width: 100%;
                max-width: 100%;*/
    position: absolute;
    right: 10px;
    bottom: 0; }
  .site-header #zderzak-title {
    margin: 0; }
  .site-header .site-branding {
    position: relative;
    /*flex-wrap: wrap;*/ } }
.custom-logo-link > img {
  /*    -webkit-backface-visibility: hidden;
      -ms-transform: translateZ(0);  IE 9 
      -webkit-transform: translateZ(0);  Chrome, Safari, Opera 
      transform: translateZ(0);*/
  /*    image-rendering: -moz-crisp-edges;  Firefox 
      image-rendering: -o-crisp-edges;  Opera 
      image-rendering: -webkit-optimize-contrast; Webkit (non-standard naming) 
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;  IE (non-standard property) */ }

@media screen and (max-width: 480px) {
  .site-header .site-branding {
    display: block;
    height: auto;
    max-height: none; }
  .site-header #zderzak-logo, .site-header #zderzak-title, .site-header #zderzak-shop {
    display: block; }
  .site-header #zderzak-logo {
    width: 100%;
    max-width: 100%; }
    .site-header #zderzak-logo .custom-logo-link {
      width: 100%; }
  .site-header .site-title {
    position: static; }

  .site-header .site-title a {
    font-size: 19px;
    letter-spacing: 2px; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30 sie 2021, 23:02:55
    Author     : asus
*/
.site-footer {
  background: #e2ddc4; }
  .site-footer .site-info {
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .site-footer .site-info > section {
      /*            margin-left: 10px;
                  margin-right: 10px;*/ }
      .site-footer .site-info > section p {
        white-space: nowrap; }

.site-copyright {
  padding-top: 5px;
  text-align: center;
  padding-bottom: 5px; }

.sitebar-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: flex-start;
  padding: 0 10px; }
  .sitebar-footer > section {
    flex-grow: 1;
    padding: 10px;
    /*@include column-width( 3 );*/
    /*margin-left: $columns__margin/2;*/
    max-width: 33.3%;
    width: 33.3%;
    margin: 1em auto; }
  .sitebar-footer:after {
    content: "";
    flex: auto; }

.site-info {
  background: #efecdd; }
  .site-info .widget, .site-info .widget_block {
    margin: 0; }
  .site-info p {
    margin: 0 10px 1.5rem; }

.site-copyright, .sitebar-footer {
  color: #474539;
  /*@import "../base/elements/links";*/ }
  .site-copyright a:not(.button), .sitebar-footer a:not(.button) {
    color: #474539; }

.cn-text-container {
  max-width: 1480px; }

#cookie-notice {
  display: none; }

#cn-notice-buttons {
  display: block; }

.post-type-archive-product #cookie-notice {
  display: block; }

.site {
  display: grid;
  grid-template-columns: 250px auto 250px;
  grid-template-rows: 200px 1fr auto;
  grid-template-areas: "header header header" "sidebar-left main sidebar-right" "footer footer footer";
  align-content: stretch;
  min-height: 100vh; }

.site-header {
  grid-area: header; }

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
  /*min-height: 100vw;*/
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

#sidebar-left.menu-area {
  grid-area: sidebar-left; }

#sidebar-right.menu-area {
  grid-area: sidebar-right; }

.site-footer {
  grid-area: footer; }

@media screen and (max-width: 1200px) {
  .site {
    grid-template-columns: 210px auto 210px; } }
@media screen and (max-width: 900px) {
  .site {
    grid-template-columns: 180px auto 180px; } }
@media screen and (max-width: 768px) {
  .site {
    display: grid;
    /*grid-template-columns: ($size__site-menu-sidebar) auto auto $size__site-menu-sidebar;*/
    grid-template-columns: auto;
    /*grid-template-rows: 200px 1fr auto;*/
    grid-template-rows: auto;
    grid-template-areas: "header header header header" "sidebar-left sidebar-left sidebar-right sidebar-right" "main main main main" "footer footer footer footer";
    align-content: stretch;
    min-height: 100vh; }

  .site-main {
    padding: 0 clamp(15px, 3vw, 40px); } }
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer"; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }
  .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);*/
      background: #f7f5ee;
      border: 1px solid #999;
      padding: 5px;
      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: 225px; }
      .main-navigation ul ul a {
        width: 220px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul > li > a {
      display: inline-block; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    color: #1d1918;
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

#primary-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  /*    > li:before {
          content: "x"
      }*/ }
  #primary-menu > li {
    text-transform: uppercase; }
  #primary-menu > li .main-menu-icon:before {
    color: #d2232a;
    margin-right: 1vw;
    vertical-align: text-bottom;
    content: "▇";
    font-weight: normal !important; }
  #primary-menu > li:hover .main-menu-icon:before {
    color: #65c13f; }
  #primary-menu ul {
    display: block; }
  #primary-menu .current_page_item > a,
  #primary-menu .current-menu-item > a,
  #primary-menu .current_page_ancestor > a,
  #primary-menu .current-menu-ancestor > a {
    /*font-weight: bold;*/
    color: #65c13f; }
    #primary-menu .current_page_item > a .main-menu-icon:before,
    #primary-menu .current-menu-item > a .main-menu-icon:before,
    #primary-menu .current_page_ancestor > a .main-menu-icon:before,
    #primary-menu .current-menu-ancestor > a .main-menu-icon:before {
      color: #65c13f; }

@media screen and (min-width: 600px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.navigation a {
  color: #666; }
  .navigation a:visited {
    color: #666; }
  .navigation a:hover, .navigation a:focus, .navigation a:focus-visible, .navigation a:active {
    color: #d2232a; }

.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;
  font-size: 0.85rem; }
.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%; }

.site-main .art-event-year-navigation {
  margin: 1.5rem 0 1.5rem; }
.art-event-year-navigation .nav-links {
  display: flex; }
.art-event-year-navigation .nav-previous {
  flex: 1 0 40%; }
  .art-event-year-navigation .nav-previous a:before {
    content: '← '; }
.art-event-year-navigation .nav-next {
  text-align: end;
  flex: 1 0 40%; }
  .art-event-year-navigation .nav-next a:after {
    content: ' →'; }

aside .widget_nav_menu div > ul > li {
  border-bottom: 1px solid #999; }
  aside .widget_nav_menu div > ul > li:hover, aside .widget_nav_menu div > ul > li:focus-visible {
    border-color: #d2232a; }
    aside .widget_nav_menu div > ul > li:hover a, aside .widget_nav_menu div > ul > li:focus-visible a {
      color: #d2232a; }
  aside .widget_nav_menu div > ul > li > a {
    display: block; }
  aside .widget_nav_menu div > ul > li a:focus {
    color: #d2232a; }

#page > aside {
  margin: 1.5rem 25px 0 25px; }

aside#sidebar-left {
  margin-left: clamp(15px, 3vw, 40px); }

aside#sidebar-right {
  margin-right: clamp(15px, 3vw, 40px); }

@media screen and (max-width: 1200px) {
  #primary-menu {
    margin: 0; } }
@media screen and (max-width: 768px) {
  #primary-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 30px; }
    #primary-menu > li {
      flex: 1 0 21%;
      max-width: 21%; }

  #page > aside {
    margin-top: 0; }

  aside .widget_nav_menu h2 ~ div {
    display: none; }
    aside .widget_nav_menu h2 ~ div a {
      color: #474539; }

  aside .widget_nav_menu h2.toggled ~ div {
    display: block; } }
@media screen and (max-width: 600px) {
  .main-navigation #primary-menu {
    display: none;
    font-size: 1rem; }
    .main-navigation #primary-menu > li {
      margin: 0.5rem 0;
      max-width: 100%; }

  .main-navigation.toggled #primary-menu {
    display: block; }

  .menu-toggle {
    width: 100%;
    text-transform: uppercase; } }
.single-person .post-navigation, .single-offer .post-navigation {
  display: none; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: auto; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.blog .entry-content {
  margin-top: 0.8rem; }

.single .entry-content {
  /*min-height: 300px;*/ }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.home .site-main .entry-header .entry-title {
  display: none; }

.home .entry-content {
  margin-top: 1rem; }

.blog .site-main > article {
  margin-bottom: 4rem; }

.entry-footer {
  clear: both; }
  .entry-footer .cat-links {
    display: none; }

.edit-link {
  display: block;
  margin: 0.5rem 0; }

.entry-meta {
  display: none; }
  .entry-meta .byline {
    display: none; }
  .entry-meta .posted-on {
    font-size: 0;
    visibility: hidden; }
    .entry-meta .posted-on a {
      font-size: 0.8rem;
      visibility: visible;
      text-decoration: none; }
  .entry-meta .entry-date {
    display: none; }

.entry-title a {
  color: #1d1918; }
  .entry-title a:hover {
    color: #d2232a; }

.archive-title-prefix {
  font-size: 1.2rem;
  font-weight: normal; }

/* Offer and artworks
--------------------------------------------- */
.art-offer-link {
  text-align: center; }
  .art-offer-link a {
    text-decoration: none; }
  .art-offer-link img {
    width: 120px;
    height: 120px;
    object-fit: cover; }

.offer-link-title {
  font-size: 1.2rem;
  margin: 0 0 2rem; }

.artwork {
  margin-bottom: 3rem; }
  .artwork img {
    width: 100%;
    max-width: 350px;
    max-height: 450px;
    object-fit: contain; }
  .artwork figcaption {
    font-size: 0.8rem; }
    .artwork figcaption .title {
      font-size: 0.9rem; }

.single-offer .artwork .author {
  display: none; }

/* Art event
--------------------------------------------- */
.entry-content.art-event-note {
  /*position: relative;*/ }
  .entry-content.art-event-note br {
    display: none; }
  .entry-content.art-event-note hr {
    margin: 0.5rem 0;
    width: 30%; }
  .entry-content.art-event-note .people-row, .entry-content.art-event-note .art-event-category, .entry-content.art-event-note .art-event-series, .entry-content.art-event-note .art-event-title,
  .entry-content.art-event-note .art-event-subtitle, .entry-content.art-event-note .art-event-after-desc, .entry-content.art-event-note .art-event-single-date {
    display: block; }
  .entry-content.art-event-note .people-row br {
    display: block; }
  .entry-content.art-event-note .counters {
    /*font-size: 1.1rem;*/
    /*position: absolute;*/
    vertical-align: top;
    display: inline-block; }
  .entry-content.art-event-note .dates {
    display: inline-block;
    margin-left: 0.2rem;
    margin-bottom: 0.3rem; }
    .entry-content.art-event-note .dates .art-event-date {
      font-size: 0.85rem;
      font-weight: bold; }
    .entry-content.art-event-note .dates .art-event-place {
      font-size: 0.85rem; }
    .entry-content.art-event-note .dates br {
      display: inline; }
  .entry-content.art-event-note .art-event-after-desc {
    margin-top: 0.5rem; }
  .entry-content.art-event-note .art-event-author, .entry-content.art-event-note .art-event-title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none; }
  .entry-content.art-event-note .art-event-author {
    text-transform: uppercase; }
  .entry-content.art-event-note .art-event-authors .comma {
    display: none; }
  .entry-content.art-event-note .art-event-title, .entry-content.art-event-note .art-event-subtitle, .entry-content.art-event-note .art-event-category, .entry-content.art-event-note .art-event-series, .entry-content.art-event-note .authors, .entry-content.art-event-note .event-people, .entry-content.art-event-note .art-event-after-desc {
    padding-left: 1rem; }
  .entry-content.art-event-note .art-event-title a, .entry-content.art-event-note .art-event-subtitle a {
    text-decoration: none;
    color: #1d1918; }
    .entry-content.art-event-note .art-event-title a:hover, .entry-content.art-event-note .art-event-subtitle a:hover {
      color: #d2232a; }
  .entry-content.art-event-note .art-event-title {
    /*display: block;*/
    margin: 0.5rem 0 0.2rem;
    font-size: 1.0rem; }
  .entry-content.art-event-note .art-event-subtitle {
    /*margin-bottom: 0.5rem;*/ }
  .entry-content.art-event-note .authors {
    margin: 0.2rem 0 0.2rem;
    line-height: 1.8; }
  .entry-content.art-event-note .art-event-single-date, .entry-content.art-event-note .event-people, .entry-content.art-event-note .art-event-after-desc {
    font-size: 0.9rem; }
  .entry-content.art-event-note .event-people .art-event-author, .entry-content.art-event-note .event-people .art-event-role-people {
    font-size: 0.9rem;
    font-weight: normal;
    font-style: italic; }
  .entry-content.art-event-note .event-people a {
    text-decoration: underline; }
  .entry-content.art-event-note .art-event-category, .entry-content.art-event-note .art-event-series {
    padding-top: 0.3rem;
    font-size: 0.85rem; }
  .entry-content.art-event-note .art-event-category {
    font-size: 0.75rem; }

.art-event-year-archive article {
  margin-bottom: 3.5rem; }

.art_event_category-wystawa-zbiorowa .entry-content.art-event-note .art-event-title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase; }
.art_event_category-wystawa-zbiorowa .entry-content.art-event-note .art-event-author {
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1;
  text-decoration: none;
  text-transform: none; }

.art-event-header br {
  display: none; }
.art-event-header .people-row br {
  display: block; }
.art-event-header hr {
  margin: 0.3rem 0; }
.art-event-header .people-row, .art-event-header .art-event-category, .art-event-header .art-event-series, .art-event-header .art-event-title,
.art-event-header .art-event-subtitle, .art-event-header .art-event-after-desc, .art-event-header .art-event-single-date, .art-event-header .dates .places {
  display: block; }
.art-event-header span.art-event-title, .art-event-header span.art-event-subtitle {
  display: none; }
.art-event-header .art-event-title {
  text-transform: uppercase;
  margin-bottom: 0; }
.art-event-header .art-event-subtitle {
  font-size: 1.8rem;
  /*font-weight: normal;*/ }
.art-event-header .authors {
  margin: 4rem 0;
  font-size: 1.4rem; }
  .art-event-header .authors a {
    text-decoration: none;
    font-weight: bold; }
  .art-event-header .authors .art-event-author {
    text-transform: uppercase; }
.art-event-header .dates {
  margin-bottom: 3rem;
  font-weight: bold; }
.art-event-header .art-event-series, .art-event-header .art-event-category, .art-event-header .art-event-after-desc {
  font-size: 0.9rem; }
.art-event-header .art-event-after-desc {
  margin: 1rem 0; }
.art-event-header .event-people, .art-event-header .event-single-dates {
  margin-left: 2rem; }

.tax-art_event_category .entry-content.art-event-note .counters, .tax-person_name .entry-content.art-event-note .counters {
  display: none; }

.single-art_event .art-event-main .post-navigation {
  display: none; }

/* Archives
--------------------------------------------- */
#event-years-container, #offer-list-container {
  /*    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, 132px);
  justify-content: space-between;
  grid-gap: 30px; }

#offer-list-container .art-offer-link {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0); }
  #offer-list-container .art-offer-link a {
    display: block;
    color: #1d1918; }
    #offer-list-container .art-offer-link a:hover {
      color: #d2232a; }
  #offer-list-container .art-offer-link:hover {
    /*background: $color__background-body-light;*/
    border: 1px solid #999; }
  #offer-list-container .art-offer-link .offer-link-title {
    font-size: 0.9rem;
    margin: 0; }

.site-event-archive .art-event-year-no-image {
  width: 120px;
  height: 120px; }
.site-event-archive .term-header {
  position: relative; }
.site-event-archive .term-content {
  position: relative; }
.site-event-archive .term-title {
  color: #fff;
  display: none;
  margin: 0; }
.site-event-archive .art-event-term-year > a {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
  text-decoration: none;
  color: #1d1918; }
  .site-event-archive .art-event-term-year > a:hover {
    color: #d2232a; }
.site-event-archive .art-event-term-year .year {
  margin: 0.3rem 0 0 0;
  font-size: 0.9rem; }
.site-event-archive .art-event-term-year .count {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  line-height: 27px;
  text-align: center;
  background: #d2232a;
  color: #fff;
  /*float: right;*/ }
.site-event-archive .art-event-term-year img {
  display: block;
  width: 120px;
  min-width: 120px;
  object-fit: cover; }
.site-event-archive .art-event-term-year:hover {
  /*background: $color__background-body-light;*/ }
  .site-event-archive .art-event-term-year:hover > a {
    border: 1px solid #999; }
  .site-event-archive .art-event-term-year:hover .term-title {
    display: none; }
  .site-event-archive .art-event-term-year:hover .count {
    display: none; }

/* Person/Artists
--------------------------------------------- */
.art-event-short-list-item .year {
  font-weight: bold;
  display: inline-block;
  width: 3rem; }
.art-event-short-list-item .art-event-title {
  /*margin-left: 0.5rem;*/ }
.art-event-short-list-item .entry-content {
  margin-top: 0.5rem; }

.publication-short-list-item .entry-content {
  margin-top: 0.5rem; }

/* 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 {
  width: 155px;
  display: block;
  /*margin: 15px 20px 0 20px;*/
  max-height: 95px; }
  .custom-logo-link img {
    height: 95px;
    max-height: 95px;
    width: auto;
    object-fit: cover; }

.site-description {
  margin-top: 0.3rem; }

.vp-portrait {
  display: none; }

/* 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; }

/* Galleries
--------------------------------------------- */
.zd-video {
  width: 400px; }

.is-type-video, .wp-embed-aspect-4-3, .wp-embed-aspect-16-9 {
  /*max-width: 400px;*/ }
  .is-type-video iframe, .wp-embed-aspect-4-3 iframe, .wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-block-embed__wrapper {
  height: 0px;
  position: relative; }

.wp-embed-aspect-4-3 {
  width: 400px;
  height: 300px; }
  .wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    padding-top: 75%; }

.wp-embed-aspect-16-9 {
  width: 400px;
  height: 225px; }
  .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    padding-top: 56.25%; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  top: initial;
  bottom: initial;
  background: none;
  font-size: 0.8rem;
  color: #404040;
  position: static;
  max-height: none; }

.wp-block-gallery.has-nested-images figure.wp-block-image img,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
  height: auto; }

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: block; }

.wp-block-file .wp-block-file__button {
  display: inline-block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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; }

/* Alignments
--------------------------------------------- */
.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 {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*# sourceMappingURL=style.css.map */
