/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*
    1.Global
    2.Header
    3.Navigation
    4.Featured & Post Header
    5.Loop
    6.Post
    7.Tags Page
    8.Prev/Next Post
    9.Author & Tag Page
    10.Newsletter
    11.Footer
    12.Disqus
    13.Search
    14.Colors
*/

/* ==========================================================================
   1.Global
   ========================================================================== */

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html,
body {
    height: 100%;
    max-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    color: #161b3d;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 5px 0 25px;
    font-family: 'Noto Serif', serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
}

@media (max-width:479px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 3px 0 20px;
    }

    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 12px;
    }

}

@media (min-width:480px) and (max-width:767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 3px 0 20px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 14px;
    }

}

/* Global Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a,
a:hover,
a:focus {
    text-decoration: none;
    color: #4A90E2;
    outline: 0;
}

/* Global Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Global Tags
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-tag {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 4px 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 20px;
}

/* Sticky Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.global-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.section-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.section-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Wrap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .wrap {
        width: 100%;
        margin: 0;
    }

}

@media (min-width:480px) and (max-width:1399px) {
    .wrap {
        width: calc(100% - 85px - 85px);
    }

}

/* ==========================================================================
   2.Header
   ========================================================================== */
.header-wrap {
    min-height: 160px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
}

.header-nav {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
}

.header-logo .is-logo {
    line-height: 0;
}

.header-logo .is-logo img {
    max-width: 100%;
    max-height: 50px;
}

.header-logo .no-logo {
    font-size: 40px;
    font-weight: 700;
    line-height: .9;
    margin: 0;
    padding: 0;
}

/* Description
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.blog-description {
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 90vh;
    height: 86px;
    margin: auto;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(18, 22, 50, .95);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .section-header {
        width: calc(100% - 30px - 30px);
        margin: 0 auto;
    }

    .header-wrap {
        min-height: 100px;
    }

    .header-logo .is-logo img {
        max-height: 40px;
    }

    .header-logo .no-logo {
        font-size: 25px;
    }

    .blog-description {
        visibility: hidden;
    }

}

/* IE11 Logo Hack
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (-ms-high-contrast:none) {
    .header-logo .is-logo img {
        width: auto !important;
        max-width: none;
        height: 50px;
    }

}

/* ==========================================================================
  3.Navigation
  ========================================================================== */
.nav-wrap {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    width: auto;
    padding: 0;
    letter-spacing: .9px;
}

.nav-wrap > .nav-label {
    display: none;
}

.nav-wrap > .nav-list {
    display: block;
}

.nav-wrap > .nav-list > .nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.nav-wrap input[type='checkbox'] {
    display: none;
}

.nav-list {
    z-index: 999;
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list,
[id^='toggle'] {
    display: none;
}

.nav-list-item {
    margin: 0;
}

.nav-list-item,
[id^='toggle']:checked + .nav-list {
    position: absolute;
    right: 0;
    display: block;
    border-radius: 26px;
    background-color: #f7f7f7;
}

.nav-link {
    color: #161b3d;
    line-height: .5;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}

/* Dot
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-dot {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 7px;
    height: 7px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 50%;
}

.nav-link:hover ~ .nav-dot {
    background-color: #d3d5dc;
}

/* Hamburger
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 10px 15px 0 0;
    cursor: pointer;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #161b3d;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: '';
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger-minus .hamburger-inner::before,
.hamburger-minus .hamburger-inner::after {
    -webkit-transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
    transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
}

.hamburger-minus.is-active .hamburger-inner::before,
.hamburger-minus.is-active .hamburger-inner::after {
    -webkit-transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
    opacity: 0;
}

.hamburger-minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger-minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .nav-list {
        margin: 20px -15px 0 0;
    }

}

@media (min-width:480px) and (max-width:1023px) {
    .nav-list {
        margin: 20px 0 0 0;
    }

}

@media (max-width:1023px) {
    .nav-list {
        padding: 20px 20px 30px 0;
    }

    .nav-wrap > .nav-label {
        display: block;
    }

    .nav-wrap > .nav-list {
        display: none;
    }

    .nav-wrap > .nav-list > .nav-list-item {
        position: relative;
        display: block;
    }

    .nav-link {
        line-height: 1;
        padding: 10px 10px 10px 30px;
    }

    .header-wrap .nav-dot {
        top: 4px;
    }

}

/* ==========================================================================
  4.Featured & Post Header
  ========================================================================== */
.section-featured {
    position: relative;
}

.featured-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 160px - 85px);
    padding: 0 12% 10vh 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-wrap article {
    max-width: 100%;
    padding: 60px 0 60px 40px;
}

