/*
 Theme Name:   unique-child
 Template:     unique
*/

/* UNIQUE：ヘッダー固定（フローティングメニュー） */
#header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

/* 固定した分だけ本文が隠れないよう余白を追加 */
body {
    padding-top: 80px; /* ヘッダーの高さに合わせて調整 */
}

/* ヘッダー内全体をFlexで縦中央 */
#header .header-wrapper {
    display: flex !important;
    align-items: center !important; /* 縦方向中央 */
    justify-content: space-between; /* ロゴとメニューの間隔を自動調整 */
    height: 80px; /* 固定高さに設定 */
}

/* ロゴ（サイトアイコン）を少し下に下げつつ中央揃え維持 */
#header .logo {
    display: flex !important;
    aline-items: center !important;
}

/* ロゴ画像の高さ調整（必要に応じて） */
#header .logo img {
    max-height: 30px;
    vertical-align: middle !important;
}

/* --- PC表示のみでロゴを少し下げる --- */
@media screen and (min-width: 1024px) { 
    #header .logo {
        transform: translateY(10px); /* 下に入力px分移動 */
    }
}

/* スマホ・タブレットでは位置を変えない */
@media screen and (max-width: 1023px) {
    #header .logo {
        transform: none;
    }
}

/* グローバルメニューのトップメニュー項目を縦中央 */
#header nav#global_menu > ul > li {
    display: flex !important;
    align-items: center !important;
    float: none !important; /* floatをリセット */
}

/* メガメニューのリンクを縦中央に揃える */
#header nav#global_menu ul li ul li a {
    display: flex !important;
    align-items: center !important;
    line-height: normal !important; /* line-heightをリセット */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ロゴ画像の縦位置微調整（必要に応じて） */
#header .logo img {
    vertical-align: middle !important;
}

/* スマホ表示ではフローティングを解除して操作性を確保 */
@media screen and (max-width: 767px) {
    #header {
        position: static !important;
    }
    body {
        padding-top: 0 !important;
    }
    #header .header-wrapper {
        Height: auto !important;
        Flex--wrap: wrap;
    }
}

/* ヘッダー全体を横並びにする */
#header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 左右に要素を寄せる */
}

/* ロゴと会社名を横並びにする */
#header_inner > .header-logo-area,
.header-company-name {
    display: flex;
    align-items: center;
}

/* 会社名のスタイル */
.header-company-name {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 300; /* 細字 */
    color: #7d7d7d;
    font-family: "Gruppo", Noto Sans JP; /* お好みで変更OK */
    line-height: 1; /* ロゴの高さに合わせやすくする */
    display: flex;
    align-items: center; /* テキスト内部も中央揃え */
}

/* PC表示時だけ会社名を下にずらす */
@media screen and (min-width: 769px) {
    .header-company-name {
        position: relative;
        top: 10px; /* 下げたい分をpxで調整 */
    }
}

/* スマホ・タブレットでは変更なし */
@media screen and (max-width: 768px) {
    .header-company-name {
        top: 0; /* 元の位置 */
    }
}

/* グローバルメニューを右端に寄せる */
#global_menu {
    margin-left: auto !important; /* 左側の要素を押しのけて右寄せ */
}

/* 親とサブメニューの間隔を調整 */
#mega-menu-wrap-global-menu #mega-menu-global-menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: -10px; /* 数字を増やせば親と離れる、減らせば近づく */
}

/* ★ ヘッダー全体に半透明ぼかし背景を適用 */
#header {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;

    position: fixed;   /* 固定ヘッダー用 */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;     /* 最前面に固定*/
}

/* ★ 中のロゴ・会社名・メニューが隠れないように前面へ出す */
#header_inner {
    position: relative;
    z-index: 20;
}

/* ★ 高さ調整（必要なら変更 OK） */
#header_inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ★ヘッダー高さ調整 */
#header {
    height: 98px; 
}

/* ★固定ページ見出し削除 */
#page_header .headline {
    display: none;
}

/* =====================================================
   レイアウト検証用：3段が必ず見える最小構成
   条件：A = 画面幅の 1/3 = 33.333vw
   上段：1.5A（50vw）
   中段：A（33.333vw）
   下段：A（33.333vw）
===================================================== */

#front-page .hp-top{
  width: 100% !important;
  max-width: none !important;
}

