/*
 Theme Name: Coldbox-Child
 Theme URI: https://coldbox.miruc.co/
 Description: Coldbox's child theme.
 Version: 0.0.0
 Author: fractal-form
 Author URI: https://fractal-form/
 Template: coldbox
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


#header .site-info{
	text-align:right;
}
/* 
  ヘッダーの検索ボタンを非表示
  画面上では表示させないがHTML上は
  検索ボタンを残す。そうしない場合、
  ハンバーガメニューが動作しない。
.search-toggle {
    visibility:hidden;
}
*/
/*
 * 
 * 

  画面サイズが767px以下の際のサイトタイトル
  を左寄せに修正
*/
@media screen and (max-width:767px) {
    #header .site-info {
        text-align: center;
    }
    #header .site-description {
        padding: 0em;
        margin: 0em;
    }
}


/*ヘッダーのアイテムを中央寄せに修正*/
.site-info a {
	margin: 0 auto;
}

.menu-container {
	justify-content: center;
}