/*
Theme Name:   Kadence Child — dkingdesigner.com
Theme URI:    https://dkingdesigner.com/
Description:  Child theme of Kadence for dkingdesigner.com. Holds custom CSS so updates to the parent Kadence theme don't overwrite tweaks.
Author:       Diane King
Author URI:   https://dkingdesigner.com/
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

/* =========================================================================
   Custom styles for dkingdesigner.com
   ------------------------------------------------------------------------
   Add anything custom below this line. Anything you add here will survive
   when the Kadence parent theme updates.
   ========================================================================= */

/* Subtle "paper card" feel for portfolio thumbnails (echo of the old site) */
.wp-block-post.entry-portfolio,
.kb-query-item .kb-post {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-post.entry-portfolio:hover,
.kb-query-item .kb-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
}

/* Tighten the letter-spacing on the largest headlines, matching the old site's display feel */
.hero-headline,
.entry-content h1.has-x-large-font-size,
.entry-content h1.has-huge-font-size {
    letter-spacing: -0.5px;
}

/* Service-blurb h3 styling — slight emphasis matching the previous design */
.service-blurb h3 {
    font-weight: 600;
    margin-bottom: 0.4em;
}
