/*
Theme Name: Zakole Theme
Author: Tadek Rzewuski
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

@font-face {
  font-family: "Swiss 721 Bold Rounded";
  src: url("./fonts/Swiss 721 Bold Rounded.ttf");
}

@font-face {
  font-family: "DIN Alternate";
  src: url("./fonts/DIN Alternate Bold.ttf");
}

@font-face {
  font-family: "DINE";
  src: url("./fonts/DIN Alternate Bold.ttf");
}

@font-face {
  font-family: "Crimson-regular";
  src: url("./fonts/Crimson Text/CrimsonText-Regular.ttf");
}

@font-face {
  font-family: "Crimson-bold";
  src: url("./fonts/Crimson Text/CrimsonText-Bold.ttf");
}

@font-face {
  font-family: "AG-Book";
  src: url("./fonts/AGBookRounded-Bold.otf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 0.083333333333vw;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 1px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li {
  margin: 0rem;
  padding: 0rem;
  border-style: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
  position: relative;
  cursor: pointer !important;
}

a.block,
a:visited.block {
  display: block;
  padding: 0.5em;
}

a:hover {
  text-decoration: underline;
}

h2,
.h2 {
  font-size: 20rem;
  font-family: "DINE", "DIN Alternate", sans-serif;
  line-height: 23rem;
}

::-moz-selection {
  background: #ea5b52;
}

::selection {
  background: #ea5b52;
}

.menu a:after,
.menu a:visited:after {
  content: "";
  height: 2rem;
  position: absolute;
  bottom: 9rem;
  left: 0;
  width: 0%;
  background: #000;
  transition: 0.15s;
}

.menu a:hover:after,
.menu a:visited:hover:after {
  width: 100%;
}

header {
  position: relative;
}

.search-form-zakole {
  position: relative;
  width: 35rem;
  height: 26rem;
  margin: 1rem 0 0 15rem;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  /* .search-form-zakole {
    margin: 0 0 0 15rem;
  } */
}

#searcher-show {
  opacity: 1;
}

#searcher-close {
  position: absolute;
  top: 4rem;
  left: 0rem;
  height: 22rem;
  z-index: -1;
  opacity: 0;
}

.menu-hamburger {
  display: none;
  cursor: pointer;
  font-weight: bold;
}

.menu-hamburger .line {
  width: 30rem;
  height: 3rem;
  background: #3a3a3a;
  display: block;
  border-radius: 1.5rem;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js-filter-change {
  display: block;
  padding-top: 3rem;
}

@media only screen and (max-width: 850px) {
  #menu-single-button {
    flex-direction: column;
    display: flex;
  }

  .menu-wrap-context {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 110vw;
    background: white;
    z-index: 300;
    transition: left 0.3s;
  }
  .menu-hamburger {
    display: block;
    z-index: 500;
    position: fixed;
    right: 30rem;
    font-size: 22rem;
    top: 17rem;
  }

  .line-top-filters {
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
  }

  .js-filter-change {
    align-self: flex-start;
    margin: 0 auto 15rem;
  }

  .search-form-zakole {
    margin: 0 10rem 0 0rem;
  }
}

.menu-shown {
  left: 0vw;
}

body {
  margin: 0rem;
  padding: 0rem;
  position: relative;
  width: 100%;
  font-family: "Crimson-regular", serif;
  font-size: 16rem;
  background-color: #ffffff;
  min-height: 100%;
}

h1,
h2 {
  margin-bottom: 15rem;
}

p {
  line-height: 19rem;
  margin-bottom: 15rem;
}

.page-content {
  position: relative;
  margin-top: 60rem;
}

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 27rem 0rem 27rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

@media only screen and (max-width: 1000px) {
  .top-head {
    height: 55rem;
  }
}

/* @media only screen and (max-width: 780px) {
  .top-head {
    padding: 30rem 30rem;
  }
} */

.right-top-head {
  display: flex;
}

.top-logo {
  font-family: "AG-Book";
  font-size: 30rem;
  font-weight: bold;
  margin-right: 10rem;
}

/* @media only screen and (max-width: 1000px) {
  .top-logo {
    font-size: 35rem;
  }
} */

.menu-zakole-pl-container,
.menu-zakole-en-container {
  align-items: center;
  display: flex;
  font-size: 23rem;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .menu-zakole-pl-container,
  .menu-zakole-en-container {
    font-size: 18rem;
  }
}

@media only screen and (max-width: 600px) {
  .menu {
    display: none;
    flex-direction: column;
  }
}

.menu li {
  margin-right: 35rem;
  list-style: none;
  display: inline-block;
}

