/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/





/********************************
** フッターの設定
*********************************/
footer{color:#ffffff;}


/*********************************
** コンタクトフォームの内容整列
**********************************/
.contact_info_container{display:flex;}


/*********************************
** GET A QUOTE の各種色変更
**********************************/
#quote-form label {
    color: #ffffff; /* お好みの色（この場合は白）を指定してください */
}
#quote-form .wpcf7-not-valid-tip {
	color:yellow;
}


/********************************
* AudioIgniterの色変更
********************************/
/*外枠*/
.ai-wrap{background-color:#8b452; border-radius:10px; border:1px solid; color:#ff;}
/*再生ボタンカラー*/
.ai-wrap .ai-control-wrap-controls .ai-audio-control { background: #6B8E23; color: #fff; }
/*プログレスバーの色*/
.ai-wrap .ai-audio-controls-progress .ai-track-progress { background-color: #6B8E23; }
/*ボリュームカラー*/
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before{background-color: #6B8E23;}
/*トラック選択ボタン*/
.ai-track-active .ai-track-control { background: #6B8E23; }
/*トラック選択ボタン ホバー*/
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active { background: #6B8E23; }



/********************************
* reCAPTCHA の表示を消す
********************************/
.grecaptcha-badge {
    visibility: hidden;
}
