/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.display-inline {
  display: inline-block !important;
}

.icon-image-relative {
  position: relative;
  z-index: -1;
}

.blurred {
  backdrop-filter: blur(2px);
}

.centered-slide-gallery ul.kb-gallery-carousel.splide li img {
  transition: 0.5s ease-out all;
}

.centered-slide-gallery ul.kb-gallery-carousel.splide li.is-next + li img,
.centered-slide-gallery ul.kb-gallery-carousel.splide li.is-active img {
  width: 80% !important;
  height: 80% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.absolute-badge-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 154px;
}

.absolute-badge-1 > .kt-blocks-info-box-link-wrap,
.absolute-badge-2 > .wp-block-kadence-single-icon {
  position: relative;
}

.absolute-badge-1:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/top-left-bg.svg);
  top: 0;
  bottom: -50px;
  left: 0;
  right: -50px;
  position: absolute;
  z-index: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.absolute-badge-2 {
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 154px;
  height: 154px;
}

.absolute-badge-2:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/bottom-right-corner-bg-bg.svg);
  bottom: -5px;
  top: -52px;
  right: 0px;
  left: -60px;
  position: absolute;
  z-index: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1025px) {
  .absolute-badge-2:before {
    bottom: 0px;
    top: 4px;
    right: -1px;
    left: 32px;
  }
  .absolute-badge-2 {
    bottom: -14px;
    right: 0;
    width: 135px;
    height: 135px;
  }
  .absolute-badge-1:before {
    top: -5px;
    bottom: -38px;
    left: -1px;
    right: 0;
  }
}
.align-row ul {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.items-arrow-bottom {
  position: absolute;
  left: auto;
  right: -10px;
  top: auto;
  bottom: -10px;
}

.kt-accordion-pane {
  border-radius: 20px;
  overflow: hidden;
}

article.entry-card img.wp-post-image {
  border-radius: 10px;
}

.kt-blocks-carousel .splide__arrows {
  position: absolute;
  left: auto;
  right: 0;
  top: -40px;
}

.kt-blocks-carousel .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 60px;
}

.kt-blocks-carousel .splide__arrows .splide__arrow svg {
  fill: var(--theme-palette-color-1);
}

.kt-blocks-carousel .splide__arrows button {
  border-color: var(--theme-palette-color-1);
  border-radius: 100%;
  width: 42px;
  height: 42px;
}

.kt-blocks-carousel .splide__arrows button:hover {
  background-color: var(--theme-palette-color-1);
}

.kt-blocks-carousel .splide__arrows button:hover svg {
  fill: #fff;
}

.flexy-arrow-prev {
  top: -50px !important;
  left: auto !important;
  opacity: 1 !important;
  right: 60px !important;
  border: 1px solid var(--theme-palette-color-1);
}

.flexy-arrow-next {
  right: 7px !important;
  left: auto;
  top: -50px !important;
  opacity: 1 !important;
  border: 1px solid var(--theme-palette-color-1);
}

.flexy-arrow-next svg,
.flexy-arrow-prev svg {
  fill: var(--theme-palette-color-1);
}

.flexy-arrow-next:hover svg,
.flexy-arrow-prev:hover svg {
  fill: #fff;
}

.wp-block-post-featured-image img {
  aspect-ratio: 4/3;
  border-radius: 10px;
}

.wp-block-embed.is-type-video iframe {
  border-radius: 10px;
}

.home-page-posts-query .entry-excerpt {
  color: #fff;
}

.entries article {
  position: relative;
}
.entries article .entry-button {
  text-decoration: underline;
}
.entries article .ct-entry-content-block:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ct-related-posts article {
  position: relative;
}
.ct-related-posts article .hentry {
  padding: 20px;
  border: 1px solid var(--theme-palette-color-5);
  border-radius: 10px;
}
.ct-related-posts article .hentry .wp-block-post-excerpt__more-link {
  text-decoration: underline;
}
.ct-related-posts article .hentry .ct-entry-content-block:last-child {
  position: absolute;
  bottom: 3px;
  right: 18px;
}

.home-page-posts-query .ct-entry-content-block .wp-block-kadence-icon .kb-svg-icon-wrap {
  background: #fff;
  color: var(--theme-palette-color-2) !important;
  border-color: var(--theme-palette-color-2) !important;
}

.carousel-centeredsize .swiper-wrapper {
  align-items: center;
}
.carousel-centeredsize .swiper-wrapper img {
  object-fit: contain;
}
.carousel-centeredsize .swiper-wrapper .swiper-slide-next img {
  aspect-ratio: 3/4;
}

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