/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/


/* Business Pressの背景画像が暗いので明るくする */
.jumbotron-overlay{
	background-color: rgba(0,0,0,0);
}
.home-header-overlay{
	background-color: rgba(0,0,0,0);
}

/* ホームページヘッダー画像のテキストの背景を暗くする */
.home-header-text{
	text-shadow:2px 2px 8px #000,2px 2px 8px #000;
}

/* Business Pressのフッタークレジットを消す */
.site-credit {
  display:none !important;
}

/* トップバーのテキスト色を変更 */
.top-bar-main{
	color: #000000;
}

/* トップバーのアイコンを変更 */
.top-bar-main li.top-bar-main-phone:before {
     /* content: "\f10b"; */
        content: "\f095";
        font-size: 130%;
	      color: #000000;
}
.top-bar-main li.top-bar-main-contact:before {
     /* content: "\f003"; */
        content: "\f0e0";
        font-size: 110%;
	      color: #000000;
}
.top-bar-main li.top-bar-main-access:before {
     /* content: "\f041"; */
        content: "\f041";
        font-size: 135%;
	      color: #0000ff;
}

/* メインナビゲーションの背景色を変更 */
.main-header{
  background-color:#ABE1FA;
	padding-top:15px;
	padding-bottom:15px;
}

/* reCAPTCHAバッジ（ロゴマーク）を消す */
.grecaptcha-badge { visibility: hidden; }