/*purgecss start ignore
 */

@charset "UTF-8";

:root {
  --pch-clr-white: #ffffff;
  --pch-clr-black: #1D1D1D;
  --pch-clr-primary-100: #fad9d6;
  --pch-clr-primary-200: #f6b3ac;
  --pch-clr-primary-300: #f18d83;
  --pch-clr-primary-400: #ed6759;
  --pch-clr-primary: #e84130;
  --pch-clr-primary-600: #ba3426;
  --pch-clr-primary-700: #8b271d;
  --pch-clr-primary-800: #5d1a13;
  --pch-clr-primary-900: #2e0d0a;
  --pch-alert-sucess: #0f5132;
  --pch-alert-warning: var(--pch-clr-primary-600);
  --pch-font-display: "Poppins", Roboto, Helvetica, Arial, ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.has-white-color {
  color: var(--pch-clr-white) !important;
}

.has-white-background-color {
  background-color: var(--pch-clr-white) !important;
}

.has-dark-red-background-color {
  background-color: #af1615;
}

.has-black-background-color {
  background-color: var(--pch-clr-black) !important;
}

.has-black-color {
  color: var(--pch-clr-black) !important;
}

.has-bg-color-red-white {
  background-color: #fdebea !important;
}

.has-red-color {
  color: var(--pch-clr-primary) !important;
}

.has-red-background-color {
  background-color: var(--pch-clr-primary) !important;
}

.has-blue-color {
  color: #3a73d5 !important;
}

.has-blue-background-color {
  background-color: #3a73d5 !important;
}

.has-light-red-color {
  color: #fdebea !important;
}

.has-light-red-background-color {
  background-color: #fdebea !important;
}

.has-gray-color {
  color: #a4a1aa !important;
}

.has-gray-background-color {
  background-color: #a4a1aa !important;
}

.has-light-gray-color {
  color: #f3f3f3 !important;
}

.has-light-gray-background-color {
  background-color: #f3f3f3 !important;
}

html {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body.desktop {
  padding-bottom: 40px;
}

body {
  background-color: #fff;
  font-family: var(--pch-font-display);
  margin: 0;
  padding: 0;
}

body.mobile {
  padding-bottom: 60px;
}

.rem-1 {
  font-size: 1rem !important;
}

.rem-1-5 {
  font-size: 1.5rem !important;
}

.rem-2 {
  font-size: 2rem !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.font-skiny {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.font-regular {
  font-weight: 500;
}

.font-super-bold {
  font-weight: 800;
}

.font-small {
  font-size: 13px !important;
}

.font-size-regular {
  font-size: 1.2rem;
}

.font-size-big {
  font-size: 1.4rem;
}

.font-super-big {
  font-size: 3rem;
}

.outline {
  border: 1px solid;
}

.sliding-container {
  height: 440px;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .sliding-container {
    height: 226px;
    margin-bottom: 28px;
  }
}

.sliding-container > .sliding-container-inner {
  display: flex;
  position: absolute;
  will-change: transform;
  top: 0;
  left: 0;
}

.sliding-container > .sliding-container-inner.stop {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sliding-container > .sliding-container-inner > .item {
  width: 400px;
  margin-right: 35px;
}

@media all and (max-width: 767px) {
  .sliding-container > .sliding-container-inner > .item {
    width: 225px;
  }
}

@media all and (max-width: 767px) {
  .sliding-container.small {
    height: 170px;
  }

  .sliding-container.small > .sliding-container-inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sliding-container.small > .sliding-container-inner a {
    color: #000;
  }

  .sliding-container.small > .sliding-container-inner h3 {
    font-size: 0.8rem;
    margin-top: 5px;
  }

  .sliding-container.small > .sliding-container-inner.stop {
    transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .sliding-container.small > .sliding-container-inner > .item {
    width: 400px;
    margin-right: 35px;
    width: 120px;
  }

  .sliding-container.small > .sliding-container-inner > .item .link,
.sliding-container.small > .sliding-container-inner > .item .date {
    display: none;
  }

  .sliding-container.small > .sliding-container-inner > .item .cat {
    color: var(--pch-clr-primary);
    margin-top: 5px;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
}

span.image-caption {
  margin-top: 0.8rem;
  font-size: 0.75rem;
}

.socials a {
  display: flex;
  background: #eee;
  width: 20px;
  height: 20px;
  color: #707070;
  justify-content: center;
  align-items: center;
  margin: 2px;
}

.sidebar-cont {
  position: sticky;
  bottom: 20%;
  display: block;
  margin: 2.5rem 0 5rem;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.scrolled > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  overflow: auto;
}

.simplebar-scrollbar::before {
  background: var(--pch-clr-primary) !important;
}

.half-container > .container {
  max-width: 635px;
  margin: 0;
}

.container.half {
  max-width: 650px;
}

.container.half {
  max-width: 635px;
  margin: 0;
  padding: 0 15px;
}

div#send-thanks {
  color: #ccc;
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
}

.error {
  border-color: var(--pch-clr-primary-600) !important;
}

.sliding-container-v2 {
  display: flex;
  overflow: auto;
}

@media all and (max-width: 767px) {
  .sliding-container-v2.related-posts {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sliding-container-v2.related-posts .item {
    flex: 0 0 130px;
    height: auto;
    margin: 5px;
  }

  .sliding-container-v2.related-posts .item h3 {
    margin-top: 5px;
  }
}

.sliding-container-v3 {
  overflow: hidden;
}

.sliding-container-v3 .swiper-wrapper {
  align-items: stretch;
}

.sliding-container-v3 .swiper-slide {
  min-height: 100%;
  height: auto;
}

.sliding-container-v3 .swiper-slide .special-post {
  height: 100%;
}

@media screen and (max-width: 479px) {
  .sliding-container-v3 .slider-navigation {
    top: calc(50% + 1.375rem);
  }
}

.comment-meta b {
  margin-right: 20px;
}

.popular-posts {
  display: none !important;
}

@media all and (min-width: 1280px) {
  .popular-posts {
    display: block !important;
    max-height: 80vh;
    position: sticky;
    top: 75px;
  }
}

iframe.wp-embedded-content {
  max-width: 100%;
  margin: 0 auto;
}

.heading {
  font-weight: 700;
  font-weight: 600;
}

.heading--1 {
  font-size: 3rem;
  line-height: 1;
}

.heading--2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.heading--3 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.75rem;
}

.heading--4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.heading--5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.heading--6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sub, .badge{
  font-size: 1rem;
  line-height: 1.5rem;
}

.sub, .badge{
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.category-box {
  display: flex;
  font-weight: 700;
  color: var(--pch-clr-primary);
  font-weight: 600;
}

.saints-container .category-box {
  margin-left: auto;
}

.category-box-left.category-box-line, .category-box-right.category-box-line {
  align-items: center;
}

.category-box-top-line::before, .category-box-left.category-box-line::before, .category-box-right.category-box-line::after {
  content: "";
  display: block;
  height: 4px;
  width: 4rem;
  background-color: currentColor;
}

.category-box-top-line {
  flex-direction: column;
  margin-top: 0;
}

.category-box-top-line::before {
  margin: 0 auto 1rem;
}

.category-box-left {
  justify-content: flex-start;
}

.category-box-left.category-box-line::before {
  margin-right: 1rem;
}

.category-box-right {
  justify-content: flex-end;
}

.category-box-right.category-box-line::after {
  margin-left: 1rem;
}

.sub {
  letter-spacing: 0.025em;
  color: var(--pch-clr-primary);
}

.badge {
  background-color: var(--pch-clr-primary);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: max-content;
}

.date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.line-clamp {
  --lines: 2;
  display: -webkit-box;
  line-height: 1.5;
  max-height: 3.5em;
  max-height: calc(1.6em * var(--lines));
  -webkit-line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.line-clamp-4 {
  --lines: 4;
}

p {
  margin-bottom: 1rem;
}

.category-box.category-box-left.category-box-linep.heading.heading--3 {
  margin-top: 0;
}

a {
  text-decoration: none;
}

.breadcrumbs .breadcrumb-link {
  font-size: 0.8rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.breadcrumbs .breadcrumb-link + .breadcrumb-link::before {
  content: "/";
  margin: 0 5px;
  font-size: 0.8rem;
}

.breadcrumbs .breadcrumb-link.current b {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  font-weight: 600;
}

a.other-articles {
  font-size: 0.8rem;
}

.button.bootstraberg-lazy-loader {
  min-width: 24ch;
  max-width: min-content;
  margin: 0 auto;
  background: var(--pch-clr-primary);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 1.25rem;
}

@media (min-width: 1280px){
  .button.bootstraberg-lazy-loader{
    margin-top: 2rem;
  }
}

.button.bootstraberg-lazy-loader span.loader {
  display: none !important;
}

.button.bootstraberg-lazy-loader.loading span.active {
  display: none !important;
}

.button.bootstraberg-lazy-loader.loading span.loader,
.button.bootstraberg-lazy-loader.loading i.loader {
  display: flex;
}

.button.bootstraberg-lazy-loader.loading i.loader {
  width: 100%;
  height: 100%;
}

.button.bootstraberg-lazy-loader i.loader:before {
  border-color: var(--pch-clr-white);
  border-top-color: transparent;
}

@media all and (max-width: 767px) {
  .button.bootstraberg-lazy-loader {
    width: 100%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: transparent;
    color: #000;
  }

  .button.bootstraberg-lazy-loader.loading span.loader {
    display: flex !important;
  }

  .button.bootstraberg-lazy-loader.loading span.active {
    display: none !important;
  }

  .button.bootstraberg-lazy-loader.loading span.loader {
    display: flex !important;
  }
}

.bootstraberg-lazy-loader-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 20px;
}

.bootstraberg-lazy-loader-scroll.loading span.loader {
  display: flex !important;
}

a.news-main-image.d-flex.object-fit {
  min-height: 210px;
  background: #f3f3f3;
}

a.posttag-link {
  display: inline-block;
  border: 1px solid red;
  padding: 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 10px;
}

a.e-tygodnik-link {
  background: var(--pch-clr-primary);
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}

a.single-tag-link {
  font-family: "Roboto";
  display: inline-block;
}

b.tag {
  background: var(--pch-clr-primary);
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
  display: inline-block;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  .page-logo {
    max-width: 90px;
  }
}

.object-fit {
  position: relative;
  display: flex;
}

.object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-image {
  margin: 0;
}

figure.wp-block-image {
  display: flex;
}

.post-main-image img {
  width: 100%;
}

.img-pap {
  max-height: 24px;
}

.wp-block-button a {
  border-radius: 0;
}

.wp-block-button.wide-button {
  width: 100%;
}

.wp-block-button.wide-button a,
.wp-block-button.wide-button > div {
  width: 100%;
}

.wp-block-button__link {
  border-radius: 0;
}

div[data-type="core/button"].wide-button {
  width: 100% !important;
}

.button {
  font-family: var(--pch-font-display);
  font-weight: 600;
  letter-spacing: 0.5px;
  min-width: 120px;
  text-align: center;
  background: var(--pch-clr-primary);
  color: var(--pch-clr-white);
  line-height: 1;
  padding: 1.125em 2em;
  display: inline-block;
  cursor: pointer;
}

.button--md {
  font-size: 0.875rem;
}

.button--sm {
  font-size: 0.75rem;
}

.button-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.button--dark {
  background-color: var(--pch-clr-black);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--link {
  background: none;
  padding: 0;
  min-width: auto;
  color: var(--pch-clr-black);
  text-decoration: underline;
  text-align: center;
  flex-direction: column;
}

.button--icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.button--icon > i {
  margin-right: 1em;
}

.button--icon > .loader {
  display: none;
  width: 6vmin;
  height: 6vmin;
}

.button--icon.is-loading > .loader {
  display: inline;
}

.button-2 {
  background: #fff;
  padding: 10px;
  display: inline-block;
  font-size: 9px;
  color: #000;
}

.button--link {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
  color: inherit;
}

.ays-minimal-theme {
  background: #EEEEEE !important;
  padding: 20px !important;
}

.ays_question p {
  font-weight: 800;
  text-align: left !important;
}

form .ays-minimal-theme .apm-button-box input.choosing-btn[type=button] {
  background: #3A73D5 !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  padding: 10px 50px !important;
  display: inline-block;
  height: auto;
}

input[type=radio]:checked:before {
  background: black;
  color: #fff;
  content: "✔";
}

input[type=radio]:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
}

input[type=radio] {
  width: 30px;
  height: 20px;
}

.ays-poll-main {
  margin-bottom: 0 !important;
}

.main-nav {
  display: flex;
}

.main-nav li {
  color: var(--pch-clr-primary);
  font-family: var(--pch-font-display);
  font-weight: 600;
}

.main-nav li:not(:last-of-type) {
  margin-right: 1rem;
}

.comment-respond .comment-form {
  padding: 15px 0px;
}

@media all and (max-width: 767px) {
  .comment-respond .comment-form {
    padding: 10px;
  }
}

.comment .active .comment-reply-link {
  display: none;
}

.comment .comment-form {
  padding: 10px 20px;
  background: transparent;
  margin-top: 20px;
  text-align: left;
  border: 1px solid #eaeaea;
}

span.form-abort {
  display: none;
}

.comments span.form-abort {
  color: var(--pch-clr-primary-700);
  cursor: pointer;
  display: inline;
}

.comments ul.children {
  background-image: linear-gradient(#e95c58 45%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 1px 15px;
  background-repeat: repeat-y;
  margin-left: 10px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comments div.comment + div.comment {
  margin-top: 0.875rem;
}

.comments span.comments-count {
  color: var(--pch-clr-primary);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.comments .comment-form-author label {
  display: block;
}

.comments .comment-body {
  border-width: 1px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .comments .comment-body {
    padding: 10px 5px 0px 10px;
  }
}

.comments .comment-reply {
  margin-top: 1rem;
  align-self: flex-end;
}

.comments .comment-reply a {
  color: var(--pch-clr-primary);
  font-weight: 500;
  cursor: pointer;
}

.comments .comment-reply.active {
  margin-top: 2rem;
  width: 100%;
}

textarea {
  max-width: 100%;
}

div#llc_comments {
  margin-left: -15px;
  margin-right: -15px;
}

p.comment-form-author label {
  display: block;
}

.comment-form p label {
  display: block;
}

.comment-form textarea {
  width: 100%;
}

.comment-replies-loader {
  cursor: pointer;
  margin-bottom: 10px;
}

.comment-replies-loader i {
  margin-left: 10px;
  transition: transform 0.3s;
}

.comment-replies-loader.active i {
  transform: rotate(180deg);
}

.comment-replies-loader.is-loading .loader {
  display: inline;
}

.comment-replies-loader .loader {
  margin-right: 7vmin;
  display: none;
}

.form-abort {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-meta b {
  font-weight: 600;
  margin-right: 0.5rem;
}

.comment-content a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--pch-clr-primary);
          text-decoration-color: var(--pch-clr-primary);
  text-decoration-thickness: 2px;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: white;
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 55px;
  align-items: center;
  box-shadow: 0 0 5px #929292;
  font-size: 0.9rem;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: transform 0.3s;
  color: #9D9D9D;
}

.mobile-menu a {
  color: #9D9D9D;
}

.mobile-menu .main-page-link a {
  color: #1D1D1D;
}

.mobile-menu i {
  font-size: 2rem;
  margin-bottom: 4px;
}

.mobile-menu.activated {
  transform: translate(0px, -60px);
}

.mobile-menu .inside-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  transform: translate(0, 100%);
  padding: 10px 15px;
}

.mobile-menu .inside-content .search-panel {
  display: flex;
  justify-content: space-between;
}

.mobile-menu .inside-content .search-panel .close-panel {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  padding-right: 10px;
}

.mobile-menu .inside-content .search-panel .close-panel i {
  margin: 0;
}

.mobile-menu .inside-content .search-panel .search-form {
  display: flex;
  width: 85%;
}

.mobile-menu .inside-content .search-panel .search-form .screen-reader-text {
  display: none;
}

.mobile-menu .inside-content .search-panel .search-form label {
  width: 80%;
}

.mobile-menu .inside-content .search-panel .search-form label input.search-field {
  height: 40px;
  width: 100%;
  position: relative;
  border-radius: 10px 0 0 10px;
  border: 1px solid #dedede;
  padding: 0 15px;
  box-sizing: border-box;
  border-right: 0;
}

.mobile-menu .inside-content .search-panel .search-form input[type=submit] {
  width: 20%;
  border-radius: 0 10px 10px 0;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-left: 0;
}

.pagination-button a {
  padding: 10px 20px;
  border: 1px solid red;
  display: inline-block;
}

.owl-carousel .owl-item img {
  width: auto;
  height: auto;
}

.owl-carousel button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background: var(--pch-clr-primary) !important;
  z-index: 10;
  border: 0;
  color: #fff !important;
  font-size: 30px !important;
  transform: translate(0px, -50%);
}

.owl-carousel button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--pch-clr-primary) !important;
  z-index: 10;
  border: 0;
  color: #fff !important;
  font-size: 30px !important;
  transform: translate(0px, -50%);
}

.owl-carousel .owl-dots {
  margin-top: 1rem;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--pch-clr-primary-100);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--pch-clr-primary-600);
}

.owl-carousel .owl-stage-outer:after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background: linear-gradient(-90deg, white, transparent);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.owl-carousel .owl-stage-outer:before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, white, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.saints {
  max-width: 100%;
}

.saints-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.saints-day {
  display: flex;
  align-items: center;
}

.saints-day p {
  margin: 0;
}

.saints-info {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.saints-img {
  max-width: 36px;
  max-height: 36px;
}

.saints-img img {
  width: 100%;
  height: auto;
}

.saints-name {
  margin: 0 0 0 8px;
}

.footer {
  margin-top: 32px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #ccc;
}

.footer-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120px;
}

.footer-logo svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-container p {
    margin: 8px 0 16px 0;
  }
}

i.icon {
  font-size: 1rem;
  height: 1em;
  width: 1em;
  margin-bottom: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

i.icon svg {
  display: flex;
  justify-content: center;
  align-items: center;
}

i.icon--lg {
  font-size: 1.25rem;
}

i.icon--xl {
  font-size: 1.5rem;
}

i.icon--2xl {
  font-size: 2rem;
}

i.icon--circle {
  background-color: var(--pch-clr-black);
  color: var(--pch-clr-white);
  height: 1.5em;
  width: 1.5em;
  padding: 0.25em;
  border-radius: 50%;
}

i.icon--circle-primary {
  background-color: var(--pch-clr-primary);
}

.search-form {
  display: flex;
  align-items: center;
}

.search-form:focus-within .search-icon, .search-form:hover .search-icon {
  color: var(--pch-clr-primary);
}

.search-form:hover .search-field {
  border-color: var(--pch-clr-primary);
}

.search-button {
  height: 42px;
}

.search-submit {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.search-field, .search-field::placeholder {
  font-family: var(--pch-font-display);
}

.search-field {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.75rem;
  padding-left: 3rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  font-weight: 600;
}

.search-field::placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1.25rem;
}

.pchtv-widget-header {
  display: flex;
  justify-content: space-between;
}

.pchtv-widget-header > a i {
  margin-right: 0.5rem;
}

@media all and (max-width: 900px) {
  .pchtv-widget-header > a {
    font-size: 14px;
  }

  .pchtv-widget-header > a i {
    margin-right: 0.2rem;
  }
}

div.sfd-donate-box-container {
  --sfd-container-m-width: 100%;
}

div.sfd-donate-box-container h3 {
  font-weight: 600;
}

#sfd-form {
  --sfd-color-primary: var(--pch-clr-primary);
  --sfd-color-primary-600: var(--pch-clr-primary-600);
  --sfd-border-radius: 0;
}

#sfd-form legend {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.8rem;
}

#sfd-form input#otherPriceInput,
#sfd-form div.sfd-form-control input,
#sfd-form div.sfd-form-control select,
#sfd-form .sfd-radio-box .sfd-radio-btn {
  border: 1px solid #acacac;
}