@media only screen and (max-width: 1100px) {
  .menu li {
    margin-right: 15rem;
  }
}

.background-image-zakole {
  height: 100vh;
  width: calc(100vw - 20px);
  position: fixed;
  background-image: url(./img/zakole_mapa.jpg);
  background-position: center calc(50% - 40rem);
  background-repeat: no-repeat;
  background-size: 55%;
  z-index: -100;
}

@media only screen and (max-width: 700px) {
  .background-image-zakole {
    background-position: center calc(50% - 40rem);
    background-size: 60%;
  }
}

.lang-switch {
  font-family: "Swiss 721 Bold Rounded";
  font-size: 28rem;
  font-weight: bold;
}

footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 23rem;
  z-index: 600;
}

.social-media {
  display: flex;
  padding-right: 3rem;
  padding-top: 5rem;
}

.social-icon-fb {
  margin: 0rem;
  height: 28rem;
  width: 29rem;
}

.social-icon-ig {
  margin: 0rem;
  height: 29rem;
  width: 25rem;
  margin-left: 1rem;
}

.bloge-hidden {
  transform: scale(0);
}

.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 33.3% [col-start]);
  /* min-height: calc(150vh - 150px); */
  width: 100%;
  padding: 0 30rem;
  align-items: center;
}

.align-items {
  align-items: flex-start;
}

@media (max-width: 576px) {
  .grid {
    display: flex;
    flex-direction: column;
    /* min-height: calc(150vh - 150px); */
  }
}

.grid-sorted,
.grid-sorted-not-remove {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.grid-sorted .item,
.item-about,
.grid-sorted-not-remove .item {
  max-width: 270rem;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.item,
.item-about {
  display: block;
  position: relative;
  min-width: 150rem;
  margin: 5rem;
  z-index: 1;
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  padding: 0rem;
  font-size: 13rem;
  overflow: hidden;
  cursor: move;

  max-width: 270rem;
}

@media only screen and (max-width: 768px) {
  .item,
  .item-about {
    max-width: 350rem;
  }
}

@media (max-width: 576px) {
  .item,
  .item-about {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 5rem auto;
    width: 100%;
    cursor: default;
  }
}

.item-about .item-content {
  /* padding: 20rem 10rem !important; */
}

.item-about {
  min-width: 200rem;
}

.simple-post {
  background: none;
  border: none;
}

.simple-post-both {
  background: none;
  border: none;
}

.simple-post-both .image-in-tile img:after {
  content: " ";
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}

.simple-post-both:hover .image-in-tile img:after {
  opacity: 1;
}

.simple-post-both:hover .image-in-tile {
  background-color: #d6847f;
  /* background-color: #ea5b52; */
}

.simple-post-both:hover .image-in-tile img {
  opacity: 0.3;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.simple-post-both .other-in-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  margin: 0;
}

.other-in-title h2 {
/*   line-height: 135%; */
}

.other-in-title,
.content-pop-up2 > p,
.content-pop-up2 > a {
  margin: 10rem;
  line-height: 140%;
  font-size: 16rem;
}

.other-in-title:empty {
  display: none;
}

#content-pop-up {
  margin: 0 auto;
}

#content-pop-up img {
  height: auto !important;
}

.wp-block-image {
  object-fit: cover;
  overflow: hidden;
  max-width: initial;
}

.load-image-front {
  height: 600rem;
  max-width: initial;
}

.wp-block-image img {
  height: 600rem;
  /* max-width: initial; */
}

.other-in-title-with-featured {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 100;
  width: 100%;
  padding: 15rem;
}

.content-pop-up2:hover > .other-in-title-with-featured {
  opacity: 1;
}

.image-in-tile {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
  max-height: 450rem;
}

.image-in-tile {
  opacity: 1;
}

.content-pop-up2:hover > .image-in-tile-hover {
  opacity: 0;
}

.image-in-tile img {
  width: 100%;
  height: auto;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-about {
  width: min-content !important;
  cursor: default;
}

.pop-up-a {
  top: 10rem;
  display: block;
  height: initial;
  z-index: -1;
  display: none;
  /* background-image: url(./img/zakole_mapa.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%; */
}

.pop-up-c,
.overlay-inactive {
  display: block;
  position: fixed;
  top: 100rem;
  left: 23rem;
  right: 23rem;
  z-index: 100;
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  padding: 2rem;
  font-size: 14rem;
  min-height: 50vh;
  padding: 25rem;
  opacity: 0;
  line-height: 18rem;
  height: calc(100vh - 160rem);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 100;
}

.pop-up-c::-webkit-scrollbar,
.overlay-inactive::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 576px) {
  .pop-up-c,
  .overlay-inactive {
    height: calc(100vh - 220rem);
  }
}