/* 行（段）共通 */
#front-page .hp-row{
  display: grid !important;
  width: 100% !important;
  gap: 0 !important;
}

/* ★高さ：A基準（vw） */
#front-page .hp-row--top{
  height: 50vw !important; /* 1.5A */
  grid-template-columns: 1fr 2fr !important;
}

#front-page .hp-row--mid{
  height: 16.6665vw !important; /* 0.5A */
  grid-template-columns: 2fr 1fr !important;
}

#front-page .hp-row--bottom{
  height: 33.333vw !important; /* A */
  grid-template-columns: 1fr 2fr !important;
}

/* BOXは段の高さ一杯に */
#front-page .hp-box{
  height: 100% !important;
  min-height: 1px !important;
  overflow: hidden !important;
}

/* 背景画像共通 */
#front-page .bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 上段 */
#front-page .image-top-left{
  background-image: url("/wp-content/uploads/2026/02/CONCEPTトップ用.jpg");
}
#front-page .image-top-right{
  background-image: url("/wp-content/uploads/2026/02/WORK背景.jpg");
}

/* 下段 */
#front-page .image-info{
  background-image: url("/wp-content/uploads/2026/02/事務所背景２.jpg");
}
#front-page .image-flow{
  background-image: url("/wp-content/uploads/2026/02/フロー背景.jpg");
}

/* BOXは基準位置統一 */
#front-page .hp-box{
  position: relative !important;
  overflow: hidden;
}

/* BOX全体クリック（透明リンク） */
#front-page .hp-box-link{
  position: absolute;
  inset: 0;
  z-index: 2;            /* 文字より下、hoverリンクより下にするのがコツ */
  text-decoration: none;
}

/* タイトル帯 */
#front-page .hp-caption{
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  padding: 18px 24px !important;
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: .15em !important;
  z-index: 9999 !important;
}

/* 上段の帯を画像下に */
#front-page .hp-row--top .hp-caption{
  top: auto !important;
  bottom: 0 !important;
}

/* 下段の帯を画像上に */
#front-page .hp-row--bottom .hp-caption{
  top: 0 !important;
  bottom: auto !important;
}

/* 念のため：帯の上に被さる要素を無効化（よくある原因） */
#front-page .hp-box::before,
#front-page .hp-box::after{
  pointer-events: none !important;
}

/* 上段 色分け */
#front-page .hp-box--top-left .hp-caption{
  background-color: rgba(140,125,110,.7) !important;
}
#front-page .hp-box--top-right .hp-caption{
  background-color: rgba(125,125,125,.7) !important;
}

/* 下段 色分け */
#front-page .hp-box--bottom-left .hp-caption{
  background-color: rgba(140,125,110,.7) !important;
}
#front-page .hp-box--bottom-right .hp-caption{
  background-color: rgba(125,125,125,.7) !important;
}

/* aタグにおいてもBOX全体クリック化 */
#front-page a.hp-box{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* 中段 背景色 */
#front-page .hp-box--mid-left{
  background: rgba(125, 125, 125, 0.7); /* ← 好きな色に変更 */
  color: #fff;
}
#front-page .hp-box--mid-right{
  background: rgba(140, 125, 110, 0.7); /* ← 好きな色に変更 */
  color: #fff;
}

/* ===== 中段：BOX内を「左=タイトルボタン」「右=記事リスト」に分割 ===== */
#front-page .hp-mid{
  display: grid;
  grid-template-columns: 140px 1fr; /* ←左のタイトル領域幅 */
  align-items: center;              /* ←縦中央 */
  padding: 18px 22px;
  box-sizing: border-box;
  gap: 18px;
}

/* ===== タイトルをボタン化（縦中央・左寄り） ===== */
#front-page .hp-mid-titlebtn{
  display: inline-block;
  align-self: center;               /* 縦中央 */
  justify-self: start;              /* 左寄り */
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  text-decoration: none;
  letter-spacing: .15em;
  font-size: 20px;                  /* 上段/下段と揃えたければ 20px */
  background: rgba(0,0,0,.25);
}

/* 左タイトルカラー変更 */
#front-page .hp-box--mid-left .hp-mid-titlebtn{
  background: rgba(140, 125, 110, 0.7); /* 好きな色 */
  border-color: rgba(140, 125, 110, 0);
}

