/*
Theme Name:  My Child Theme. Child for Masonry Grid.
Theme URI: https://www.themeinwp.com/theme/masonry-grid
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Description: Masonry Grid is a minimalist Personal WordPress Blog made for creative people, photographers and bloggers. It's a perfect choice for a minimal blog and can also be used for Travel & lifestyle. Masonry Grid looks great on any device, from mobile to desktop and beyond. Super Clean responsive design fits to any screen.
Template:  masonry-grid
Version:  1.0
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masonry-grid
*/

time.published::before{
	content: "投稿日:";
	font-size:0.7rem;
}
time.updated::before{
	content: "更新日:";	
	font-size:0.7rem;
}
time.updated:not(.published) {
    display: block;
}

/* custom-functions.phpを子テーマで上書きしてもなぜか動かないのでCSSで消している*/
.footer-copyright{
    font-size:0px;
}
.footer-copyright::after{
	content:"Copyright © 2022 Z80Brain. All rights reserved.";
    font-size:1.6rem;
}

.site-logo.site-branding .custom-logo-name{
	display:none;
}

.wp-block-image figcaption{
	margin-top: 0.5em;
	text-align:start;
}

.wp-block-image, .wp-block-code{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

figure img {
	border: 1px #ccc solid;
}

.night-mode body.custom-background pre{
    color: #333;
}

.wp-block-embed {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.wp-block-columns {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

body, button, input, select, optgroup, textarea {
	/* 1.6からおおきくした */
    font-size: 1.9rem;
	/* 強制改行 */
	word-wrap: break-word;
	overflow-wrap: break-word;
}

code, kbd, tt, var {
	/* 1未満からおおきくした */
    font-size: 1.4rem;
}

.entry-title-large {
 	/* 4.2から小さくした */
    font-size: 3.0rem;
}

/*@media only screen and (min-width: 1400px)*/
.entry-featured-thumbnail {
	margin: 30px auto;
}
/* ヘッダ画像が左によるので無効化 */
    /*margin: 30px -115px;
    margin-top: 30px;
    margin-right: -115px;
    margin-bottom: 30px;
    margin-left: -115px;
*/
