/*
Theme Name: BusinessPress Child
Template: businesspress
Version: 1.0
*/

/* ====== Child overrides (minimum) ====== */

/* ロゴ（サイトタイトル画像）が暴れないようにする */
.custom-logo,
.custom-logo-link img,
.site-logo img,
.header-logo img{
  max-width: 260px;
  height: auto;
}

/* ヘッダー全体の余白を詰める（でかすぎ対策） */
.site-header,
.header,
#header{
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ナビの上下余白も詰める */
.site-header .navbar,
.site-header .site-navigation,
#header .navbar{
  padding-top: 6px;
  padding-bottom: 6px;
}