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

.act_hovered > .stk-container {
transition: 250ms all ease-out;
}

.act_hovered:not(:hover) > .stk-container {
	background-image: none !important;
	/*box-shadow: inset 0 0 0 2000px rgba(255, 0, 150, 1);*/
}

.block_link {
    text-decoration: none;
    color: initial;
	transition: none;
}

.stk-container:hover .block_link {
	color: white !important;
}