/*
Theme Name: Lightning Child
Theme URI: https://example.com/lightning-child/
Description: Lightningの子テーマ
Author: kanoacompany
Author URI: https://example.com
Template: lightning
Version: 1.0
*/

/* 以下にカスタムスタイルを追加 */
.site-footer-copyright p:nth-child(2) {
	display:none;
}

.site-footer-copyright {
    display: none;
}

.site-body{
	padding-top:1rem;
	padding-bottom:inherit;
}

.breadcrumb{
	border-bottom:inherit;
}

.entry-meta-item-author{
	display:none;
}

.sub-section{
	display:none;
}

.page-id-25 .site-body-bottom{
	display:none;
}

@media(max-width:781px){
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		border-left: hidden;
		padding-left: inherit !important;
	}
}