@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article p{
	font-size:12px;
	margin-bottom: 1.1em;
}
.article h1{
	line-height: 1.25;
    font-weight: bold;
    font-size: 18px;
    color: #313131;
    padding: 0px;
    margin-bottom: 15px;
}
.article h2 {
	font-size: 1.3rem;
    padding: 15px 10px;
    border-radius: 0 10px 0 0;
    background-color: #010101;
    border-bottom: 4px solid #fee208;
    color: #fff;
}
.article h3 {
    font-size: 1.1rem;
    margin: 20px 0;
    padding: 15px 5px;
    font-weight: bold;
    color: #313131;
    border-top: none;
    border-left: 4px solid #313131;
    border-bottom: 2px solid #313131;
    -o-border-image: linear-gradient(to right, #313131 0% 50%, transparent 100%);
    border-image: linear-gradient(to right, #313131 0% 50%, transparent 100%);
    border-image-slice: 1;
}
a {
    color: #2ca9e1;
    text-decoration: none;
}
a:hover {
    color: #1b82b0!important;
    text-decoration: underline;
}

.logo.logo-header.logo-text {
    height: 260px!important;
}
.header {
    background-size: contain;
}
span.site-name-text {
    display: none;
}
/*引用*/
blockquote {
    background: #eee;
    border: 0px;
    border-radius: 5px;
}
blockquote::after {
    color: #666;
}
/*横幅*/
.wrap {
    width: 950px!important;
    margin: 0 auto;
}
.main {
    width: 550px;
}
.entry-card-thumb {
    width: 160px;
    height: 80px;
}
.entry-card-content {
    margin-left: 180px;
}
.card-thumb img {
    width: 100%;
}
/*linkcard*/
.blogcard {
    padding: 1.6% 2.2% 2%;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
}
.blogcard-thumbnail {
    float: unset;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 100%;
}
.blogcard-content {
    margin: 0 auto;
    overflow: hidden;
}
.blogcard-title {
    font-weight: 100;
    font-size: 12px;
}
.blogcard-snippet.external-blogcard-snippet {
    display: none;
}
a.blogcard-wrap.external-blogcard-wrap.a-wrap.cf {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.blogcard-domain.external-blogcard-domain {
    font-size: 10px;
    margin-top: 4px;
    color: #949495;
}
/*自分の記事*/
.blogcard-snippet.internal-blogcard-snippet {
    display: none;
}
a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}
.blogcard-site.internal-blogcard-site {
    font-size: 10px;
    margin-top: 4px;
    color: #949495;
}
.blogcard-date.internal-blogcard-date {
    font-size: 10px;
    margin-top: 4px;
    color: #949494;
}
a.site-name.site-name-text-link {
    display: block;
    width: 100%;
    height: 100%;
}

/*bbs ヘッダーとフッター*/
#bbpress-forums li.bbp-header {
    background: #f5f6f7!important;
}
#bbpress-forums li.bbp-footer{
display:none;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    background-color: #fff!important;
}
.bbp-reply-content{
	font-size:12px;
}

.bbp-author-avatar{
	display:none;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
	text-align: left;
    background: #fafafa;
    padding: 5px;
}
li.bbp-header .bbp-reply-author {
    background: none!important;
}
@media only screen and (max-width: 480px)
#bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author{
    min-height: 0px!important;
}
.bbp-reply-author {
    height: auto!important;
    min-height: auto!important;
		 margin: 0px 0px 10px 0px!important;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content{
	padding: 0px 12px 0px 0!important;
}

.bbp-pagination-count {
    font-size: 12px!important;
}
legend {
    font-size: 14px;
    font-weight: 700;
}
#bbpress-forums fieldset.bbp-form ,fieldset.bbp-form{
    clear: left;
    border: 0px!important;
    padding: 5px!important;
    margin-bottom: 0px!important;
	    clear: left;
}
.bbp-reply-form{
		background:#fafafa!important;
	    border: 3px solid #eee!important;
}
.bbp-topic-form{
		background:#fafafa!important;
	    border: 3px solid #eee!important;
}
#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form{
	margin-bottom:0px!important;
}
/*#bbpress-forums*/ fieldset.bbp-form p{
    width: 49%;
    display: inline-block;
    font-size: 12px;
		margin-bottom:0px!important;
}
#bbpress-forums fieldset.bbp-form p:nth-child(4) {
    display: none;
}
.bbp-the-content{
	line-height:100%!important;
}
.bbp-the-content-wrapper {
    margin-top: 10px;
}
div.bbp-template-notice.info{
	display:none!important;
}
#bbpress-forums fieldset.bbp-form p:nth-child(3) {
    display: none;
}

@media screen and (max-width: 834px)
textarea {
    min-height: 100px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 12px;
    height: 80px;
}
/*ボタン*/
.bbp-submit-wrapper {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #fafafa;
}
button#bbp_reply_submit {
    background: #111111;
    border-radius: 25px;
    border: 1px solid #fafafa;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.wrap {
    width: auto!important;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.logo.logo-header.logo-text {
    height: 115px!important;
}
	.logo-text {
    height: 113px;
}
}
