/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.notpost a {
	pointer-events: none;
}
.notpost > .vk_post_body {
	transition: opacity .3s;
}
.notpost:hover > .vk_post_body,
.notpost.focus > .vk_post_body  {
	opacity: 0;
}
