/*
Theme Name: Hello Yuki
Author: Yuki
Author URI: https://i.hime.moe
Description: Modified by Yuki from Hello World.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-world
Tags: one-column, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
    font-size: 90%;
}

@media screen and (min-width: 783px) {
    html {
        font-size: 100%;
    }
}

/* Base */
body {
    color: #444;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    word-wrap: break-word;
}

::selection {
    background-color: #ffe0ee;
    color: inherit;
}

::-moz-selection {
    background-color: #ffe0ee;
    color: inherit;
}

::-webkit-selection {
    background-color: #ffe0ee;
    color: inherit;
}

.mce-content-body ::selection,
.mce-content-body ::-webkit-selection,
.mce-content-body ::-moz-selection,
.block-editor-rich-text ::selection,
.block-editor-rich-text ::-webkit-selection,
.block-editor-rich-text ::-moz-selection {
    background-color: #9FD4FD !important;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h6 {
    font-size: 17px;
    font-size: 1.063rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

/* Link */
a {
    color: inherit;
    text-decoration: none;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}

a:hover {
    color: inherit;
    opacity: 0.8;
}

.entry-content a,
.entry-summary a,
.page-content a,
.author-description a,
.comment-content a {
    color: #1e88e5;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.author-description a:hover,
.comment-content a:hover,
.post-navigation a:hover {
    text-decoration: underline;
}

/* Text */
p {
    margin: 0 0 0.5em;
}

b,
strong {
    font-weight: 700;
}

dfn,
q,
cite,
em,
i {
    font-style: italic;
}

q {
    quotes: """";
}

cite {
    border-bottom: dotted 1px #999;
}

code,
kbd,
tt,
var {
    color: #444;
    border-bottom: solid 1px #ccc;
    font-family: Consolas, 'Courier New', monospace;
    font-size: 87.5%;
    background: #f2f4f5;
}

abbr,
acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

mark,
ins {
    background-color: #fffad3;
    color: #444;
    text-decoration: none;
}

/* List */
ul,
ol {
    margin: 0 0 0.5em 2em;
    padding: 0;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dl {
    margin: 0;
}

dt {
    font-weight: 600;
    margin-bottom: 0.4em;
}

dd {
    margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
    border-top: solid 1px #e6e6e6;
    font-size: 93.8%;
    margin: 0 0 1.6em;
    width: 100%;
}

caption {
    margin-bottom: 0.6em;
}

table th,
table td {
    border-bottom: solid 1px #e6e6e6;
    padding: 0.8em 1.2em 0.8em 0;
}

th {
    font-weight: 600;
    text-align: left;
}

/* Elements */
blockquote {
    color: #666;
    font-style: italic;
    margin: 0 0 2.4em;
    padding: 12px 0 0 44px;
    position: relative;
}

blockquote:before {
    color: #ddd;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 84px;
    left: -5px;
    line-height: 1;
    position: absolute;
    top: -5px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    color: #444;
    font-family: Consolas, 'Courier New', monospace;
    font-size: 87.5%;
    line-height: 1.4;
    margin: 0 0 1.7em;
    max-width: 100%;
    padding: 1.4em 0;
    word-wrap: normal;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 0.5em;
}

/* Media */
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #fff;
    border: solid 2px #e6e6e6;
    border-radius: 4px;
    font-size: 87.5%;
    font-weight: 600;
    line-height: 1;
    padding: 1em 1.5em;
    /*text-transform: uppercase;*/
    transition: .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #f2f2f2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: solid 1px #e6e6e6;
    color: #444;
    margin-top: 0.4em;
    padding: 0.6em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #444;
}

textarea {
    max-width: 656px;
    width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 1.5em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Caption */
.wp-caption {
    color: #666;
    font-size: 93.8%;
    font-style: italic;
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0.4em auto 0;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f8f8f8;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    clip: auto !important;
    color: #06c;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.post-magazine:before,
.post-magazine:after,
.author-profile:before,
.author-profile:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.widget:before,
.widget:after,
.widget_hello_world_recent_posts li:before,
.widget_hello_world_recent_posts li:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
    content: "";
    display: table;
}

.clear:after,
.site-header:after,
.site-content:after,
.post-magazine:after,
.entry-content:after,
.author-profile:after,
.comment-content:after,
.comment-navigation:after,
.paging-navigation:after,
.post-navigation:after,
.widget:after,
.widget_hello_world_recent_posts li:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
    clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
html {
    height: 100%;
}

body {
    background-color: #e3ecf4;
}

body.layout-boxed {
    padding: 20px 10px;
}

.site {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.layout-boxed .site {
    max-width: 1180px;
}

.site-top,
.site-bottom {
    text-align: center;
}

.site-content,
.footer-widget {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

.site-top {
    padding-bottom: 16px;
    padding-top: 20px;
}

/*
.site-logo {
	padding-bottom: 10px;
}
*/
.site-description {
    padding-top: 4px;
}

.site-header {
    margin-bottom: 42px;
}

.header-image {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
}

.header-navigation {
    margin-bottom: -12px;
    margin-top: 20px;
}

.site-content {
    margin-bottom: 12px;
}

.sidebar-area {
    border-top: solid 1px #eee;
    padding-top: 56px;
}

.footer-widget {
    padding-top: 60px;
}

@media screen and (min-width: 783px) {
    body.layout-boxed {
        padding: 35px 15px;
    }

    .header-image {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 42px;
    }

    .main-navigation {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 1180px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .site-content,
    .footer-widget {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 980px) {
    body.layout-boxed {
        padding: 50px 20px;
    }

    .site-top,
    .site-content,
    .site-bottom {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 1180px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-image,
    .site-footer {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 1180px;
    }

    .header-side .site-top,
    .footer-side .site-bottom {
        text-align: left;
    }

    .header-side .site-top-table {
        display: table;
        width: 100%;
    }

    .header-side .site-branding {
        display: table-cell;
        vertical-align: middle;
    }

    .header-side .site-logo,
    .header-side .site-title {
        display: inline-block;
    }

    .header-side .site-logo {
        padding-bottom: 0;
        padding-right: 12px;
    }

    .header-side .site-description {
        padding-top: 0;
    }

    .header-side .header-navigation {
        display: table-cell;
        margin-bottom: 0;
        margin-top: 0;
        text-align: right;
        vertical-align: middle;
    }

    .content-area {
        float: right;
        width: 68.80%;
    }

    .no-sidebar .content-area,
    .full-width .content-area {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        width: 650px;
    }

    .full-width .content-area {
        width: auto;
    }

    .sidebar-area {
        border-top: none;
        float: left;
        padding-top: 0;
        width: 28.20%;
    }

    .footer-widget {
        display: table;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        table-layout: fixed;
        max-width: none;
        width: 100%;
    }

    .footer-widget .widget-area {
        border-left: solid 1px #aaa;
        display: table-cell;
        padding: 60px 45px 24px 44px;
        vertical-align: top;
    }

    .footer-widget .widget-area:first-child {
        border-left: none;
    }

    .footer-4 .footer-widget .widget-area {
        width: 25%;
    }

    .footer-3 .footer-widget .widget-area {
        width: 33.3%;
    }

    .widget {
        width: 100%;
    }

    .footer-2 .footer-widget .widget-area {
        width: 50%;
    }

    .footer-1 .footer-widget .widget-area {
        width: 100%;
    }

    .footer-side .footer-navigation {
        float: left;
    }

    .footer-side .footer-social-link {
        float: right;
    }

    .footer-side .site-info {
        clear: left;
    }
}


/* Header
------------------------------------------------------------ */

.site-top {
    border-bottom: solid 1px #aaa;
}

.site-logo {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.site-logo a:hover {
    opacity: 0.8;
}

.site-logo img {
    zoom: 90%;
    max-width: 360px;
    width: 100%;
}

.site-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.site-title a,
.site-title a:hover {
    color: #3491FA;
}

.site-title a:hover {
    opacity: 0.8;
}

.site-description {
    color: #666;
    line-height: 3;
    font-size: 14px;
    display: none;
}

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

@media screen and (min-width: 783px) {
    .site-logo img {
        zoom: 1;
    }

    .site-title {
        font-size: 42px;
    }
}


/* Menus
------------------------------------------------------------ */

/* Navigation Bar */
.site-bar,
.menu-toggle,
.main-navigation a {
    line-height: 58px;
}

.site-bar {
    color: #555;
}

.main-navigation {
    border-bottom: solid 1px #aaa;
    font-size: 93.8%;
    position: relative;
}

.menu-toggle {
    color: #555;
    cursor: pointer;
    /*text-transform: uppercase;*/
}

.menu-toggle:hover {
    color: #555;
}

.menu-toggle:before {
    content: "\f419";
    display: inline-block;
    font: normal 14px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
}

.main-navigation.toggled ul {
    display: block;
}

.menu-toggle,
.main-navigation a {
    padding-left: 15px;
    padding-right: 15px;
}

.main-navigation a {
    border-top: solid 1px #aaa;
    display: block;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
    color: #333;
}

.main-navigation ul ul a {
    padding-left: 30px;
}

.main-navigation ul ul ul a {
    padding-left: 45px;
}

.main-navigation ul ul ul ul a {
    padding-left: 60px;
}

.main-navigation .search-form {
    position: absolute;
    right: 15px;
    top: 0;
}

.main-navigation .search-field {
    background: url("images/search-icon.png") 5px center no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 36px;
    margin-top: 12px;
    padding: 0 0 0 34px;
    position: relative;
    width: 1px;
}

.main-navigation .search-field:focus {
    background-color: rgba(255, 255, 255, 0.65);
    border: solid 1px #aaa;
    cursor: text;
    max-width: 100%;
    outline: 0;
    width: 240px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .main-navigation .search-field {
        background-image: url("images/search-icon@2x.png");
    }
}

.main-navigation .search-submit {
    display: none;
}

.ie8 .site-header .search-field {
    padding-top: 6px;
}

@media screen and (min-width: 783px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation a {
        border-top: none;
        padding-left: 18px;
        padding-right: 18px;
    }

    .main-navigation a:hover {
        background-color: transparent;
        color: inherit;
    }

    .main-navigation ul ul a,
    .main-navigation ul ul ul a,
    .main-navigation ul ul ul ul a {
        padding-left: 18px;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation div.menu>ul,
    .main-navigation ul.menu {
        letter-spacing: -0.3em;
        text-align: center;
        /*text-transform: uppercase;*/
    }

    .header-side .main-navigation div.menu>ul,
    .header-side .main-navigation ul.menu {
        text-align: left;
    }

    .main-navigation div.menu>ul>li,
    .main-navigation ul.menu>li {
        display: inline-block;
        letter-spacing: normal;
        white-space: nowrap;
        text-align: left;
    }

    .main-navigation div.menu>ul>li:first-child>a,
    .main-navigation ul.menu>li:first-child>a {
        padding-left: 0;
    }

    .main-navigation div.menu>ul>li.page_item_has_children>a,
    .main-navigation ul.menu>li.page_item_has_children>a,
    .main-navigation div.menu>ul>li.menu-item-has-children>a,
    .main-navigation ul.menu>li.menu-item-has-children>a {
        padding-right: 12px;
    }

    .main-navigation div.menu>ul>li.page_item_has_children>a:after,
    .main-navigation ul.menu>li.page_item_has_children>a:after,
    .main-navigation div.menu>ul>li.menu-item-has-children>a:after,
    .main-navigation ul.menu>li.menu-item-has-children>a:after {
        content: "\f431";
        display: inline-block;
        font: normal 16px/1 Genericons;
        -webkit-font-smoothing: antialiased;
        position: relative;
        right: -7px;
        top: 2px;
    }

    .main-navigation ul ul {
        background-color: rgba(255, 255, 255, 0.65);
        box-shadow: 0 0 3px #ddd;
        left: -9999px;
        opacity: 0;
        position: absolute;
        text-transform: none;
        top: 100%;
        transition: opacity .2s ease-in-out;
        white-space: normal;
        width: 200px;
        z-index: 99999;
    }

    .main-navigation ul ul ul {
        top: 0;
    }

    .main-navigation ul li:hover>ul {
        left: 0;
        opacity: 1;
    }

    .main-navigation div.menu>ul>li:first-child:hover>ul,
    .main-navigation ul.menu>li:first-child:hover>ul {
        left: -18px;
    }

    .main-navigation ul ul li:hover>ul {
        left: 100%;
        opacity: 1;
    }

    .main-navigation ul ul li a {
        border-top: 1px solid #aaa;
        line-height: 1.5;
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .main-navigation ul ul li.page_item_has_children>a,
    .main-navigation ul ul li.menu-item-has-children>a {
        padding-right: 24px;
    }

    .main-navigation ul ul li.page_item_has_children>a:after,
    .main-navigation ul ul li.menu-item-has-children>a:after {
        content: ">";
        position: absolute;
        right: 8px;
        top: 14px;
    }

    .main-navigation .search-form {
        right: 45px;
    }

    .main-navigation .search-field {
        transition: width .4s ease, background .4s ease;
    }
}

/* Header Navigation */
.header-navigation {
    font-size: 93.8%;
}

.header-navigation ul {
    list-style: none;
    margin: 0;
}

.header-navigation li {
    color: #444;
    line-height: 36px;
    position: relative;
    text-align: left;
}

.header-navigation li a {
    display: block;
}

.header-navigation .current-menu-item>a,
.header-navigation .current_page_ancestor>a {
    color: #333;
}

.header-navigation ul.menu>li {
    display: inline-block;
    padding-left: 18px;
    /*text-transform: uppercase;*/
}

.header-navigation ul.menu>li:first-child {
    padding-left: 0;
}

.header-navigation ul.menu>li.menu-item-has-children {
    padding-right: 22px;
}

.header-navigation ul.menu>li.menu-item-has-children:after {
    content: "\f431";
    font: normal 16px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 10px;
}

.header-navigation ul ul {
    background-color: rgba(255, 255, 255, 0.65);
    border: solid 1px #aaa;
    box-shadow: 0 0 3px #ddd;
    left: -9999px;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    transition: opacity .2s ease-in-out;
    white-space: normal;
    width: 180px;
    z-index: 99999;
}

.header-navigation ul li:hover>ul {
    left: 4px;
    opacity: 1;
}

.header-navigation ul li:first-child:hover>ul {
    left: -14px;
}

.header-navigation ul li:last-child:hover>ul {
    left: auto;
    opacity: 1;
    right: -14px;
}

.header-navigation ul ul li a {
    border-top: solid 1px #aaa;
    line-height: 1.5;
    padding: 10px 14px;
}

.header-navigation ul ul li:first-child a {
    border-top: none;
}

/* Footer Navigation */
.footer-navigation,
.footer-social-link {
    font-size: 87.5%;
    margin-bottom: 16px;
}

.footer-navigation ul,
.footer-social-link ul {
    list-style: none;
    margin: 0;
}

.footer-navigation li {
    display: inline-block;
    line-height: 28px;
    padding-left: 18px;
}

.footer-social-link li {
    display: inline-block;
    padding-left: 8px;
}

.footer-navigation li:first-child,
.footer-social-link li:first-child {
    padding-left: 0;
}

/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
    border: solid 1px #bbb;
    border-radius: 50%;
    color: #666;
    display: inline-block;
    font: normal 18px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
    padding: 6px;
    position: relative;
    vertical-align: middle;
}

.menu a:hover:before {
    border-color: #bbb;
    color: #666;
}

.widget .menu a:before {
    font-size: 22px;
    padding: 7px;
}

.profilewidget-link.menu a:before {
    border: none;
    content: '\f107';
    margin-right: 4px;
    padding: 0;
}

.footer-social-link .menu a:before {
    content: '\f107';
    margin-right: 0;
}

.menu a[href*="codepen.io"]:before {
    content: "\f216";
}

.menu a[href*="digg.com"]:before {
    content: "\f221";
}

.menu a[href*="dribbble.com"]:before {
    content: "\f201";
}

.menu a[href*="dropbox.com"]:before {
    content: "\f225";
}

.menu a[href*="facebook.com"]:before {
    content: "\f204";
}

.menu a[href*="flickr.com"]:before {
    content: "\f211";
}

.menu a[href*="plus.google.com"]:before {
    content: "\f218";
}

.menu a[href*="github.com"]:before {
    content: "\f200";
}

.menu a[href*="instagram.com"]:before {
    content: "\f215";
}

.menu a[href*="linkedin.com"]:before {
    content: "\f207";
}

.menu a[href*="pinterest.com"]:before {
    content: "\f209";
}

.menu a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.menu a[href*="getpocket.com"]:before {
    content: "\f224";
}

.menu a[href*="reddit.com"]:before {
    content: "\f222";
}

.menu a[href*="skype.com"]:before,
.menu a[href*="skype:"]:before {
    content: "\f220";
}

.menu a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.menu a[href*="tumblr.com"]:before {
    content: "\f214";
}

.menu a[href*="twitter.com"]:before {
    content: "\f202";
}

.menu a[href*="vimeo.com"]:before {
    content: "\f212";
}

.menu a[href*="wordpress.org"]:before,
.menu a[href*="wordpress.com"]:before {
    content: "\f205";
}

.menu a[href*="youtube.com"]:before {
    content: "\f213";
}

.menu a[href$="/feed/"]:before {
    content: "\f413";
}


/* Content
------------------------------------------------------------ */

/* Entry */
.hentry {
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.single .hentry {
    margin-bottom: 60px;
}

.page .hentry {
    border-bottom: none;
    margin-bottom: 24px;
}

/* Entry Header */
.entry-header {
    margin-bottom: 24px;
}

.post-thumbnail {
    margin-top: 36px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-thumbnail a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0.9;
}

.entry-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.entry-header-meta {
    color: #666;
    font-size: 80%;
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
}

.entry-header-meta a:hover {
    color: #444;
}

.entry-meta-sep {
    color: #ccc;
    margin: 0 8px;
}

/* Entry Content */
.entry-content {
    padding-bottom: 20px;
    padding-top: 10px;
}

.entry-content cite a {
    text-decoration: none;
}

.intro {
    color: #666;
    font-size: 125%;
    line-height: 1.4;
}

/* Entry Footer */
.entry-footer {
    padding-bottom: 10px;
}

.entry-footer-meta {
    color: #444;
    font-size: 80%;
}

.cat-links {
    margin-right: 24px;
}

.cat-links:before,
.tags-links:before {
    color: #444;
    display: inline-block;
    font: normal 24px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.cat-links:before {
    content: "\f301";
}

.tags-links:before {
    content: "\f302";
}

/* Entry Summary */
.entry-summary {
    padding-bottom: 24px;
}

.continue-reading {
    /*text-transform: uppercase;*/
    font-size: 80%;
}

/* Post Magazine */
.post-magazine {
    margin-bottom: 36px;
}

.post-magazine .post-thumbnail {
    float: left;
    width: 30%;
    margin-top: 0;
    margin-right: 5%;
}

.post-magazine .entry-header {
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 4px;
}

.post-magazine .entry-title {
    clear: none;
    font-size: 23px;
    font-size: 1.438rem;
}

.post-magazine .entry-header-meta {
    font-size: 87.5%;
}

.post-magazine .entry-header-meta .byline,
.post-magazine .entry-header-meta .comments-link {
    display: none;
}

.post-magazine .entry-summary {
    clear: both;
    font-size: 93.8%;
    padding-bottom: 0;
    padding-top: 20px;
}

@media screen and (min-width: 540px) {
    .post-magazine-content {
        overflow: hidden;
    }

    .post-magazine .entry-title {
        font-size: 28px;
        font-size: 1.75rem;
    }

    .post-magazine .entry-header-meta .byline,
    .post-magazine .entry-header-meta .comments-link {
        display: inline;
    }
}

/* Author Profile */
.author-profile {
    border-bottom: solid 1px #ccc;
    font-size: 93.8%;
    margin-top: -20px;
    margin-bottom: 60px;
    padding-bottom: 45px;
}

.author-avatar {
    float: left;
    margin-right: 24px;
    width: 76px;
}

.author-avatar img {
    border-radius: 50%;
}

.author-description {
    overflow: hidden;
}

.author-name {
    font-size: 106.7%;
    margin-bottom: 4px;
}

/* Sticky Post */
.sticky {}

.featured {
    border: solid 2px #ff810c;
    border-radius: 3px;
    color: #ff810c;
    font-size: 81.3%;
    font-style: normal;
    font-weight: 600;
    margin-left: 12px;
    padding: 3px 9px;
    /*text-transform: uppercase;*/
}

/* Page Links */
.page-links {
    clear: both;
    margin-bottom: 24px;
}

/* Archive */
.page-header {
    margin-bottom: 48px;
}

.page-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 12px;
    margin-top: 0;
}

.page-content {}

/* Hide Title */
.format-aside .post-normal .entry-title,
.format-image .post-normal .entry-title,
.format-link .post-normal .entry-title,
.format-quote .post-normal .entry-title,
.format-status .post-normal .entry-title {
    /* display: none; */
}



/* Link */
.format-link .entry-content a {
    font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
    font-size: 150%;
    margin-bottom: 0;
    padding-left: 60px;
}

.format-quote .entry-content blockquote:before,
blockquote.alignleft:before,
blockquote.alignright:before,
blockquote.aligncenter:before {
    font-size: 120px;
    top: -10px;
}

blockquote.alignleft,
blockquote.alignright {
    max-width: 230px;
}

/* Status */
.format-status .entry-content {
    font-size: 112.5%;
}

/* Gallery */
.gallery {
    margin-bottom: 24px;
}

.gallery-item {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery .gallery-caption {
    display: none;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
    color: #666;
    font-size: 93.8%;
    margin-bottom: 60px;
    margin-top: 48px;
    text-align: center;
}

.pagination a {
    text-decoration: none;
}

.pagination .page-numbers {
    display: none;
    padding: 8px 18px;
    margin-right: 6px;
}

.pagination .prev,
.pagination .next {
    display: inline-block;
}

.pagination .dots {
    padding-left: 10px;
    padding-right: 10px;
}

.pagination a.page-numbers {
    border: solid 1px #888;
}

.pagination a.page-numbers:hover {
    background-color: #eeeeee60;
    border-color: #ccc;
    color: #555;
}

.pagination .current {
    background-color: #eeeeeec0;
    border: solid 1px #ccc;
    color: #555;
    font-weight: 700;
}

@media screen and (min-width: 640px) {
    .pagination .page-numbers {
        display: inline-block;
    }
}

/* Page Links */
.page-links {
    color: #666;
    clear: both;
    font-size: 93.8%;
    margin-bottom: 30px;
    margin-top: 48px;
}

.page-links .page-numbers {
    background-color: #eee;
    border: solid 1px #ccc;
    color: #555;
    font-weight: 700;
    padding: 6px 16px;
    margin-left: 4px;
}

.page-links a {
    text-decoration: none;
}

.page-links a .page-numbers {
    background-color: transparent;
    border: solid 1px #ddd;
    color: #666;
    font-weight: normal;
}

.page-links a .page-numbers:hover {
    border: solid 1px #ccc;
    color: #555;
}

/* Post Navigation */
.post-nav-title {
    color: #666;
    font-size: 93.8%;
    margin-bottom: 5px;
}

.post-navigation {
    margin-bottom: 60px;
}

.post-navigation .nav-previous {
    float: left;
    width: 48%;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 48%;
}

/* Comment Navigation */
.comment-navigation {
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.comment-navigation .nav-previous {
    float: left;
    width: 48%;
}

.comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 48%;
}

.comment-navigation a {
    color: #666;
    text-decoration: underline;
}

.comment-navigation a:hover {
    color: #666;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
    font-size: 93.8%;
    margin-bottom: 60px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 24px;
    margin-top: 0;
}

.comments-title {
    padding-top: 12px;
}

.comment-reply-title {
    margin-top: 48px;
}

.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
    margin-top: 0;
}

/* Comment Structure */
.comment-list {
    border-bottom: solid 1px #ccc;
    list-style: none;
    margin: 0 0 24px;
}

.comment-list .children {
    list-style: none;
    margin-left: 24px;
}

.comment-list .comment-body {
    border-top: solid 1px #eee;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
}

/* Comment Meta */
.comment-author {
    font-size: 106.7%;
    font-weight: 600;
    margin-bottom: 2px;
}

.comment-author a {
    border-bottom: dotted 1px #999;
    color: #666;
}

.comment-author a:hover {
    color: #666;
}

.comment-author .avatar {
    border-radius: 50%;
    height: 48px;
    left: 0;
    position: absolute;
    top: 28px;
    width: 48px;
}

.has-avatars .comment .comment-meta {
    margin-left: 62px;
}

.bypostauthor>.comment-body .comment-author::after {
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    content: "\f408";
    display: inline-block;
    font: normal 16px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
    padding: 3px;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 93.3%;
    font-style: italic;
    margin-bottom: 24px;
}

.comment-metadata a,
a.comment-edit-link {
    color: #666;
}

.comment-metadata a:hover,
a.comment-edit-link:hover {
    color: #666;
}

.comment-edit-link {
    margin-left: 15px;
}

/* Comment Body */
.comment-content cite a {
    text-decoration: none;
}

.comment-body .reply a {
    color: #666;
    font-size: 93.3%;
}

.comment-body .reply a:hover {
    color: #666;
}

.comment-body .reply a:before {
    color: #ccc;
    content: "\f412";
    display: inline-block;
    font: normal 14px/1 Genericons;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
    position: relative;
    text-decoration: inherit;
    top: -1px;
    vertical-align: middle;
}

.comment-awaiting-moderation {
    color: #666;
}

/* Pingback */
.pingback a {
    color: #666;
    text-decoration: underline;
}

.pingback a:hover {
    color: #666;
}

/* Comment Form */
.comment-respond a {
    color: #666;
    text-decoration: underline;
}

.comment-respond a:hover {
    color: #666;
}

#commentform label {
    display: block;
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
    color: #666;
    font-size: 93.8%;
    margin-bottom: 20px;
}

.sticky-sidebar .widget {
    margin-bottom: 0;
    padding-bottom: 60px;
}

/* Heading */
.widget-title {
    font-size: 17px;
    font-size: 1.063rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    margin-top: 0;
    /*text-transform: uppercase;*/
    text-align: center;
}

/* Link */
.widget a {
    text-decoration: underline;
}

.widget li a {
    text-decoration: none;
}

/* List */
.widget ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.widget ul li {
    border-top: solid 1px #eee;
    line-height: 1.4;
    padding-bottom: 8px;
    padding-top: 12px;
    margin-left: 8%;
    margin-right: 8%;
}

.widget>ul>li:first-child,
.widget>div>ul>li:first-child {
    border-top: none;
}

.widget ul ul {
    margin-left: 12px;
    margin-top: 12px;
}

.widget ul ul li:last-child {
    padding-bottom: 0;
}

.widget ul.colorful-categories {
    margin-left: 8%;
    margin-right: 8%;
}

.widget div.ctf {
    background-color: #6fc7ff36;
    border-radius: 5px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
    color: #666;
    display: block;
    font-size: 86.7%;
    margin-top: 4px;
    /*text-transform: uppercase;*/
}

/* Recent Comments */
.widget_recent_comments li a {
    text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
    margin-top: 0;
    max-width: 300px;
    width: 100%;
}

.widget_search .search-submit {
    display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
    text-decoration: none;
}

/* Calendar */
.widget_calendar table {
    font-size: 93.3%;
    line-height: 32px;
    margin-bottom: 0;
    max-width: 300px;
}

.widget_calendar caption {
    /*text-transform: uppercase;*/
}

.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
}

.widget_calendar thead th {
    border-bottom: solid 1px #e6e6e6;
    padding: 2px 0;
}

.widget_calendar tbody td {
    border-bottom: solid 1px #e6e6e6;
}

.widget_calendar tbody td a {
    background-color: #e6e6e6;
    display: block;
    text-decoration: underline;
}

.widget_calendar tbody td a:hover {
    color: #666;
    background-color: #f0f0f0;
}

.widget_calendar tfoot td {
    border-bottom: none;
    padding-top: 8px;
}

.widget_calendar tfoot td a {
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

.widget_calendar tfoot td#prev {
    text-align: left;
}

.widget_calendar tfoot td#next {
    text-align: right;
}

/* RSS */
.widget_rss li {
    line-height: 1.4;
    margin-bottom: 6px;
}

.widget_rss li .rsswidget {
    display: block;
    margin-top: 6px;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
    color: #666;
    font-size: 86.7%;
}

.widget_rss .rss-date {
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
    /*text-transform: uppercase;*/
}

.widget_rss .rssSummary {
    margin-bottom: 4px;
}

/* Hello World Recent Posts */
.widget_hello_world_recent_posts img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 50px;
}

.recent-posts-text {
    overflow: hidden;
}

.recent-posts-text .post-date {
    color: #666;
    display: block;
    font-size: 86.7%;
    font-style: italic;
}

/* Hello World Profile */
.profilewidget-profile,
.profilewidget-meta {
    margin-bottom: 16px;
    text-align: center;
}

.profilewidget-profile img {
    border-radius: 50%;
    max-width: 180px;
}

.profilewidget-name {
    font-size: 118.8%;
}

.profilewidget-name strong {
    font-weight: 600;
}

.profilewidget-name ruby {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
}

.profilewidget-name ruby rt {
    font-size: 50%;
}

.profilewidget-link {
    margin-top: 4px;
}

.profilewidget-link.menu a {
    text-decoration: none;
}

.profilewidget-text {
    margin-left: 8%;
    margin-right: 8%;
}

aside.widget {
    border-top: solid 1px #ccc;
    padding-top: 20px;
}

aside.widget:first-child {
    border-top: none;
    padding-top: 0px;
}

/* Footer
------------------------------------------------------------ */

/* Footer Widget */
.footer-area {
    border-top: solid 1px #eee;
}

/* Footer */
.site-bottom {
    border-top: solid 1px #ccc;
    color: #888;
    margin-bottom: 24px;
    padding-top: 24px;
}

.site-bottom a {
    color: #666;
}

.site-bottom a:hover,
.site-bottom .current-menu-item>a {
    color: #333;
}

.site-copyright,
.site-credit {
    font-size: 87.5%;
    margin-bottom: 3px;
    padding-top: 3px;
}

.site-credit a {
    color: #888;
}

.site-credit a:hover {
    color: #666;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
    display: none;
}

.infinite-loader {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 0;
    width: 25px;
}

#infinite-handle {
    margin-bottom: 60px;
    text-align: center;
}

#infinite-handle span {
    background-color: #eee;
    border: solid 1px #eee;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 93.8%;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: .3s ease-in-out;
}

#infinite-handle span:hover {
    background-color: rgba(255, 255, 255, 0.65);
}

/* Jetpack Widgets */
.widget_top-posts ul {
    counter-reset: number;
}

.widget_top-posts li {
    padding-left: 35px;
    position: relative;
}

.widget_top-posts li:before {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    content: counter(number) !important;
    counter-increment: number;
    font-weight: 600;
    height: 23px;
    left: 0;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 23px;
}

.widgets-list-layout li {
    margin-bottom: 0 !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    margin-right: 12px;
    width: 40px !important;
}

.widgets-list-layout-links {
    float: none !important;
    overflow: hidden;
    width: auto !important;
}

#subscribe-email input {
    margin-top: 0;
    max-width: 300px;
    padding: 0.6em !important;
    width: 100% !important;
}

.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
    font-size: 100% !important;
}

.jetpack-display-remote-posts h4 {
    margin-top: 24px !important;
}

.widget_jetpack_display_posts_widget img {
    margin: 12px 0;
}

.widget-grofile {
    text-align: center;
}

.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
    text-align: left;
}

.widget-grofile h4 {
    font-size: 100%;
    font-weight: 600;
}

.grofile-meta h4 {
    font-size: 118.8%;
    text-align: center;
}

.grofile-thumbnail {
    border-radius: 50%;
    max-width: 200px !important;
}

ul.grofile-urls {
    margin-bottom: 1.5em;
    margin-top: 0;
}

/* Jetpack Related Posts */
.jp-relatedposts-post-img {
    margin-bottom: 6px;
}

/* Jetpack Comments */
.comment-form {
    margin-bottom: 24px;
}

.comment-subscription-form {
    margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
    display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
    font-size: 93.8%;
}

.wpcf7-file {
    border: solid 1px #e6e6e6;
    padding: 5px;
}

.entry-content ol {
    margin-bottom: 0em;
}

.entry-content p:has(span[id^="more-"]) {
    margin: 0;
    padding: 0;
    display: none;
}

/* Print
------------------------------------------------------------ */

@media print {

    html,
    body {
        background: none !important;
        color: #000 !important;
        font-size: 10pt !important;
    }

    .header-navigation,
    .site-bar,
    .widget,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comment-respond,
    .navigation,
    #infinite-handle,
    .sidebar-area,
    .footer-area,
    .footer-navigation,
    .footer-social-link {
        display: none !important;
    }

    .site-content {
        max-width: none;
    }

    .site-bottom,
    .site-bottom a {
        color: #000;
    }
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #666;
}

@media (max-width: 768px) {
    .snowflake:nth-child(n+7) {
        display: none;
        /* 隐藏第 6 个及之后的雪花 */
    }
}

.snowflake,
.snowflake .inner {
    animation-iteration-count: infinite;
    animation-play-state: running
}

@keyframes snowflakes-fall {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(110vh)
    }
}

@keyframes snowflakes-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    animation-name: snowflakes-shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out
}

.snowflake .inner {
    animation-duration: 10s;
    animation-name: snowflakes-fall;
    animation-timing-function: linear
}

.snowflake:nth-of-type(0) {
    left: 1%;
    animation-delay: 0s
}

.snowflake:nth-of-type(0) .inner {
    animation-delay: 0s
}

.snowflake:first-of-type {
    left: 10%;
    animation-delay: 1s
}

.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
    animation-delay: 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    animation-delay: .5s
}

.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
    animation-delay: 6s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    animation-delay: 2s
}

.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
    animation-delay: 4s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    animation-delay: 2s
}

.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
    animation-delay: 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    animation-delay: 3s
}

.snowflake:nth-of-type(5) .inner {
    animation-delay: 8s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    animation-delay: 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    animation-delay: 1s
}

.snowflake:nth-of-type(7) .inner {
    animation-delay: 2.5s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    animation-delay: 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    animation-delay: 1.5s
}

.snowflake:nth-of-type(9) .inner {
    animation-delay: 3s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    animation-delay: 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    animation-delay: 2.5s
}