#sfd-form label.otherPriceLabel.active-otherPriceInput input#otherPriceInput,
#sfd-form input.sfd-radio-input:checked ~ label.sfd-radio-btn {
  border-color: var(--sfd-color-primary);
}

#sfd-form .sbmtPayBtn,
#sfd-form .sfd-button {
  background-color: var(--sfd-color-primary);
  font-family: var(--pch-font-display);
  font-weight: 600;
  letter-spacing: 0.5px;
  min-width: 120px;
  text-align: center;
  background: var(--pch-clr-primary);
  color: var(--pch-clr-white);
  line-height: 1;
  padding: 1.125em 2em;
  display: inline-block;
  cursor: pointer;
  max-width: max-content;
}

#sfd-form .price-currency {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.pch-sfd-form-donate #sfd-form {
  --sfd-container-m-width: 36rem;
  --sfd-container-margin: 4rem 0;
}

.pch-sfd-form-donate #sfd-form .sfd-form-rodo span {
  font-size: 0.9rem;
}

.sfd-donate-box-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.disabled-swiper-button {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.share-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  background-color: #FFF;
  border-top: 5px solid #e84130;
  transition: all 0.5s;
  transform: translateY(110%);
  z-index: 9999999;
}

.share-box.active {
  transform: translateY(0);
}

