/*
Theme Name: Lightning Child
Template: lightning
*/

.vk_posts.next-prev > div:first-child {
    border: none;
}
.vk_posts.next-prev > div:first-child > p > a:not(:empty):before {
    content: "【前の記事】";
}
.vk_posts.next-prev > div:last-child {
    border: none;
    text-align: right;
}
.vk_posts.next-prev > div:last-child > p > a:not(:empty):before {
    content: "【次の記事】";
}


#main > article > header > .entry-meta {
	display: none;
}
