/*
Theme Name: Kadence Child theme of kadence
Theme URI: 
Description: Child theme of kadence theme for the Kadence theme
Author: <a href="https://www.kadencewp.com/">Kadence WP</a>
Author URI: 
Template: kadence
Version: 1.1.40
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sun, 02 Jul 2023 18:12:48 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*CSS code to control background color in blog category page to be used with Functions.php code provided by Kadence in Child Theme - July 25th 2023*/
.archive-wrap.site-container {
    background: #c7c6c6;
}

/*CSS code to control top and bottom padding in the blog category page - July 25th and 30th 2023*/
.archive-wrap.site-container > .content-area {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 80px;
}

/*CSS code to control the padding width in the blog category page provided by Kadence in Child Theme - July 26th 2023*/
.archive.category .content-container.site-container {
    padding: 0 20px;
}


/*CSS code to reduce the space between the content and the sidebar in the blog category page provided by Kadence in Child Theme - July 26th 2023*/
.archive.category.has-sidebar .content-container {
    grid-gap: 30px;
}

/*CSS code to give the "blog category page list item" links in the "blog category section" the same color as the global site color - August 2nd 2023*/
.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    color: var(--global-palette-highlight);
}