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

/* TOPのboxに影を付ける */
.top-box {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); 
}

/* Lightningのクレジット表記を完全に非表示にする */
.site-footer-copyright p:nth-child(n+2),
footer .copySection p:last-child {
    display: none !important;
}