/* 右タイトルカラー変更 */
#front-page .hp-box--mid-right .hp-mid-titlebtn{
  background: rgba(125, 125, 125, 0.7); /* 好きな色 */
  border-color: rgba(125, 125, 125, 0);
}

/* hover */
#front-page .hp-mid-titlebtn:hover{
  background: rgba(0,0,0,.45);
}

/* ===== 記事リスト共通 ===== */
#front-page .hp-mid-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;                        /* 3件の間隔 */
}

#front-page .hp-mid-item{ margin: 0; }

#front-page .hp-mid-link{
  display: block;
  color: inherit;
  text-decoration: none;
}

#front-page .hp-mid-item-title{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

/* NEWSだけ本文（1〜2行） */
#front-page .hp-mid-item-excerpt{
  margin-top: 6px;
  font-size: 12px;
  opacity: .85;
  line-height: 1.45;

  /* 1〜2行にまとめる（Safari含め対応） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 空の時 */
#front-page .hp-mid-empty{
  font-size: 13px;
  opacity: .8;
}

/* 中央ホバーテキスト（初期は非表示） */
#front-page .hp-hover-center{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px 32px;
  background: rgba(0,0,0,.45);
  font-size: 20px;
  letter-spacing: .2em;
  color: rgba(255,255,255,1);
  font-weight: 500;
  border-radius: 0;

/* アニメーション用 */  
  opacity: 0;
  transform: translateY(10px);   /* ← 下にずらす */
  transition: 
  opacity .25s ease .05s,
  transform .25s ease .05s;
  pointer-events: none;
  z-index: 6;
}

/* 上段左右・下段左右だけ有効 */
#front-page .hp-box--top-left:hover .hp-hover-center,
#front-page .hp-box--top-right:hover .hp-hover-center,
#front-page .hp-box--bottom-left:hover .hp-hover-center,
#front-page .hp-box--bottom-right:hover .hp-hover-center{
  opacity: 1;
  transform: translateY(0);
}

/* コピーライト非表示 */
#footer .copyright,
#footer .footer_copy,
#footer small{
  display: none !important;
}

/* フッターのロゴブロック非表示 */
#footer_address .logo{
  display: none !important;
}

/* =====会社名リンク化調整===== */
.header-company-name a {
  color: inherit;
  text-decoration: none;
}
.header-company-name a:hover {
  opacity: 0.7; /* お好みで */
}

/* =====固定ページの編集・調整===== */

/* トップページ以外：メインのカラム構造を“中央1カラム化” */
body:not(.home):not(.front-page) #main_col,
body:not(.home):not(.front-page) #left_col{
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

/* トップページ以外：本文の塊の幅を決めて中央寄せ */
body:not(.home):not(.front-page):not(.page-id-828) .post_content{
  max-width: 860px;      /* 好みで 720〜980 で調整 */
  margin: 0 auto !important;
  padding: 0 24px;       /* 端末幅が狭い時の余白 */
  text-align: center;    /* 段落も中央寄せにするならON */
}

/* 画像を確実に中央へ */
body:not(.home):not(.front-page) .post_content img{
  display: block;
  margin: 0 auto !important;
}

/* ===== 置き換えフッター ===== */
.k-footer {
  padding: 28px 0;
}

.k-footer__inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.k-footer__left {
  flex: 1 1 auto;
  min-width: 280px;
}

.k-footer__company {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

.k-footer__meta {
  font-size: 13px;
  margin: 0 0 14px;
  line-height: 1.6;
}

.k-footer__dl { margin: 0; }
.k-footer__row {
  display: flex;
  gap: 10px;
  margin: 6px 0;
}
.k-footer__row dt {
  width: 48px;
  font-weight: 700;
}
.k-footer__row dd { margin: 0; }

/* 右側 */
.k-footer__right {
  flex: 0 0 320px; /* 右カラム幅（後で調整しやすい） */
  display: grid;
  gap: 14px;
}

/* 検索フォーム */
.k-search__label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid currentColor;
  padding: 10px 12px;
}
.k-search__icon svg {
  display: block;
  fill: currentColor;
}
.k-search__input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}
.k-search__input::placeholder {
  opacity: 1;
  letter-spacing: 0.06em;
}

/* 問い合わせリンク（ボタン風） */
.k-footer__contact {
  display: block;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid currentColor;
  text-decoration: none;
}

/* スマホ：縦積み */
@media (max-width: 768px) {
  .k-footer__inner { flex-direction: column; }
  .k-footer__right { width: 100%; flex-basis: auto; }
}

