/*
Theme Name:Graphy Pro child
Theme URI:http://themegraphy.com/wordpress-themes/graphy/
Description:WordPressテーマ「graphy-pro」の自作子テーマです。
Template:graphy-pro
Author:Themegraphy
Author URI:http://themegraphy.com/
Version:2.3.2
*/

/* TOPページのINFOリスト表示 */

.top-info-title{
    margin: 0;
    padding: 0;
}

.top-info-list{
    margin: 0;
    padding: 0;
}

.top-info-list li a{
	text-decoration: none;
	color: inherit;
}

/* 画像のマージンを0 */

.figure-no-margin {
	margin: 0;
}

/* ページ内でもタグクラウドの文字色をグレーに */

.tagcloud-in-page {
    line-height: 2.1;
}

.tagcloud-in-page a {
    background-color: #eee;
    border-radius: 3px;
    color: #666 !important;
    display: inline-block;
    font-size: 93.8% !important;
    margin-bottom: 3px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.tagcloud-in-page a:hover {
	background-color: #e2e2e2;
	color: #333;
}

/* サムネイルのトリミング崩れ修正 */

.widget_graphy_recent_posts img {
	object-fit: cover;
}

/* リストのサムネイルの表示崩れ修正 */
@media screen and (min-width: 540px) {
	.post-list .post-thumbnail img {
		width: 100%;
		max-width: none;
	}
}

/* ヘッダー画像横スクロール防止 */
.header-image, .featured-post, .instagram-widget {
    margin-left: auto;
    margin-right: auto;
}
