/*
 Theme Name:   Lettuce Child Theme
 Theme URI:    http://lettuce.ancorathemes.com/
 Description:  Lettuce Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     lettuce
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  lettuce
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*
 * body, span, p {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}
*/

.post_item_single .post_content > h1:first-child, .post_item_single .post_content > h2:first-child, .post_item_single .post_content > h3:first-child, .post_item_single .post_content > h4:first-child, .post_item_single .post_content > h5:first-child, .post_item_single .post_content > h6:first-child, .post_item_single .post_content > .vc_row:first-child h1:first-child, .post_item_single .post_content > .vc_row:first-child h2:first-child, .post_item_single .post_content > .vc_row:first-child h3:first-child, .post_item_single .post_content > .vc_row:first-child h4:first-child, .post_item_single .post_content > .vc_row:first-child h5:first-child, .post_item_single .post_content > .vc_row:first-child h6:first-child, .post_item_single .post_title {
margin-top: 1.2em;
}

/*about-us ボタンカラー*/
.yellow_bt .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	color:#000000;
    background-color: #f4d700;
}
#sb_instagram #sbi_load .sbi_load_btn {
    font-size: 18px;
    padding: 0.6em 2.2em;
    background-color: #47a15d;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
    color: #333333;
    background-color: #FED34F;
}   
/*リック強調カラー*/
.highlight {color:"#C000";}

/*トップページ商品紹介オーバーレイの調整*/
.sc_action_item_default.with_image:after {
    background: rgba(0, 0, 0, 0.25);
}

/*WP-Optimize 3.2.13でアイコン位置がずれるため親テーマから子テーマにコピーしMinfyのCSSで除外設定*/
/* Fontello icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}


/*210825 WPBakery Page Builder 6.7アップデートで発生6.6に戻す
レスポンシブコンテンツ要素を無効にするにチェックがあれば外す
それでも不具合あれば、以下、応急でレスポンシブ対応させる
@media (max-width:768px){
    .vc_non_responsive .vc_row div[class*="vc_col-sm-"] {
    width:100% !important;
    padding-left: 0;
    padding-right: 0;
    }
}*/