/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link https://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: https://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: https://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20170922
 *   Version: 2.00
 *   Template Version: 2
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/

/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/

/* ボックスにシャドウ */

main .grid,
#side .widget {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* 見出しをメインカラーに */

.home h2,
.archive h2,
#side .widget h3,
.single h1 {
color:#191970;
}

/* タイル型記事見出しホバー時：アクションカラーに */

.home h2 a:hover,
.archive h2 a:hover {
	color:#0064cc;
}

/* カテゴリー名をメインカラーに */

.home .category,
.page .category,
.archive .category,
.meta-box .category,
.home .category a,
.page .category a,
.archive .category a,
.meta-box .category a,
.home .fa-folder,
.page .fa-folder,
.archive .fa-folder,
.meta-box .fa-folder {
 color:#660000;
    text-decoration:none;
}

/* トップページとアーカイブページ：ページネーションをメインカラーに */

.pagination .active span {
    background-color:#191970;
}

.pagination li a:hover {
 background-color:#660000;
    color:#fff;
}

/* 投稿ページの各見出しを変更 */

.post h2 {
 border-bottom: 3px solid #191970;
    border-left:none !important;
}

.post h2:first-letter {
    margin-right: .1em;
    font-size: 1.5em;
}

.post h3 {
    border-left:none !important;
    position: relative;
  border-bottom: 4px solid #191970;
    margin-left:0;
}

.post h3::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
 height: 4px;
 background-color:#191970;
}

.post h4 {
border-left:solid 5px #191970;
}

/* 投稿ページ：ページネーションのホバー色を変更 */

#pnavi a:hover {
 color:#660000;
}

/* 関連記事の文字色及び記事名のホバー色を変更 */

.related {
 color:#191970;
}

.excerpt h3 a:hover {
 color:#460e44 !important;
}
/* 固定ページの投稿更新日時・作成者の非表示 */

.page .meta,
.page .meta-box {
    display:none;
}

/* 固定ページのCTA非表示 */

.page .grid hr {
    display:none;
}

.page .cta {
    display:none;
}