/*
Theme Name: Future Imperfect Child
Author: Dean Huang
Author URI: http://example.com
Template: future-imperfect
Version: 1.0.9
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&display=swap');

h1,h2,h3,h4,h5,h6,p,a{
    font-family:"Raleway", Helvetica,  'Noto Sans TC', sans-serif;
}

h1,h2,h3,h4{
	letter-spacing: 0.1rem;
}

h2{
	text-transform: none;
}

pre.wp-block-code {
    max-width: 700px;
}

.content-area{
    width: 100%;
}

figure.wp-block-image.is-resized.is-style-default {
    width: 100%;
}

.wp-block-image img {
    max-width: 100%;
    width: auto;
}

#sidebar #intro .site-title {
    display: none;
}

#intro header p {
    /*font-size: .8em;*/
    margin-top: 5px;
}
.author-block-description{
    display: flex;
}
.author-image {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 95px;
}

code {
    background: #000;
    color: #EFEFEF;
    white-space: break-spaces;
    word-break: break-all;
}

.author-image img {
    width: 100%;
}

.copyright{
    color:#AAAAAA;
    text-align: center;
    padding:20px 15px;
    font-size: 1rem;
}

.js-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    line-height: 1;
    list-style: none;
}
.js-social-share li {
    padding-right: 1rem;
    height: 22px;
}

figcaption{
	font-size:12px;
	margin-bottom:5px;
}

@media screen and (max-width: 980px){
    section#sidebar {
        display: none;
    }
}