.pop-up-welcome-show {
  display: block;
  position: fixed;
  top: 70rem;
  left: 50rem;
  right: 50rem;
  width: calc(100% - 100rem);
  z-index: 100;
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  font-size: 14rem;
  min-height: 50vh;
  line-height: 18rem;
  max-height: calc(100vh - 140rem);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  font-size: 12rem;
  padding: 35rem;
  opacity: 1;
  z-index: 150;
}

@media only screen and (max-width: 576px) {
  .pop-up-welcome-show {
    left: 20rem;
    right: 20rem;
    width: calc(100% - 40rem);
  }
}

.pop-up-welcome-show .close-button {
  right: 62rem;
}

@media only screen and (max-width: 576px) {
  .pop-up-welcome-show .close-button {
    right: 34rem;
  }
}

.pop-up-welcome-hidden {
  opacity: 0;
  height: 0;
  z-index: -1;
  max-height: 0;
  transform: scale(0);
}

.pop-up-content-hidden {
  display: block;
  position: fixed;
  height: calc(100vh - 160rem);
  min-height: 50vh;
  top: 60rem;
  left: 6rem;
  right: 6rem;
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  padding: 25rem 30rem;
  font-size: 14rem;
  line-height: 18rem;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: -1;
}

.pop-up-content-shown {
  opacity: 1;
  height: auto;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 100;
}

.pop-up-welcome-show::-webkit-scrollbar,
.pop-up-content-show::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup {
  position: relative;
}

.active-pop-up-main,
.overlay-active {
  opacity: 1;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 200;
}

.active-pop-up-main {
  /* width: calc(100% - 50rem); */
  display: block;
  height: calc(100vh - 105rem);
}

.active-pop-up-main::-webkit-scrollbar,
.overlay-active::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.overlay-inactive {
  display: block;
  top: 100rem;
  z-index: 100;
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  padding: 2rem;
  font-size: 12rem;
  min-height: 50vh;
  padding: 30rem;
  opacity: 1;
  height: auto;
  z-index: -1;
}

.overlay-active {
  opacity: 0;
  height: 0;
  z-index: 100;
}

button {
  border: none;
  background: none;
  font-size: 18rem;
  font-style: italic;
  cursor: pointer;
  padding: 0;
  margin-bottom: 15rem;
}

.close-button {
  position: fixed;
  top: 75rem;
  right: 20rem;
  font-size: 24rem;
  cursor: pointer;
  z-index: 10000;
  font-family: "Crimson-bold";
}

.post-load-button {
  cursor: pointer;
}

.filters-wrap {
  align-items: center;
  display: flex;
}

.line-top-filters,
#menu-single-button {
  display: flex;
  flex-wrap: wrap;
  min-height: 32rem;
}

.line-top-filters span,
#menu-single-button span,
.filter-apply {
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
  margin-right: 30rem;
  color: #000000;
}

@media only screen and (max-width: 900px) {
  .line-top-filters span,
  #menu-single-button span,
  .filter-apply {
    font-size: 20rem;
    margin-right: 15rem;
  }
}

@media only screen and (max-width: 700px) {
  .line-top-filters span,
  #menu-single-button span,
  .filter-apply {
    font-size: 23rem;
  }
}

.line-top-filters span:after,
.line-top-filters span:visited:after {
  content: "";
  height: 2rem;
  position: absolute;
  bottom: 11rem;
  left: 0;
  width: 0%;
  background: #000;
  transition: 0.15s;
}

@media only screen and (max-width: 850px) {
  .line-top-filters span:after,
  .line-top-filters span:visited:after {
    bottom: 13.5rem;
  }
}

.line-top-filters span:hover:after,
.line-top-filters span:visited:hover:after {
  width: 100%;
}

.line-top-filters input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.line-top-filters input:checked ~ span:after {
  width: 100%;
}

.sorted,
.sorted-not-remove {
  display: inline-block;
  position: static;
}

.link-url {
  padding: 10rem;
  font-size: 23rem;
  width: min-content;
  font-weight: bold;
  font-family: "DINE", "DIN Alternate", sans-serif;
  text-align: center;
}

.napisz-do-nas {
  padding: 50rem;
  font-size: 23rem;
  width: auto;
  font-weight: bold;
  font-family: "DINE", "DIN Alternate", sans-serif;
}

.o-projekcie {
  padding: 100rem;
  font-size: 23rem;
  width: auto;
  font-weight: bold;
  font-family: "DINE", "DIN Alternate", sans-serif;
}

