/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:7.6.3
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 450px;
    float: right;
}
 
.logo-after img {
    max-height: 87px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
}
/* メニューをロゴの下に表示 */
@media (min-width: 992px) {
    .navbar-header {
        height: 87px;
    }
 
    ul.gMenu {
        clear: both;
        float: none;
    }
 
    ul.gMenu li {
        width: 20%;
    }
}