/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  box-sizing: border-box; }

*:after, *:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.lightboxOverlay, .lightbox {
  z-index: 9999999999999999 !important; }

html {
  margin-top: 0 !important; }

body, html {
  font-family: 'Montserrat', arial;
  /*'Open Sans', sans-serif;  */
  font-size: 17px;
  font-weight: 400;
  background: #FFF;
  color: #000;
  line-height: 1.5em;
  text-align: center;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin: 0;
  color: #000; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    display: block; }

#wpadminbar {
  display: none; }

p {
  margin-bottom: 1rem; }

a {
  color: inherit;
  text-decoration: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.powiadomienie .centra {
  margin: 120px auto 20px; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.cien {
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.3); }

.button {
  margin: auto;
  background-image: -webkit-linear-gradient(67deg, #847550 0%, #FFD776 56%, #887851 100%);
  background-image: -o-linear-gradient(67deg, #847550 0%, #FFD776 56%, #887851 100%);
  background-image: linear-gradient(157deg, #847550 0%, #ffd776 56%, #887851 100%);
  border: 2px solid #FAF3E3;
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.15);
  border-radius: 26px;
  color: #FFF;
  font-size: 15px;
  font-weight: 900;
  text-transform: none;
  cursor: pointer;
  padding: 0 2em;
  line-height: 3; }

.wrapper {
  width: 1140px;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  text-align: left;
  z-index: 1;
  position: relative;
  max-width: 100%; }
  .wrapper.wrp {
    padding: 0 100px; }

.wrap {
  max-width: 100%; }

.form-pass {
  text-align: center;
  padding: 50px 50px 100px;
  margin-top: 120px; }
  .form-pass label {
    display: block; }

.acf-gallery {
  margin: 20px 0 60px; }
  .acf-gallery h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  .acf-gallery .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
    .acf-gallery .gallery .itmg {
      position: relative; }
      .acf-gallery .gallery .itmg a {
        border: 1px solid #eee;
        display: flex;
        overflow: hidden;
        height: 200px;
        background: #fefefe; }
        .acf-gallery .gallery .itmg a img {
          display: block;
          width: auto;
          max-width: 100%;
          margin: auto; }
      .acf-gallery .gallery .itmg .podpis {
        font-size: 9px;
        padding: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .acf-gallery .gallery .itmg .podpis span {
          display: block;
          max-width: 80%;
          text-align: right;
          overflow-x: scroll;
          white-space: nowrap; }
        .acf-gallery .gallery .itmg .podpis i {
          font-size: 18px;
          color: #000;
          cursor: pointer; }