.k-footer { background: rgba(140,125,110,0.7); } /* 好きな色へ */

/* =====PAGE TOP（最下部の帯）===== */

/* 親テーマの position 指定を完全解除 */
#return_top,
#return_top a {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
}

/* ページ最下部に自然に配置させる */
#return_top {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  background: rgba(50, 50, 50, 0.7); /* ← 元の背景色（必要なら変更） */
}

/* 高さを元に戻す */
#return_top a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

/* 消されていたテキストを復活 */
#return_top span {
  display: inline !important;
  margin-left: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* PAGE TOP 文字サイズ調整 */
#return_top span {
  font-size: 16px !important;   /* ← 16pxでもOK */
  font-weight: 500;
  letter-spacing: 0.12em;
}

#return_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* PAGE TOP：矢印の欠け＆縦中央揃え 修正 */
/* 親テーマの「文字を隠す」指定を無効化（矢印が欠ける原因） */
.pc #return_top span,
#return_top span{
  text-indent: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* 矢印＋文字を帯のど真ん中に */
#return_top a{
  display: flex !important;
  align-items: center !important;     /* 縦中央 */
  justify-content: center !important; /* 横中央 */
  height: 50px !important;            /* 帯の高さ（好みで） */
  line-height: 1 !important;          /* 文字のズレ防止 */
  gap: 30px !important;               /* 矢印と文字の間 */
}

/* 矢印（spanの前） */
#return_top span::before{
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  transform: rotate(-45deg) !important;
  margin-right: 16px !important;               /* 変なズレ防止 */
  Margin-top: 6px !important; 
}

.k-footer{ padding-bottom: 0 !important; margin-bottom: 0 !important; }
#return_top{ margin-top: 28px !important; }
.pc body{ padding-bottom: 0 !important; } /* PCだけ。モバイルバーがあるならPC限定が安全 */

/* =========================
   検索BOX：背景塗りつぶし＋SEARCH表示
   ========================= */

/* 検索BOXの外枠 */
.k-search__label{
  border: none !important; /* 枠線を消す */
  background: rgba(125, 125, 125, 0.7); /* ← 背景色（透過OK） */
  padding: 10px 14px;
}

/* 入力欄 */
.k-search__input{
  color: #333 !important;          /* 入力文字色 */
  background: transparent !important;
}

/* placeholder（SEARCH）を強制表示 */
.k-search__input::placeholder{
  color: #333 !important;          /* SEARCH の文字色 */
  opacity: 1 !important;           /* ← これが重要 */
}

/* Safari対策 */
.k-search__input::-webkit-input-placeholder{
  color: #333 !important;
  opacity: 1 !important;
}

/* =========================
   CONTACT ボタン：背景塗りつぶし
   ========================= */

.k-footer__contact{
  border: none !important; /* 枠線なし */
  background: rgba(125, 125, 125, 0.7); /* ← 背景色（透過） */
  color: #333 !important;
  padding: 12px 16px;
}

/* ホバー時（任意） */
.k-footer__contact:hover{
  background: rgba(125, 125, 125, 0.7);

/* ===== footer ui force override (20260105) ===== */

/* 検索とボタンの縦間隔 */
.k-footer__right .k-footer__ui{
  display: grid !important;
  gap: 16px !important;
}

/* 検索BOX（labelが箱） */
.k-footer__right .k-footer__ui form.k-search label.k-search__label{
  height: 40px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

/* 入力欄 */
.k-footer__right .k-footer__ui form.k-search input.k-search__input{
  height: 100% !important;
  font-size: 16px !important; /* ←ここで文字サイズが変わるはず */
  line-height: 1 !important;
}

/* 問い合わせボタン（高さと文字） */
.k-footer__right .k-footer__ui a.k-footer__contact{
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

/* コンセプトカードリンク */
.concept-card {
  position: relative;
}

.concept-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* パンくず：全ページ共通で縦センター＆間隔を安定させる */
#bread_crumb ul{
  display: flex;
  align-items: center;
}

#bread_crumb li{
  display: flex;
  align-items: center;
}

/* 区切り記号が :after のテーマ用 */
#bread_crumb li:after{
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin: 0 12px !important;  /* ここで「ホーム-CONCEPT」「CONCEPT-姿勢」を同じ間隔にする */
  line-height: 1 !important;
}

