/*
Theme Name: Kadence GKM
Theme URI: https://example.com
Description: Kadence child theme with GKM core styles, animation system, and components.
Author: GK Marketing
Author URI: https://example.com
Template: kadence
Version: 2.1.0
Text Domain: kadence-gkm
*/

/* this pushes the tabs BELOW the slider */
/* Make the tabs wrapper flex */
.kt-tabs-wrap {
	display: flex;
	flex-direction: column;
}

/* Move the UL underneath the content */
.kt-tabs-title-list {
	order: 2;
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

/* Keep the tab content above */
.kt-tabs-content-wrap {
	order: 1;
}


/* 
This file is intentionally minimal.
All styles are loaded via functions.php.
*/

.gk-office-hours {}
.gk-office-hours-row {
  display: flex;
  justify-content: space-between;
}
.gk-office-hours-day {}
.gk-office-hours-time {}
.gk-office-hours-time.is-closed {
  opacity: 0.6;
}


/* Kadence Posts Block Image Radius */
.post-thumbnail-inner {
  border-radius: 24px;
  overflow: hidden;
}

.post-thumbnail-inner img {
  border-radius: 24px;
}


/* Css for Service pages */
 section.section-gk {
  background: var(--surface);
  padding: 2.5em;
/*   box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); */
  margin-bottom: 60px;
  border-bottom: 6px solid var(--brand-accent);
  position: relative;
  z-index: 4;
  border-radius: 10px;
  overflow: hidden;    /* 👈 Keeps inner elements from bleeding past corners */
}

@media (max-width: 768px) {
	section.section-gk {
 	  padding: 1.5em;
} 
}

/* Code for service page space */
.section-gk h3 {
		    margin-top: 0.5em;
    margin-bottom: 0.2em;
	  font-size: 50px;
  letter-spacing: 0px;
	  margin-bottom: 1rem;
}

.service-hero h6.eyebrow{
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: 3px;
  color: var(--global-palette2);
  margin-bottom: 0.5rem;
}
.service-hero h1{
  margin: .5rem 0 1rem;
  color: var(--global-palette7);
}

/* H2 on service pages (copies your H1 styling structure) */
body[class*="service"] h2{
  margin: 1rem 0 0.7rem;
  letter-spacing: 0;
}


/* H3 on service pages */
body[class*="service"] h3{
  margin: 1.5rem 0 1rem;
  font-size: 2.5rem; /* adjust this */
}

.service-hero h4{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--global-palette10);

}
.service-hero p{
  font-size: 1rem;
  color: var(--text-body);
  margin-bottom: 1rem;
  line-height: 1.6;
  color: var(--global-palette7);
}

@media (max-width: 768px) {
	body[class*="service"] h3{
	  margin: 1rem 0 1rem;
	  font-size: 1.8rem; /* adjust this */
	}
}

/* Divider */
hr.section-divider{
  border: 0;
  border-top: 1px solid var(--global-gray-400) !important;
  margin: 35px 0 16px 0 !important;
}



/* this hides zocdoc button on desktop and mobile*/

a.zd-plugin-initialized {
    display: none !important;
}


.kt-info-box-image svg path {
    fill: currentColor !important;
}

.kt-info-svg-image path {
    fill: currentColor !important;
}
.gk-office-hours {}
.gk-office-hours-row {
  display: flex;
  justify-content: space-between;
}
.gk-office-hours-day {}
.gk-office-hours-time {}
.gk-office-hours-time.is-closed {
  opacity: 0.6;
}
@media (max-width: 768px) {
  body .zd-sticky-button,
  body .zd-alert-box,
  body a[data-type="book-button"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}


/* =========================================================
   GETS RIDE OF SCROLL BARS IN MENUS
   ========================================================= */

.kt-row-column-wrap.kt-has-5-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top {
    overflow-y: hidden !important;
}

/* css for single blog post heading */
/* H1 on single blog posts */
body.single-post h1 {
  font-size: 3rem;
  margin: 0 0 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

/* H2 on single blog posts */
body.single-post h2 {
  font-size: 2.2rem;
  margin: 2rem 0 0.7rem;
  line-height: 1.3;
  letter-spacing: 0;
}

/* H3 on single blog posts */
body.single-post h3 {
  font-size: 1.8rem;
  margin: 1.5rem 0 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

/* H4 on single blog posts */
body.single-post h4 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.8rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* H5 on single blog posts */
body.single-post h5 {
  font-size: 1.2rem;
  margin: 1.2rem 0 0.6rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* H6 on single blog posts */
body.single-post h6 {
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}

/* ── TABLET (max 1024px) ─── */
@media (max-width: 1024px) {
  body.single-post h1 {
    font-size: 2.5rem;
    margin: 0 0 0.9rem;
    line-height: 1.25;
  }
  body.single-post h2 {
    font-size: 2rem;
    margin: 1.8rem 0 0.7rem;
    line-height: 1.3;
  }
  body.single-post h3 {
    font-size: 1.6rem;
    margin: 1.4rem 0 0.9rem;
    line-height: 1.35;
  }
  body.single-post h4 {
    font-size: 1.35rem;
    margin: 1.3rem 0 0.7rem;
    line-height: 1.4;
  }
  body.single-post h5 {
    font-size: 1.1rem;
    margin: 1.1rem 0 0.6rem;
    line-height: 1.4;
  }
  body.single-post h6 {
    font-size: 0.95rem;
    margin: 0.9rem 0 0.5rem;
    line-height: 1.5;
  }
}

/* ── MOBILE (max 767px) ──── */
@media (max-width: 767px) {
  body.single-post h1 {
    font-size: 2rem;
    margin: 0 0 0.8rem;
    line-height: 1.3;
  }
  body.single-post h2 {
    font-size: 1.7rem;
    margin: 1.5rem 0 0.6rem;
    line-height: 1.35;
  }
  body.single-post h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    line-height: 1.4;
  }
  body.single-post h4 {
    font-size: 1.2rem;
    margin: 1.1rem 0 0.6rem;
    line-height: 1.45;
  }
  body.single-post h5 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    line-height: 1.5;
  }
  body.single-post h6 {
    font-size: 0.9rem;
    margin: 0.8rem 0 0.4rem;
    line-height: 1.5;
  }
}


/* =========================================================
   SERVICE TEMPLATE - RIGHT COLUMN DR WIDGET
   ========================================================= */
/* Entire doctor widget radius */
.kt-split-content-wrap {
    border-radius: 20px !important;
    overflow: hidden !important;
}


/* this gets rid of scroll bars in the menu */

.kb-header-sticky-wrapper .kadence-menu-mega-enabled>ul.kb-nav-sub-menu.mega-menu>.kb-row-layout-wrap .kt-row-column-wrap {
    overflow-y: hidden !important;
}

.kt-row-column-wrap.kt-has-1-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kt-inner-column-height-full, .kt-row-column-wrap.kt-has-4-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top {
    overflow-y: hidden !important;
}

/* =========================================================
   SERVICE WIDGET ARROWS - OUTSIDE OF ARTWORK
   ========================================================= *

/* Move carousel arrows outward and up */

.home .kb-splide button.splide__arrow--prev {
    transform: translate(-60px, calc(-50% - 100px)) !important;
}

.home .kb-splide button.splide__arrow--next {
    transform: translate(60px, calc(-50% - 100px)) !important;
}
