@charset "UTF-8";

/*!
Theme Name: bloemfontein-info
Description: bloemfontein-info
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
    overflow-y: scroll;
}
body, pre, .m_price, .item-detail-info select, textarea, input {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.single-post .eye-catch img, .single-post .eye-catch amp-img {
    object-fit: cover;
    max-height: 400px;
    opacity: 1.0;
}

.entry-card-title, .related-entry-card-title{
    padding-top:1em;
    font-size:28px;
}

.navi-in a {
    font-size:13px;
}

.navi-in > ul {
    justify-content:left;
}

.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{
    font-weight:normal;
}

.entry-card-title {
    font-weight:normal;
}

.breadcrumb span.fa{
    display:none;
}

.breadcrumb span.sp span.fa{
    display:inherit;
}

.archive-title span.fa{
    display:none;
}

.iwe-border a img,
.iwe-border a amp-img{
    border:none;
}

div.video-container{
    text-align:center;
    margin:0 auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
    .entry-card-title, .related-entry-card-title{
        padding-top:0;
        font-size:20px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    .entry-card-title, .related-entry-card-title{
        padding-top:0;
    }
}




.sns-buttons [class^="icon-"], .sns-buttons [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#ffffff;
}
.bc-brand-color.sns-share .rss-button, .bc-brand-color.sns-follow .rss-button {
    background-color: #85d78e;
}


.grecaptcha-badge {
    bottom: 80px !important;
}


