/* ===========================================
		Import SCSS
=========================================== */
/* ===========================================
		MIXIN
=========================================== */
/* ===========================================
		BLOKI
=========================================== */
#hpcennik h2 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  #hpcennik h2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  #hpcennik h2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  #hpcennik h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  #hpcennik h2 {
    font-size: 1.87rem;
  }
}
@media (min-width: 1600px) {
  #hpcennik h2 {
    font-size: 1.87rem;
  }
}
#hpcennik a {
  color: white;
  text-decoration: underline;
}

#galeria figure {
  text-align: center;
}

#cennik .row-box {
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  .swiper-wrapper {
    height: 237px !important;
  }
}
@media (min-width: 768px) {
  .swiper-wrapper {
    height: auto;
  }
}

.text-box h1 {
  font-family: "Marcellus", serif;
  line-height: 1.2;
  padding-bottom: 0.5em;
  color: #A17432;
}
@media (max-width: 767px) {
  .text-box h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .text-box h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .text-box h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1440px) {
  .text-box h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .text-box h1 {
    font-size: 3rem;
  }
}
.text-box h3 {
  font-family: "Marcellus", serif;
  line-height: 1.3;
  padding-bottom: 0.5em;
  color: #A17432;
}
@media (max-width: 767px) {
  .text-box h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .text-box h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .text-box h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1440px) {
  .text-box h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .text-box h3 {
    font-size: 1.5rem;
  }
}

/* moje globalne style */
.wrap-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}

.wrap-inner-small {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}

/* BLOG */
body.blog .main-content {
  padding-top: 7em;
}
body.blog .items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
body.blog .items .item {
  width: 100%;
}
@media (min-width: 768px) {
  body.blog .items .item {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  body.blog .items .item {
    width: 31%;
  }
}
body.blog .blog-list {
  text-align: center;
}
body.blog .blog-list a {
  color: #A17432;
}
body.blog .blog-list a:hover {
  color: black;
}
body.blog .blog-list a:hover img {
  opacity: 0.8;
}
body.blog .blog-list figure img {
  margin-bottom: 1em;
  border-radius: 1em;
}

/* WPIS i tempate: nowa strona */
.single-post h1, .single-post h2, .single-post h3,
.page-template-template_nowa_strona h1,
.page-template-template_nowa_strona h2,
.page-template-template_nowa_strona h3 {
  color: #A17432;
  margin: 0;
  padding: 0;
}
.single-post h2, .single-post h3,
.page-template-template_nowa_strona h2,
.page-template-template_nowa_strona h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.single-post h1,
.page-template-template_nowa_strona h1 {
  background: url(../images/icons/02.svg) no-repeat;
  background-position: center bottom;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.single-post .thumbnail-post,
.page-template-template_nowa_strona .thumbnail-post {
  margin-bottom: 2em;
}
.single-post .content-text,
.page-template-template_nowa_strona .content-text {
  color: #443F37;
}
.single-post .content-text a,
.page-template-template_nowa_strona .content-text a {
  color: #A17432;
  text-decoration: underline;
}
.single-post .content-text a:hover,
.page-template-template_nowa_strona .content-text a:hover {
  color: black;
}
.single-post .content-text h2,
.page-template-template_nowa_strona .content-text h2 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .single-post .content-text h2,
  .page-template-template_nowa_strona .content-text h2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 768px) {
  .single-post .content-text h2,
  .page-template-template_nowa_strona .content-text h2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .single-post .content-text h2,
  .page-template-template_nowa_strona .content-text h2 {
    font-size: 1.65rem;
  }
}
@media (min-width: 1440px) {
  .single-post .content-text h2,
  .page-template-template_nowa_strona .content-text h2 {
    font-size: 1.95rem;
  }
}
@media (min-width: 1600px) {
  .single-post .content-text h2,
  .page-template-template_nowa_strona .content-text h2 {
    font-size: 2.25rem;
  }
}
.single-post .content-text h3,
.page-template-template_nowa_strona .content-text h3 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .single-post .content-text h3,
  .page-template-template_nowa_strona .content-text h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .single-post .content-text h3,
  .page-template-template_nowa_strona .content-text h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .single-post .content-text h3,
  .page-template-template_nowa_strona .content-text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .single-post .content-text h3,
  .page-template-template_nowa_strona .content-text h3 {
    font-size: 1.87rem;
  }
}
@media (min-width: 1600px) {
  .single-post .content-text h3,
  .page-template-template_nowa_strona .content-text h3 {
    font-size: 1.87rem;
  }
}
.single-post .content-text figure,
.page-template-template_nowa_strona .content-text figure {
  width: 100%;
  margin-bottom: 1em;
}

/* Zmiana logo */
header .logo img {
  width: 80px;
}

.header-rsp .rsp-logo-box .logo-2 a img {
  width: 60px;
  margin-top: -20px;
}

/* BLOK: galeriapage - galeria na storne */
#galeriapage:before {
  position: block;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  display: block;
  background: usnet;
  content: "";
  z-index: -1;
  bottom: 0px;
}

@media (max-width: 767px) {
  #galeriapage .swiper-wrapper {
    height: auto !important;
  }
}
#galeriapage .swiper-wrapper .swiper-slide {
  text-align: center;
}

/* menu mobilne zeby bylo klikane + stralka */
@media only screen and (max-width: 992px) {
  body .btn-slide-down {
    width: 100% !important;
  }
  body .mobile-click .btn-slide-down {
    width: 50px !important;
  }
}
/* BLOK: child page */
.child-pages {
  margin-top: 30px;
}
.child-pages .items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.child-pages .items .item {
  width: 100%;
}
@media (min-width: 768px) {
  .child-pages .items .item {
    width: 48%;
  }
}
.child-pages .item {
  text-align: center;
}
.child-pages .item h2 {
  line-height: 1.4;
  margin-top: 0em;
}
@media (max-width: 767px) {
  .child-pages .item h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 768px) {
  .child-pages .item h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .child-pages .item h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .child-pages .item h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .child-pages .item h2 {
    font-size: 1.25rem;
  }
}
.child-pages .item a {
  text-decoration: none;
  color: #A17432;
}
.child-pages .item a:hover {
  color: black;
}
.child-pages .item a:hover img {
  opacity: 0.8;
}
.child-pages .item figure img {
  margin-bottom: 0em;
  border-radius: 1em;
}

.wp-block-embed-youtube {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 6em auto;
  text-align: center;
}
.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1398px) {
  .header .main-menu ul > li > a {
    font-size: 13px;
  }
  header .h-boxes .h-box a {
    font-size: 13px;
  }
}/*# sourceMappingURL=style-pawel.css.map */