/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* Blocksy theme with Kadence Blocks
Blocksy theme has its own variable for content width, which is set in Customizer under "Content edge spacing". 
On the Kadence Row block, set it to Full Width and enable "Use Theme Content Inner Width"
 */
.kb-theme-content-width {
    width: var(--theme-container-width);
}
