@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.widget_categories ul li a::before,.widget_archive ul li a::before{font:normal normal normal 14px/1 FontAwesome;content:"\f101";padding-right:.3em;color:#004fc1;}
.widget_categories li ul li a::before,.widget_archive li ul li a::before{font:normal normal normal 14px/1 FontAwesome;content:"\f105";padding-right:.3em;color:#004fc1;}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.menu-drawer li a::before{font:normal normal normal 14px/1 FontAwesome;content:"\f101";padding-right:.3em;color:#004fc1;}
	.menu-drawer li ul li a::before{font:normal normal normal 14px/1 FontAwesome;content:"\f105";padding-right:.3em;color:#004fc1;}
}

/*480px以下*/
@media screen and (max-width: 480px){
h1.entry-title{padding:.6em 0;}
.entry-card-content, .related-entry-card-content{padding-bottom:2em;}
}
