/*! 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: 20170425
 *   Version: 1.03
 *   Template Version: 1
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( 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:#2ec4b6;
}

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

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

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

.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:#2ec4b6;
    text-decoration:none;
}

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

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

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

/* 新着記事 */

.new-title a {
    color:#2ec4b6;
}

.new-title a:hover {
    color:#ff9f1c;
}

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

.post h1 {
padding: 0.3em;/*文字周りの余白*/
color: #005b49;/*文字色*/
background: #cbf3f0;/*背景色*/
border-left: solid 5px #005b49;/*左線（実線 太さ 色）*/
}

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

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

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

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

.post h4 {
    border-left:solid 5px #20a39e  !important;
}

/* タグ名の色変更 下線消去 */

.meta-box .fa-tags,
.meta-box .tags,
.meta-box .tags a {
    color:#2ec4b6;
    text-decoration:none;
}

/* 記事作者名の色変更  下線消去 */

.meta-box .fa-pencil,
.meta-box .author,
.meta-box .author a {
    color:#005b49;
    text-decoration:none;
}

/* 「よろしければシェアお願いします」の下線色変更 */

.sns-msg h2 {
    border-bottom:solid 5px #E9F707;
}

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

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

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

.related {
    color:#20a39e;
}

.excerpt h3 a:hover {
    color:#ff9f1c !important;
}

/* 固定ページの投稿更新日時・作成者の非表示 */

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

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

.page .grid hr {
    display:none;
}

.page .cta {
    display:none;
}