/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Footer logo image: cap width */
.kb-imageblock-34_427ab2-7f img {
    max-width: 220px !important;
}

/* Footer background */
.site-footer {
    background: #171b25;
}

/* Footer links: no underline */
.site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: none;
}

/* Fix: shop/product archive content background overridden to white by customizer */
body.content-style-unboxed.post-type-archive-product .site,
body.post-type-archive-product .content-bg,
body.tax-product_cat.content-style-unboxed .site,
body.tax-product_cat .content-bg,
body.tax-product_tag.content-style-unboxed .site,
body.tax-product_tag .content-bg {
    background-color: var(--global-palette9) !important;
}