.share-box--overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 99999;
}

.share-box--overlay.active {
  display: block;
}

.share-box > p {
  font-size: 22px;
  font-weight: 500;
  width: 60%;
  margin: 0;
}

.share-box--btn i {
  font-size: 25px;
}

.share-box--items {
  margin: 40px 0 0;
}

.share-box--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.share-box--icon {
  width: 50px;
}

.share-box--icon i {
  font-size: 35px;
  color: #000;
}

.share-box--icon i.fa-facebook-f {
  color: #3b5998;
}

.share-box--icon i.fa-twitter {
  color: #1da1f2;
}

.share-box--icon i.fa-facebook-messenger {
  color: #00C6FF;
}

.share-box--icon i.fa-whatsapp {
  color: #25d366;
}

.share-box--icon i.fa-at {
  color: #e84130;
}

.share-box--icon i.fa-copy {
  color: #bbbbbb;
}

.share-box--txt {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.has-social-sharing .post-social-sharing {
  align-self: baseline;
}

@media (max-width: 767px) {
  .has-social-sharing h3 {
    margin: 0;
    margin-right: 21px;
  }
}

.loader {
  position: relative;
}

.loader:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1.125em;
  height: 1.125em;
  border: 2px solid var(--pch-clr-primary);
  border-top-color: transparent;
  border-radius: 50%;
  animation: loader 1s linear infinite;
  z-index: 2;
}

