@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");

body {
  font-family: Inter, Calibri, sans-serif;
}

body.home h2,
h1.entry-title,
h1.page-title {
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1.8px;
}

body.home #header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: transparent;
}

body.home #header .navbar .navbar-wrapper {
  color: #ffffff;
  background: transparent;
}

body #header .navbar .navbar-wrapper::before,
body #header .navbar .navbar-wrapper::after {
  display: none;
}

.vct-cart-wrapper {
  position: static !important;
}

body #header .navbar {
  padding-top: 1rem;
}

body:not(.home) .header-link {
  color: #000000;
}

body.home .header-link {
  color: #ffffff;
}

.header-link span {
  display: block;
}

.header-spant {
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
}

.header-spanb {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
}

body #header .navbar .navbar-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body #header #menu-menu-glowne a {
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.5;
}

body #header #menu-menu-glowne a:hover {
  text-decoration: underline;
}

body.home #header #menu-menu-glowne a {
  color: #ffffff;
}

body.home #header .vct-cart-wrapper svg g > g {
  fill: #ffffff !important;
}

body.home #header .navbar-toggle .icon-bar {
  background: #ffffff;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../images/home-bg.jpg") no-repeat center top / cover;
}

.banner::before,
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 50%;
}

.banner::before {
  border-bottom: 130px solid #f2f2f2;
  border-right: 100vw solid transparent;
}

.banner::after {
  border-bottom: 130px solid #f2f2f2;
  border-left: 100vw solid transparent;
}

.banner__wrapper {
  width: 1200px;
  max-width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner__figure {
  padding-right: 5%;
}

.banner__text {
  color: #ffffff;
}

.banner__title {
  margin-bottom: 2rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -2px;
}

.banner__author {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}

body.home .main-content {
  padding-bottom: 0;
}

body.home .mywrapper .container {
  width: 100%;
}

body.home .mywrapper .container .vc_row > .vc_column_container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body.home .mywrapper .container .entry-content > .vc_row {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10rem;
}

body.home .mywrapper .container .entry-content > .vc_row.bg-white,
body.home .mywrapper .container .entry-content > .vc_row.author {
  padding-top: 0;
}

body.home .mywrapper .container .vc_row.bg-grey::before,
body.home .mywrapper .container .vc_row.bg-white::before,
body.home .mywrapper .container .vc_row.bg-grey::after,
body.home .mywrapper .container .vc_row.bg-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 50%;
}

body.home .mywrapper .container .vc_row.bg-grey::before {
  border-bottom: 130px solid #ffffff;
  border-right: 100vw solid transparent;
}

body.home .mywrapper .container .vc_row.bg-grey::after {
  border-bottom: 130px solid #ffffff;
  border-left: 100vw solid transparent;
}

body.home .mywrapper .container .vc_row.bg-white::before {
  border-bottom: 130px solid #f2f2f2;
  border-right: 100vw solid transparent;
}

body.home .mywrapper .container .vc_row.bg-white::after {
  border-bottom: 130px solid #f2f2f2;
  border-left: 100vw solid transparent;
}

body.home .mywrapper .container .vc_row.bg-grey {
  background: #f2f2f2 !important;
}

.more-linkp {
  margin-top: 1rem !important;
  padding-top: 1.5rem;
  text-align: center;
  border-top: 1px solid #dddddd;
}

.more-link {
  font-size: 16px;
  font-weight: 600;
  color: #636363 !important;
  border-bottom: none !important;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline !important;
}

.vc_row.vc_row-flex.about-flex {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.vc_row.vc_row-flex.about-flex img {
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
}

.vc_grid-container.vc_basic_grid.blog-posts {
  margin-bottom: 0 !important;
}

.vc_grid-container.vc_basic_grid.blog-posts {
  margin-bottom: 0 !important;
}

.vc_grid-container.vc_basic_grid.blog-posts .vc_gitem-zone.vc_gitem-zone-a {
  max-height: 350px;
}

.vc_grid-container.vc_basic_grid.books
  .vc_gitem-post-data-source-post_title
  h5 {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  letter-spacing: -1.6px;
}

.vc_grid-container.vc_basic_grid.books
  .vc_gitem-woocommerce.vc_gitem-woocommerce-product-price_html {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -1.2px;
}

.vc_grid-container.vc_basic_grid.blog-posts
  .vc_gitem-post-data-source-post_title {
  margin-top: 1rem;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  letter-spacing: -1.6px;
}

.vc_grid-container.vc_basic_grid.books .vc_gitem-zone.vc_gitem-zone-c,
.vc_grid-container.vc_basic_grid.blog-posts .vc_gitem-zone.vc_gitem-zone-c {
  background: transparent !important;
}

.vc_grid-container.vc_basic_grid.blog-posts
  .vc_gitem-post-data-source-post_excerpt,
.vc_grid-container.vc_basic_grid.blog-posts .wpulike,
.vc_grid-container.vc_basic_grid.blog-posts .vc_btn3-container {
  display: none;
}

#footer .footer-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5rem;
}

#footer .footer-socials ul li {
  float: none;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}

#footer .footer-socials ul li a,
#footer .footer-socials ul li a:active,
#footer .footer-socials ul li a:visited {
  color: #000000;
}

#footer .footer-socials ul li a:hover {
  color: #888888;
}

#footer .footer-socials ul li a i {
  color: inherit;
}

#footer .footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#footer .footer-links p {
  margin: 0;
}

#footer .footer-links a,
#footer .footer-links a:hover {
  color: #636363;
}

#menu-stopka-menu li {
  line-height: 1;
}

#menu-stopka-menu li:not(:last-child) {
  padding-right: 12px;
  border-right: 1px solid #636363;
}

#menu-stopka-menu li:last-child {
  margin-right: 0;
}

#footer .footer-menu {
  margin: 0;
}

@media only screen and (max-width: 576px) {
  .header-spant {
    font-size: 14px;
    line-height: 4px;
  }

  .header-spanb {
    font-size: 18px;
  }

  .banner {
    height: 550px;
  }

  .banner__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner__figure {
    margin-bottom: 1.5rem;
  }

  .banner__figure img {
    width: 130px;
  }

  .banner__title {
    margin-bottom: 1rem;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .banner__author {
    font-size: 15px;
  }

  #footer .footer-links {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #footer .footer-menu {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  nav.navbar.blok-menu .navbar-wrapper {
    padding-top: 0.75rem;
  }

  .vc_row.vc_row-flex.about-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 577px) and (max-width: 769px) {
  .banner {
    height: 650px;
  }

  .banner__figure img {
    width: 250px;
  }

  .banner__title {
    font-size: 25px;
  }

  .banner__author {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .banner__title {
    font-size: 38px;
  }

  .banner__author {
    font-size: 20px;
  }
}
