/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- 
00. CORE
01. SITEWIDE
02. HEADER
03. FOOTER
10. PAGE > HERO
30. SPECIFIC PAGES
	31. 
50. BLOCK CUSTOMISATIONS
  51. 
60. WIDGETS
70. PLUGINS
  71. 
80. CUSTOM POST TYPES
	81. Projects
99. HOTFIXES & BUGS


/* ---------------------------------------------------
* 00. CORE 
* ---------------------------------------------------*/
/*:root body {
	--global-kb-font-size-xxxl: clamp(3.2rem, 2.7619rem + 2.1905vw, 5.5rem);
    --global-kb-font-size-xxl: clamp(2.4rem, 2.2857rem + 0.5714vw, 3rem); 
    --global-kb-font-size-xl: clamp(2rem, 1.8476rem + 0.7619vw, 2.8rem); 
    --global-kb-font-size-lg: clamp(1.8rem, 1.7238rem + 0.381vw, 2.2rem); 
    --global-kb-font-size-md: 1.6rem; 
    --global-kb-font-size-sm: 1rem;
    --global-kb-font-size-xsm: 0.8rem;
}

body h1 { font-size: var(--global-kb-font-size-xxl); }
body h2 { font-size: var(--global-kb-font-size-xl);  }
body h3 { font-size: var(--global-kb-font-size-lg); }
body h4 { font-size: var(--global-kb-font-size-md); }
body h5 { font-size: 1rem; }
body h6 { font-size: 1rem; }
*/

/*Text balance */
.balance {
	text-wrap: balance;
}

/* ---------------------------------------------------
 * 01. SITEWIDE
 * ---------------------------------------------------*/
/* Breadcrumbs and Titles */
div.entry-hero-container-inner .entry-header {
	justify-content: flex-end;
	padding-bottom: var(--global-lg-spacing);
}

nav#kadence-breadcrumbs {
	text-transform: uppercase;
}

/* All Kadence Images with a link to scale up on hover */
figure.wp-block-kadence-image {
	overflow: hidden;
	border-radius: 10px;
}

figure.wp-block-kadence-image a img {
	transition: all 0.3s ease-in-out;
}

figure.wp-block-kadence-image a:hover img {
	transform: scale(1.1);
}

.kadence-blocks-gallery-item-inner .kb-gal-image-radius {
	border-radius: 10px;
}

/* ---------------------------------------------------
 * 02. FOOTER
 * ---------------------------------------------------*/

/* ---------------------------------------------------
 * 80. Custom Post Types
 * ---------------------------------------------------*/

/* 81. Projects */
/* Projects Query Card */
.jd3d-project-card .kt-inside-inner-col {
	position: relative;
}

.jd3d-project-card .kt-inside-inner-col .wp-block-kadence-dynamiclist {
	position: absolute;
	top: 10px;
	left: 10px;
}


.jd3d-project-card,
.jd3d-project-card .kt-inside-inner-col {
	height: 100%;
}

.jd3d-project-card .kt-inside-inner-col .kb-advanced-heading-link {
	margin-top: auto;
}