@keyframes loader {
  100% {
    transform: rotate(1turn);
  }
}

.alert {
  padding: 1em;
  text-align: center;
}

.alert-success {
  color: var(--pch-alert-sucess);
}

.alert-warning {
  color: var(--pch-alert-warning);
}

/**
  Układ jedno kolumny dla SM i dwu kolumnowy od MD
  Przykład wykorzystania:
   - pojedynczy wpis, sekcja zobacz również
 */

.posts-grid-layout-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .posts-grid-layout-1{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.posts-grid-layout-1{
  gap: 1rem;
}

.posts-grid-layout-1 .post-content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.posts-grid-layout-1 .post-image {
  width: 20%;
  flex-shrink: 0;
}

@media (min-width: 768px){
  .posts-grid-layout-1 .post-image{
    width: 25%;
  }
}

@media (min-width: 1024px){
  .posts-grid-layout-1 .post-image{
    width: 33.333333%;
  }
}

@media (min-width: 1280px){
  .posts-grid-layout-1 .post-image{
    width: auto;
  }
}

.pch-label {
  background: var(--pch-clr-primary);
  color: #fff;
  padding: 15px 25px;
  font-size: 1.2rem;
}

.pch-label h3 {
  margin: 0;
}

span.spis-dzial {
  background: #9e9e9e;
  padding: 5px 30px 5px 10px;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
}

span.spis-dzial.bolded {
  background: var(--pch-clr-primary);
}

.dzial-artykuly {
  padding-left: 35px;
  margin-bottom: 30px;
}

.dzial-artykuly span.dizal-single-article {
  display: block;
  padding: 4px;
  color: gray;
}

.dzial-artykuly span.dizal-single-article a {
  color: #000000;
}

.dzial-artykuly span.dizal-single-article.bolded a {
  font-weight: 700;
  color: var(--pch-clr-primary);
}

.spis-tresci-container {
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #ded9d9;
}

a.epch-link {
  display: inline-block;
  background: var(--pch-clr-primary);
  padding: 10px 20px 10px 60px;
  color: #fff;
}

@media all and (max-width: 767px) {
  a.epch-link {
    padding: 10px 20px 10px 30px;
    font-size: 9px;
  }
}

a.epch-link span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  margin-bottom: -10px;
}

@media all and (max-width: 767px) {
  a.epch-link span {
    font-size: 18px;
    margin-bottom: -5px;
  }
}

.default-post .post-image.pch img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.editor-styles-wrapper h2.pchtv-title,
h2.pchtv-title {
  color: #fff;
  font-size: 36px;
}

.editor-styles-wrapper h2.pchtv-title span,
h2.pchtv-title span {
  width: 40px;
  height: 3px;
  background: white;
  display: inline-block;
  transform: translate(0, -10px);
  margin-right: 20px;
}

.pchtv-label {
  display: flex;
  align-items: center;
  color: var(--pch-clr-primary);
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 20px;
}

span.pch-tv-recomended span {
  height: 4px;
  width: 240px;
  background: white;
  display: block;
  margin-bottom: 10px;
}

span.pch-tv-recomended {
  font-size: 24px;
  font-weight: 600;
  z-index: 10;
  position: relative;
  margin-bottom: 35px;
  display: block;
}

.tv-container {
  background-color: #1d1d1d;
  color: #fff;
  padding: 140px 0 250px 0;
}

.tv-container ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.tv-container ::-webkit-scrollbar-track {
  border: 1px solid #474747;
  border-radius: 15px;
}

.tv-container ::-webkit-scrollbar-thumb {
  background: #474747;
  border-radius: 15px;
}

.tv-container ::-webkit-scrollbar-thumb:hover {
  background: #474747;
}

.tv-container .horizontal-line {
  width: 56px;
  height: 2px;
  background-color: #fff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #565656;
  display: inline-block;
  position: relative;
  bottom: 8px;
}

.tv-container h3.title {
  font-size: 26px;
  font-family: "Manrioe", sans-serif;
  font-weight: bold;
  margin-bottom: 70px;
}

.tv-container .list-videos-container {
  position: relative;
}

.tv-container .list-videos-container .gradient {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

.tv-container .list-videos {
  background-color: #161616;
  padding: 10px;
  position: relative;
}

.tv-container .list-videos-title {
  font-size: 18px;
  color: #e8412f;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 20px;
}

.tv-container .list-videos-title .hourglass-icon {
  color: #fff;
  background-color: #e8412f;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  position: relative;
  height: 20px;
  top: 4px;
}

.tv-container .list-videos-title .hourglass-icon .fa {
  font-size: 11px;
  position: absolute;
  left: 6px;
  top: 4px;
}

.tv-container .scroll-box {
  max-height: 552px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #474747;
  scrollbar-track-color: #161616;
  scrollbar-color: #474747 #161616;
  scrollbar-width: thin;
}

.tv-container .scroll-box ul {
  margin-left: 0;
  padding-left: 0;
}

.tv-container .scroll-box ul li {
  list-style: none;
  margin: 0 10px 25px 10px;
}

.tv-container .main-video-head-line {
  width: 238px;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  background-color: #fff;
  height: 5px;
  margin-top: 45px;
}

.tv-container .main-video-title {
  margin-top: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.tv-container .main-video {
  margin-top: 55px;
}

.pchtv-small + .pchtv-small {
  margin-top: 1rem;
}

.pchtv-small .pchtv-small-inside {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pchtv-small .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, transparent);
}

.pchtv-small .content .inside .icon {
  background: var(--pch-clr-primary);
  width: 30px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  font-size: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% - 1rem);
  left: 50%;
}

.pchtv-big-inside {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pchtv-big-inside .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  padding-bottom: 25px;
}

@media all and (max-width: 1200px) {
  .pchtv-big-inside .content {
    padding: 0 60px;
    padding-bottom: 10px;
  }
}

.pchtv-big-inside .content .icon {
  border: 3px solid;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: color 0.2s;
}

.pchtv-big-inside .content a:hover .icon {
  color: var(--pch-clr-primary);
}

.pchtv-big-style .pchtv-big {
  box-shadow: 0 0 56px #000, 0 0 56px #000;
}

span.pchtv-date {
  font-size: 12px;
}

span.pchtv-date i {
  margin-right: 10px;
}

.movie-list {
  position: relative;
  width: 100%;
  height: 100%;
  /*
    &:before {
        content: "";
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        height: 191px;
        background: linear-gradient(180deg, black, rgba(62, 62, 62, 0));
        background-repeat: no-repeat;
        z-index: 100;
        margin-bottom: -150px;
        width: 100%;
        pointer-events: none;
    }
    &:after {
        content: "";
        display: block;
        position: sticky;
        top: 100%;
        left: 0;
        height: 191px;
        background: linear-gradient(0deg, black, rgba(62, 62, 62, 0));
        background-repeat: no-repeat;
        z-index: 100;
        width: 100%;
        pointer-events: none;
    } */
}

.movie-list .inside-items {
  padding-top: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 25px;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #252525;
}

.temat-specjalny div.special-post {
  background: #fff;
  color: var(--pch-clr-primary);
}

