/*
Theme Name: Kadence Child
Theme URI: https://staging.drandyteh.com
Description: Custom child theme for Kadence
Author: Dr Andy Teh
Author URI: https://www.drandyteh.com
Template: kadence
Version: 1.0.0
*/

/* FONTS */
body,
.content-bg,
.entry-content {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}

/* BRAND NAME */
.site-brand {
  text-decoration: none;
  color: inherit;
  font-size: 1.33rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  height: 100%;
}

.site-brand .fname {
  font-weight: 700;
}

.site-brand .lname {
  font-weight: 300;
}

/* NAV LINK STYLING */
.header-navigation .nav-primary-inner ul li a,
.primary-navigation ul li a {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.6rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.header-navigation .nav-primary-inner ul li a:hover,
.primary-navigation ul li a:hover {
  background: none !important;
  border-bottom-color: currentColor;
  text-decoration: none;
}

/* BREADCRUMBS */
.kadence-breadcrumbs .bc-delimiter {
    font-size: 0;
}

.kadence-breadcrumbs .bc-delimiter::after {
    content: "❯";
    font-size: 1rem;
    padding: 0 12px;
}

.kadence-breadcrumbs .bc-delimiter:last-of-type {
    display: none;
}