.low-z-index {
  z-index: 0;
}

.screen-reader-text {
  display: none;
}

.searchform {
  opacity: 0;
  width: 0;
  /* transition: 0.3s; */
  z-index: -1000;
  transform: scale(0);
}

.visible-search {
  opacity: 1;
  width: auto;
  z-index: 1000;
  transform: none;
}

.searchform input {
  width: 0vw;
  height: 28rem;
  position: absolute;
  top: 1rem;
  right: 70rem;
  opacity: 1;
  border: 3rem solid black;
  padding-left: 8rem;
  font-family: "Lora", serif;
  font-size: 16rem;
  font-weight: bold;
}
.searchform input:active,
.searchform input:focus,
#mc_embed_signup input.button:focus {
  outline: none;
  /* border: none; */
}

@media only screen and (max-width: 992px) {
  .searchform input {
    right: 60rem;
  }
}

@media only screen and (max-width: 850px) {
  .searchform input {
    top: 50rem;
    right: 40%;
    transform: translate(50%, 0);
  }
}

.visible-search input[type="text"] {
  width: 70vw !important;
}

#searchsubmit {
  width: 0rem;
  height: 23rem;
  position: absolute;
  top: 3rem;
  right: 74rem;
  border-top: 1rem solid black;
  border-right: 1rem solid black;
  border-bottom: 1rem solid black;
  border-left: none;
  background: none;
  font-family: "DINE", "DIN Alternate", sans-serif;
  font-size: 18rem;
  font-weight: 600;
  border: none;
  text-transform: lowercase;
}

@media only screen and (max-width: 850px) {
  #searchsubmit {
    top: 53rem;
    right: -25vw;
  }
}

.visible-search #searchsubmit {
  width: 70rem;
}

@media only screen and (max-width: 850px) {
  .do-dissapear .searchform input {
    width: 300rem;
    height: 25rem;
    opacity: 1;
    top: -40vh;
    right: -180rem;
    height: 27rem;
  }

  .do-dissapear #searchsubmit {
    right: -178rem;
    width: 70rem;
    font-family: Lora;
    font-size: 17rem;
    top: -40vh;
    height: 23rem;
  }
}

.hidden-policy {
  max-width: 650rem;
}

.accept-wrap {
  position: absolute;
  bottom: 30rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  padding: 30rem 20rem;
  text-align: left;
  font-size: 15rem;
  font-weight: 500;
  line-height: 25rem;
  font-style: normal;
  width: 260rem;
}

.accept-wrap:before {
  content: "X";
  position: absolute;
  top: 6rem;
  right: 10rem;
  font-family: "Lora", serif;
}

.opacity-none {
  opacity: 0 !important;
}

.opacity-one {
  opacity: 1 !important;
}

#mc_embed_signup {
  clear: left;
  position: relative;
  height: 50rem;
  font-family: "Lora", serif;
  width: 260rem;
  z-index: 20;
}

#mc_embed_signup_scroll {
  width: 100%;
  max-width: 350rem;
  height: 50rem;
  display: block;
  position: relative;
}

#mc_embed_signup input.email {
  position: absolute;
  width: 100%;
  border: 3rem solid black;
  border-radius: 0;
  font-family: "Lora", serif;
  font-size: 16rem;
  font-weight: 600;
  padding-right: 35rem;
}

#mc_embed_signup .clear {
  /* clear: none; */
  display: block;
  position: absolute;
  right: 0;
}

#mc_embed_signup input.button {
  display: block;
  position: relative;
  width: 35%;
  margin: 0 0 0 0;
  min-width: 40rem;
  z-index: 10;
  right: 0;
  height: 23rem;
}

#mc_embed_signup .button {
  clear: both;
  background: none;
  border: 0 none;
  border-radius: 0;
  letter-spacing: 0.03em;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 15rem;
  height: 32rem;
  line-height: 32rem;
  margin: 0 5rem 10rem 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  transition: none;
}

#mc_embed_signup .button:hover {
  background: none;
}

#about-first,
#about-first-en {
  top: 71% !important;
  left: auto !important;
  right: 9% !important;
  position: absolute;
  display: block;
  z-index: 20;
}

#about-second,
#about-second-en {
  top: 61% !important;
  left: auto !important;
  right: 6% !important;
  position: absolute;
  display: block;
  z-index: 20;
}

#about-third,
#about-third-en {
  font-size: 12rem;
  padding: 10rem;
  font-family: "DIN Alternate";
}

#mc_embed_signup {
  top: 87% !important;
  left: auto !important;
  right: 40% !important;
  position: absolute;
  display: block;
}