/* Featured-label
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-label {
    color: #fff;
    background-color: #161b3d;
}

.featured-label svg {
    width: 12px;
    height: 12px;
    margin: 0 2px -2px 0;
    fill: #fff;
}

/* Tags
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tags-wrap {
    margin-right: 20%;
}

.post-tag {
    color: #161b3d;
    background-color: #f4f4f4;
}

.post-tag:hover {
    color: #fff;
}

/* Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-wrap h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 20px;
}

.featured-wrap h2 a {
    position: relative;
}

.featured-wrap h2 a .featured-dot {
    position: absolute;
    right: -17px;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: 20px;
    background-color: transparent;
}

/* Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-image {
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 85px;
    width: calc(50% - 130px);
    border-radius: 5px;
    background: no-repeat center center;
    background-size: cover;
}

/* Scrollable
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-scrollable {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.scrollable-nav {
    position: absolute;
    z-index: 999;
    top: calc(50% - 12px);
    right: 0;
    bottom: 0;
    width: 85px;
}

.scrollable-nav .next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid #dcdfe7;
    border-width: 0 8px 8px 0;
}

.scrollable-nav span:hover {
    padding: 8px;
    border: solid;
    border-width: 0 8px 8px 0;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .featured-wrap {
        min-height: calc(100vh - 100px);
    }

    .featured-wrap article {
        padding: 30px 38px;
    }

    .featured-wrap h2 {
        font-size: 30px;
    }

    .tags-wrap {
        margin-right: 0;
    }

    .featured-label span {
        display: none;
    }

    .tags-wrap .featured-label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 24px;
        margin-left: 1px;
        padding: 4px 6px;
    }

    .scrollable-nav {
        display: none;
    }

}

@media (min-width:480px) and (max-width:767px) {
    .featured-wrap article {
        padding: 60px 20% 60px 85px;
    }

    .featured-wrap h2 {
        font-size: 35px;
    }

}

@media (min-width:480px) and (max-width:1023px) {
    .featured-wrap {
        min-height: calc(100vh - 160px);
    }

    .tags-wrap {
        margin-right: 10%;
    }

}

@media (min-width:768px) and (max-width:1023px) {
    .featured-wrap article {
        padding: 60px 20% 60px 123px;
    }

    .featured-wrap h2 {
        font-size: 45px;
    }

}

@media (max-width:1023px) {
    .featured-wrap {
        padding: 0 0 10vh;
    }

    .featured-image {
        left: 0;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
    }

    .featured-image::before {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        opacity: .4;
        background-color: #101213;
        background-image: linear-gradient(234deg, #394245 0%, #000 100%);
    }

    .is-featured-image .featured-wrap h2,
    .is-featured-image .featured-wrap h2 a,
    .is-featured-image .featured-wrap .item-meta,
    .is-featured-image .featured-wrap .item-meta a {
        color: #fff;
    }

    .featured-image::before {
        border-radius: 0;
    }

    .is-featured-image .featured-label {
        color: #161b3d;
        background-color: #f4f4f4;
    }

    .is-featured-image .featured-label svg {
        fill: #161b3d;
    }

    .featured-wrap h2 a .featured-dot {
        display: none;
    }

    .home-template .no-featured-image.wrap {
        width: initial;
    }

    .post-template .no-featured-image .featured-wrap,
    .page-template .no-featured-image .featured-wrap {
        min-height: 60vh;
    }

}

@media (min-width:1024px) {
    .home-template .no-featured-image .featured-wrap {
        padding: 0 30% 10vh 38px;
    }

    .home-template .no-featured-image article {
        padding: 60px 0;
    }

    .post-template .no-featured-image .featured-wrap,
    .page-template .no-featured-image .featured-wrap {
        max-width: 700px;
        min-height: calc(50vh - 160px - 85px);
        margin: 0 auto;
        padding: 0 0 10vh;
    }

    .post-template .no-featured-image article,
    .page-template .no-featured-image article {
        padding-left: 0;
    }

}

@media (min-width:1024px) and (max-width:1199px) {
    .featured-wrap h2 {
        font-size: 35px;
    }

    .featured-wrap h2 a .featured-dot {
        right: -14px;
        width: 10px;
        height: 10px;
        margin-top: 5px;
    }

}

@media (min-width:1200px) and (max-width:1399px) {
    .featured-wrap h2 {
        font-size: 45px;
    }

}

@media (min-width:1024px) and (max-width:1399px) {
    .featured-image {
        left: 0;
        width: calc(50% - 45px);
        border-radius: 0 5px 5px 0;
    }

}

/* ==========================================================================
  5.Loop
  ========================================================================== */
.section-loop {
    position: relative;
    margin-top: 0;
}

.section-loop.is-featured {
    margin-top: -10vh;
}

.section-loop.no-featured {
    margin-top: 10vh;
}

