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

/* フッターメニュー仕様変更 */
#fixed-bottom-menu{
	display:none;
}

@media (max-width:991px){
	#fixed-bottom-menu{
		display:block;
	}
	
#fixed-bottom-menu .fixed-bottom-menu-container .fixed-bottom-menu-item a {
		display:flex;
		text-align: center;
		height:44px;
	}
	
	.fixed-bottom-menu-item{
		padding-top:14px;
	}
	
	.fixed-bottom-menu-text{
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 26px !important;
	}

	.dashicons-phone:before{
		width:26px;
		height:26px;
	}
}

/* モバイルでのサイドバー非表示 */
@media ( max-width: 991px ) {
	.sideSection-col-two {
		display: none;
	}
}

/* ハンバーガーメニュー非表示 */
.vk-mobile-nav-menu-btn{
	display:none;
}