@charset "UTF-8";
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open sans";
  src: url("/wp-content/themes/wflorianski/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/**
 *  Playfair
 */
@font-face {
  font-family: "Playfair";
  src: url("/wp-content/themes/wflorianski/fonts/playfair/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Playfair";
  src: url("/wp-content/themes/wflorianski/fonts/playfair/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Playfair";
  src: url("/wp-content/themes/wflorianski/fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Open sans", sans-serif;
}
body input,
body button {
  font-family: "Open sans", sans-serif;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
.mb-2 {
  margin-bottom: 20px !important;
}

.homePosts__main {
  display: flex;
  margin: 0 0 30px;
}
.homePosts__main .article {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  float: left;
  height: 0;
  transition: ease 0.3s;
}
.homePosts__main .article:hover {
  opacity: 0.95;
}
.homePosts__main .article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.homePosts__main .article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homePosts__main .article__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.homePosts__main .article__content h2 {
  font-size: 35px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 10px;
}
.homePosts__main .article__content p {
  text-shadow: 0 0 3px #00000029;
  color: #fff;
  text-align: center;
}
.homePosts__main .article__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.homePosts__main .article__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.homePosts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.homePosts__list .article {
  position: relative;
  width: calc(33.3333333333% - 20px);
  padding-bottom: 32.258%;
  float: left;
  height: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  transition: ease 0.3s;
}
.homePosts__list .article:hover {
  opacity: 0.95;
}
.homePosts__list .article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.homePosts__list .article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homePosts__list .article__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}
.homePosts__list .article__content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 3px;
}
.homePosts__list .article__content p {
  text-shadow: 0 0 3px #00000029;
  color: #fff;
  text-align: center;
}
.homePosts__list .article__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.homePosts__list .article__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.homePosts__list--list .article:nth-child(3n-0) {
  margin-right: 0;
}
.homePosts__list--extra .article:last-of-type {
  margin-bottom: 0;
}
.homePosts__list--extra .article:nth-child(4n-0) {
  margin-right: 0;
}
.homePosts__list--extra .article--big {
  width: 100%;
  padding-bottom: 50%;
  margin-right: 0;
}
.homePosts__list--extra .article--big .article__content h2 {
  font-size: 58px;
  line-height: 68px;
}
.homePosts__list--extra .article--big .article__content p.lead {
  font-size: 21px;
  line-height: 28px;
}
.homePosts__list--extra .article--big .article__content p.date {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .homePosts__main {
    margin: 0 0 15px;
  }
  .homePosts__main .article__content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .homePosts__main .article__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .homePosts__main .article__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
  .homePosts__list {
    padding: 0 15px;
  }
  .homePosts__list .article {
    width: calc(33.3333333333% - 10px);
    padding-bottom: 32.46%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .homePosts__list .article__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .homePosts__list .article__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .homePosts__list .article__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
  .homePosts__list .article--big {
    width: 100%;
    padding-bottom: 50%;
    margin-right: 0;
  }
  .homePosts__list .article--big .article__content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .homePosts__list .article--big .article__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .homePosts__list .article--big .article__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .homePosts__main {
    padding: 0 15px;
  }
  .homePosts__main .article {
    width: 100%;
    padding-bottom: 73.056%;
  }
  .homePosts__list .article {
    width: 100%;
    padding-bottom: 73.056%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .homePosts__main .article__content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .homePosts__main .article__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .homePosts__main .article__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
  .homePosts__list .article__content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .homePosts__list .article__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .homePosts__list .article__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
  .homePosts__list .article--big .article__content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .homePosts__list .article--big .article__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .homePosts__list .article--big .article__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
}
.pagePosts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.pagePosts__list .article {
  position: relative;
  width: calc(25% - 23px);
  padding-bottom: 17.8498%;
  float: left;
  height: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  transition: ease 0.3s;
}
.pagePosts__list .article:last-of-type {
  margin-bottom: 0;
}
.pagePosts__list .article:hover {
  opacity: 0.95;
}
@media (min-width: 1600px) {
  .pagePosts__list .article:nth-child(4n-0) {
    margin-right: 0;
  }
}
.pagePosts__list .article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.pagePosts__list .article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagePosts__list .article__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}
.pagePosts__list .article__content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 3px;
}
.pagePosts__list .article__content p {
  text-shadow: 0 0 3px #00000029;
  color: #fff;
  text-align: center;
}
.pagePosts__list .article__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.pagePosts__list .article__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

@media (max-width: 1599px) {
  .pagePosts__list .article {
    width: calc(33.3333333333% - 20px);
    padding-bottom: 25%;
  }
  .pagePosts__list .article:nth-child(3n-0) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .pagePosts__list {
    padding: 0 15px;
  }
  .pagePosts__list .article {
    width: calc(33.3333333333% - 10px);
    padding-bottom: 32.46%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .pagePosts__list .article__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .pagePosts__list .article__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .pagePosts__list .article__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .pagePosts__list .article {
    width: 100%;
    padding-bottom: 73.056%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .pagePosts__list .article__content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .pagePosts__list .article__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .pagePosts__list .article__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
}
.archiveList__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.archiveList__list .article {
  position: relative;
  width: calc(25% - 23px);
  padding-bottom: 17.8498%;
  float: left;
  height: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  transition: ease 0.3s;
}
.archiveList__list .article:last-of-type {
  margin-bottom: 0;
}
.archiveList__list .article:hover {
  opacity: 0.95;
}
@media (min-width: 1600px) {
  .archiveList__list .article:nth-child(4n-0) {
    margin-right: 0;
  }
}
.archiveList__list .article a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.archiveList__list .article a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archiveList__list .article__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}
.archiveList__list .article__content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 3px;
}
.archiveList__list .article__content p {
  text-shadow: 0 0 3px #00000029;
  color: #fff;
  text-align: center;
}
.archiveList__list .article__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.archiveList__list .article__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

@media (max-width: 1599px) {
  .archiveList__list .article {
    width: calc(33.3333333333% - 20px);
    padding-bottom: 25%;
  }
  .archiveList__list .article:nth-child(3n-0) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .archiveList__list {
    padding: 0 15px;
  }
  .archiveList__list .article {
    width: calc(33.3333333333% - 10px);
    padding-bottom: 32.46%;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .archiveList__list .article__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .archiveList__list .article__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .archiveList__list .article__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .archiveList__list .article {
    width: 100%;
    padding-bottom: 73.056%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .archiveList__list .article__content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .archiveList__list .article__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .archiveList__list .article__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
}
.postHeading {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  height: 0;
  margin: 0 0 45px;
}
.postHeading__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.postHeading__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postHeading__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.postHeading__content h1 {
  font-size: 35px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 10px;
}
.postHeading__content p {
  text-shadow: 0 0 3px #00000029;
  color: #fff;
  text-align: center;
}
.postHeading__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.postHeading__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

@media (max-width: 1199px) {
  .postHeading {
    margin: 0 0 15px;
  }
  .postHeading__content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .postHeading__content p.lead {
    font-size: 14px;
    line-height: 19px;
  }
  .postHeading__content p.date {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .postHeading {
    padding-bottom: 73.056%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .postHeading__content h1 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 5px;
  }
  .postHeading__content p.lead {
    font-size: 13px;
    line-height: 18px;
  }
  .postHeading__content p.date {
    font-size: 9px;
    line-height: 13px;
  }
}
.postContent {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Playfair", sans-serif;
  color: #000;
}
.postContent h2 {
  font-size: 30px;
  line-height: 1.5;
}
.postContent h1,
.postContent h2,
.postContent h3,
.postContent h4,
.postContent h5,
.postContent h6 {
  font-weight: 700;
}
.postContent p {
  font-size: 18px;
  line-height: 1.5;
}
.postContent .wp-block-image {
  width: calc(100% + 400px);
  position: relative;
  left: -200px;
}
.postContent .wp-block-image.size-medium {
  width: 100%;
  left: auto;
}
.postContent .wp-block-image img {
  width: 100%;
}

@media (max-width: 1259px) {
  .postContent {
    max-width: 700px;
  }
  .postContent h2 {
    font-size: 24px;
  }
  .postContent p {
    font-size: 16px;
  }
  .postContent .wp-block-image {
    width: calc(100% + 200px);
    left: -100px;
  }
}
@media (max-width: 991px) {
  .postContent .wp-block-image {
    width: 100%;
    left: auto;
  }
  .postContent .wp-block-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .postContent {
    max-width: 540px;
  }
  .postContent h2 {
    font-size: 21px;
  }
  .postContent p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .postContent {
    padding: 0 15px;
  }
}
.postOther {
  max-width: 1200px;
  margin: 65px auto 100px;
}
.postOther__heading {
  margin: 0 0 52px;
}
.postOther__heading h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #000;
}
.postOther__list {
  display: flex;
  flex-wrap: wrap;
}
.postOther__list .article {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  transition: ease 0.3s;
}
.postOther__list .article:last-of-type {
  margin-right: 0;
}
.postOther__list .article:hover {
  opacity: 0.85;
}
.postOther__list .article__thumb {
  display: grid;
  margin: 0 0 20px;
  min-height: 280px;
}
.postOther__list .article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postOther__list .article__content {
  display: block;
}
.postOther__list .article__content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 3px #00000029;
  text-align: center;
  margin: 0 0 3px;
}
.postOther__list .article__content p {
  text-shadow: 0 0 3px #00000029;
  color: #000;
  text-align: center;
}
.postOther__list .article__content p.lead {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 2px;
}
.postOther__list .article__content p.date {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

@media (max-width: 1259px) {
  .postOther {
    max-width: 900px;
  }
  .postOther__list .article__thumb {
    min-height: 240px;
    margin: 0 0 12px;
  }
  .postOther__list .article__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .postOther {
    max-width: 700px;
    margin: 40px auto;
  }
  .postOther__heading {
    margin: 0 0 30px;
  }
  .postOther__heading h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .postOther__list .article {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
  }
  .postOther__list .article__thumb {
    min-height: 200px;
    margin: 0 0 12px;
  }
  .postOther__list .article__content h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .postOther {
    max-width: 540px;
    margin: 40px auto 30px;
  }
  .postOther__list {
    flex-direction: column;
    max-width: 100%;
  }
  .postOther__list .article {
    width: 100%;
    margin: 0 0 30px;
  }
  .postOther__list .article:last-of-type {
    margin: 0;
  }
  .postOther__list .article__thumb {
    display: block;
    height: 360px;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .postOther {
    padding: 0 15px;
  }
  .postOther__list .article__thumb {
    height: 280px;
  }
}
.pageAbout {
  max-width: 800px;
  margin: 30px auto 50px;
  position: relative;
}
.pageAbout__content {
  font-family: "Playfair", sans-serif;
  color: #000;
}
.pageAbout__content h2 {
  font-size: 30px;
  line-height: 1.5;
}
.pageAbout__content h1,
.pageAbout__content h2,
.pageAbout__content h3,
.pageAbout__content h4,
.pageAbout__content h5,
.pageAbout__content h6 {
  font-weight: 700;
}
.pageAbout__content p {
  font-size: 18px;
  line-height: 1.5;
}
.pageAbout__content .wp-block-image {
  width: 100%;
}
.pageAbout__content .wp-block-image img {
  width: 100%;
}

.aboutSidebar {
  width: 260px;
  position: absolute;
  right: -300px;
  top: 0;
}
.aboutSidebar h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #000;
}
.aboutSidebar p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #000;
}
.aboutSidebar .instagram {
  width: 100%;
  height: 60px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  border: 3px solid #000;
  transition: ease 0.3s;
}
.aboutSidebar .instagram:hover {
  opacity: 0.5;
}
.aboutSidebar .instagram img {
  width: 33px;
  height: 33px;
  margin-right: 9px;
}
.aboutSidebar .instagram span {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  color: #000;
  margin: 0;
}
.aboutSidebar .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0;
}
.aboutSidebar .logos img {
  width: 100%;
  max-width: calc(50% - 6px);
  margin: 0 0 10px;
}

@media (max-width: 1499px) {
  .pageAbout__content {
    margin: 0 auto 50px;
  }

  .aboutSidebar {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
  .aboutSidebar h3 {
    text-align: center;
  }
  .aboutSidebar p {
    text-align: center;
  }
  .aboutSidebar .logos {
    margin: 15px 0 0;
  }
}
@media (max-width: 991px) {
  .pageAbout__content {
    max-width: 700px;
  }
  .pageAbout__content h2 {
    font-size: 24px;
  }
  .pageAbout__content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pageAbout__content {
    max-width: 540px;
  }
  .pageAbout__content h2 {
    font-size: 21px;
  }
  .pageAbout__content p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .pageAbout {
    margin: 0 auto 30px;
  }
  .pageAbout__content {
    padding: 0 15px;
    margin: 0 auto 26px;
  }

  .aboutSidebar {
    width: 100%;
    max-width: 290px;
    padding: 0 15px;
  }
}
.pageCookies {
  max-width: 800px;
  margin: 30px auto 50px;
  position: relative;
}
.pageCookies__content {
  font-family: "Playfair", sans-serif;
  color: #000;
}
.pageCookies__content h2 {
  font-size: 30px;
  line-height: 1.5;
}
.pageCookies__content h1,
.pageCookies__content h2,
.pageCookies__content h3,
.pageCookies__content h4,
.pageCookies__content h5,
.pageCookies__content h6 {
  font-weight: 700;
}
.pageCookies__content p {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1499px) {
  .pageCookies__content {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .pageCookies__content {
    max-width: 700px;
  }
  .pageCookies__content h2 {
    font-size: 24px;
  }
  .pageCookies__content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pageCookies__content {
    max-width: 540px;
  }
  .pageCookies__content h2 {
    font-size: 21px;
  }
  .pageCookies__content p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .pageCookies {
    margin: 0 auto 30px;
  }
  .pageCookies__content {
    padding: 0 15px;
    margin: 0 auto 26px;
  }
}
.page404 {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page404 h1 {
  font-size: 150px;
  line-height: 1;
  font-family: "Playfair", sans-serif;
  margin: -100px 0 0;
  text-align: center;
  color: #000;
}

@media (max-width: 991px) {
  .page404 h1 {
    font-size: 100px;
    margin: -50px 0 0;
  }
}
.siteHeader {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 1000;
  transition: ease 0.3s;
}
.siteHeader__menu {
  display: flex;
  align-items: center;
}
.siteHeader__menu .menu-toggle {
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  background: unset;
  border: 0;
  border-radius: 0;
  position: relative;
  z-index: 1000;
}
.siteHeader__menu .menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-2px, 0);
}
.siteHeader__menu .menu-toggle.active span:nth-child(2) {
  transform: rotate(45deg) translate(-5px, -3px);
}
.siteHeader__menu .menu-toggle span {
  width: 20px;
  height: 2px;
  background-color: #000;
  border-radius: 3px;
  margin: 0 0 5px;
  transition: ease 0.3s;
}
.siteHeader__menu .menu-toggle span:last-of-type {
  margin: 0;
}
.siteHeader__menu .lang {
  list-style: none;
  padding: 0;
  margin: 0 15px 0 0;
}
.siteHeader__menu .lang li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  transition: ease 0.3s;
  padding: 10px;
}
.siteHeader__menu .lang li a:hover {
  opacity: 0.75;
}
.siteHeader__menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteHeader__menu ul li {
  margin-right: 15px;
  position: relative;
}
.siteHeader__menu ul li:last-of-type {
  margin-right: 0;
}
.siteHeader__menu ul li.menu-item-has-children > a {
  position: relative;
  z-index: 11;
}
.siteHeader__menu ul li.menu-item-has-children:hover .sub-menu {
  z-index: 10;
  display: block !important;
}
.siteHeader__menu ul li a {
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  font-weight: 900;
  color: #000;
  transition: ease 0.3s;
}
.siteHeader__menu ul li a:hover {
  opacity: 0.75;
}
.siteHeader__menu ul li .sub-menu {
  display: none !important;
  position: absolute;
  top: 25px;
  left: 0;
  background: #fff;
  width: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 20px;
}
.siteHeader__menu ul li .sub-menu li {
  margin: 0 0 5px;
}
.siteHeader__menu ul li .sub-menu li:last-of-type {
  margin: 0;
}
.siteHeader__menu ul li .sub-menu li a {
  font-weight: 900;
}
.siteHeader__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
}
.siteHeader__logo a {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin: 0;
}
.siteHeader__social {
  display: flex;
  align-items: center;
}
.siteHeader__social a {
  font-size: 14px;
  line-height: 19px;
  margin-right: 25px;
  padding: 10px;
  font-weight: 900;
  color: #000;
  transition: ease 0.3s;
}
.siteHeader__social a:hover {
  opacity: 0.75;
}
.siteHeader__social a.instagram {
  display: block;
  width: 33px;
  height: 33px;
  margin-right: 0;
  padding: 0;
}
.siteHeader__social a.instagram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.siteHeader--shadow {
  box-shadow: 0 0 30px #00000029;
}
.siteHeader--scrolled {
  top: -110px;
}

@media (max-width: 767px) {
  .siteHeader {
    min-height: 60px;
    padding: 0 15px;
  }
  .siteHeader__menu .menu-toggle {
    display: flex;
  }
  .siteHeader__menu .lang {
    display: none;
  }
  .siteHeader__menu ul {
    display: none;
  }
  .siteHeader__logo a {
    font-size: 16px;
  }
  .siteHeader__social a {
    display: none;
  }
  .siteHeader__social a.instagram {
    display: block;
    width: 25px;
    height: 25px;
  }
  .siteHeader--scrolled {
    top: -70px;
  }
}
.menuMobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 999;
  pointer-events: none;
  transition: ease 0.5s;
}
.menuMobile--ready {
  left: 0;
}
.menuMobile--active {
  pointer-events: all;
}
.menuMobile--active .menuMobile__wrap,
.menuMobile--active .menuMobile__lang {
  opacity: 1;
}
.menuMobile__wrap {
  opacity: 0;
  transition: ease 0.3s;
}
.menuMobile__wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuMobile__wrap ul li {
  text-align: center;
  margin: 0 0 20px;
}
.menuMobile__wrap ul li a {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.menuMobile__wrap ul li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 15px;
}
.menuMobile__wrap ul li .link .open-sub-menu {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition: ease 0.3s;
}
.menuMobile__wrap ul li .link .open-sub-menu.active {
  transform: translate(0, -50%) rotate(-180deg);
}
.menuMobile__wrap ul li .link .open-sub-menu:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/wflorianski/images/icons/sub-menu-ico.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.menuMobile__wrap ul li .sub-menu {
  display: none;
  margin: 10px 0 0;
}
.menuMobile__wrap ul li .sub-menu li {
  margin: 0 0 10px;
}
.menuMobile__wrap ul li .sub-menu li a {
  font-size: 14px;
  line-height: 1.3;
}
.menuMobile__lang {
  display: block;
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
  opacity: 0;
  transition: ease 0.3s;
}
.menuMobile__lang li a {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.siteFooter {
  padding: 28px 30px 55px;
}
.siteFooter__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteFooter__wrap .copy p {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  text-align: left;
  margin: 0;
}
.siteFooter__wrap .copy p a {
  color: #000;
  text-decoration: underline;
  transition: ease 0.3s;
}
.siteFooter__wrap .copy p a:hover {
  opacity: 0.75;
}
.siteFooter__wrap .author p {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  text-align: right;
  margin: 0;
}
.siteFooter__wrap .author p a {
  color: #000;
  text-decoration: underline;
  transition: ease 0.3s;
}
.siteFooter__wrap .author p a:hover {
  opacity: 0.75;
}

@media (max-width: 1199px) {
  .siteFooter {
    padding: 25px 15px 50px;
  }
}
@media (max-width: 767px) {
  .siteFooter {
    padding: 15px 15px 25px;
  }
  .siteFooter__wrap {
    flex-direction: column;
  }
  .siteFooter__wrap .copy {
    margin: 0 0 8px;
  }
  .siteFooter__wrap .copy p {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
  .siteFooter__wrap .author p {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
}
html[lang=en-GB] #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.change-settings-button {
  margin: 0 181px 0 0;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  max-width: 700px;
  left: 20px;
  bottom: 20px;
  background-color: #fff !important;
  border: 1px solid #000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 40px 30px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  margin: 0 0 30px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  flex-direction: row-reverse;
  padding: 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  border-radius: 0;
  height: 46px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  opacity: 0.85 !important;
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.change-settings-button {
  padding: 0;
  color: #000 !important;
  background: unset !important;
  text-decoration: underline;
  opacity: 1 !important;
  box-shadow: none !important;
  margin: 0 132px 0 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-close-btn {
  position: absolute;
  height: auto;
  background-color: #fff !important;
  color: #000 !important;
  top: 0;
  right: 0;
  width: 25px;
  cursor: pointer;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-close-btn:hover {
  opacity: 0.7 !important;
}

@media (max-width: 767px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    max-width: calc(100vw - 30px);
    left: 15px;
    bottom: 15px;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    padding: 30px 20px 25px;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    margin: 0 0 12px;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    flex-direction: column-reverse;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
    height: 36px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto 10px !important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.change-settings-button {
    margin: 0 auto 20px !important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all {
    margin: 0 auto;
  }
}
.fleximage {
  width: calc(100% + 400px);
  position: relative;
  left: -200px;
  display: flex;
  justify-content: space-between;
}
.fleximage__image {
  display: block;
  width: calc(50% - 10px);
  position: relative;
}
.fleximage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1250px) {
  .fleximage {
    width: calc(100% + 200px);
    left: -100px;
  }
}
@media (max-width: 1250px) {
  .fleximage {
    width: 100%;
    left: auto;
    display: block;
  }
  .fleximage__image {
    display: flex;
    width: 100%;
  }
  .fleximage__image:first-of-type {
    margin: 0 0 1em;
  }
}
/*!
Theme Name: Wojciech Floriański
Theme URI: http://underscores.me/
Author: Codestick
Author URI: https://codestick.pl/
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: wflorianski
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.

Wojciech Floriański 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/
*/
/**
 *	Global
 */
/**
 *	Pages
 */
/**
 *	Partials
 */
a {
  text-decoration: none;
  outline: none;
}

main {
  min-height: calc(100vh - 202px);
}

@media (max-width: 767px) {
  main {
    min-height: calc(100vh - 140px);
  }
}

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