.items-wrap {
    margin: 0 -15px;
    -webkit-animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
    animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

.item-wrap article {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    min-height: 370px;
    margin: 15px 0 15px 15px;
    padding: 40px 38px 45px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 26px;
    background-color: #eaedf6;
    background-image: linear-gradient(20deg, #e2e5ed, #f1f4f4);
}

.item-wrap article:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.item-link-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-wrap {
    min-width: 350px;
    -webkit-box-flex: 999;
    -ms-flex: 999 0 33.333%;
    flex: 999 0 33.333%;
}

.item-wrap.tag-hash-large {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.666%;
    flex: 1 0 66.666%;
}

/* Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-wrap h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.35;
    margin-right: 10%;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.item-image::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}

/* Images - Text - Background Colors & Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-loop .is-image .white,
.section-loop .tag-hash-violet .white,
.section-loop .tag-hash-green .white,
.section-loop .tag-hash-red .white,
.section-loop .tag-hash-orange .white,
.section-loop .tag-hash-yellow .white,
.section-loop .tag-hash-blue .white {
    color: #fff;
}

/* Images - Opacity Image - Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-loop .tag-hash-violet .item-image::before,
.section-loop .tag-hash-green .item-image::before,
.section-loop .tag-hash-red .item-image::before,
.section-loop .tag-hash-orange .item-image::before,
.section-loop .tag-hash-yellow .item-image::before,
.section-loop .tag-hash-blue .item-image::before {
    opacity: .8;
}

/* Meta
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-meta span,
.item-meta time {
    font-size: 14px;
    opacity: .9;
}

.item-meta time {
    display: inline-block;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* Primary Tag
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.is-primary-tag {
    margin-bottom: 60px;
}

.primary-tag {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    margin-left: -8px;
    padding: 4px 8px;
    background-color: transparent;
}

.primary-tag:hover {
    color: #161b3d !important;
    background-color: #fff;
}

/* Load More & Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
    display: none;
}

.load-more,
.section-load-more {
    width: 40px;
    height: 40px;
}

.section-load-more {
    margin: 20px auto 16vh;
}

.load-more {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 8px solid #dcdfe7;
    border-radius: 100px;
    outline: none;
    background: none;
}

.load-more:hover {
    -webkit-transition: .3s cubic-bezier(.39, .07, .68, 1.7);
    transition: .3s cubic-bezier(.39, .07, .68, 1.7);
    -webkit-transform: scale(.65);
    transform: scale(.65);
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .items-wrap {
        margin: 0;
    }

    .item-wrap {
        min-width: 280px;
    }

    .item-wrap article {
        min-height: 200px;
        margin: 0 15px 15px;
        padding: 30px 30px 40px;
    }

    .item-wrap h2 {
        font-size: 25px;
        margin-right: 0;
    }

    .section-load-more {
        margin-bottom: 7vh;
    }

}

@media (min-width:480px) and (max-width:767px) {
    .item-wrap article {
        min-height: 270px;
    }

    .item-wrap h2 {
        font-size: 28px;
        margin-right: 0;
    }

    .section-load-more {
        margin-bottom: 8vh;
    }

}

@media (min-width:768px) and (max-width:1023px) {
    .section-load-more {
        margin-bottom: 10vh;
    }

}

/* ==========================================================================
  6.Post
  ========================================================================== */
.section-post {
    margin: calc(-10vh + 15px) auto 0;
    border-radius: 26px;
    background-color: #fff;
}

.post-wrap {
    font-size: 19px;
    overflow: visible;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 85px 120px;
}

.post-wrap.no-image {
    padding-top: 0;
}

.post-wrap a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 2px solid #f1f4f4;
}

.post-meta {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
}

/* Share
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-share {
    position: absolute;
    z-index: 99;
    bottom: -30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 50px auto 0;
    padding: 11px 13px;
    border-radius: 26px;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-share a {
    line-height: 0;
    padding: 10px 30px;
    border: none;
}

.post-share svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    fill: #161b3d;
}

.post-share .google-plus svg {
    width: 23px;
    height: 23px;
}

/* Footnotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footnotes-sep {
    width: 100px;
    margin: 50px 0 10px;
}

.footnotes {
    padding: 20px 0;
}

.footnotes-list {
    padding-left: 20px;
    list-style: decimal;
}

.footnotes p,
.footnote-item {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* reframe.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.js-reframe {
    margin-bottom: 30px;
}

/* medium-zoom.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body > img {
    z-index: 99999;
    border-radius: 5px;
}

/* Paragraph
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
    line-height: 1.65;
}

/* Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p img {
    width: calc(100% + 110px);
    margin: 35px 0 35px -55px;
    border-radius: 5px;
}

p img ~ small {
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    display: block;
    max-width: 300px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: -64px 20px;
    transform-origin: -64px 20px;
}

/* Unsplash Image <small>
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p img ~ small,
p img ~ small a {
    color: #aeb5be;
}

/* Blockquote
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
	font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    width: 85%;
    margin: 5vh 0;
    padding: 20px 50px;
    background: #ededed;
    font-family: 'Noto Serif';
    text-align: justify;
}

/*
blockquote {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    width: 90%;
    margin: 5vh 0 5vh -55px;
    padding: 20px 50px;
    border-left: 5px solid #f1f4f4;
}
*/

blockquote p {
    margin: 0;
    text-align: justify;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    font-size: 90%;
    margin: 0;
    padding: 2px 5px;
    border-radius: 5px;
    background: #f1f4f4;
}

pre > code {
    display: block;
    padding: 10px 15px;
    white-space: pre-wrap;
}

pre {
    margin-top: 30px;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
dl dt {
    font-weight: bold;
    float: left;
    clear: left;
    overflow: hidden;
    width: 180px;
    margin-bottom: 1em;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

dl dd {
    margin-bottom: 1em;
    margin-left: 200px;
}

ul {
    list-style: disc inside;
}

ul li ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    margin: 0 0 25px;
    padding-left: 20px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    font-size: 90%;
    margin: 15px 0 15px 30px;
}

li {
    margin-bottom: 10px;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 17px 0;
    background-color: transparent;
}

th,
td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/* Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    width: 100%;
    height: 5px;
    margin: 40px 0 25px;
    border: none;
    background: #f1f4f4;
}

mark {
    background-color: yellow;
}

kbd {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 9px;
    padding: 1px 8px;
    color: #666;
    border: #ccc 1px solid;
    border-radius: 4px;
    background: #f4f4f4;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 #fff inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 #fff inset;
    text-shadow: #fff 0 1px 0;
}

iframe {
    display: block;
    margin: 0 auto;
}

/* Koenig Editor
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.kg-image-card,
.kg-embed-card {
    margin: 50px 0;
}

.kg-image-card img {
    width: 100%;
    border-radius: 5px;
}

.kg-image-card figcaption,
.kg-embed-card figcaption {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #aeb5be;
}

.kg-embed-card .js-reframe {
    margin-bottom: 0;
}

/* RWD Koenig Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:767px) {
    .kg-image-card,
    .kg-embed-card {
        margin: 35px 0;
    }

}

@media (min-width:768px) {
    .kg-width-full img,
    .kg-width-full figcaption {
        position: relative;
        right: 50%;
        left: 50%;
        width: calc(100vw - 85px - 85px - 20px);
        margin-right: calc(-50vw + 85px + 10px);
        margin-left: calc(-50vw + 85px + 10px);
    }

}

@media (min-width:768px) and (max-width:1023px) {
    .kg-width-wide img {
        width: 110%;
        margin-left: -5%;
    }

}

@media (min-width:1024px) and (max-width:1299px) {
    .kg-width-wide img {
        width: calc(1000px - 85px - 85px);
    }

    .kg-width-wide img,
    .kg-width-wide figcaption {
        margin-left: calc((700px - 1000px) / 2 + 85px);
    }

    .kg-width-wide figcaption {
        width: 780px;
    }

}

@media (min-width:1300px) {
    .kg-width-wide img {
        width: calc(1200px - 85px - 85px);
    }

    .kg-width-wide img,
    .kg-width-wide figcaption {
        margin-left: calc((700px - 1200px) / 2 + 85px);
    }

    .kg-width-wide figcaption {
        width: 900px;
    }

}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .section-post {
        margin-top: -10vh;
    }

    .post-wrap {
        font-size: 16px;
        padding: 25px 10% 100px 25px;
    }

    .post-share {
        bottom: 15px;
    }

    p img {
        width: 100%;
        margin: 35px auto;
    }

    blockquote {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .section-post {
        width: calc(100% - 15px - 15px);
    }

    p img ~ small {
        line-height: 1.3;
        position: initial;
        margin: -20px 0 20px;
        -webkit-transform: initial;
        transform: initial;
        -webkit-transform-origin: initial;
        transform-origin: initial;
    }

    blockquote {
        margin: 5vh 0 5vh;
        padding: 5px 20px;
    }

}

@media (min-width:480px) and (max-width:767px) {
    .post-wrap {
        padding: 60px 70px 120px;
    }

    p img {
        width: 100%;
        margin: 35px 0;
    }

    blockquote {
        font-size: 24px;
    }

}

/* ==========================================================================
 7.Tags Page
 ========================================================================== */
.section-page-tags {
    margin: 0 auto 16vh;
    padding: 0 85px;
    -webkit-animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
    animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
}

.page-tags-wrap {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
}

.page-tag-wrap {
    position: relative;
    overflow: hidden;
    margin: 15px;
    padding: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.page-tag-wrap:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.page-tag-wrap.no-image {
    background-color: #eaedf6;
    background-image: linear-gradient(20deg, #e2e5ed, #f1f4f4);
}

.page-tag-wrap.is-image a,
.page-tag-wrap.is-image p {
    color: #fff;
}

.page-tags-title {
    width: 100%;
}

.page-tags-title h4 {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 15px 10px 0;
    padding: 4px 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.page-tag-wrap h2 {
    margin: 0;
    padding: 15px 30px;
}

.page-tag-wrap.top {
    min-height: 160px;
}

.page-tag-wrap.top h2 {
    font-size: 30px;
}

.page-tag-wrap.other h2 {
    font-size: 20px;
    text-align: center;
}

.page-tag-wrap.other {
    min-height: 30px;
}

.page-tag-wrap p {
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 450px;
    margin: 0;
    padding: 0 60px 3vh 30px;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-tag-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.page-tag-image::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .section-page-tags {
        margin: 0 auto 10vh;
        padding: 0;
    }

    .page-tags-wrap {
        max-width: 100%;
        margin: 0 7.5px;
    }

    .page-tag-wrap {
        margin: 15px 7.5px 0;
    }

    .page-tag-wrap p {
        padding: 0 30px 3vh;
    }

}

/* ==========================================================================
  8.Prev/Next Post
  ========================================================================== */
.section-prev-next {
    overflow: hidden;
    width: calc(100% - 85px - 85px);
    margin: 0 auto -5px;
    border-radius: 5px;
}

.prev-next-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.prev-next-wrap a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-width: 50%;
    background-color: #f1f4f4;
    background-image: linear-gradient(20deg, #e2e5ed, #f1f4f4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.prev-next-wrap .is-image {
    background-color: transparent !important;
    background-image: none !important;
}

.prev-next-wrap section {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 255px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: 1px;
}

.prev-next-wrap section:hover {
    background-color: rgba(0, 0, 15, .12);
}

.prev-next-wrap h5 {
    font-size: 10px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prev-next-wrap h3 {
    font-size: 25px;
    margin-bottom: 8px;
}

.next-post section {
    padding: 65px 70px 65px 15%;
    text-align: right;
}

.prev-post section {
    padding: 65px 15% 65px 70px;
    text-align: left;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prev-next-image,
.prev-next-image::before {
    width: 100%;
    height: 100%;
}

.prev-next-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
}

.prev-next-image::before {
    display: block;
    content: '';
    opacity: .4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}

/* Images - Text - Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-prev-next .is-image,
.section-prev-next .tag-hash-violet,
.section-prev-next .tag-hash-green,
.section-prev-next .tag-hash-red,
.section-prev-next .tag-hash-orange,
.section-prev-next .tag-hash-yellow,
.section-prev-next .tag-hash-blue {
    color: #fff;
}

/* Images - Opacity Image - Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-prev-next .tag-hash-violet .prev-next-image::before,
.section-prev-next .tag-hash-green .prev-next-image::before,
.section-prev-next .tag-hash-red .prev-next-image::before,
.section-prev-next .tag-hash-orange .prev-next-image::before,
.section-prev-next .tag-hash-yellow .prev-next-image::before,
.section-prev-next .tag-hash-blue .prev-next-image::before {
    opacity: .8;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .prev-next-wrap section {
        padding: 45px 25px;
    }

}

@media (min-width:480px) and (max-width:599px) {
    .next-post section {
        padding: 55px 85px;
    }

    .prev-post section {
        padding: 80px 85px 55px;
    }

}

@media (max-width:599px) {
    .prev-next-wrap {
        display: block;
    }

    .prev-next-wrap section {
        min-height: 100px;
        text-align: center;
    }

}

@media (max-width:767px) {
    .section-prev-next {
        width: 100%;
        border-radius: 0;
    }

    .prev-next-wrap h3 {
        font-size: 20px;
    }

}

@media (min-width:600px) and (max-width:1023px) {
    .prev-next-wrap section {
        min-height: 200px;
    }

}

@media (min-width:600px) and (max-width:767px) {
    .next-post section {
        padding: 50px 85px 50px 30px;
    }

    .prev-post section {
        padding: 50px 30px 50px 85px;
    }

}

@media (min-width:768px) and (max-width:1023px) {
    .next-post section {
        padding: 50px 45px 50px 30px;
    }

    .prev-post section {
        padding: 50px 30px 50px 45px;
    }

    .prev-next-wrap h3 {
        font-size: 20px;
    }

}

/* ==========================================================================
  9.Author & Tag Page
  ========================================================================== */
.section-profile {
    width: calc(100% - 85px - 85px);
    margin: 0 auto;
    text-align: center;
}

.profile-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5vh 5% 10vh;
}

.profile-wrap h1 {
    font-size: 50px;
    padding: 0 50px;
}

.profile-wrap h2 {
    font-size: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 750px;
    margin: 4vh auto 0;
    padding: 0 50px;
}

/* Author Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.author-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 26px;
    background: no-repeat center center;
    background-size: cover;
}

/* Author Social
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.author-social a {
    padding: 11px 20px;
    border: none;
}

.author-social svg {
    width: 19px;
    height: 19px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    fill: #161b3d;
}

.author-social .location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-social .facebook svg,
.author-social .location svg {
    width: 18px;
    height: 18px;
}

.author-social .location span {
    font-size: 10px;
    font-weight: 700;
    padding-left: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Posts number
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.posts-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts-number svg {
    width: 22px;
    height: 22px;
    fill: #161b3d;
}

.posts-number span {
    font-size: 13px;
    font-weight: 700;
    padding-left: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Is Cover/Featured Image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.profile-wrap.is-cover,
.profile-wrap.is-cover:before {
    border-radius: 5px;
    background: no-repeat center center;
    background-size: cover;
}

.profile-wrap.is-cover {
    position: relative;
    z-index: 0;
    margin-bottom: -10vh;
    padding: 10vh 5% 17vh;
    color: #fff;
}

.profile-wrap.is-cover::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #101213;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}

.profile-wrap.is-cover svg {
    fill: #fff;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .profile-wrap h1 {
        font-size: 30px;
        padding: 0 15px;
    }

    .profile-wrap h2 {
        font-size: 16px;
        padding: 0 20px;
    }

    .author-social a {
        padding: 11px 10px;
    }

    .author-social .location {
        padding: 0 10px;
    }

}

@media (min-width:480px) and (max-width:1023px) {
    .profile-wrap h1 {
        font-size: 45px;
    }

}

@media (max-width:1399px) {
    .section-profile {
        width: 100%;
    }

    .profile-wrap.is-cover,
    .profile-wrap.is-cover::before {
        border-radius: 0;
    }

}

/* ==========================================================================
  10.Newsletter
  ========================================================================== */
.section-subscribe {
    margin-bottom: 10vh;
}

.subscribe-wrap {
    padding: 0 20px;
    text-align: center;
}

.subscribe-wrap h3 {
    font-size: 48px;
    line-height: 1.2;
    max-width: 700px;
    margin: 5px auto 20px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.subscribe-wrap input {
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe-wrap .subscribe-email {
    font-size: 20px;
    font-weight: 700;
    width: 80%;
    max-width: 500px;
    height: 35px;
    margin: 4vh 0;
    padding: 6px 9px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    text-align: center;
    border-bottom: 7px solid #e2e5ed;
    background: transparent;
}

.subscribe-email::-webkit-input-placeholder {
    color: #d8dce4;
}

.subscribe-email:-ms-input-placeholder {
    color: #d8dce4;
}

.subscribe-email::-ms-input-placeholder {
    color: #d8dce4;
}

.subscribe-email::placeholder {
    color: #d8dce4;
}

.subscribe-wrap button {
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 5px 0 0 0;
    padding: 18px 22px;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    text-decoration: none;
    letter-spacing: 2px;
    border: 7px solid #e2e5ed;
    border-radius: 50px;
    outline: 0;
    background-color: #e2e5ed;
}

.subscribe-wrap button:hover {
    color: #fff;
}

/* iTyped
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.subscribe-wrap .ityped {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 450px;
    margin: 0 auto;
}

.subscribe-wrap .ityped-cursor {
    -webkit-animation: blink .3s infinite;
    animation: blink .3s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    opacity: 1;
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }

}

@keyframes blink {
    100% {
        opacity: 0;
    }

}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .subscribe-wrap h3 {
        font-size: 32px;
        margin: 0 auto 10px;
    }

    .subscribe-wrap .subscribe-email {
        font-size: 15px;
        padding-bottom: 0;
    }

    .subscribe-wrap button {
        padding: 14px 17px;
    }

    .subscribe-wrap .ityped {
        font-size: 18px;
        margin: 0 auto;
    }

}

@media (max-width:1023px) {
    .section-subscribe {
        margin-bottom: 8vh;
    }

}

/* ==========================================================================
  11.Footer
  ========================================================================== */
.footer-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1024px;
    margin-top: 6vh;
    padding: 0 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-logo,
.footer-social-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
}

.footer-logo {
    padding: 0 20px;
}

.footer-logo .is-logo {
    line-height: 0;
}

.footer-logo .is-logo img {
    max-width: 100%;
    max-height: 35px;
}

.footer-logo .no-logo {
    font-size: 25px;
    line-height: normal;
}

.footer-logo .no-logo,
.footer-nav,
.footer-copyright span {
    font-weight: 700;
}

.footer-nav {
    font-size: 15px;
    position: relative;
    letter-spacing: .9px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav .nav-list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-nav .nav-link {
    line-height: 1.5;
    padding: 5px 10px;
}

.footer-nav .nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 30px;
    text-align: center;
    letter-spacing: .7px;
}

.footer-copyright {
    color: #aeb5be;
}

/* Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-social-links {
    padding-left: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social-links a {
    line-height: 0;
    margin: 5px 12px;
}

.footer-social-links svg {
    width: 19px;
    height: 19px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    fill: #161b3d;
}

/* IE11 Logo Hack
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (-ms-high-contrast:none) {
    .footer-logo .is-logo img {
        width: auto !important;
        max-width: none;
        height: 25px;
    }

}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:1023px) {
    .footer-wrap {
        flex-direction: column;
        max-width: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .footer-logo,
    .footer-nav,
    .footer-social-links {
        display: block;
    }

    .footer-logo,
    .footer-social-links {
        max-width: 250px;
        padding: 0;
        text-align: center;
    }

    .footer-nav {
        font-size: 13px;
        line-height: 10px;
        margin: 20px 0;
    }

    .footer-nav .nav-link {
        padding: 2px 10px;
    }

    .footer-social-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-copyright {
        padding: 20px 30px 15px;
    }

}

@media (min-width:1024px) {
    .footer-nav .nav-dot {
        top: 4px;
    }

}

/* ==========================================================================
   12.Disqus
   ========================================================================== */
.section-disqus,
#disqus_thread {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.section-disqus {
    position: relative;
    z-index: 1;
    width: calc(100% - 85px - 85px);
    padding: 0 85px;
    background: #f7f7f7;
}

#disqus_thread {
    max-width: 700px;
    padding: 100px 0;
    border-radius: 0 0 5px 5px;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:767px) {
    .section-disqus {
        width: 100%;
        border-radius: 0;
    }

}

@media (max-width:479px) {
    .section-disqus {
        padding: 0 20px;
    }

    #disqus_thread {
        padding: 40px 0;
    }

}

/* ==========================================================================
   13.Search
   ========================================================================== */
.search-opened .global-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
}

.section-search,
.search-opened .global-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-search {
    z-index: 9997;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.search-image {
    z-index: 9998;
    background: no-repeat center center;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.section-search,
.search-image {
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.search-opened .search-image,
.search-opened .section-search {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-wrap {
    position: relative;
    z-index: -999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 5%;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.search-content {
    width: 100%;
    max-width: 900px;
    margin: 140px auto 6vh;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-open {
    display: inline-block;
    list-style: none;
    text-decoration: none;
}

.search-open svg {
    width: 21px;
    height: 21px;
    margin: 0 0 -5px 5px;
    list-style: none;
}

.search-close {
    position: absolute;
    z-index: 99999;
    top: 40px;
    right: 40px;
}

.search-close svg {
    width: 37px;
    height: 37px;
    fill: #dcdfe7;
}

.search-featured svg {
    width: 13px;
    height: 13px;
}

.search-open svg,
.search-featured svg {
    fill: #161b3d;
}

.search-open svg,
.search-close svg {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Header - Search Text Hidden
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-open span {
    display: none;
}

/* Footer - Search Icon Hidden
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-footer .search-open {
    display: none !important;
}

/* Placeholder
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-input::-webkit-input-placeholder {
    color: #d8dce4;
}

.search-input:-ms-input-placeholder {
    color: #d8dce4;
}

.search-input::-ms-input-placeholder {
    color: #d8dce4;
}

.search-input::placeholder {
    color: #d8dce4;
}

/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-input {
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    min-width: 100px;
    height: 62px;
    padding: 0;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    color: #161b3d;
    border-width: 0 0 7px 0;
    border-style: solid;
    border-color: #dcdfe7;
    border-radius: 0;
    outline: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/* Meat
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-meta {
    font-size: 10px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #161b3d;
}

.search-meta .hide {
    display: none;
}

/* Results
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-results h4 {
    font-size: 25px;
    position: relative;
    margin: 45px 0;
    padding: 0;
}

.search-results .search-date {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -18px;
    left: 0;
    width: 400px;
    width: 250px;
}

.search-results .search-featured {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -17px;
    left: -20px;
}

/* Suggestion
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-suggestion {
    width: 100%;
    margin-top: 8vh;
}

.search-suggestion h3 {
    font-size: 30px;
    width: 87%;
    margin-bottom: 20px;
}

.search-suggestion a {
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    margin: 8px 5px 1px 0;
    padding: 5px 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 20px;
}

.search-suggestion-tags,
.search-suggestion-authors {
    margin: 2vh 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
}

.search-suggestion-tags {
    margin-right: 50px;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-footer {
    width: 100%;
    max-width: 900px;
    height: 70px;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-footer a,
.search-footer span {
    font-size: 14px;
    display: inline;
}

.search-footer a {
    font-weight: 700;
}

/* RWD
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:479px) {
    .search-wrap {
        padding: 0 35px;
    }

    .search-content {
        margin-top: 100px;
    }

    .search-close {
        top: 37px;
        right: 45px;
    }

    .search-close svg {
        width: 30px;
        height: 30px;
        fill: #dcdfe7;
    }

    .search-input {
        font-size: 15px;
        height: 50px;
    }

    .search-suggestion {
        margin-top: 30px;
    }

    .search-suggestion h3 {
        width: 100%;
    }

}

@media (min-width:480px) and (max-width:767px) {
    .search-wrap {
        padding: 0 85px;
    }

    .search-close {
        top: 70px;
        right: 105px;
    }

    .search-close svg {
        width: 30px;
        height: 30px;
        fill: #dcdfe7;
    }

    .search-input {
        font-size: 30px;
        height: 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .search-suggestion {
        margin-top: 40px;
    }

    .search-suggestion h3 {
        width: 95%;
    }

}

@media (max-width:767px) {
    .section-search {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .search-image {
        display: none;
    }

    .search-input {
        font-size: 20px;
        height: 52px;
    }

}

@media (max-width:1023px) {
    .nav-list .nav-list-item.search-open {
        margin: 9px -20px -30px 0;
        padding: 13px 29px 18px 0;
        cursor: pointer;
        border-radius: 0 0 25px 25px;
    }

    .search-open span {
        font-size: 12px;
        display: inline-block;
        padding-right: 2px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #fff;
    }

    .nav-list .nav-list-item.search-open svg {
        margin-bottom: -6px;
        fill: #fff;
    }

}

/* ==========================================================================
   14.Colors
   ========================================================================== */

/* Main Color
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav-dot.nav-dot-current,
.nav-link:active ~ .nav-dot,
.featured-wrap h2 a:hover .featured-dot,
.post-tag:hover,
.load-more:hover,
.subscribe-wrap button:hover {
    background-color: #4a90e2 !important;
}

.post-wrap a:hover,
.load-more:hover,
.scrollable-nav span:hover,
.subscribe-wrap button:hover {
    border-color: #4a90e2;
}

.search-open svg:hover,
.search-close svg:hover,
.post-share svg:hover,
.author-social a svg:hover,
.footer-social-links svg:hover {
    fill: #4a90e2;
}

.search-input:focus,
.subscribe-wrap .subscribe-email:focus {
    border-bottom-color: #4a90e2;
}

.subscribe-wrap .ityped-cursor {
    color: #4a90e2;
}

@media (max-width:1023px) {
    .nav-list .nav-list-item.search-open {
        background-color: #4a90e2;
    }

}

/* Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-prev-next .tag-hash-violet,
.section-prev-next .tag-hash-violet .prev-next-image::before,
.section-loop .tag-hash-violet article,
.section-loop .tag-hash-violet .item-image::before {
    background-color: #b53cff;
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
}

.section-prev-next .tag-hash-green,
.section-prev-next .tag-hash-green .prev-next-image::before,
.section-loop .tag-hash-green article,
.section-loop .tag-hash-green .item-image::before {
    background-color: #23bd38;
    background-image: linear-gradient(19deg, #23bd38, #41eba9);
}

.section-prev-next .tag-hash-red,
.section-prev-next .tag-hash-red .prev-next-image::before,
.section-loop .tag-hash-red article,
.section-loop .tag-hash-red .item-image::before {
    background-color: #ff5858;
    background-image: linear-gradient(1deg, #f857a6, #ff5858);
}

.section-prev-next .tag-hash-orange,
.section-prev-next .tag-hash-orange .prev-next-image::before,
.section-loop .tag-hash-orange article,
.section-loop .tag-hash-orange .item-image::before {
    background-color: #e77842;
    background-image: linear-gradient(45deg, #e77842, #f7c068);
}

.section-prev-next .tag-hash-yellow,
.section-prev-next .tag-hash-yellow .prev-next-image::before,
.section-loop .tag-hash-yellow article,
.section-loop .tag-hash-yellow .item-image::before {
    background-color: #ffd62e;
    background-image: linear-gradient(40deg, #ffb040, #ffd62e);
}

.section-prev-next .tag-hash-blue,
.section-prev-next .tag-hash-blue .prev-next-image::before,
.section-loop .tag-hash-blue article,
.section-loop .tag-hash-blue .item-image::before {
    background-color: #6bd0ff;
    background-image: linear-gradient(40deg, #327ae7, #6bd0ff);
}

/* 7.5. Floating Header
/* ---------------------------------------------------------- */

.floating-header {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
    background: rgba(255,255,255,0.95);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, -120%, 0);
}

.floating-active {
    visibility: visible;
    transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
    transform: translate3d(0, 0, 0);
}

.floating-header-logo {
    overflow: hidden;
    margin: 0 0 0 20px;
    font-size: 1rem;
    line-height: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-logo a {
    display: flex;
    align-items: center;
    color: var(--darkgrey);
    line-height: 1.1em;
    font-weight: 700;
}

.floating-header-logo a:hover {
    text-decoration: none;
}

.floating-header-logo img {
    margin: 0 10px 0 0;
    max-height: 20px;
}

.floating-header-divider {
    margin: 0 5px;
    line-height: 1em;
}

.floating-header-title {
    flex: 1;
    overflow: hidden;
    margin: 0;
    color: #2e2e2e;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2%;
    font-size: 1.3rem;
    line-height: 1;
}

.floating-header-share a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-header-share svg {
    width: auto;
    height: 16px;
    fill: #fff;
}

.floating-header-share-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
}

.floating-header-share-label svg {
    margin: 0 5px 0 10px;
    width: 18px;
    height: 18px;
    stroke: rgba(0,0,0,0.7);
    transform: rotate(90deg);
}

.floating-header-share-tw,
.floating-header-share-fb {
    display: block;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.floating-header-share-tw {
    background: #33b1ff;
}

.floating-header-share-fb {
    background: #005e99;
}

.progress {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    color: var(--blue);
    background: transparent;

    appearance: none;
}

.progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress::-webkit-progress-value {
    background-color: var(--blue);
}

.progress::-moz-progress-bar {
    background-color: var(--blue);
}

.progress-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.progress-bar {
    display: block;
    width: 50%;
    height: inherit;
    background-color: var(--blue);
}

@media (max-width: 900px) {
    .floating-header {
        height: 40px;
    }
    .floating-header-title,
    .floating-header-logo {
        font-size: 1.5rem;
    }
    .floating-header-share-tw,
    .floating-header-share-fb {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width: 800px) {
    .floating-header-logo {
        margin-left: 10px;
    }
    .floating-header-logo a {
        color: #2e2e2e;
    }
    .floating-header-title,
    .floating-header-divider {
        visibility: hidden;
    }
}

@media (max-width: 450px) {
    .floating-header-share-label {
        display: none;
    }
}

    #reading-progress{display:none;}
    .post-wrap p{position:relative;}
    .footnote-text{position: absolute;left: -120px;font-size: 12px;width: 100px;
top: 50px;line-height: 1.1; text-align:left; }
    .footnote-text.pos_right{left: auto; right:-120px;}
    .footnote-text .sup-header{float:left;padding-right:5px;text-align:center;cursor: pointer;}
    .footnote-text .sup-text,.footnote-text .sup-title{}
    .footnote-text .sup-text.hide{display:none;}
    .footnote-text .sup-title.hide{display:none;}
    .footnote-text a.sup_more, .footnote-text a.sup_less{
     font-size:10px;float:left;padding-top:15px;}
     section.footnotes{display:none;}
    .footnote-text.device-mobile.hide{display:none;}
    .footnote-text.device-mobile{position:relative; top:auto !important;
        left:auto;right:auto;width:100%;display:block;padding:20px 0px;}
    .footnote-text.device-mobile .sup_more,.footnote-text.device-mobile .sup_less{display:none;}
    .footnote-text.device-mobile .sup-text{display:block !important;}
    .footnote-text.device-mobile .sup-title{display:none !important;}

	.section-featured.no-featured-image.featured-wrap article {
    max-width: 100%;
    padding: 25px 0 25px 40px; }