/* 区切り記号が :before のテーマ用（保険） */
#bread_crumb li:before{
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin: 0 12px !important;
  line-height: 1 !important;
}

/* 文字側も縦基準を揃える（リンク/現在地どっちでも） */
#bread_crumb a,
#bread_crumb span{
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
}

/* CONTACT（page-id-828）だけフォームをコンパクトに */
@media (min-width: 1024px){
  body.page-id-828 .post_content{
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  body.page-id-828 .wpcf7 textarea{
    height: 110px !important;
    min-height: 0 !important;
  }
}

/* =========================================
 CONTACT（page-id-828）
 フォームを1画面に収める最終調整
========================================= */

@media (min-width: 1024px){

  /* フォーム内の <p> をレイアウト要素として詰める */
  body.page-id-828 .wpcf7 form p{
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  /* label と input を密着させる */
  body.page-id-828 .wpcf7 label{
    display: block;
    margin-bottom: 2px !important;
    font-size: 13px;
    line-height: 1.3;
  }

  /* 入力欄の高さを最小実用サイズに */
  body.page-id-828 .wpcf7 input[type="text"],
  body.page-id-828 .wpcf7 input[type="email"],
  body.page-id-828 .wpcf7 input[type="tel"]{
    height: 34px;
    padding: 4px 8px;
  }

  /* textarea を「入力できる最小＋安心感」 */
  body.page-id-828 .wpcf7 textarea{
    height: 96px;
    min-height: 96px;
    padding: 8px;
    resize: vertical; /* 必要ならユーザーが伸ばせる */
  }

  /* 送信ボタン */
  body.page-id-828 .wpcf7 input[type="submit"]{
    margin-top: 10px;
    padding: 10px 20px;
  }
}

/* CONTACT：フォームを縦に圧縮して、送信までを上に収める */
body.page-id-828 .wpcf7-form p{
  margin: 0 0 12px !important;   /* 余計な段落余白を削る */
}

body.page-id-828 .wpcf7-form input[type="text"],
body.page-id-828 .wpcf7-form input[type="email"],
body.page-id-828 .wpcf7-form input[type="tel"]{
  height: 44px !important;      /* 入力欄を少しコンパクトに */
}

body.page-id-828 .wpcf7-form textarea{
  height: 140px !important;     /* ここが一番効く：お問い合わせ内容を短く */
}

body.page-id-828 .wpcf7-form .wpcf7-submit{
  margin-top: 18px !important;  /* ボタン上の詰め具合 */
}

body.page-id-828 input.wpcf7-submit{
  margin-bottom: 200px !important;
}

/* CONTACT：送信フォームの“中”に下余白を作って、初期表示で呼吸を出す */
body.page-id-828 .wpcf7 form{
  padding-bottom: 200px !important;
}

/* CONTACT（page-id-828）だけ：上下の余白を整えつつ、フォームの無駄な高さを削る */
body.page-id-828 .post_content{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* 2カラムの中央の間隔を少し広めに（中央余白） */
body.page-id-828 .wp-block-columns{
  gap: 64px !important;
}

/* CONTACT（page-id-828）：#site_wrap をflex化して sticky footer を成立させる */
body.page-id-828 #site_wrap{
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 本文エリアを伸縮させて、フッターを下に押し下げる */
body.page-id-828 #main_contents{
  flex: 1 0 auto !important;
}

/* フッター（UNIQUEは .k-footer ） */
body.page-id-828 .k-footer{
  margin-top: auto !important;
}

/* CONTACT(page-id-828) を縦方向センター寄せ */
body.page-id-828 #main_col{
  min-height: calc(100vh - 220px); /* ←ここだけ後で微調整する */
  display: flex;
  align-items: center;            /* 縦方向の中央 */
}

body.page-id-828 #main_col > .clearfix,
body.page-id-828 #main_col > .inner{
  width: 100%;
}

/* CONTACT: パンくず～本文の上余白を詰める（page-id-828限定） */
body.page-id-828 #main_contents{
  padding-top: 20px !important; /* まずは20pxで様子見 */
}

/* パンくず自体の上下余白も詰める（テーマ差があるので候補をまとめて潰す） */
body.page-id-828 .p-breadcrumb,
body.page-id-828 .breadcrumb,
body.page-id-828 #breadcrumb,
body.page-id-828 .c-breadcrumb{
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}