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

/* 背景色の変更 */

body{
	background: #f5f5f5
}

ul.menu > li {
	background-color: #f5f5f5 !important;
}

.main-navigation .search-form {
    background: #f5f5f5;
}

.menu-text{
	background-color: #f5f5f5 !important;
}

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

.widget_graphy_recent_posts img {
	object-fit: cover;
}

/* プロフィールウィジェットの説明文を中央寄せ */

.profilewidget-text{
	text-align:center;
}

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

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

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

.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;
}