 /*
Theme Name: Travelify-kid
Author: studioHACHI
Template: travelify
 */

@import url('../travelify/style.css');

/*固定ページのタイトルを表示しない*/
.type-page header {
	display:none;
}

/*トップスライダーのテキスト調整*/
.featured-text .featured-title {
	font-size: 24px;
}
.featured-text {
	bottom:30px;
	text-align:left;
}


/*フッターの調整*/
#footerarea .widget_info, #footerarea .widget_text {
	margin-bottom:0;
	border-radius: 5px;
	background:#d5f5d0;
}
#footerarea .widget_info, #footerarea .widget_text p {
	margin:0;
}
#footerarea .widget-area {
	padding:20px 0;
}

/*投稿のauthorを表示しない*/
.entry-meta .author {
	display:none;
}

/*コメント入力エリアの調整*/
#respond h3#reply-title:before {
	font-family: 'Genericons';
	font-size: 18px;
	vertical-align: bottom;
	padding-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*overflow: auto;
	*zoom: 1;
	*display: inline;
	content: '\f300';
}
#respond h3#reply-title {
	font-size:18px;
}
#respond {
	border-top:1px #ddd dashed;
	margin-top:0;
	padding-top:1rem;
}
.form-allowed-tags {
	display:none;
}

/*サイトタイトルの調整*/
#site-title{
	font:42px/58px "Ubuntu",sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#site-title a {
	letter-spacing:2px;
}
.hgroup-wrap {
	padding-bottom:20px;
	padding-top:0;
}
#site-description {
	font:16px/22px 'Open Sans',sans-serif;
	letter-spacing:2px;
}

/*hrの下が空きすぎない調整*/
hr {
	margin-bottom:20px;
}

/*SPの見た目調整*/
@media only screen and (max-width: 767px){
	#secondary{margin-top:30px;}
}