.page-template-page-blog .resource-carousel .resource-carousel-section > .kt-inside-inner-col {
  max-height: 329px;
  overflow: hidden;
}
@media screen and (max-width: 1210px) {
  .page-template-page-blog .resource-carousel .resource-carousel-section > .kt-inside-inner-col {
    max-height: unset;
  }
}
@media screen and (max-width: 1210px) {
  .page-template-page-blog .resource-carousel .kt-feat-image-align-left {
    display: block;
  }
}
.page-template-page-blog .resource-carousel .kt-blocks-above-categories {
  margin-bottom: 18px;
}
.page-template-page-blog .resource-carousel .kt-blocks-above-categories a {
  border: 2px solid #FFB52B;
  border-radius: 30px;
  padding: 2px 10px;
  background-color: transparent;
}
.page-template-page-blog .resource-carousel .kb-splide {
  margin-bottom: 0;
}
.page-template-page-blog .resource-carousel .kb-splide .splide__pagination {
  bottom: 15px;
  left: unset;
}
.page-template-page-blog .resource-carousel .kb-splide .splide__pagination button.splide__pagination__page {
  background-color: #e4e4e4;
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin-right: 15px;
  margin-bottom: 15px;
}
.page-template-page-blog .resource-carousel .kb-splide .splide__pagination button.is-active {
  box-shadow: inset 0 0 0 10px #FFB52B;
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore-wrap::after {
  content: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/right-arrow.svg);
  position: absolute;
  display: block;
  right: -20px;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore-wrap:hover::after {
  content: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/right-arrow-yellow.svg);
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore {
  transition: none !important;
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore a {
  position: relative;
  transition: none;
}
.page-template-page-blog .resource-carousel .kt-blocks-post-readmore a:hover {
  color: #FFB52B;
}
.page-template-page-blog .resource-search .wp-block-search__inside-wrapper {
  background-color: #e4e4e4;
  border: none;
  border-radius: 50px;
  overflow: hidden;
  padding: 10px 40px;
}
.page-template-page-blog .resource-search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #e4e4e4;
  border: none;
  padding: 0;
}
.page-template-page-blog .resource-search .wp-block-search__inside-wrapper .wp-block-search__button {
  color: #000;
  padding: 0;
  margin: 0;
}
.page-template-page-blog .resource-search .wp-block-search__inside-wrapper .search-icon {
  transform: rotate(270deg);
  min-width: 38px;
  min-height: 38px;
}
.page-template-page-blog .res-lib-container .inline-categories {
  border-bottom: 2px solid #e4e4e4;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 33px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}
@media screen and (max-width: 350px) {
  .page-template-page-blog .res-lib-container .inline-categories {
    flex-direction: column;
  }
}
.page-template-page-blog .res-lib-container .inline-categories > a {
  width: -moz-fit-content;
  width: fit-content;
  flex: unset;
}
.page-template-page-blog .res-lib-container .inline-categories .inline-category {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.75px;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #FFB52B;
  background-color: transparent;
  margin: 0;
}
.page-template-page-blog .res-lib-container .inline-categories .inline-category:hover, .page-template-page-blog .res-lib-container .inline-categories .inline-category.active {
  background-color: rgba(255, 181, 43, 0.3);
}
@media screen and (max-width: 767px) {
  .page-template-page-blog .res-lib-container .inline-categories .inline-category {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 47px;
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform {
  width: 403px;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform .search-field {
  background-color: #e4e4e4;
  color: #000;
  font-size: 20px;
  letter-spacing: 2.5px;
  border: none;
  padding: 10px 40px;
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform .search-field::-moz-placeholder {
  color: #000;
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform .search-field::placeholder {
  color: #000;
}
.page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform .search-submit {
  left: unset;
  top: 55%;
  right: 40px;
}
@media screen and (max-width: 500px) {
  .page-template-page-blog .res-lib-container #resource-drop-downs > .container #searchform {
    max-width: 80vw;
  }
}
.page-template-page-blog .res-lib-container .topic-dropdown {
  display: none;
}
.page-template-page-blog .res-lib-container .kt-blocks-above-categories a {
  border-radius: 30px;
  border: 2px solid #95edfb;
  padding: 2px 10px 0;
  margin-bottom: 18px;
  display: inline-block;
}
.page-template-page-blog .res-lib-container .kt-blocks-post-grid-item-inner {
  position: relative;
  min-height: 255px;
}
.page-template-page-blog .res-lib-container .kt-blocks-post-grid-item-inner .entry-content {
  position: absolute;
  bottom: 35px;
}
.page-template-page-blog .res-lib-container .kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore {
  position: relative;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers {
  border-radius: 50%;
  width: auto;
  min-width: 34px;
  height: 34px;
  background-color: transparent;
  color: #7C8082;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 4px 0 0 0;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers.current {
  background-color: #e4e4e4;
  color: #FFB52B;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers.next,
.page-template-page-blog .res-lib-container .nav-links .page-numbers.prev {
  color: #FFB52B;
  width: auto;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers.next:hover,
.page-template-page-blog .res-lib-container .nav-links .page-numbers.prev:hover {
  color: #FFB52B;
  background-color: transparent;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers.next::before {
  content: "Next";
  margin-right: 5px;
}
.page-template-page-blog .res-lib-container .nav-links .page-numbers.prev::after {
  content: "Prev";
  margin-left: 5px;
}
.page-template-page-blog .res-lib-container .resource-pagination {
  padding: 0 1rem 5px;
}
.page-template-page-blog .res-lib-container .resource-pagination .page-numbers {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #7C8082;
  background-color: transparent;
}
.page-template-page-blog .res-lib-container .resource-pagination .next,
.page-template-page-blog .res-lib-container .resource-pagination .prev {
  color: #FFB52B;
  background-color: transparent;
}
.page-template-page-blog .res-lib-container .resource-pagination .next:hover,
.page-template-page-blog .res-lib-container .resource-pagination .prev:hover {
  background-color: transparent !important;
}
.page-template-page-blog .res-lib-container .resource-pagination .page-numbers:hover,
.page-template-page-blog .res-lib-container .page-numbers.current {
  background-color: #e4e4e4;
  color: #FFB52B;
}
.page-template-page-blog #resource-library {
  padding: 0 1rem 47px;
  gap: 40px 35px;
  max-width: 1166px;
}
@media screen and (max-width: 1116px) {
  .page-template-page-blog #resource-library {
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-blog #resource-library {
    max-width: 430px;
  }
}
.page-template-page-blog #resource-library .resource-item {
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-page-blog #resource-library .resource-item-image {
  aspect-ratio: 355/199;
}
.page-template-page-blog #resource-library .resource-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-blog #resource-library .resource-item-content {
  padding: 25px 30px 25px;
  min-height: 256px;
  justify-content: start;
  height: auto;
}
.page-template-page-blog #resource-library .resource-item-inner > a {
  position: relative;
}
.page-template-page-blog #resource-library .resource-name-label {
  position: absolute;
  bottom: 30px;
  top: unset;
  right: unset;
  left: unset;
  margin-right: 30px;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  padding: 7px 13px;
  border: 2px solid #FFB52B;
  border-radius: 30px;
}
.page-template-page-blog #resource-library .resource-item-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 18px;
}
.page-template-page-blog #resource-library .resource-item-title a {
  color: #000;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-page-blog #resource-library .resource-item-cta {
  margin: 0 !important;
}
.page-template-page-blog #resource-library .resource-item-cta > a {
  color: #FFB52B;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  position: relative;
  padding: 0;
  transition: color 0.3s ease;
}
.page-template-page-blog #resource-library .resource-item-cta > a:hover {
  color: #FFB52B;
}
.page-template-page-blog .seach_and_cta {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-template-page-blog .seach_and_cta {
    display: grid;
  }
  .page-template-page-blog .seach_and_cta #searchform {
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-page-blog .seach_and_cta .bol-button {
  display: flex;
  background: #ffb52b;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--global-palette2, #2B6CB0);
  font-family: Manrope, serif;
  border-radius: 50px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5;
}
.page-template-page-blog .seach_and_cta .bol-button:hover, .page-template-page-blog .seach_and_cta .bol-button.active {
  background: var(--global-palette2, #2B6CB0);
  color: #ffb52b;
}
@media screen and (max-width: 767px) {
  .page-template-page-blog .seach_and_cta .bol-button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
  }
}
.page-template-page-blog .blog-meta {
  color: #2962F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.014px;
  margin-bottom: 18px;
}
.page-template-page-blog .carousel-primary-category {
  margin-right: 30px;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  padding: 7px 13px;
  border: 2px solid #FFB52B;
  border-radius: 30px;
  display: inline-block;
}

.resource-pagination .page-numbers {
  padding: 9px 13px !important;
  text-align: center;
  width: 48px;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.resource-pagination .next, .resource-pagination .prev {
  width: auto;
  height: auto;
}

.resource-pagination .page-numbers:hover, .resource-pagination .page-numbers.current {
  background-color: #E4E4E4 !important;
  border-color: #E4E4E4 !important;
  color: #7C8082 !important;
}

.resource-pagination .page-numbers.current {
  color: #2962F5 !important;
}

.resource-pagination a.page-numbers {
  color: #7C8082;
}

.resource-pagination span.page-numbers.dots {
  color: #2962F5;
}

.resource-pagination span.page-numbers.dots:hover {
  background-color: transparent !important;
}

.resource-pagination a.next, .resource-pagination a.prev {
  color: #2962F5;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.125em;
}

.resource-pagination a.next:hover, .resource-pagination a.prev:hover {
  background-color: transparent !important;
}/*# sourceMappingURL=blog.css.map */