/*
Theme Name: Hestia Child
Template: hestia
Description: hestia用の子テーマ.
Author: shibata
*/

/*トップページリンク色*/
.card-title a{
    color: #203346;
}
.card-title a:hover {
    color: #2f4f4f;
}
/*エントリーカード「続きを読む」をボールド*/
.card-blog a.moretag {
    font-weight: bold;
}
/*Authorのボールドをノーマルに*/
.author b{
     font-weight: normal;
}
.fn {
	font-weight: normal;
}
/*トップページページネーションを四角に*/
.pagination span,.pagination a{
	border-radius: 5px !important;
}
/*見出しh2h3上下の余白*/
.single-post .blog-post h2 {
    padding-top: 30px;   
    padding-bottom: 15px;
}
.single-post .blog-post h3 {
    padding-top: 15px;  
    padding-bottom: 15px;
}
/*テーブルの下に余白*/
table{
    margin-bottom:20px;
} 
/*記事本文リンク色*/
.single-post a{
    color: #d81c41;
    text-decoration:underline;
}
.single-post a:hover{
    color:#008080;
    text-decoration: underline;
}

/*トップページカードのディスクリプションを非表示*/
 .card-description{
    display:none;
}
/*NextPrev*/
.widget_prev_next #prev{
	float: left;
	}
.widget_prev_next #next{
	float: right;
	}
.widget_prev_next {
	font-family:     "Roboto", "Helvetica", "Arial", sans-serif;
}
.widget_prev_next #next > attachment {
	margin:0 0 0 auto
}
.widget_prev_next #prev_title, #next_title {
	font-size: large;
	font-weight: bold;
}
.widget_prev_next #next_no, #prev_no {
	display: none
}
/*ブログカードタイトルのフォント*/
.blog .card-blog .card-title, .archive .card-blog .card-title, .blog .hestia-blog-featured-card .card-title {
    font-size: 26px;
    font-family: 'Segoe UI Symbol','Tahoma','Trebuchet MS',sans-serif;
    font-weight: 600;
}
/*h2フォント*/
.single-post-wrap h2, .page-content-wrap h2 {
    font-size: 37px;
    font-family: 'Segoe UI Symbol','Tahoma','Trebuchet MS',sans-serif;
}