#about-third,
#about-third-en {
  top: 58% !important;
  left: 8% !important;
  right: 2% !important;
  position: absolute;
  display: block;
  z-index: 20;
}

.about-122,
.about-123,
.about-126 {
  top: 10% !important;
  left: 15% !important;
  right: 2% !important;
  position: absolute;
  display: block;
  z-index: 20;
}

.about-121,
.about-124 {
  top: 27% !important;
  left: 5% !important;
  right: auto !important;
  position: absolute;
  display: block;
}

.about-125 {
  top: 5% !important;
  left: 40% !important;
  right: 2% !important;
  position: absolute;
  display: block;
}

.about-812,
.about-822 {
  background: none;
  border: none;
  max-width: 500rem;
  top: 39% !important;
  left: 59% !important;
  transform: translate(-50%, -50%);
}

.about-812 .item-content,
.about-822 .item-content {
  position: relative;
}

.about-812 .content-pop-up2 a,
.about-822 .content-pop-up2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min-content;
  line-height: 120%;
}

.about-812 .image-in-tile,
.about-822 .image-in-tile {
  position: relative;
  width: 400rem;
}

@media (max-width: 576px) {
  #about-first,
  #about-second,
  #about-first-en,
  #about-second-en,
  #about-third,
  #about-third-en,
  #mc_embed_signup,
  .about-122,
  .about-121,
  .about-123,
  .about-124,
  .about-125,
  .about-822,
  .about-812,
  .zakole-mapa {
    position: relative !important;
    top: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin: 25rem auto;
    transform: translate(0%, 0%) !important;
    max-width: 100%;
  }

  .about-812 .image-in-tile,
  .about-822 .image-in-tile {
    width: 100%;
  }
}

.autor {
  margin-top: -15rem;
  font-size: 16rem;
  font-weight: bold;
}

.autor:empty {
  display: none;
}

.rodzaj-dok {
  font-size: 14rem;
  font-family: "DINE", "DIN Alternate", sans-serif;
}

#search-btp {
  position: absolute;
  height: 100%;
  width: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: initial !important;
  touch-action: initial !important;
}

.wp-block-columns {
  margin-bottom: 0rem;
}

@media (max-width: 600px) {
  .odwroc-kolumne {
    flex-direction: column-reverse !important;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-youtube figcaption {
  display: flex;
  justify-content: center;
}

.wp-block-embed-youtube figcaption sub {
  line-height: 1.5;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 40rem;
  }
}

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 32rem;
  }
}

@media (min-width: 600px) {
  .pionowe-zdjecie img {
    width: 27vw;
  }
}

figcaption {
  font-family: "DIN Alternate";
  font-size: 12rem;
}

.add-image {
  background-image: url("./img/bobry3.JPG");
  background-size: cover;
  height: 100%;
  min-height: 280rem;
  width: 100%;
}

#cookie-notice {
  background: #dfe592;
  color: #000;
  border: solid 3rem #000;
  /* padding: 25rem 45rem; */
  font-size: 14rem;
  line-height: 18rem;
  left: 50%;
  top: calc(45rem + 42%);;
  bottom: auto;
  transform: translate(-50%, -50%);
  max-width: 700rem;
  min-width: initial;
  max-height: 82vh;
  overflow-y: scroll;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  height: auto;
  font-family: "Crimson-regular", serif;
}

#cookie-notice::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  #cookie-notice {
    max-width: 98vw;
  }
}

.cookie-notice-container {
  padding: 30rem;
  text-align: left;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cookie-notice-hidden {
  border: none !important;
}

.cn-set-cookie {
  position: absolute !important;
  top: 30rem;
  right: 25rem;
  font-family: "DIN Alternate";
  font-weight: bold;
  color: #000 !important;
  background-color: transparent !important;
  border: solid 2rem #000 !important;
  border-radius: 0 !important;
  padding: 5rem 13rem !important;
}

.cn-close-icon {
  display: none;
}

.button-text-pop {
  font-weight: 600;
  /* max-width: 215rem; */
  padding-right: 100rem;
  font-family: "DIN Alternate";
  text-align: left;
}

.pl-6 {
  padding-left: 20rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .pl-6 {
    padding-left: 0;
  }
}

.zakole-mapa {
  position: absolute;
  width: min-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.napis-mapa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23rem;
  font-family: "DINE", "DIN Alternate", sans-serif;
  font-weight: bold;
  text-align: center;
}

.zakole-mapa img {
  width: 400rem !important;
  max-width: 400rem;
}

@media (max-width: 767px) {
  .zakole-mapa img {
    width: 100% !important;
    max-width: 100%;
  }
}