.temat-specjalny div.special-post a {
  color: var(--pch-clr-primary);
}

.default-post {
  width: 100%;
  position: relative;
}

.default-post .post-image.object-fit {
  background: #f3f3f3;
}

.default-post .post-image.object-fit a {
  width: 100%;
  height: 100%;
  display: block;
}

@media all and (min-width: 992px) {
  .default-post.recommended .post-content {
    background: var(--pch-clr-primary);
    color: #fff;
  }

  .default-post.recommended h3 {
    padding: 0 1rempx;
  }

  .default-post.recommended .post-links {
    padding: 0.5rem 1rem;
    color: #fff;
  }

  .default-post.recommended .post-links a {
    color: #fff;
  }
}

.default-post span.recommended-tag {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  text-transform: uppercase;
  background: var(--pch-clr-primary);
  padding: 2px 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
}

@media all and (max-width: 767px) {
  .default-post span.recommended-tag {
    display: none;
  }
}

.default-post h3 a {
  color: inherit;
}

@media all and (max-width: 767px) {
  .default-post h3 {
    margin: 0;
    margin-right: 21px;
  }
}

@media all and (max-width: 767px) {
  .default-post .post-content {
    position: relative;
  }

  .default-post .post-social-sharing {
    position: absolute;
    right: 0;
    top: 0;
    color: #e8e4e4;
  }
}

.default-post .post-image {
  width: 100%;
}

.default-post .post-image.pch {
  height: auto;
}

@media all and (max-width: 767px) {
  .default-post .post-image {
    flex: 0 0 80px;
    height: 45px;
    min-height: auto;
    width: 80px;
    margin-right: 10px;
  }
}

.default-post .post-links {
  padding-bottom: 10px;
  border-bottom: 3px solid;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--pch-clr-primary);
}

.default-post .post-links a {
  font-weight: 600;
}

