/*
 Theme Name: Lightning Child （子テーマの名前）
 Template:   lightning        （← 親テーマのフォルダ名。これが超重要）
*/

#site-header-container .global-nav{
    background-color: rgba(255,255,255,0.8)!important;
}

html body.archive .site-body,
html body.single .site-body {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}