/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 15.25.1.1720598956
Updated: 2024-07-10 17:09:16

*/
/*フッターの色変更*/
footer.site-footer {
    background: #f5f5f5;
}

/*RSSのタイトルを太字*/
.wp-block-rss__item-title a {
    font-weight: bold;
}

/*ページタイトルの高さ*/
.page-header{
	height: 3rem;
	min-height: 3rem;
}

/*新着情報の記事タイトルの色*/
.wp-block-latest-posts li>a {
    color:#0693E3;
}

/*新着情報のキャッチ画像非表示*/
.vk_post_imgOuter.media-img{
	display:none;
}