/*!
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
30. SPECIFIC PAGES
	31. Homepage
    32. Search Page
40. WOOCOMMERCE
50. BLOCK CUSTOMISATIONS
60. WIDGETS
70. PLUGINS
80. CUSTOM POST TYPES
99. HOTFIXES & BUGS

/* ---------------------------------------------------
* 00. CORE 
* ---------------------------------------------------*/
/*Text balance */
.balance {
    text-wrap: balance;
}
.site-header .site-branding .site-description {
	margin: 0;
}

/* ---------------------------------------------------
 * 01. SITEWIDE
 * ---------------------------------------------------*/



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



/* ---------------------------------------------------
 * 30. SPECIFIC PAGES
 * ---------------------------------------------------*/


/* ---------------------------------------------------
 * 40. WOOCOMMERCE
 * ---------------------------------------------------*/
.wc-block-product-template .entry.loop-entry {
	box-shadow: none;
}

@media screen and (min-width: 1025px) {
    .has-sticky-sidebar div.sidebar-inner-wrap, .has-sticky-sidebar-widget .primary-sidebar .widget:last-child {
        overflow-y: visible;
    }
}

/* ---------------------------------------------------
 * 31. Homepage
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 32. Search Page
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 50. BLOCK CUSTOMISATIONS
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 60. WIDGETS
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 70. PLUGINS
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 80. CUSTOM POST TYPES
 * ---------------------------------------------------*/



/* ---------------------------------------------------
 * 99. HOTFIXES & BUGS
 * ---------------------------------------------------*/