.default-post .post-links .date {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.default-post.e-tygodnik .post-links {
  color: #000;
}

.force-desktop .default-post {
  width: 100%;
}

.force-desktop .default-post .post-content {
  flex-direction: column;
  display: block !important;
}

.force-desktop .default-post h3 a {
  color: inherit;
}

.force-desktop .default-post .post-image {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
  .force-desktop .default-post .post-image {
    height: 120px;
  }
}

.force-desktop .default-post .post-links {
  padding-bottom: 0.8rem;
  color: var(--pch-clr-primary);
  border-bottom: 2px solid;
  font-size: 1rem;
}

.force-desktop .default-post .post-links a {
  color: var(--pch-clr-primary);
  font-weight: 600;
}

.force-desktop .default-post .post-links .date {
  text-transform: uppercase;
}

.template_3 {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .template_3 :nth-child(n+3) {
    display: none;
  }
}

.template_3:hover::before {
  background-color: var(--pch-clr-primary);
}

.template_3::before {
  content: "";
  height: 100%;
  width: 2px;
  margin-right: 0.75rem;
  display: block;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.template_3 h3.heading {
  max-width: calc(100% - 3rem);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.template_3 a {
  color: #000;
}

.post-big-template {
  position: relative;
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
}

.post-big-template a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.post-big-template a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.post-big-template a .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  width: 100%;
}

.post-big-template a .content .tag {
  background: var(--pch-clr-primary);
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.post-big-template a .content h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.post-big-template a .content .title {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-image: linear-gradient(0deg, #131313 30%, #13131300);
  width: 100%;
}

.post-tygodnik {
  display: flex;
  padding-bottom: 20px;
  width: 100%;
}

.post-tygodnik .image {
  width: 145px;
  height: 75px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.post-tygodnik .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-tygodnik .content h3 {
  font-size: 18px;
  margin: 0;
}

.post-tygodnik .content p {
  margin-top: 5px;
  font-size: 14px;
}

.post-tygodnik .content a {
  font-size: 13px;
  font-weight: 700;
  color: #e8504b;
}

.placeholder-post {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
}

div.special-post {
  color: var(--pch-clr-white);
  background: #1d1d1d;
  max-width: 32.5%;
  flex: 1;
}

div.special-post .thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  flex: 1;
}

div.special-post .author {
  color: var(--pch-clr-primary);
}

.swiper-slide div.special-post {
  max-width: none;
  box-sizing: border-box;
  border: 1px solid var(--pch-clr-primary);
  height: 100%;
}

@media (max-width: 767px) {
  .swiper-slide div.special-post {
    height: auto;
  }
}

.swiper-slide div.special-post .content {
  border: none;
}

div.special-post a {
  color: var(--pch-clr-white);
  height: 16vw;
  max-height: 16rem;
  flex-shrink: 0;
  flex-grow: 1;
}

div.special-post b.tag {
  display: inline;
  background: transparent;
  padding: 0;
  font-size: 17px;
  color: var(--pch-clr-white);
  font-weight: 700;
}

@media all and (max-width: 767px) {
  div.special-post {
    height: 225px;
  }

  div.special-post .vp-50 {
    height: auto;
    width: 50%;
    flex: 0 0 50%;
  }
}

div.special-post .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--pch-clr-primary);
}

@media all and (min-width: 640px) {
  div.special-post .content {
    //min-height: 50%;
  }
}

@media all and (min-width: 768px) {
  div.special-post .content {
    height: 100%;
  }
}

.single-option-small {
  display: flex;
  text-align: right;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.single-option-small .content {
  margin-right: 15px;
}

.single-option-small span.author {
  font-size: 15px;
  font-weight: 600;
  color: #B0B0B8;
}

.single-option-small a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.author-info.mid label {
  text-transform: uppercase;
  font-size: 12px;
}

.author-info.mid h4, .author-info.mid .alt-author-name {
  font-size: 18px;
}

.author-info.mid .alt-author-desc {
  color: #bdbdbd;
}

.author-info.mid a {
  font-size: 12px;
}

.author-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 40px;
  overflow: hidden;
}

.author-img.mid {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
}

.author-img.big {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.main-news-header {
  position: relative;
}

.main-news-header:hover::before {
  background-color: var(--pch-clr-primary);
}

.main-news-header::before {
  content: "";
  height: 100%;
  width: 2px;
  margin-right: 0.75rem;
  display: block;
  flex-shrink: 0;
  position: absolute;
  left: -1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

@media all and (max-width: 767px) {
  .template_1 + .template_1,
.row.appender .template_1 {
    margin-top: 5px;
  }

  .template_1 + .template_1 .default-post,
.row.appender .template_1 .default-post {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px !important;
  }
}

@media all and (min-width: 767px) {
  .row > .template_1 {
    margin-bottom: 30px;
  }
}

.single-post .date {
  text-transform: uppercase;
  color: #e8504b;
}

@media all and (max-width: 767px) {
  .single-post .date {
    font-size: 1rem;
  }
}

.recomended-post .thumbnail {
  width: 60px;
  margin-right: 10px;
  flex: 0 0 60px;
  background: #f3f3f3;
}

.recomended-post h2 {
  margin-top: 0;
  font-weight: 600;
}

.pchtv-play-icon {
  position: relative;
}

.pchtv-play-icon .icon {
  background: var(--pch-clr-primary);
  width: 30px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  font-size: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(50% - 1rem);
  left: 50%;
}

.pchtv-play-icon .icon i:before {
  color: var(--pch-clr-white);
}

.post-donate-form h4 {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.post-donate-form input {
  height: 70px;
  background: transparent;
  font-size: 20px;
  color: var(--pch-clr-primary);
  border: 1px solid var(--pch-clr-primary);
  padding: 10px;
  width: 180px;
  padding-right: 40px;
  text-indent: 60px;
}

.post-donate-form .donate-value-row {
  height: 70px;
}

.post-donate-form .donate-value-row .donate-value {
  padding: 15px 35px;
  border: 1px solid var(--pch-clr-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.post-donate-form .donate-value-row .donate-value.active {
  background: var(--pch-clr-primary);
  color: #fff;
}

.post-donate-form .donate-value-row.custom span {
  position: relative;
  transform: translate(-28px, 16px);
  color: red;
  display: flex;
  height: 40px;
  align-items: center;
}

.post-donate-form .send-donation {
  padding: 15px 35px;
  border: 1px solid var(--pch-clr-primary);
  background: var(--pch-clr-primary);
  color: #fff;
  cursor: pointer;
  height: 70px;
  display: flex;
  justify-content: center;
  margin-left: 25px;
  align-items: center;
}

@media all and (max-width: 767px) {
  .post-donate-form .send-donation {
    margin-left: unset;
  }
}

.e-tygodnik-post .post-image.object-fit {
  height: auto;
}

.default-post.pchtv .post-image:before {
  color: var(--pch-clr-primary);
  content: "\f144";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 45px;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
}

@media all and (max-width: 767px) {
  .default-post.pchtv .post-image:before {
    font-size: 20px;
  }
}

.row.e-tygodnik-big-excerpt {
  border-top: 3px solid var(--pch-clr-primary);
  border-bottom: 3px solid var(--pch-clr-primary);
}

.row.e-tygodnik-big-excerpt h3.section-title-margined {
  transform: translate(0px, -50%);
  background: #fff;
  display: inline-block;
  padding: 20px 35px;
}

.single-book {
  padding: 0 15px;
  display: flex;
  flex: 0 0 20%;
}

.single-book > div {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 20px;
}

.single-book.books-library-link > div {
  border: 0;
  padding: 0;
}

.icon-red {
  background: var(--pch-clr-primary);
  width: 35px;
  height: 35px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  color: #fff;
}

.sticky-header {
  position: sticky;
  background: white;
  top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0 10px calc(1rem + 18px);
}

.border-light-gray {
  border: 1px solid #eaeaea;
}

.popular-posts ul li {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.popular-posts ul li a {
  font-weight: 600;
}

.popular-posts ul {
  padding-left: 20px;
}

img.image-shadow {
  box-shadow: 0 10px 30px #0000005e;
  border-radius: 20px;
}

.tags-place {
  margin-bottom: 20px;
}

.button-donate {
  display: inline-block;
  padding: 3px 0px;
  background: #1d1d1d;
  height: 50px;
  cursor: pointer;
}

.button-donate button {
  padding: 0px 50px;
  border: 0;
  line-height: 44px;
  font-size: 13px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.donate-text-content {
  font-size: 21px;
  line-height: 29px;
}

.donate-inner-bg {
  background-image: url("/wp-content/themes/pch24/assets/images/bg-donate.jpg") !important;
}

.donate-input-main {
  padding: 5px 20px;
  background: var(--pch-clr-white);
  display: inline-block;
  width: 215px;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
  height: 50px;
  line-height: 25px;
}

.donate-input-main input {
  padding: 10px 0;
  font-size: 20px;
  width: 70px;
  text-align: left;
  border: 0;
  display: inline-block;
  margin-right: -45px;
  line-height: 25px;
}

.post-title {
  line-height: 1.625;
  max-width: 32ch;
}

.pch-article p:first-of-type,
.pch-article p:first-of-type * {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

.pch-article p {
  font-size: 1.15rem !important;
  font-family: "Roboto", Roboto, Arial, Helvetica, sans-serif !important;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

@media screen and (max-width: 768px) {
  .pch-article p {
    font-size: 1.5rem !important;
  }
}

.pch-article p strong {
  font-size: inherit;
  line-height: 1.25;
  font-weight: 600 !important;
  font-family: var(--pch-font-display);
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.pch-article p em {
  font-weight: 500;
}

.pch-article p a {
  font-weight: bolder;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--pch-clr-primary);
          text-decoration-color: var(--pch-clr-primary);
  text-decoration-thickness: 2px;
}

.pch-article blockquote {
  padding-left: 15px;
  border-left: 2px solid var(--pch-clr-primary);
  font-style: italic;
}

.pch-article blockquote p:first-of-type {
  font-weight: normal !important;
}

.pch-article ol,
.pch-article ul {
  margin-bottom: 1rem;
}

.pch-article ol li,
.pch-article ul li {
  margin-bottom: 0.5em;
}

.pch-article ol {
  list-style: decimal inside;
}

.pch-article ul {
  list-style: disc inside;
}

.pch-article .gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1vw;
}

@media (min-width: 640px) {
  .pch-article .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .pch-article .gallery-columns-1 {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .pch-article .gallery-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pch-article .gallery-columns-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.pch-article .gallery .gallery-icon a {
  position: relative;
  overflow: hidden;
  display: block;
}

.pch-article .gallery .gallery-icon a:before {
  position: absolute;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  content: "\f00e";
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  color: var(--pch-clr-white);
  background-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}

.pch-article .gallery .gallery-icon a:hover:before {
  transform: translateX(0);
}

.pch-article .gallery .gallery-caption {
  display: none;
}

.pch-article .gallery-item img {
  width: 100%;
  margin: 0 auto;
}

.sfd-donate-box-container.sfd-in-content {
  padding: 1.4rem;
  --sfd-input-padding: 5px 12px;
}

.sfd-donate-box-container.sfd-in-content *:not(svg),
.sfd-donate-box-container.sfd-in-content #otherPriceInput::placeholder {
  font-size: 1rem;
}

@media screen and (max-width: 640px) {
  .sfd-donate-box-container.sfd-in-content #sfd-form .sfd-donate-box {
    display: grid;
    grid-template-columns: 1fr 33%;
  }

  .sfd-donate-box-container.sfd-in-content #sfd-form .sfd-button {
    min-width: unset;
    max-width: 100%;
    grid-column: 1/span 2;
  }
}

.sfd-donate-box-container #otherPriceInput {
  height: 100%;
}

.sfd-donate-box-container .sfd-custom-amount {
  align-self: stretch;
}

.sfd-donate-box-container .sfd-custom-amount * {
  height: 100%;
}

.scroll-me {
  flex-basis: 0px;
  flex-grow: 1;
  overflow-y: auto;
}

.slider-container {
  max-width: 800px;
}

.slider-item .slider-post-title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.slider-item .slider-post-title a {
  color: #000;
}

@media all and (max-width: 1024px) {
  .slider-item .slider-post-title {
    font-size: 21px;
  }
}

.slider-item .slider-counter {
  font-size: 12px;
  background: var(--pch-clr-primary);
  padding: 2px 10px;
  color: #fff;
}

.slider-item span.post-category,
.slider-item .post-date {
  font-size: 16px;
  color: var(--pch-clr-primary);
}

@media all and (max-width: 767px) {
  .slider-item span.post-category,
.slider-item .post-date {
    color: #fff;
  }
}

.slider-item .image-overflow {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-item .image-overflow .image-container {
  position: relative;
  flex: auto;
  height: 100%;
  width: 100%;
  max-width: max-content;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .slider-item .image-overflow .image-container {
    width: 100%;
  }
}

.slider-item .image-overflow .image-container .images-data {
  height: 100%;
  position: relative;
}

.slider-item .image-overflow .image-container .images-data.no-transition {
  transition: none;
}

.slider-item .image-overflow .image-container .images-data > a {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  max-height: 380px;
}

.slider-item .image-overflow .image-container .images-data > a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0));
}

.slider-item .image-overflow .image-container .images-data > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider-item .img-info {
  position: relative;
  min-height: 310px;
}

@media all and (max-width: 767px) {
  .slider-item .img-info {
    height: 210px;
    min-height: 210px;
  }
}

.slider-item .img-info img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 767px) {
  .slider-item .inf {
    background: #1d1d1d;
    color: #fff;
    padding: 10px 20px !important;
  }

  .slider-item .inf .slider-post-title {
    font-size: 14px;
    margin: 0;
  }

  .slider-item .inf .post-category {
    font-size: 9px;
  }
}

.slider-navigation {
  position: absolute;
  top: 50%;
  display: flex;
  left: 50%;
  width: 100%;
  justify-content: space-between;
  z-index: 11;
  pointer-events: none;
  max-width: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 479px) {
  .slider-navigation {
    top: 30%;
  }
}

.slider-navigation > div {
  pointer-events: all;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--pch-clr-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-navigation > div.prev:not(.swiper-prev) {
  cursor: pointer;
  transform: translate(0, -50%);
}

.slider-navigation > div.next:not(.swiper-next) {
  cursor: pointer;
  transform: translate(0, -50%);
}

.content-item {
  width: 100%;
  min-width: 24vw;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .content-item {
    max-width: calc(100vw - 8ch);
  }
}

@media screen and (min-width: 1280px) {
  .content-item {
    max-width: 54ch;
  }
}

@media screen and (min-width: 480px) {
  .content-item h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .content-item h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 970px) {
  .content-item h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 1280px), screen and (max-width: 767px) {
  .content-item h2 {
    max-width: 36ch;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .content-item h2 {
    max-width: 26ch;
  }
}

.slider-contents .content-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 767px) {
  .slider-contents .content-container {
    height: auto;
  }
}

.slider-contents .content-container .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.slider-contents .content-container .item.current.goOut-left {
  transform: translate(-100%, 0%);
}

.slider-contents .content-container .item.current.goOut-right {
  transform: translate(100%, 0%);
}

.slider-contents .content-container .item.goFrom-left {
  transform: translate(-100%, 0);
}

.slider-contents .content-container .item.current {
  top: 0;
  left: 0;
  transition: transform 0.5s;
  transform: translate(0, 0);
}

.top-border {
  border-top: 0.5rem solid var(--pch-clr-primary);
}

.main-news-small a {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.main-news-small .news-main-image .wp-post-image {
  border-bottom: 0.5rem solid var(--pch-clr-primary);
}

.wiadomosci-dnia-links:not(.wiadomosci-dnia-links-top) {
  width: calc(100% - 320px - 3rem);
}

.wiadomosci-dnia-links:not(.wiadomosci-dnia-links-top) :not(:first-child) {
  margin-left: 2rem;
}

.wiadomosci-dnia-links:not(.wiadomosci-dnia-links-top) > * {
  width: 32ch;
}

.wiadomosci-dnia a, .wiadomosci-dnia-top a {
  font-weight: 600;
  transition: color 0.3s;
  opacity: 0.5;
}

.wiadomosci-dnia a.current, .wiadomosci-dnia-top a.current {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.wiadomosci-dnia-top-col-1 {
  max-width: 320px;
  min-width: 180px;
}

.wiadomosci-dnia:not(.wiadomosci-dnia-top) a:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 3px;
  opacity: 0;
  transition: opacity 0.5s;
  background: var(--pch-clr-primary);
  margin-top: 20px;
}

.wiadomosci-dnia:not(.wiadomosci-dnia-top) a.current:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 3px;
  background: var(--pch-clr-primary);
  opacity: 1;
  margin-top: 20px;
}

.wiadomosc-dnia-cover {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

.wiadomosc-dnia-cover-top {
  width: 100%;
}

.wiadomosc-dnia-cover-box {
  width: 320px;
  height: 180px;
  position: absolute;
  left: 1rem;
}

.wiadomosc-dnia-cover.current {
  opacity: 1;
}

.wiadomosc-dnia-cover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.vh-100 {
  height: 100vh;
}

.minvh-100 {
  min-height: 100vh;
}

.vp-50 {
  height: 50%;
}

.top-featured-posts {
  display: grid;
  grid-template-areas: "top-grid-topic-of-day" "top-grid-info-of-day" "top-grid-inner-blocks" "top-grid-box-pap";
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width: 768px) {
  .top-featured-posts {
    grid-template-areas: "top-grid-topic-of-day top-grid-topic-of-day top-grid-info-of-day-0 top-grid-box-pap" "top-grid-info-of-day-3 top-grid-info-of-day-2 top-grid-info-of-day-1 top-grid-box-pap" "top-grid-inner-blocks top-grid-inner-blocks top-grid-inner-blocks top-grid-inner-blocks";
    grid-template-columns: repeat(4, 1fr);
  }
}

.top-grid-info-of-day-0,
.top-grid-info-of-day-1,
.top-grid-info-of-day-2,
.top-grid-info-of-day-3 {
  display: none;
}

@media (min-width: 768px) {
  .top-grid-info-of-day-0,
.top-grid-info-of-day-1,
.top-grid-info-of-day-2,
.top-grid-info-of-day-3 {
    display: block;
  }
}

.top-grid-topic-of-day {
  grid-area: top-grid-topic-of-day;
}

.top-grid-info-of-day {
  grid-area: top-grid-info-of-day;
}

.top-grid-info-of-day-0 {
  grid-area: top-grid-info-of-day-0;
}

.top-grid-info-of-day-1 {
  grid-area: top-grid-info-of-day-1;
}

.top-grid-info-of-day-2 {
  grid-area: top-grid-info-of-day-2;
}

.top-grid-info-of-day-3 {
  grid-area: top-grid-info-of-day-3;
}

@media (min-width: 1536px) {
  .main-news-image {
    width: 317.5px;
    height: 182.5px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1535px) and (min-width: 1280px) {
  .main-news-image {
    width: 297.5px;
    height: 171px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1279px) and (min-width: 1041px) {
  .main-news-image {
    width: 233.5px;
    height: 134px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1041px) and (min-width: 768px) {
  .main-news-image {
    width: 100%;
    height: 13vw;
    overflow: hidden;
    display: block;
  }
}

@media (min-width: 768px) {
  .main-news-image img {
    aspect-ratio: 800/460;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: cover;
       object-position: cover;
  }
}

.top-grid-box-pap {
  position: relative;
  grid-area: top-grid-box-pap;
  border: 1px solid var(--pch-clr-primary);
  padding-bottom: 15px;
  min-height: 33vh;
}

.top-grid-box-pap .sticky-header {
  padding-left: 15px;
}

.top-grid-box-pap .box-pap-time {
  font-weight: bold;
  color: var(--pch-clr-primary);
  display: block;
}

.top-grid-box-pap .box-pap-item {
  font-size: 1.25rem;
  border-bottom: 1px solid var(--pch-clr-primary);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-grid-box-pap .box-pap-item:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .top-grid-box-pap .box-pap-item {
    font-size: 1rem;
  }
}

.top-grid-box-pap .box-pap-lazy-loader {
  display: flex;
  gap: 0.25em;
  flex-direction: row;
}

.top-grid-box-pap .box-pap-lazy-loader.loading span.loader {
  display: block !important;
}

.top-grid-inner-blocks {
  min-width: 100%;
  grid-area: top-grid-inner-blocks;
}

.top-grid-inner-blocks .inner-container {
  min-width: 100%;
}

@font-face {
  font-family: "swiper-icons";

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.top-featured-posts {
  display: grid;
  grid-template-areas: "top-grid-topic-of-day" "top-grid-info-of-day" "top-grid-inner-blocks" "top-grid-box-pap";
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width: 768px) {
  .top-featured-posts {
    grid-template-areas: "top-grid-topic-of-day top-grid-topic-of-day top-grid-info-of-day-0 top-grid-box-pap" "top-grid-info-of-day-3 top-grid-info-of-day-2 top-grid-info-of-day-1 top-grid-box-pap" "top-grid-inner-blocks top-grid-inner-blocks top-grid-inner-blocks top-grid-inner-blocks";
    grid-template-columns: repeat(4, 1fr);
  }
}

.top-grid-info-of-day-0,
.top-grid-info-of-day-1,
.top-grid-info-of-day-2,
.top-grid-info-of-day-3 {
  display: none;
}

@media (min-width: 768px) {
  .top-grid-info-of-day-0,
.top-grid-info-of-day-1,
.top-grid-info-of-day-2,
.top-grid-info-of-day-3 {
    display: block;
  }
}

.top-grid-topic-of-day {
  grid-area: top-grid-topic-of-day;
}

.top-grid-info-of-day {
  grid-area: top-grid-info-of-day;
}

.top-grid-info-of-day-0 {
  grid-area: top-grid-info-of-day-0;
}

.top-grid-info-of-day-1 {
  grid-area: top-grid-info-of-day-1;
}

.top-grid-info-of-day-2 {
  grid-area: top-grid-info-of-day-2;
}

.top-grid-info-of-day-3 {
  grid-area: top-grid-info-of-day-3;
}

@media (min-width: 1536px) {
  .main-news-image {
    width: 317.5px;
    height: 182.5px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1535px) and (min-width: 1280px) {
  .main-news-image {
    width: 297.5px;
    height: 171px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1279px) and (min-width: 1041px) {
  .main-news-image {
    width: 233.5px;
    height: 134px;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1041px) and (min-width: 768px) {
  .main-news-image {
    width: 100%;
    height: 13vw;
    overflow: hidden;
    display: block;
  }
}

@media (min-width: 768px) {
  .main-news-image img {
    aspect-ratio: 800/460;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: cover;
       object-position: cover;
  }
}

.top-grid-box-pap {
  position: relative;
  grid-area: top-grid-box-pap;
  border: 1px solid var(--pch-clr-primary);
  padding-bottom: 15px;
  min-height: 33vh;
}

.top-grid-box-pap .sticky-header {
  padding-left: 15px;
}

.top-grid-box-pap .box-pap-time {
  font-weight: bold;
  color: var(--pch-clr-primary);
  display: block;
}

.top-grid-box-pap .box-pap-item {
  font-size: 1.25rem;
  border-bottom: 1px solid var(--pch-clr-primary);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-grid-box-pap .box-pap-item:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .top-grid-box-pap .box-pap-item {
    font-size: 1rem;
  }
}

.top-grid-box-pap .box-pap-lazy-loader.loading span.loader {
  display: flex !important;
}

.top-grid-inner-blocks {
  min-width: 100%;
  grid-area: top-grid-inner-blocks;
}

.top-grid-inner-blocks .inner-container {
  min-width: 100%;
}

h1.super-big {
  color: var(--pch-clr-primary);
  font-size: 100px;
  margin-bottom: 0;
}

span.description-404 {
  font-size: 24px;
}

.has-bg-color-red-white {
  background-color: #fdebea;
}

.has-red-color {
  color: var(--pch-clr-primary);
}

.col-1 > .container,
.col-1 .container-fluid {
  padding: 0;
}

.col-2 > .container,
.col-2 .container-fluid {
  padding: 0;
}

.col-3 > .container,
.col-3 .container-fluid {
  padding: 0;
}

.col-4 > .container,
.col-4 .container-fluid {
  padding: 0;
}

.col-5 > .container,
.col-5 .container-fluid {
  padding: 0;
}

.col-6 > .container,
.col-6 .container-fluid {
  padding: 0;
}

.col-7 > .container,
.col-7 .container-fluid {
  padding: 0;
}

.col-8 > .container,
.col-8 .container-fluid {
  padding: 0;
}

.col-9 > .container,
.col-9 .container-fluid {
  padding: 0;
}

.col-10 > .container,
.col-10 .container-fluid {
  padding: 0;
}

.col-11 > .container,
.col-11 .container-fluid {
  padding: 0;
}

.col-12 > .container,
.col-12 .container-fluid {
  padding: 0;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.8 !important;
}

.aligncenter {
  margin: 0 auto;
}

.max-w-36ch {
  max-width: 36ch;
}

.flex-force {
  display: flex !important;
}

.wp-block-image img {
  width: 100%;
}

.nav-top-icon {
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .nav-top-icon:hover .nav-top-text {
    transform: translate(-50%, 0);
    opacity: 1;
    display: block;
  }
}

.nav-top-icon svg {
  max-width: 36px;
  max-height: 36px;
  width: 100%;
}

.nav-top-text {
  background-color: var(--pch-clr-primary);
  text-align: center;
  padding: 0.3rem;
  color: var(--pch-clr-white);
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  min-width: max-content;
  left: 50%;
  top: 3rem;
  transform: translate(-50%, 10px);
  z-index: 10000;
  opacity: 0;
  transition: transform 0.24s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  pointer-events: none;
  display: none;
}

.label-tag {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: var(--pch-clr-primary);
  color: var(--pch-clr-white);
  display: inline-block;
  line-height: 1;
  padding: 2px 1rem;
  transform: translateY(-0.124em);
}

.label-tag--big {
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-3px);
}

.category-box.category-box-left.category-box-line.mb-4.heading.heading--3 {
  margin-top: 0;
}

#sfd-form .sfd-custom-amount {
  margin-top: 0.65rem;
}

#sfd-form .sfd-custom-amount.ml-4 {
  margin-left: 0;
}

#donate-box-ic #sfd-form .sfd-custom-amount {
  margin-top: 0;
}

.gallery {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.mb-8-imp {
  margin-bottom: 2rem !important;
}

.mt-8-imp {
  margin-top: 2rem !important;
}

.text-xl-imp {
  line-height: 1.75rem !important;
  font-size: 1.5rem !important;
}

.single-post .col-12 {
  flex: 0 1 100%;
}

.owl-carousel .owl-stage-outer:before,
.owl-carousel .owl-stage-outer:after {
  display: none;
}

.owl-carousel {
  margin-top: 1rem;
}

iframe.wp-embedded-content {
  max-width: 100%;
  margin: 0 auto;
}

.fas.fa-external-link-alt {
  color: #3636c9;
}

div.main-slider-container > div.row > div.col-lg-12.col-md-12.col-12.padding-tb-md.padding-zero.justify-content-start {
  padding-bottom: 0;
}

.main-slider-container .owl-carousel.owl-theme {
  margin-bottom: 0;
}

.default-post .post-image {
  min-height: unset;
  height: auto;
}

.default-post .post-image a {
  width: 100%;
  height: 21vh;
  min-height: 180px;
}

div.pchtv-big-inside div.content {
  background: none;
}

.saints-day {
  display: none;
}

.saints-container .flex {
  margin-left: auto;
}

.no-donate .js-donate-box-ic {
  display: none;
}

.line-clamp.line-clamp-4 {
  --lines: 3;
}

/*purgecss end ignore
 */