/* 
Theme Name: Child of Mariann
Theme URI: http://creanncy.com/;
Description: Child theme based on Mariann
Author: Your Name
Version: 1.0
Template: mariann
*/

/* 記事ページの１文字目が大きくなるのを解除 */
.blog-enable-dropcaps .blog-post.blog-post-single .post-content .entry-content > p:first-child:first-letter { 
    float: none; 
    color: #333333; 
    font-size: 14px; 
    line-height: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-left: 0px;
    font-weight: normal;
    font-style: normal;
}
.blog-enable-dropcaps .blog-post.blog-post-single .format-quote .post-content .entry-content > p:first-child:first-letter,
.blog-enable-dropcaps .blog-post.blog-post-single .format-link .post-content .entry-content > p:first-child:first-letter {
    float: none;
    color: #333333;
    font-size: 14px;
    line-height: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: normal;
}

/* ヘッダーのタイトルの大きさ */
.mariann-post-list .mariann-post-details .mariann-post-title h2{
	font-size: 35px;
}

/* ヘッダー画像の大きさ（高さ） */
body.single-post.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title.with-bg .page-item-title-single, body.page.blog-post-header-with-bg.blog-post-transparent-header-enable .container-fluid.container-page-item-title.with-bg .page-item-title-single{
	padding-top:160px !important;
	padding-bottom:100px;
}

/* トップページにH1が無い \inc\theme-functions.php でH1を追加 */
h1#titleH1 {
	font-size: 14px;
}

/* クイックタグ */
.under {
	background: linear-gradient(transparent 50%, yellow 50%);
	font-size:150%;
}