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

/*サムネイルを3：4に*/
.vk_post_imgOuter {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

/*ヘッダー固定でトップ画像が隠れるので調整
.swiper-wrapper,.page-header{
	margin-top:50px;
}*/

/*モバイル固定ウィジェットが表示されるとコピーライトが隠れるので調整*/
@media(max-width: 991.98px){
:root :where(body) {
		padding-bottom:60px;
	}
}


/*メニュータイトル装飾*/
.menu-title{
	padding: 2px 2px 10px;
	font-size: 1.5rem;
}
.menu-title:before {
	content: url("https://bloomy7641.com/wp-content/uploads/title-b.png");  /*画像のURL*/
    margin-right:10px;  /*画像右の余白*/
    position:relative;
	top:0px;/*上からの位置*/
	left:-6px;/*左からの位置*/
}
.menu-title:after {
	content: url("https://bloomy7641.com/wp-content/uploads/title-a.png");  /*画像のURL*/
    margin-left:10px;  /*画像右の余白*/
    position:relative;
	top:0px;/*上からの位置*/
	right:4px;/*左からの位置*/
}

/*前の記事、次の記事装飾*/
.next-prev-prev.card-horizontal .card-body {
padding-left: 5.0rem;
}

.next-prev-next.card-horizontal .card-body {
padding-right: 5.0rem;
}
