/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*== フォントの変更 ==*/
body,html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
}
/*== 空き領域修正 ==*/
p {
	margin:0;
}
h5 {
    padding-bottom: 0px;
    border-bottom: 0px;
}
/*== 投稿・カスタム投稿 ==*/
.next-prev-prev.card-horizontal .card-body {
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
}
.next-prev-prev.card-horizontal .card-body:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: bold;
	position: absolute;
	font-size: 3rem;
	color: rgba(0,0,0,0.1);
	top: calc(50% - 1.5rem);
	left: 1rem;
}
.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
	display: block;
	padding: 1.5rem 1.0rem 1.5rem 3.5rem;
	display: block;
	width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.next-prev-next.card-horizontal .card-body {
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
}
.next-prev-next.card-horizontal .card-body:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	position: absolute;
	font-size: 3rem;
	color: rgba(0,0,0,0.1);
	top: calc(50% - 1.5rem);
	right: 1rem;
}
.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
	display: block;
	padding: 1.5rem 3.5rem 1.5rem 1.0rem;
	display: block;
	width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.vk_post .vk_post_title {
    z-index: 1;
}