/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/
:root {
  --client-primary: #003670;
  --client-secondary: #0075AD;
  --client-accent: #F47D55;
  --client-text: #1F2937;
  --client-light: #F5F7FA;
  --global-kb-row-default-top: 0;
  --global-kb-spacing-sm: 0;
  --global-kb-spacing-sm: 0 !important;
}

body .swiper {
  --swiper-navigation-size: 1.7rem;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #444;
  --swiper-pagination-bullet-inactive-color: #bdbdbd;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-navigation-sides-offset: 0rem;
}

.wp-site-blocks {
  --global-kb-row-default-top: 0;
  --global-kb-spacing-sm: 0;
}

a {
  color: var(--client-secondary);
}

a:hover {
  color: var(--client-primary);
}

body.home #masthead,
body.home #masthead .site-main-header-wrap,
body.home #masthead .site-header-row-container,
body.home #masthead .site-header-row-container-inner {
  background: transparent !important;
}

.kb-post-list-item {}

.swiper-slide.kb-post-list-item {
  display: grid !important;
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
}

.kb-post-list-item article {
  display: flex;
  position: relative;
  flex-direction: column;
}

.kb-post-list-item article .post-thumbnail {
  aspect-ratio: 3 / 2;
  height: auto;
  padding-bottom: 0;
}

.kb-post-list-item article .entry-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: start;
  justify-content: start;
  padding-bottom: 3rem;
  position: relative;
}

.kb-post-list-item article .entry-content-wrap .entry-header {
  width: 100%;
  margin: 0 0 0 0 !important;
}

.kb-post-list-item article .entry-content-wrap .entry-summary {
  margin: 0 0 0 0 !important;
}

.kb-post-list-item article .entry-content-wrap .entry-footer {
  position: absolute;
  bottom: 2rem;
  margin-top: 0;
}

.swiper {}

.swiper-wrapper {
  display: flex !important;
  padding: 0;
  margin: 0 0 70px 0 !important;
  list-style: none;
}

.swiper-wrapper>li {
  margin: 0 !important;
  transition: opacity 500ms;
  opacity: 1;
}

.swiper-wrapper:not(.ready) li {
  opacity: 0;
}

.swiper-slide>* {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  top: 135px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .55);
  border-radius: 10px;
  transition: background .2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, .8);
}

.swiper-button-prev {
  left: 15px;
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-weight: 700;
}

.swiper-pagination {
  position: relative;
  margin-top: 28px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
  background: #bdbdbd;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #444;
}



.home-poi-wrapper .kt-row-column-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.home-poi-wrapper .kt-row-column-wrap .wp-block-kadence-column {
  flex: 0 0 50%;
  display: flex;
}

.home-poi-wrapper .kt-row-column-wrap .kt-inside-inner-col {
  height: 100%;
  display: flex;
  flex-direction: column;

}