/**
* Theme Name: Customizr
* Theme URI: http://presscustomizr.com/customizr
* Description: Navigate to Appearance, Customize. Design in live preview, save and enjoy a beautiful, fast and responsive website compatible with all browsers. For developers, Customizr offers a well documented and modular code, easy to extend with hooks.
* Version: 3.4.6
* Author: nikeo
* Author URI: http://presscustomizr.com/
* Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2015 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

/* サイトタイトル */
a.site-title {
font-size: 50px; /* 文字の大きさ */
line-height: 1 ; /* 文字の高さ */
padding: 5px 0 0 3px ;/* 位置を整える */
}

/* 本文中の行間 */
.entry-content p {
line-height: 150%;
}

/* 記事内のフォントサイズ */
.entry-content {
font-size: 22px;
}

/* フィーチャーページのタイトルの調整 */
.widget-front h2{
font-size:30px;
font-weight:bold;
line-height: 32px
}

/* 記事のメタ情報の文字サイズ */
.entry-meta {
font-size:16px;
}

/* フッター部 */
footer#footer{
background:#708090;
}

/* 円形画像 */
.gallery-item img {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-moz-transition: -moz-transform 3s ease;
-webkit-transition: -webkit-transform 3s ease;
-o-transition: -o-transform 3s ease;
transition: transform 3s ease;
border-radius: 300px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
}

/* 画像に影をつける */
img.alignnone {
    box-shadow: 3px 3px 10px #808080;
}
