@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}
body input,
body select,
body option,
body div {
  font-family: var(--wp--preset--font-family--primary) !important;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding {
  padding: 86px 0px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding: 48px 20px;
  }
}

.common-padding {
  padding: 48px 0px;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 36px 20px;
  }
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.description-primary {
  font-size: 17px;
  line-height: 27px;
}
@media screen and (min-width: 1440px) {
  .description-primary {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .description-primary {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .description-primary {
    font-size: 14px;
    line-height: 22px;
  }
}

.description-secondary {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .description-secondary {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  .description-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.wp-block-button .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--button-text-primary);
}

.wp-block-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-buttons svg {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wp-block-buttons a,
.wp-block-buttons svg,
.wp-block-buttons path {
  transition: all 0.5s;
}

.is-style-subtitles {
  font-weight: 600;
}
.is-style-subtitles svg {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  color: var(--wp--preset--color--support-color);
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}

.home-hero-v2__overlay {
  position: relative;
}
.home-hero-v2__overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.home-hero-v2__inner {
  position: relative;
  z-index: 2;
}

.blog-content .entry-content .wp-block-file a {
  color: var(--wp--preset--color--button-text-primary) !important;
}

.footer__logo {
  height: unset;
  width: unset;
}
@media screen and (max-width: 425px) {
  .footer__logo {
    height: unset;
    width: unset;
  }
}
.footer__logo img {
  max-width: 190px;
  height: auto;
}
@media screen and (max-width: 425px) {
  .footer__logo img {
    max-width: 170px;
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .footer__menus .row .col-7 {
    width: 100%;
  }
}
.custom-clinic-search path {
  fill: var(--wp--preset--color--white-color);
}
.custom-clinic-search .wp-block-button__link {
  border: none;
}

.find-clinic__left-content .talk-icon path {
  fill: var(--wp--preset--color--white-color);
}

.neighborhood__inner-content .row {
  --bs-gutter-x: 36px;
}

.neighborhood__lists-col {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .header .wp-block-site-logo img {
    max-width: 158px;
  }
}
@media screen and (max-width: 575px) {
  .header .wp-block-site-logo img {
    max-width: 130px;
  }
}

.footer__contact-us a {
  color: var(--wp--preset--color--primary-heading);
}

.about-us__content-group .wp-block-heading::before {
  background: var(--wp--preset--color--primary-color);
}

.call-to-action-v2 .is-style-outline .wp-block-button__link {
  border: 1px solid transparent !important;
}
.call-to-action-v2 .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--preset--color--button-text-primary) !important;
  border: 1px solid var(--wp--preset--color--white-color) !important;
}

.blog-content .entry-content .wp-block-list li {
  word-break: break-all;
}

.insights-post__grid .wp-block-post-terms {
  width: -moz-fit-content;
  width: fit-content;
}

.insights-post__grid-item {
  gap: 24px;
  background: var(--wp--preset--color--white-color);
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .insights-post__grid-item {
    gap: 20px;
  }
}

.insights-post__grid-item-content {
  gap: 10px;
  padding: 0 20px 20px 20px;
}

.insights-post__grid-item-image {
  height: 250px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .insights-post__grid-item-image {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .insights-post__grid-item-image {
    height: 250px;
  }
}
@media screen and (max-width: 425px) {
  .insights-post__grid-item-image {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .insights-post__grid-item-image img {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .insights-post__grid-item-image img {
    height: 250px;
  }
}
@media screen and (max-width: 425px) {
  .insights-post__grid-item-image img {
    height: 220px;
  }
}

.clinic-book #kivicare_logout_btn {
  background-color: var(--wp--preset--color--button-background-outline);
}
.clinic-book #kivicare_logout_btn:hover {
  background-color: var(--wp--preset--color--button-background-outline) !important;
  color: var(--wp--preset--color--button-text-outline) !important;
}

.clinic-map .clinic-info-window .clinic-read-more {
  color: var(--wp--preset--color--white-color);
}

.clinic-map .fc-component-content p::before,
.clinic-map li::before {
  color: var(--wp--preset--color--primary-color);
}

.wpgmp_print_listing .fc-component-content ul li.fc-component-text {
  padding-top: 0;
}

.clinic-map .clinic-group {
  gap: 10px 36px;
}

.wpgmp_print_listing .fc-component-block .fc-item-title {
  margin-bottom: 10px !important;
}

.leaflet-popup-content .fc-item-meta {
  display: none;
}

.find-clinic__right-content form .clinic_category svg {
  background-color: var(--wp--preset--color--support-color);
}

@media screen and (max-width: 575px) {
  .service-list-slider__pagination {
    gap: 10px;
    padding-inline: var(--wp--preset--spacing--horizontal-padding);
  }
  .service-list-slider__pagination .service-list-slider__pagination .swiper-button-next,
  .service-list-slider__pagination .service-list-slider__pagination .swiper-button-prev {
    flex-shrink: 0;
  }
  .service-list-slider__pagination .service-list-slider__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 43px;
  }
  .service-list-slider__pagination .swiper-pagination {
    display: flex;
    width: 230px !important;
  }
  .find-clinic__left-content .talk-icon svg,
  .find-clinic__right-content .mail-icon svg {
    height: 25px;
    width: 25px;
  }
  .find-clinic__left-content .talk-icon,
  .find-clinic__right-content .mail-icon {
    height: 58px;
    width: 58px;
  }
}
@media screen and (max-width: 425px) {
  .find-clinic__left-content,
  .find-clinic__right-content {
    padding: 30px 25px;
  }
}
.blog-content__left img {
  max-height: 400px;
}

.blog-content .wp-block-gallery {
  gap: 12px;
}

.insights-post__pagination .wp-block-query-pagination,
.updates-lists__pagination .wp-block-query-pagination {
  gap: 24px 14px;
}
@media screen and (max-width: 575px) {
  .insights-post__pagination .wp-block-query-pagination,
  .updates-lists__pagination .wp-block-query-pagination {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .insights-post__pagination .page-numbers {
    padding: 8px 13px;
  }
}

.insights-post__grid-item-content h3 a {
  line-height: 1.3;
}

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .header .wp-block-navigation:not(.is-selected):not(.has-child-selected) > .wp-block-navigation-item:nth-child(3):hover > .wp-block-navigation__submenu-container {
    max-height: 400px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .header nav.header-desktop-menu ul.header-desktop-menu {
    gap: 0 16px;
  }
}
.donate-from > .row {
  gap: 30px 0;
}
.donate-from__wocoomorece {
  padding: 30px;
  background-color: var(--wp--preset--color--white-color);
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .donate-from__wocoomorece {
    padding: 20px;
  }
}
.donate-from__wocoomorece .wc-block-components-notice-banner {
  display: none;
}
.donate-from__wocoomorece {
  /* Title */
}
.donate-from__wocoomorece .wcdp-variation-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 15px 0 13px 0;
}
.donate-from__wocoomorece {
  /* Subtitle */
}
.donate-from__wocoomorece .wcdp-form::before {
  content: "All donations directly impact our organization and help us further our mission.";
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.donate-from__wocoomorece {
  /* Amount Grid */
}
.donate-from__wocoomorece .wcdp_amount {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .donate-from__wocoomorece .wcdp_amount {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .donate-from__wocoomorece .wcdp_amount {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 425px) {
  .donate-from__wocoomorece .wcdp_amount label {
    margin: 0;
  }
}
.donate-from__wocoomorece {
  /* Hide radio buttons */
}
.donate-from__wocoomorece .wcdp_amount input[type=radio] {
  display: none;
}
.donate-from__wocoomorece {
  /* Amount Buttons */
}
.donate-from__wocoomorece .wcdp-button-label {
  display: block;
  padding: 14px;
  text-align: center;
  border-radius: 10px;
  background: var(--wp--preset--color--white-color);
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.25s ease;
}
.donate-from__wocoomorece {
  /* Hover */
}
.donate-from__wocoomorece .wcdp-button-label:hover {
  color: var(--wp--preset--color--white-color);
  border-color: #a3cd3a;
  background-color: var(--wp--preset--color--primary-color) !important;
}
.donate-from__wocoomorece {
  /* Active (Selected) */
}
.donate-from__wocoomorece .wcdp_amount input[type=radio]:checked + .wcdp-button-label {
  background: #a3cd3a;
  color: #fff;
  border-color: #a3cd3a;
}
.donate-from__wocoomorece {
  /* Custom amount field */
}
.donate-from__wocoomorece .wcdp_other {
  display: none;
}
.donate-from__wocoomorece .wcdp_cu_field {
  width: 100%;
}
.donate-from__wocoomorece .wcdp_donation_amount_field {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.donate-from__wocoomorece {
  /* Next / Donate button */
}
.donate-from__wocoomorece .wcdp-button,
.donate-from__wocoomorece #place_order {
  width: 100%;
  background: #a3cd3a;
  border: none;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.donate-from__wocoomorece {
  /* Button hover */
}
.donate-from__wocoomorece .wcdp-button:hover,
.donate-from__wocoomorece #place_order:hover {
  background: #8db131;
}
.donate-from__wocoomorece {
  /* Step progress */
}
.donate-from__wocoomorece .wcdp-progress-bar {
  background: #009ba7 !important;
}
.donate-from__wocoomorece {
  /* Steps text */
}
.donate-from__wocoomorece .wcdp-step {
  color: #999;
  font-weight: 600;
}
.donate-from__wocoomorece .wcdp-step.active {
  color: #009ba7;
}
.donate-from__wocoomorece {
  /* Secure text */
}
.donate-from__wocoomorece .wcdp-form::after {
  content: "🔒 100% Secure Donation";
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}
.donate-from__wocoomorece .woocommerce-billing-fields h3,
.donate-from__wocoomorece .woocommerce-additional-fields h3,
.donate-from__wocoomorece .woocommerce-checkout h3 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 15px 0 13px 0;
}
.donate-from__wocoomorece .woocommerce-billing-fields .form-row label,
.donate-from__wocoomorece .woocommerce-additional-fields .form-row label,
.donate-from__wocoomorece .woocommerce-checkout .form-row label {
  font-size: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .donate-from__wocoomorece .woocommerce-billing-fields .form-row label,
  .donate-from__wocoomorece .woocommerce-additional-fields .form-row label,
  .donate-from__wocoomorece .woocommerce-checkout .form-row label {
    font-size: 14px;
  }
}
.donate-from__wocoomorece .button-row {
  gap: 18px;
}
.donate-from__wocoomorece .wcdp_label_custom_amount {
  padding: 14px;
  border-radius: 10px;
}
.donate-from__wocoomorece .wcdp_label_custom_amount .wcdp_cu_field {
  display: flex;
  gap: 10px;
}
.donate-from__wocoomorece .wcdp_label_custom_amount::after {
  display: none;
}
.donate-from__wocoomorece .wcdp_value_other:not(:checked) ~ .wcdp_label_custom_amount > .wcdp_cu_field {
  display: flex !important;
}
.donate-from__wocoomorece .woocommerce-privacy-policy-text {
  display: none;
}

.order-received {
  /* SUCCESS HEADER CARD */
}
.order-received .wc-block-order-confirmation-status {
  background: #f5f7f6;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 6px solid #a3cd3a;
}
.order-received .wc-block-order-confirmation-status h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.order-received .wc-block-order-confirmation-status p {
  color: #666;
  font-size: 15px;
}
.order-received {
  /* ORDER SUMMARY BOX */
}
.order-received .wc-block-order-confirmation-summary {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.order-received .wc-block-order-confirmation-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-received .wc-block-order-confirmation-summary-list-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  gap: 5px;
}
.order-received .wc-block-order-confirmation-summary-list-item:last-child {
  border-bottom: none;
}
.order-received .wc-block-order-confirmation-summary-list-item__key {
  font-weight: 600;
  color: #333;
}
.order-received .wc-block-order-confirmation-summary-list-item__value {
  color: #009ba7;
  font-weight: 600;
}
.order-received {
  /* ORDER DETAILS TABLE */
}
.order-received .wc-block-order-confirmation-totals-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.order-received .wc-block-order-confirmation-totals__table {
  width: 100%;
  border-collapse: collapse;
}
.order-received .wc-block-order-confirmation-totals__table th {
  text-align: left;
  padding: 12px;
  background: #f5f7f6;
  font-weight: 600;
}
.order-received .wc-block-order-confirmation-totals__table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.order-received {
  /* TOTAL ROW */
}
.order-received .wc-block-order-confirmation-totals tfoot td {
  font-weight: bold;
  color: #a3cd3a;
  font-size: 16px;
}
.order-received {
  /* BILLING ADDRESS CARD */
}
.order-received .wc-block-order-confirmation-billing-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.order-received .wc-block-order-confirmation-billing-address address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
}
.order-received {
  /* ADDITIONAL INFO */
}
.order-received .wc-block-order-confirmation-additional-information {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
}
.order-received {
  /* SUCCESS BADGE */
}
.order-received .wc-block-order-confirmation-status::before {
  content: "✔";
  display: inline-block;
  background: #a3cd3a;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.order-received .wp-block-woocommerce-order-confirmation-billing-wrapper h2 {
  margin-bottom: 20px;
}
.order-received {
  /* LINKS */
}
.order-received a {
  color: #009ba7;
  text-decoration: none;
}
.order-received a:hover {
  text-decoration: underline;
}
.order-received {
  /* MOBILE */
}
@media (max-width: 600px) {
  .order-received .wc-block-order-confirmation-summary-list-item {
    flex-direction: column;
    gap: 4px;
  }
}

.our-blog__loop .wp-block-post-template .wp-block-post-excerpt {
  justify-content: unset;
}/*# sourceMappingURL=main.css.map */