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

ヘッダーの背景色を変更

===================== */	

.site-header {
	background-color:#e7e6e1;
	}

.header_scrolled .site-header {
	background-color:#e7e6e1;
	}
/* =====================

ヘッダーメニューの文字色と下線色を変更

===================== */	

.global-nav .nav li a {
	color:#fff;
	}

.global-nav-list > li::before {
	border-bottom: 1px solid #fff;
	}







