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

/*body {
    background-color: yellow;
}*/

/* div.ct-container  */
/* div[data-column-set="1"] */
div[data-row="bottom"]
{
    display: none;
}
/* body.home div[data-column-set="1"] */
body.home div[data-row="bottom"]
{
    display: block;
}

