/*
 Theme Name: SmartX Blog
 Theme URI: https://www.smartx.com/blog/
 Author: Jiawei Lu
 Description: Designed by SmartX.
 Version: 1.0
 Text Domain: smtx
 */

/**
 * 1.0 - Reset
 *   1.1 - Basic
 *   1.2 - Typography
 *   1.3 - Elements
 *   1.4 - Form
 * 2.0 - General
 * 3.0 - Header
 *   3.1 - Bar
 *   3.2 - Hero
 * 4.0 - Main
 *   4.1 - Main Class
 *   4.2 - Page Header
 *   4.3 - Not Found
 *   4.4 - Attachment
 *   4.5 - Sidebar & List Layout
 * 5.0 - Post
 *   5.1 - Post Header
 *   5.2 - Post Content
 *   5.3 - Post Footer
 * 6.0 - Comments
 * 7.0 - Post Navigation
 * 8.0 - Posts Pagination
 * 9.0 - Footer
 * 10.0 - Media
 *   10.1 - Image
 *   10.2 - Gallery
 *   10.3 - Playlist
 */

/* 1.0 Reset
------------------------------------------------------------ */

/* 1.1 Basic */

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Inter", "PingFang SC", "Source Han Sans SC", sans-serif;
  background: #f7f8fa;
  color: #30343a;
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  min-width: 320px;
}
header,
footer,
nav,
main,
article,
section,
figure {
  display: block;
}

.freeze {
  overflow: hidden;
}
.auto-pointer-events {
  pointer-events: auto !important;
}

/* 1.2 Typography */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  border-left: 3px solid #8e9aa9;
  margin: 24px 0 24px -23px;
  padding: 0 0 0 20px;
}
html[lang="en-US"] blockquote {
  font-style: italic;
}
pre,
code {
  font-family: Consolas, monospace;
  font-size: 17px;
}
pre {
  background: #f7f8fa;
  border-radius: 8px;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  padding: 20px 26px;
  text-align: justify;
  line-height: 1.6;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 735px) {
  blockquote {
    border-left: 6px solid #8e9aa9;
    margin: 24px 0 24px -20px;
    padding: 0 0 0 14px;
  }
  pre,
  code {
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    padding: 16px 20px;
  }
}

@media only screen and (max-width: 320px) {
  blockquote {
    border-left: 4px solid #8e9aa9;
    margin: 24px 0 24px -10px;
    padding: 0 0 0 6px;
  }
}

/* 1.3 Elements */

hr {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  width: 60px;
  height: 1px;
  margin: 70px auto;
}
iframe,
embed {
  width: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td,
th,
caption {
  border: solid #e9e9e9;
  border-width: 1px 0;
}
td,
th {
  font-size: 18px;
  padding: 16px 12px;
}
th {
  text-align: left;
}
caption {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  padding: 16px 12px;
}

a {
  color: #0096ff;
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
.theme-dark a {
  color: #33aaff;
}

@media only screen and (max-width: 735px) {
  hr {
    margin: 50px auto;
  }
  th,
  td {
    font-size: 16px;
    padding: 12px 10px;
  }
}

/* 1.4 Form */

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 20px;
}
button,
input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 5px;
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border-radius: 3px;
  cursor: pointer;
}

@media only screen and (max-width: 735px) {
  input,
  textarea {
    background-image: -webkit-linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    );
  }
  input[type="search"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="file"],
  textarea {
    width: 100%;
  }
}

/* 2.0 General
------------------------------------------------------------ */

.col,
.pagination,
.post-navigation .nav-links {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.text-hidden,
.says,
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.attachment .col {
  max-width: unset;
}

.title,
.post-title,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "Inter", sans-serif;
}
.post-content,
.comment-form-comment textarea,
.comment-content p {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-center {
  text-align: center;
}

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

/* 3.1 Bar */

/* @media only screen and ( min-width: 768px ) {

    .bar.desktop { display: block; position: absolute; width: 100%; height: 64px; z-index: 10; }
    .bar.mobile { display: none; }
    .navbar { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
    ul.nav-list { overflow: hidden; list-style: none; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-user-select: none; padding: 0; margin: 0; font-size: 14px; line-height: 19px; border-radius: 0 0 6px 6px; background-color: white; box-shadow: 0 0 3px hsla(228, 19%, 10%, .3); transition: height 200ms ease-in-out 300ms; height: 64px; }
    ul.nav-list:hover { height: 370px; max-height: calc(100vh - 88px); transition: height 265ms 60ms; }
    html[lang="en-US"] ul.nav-list:hover { height: 341px; }

    li.nav-item { width: calc(100%); text-align: center; letter-spacing: 1px; font-weight: 500; transition: width 240ms ease-in-out 8ms, background-color 20ms ease-out 8ms; }
    li.nav-item:first-child { border-radius: 0 0 0 3px; }
    li.nav-item:last-child { border-radius: 0 0 3px 0; }
    li.nav-item.active > a { color: #8e9aa9; }
    li.nav-item:hover, li.nav-item:active { background-color: #e8f6ff; }

    .navbar .logo { height: 20px; width: 150px; background-size: auto 20px; background-position: 50%; background-repeat: no-repeat; background-image: url("./img/nav-logo-light.svg"); }
    .nav-item > a { display: block; color: #30343a; line-height: 18px; text-decoration: none; padding: 23px 2px; cursor: default; }
    .nav-item > a:hover, .nav-item.active > a:hover { color: #0096ff; }
    .nav-item.nav-item-smartx > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 64px; padding: 0; }
    .nav-item.nav-item-product > a:hover, .nav-item.nav-item-success-story > a:hover, .nav-item.nav-item-company > a:hover { color: #30343a; }
    .nav-item.nav-item-product.active > a:hover, .nav-item.nav-item-success-story.active > a:hover { color: #8e9aa9; }
    .nav-item-menu li.active > a > span:first-child { color: #0096ff; }
    .ua-Pointer li.nav-item:hover, .ua-Pointer li.nav-item:active { transition: background-color 0ms; }

    .accordion { width: 0px; display: inline-flex; overflow: hidden; transition: width 200ms ease-in-out 10ms; }
    .accordion-content { display: inline-block; white-space: nowrap; }
    li.nav-item-solution:hover .accordion { width: 62px; }
    html[lang="en-US"] li.nav-item-solution:hover .accordion { width: 64px; }
    ul.nav-list > li.nav-item { box-shadow: -1px 0 transparent; transition: box-shadow 120ms ease-out 60ms; }
    ul.nav-list:hover > li.nav-item { box-shadow: -1px 0 #f2f4f6; transition: none; }
    ul.nav-list:hover > li.nav-item:hover { box-shadow: -1px 0 transparent; transition: none; }
    ul.nav-list:hover > li.nav-item:hover + li.nav-item { box-shadow: -1px 0 transparent; transition: none; }

    ul.nav-item-menu { padding: 0; letter-spacing: 0; }
    ul.nav-item-menu a { display: block; color: #5a6779; text-decoration: none; padding: 6px 0 4px; cursor: default; text-align: left; }
    li.nav-item-smartx a { cursor: pointer; }
    ul.nav-item-menu li, ul.nav-item-menu li a span { transition: none; }
    ul.nav-item-menu { list-style-type: none; }
    ul.nav-item-menu li { padding: 0 12px; border-left: 1px solid transparent; border-right: 1px solid transparent; }
    ul.nav-item-menu li a span { font-weight: 400; }
    ul.nav-item-menu li:hover { background: white; border-left: 1px solid #e8f6ff; border-right: 1px solid #e8f6ff; }
    ul.nav-item-menu li:active { background: #0096ff; border-left: 1px solid transparent; border-right: 1px solid transparent; }
    ul.nav-item-menu li:active span { color: white !important; }
    ul.nav-item-menu li:hover a > span:first-child { color: #0096ff; }
    ul.nav-item-menu li:hover span.nav-item-intro { color: #8e9aa9; }
    ul.nav-item-menu li a > span:first-child { display: block; line-height: 1.4; }
    ul.nav-item-menu span.nav-item-intro { font-size: 12px; color: #b4beca; margin-top: 4px; }

    .nowrap { display: inline-block; }
    sup { padding-left: 2px; font-size: 0.86em; }
    .by:not(:first-child) { padding-top: 2px; }
    .by:not(:last-child) { box-shadow: 0 1px #f2f4f6; padding-bottom: 1px; }
    li.nav-item:hover ul.nav-item-menu .by:not(:last-child) { box-shadow: 0 1px white; }

    ul.nav-item-bubble-try-now { padding: 6px 6px 5px; font-weight: 500; list-style-type: none; }
    ul.nav-item-bubble-try-now li { padding-bottom: 2px; }
    ul.nav-item-menu ul.nav-item-bubble-try-now li { border: none; }

    .nav-item-bubble-try-now { padding: 10px 6px; }
    .nav-item-bubble-try-now li { background: #e8f6ff; padding: 0 12px 2px; border-radius: 6px; }

    ul.nav-item-bubble-try-now a { color: #0087e6; }
    li.nav-item:hover .nav-item-bubble-try-now li, li.nav-item:active .nav-item-bubble-try-now li { background: #ffffff; }
    li.nav-item:hover .nav-item-bubble-try-now li a, li.nav-item:active .nav-item-bubble-try-now li a { color: #5a6779; }
    li.nav-item:hover .nav-item-bubble-try-now li:hover a { color: #0087e6; }
    li.nav-item:hover .nav-item-bubble-try-now li:active { background: #0087e6; }
    li.nav-item:hover .nav-item-bubble-try-now li:active a { color: #ffffff; }
    a.nav-item-try-now:after { content: ""; display: block; width: 6px; height: 8px; background-image: url("./img/go_triangle_blue_on_light.svg"); background-position: center; background-repeat: no-repeat; position: relative; float: right; top: 6px; }

    li.nav-item:hover .nav-item-bubble-try-now li a.nav-item-try-now:after { background-image: url("./img/go_triangle_gray_on_light.svg"); }
    li.nav-item:hover .nav-item-bubble-try-now li:hover a.nav-item-try-now:after { background-image: url("./img/go_triangle_blue_on_light.svg"); }
    li.nav-item:hover .nav-item-bubble-try-now li:active a.nav-item-try-now:after { background-image: url("./img/go_triangle_white_on_light.svg"); }

    .curtain { display: none; position: absolute; width: 100vw; height: 100vh; background: rgba(0,0,0,.6); opacity: 0; transition: opacity 160ms ease-out 300ms; z-index: 9; }
    .curtain.block { display: block; }
    .curtain.display { opacity: 1; transition: opacity 160ms ease-out 60ms; }

}

@media only screen and ( max-width: 767px ) {

    .bar.desktop { display: none; }
    .bar.mobile { display: block; position: fixed; width: 100%; top: 0; z-index: 10; min-width: 320px; }

    .navbar { max-width: 1068px; margin: 0 auto; padding: 0 10px; transition: padding 200ms ease-in-out 125ms; }
    .navbar.open { padding: 0; transition: padding 265ms 60ms; }
    .nav-item-menu { display: none; }
    .subnav-list .nav-item-menu.hide { display: none; }
    .navbar-menubar { display: flex; align-items: stretch; margin: 0; padding: 0; height: 64px; background-color: white; border-radius: 0 0 6px 6px; box-shadow: 0 0 3px 0 rgba(21,26,22,.3); transition: border-radius 0ms ease-in-out 325ms; }
    .navbar.open .navbar-menubar { border-radius: 0; transition: border-radius 0ms 60ms; }
    .navbar-menu { display: flex; align-items: stretch; width: 50%; height: 64px; list-style-type: none; }
    .navbar-menu:first-child { width: 50%; }
    .navbar-menu:last-child { width: 50%; }
    .navbar-menu-right { justify-content: flex-end; }
    .navbar-menu-smartx { padding: 0 0 0 20px; }
    .navbar-menu-button { padding-right: 20px; }
    .navbar-menu-button-badge { float: right; width: 44px; height: 64px; background-image: url("./img/expand_menu_button.svg"); background-size: 20px 17px; background-repeat: no-repeat; background-position: right center; }
    .nav-panel { display: flex; align-items: stretch; border-radius: 0 0 6px 6px; overflow: hidden; box-shadow: 0 -1px #ebeff3; background-color: white; height: 0; transition: height 200ms ease-in-out 125ms; }
    .navbar.open .nav-panel { height: 100vh; max-height: calc(100vh - 64px); border-radius: 0; transition: height 265ms 60ms; }
    .nav-panel > div > ul { flex-direction: column; list-style: none; -webkit-user-select: none; padding: 0; margin: 0; }
    .nav-panel-left { width: 40%; z-index: 10; overflow-y: scroll; }
    .nav-panel-right { background: #e8f6ff; width: 60%; z-index: 5; overflow-y: scroll; }
    .subnav-list .nav-item-menu { display: flex; flex-direction: column; font-size: 14px; line-height: 18px; }
    ul.nav-list { display: flex; flex-direction: column; list-style: none; -webkit-box-pack: justify; justify-content: space-between; -webkit-user-select: none; padding: 0; margin: 0; font-size: 14px; line-height: 18px; background-color: white; }
    ul.nav-list { border-radius: 0; }
    li.nav-item { width: calc(100%); text-align: left; letter-spacing: 1px; font-weight: 500; }
    li.nav-item:first-child { border-radius: 0 0 0 3px; }
    li.nav-item:last-child { border-radius: 0 0 3px 0; }
    .navbar .logo.logo-smartx { display: inline-block; margin: 0 auto; height: 64px; width: 70px; background-image: url("./img/smartx_make_it_simple.svg"); background-repeat: no-repeat; background-size: auto 25px; background-position: center; }
    .navbar .logo.logo-x { display: inline-block; margin: 0; height: 64px; width: 40px; background-image: url("./img/x.svg"); background-repeat: no-repeat; background-size: auto 25px; background-position: left; transition: width 200ms ease-in-out 10ms; }
    .navbar .nav-item-smartx:hover .logo-smartx:before { background: linear-gradient(to left, rgba(232, 246, 255, 1), rgba(232, 246, 255, 0)); }
    .nav-item > a { display: block; color: #30343A; line-height: 18px; text-decoration: none; padding: 23px 2px; cursor: default; }
    .nav-item > a:hover, .nav-item.active > a:hover, .nav-item.selected a span { color: #0096ff; }
    .nav-item.nav-item-smartx > a { line-height: 25px; padding: 21px 2px 17px; }
    li.nav-item.active > a { color: #8e9aa9; }
    .nav-item-menu li.active > a > span:first-child { color: #0096ff; }
    li.nav-item:hover, li.nav-item:active { background-color: #F7F8FA; }
    li.nav-item.selected { background-color: #E8F6FF; }
    .ua-Pointer li.nav-item:hover, .ua-Pointer li.nav-item:active { transition: background-color 0ms; }

    li.nav-item { white-space: nowrap; }
    li.nav-item:first-child, li.nav-item:last-child { border-radius: 0; }
    .nav-item a { padding: 14px 44px 12px 20px; }

    .navbar { -webkit-overflow-scrolling: touch; }
    .navbar ::-webkit-scrollbar { display: none; }

    .accordion { width: 0px; display: inline-flex; overflow: hidden; transition: width 200ms ease-in-out 10ms; }
    .accordion-content { display: inline-block; white-space: nowrap; }
    li.nav-item-smartx:hover .logo-x { width: 40px; }
    li.nav-item-solution:hover .accordion { width: 62px; }
    li.nav-item-company:hover .accordion { width: 31px; }
    ul.nav-list > li.nav-item { box-shadow: 0 1px #EBEFF3; }
    ul.nav-list > li.nav-item.selected { box-shadow: 0 1px #E8F6FF; }
    ul.nav-list:hover > li.nav-item { transition: none; }
    ul.nav-list:hover > li.nav-item:hover { box-shadow: 0 1px #F7F8FA; transition: none; }
    ul.nav-list:hover > li.nav-item.selected:hover { box-shadow: 0 1px #E8F6FF; }
    ul.nav-list:hover > li.nav-item:hover + li.nav-item { transition: none; }
    ul.nav-item-menu { padding: 0; letter-spacing: 0; }
    ul.nav-item-menu a { display: block; color: #5A6779; text-decoration: none; padding: 13px 0 12px; cursor: default; text-align: left; }
    li.nav-item-smartx a { cursor: pointer; }
    ul.nav-item-menu li, ul.nav-item-menu li a span { transition: none; }
    ul.nav-item-menu { list-style-type: none; }
    ul.nav-item-menu li { padding: 0 12px; }
    ul.nav-item-menu li:not(:last-child) { box-shadow: 0 1px #EBEFF3; }
    ul.nav-item-menu li a span { font-weight: 400; }
    ul.nav-item-menu li:hover { background: transparent; }
    ul.nav-item-menu li:active, ul.nav-item-menu li.selected { background: #0096ff; box-shadow: 0 1px #0096ff; }
    ul.nav-item-menu li:active span, ul.nav-item-menu li.selected span { color: white !important; }
    ul.nav-item-menu li:hover a > span:first-child { color: #0096ff; }
    ul.nav-item-menu li:hover span.nav-item-intro { color: #8E9AA9; }
    ul.nav-item-menu li a > span:first-child { display: block; line-height: 1.4; }
    ul.nav-item-menu span.nav-item-intro { font-size: 12px; color: #B4BECA; margin-top: 4px; }
    .nowrap { display: inline-block; }
    sup { padding-left: 2px; font-size: 0.86em; }
    .by:not(:first-child) { padding-top: 0; }
    .by:not(:last-child) { padding-bottom: 0; }
    li.nav-item:hover ul.nav-item-menu-solution .by:not(:last-child) { box-shadow: 0 1px white; }
    #switch-button { text-align: center; border-radius: 3.5px; font-size: 12px; padding: 3px 4px; margin: calc(100vh - 200px) auto 0; max-width: 92px; cursor: default; color: #353F4E; -webkit-user-select: none; background: linear-gradient(to bottom, #FEFEFE, #F3F3F3); border: .5px solid rgba(0, 0, 0, 0.1); }
    #switch-button:active { background: linear-gradient(to bottom, #6CB3FA, #067DFF); border: .5px solid #005cff; color: white; }

    .try-now { display: flex; align-items: center; text-decoration: none; background: transparent; height: 24px; color: #0087E6; font-size: 16px; line-height: 26px; font-weight: 500; height: 64px; }
    html[lang="en-US"] .try-now { }
    .dark .try-now { background: transparent; color: #33AAFF; }
    .dark .try-now:active { background: #25282E; }

} */
/* Nav height */
/* Form max-width */
/* Responsive Padding */
/* Medium: min-width: 736px */
/* Small: max-width: 735px */
/* xSmall: max-width: 320px */
.navbar-wrapper {
  width: calc(100% - 32px);
  z-index: 990;
  position: fixed;
  top: 0px;
  padding: 0 16px;
}
.navbar-wrapper.is-mobile {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-wrapper.scrollUp {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-name: fadeInDown-data-v-128f56e5;
  animation-name: fadeInDown-data-v-128f56e5;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
}
@-webkit-keyframes fadeInDown-data-v-128f56e5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown-data-v-128f56e5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp-data-v-128f56e5 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp-data-v-128f56e5 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.navbar {
  width: 100%;
  max-width: calc(1600px - 60px);
  margin: 0 auto;
}
.nav-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 19px;
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(21, 22, 26, 0.3);
  box-shadow: 0 0 3px rgba(21, 22, 26, 0.3);
  height: 64px;
  position: relative;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-duration: 3ms;
  transition-duration: 3ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: calc(265ms + 60ms - 5ms);
  transition-delay: calc(265ms + 60ms - 5ms);
}
.nav-list.is-expand {
  border-radius: 0;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 5ms;
  transition-duration: 5ms;
}
.nav-sub-list {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 265ms 60ms, box-shadow 0.6s;
  transition: max-height 265ms 60ms, box-shadow 0.6s;
}
.nav-sub-list.is-expand {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(21, 22, 26, 0.3),
    0px -1px 0px 0px #e1e5eb;
  box-shadow: 0px 2px 3px 0px rgba(21, 22, 26, 0.3), 0px -1px 0px 0px #e1e5eb;
  max-height: calc(100vh - env(safe-area-inset-bottom));
}
.nav-item {
  min-width: 12.5%;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: width 240ms ease-in-out 8ms;
  transition: width 240ms ease-in-out 8ms;
  position: relative;
}
.nav-item:first-child {
  border-radius: 0 0 0 3px;
}
.nav-item:last-child {
  border-radius: 0 0 3px 0;
}
.nav-item .nav-item-title {
  display: block;
  color: #30343a;
  line-height: 18px;
  text-decoration: none;
  padding: 23px 2px;
  cursor: default;
}
.nav-item.is-expand .nav-item-title {
  color: #0096ff;
}
.nav-item.is-expand:before {
  content: "";
  border: 1px solid #e1e5eb;
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #ffffff;
  z-index: 10;
  border-right-width: 0;
  border-bottom-width: 0;
}
.nav-item-smartx-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}
.nav-logo {
  height: 20px;
  width: 150px;
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./img/nav-logo-light.svg");
}
.nav-item-demoRequest {
  padding-top: calc((64px - 36px) / 2);
  padding-right: 8px;
}

.nav-item-demoRequest .demoRequest-item {
  display: inline-block;
}

.nav-item-demoRequest .demoRequest-item > .c-btn {
  font-size: 15px;
}

.nav-item-solution .nav-item-title {
  cursor: pointer;
}
.nav-item-solution .nav-item-title:hover {
  color: #0096ff;
}
.nav-item-success-story .nav-item-title {
  cursor: pointer;
}
.nav-item-success-story:hover .nav-item-title,
.nav-item-success-story.is-active .nav-item-title {
  color: #0096ff;
}
.nav-item-partner .nav-item-title {
  cursor: pointer;
}
.nav-item-partner:hover .nav-item-title,
.nav-item-success-story.is-active .nav-item-title,
.nav-item-resources:hover .nav-item-title {
  color: #0096ff;
}
.nav-item-resources .nav-item-title {
  cursor: pointer;
}
.accordion {
  width: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-transition: width 200ms ease-in-out 10ms;
  transition: width 200ms ease-in-out 10ms;
}
.accordion-content {
  display: inline-block;
  white-space: nowrap;
}
.nav-item-solution:hover .accordion {
  width: 62px;
}
.nav-sub-item-wrapper {
  margin-left: 14.285%;
  margin-right: 14.285%;
  padding: 16px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-sub-item-wrapper.is-hide {
  display: none;
}
.nav-sub-item-wrapper.is-selected {
  display: flex;
}
.sub-item-left {
  width: 66.66%;
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #e1e5eb;
}
.sub-item-left.no-border {
  border-right: none;
}
.sub-item-center {
  width: 33.33%;
  height: 248px;
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #e1e5eb;
}
.sub-item-center.no-padding-left {
  padding-left: 0;
}
.sub-item-right {
  width: 33.33%;
  padding-left: 16px;
  height: 100%;
}
.sub-item-half {
  width: 50%;
  padding-left: 16px;
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #e1e5eb;
}
.sub-item-half:last-child {
  border-right: none;
}
.sub-item-col-title {
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 20px;
  color: #8e9aa9;
}
.menu-list .main-title {
  font-weight: 600;
  display: block;
  color: #5a6779;
  letter-spacing: 0.15px;
  line-height: 32px;
  font-size: 16px;
}
.menu-list.is-active .main-title {
  color: #0096ff;
}
.menu-list:hover .main-title {
  color: #0096ff;
}
.menu-list:hover .nav-item-intro {
  color: #8e9aa9;
}
.menu-list:active {
  opacity: 0.8;
}
.menu-list.nav-item-campus .main-wrapper {
  display: flex;
  cursor: pointer;
  text-align: left;
  align-items: center;
}
.menu-list.nav-item-campus .main-wrapper .tag {
  display: block;
  height: 24px;
  padding: 3px 6px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 5px;
  color: #f03800;
  background: rgba(240, 56, 0, 0.2);
}
.nav-item-smtx-os {
  padding: 8px 16px;
  margin-top: 26px;
  border-radius: 6px;
  background-repeat: no-repeat;
  max-width: 202px;
  background-size: cover;
  background-image: url("./img/smtxos-bg.png");
}
.nav-item-smtx-os .main-title {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff !important;
}
.nav-item-smtx-os .nav-item-intro {
  color: #ffffff !important;
  font-size: 12px;
}
.nav-item-smtx-os:hover {
  opacity: 0.8;
}
.nav-item-halo {
  margin-top: 26px;
}
.nav-item-intro {
  font-size: 13px;
  color: #b4beca;
  margin-top: 8px;
  letter-spacing: 0.14px;
}
.two-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two-col-wrapper .col-list {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-item-menu {
  max-height: calc(100vh - 21px - 64px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  letter-spacing: 0;
}
.nav-item-menu a {
  display: block;
  color: #5a6779;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}
.is-dark .navbar_desktop .nav-list {
  background-color: #30343a;
}
.is-dark .navbar_desktop .nav-sub-list {
  background-color: #30343a;
}
.is-dark .navbar_desktop .nav-sub-list.is-expand {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(21, 22, 26, 0.3),
    0px -1px 0px 0px #3f444d;
  box-shadow: 0px 2px 3px 0px rgba(21, 22, 26, 0.3), 0px -1px 0px 0px #3f444d;
}
.is-dark .navbar_desktop .nav-item.is-expand:before {
  border-color: #3f444d;
  background-color: #30343a;
}
.is-dark .navbar_desktop .sub-item-left {
  border-right-color: #3f444d;
}
.is-dark .navbar_desktop .nav-logo {
  background-image: url(/img/smartx_make_it_simple_on_dark.05b05c1a.svg);
}
.is-dark .navbar_desktop .nav-item .nav-item-title {
  color: #ffffff;
}
.is-dark .navbar_desktop .nav-item.is-expand .nav-item-title {
  color: #33aaff;
}
.is-dark .navbar_desktop .menu-list .main-title {
  color: #ffffff;
}
.is-dark .navbar_desktop .menu-list:hover .main-title {
  color: #33aaff;
}
.is-dark .navbar_desktop .menu-list.is-active .main-title {
  color: #33aaff;
}
.navbar_mobile .mobile-item-group-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #8e9aa9;
  padding: 0 8px;
}
.navbar_mobile .mobile-item-group {
  padding-top: 8px;
}
.navbar_mobile .mobile-item-group + .mobile-item-group {
  border-top: 1px solid #ebeff3;
}
.navbar_mobile .nav-menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  -webkit-transition: border-radius 0ms ease-in-out 325ms;
  transition: border-radius 0ms ease-in-out 325ms;
  -webkit-box-shadow: 0 0 3px rgba(21, 22, 26, 0.3);
  box-shadow: 0 0 3px rgba(21, 22, 26, 0.3);
}
.navbar_mobile .nav-menubar.is-expanded {
  border-radius: 0;
  -webkit-transition: border-radius 0ms 60ms;
  transition: border-radius 0ms 60ms;
}
.navbar_mobile .nav-mobile-logo {
  height: 20px;
  width: 150px;
  background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("./img/smartx_make_it_simple_2.svg");
}
.navbar_mobile .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 64px;
}
.navbar_mobile .nav-menu-left {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar_mobile .nav-menu-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar_mobile .try-now {
  display: block;
  margin-top: 10px;
  background: transparent;
  height: 24px;
  border-radius: 22px;
  color: #0087e6;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.navbar_mobile .try-now:active {
  background-color: #f2f4f6;
}
.navbar_mobile .try-now.is-global {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}
.navbar_mobile .nav-menu-btn {
  height: 100%;
  width: 64px;
  background-image: url("./img/expand_menu_button.svg");
  background-size: 20px 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar_mobile .nav-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 -1px #ebeff3, 0 1px 3px rgba(21, 22, 26, 0.3);
  box-shadow: 0 -1px #ebeff3, 0 1px 3px rgba(21, 22, 26, 0.3);
  background-color: #ffffff;
  height: 0;
  -webkit-transition: height 200ms ease-in-out 125ms;
  transition: height 200ms ease-in-out 125ms;
}
.navbar_mobile .nav-panel.is-expanded {
  height: 560px;
  max-height: calc(100vh - 21px - 64px);
  -webkit-transition: height 265ms 60ms;
  transition: height 265ms 60ms;
}
.navbar_mobile .nav-panel-left {
  width: 40%;
  -webkit-box-shadow: 1px 0 0 0 #ebeff3;
  box-shadow: 1px 0 0 0 #ebeff3;
  z-index: 10;
}
.navbar_mobile .nav-panel-right {
  width: 60%;
  z-index: 5;
}
.navbar_mobile .nav-mobile-item {
  display: none;
}
.navbar_mobile .nav-mobile-item.is-show {
  display: block;
}
.navbar_mobile .nav-panel-tab {
  display: block;
  color: #30343a;
  padding: 23px 2px;
  cursor: default;
  padding: 14px 44px 12px 20px;
  -webkit-box-shadow: 0 1px #ebeff3;
  box-shadow: 0 1px #ebeff3;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar_mobile .nav-panel-tab.is-selected {
  background-color: #e8f6ff;
  -webkit-box-shadow: 0 1px #e8f6ff;
  box-shadow: 0 1px #e8f6ff;
  color: #0096ff;
}
.navbar_mobile .nav-mobile-link {
  padding: 5px 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
}
.navbar_mobile .menu-list {
  padding: 0 8px;
}
.navbar_mobile .menu-list:active span {
  color: #353f4e !important;
}
.navbar_mobile .nav-item-smtx-os {
  margin-top: 4px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.navbar_mobile .nav-item-hci {
  margin: 8px auto;
}

.navbar_mobile .nav-item-smtx-os .nav-mobile-link {
  line-height: 1;
}

.navbar_mobile .nav-item-smtx-os .main-title {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1060px) {
  .navbar_desktop .nav-item-demoRequest .c-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}

@media (max-width: 320px) {
  .navbar_mobile {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.is-dark .navbar_mobile .menu-list .main-title {
  color: #e1e5eb;
}
.is-dark .navbar_mobile .menu-list.is-active .main-title {
  color: #33aaff;
}
.is-dark .navbar_mobile .nav-menubar {
  background-color: #30343a;
}
.is-dark .navbar_mobile .mobile-item-group + .mobile-item-group {
  border-color: #353f4e;
}
.is-dark .navbar_mobile .nav-mobile-logo {
  background-image: url(/img/smartx_make_it_simple_on_dark.05b05c1a.svg);
}
.is-dark .navbar_mobile .nav-menu-btn {
  background-image: url(/img/expand_menu_button_on_dark.24bf21aa.svg);
}
.is-dark .navbar_mobile .nav-panel {
  background-color: #30343a;
  -webkit-box-shadow: 0 -1px #353f4e;
  box-shadow: 0 -1px #353f4e;
}
.is-dark .navbar_mobile .nav-panel-left {
  -webkit-box-shadow: 1px 0 0 0 #353f4e;
  box-shadow: 1px 0 0 0 #353f4e;
}
.is-dark .navbar_mobile .try-now {
  background: transparent;
  color: #33aaff;
}
.is-dark .navbar_mobile .try-now:active {
  background: #25282e;
}
.is-dark .navbar_mobile .nav-panel-tab {
  -webkit-box-shadow: 0 1px #353f4e;
  box-shadow: 0 1px #353f4e;
  color: #ffffff;
}
.is-dark .navbar_mobile .nav-panel-tab.is-selected {
  background-color: #15161a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-dark .navbar_mobile .menu-list.is-active {
  background-color: #15161a;
}
.is-dark .navbar_mobile .menu-list:active {
  border-left-color: transparent;
  border-right-color: transparent;
}
.is-dark .navbar_mobile .menu-list:active span {
  color: #ffffff !important;
}

/* Margin: x is 8px */

.l-mg-t-x {
  margin-top: 8px;
}

.l-mg-t-2x {
  margin-top: 16px;
}

.l-mg-t-5x {
  margin-top: 40px;
}

.l-mg-b-x {
  margin-bottom: 8px;
}

.l-mg-b-2x {
  margin-bottom: 16px;
}

.l-mg-b-5x {
  margin-bottom: 40px;
}

.l-mg-l-x {
  margin-left: 8px;
}

.l-mg-l-2x {
  margin-left: 16px;
}

.l-mg-l-3x {
  margin-left: 24px;
}

.l-mg-r-x {
  margin-right: 8px;
}

.l-mg-r-2x {
  margin-right: 16px;
}

.l-mg-t-3x {
  margin-top: 24px;
}

.c-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 9999em;
  cursor: pointer;
  -webkit-transition: background-color 80ms ease-out 60ms,
    -webkit-transform 20ms 0ms;
  transition: background-color 80ms ease-out 60ms, -webkit-transform 20ms 0ms;
  transition: transform 20ms 0ms, background-color 80ms ease-out 60ms;
  transition: transform 20ms 0ms, background-color 80ms ease-out 60ms,
    -webkit-transform 20ms 0ms;
}

.c-btn_xBlue {
  color: #ffffff;
  background-color: #0087e6;
}

@media (max-width: 735px) {
  .navbar-wrapper.is-desktop {
    display: none;
  }

  .navbar-wrapper.is-mobile {
    display: block;
  }
}

@media screen and (max-width: 930px) and (min-width: 736px) {
  .navbar_desktop .nav-logo {
    background-size: 100%;
    width: 80px;
  }
  .navbar_desktop .nav-item-demoRequest .c-btn {
    font-size: 12px;
  }
}

@media (min-width: 736px) {
  .navbar-wrapper.is-desktop {
    display: block;
  }

  .navbar-wrapper.is-mobile {
    display: none;
  }
}

@media screen and (max-width: 1060px) {
  .navbar_desktop .nav-item-demoRequest .c-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
Modified based on Eric Meyer’s
*/

.navbar-wrapper article,
.navbar-wrapper aside,
.navbar-wrapper details,
.navbar-wrapper figcaption,
.navbar-wrapper figure,
.navbar-wrapper footer,
.navbar-wrapper header,
.navbar-wrapper hgroup,
.navbar-wrapper menu,
.navbar-wrapper nav,
.navbar-wrapper section {
  display: block;
}
.navbar-wrapper ol,
.navbar-wrapper ul {
  list-style: none;
}
.navbar-wrapper blockquote,
.navbar-wrapper q {
  quotes: none;
}
.navbar-wrapper blockquote:before,
.navbar-wrapper blockquote:after,
.navbar-wrapper q:before,
.navbar-wrapper q:after {
  content: "";
  content: none;
}
.navbar-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navbar-wrapper th,
.navbar-wrapper tr,
.navbar-wrapper td {
  font-weight: normal;
}
.navbar-wrapper *,
.navbar-wrapper *:before,
.navbar-wrapper *:after {
  box-sizing: border-box;
}
.navbar-wrapper button,
.navbar-wrapper input[type="button"],
.navbar-wrapper input[type="reset"],
.navbar-wrapper input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* 3.2 Hero */

.hero {
  display: flex;
  align-items: center;
  height: 232px;
  padding: 0 16px;
  background: #30343a;
  background-position: center;
  background-repeat: no-repeat;
  animation: bg-ski 1600ms cubic-bezier(0, 0.5, 0, 1) 100ms;
  animation-fill-mode: both;
}
.cover {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
.brand {
  text-align: left;
}
.hero .title {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
  .cover {
    max-width: 696px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .hero {
    animation: bg-ski 940ms cubic-bezier(0, 0.5, 0, 1) 100ms;
  }
  .cover {
    max-width: 696px;
  }
  .brand {
    text-align: center;
  }
}

.home .hero {
  background-image: url("./img/hero/blog_index_hero_layer_2_large.png"),
    url("./img/hero/blog_index_hero_layer_1_large.png");
  background-size: 2560px 480px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  only screen and (min-resolution: 144dpi) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_large_2x.png"),
      url("./img/hero/blog_index_hero_layer_1_large_2x.png");
  }
}
@media only screen and (min-width: 1069px) and (max-width: 1441px),
  only screen and (min-width: 1069px) and (max-width: 1441px),
  only screen and (min-width: 1069px) and (max-width: 1441px) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2.png"),
      url("./img/hero/blog_index_hero_layer_1.png");
    background-size: 1442px 480px;
  }
}
@media only screen and (min-width: 1069px) and (max-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 1069px) and (max-width: 1441px) and (min-resolution: 1.5dppx),
  only screen and (min-width: 1069px) and (max-width: 1441px) and (min-resolution: 144dpi) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_2x.png"),
      url("./img/hero/blog_index_hero_layer_1_2x.png");
    background-size: 1442px 480px;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1068px),
  only screen and (min-width: 736px) and (max-width: 1068px),
  only screen and (min-width: 736px) and (max-width: 1068px) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_medium.png"),
      url("./img/hero/blog_index_hero_layer_1_medium.png");
    background-size: 1068px 480px;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 736px) and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (min-width: 736px) and (max-width: 1068px) and (min-resolution: 144dpi) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_medium_2x.png"),
      url("./img/hero/blog_index_hero_layer_1_medium_2x.png");
    background-size: 1068px 480px;
  }
}
@media only screen and (max-width: 735px),
  only screen and (max-width: 735px),
  only screen and (max-width: 735px) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_small.png"),
      url("./img/hero/blog_index_hero_layer_1_small.png");
    background-size: 735px 480px;
  }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .home .hero {
    background-image: url("./img/hero/blog_index_hero_layer_2_small_2x.png"),
      url("./img/hero/blog_index_hero_layer_1_small_2x.png");
    background-size: 735px 480px;
  }
}

@keyframes bg-ski {
  0% {
    background-position-y: -300%, -100%;
  }
  100% {
    background-position-y: center, center;
  }
}

/* 4.0 Main
------------------------------------------------------------ */

/* 4.1 Main Class */

.main {
  background: #f7f8fa;
}
.main.blank {
  background: #f7f8fa;
}
.single .main {
  background-color: #ffffff;
}

.main-content {
  max-width: 872px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}
.main-content:before,
.main-content:after {
  content: "";
  display: table;
  clear: both;
}

.entry .article-list article,
.entry .article-list article .post-header h2 {
  transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 1) 40ms;
}
.entry .article-list article:hover {
  box-shadow: 0 5px 30px -10px rgba(53, 63, 78, 0.2);
  transform: translate3d(0, -1px, 0);
}
.entry .article-list article:hover .post-header h2 {
  color: #0096ff;
}

.entry .article-list article {
  animation: opacity 240ms ease-out;
  animation-fill-mode: both;
}
.home.entry .article-list article {
  pointer-events: none;
  animation: opacity 240ms ease-out, ski-up 1400ms cubic-bezier(0, 0.5, 0, 1);
  animation-fill-mode: backwards;
}

.entry .article-list article:nth-child(1) {
  animation-delay: 240ms;
}
.entry .article-list article:nth-child(2) {
  animation-delay: 340ms;
}
.entry .article-list article:nth-child(3) {
  animation-delay: 440ms;
}
.entry .article-list article:nth-child(4) {
  animation-delay: 540ms;
}
.entry .article-list article:nth-child(5) {
  animation-delay: 640ms;
}
.entry .article-list article:nth-child(6) {
  animation-delay: 740ms;
}
.entry .article-list article:nth-child(7) {
  animation-delay: 840ms;
}
.entry .article-list article:nth-child(8) {
  animation-delay: 940ms;
}
.entry .article-list article:nth-child(9) {
  animation-delay: 1040ms;
}
.entry .article-list article:nth-child(10) {
  animation-delay: 1140ms;
}
.entry .article-list article:nth-child(11) {
  animation-delay: 1240ms;
}
.entry .article-list article:nth-child(12) {
  animation-delay: 1340ms;
}
.entry .article-list article:nth-child(13) {
  animation-delay: 1440ms;
}
.entry .article-list article:nth-child(14) {
  animation-delay: 1540ms;
}
.entry .article-list article:nth-child(15) {
  animation-delay: 1640ms;
}
.entry .article-list article:nth-child(16) {
  animation-delay: 1740ms;
}
.entry .article-list article:nth-child(17) {
  animation-delay: 1840ms;
}
.entry .article-list article:nth-child(18) {
  animation-delay: 1940ms;
}
.entry .article-list article:nth-child(19) {
  animation-delay: 2040ms;
}
.entry .article-list article:nth-child(20) {
  animation-delay: 2140ms;
}

.single .post-header h1 {
  animation: opacity 240ms ease-out 240ms;
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
  .main-content {
    max-width: 696px;
  }
}

@media only screen and (max-width: 735px) {
  .main-content {
    max-width: 520px;
    padding: 20px 20px 60px;
  }
  .home.entry .article-list article {
    animation-name: opacity, ski-up;
    animation-duration: 240ms, 800ms;
    animation-timing-function: ease-out, cubic-bezier(0, 0.5, 0, 1);
  }
}

@media only screen and (max-width: 320px) {
  .main-content {
    padding: 10px 10px 60px;
  }
}

/* 4.2 Page Header */

.page-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-title {
  font-size: 32px;
  font-weight: 400;
  margin-left: -2px;
}
.search .page-title {
  font-size: 36px;
}
.page-title span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 2px;
}
.page-description {
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-description p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 1.7;
}
.page-description a {
  color: rgba(0, 0, 0, 0.4);
}
.page-description a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hero .page-title,
.hero .page-title span {
  color: #ffffff;
  font-weight: 600;
}

.author-header {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
.author-header .author-info {
  border-top: 0;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
.author-header .author-title {
  font-size: 22px;
  line-height: 33px;
}
.author-header .author-desc {
  font-size: 15px;
  line-height: 21px;
}

@media only screen and (max-width: 735px) {
  .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title {
    font-size: 36px;
    margin-left: 0;
  }
  .search .page-title {
    font-size: 40px;
  }
  .page-title span {
    margin-left: 0.5px;
  }
  .page-description {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .page-description p {
    font-size: 12px;
    line-height: 1.6;
  }

  .author-header {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 5px;
  }
  .author-header .author-info {
    min-height: 60px;
  }
  .author-header .author-avatar .avatar {
    width: 60px;
    height: 60px;
  }
  .author-header .author-title {
    font-size: 18px;
    line-height: 23px;
  }
  .author-header .author-desc {
    font-size: 13px;
    line-height: 16px;
  }
}

/* 4.3 Not Found */

.not-found {
  text-align: center;
  padding: 20px 16px;
}
.not-found .page-header {
  padding-bottom: 8px;
}
.not-found .page-title {
  font-weight: 700;
  margin-left: -10px;
}
.not-found p {
  font-size: 18px;
  color: #30343a;
  line-height: 1.5;
  max-width: 608px;
  margin: 0 auto;
}

.error404 .not-found {
  padding-top: 200px;
  padding-bottom: 200px;
}

.content-none .page-header {
  padding-top: 40px;
}
.content-none .page-header + p {
  padding-top: 0;
}
.content-none p {
  padding-top: 40px;
}
.home .content-none a {
  display: inline-block;
  padding: 6px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #0087e6;
  border-radius: 18px;
}

.error-404 .page-title {
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

@media only screen and (max-width: 735px) {
  .not-found {
    padding-left: 20px;
    padding-right: 20px;
  }
  .not-found .page-title {
    margin-left: -5px;
  }
  .not-found p {
    letter-spacing: 1px;
    line-height: 1.5;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .home .content-none {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .home .content-none a {
    margin-top: 10px;
    padding: 3px 8px 2px;
  }
  .error-404 .page-title {
    font-size: 130px;
  }
}

@media only screen and (max-width: 320px) {
  .not-found {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 4.4 Attachment */

.single-attachment .main {
  background: rgba(0, 0, 0, 0.9);
}
.single-attachment .post-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 0 !important;
}
.single-attachment .post-content {
  position: relative;
  padding-bottom: 60px;
}
.single-attachment .figure {
  margin-top: 0;
  margin-bottom: 0;
}
.single-attachment .figure img {
  margin: 0 auto;
}

.image-navigation a {
  position: absolute;
  top: 50%;
  color: rgba(255, 255, 255, 0.1);
  font-size: 60px;
  font-family: sans-serif;
  transform: translateY(-90%) scaleY(2);
  transition: color 0.3s;
}
.image-navigation a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.image-navigation .nav-previous a {
  left: -100px;
}
.image-navigation .nav-next a {
  right: -100px;
}
.image-navigation .nav-previous a:before {
  content: "<";
}
.image-navigation .nav-next a:before {
  content: ">";
}

@media only screen and (max-width: 735px) {
  .image-navigation a {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
    transform: translateY(-120%) scaleY(2);
    opacity: 0.4;
  }
  .image-navigation .nav-previous a {
    left: 10px;
  }
  .image-navigation .nav-next a {
    right: 10px;
  }
}

/* 4.5 Sidebar & List Layout */

.sidebar {
  float: left;
  max-width: 256px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.article-list {
  float: right;
  max-width: 608px;
  width: 100%;
}
.main.blank .article-list {
  max-width: 100%;
}

.sidebar .widget:first-child {
  width: 226px;
}
@media only screen and (max-width: 735px) {
  .sidebar .widget:first-child {
    width: 100%;
  }
}
.sidebar a {
  transition: all 240ms ease-out 80ms;
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget-title {
  color: #b4beca;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.widget li {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 4px;
}
.widget li a {
  color: #5a6779;
}
.widget .cat-item-none {
  color: #b4beca;
}

/* .sidebar .widget:last-child:not(:first-child) {
  padding-top: 24px;
  margin-top: 100px;
  border-top: 1px solid #e1e5eb;
} */

.sidebar ul {
  list-style-type: none;
}

@media only screen and (min-width: 736px) {
  .sidebar a:hover {
    color: #0096ff;
    padding: 6px 10px;
    border-radius: 4.5px;
    background: white;
    transition: all 140ms ease-in-out 40ms;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
  .article-list {
    max-width: 520px;
  }
  .sidebar {
    max-width: 168px;
  }
}

@media only screen and (max-width: 735px) {
  .article-list {
    float: none;
    max-width: 100%;
  }
  .article-list + .sidebar {
    margin-top: 40px;
  }
  .sidebar {
    float: none;
    max-width: 100%;
  }
  .sidebar .widget:first-child {
    padding-top: 0;
  }
  .sidebar .widget:last-child:not(:first-child) {
    margin-bottom: 10px;
    padding-top: 16px;
  }
  .widget li:not(:last-child) {
    margin-bottom: 8px;
  }
  .widget li a {
    color: #0096ff;
    display: block;
    background: #ffffff;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

/* 5.0 Post
------------------------------------------------------------ */

/* 5.1 Post Header */

.blog .post:first-child .post-header,
.author .post:first-of-type .post-header {
  border-top: 0;
}
.entry .post-header {
  padding-top: 0;
}
.sticky-post {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.68px;
  margin: 4px 0;
  padding: 2px 5.32px 2px 6px;
  background: #0096ff;
  border-radius: 4.5px;
}
.sticky-post:before {
  content: "";
  display: inline-block;
  top: 2px;
  margin-right: 2px;
  background: url("./img/featured_star.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: relative;
}
.sticky-post + .post-category {
  margin-left: 10px;
}
.post-category {
  color: #b4beca;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.post-thumb {
  margin-top: 22px;
  margin-bottom: 22px;
}
.entry .post-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: -0.5px;
}
.entry .post-category {
  display: inline-block;
}

.entry article {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.entry article:not(:last-child) {
  margin-bottom: 16px;
}
.entry article > a {
  display: block;
  color: #0087e6;
  padding: 16px 24px;
}
.entry article > a:before,
article > a:after {
  content: "";
  display: table;
  clear: both;
}

.edit-only {
  display: block;
  font-size: 16px;
  border-top: 1px solid #f7f8fa;
  padding: 6px 24px;
}
.edit-only:before,
.edit-only:after {
  content: "";
  display: table;
  clear: both;
}

.single article .post-header {
  padding: 64px 16px 40px;
  margin-bottom: 60px;
  background: #30343a;
}
.single article .post-header .post-title {
  color: #ffffff;
  margin: 64px 0 24px;
}

.post-img {
  margin-left: auto;
  margin-right: auto;
}
.post-img-full {
  margin-top: 0;
  margin-bottom: 80px;
}
.post-img-out {
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-img-col {
  margin-top: 50px;
  margin-bottom: 65px;
}
.post-title {
  font-size: 38px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  word-wrap: break-word;
}

@media only screen and (max-width: 735px) {
  .single article .post-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .single article .post-header .col {
    max-width: 432px;
  }
  .single .post-title {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.12px;
    line-height: 1.4;
    word-wrap: break-word;
  }
  .entry .post-title {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .post-category {
    font-size: 14px;
    line-height: 20px;
  }
  .entry article > a {
    padding: 20px 20px;
  }

  .post-img-full {
    margin-bottom: 60px;
  }
  .post-img-out {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .post-img-col {
    margin-top: 35px;
    margin-bottom: 50px;
    border: solid transparent;
    border-width: 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .single article .post-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 5.2 Post Content */

.single .post-header h1 {
  animation: opacity 240ms ease-out 240ms;
  animation-fill-mode: both;
}
.single .post-content {
  animation: opacity 240ms ease-out 340ms;
  animation-fill-mode: both;
}
.single .post-footer {
  animation: opacity 240ms ease-out 440ms;
  animation-fill-mode: both;
}
.single .section-bloglink {
  animation: opacity 240ms ease-out 540ms;
  animation-fill-mode: both;
}

.single .post-content > p:first-of-type {
  min-height: 2.8em;
}
/* .single .post-content > p:first-of-type:first-letter { font-weight: 700; float: left; font-size: 2.8em; margin: -.26em .2em -.28em 0; } */
html[lang="en-US"] .single .post-content {
  font-family: "PT Serif", serif;
}
/* html[lang="en-US"] .single .post-content > p:first-of-type:first-letter { font-family: 'PT Serif', serif; font-weight: 400; font-size: 3.4em; margin: -.38em .24em -.42em 0; } */
.single .post-content {
  font-weight: 400;
}
.single .post-content p.has-background {
  background: #f7f8fa;
  border-radius: 8px;
  font-size: 18px;
  padding: 20px 30px;
  text-align: justify;
  line-height: 1.7;
}
.single .post-content p + p.has-background {
  margin-top: 24px;
}

.post-content {
  font-size: 18px;
  line-height: 1.7;
  word-wrap: break-word;
  letter-spacing: 0.22px;
}
.entry .post-content {
  color: #5a6779;
  font-size: 18px;
  letter-spacing: 0.05px;
  line-height: 1.6;
  margin-bottom: 0;
}
.entry .post-content p,
.entry .post-content ul,
.entry .post-content ol,
.entry .post-content li {
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 17px;
  margin-bottom: 4px;
}
blockquote:not(.wp-block-quote) {
  font-size: 12px;
  color: #8e9aa9;
  line-height: 1.7;
  border: none;
  padding: 0;
  margin-left: 0;
}
.post-content > p:last-of-type ~ figure > blockquote:not(.wp-block-quote) {
  margin-top: 40px;
  margin-bottom: 0;
}
.post-content
  > p:last-of-type
  ~ figure
  > blockquote:not(.wp-block-quote)
  > p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #8e9aa9;
  font-style: normal;
}

pre.wp-block-code {
  background: #f7f8fa;
  border-radius: 8px;
  font-size: 18px;
  padding: 20px 30px;
  line-height: 1.7;
  overflow: auto;
}
code {
  font-family: "Roboto Mono", monospace;
  word-wrap: normal;
}

.single .post-content a {
  transition: all 100ms ease-in 80ms;
}
.single .post-content a:hover {
  color: #0087e6;
  background: #e6f5ff;
  border-radius: 2px;
  transition: all 160ms ease-out 60ms;
}

.post-content h1,
.post-content h2 {
  letter-spacing: -1.1px;
  line-height: 1.1;
}
.post-content h3,
.post-content h4 {
  letter-spacing: -1px;
  line-height: 1.2;
}
.post-content h5,
.post-content h6 {
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.post-content h1,
.post-content h2 {
  margin-bottom: 24px;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 500;
  margin-bottom: 16px;
}
.post-content h1 {
  font-size: 38px;
  margin-top: 80px;
}
.post-content h2 {
  font-size: 34px;
  margin-top: 60px;
}
.post-content h3 {
  font-size: 28px;
  margin-top: 24px;
  color: #30343a;
}
.post-content h4 {
  font-size: 24px;
  color: #30343a;
  margin-top: 24px;
}
.post-content h5 {
  font-size: 20px;
  color: #353f4e;
}
.post-content h6 {
  font-size: 18px;
  color: #353f4e;
}

.post-content p {
  margin-bottom: 16px;
}
.post-content ul,
.post-content ol {
  padding: 0 0 0 20px;
  margin: 24px 0;
}
.post-content ol {
  padding-left: 28px;
}
.post-content li:not(:last-child) {
  margin-bottom: 4px;
}
.post-content > li:not(:last-child) {
  margin-bottom: 8px;
}
.post-content li > ul,
.post-content li > ol {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px 0 10px 22px;
}
.post-content > ul > li:last-child > ul:last-child,
.post-content > ul > li:last-child > ol:last-child,
.post-content > ol > li:last-child > ul:last-child,
.post-content > ol > li:last-child > ol:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.post-content pre,
.post-content table,
.figure {
  margin: 40px 0;
}
.post-content pre:not(.wp-block-code) {
  white-space: normal;
}

.post-content.col p a {
  display: inline-block;
}

.frame {
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
.alignright {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-left: -160px;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-right: -160px;
  margin-left: 30px;
}

.post-password-form {
  position: relative;
}
.post-password-form input[type="password"] {
  width: 100%;
  height: 46px;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-left: 15px solid #fff;
  border-radius: 0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 26px;
  padding: 10px 20px;
}
.post-password-form input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.65);
}
.post-password-form input[type="submit"]:active {
  background: rgba(0, 0, 0, 0.7);
}

.page-links {
  text-align: center;
  margin-bottom: 30px;
}
.page-links span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  height: 32px;
  width: 32px;
}
.page-links a {
  display: inline-block;
}
.page-links a span {
  color: rgba(0, 0, 0, 0.5);
}
.page-links a span:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1060px) {
  .alignleft,
  .alignright {
    width: 60%;
  }
  .alignleft {
    margin-left: 0;
  }
  .alignright {
    margin-right: 0;
  }
}

@media only screen and (max-width: 735px) {
  .single .post-content {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* .single .post-content > p:first-of-type:first-letter { font-size: 2.4em; margin: -.22em .25em -.2em 0; } */

  .entry .post-content {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .post-content h1 {
    font-size: 28px;
    margin-top: 60px;
  }
  .post-content h2 {
    font-size: 26px;
    margin-top: 40px;
  }
  .post-content h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .post-content h4 {
    font-size: 20px;
  }
  .post-content h5 {
    font-size: 18px;
  }
  .post-content h6 {
    font-size: 16px;
  }

  .alignleft,
  .alignright {
    float: none;
    width: auto;
    margin: 35px auto;
  }
  .post-password-form input[type="password"] {
    border-radius: 0;
  }
}

@media only screen and (max-width: 320px) {
  .single .post-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

@keyframes ski-up {
  0% {
    transform: translate3d(0, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* 5.3 Post Footer */

.entry .post-footer {
  line-height: 20px;
  margin-top: 16px;
  font-size: 16px;
}
.entry .post-footer:before,
.entry .post-footer:after {
  content: "";
  display: table;
  clear: both;
}
.entry .post-footer a {
  color: #b4beca;
}
.entry .post-footer a:hover {
  color: #0096ff;
}
.entry .post-date,
.author-link {
  float: left;
}
.entry .post-date {
  margin-top: 0;
  margin-bottom: 0;
}
.entry .author-link a {
  font-weight: 700;
  margin-right: 10px;
}
.entry .post-edit-link,
.comments-link {
  float: none;
}

.single .post-footer {
  padding: 0 16px;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.post-block {
  display: block;
  padding-bottom: 20px;
}
.post-block .post-date,
.post-block .post-categories,
.post-block .post-categories li {
  display: inline-block;
}
.post-date + .post-categories {
  margin-left: 10px;
}
.post-date + .post-categories:before {
  content: "·";
  margin-right: 8px;
  color: #b4beca;
}
.post-categories:after,
.post-tags:after {
  content: "";
  display: table;
  clear: both;
}
.post-categories a {
  color: #b4beca;
  transition: all 100ms ease-out 100ms;
}
.post-categories a:hover,
.post-tags a:hover {
  color: #5a6779;
  transition: color 180ms ease-out 50ms;
}
.post-categories li {
  list-style: none;
}
.post-categories li:not(:last-child) {
  margin-right: 6px;
}
.post-tags a {
  float: left;
  color: #5a6779;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #f2f4f6;
  border-radius: 18px;
  padding: 6px 14px 5px 12px;
  transition: all 100ms ease-out 100ms;
}
.post-tags a:before {
  content: "#";
  line-height: 24px;
  color: #b4beca;
  position: relative;
  margin-right: 2px;
  transition: all 100ms ease-out 100ms;
}
.post-tags a:hover {
  color: #0096ff;
  background-color: #e6f5ff;
  transition: all 180ms ease-out 50ms;
}
.post-tags a:hover:before {
  color: #66c0ff;
  transition: all 180ms ease-out 50ms;
}
.post-date {
  color: #b4beca;
  letter-spacing: -0.2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.author-info {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #ebeff3;
  margin-top: 24px;
}
.hero .author-info {
  border: none;
  max-width: 872px;
}
.author-avatar {
  margin-right: 16px;
  display: none;
}
.author-avatar .avatar {
  border-radius: 100%;
}
.author-content {
  flex: 1;
}
.author-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.author-title a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.author-desc {
  color: #5a6779;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 735px) {
  .post-footer {
    font-size: 16px;
  }
  .single .post-footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .entry .post-footer {
    margin-top: 10px;
  }
  .entry .author-link a {
    margin-right: 6px;
  }
  .post-categories a,
  .post-tags a {
    font-size: 16px;
  }
  .author-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .single .post-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.comments-area {
  padding-top: 20px;
  padding-bottom: 40px;
}
.comments-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 8px;
}

.comment-list {
  list-style: none;
}
.comment-body {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}
.comment-list .children {
  list-style: none;
}
.comment-list .children > li {
  padding-left: 30px;
}

.bypostauthor .comment-author:after {
  content: "\2615";
  color: rgba(0, 0, 0, 0.4);
  vertical-align: text-top;
}
.comment-author {
  font-size: 14px;
  line-height: 18px;
}
.comment-author .avatar {
  float: left;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.comment-metadata {
  line-height: 18px;
  height: 18px;
}
.comment-metadata a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.comment-metadata a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.comment-edit-link {
  margin-left: 5px;
}

.comment-content {
  line-height: 1.6;
  margin-top: 20px;
}
.comment-reply-link {
  position: absolute;
  top: 35px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 7px;
}
.comment-reply-link:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
}

.comment-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}
.comment-navigation a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 34px;
  padding: 0 15px;
}
.comment-navigation a:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}
.comment-navigation .nav-previous a:before {
  content: "\2190";
  margin-right: 2px;
}
.comment-navigation .nav-next a:after {
  content: "\2192";
  margin-left: 2px;
}
.comment-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.comment-respond {
  position: relative;
  margin-top: -5px;
  padding-bottom: 40px;
}
.comment-reply-title {
  float: right;
  font-size: 0;
}
.comment-reply-title small a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment-reply-title small a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.comment-notes {
  display: none;
}
.logged-in-as {
  color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.logged-in-as a {
  color: rgba(0, 0, 0, 0.3);
}
.logged-in-as a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.comment-form textarea,
.comment-form input {
  border-color: rgba(0, 0, 0, 0.08);
  width: 100% !important;
  font-size: 17px;
  padding: 10px 8px;
}
.comment-form textarea {
  letter-spacing: -0.04px;
  line-height: 1.6;
}
.comment-form label {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.logged-in .comment-form-comment label {
  display: none;
}
.comment-form-comment label {
  margin-top: 0;
}
.comment-form label .required {
  color: #f50;
}
.comment-form-url {
  margin-bottom: 5px;
}
.form-submit input[type="submit"] {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: inherit;
  margin-top: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.logged-in .form-submit input[type="submit"] {
  margin-top: 15px;
}
.form-submit input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.65);
}
.form-submit input[type="submit"]:active {
  background: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 735px) {
  .comments-area {
    padding-bottom: 24px;
  }
  .comment-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .comment-list .children > li {
    padding-left: 15px;
  }

  .comment-author {
    font-size: 13px;
    line-height: 16px;
  }
  .comment-author .avatar {
    width: 32px;
    height: 32px;
  }
  .comment-metadata {
    line-height: 16px;
    height: 16px;
  }
  .comment-edit-link {
    margin-left: 2px;
  }

  .comment-content {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comment-reply-link {
    top: 24px;
  }
  .comment-navigation a {
    font-size: 13px;
    padding: 0 10px;
  }

  .logged-in-as {
    letter-spacing: 0.5px;
  }
  .comment-form textarea,
  .comment-form input {
    border-radius: 0;
    font-size: 15px;
  }
  .form-submit input[type="submit"] {
    background: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form-submit input[type="submit"]:active {
    background: rgba(0, 0, 0, 0.75);
  }
}

/* 7.0 Post Navigation
------------------------------------------------------------ */

.post-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin-top: 36px;
  margin-bottom: 36px;
}
.post-navigation .meta-nav {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-navigation .post-title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

@media only screen and (max-width: 735px) {
  .post-navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .post-navigation .post-title {
    font-size: 28px;
  }
}

/* 8.0 Posts Pagination
------------------------------------------------------------ */

.pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  padding-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-numbers:not(.dots):not(.current):hover {
  color: rgba(0, 0, 0, 0.4);
}
.pagination .current {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.3);
}
.pagination .dots {
  line-height: 32px;
  vertical-align: top;
}
.pagination .prev,
.pagination .next {
  vertical-align: top;
  overflow: hidden;
}
.pagination .prev:before,
.pagination .next:before {
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  height: 40px;
  width: 40px;
}
.pagination .prev:before {
  content: "\2190";
}
.pagination .next:before {
  content: "\2192";
}

@media only screen and (max-width: 735px) {
  .pagination {
    padding-top: 30px;
  }
  .pagination .page-numbers {
    display: none;
    margin-left: 8px;
    margin-right: 8px;
  }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    display: inline-block;
  }
  .pagination .current {
    color: rgba(0, 0, 0, 0.2);
  }
  .pagination .prev:before,
  .pagination .next:before {
    line-height: 44px;
  }
}

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

.entry .footer {
  margin-top: 0px;
}
.footer {
  background: #f7f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .col p {
  font-size: 12px;
  line-height: 20px;
  color: #b4beca;
  letter-spacing: 0.22px;
}
.footer .col p:not(:last-child) {
  margin-bottom: 4px;
}
.footer a {
  color: #8e9aa9;
  transition: color 40ms ease-out 60ms;
}
.footer a.icp {
  color: #b4beca;
}
.footer a:hover {
  color: #0096ff;
  transition: color 160ms ease-out 80ms;
}

.footer p .legal:not(:last-child) {
  margin-right: 4px;
}
.footer .icp:not(:last-child) {
  margin-right: 8px;
}
.footer p [class^="legal-"]:not(:first-child) {
  padding-left: 8px;
}
.footer p [class^="legal-"]:not(:last-child) {
  border-right: 1px solid #e1e5eb;
  padding-right: 8px;
}

.footer .logo {
  width: 110px;
  height: 26px;
  background: url("./img/footer-smartx.svg") no-repeat;
  background-size: 110px 26px;
  margin: 10px auto 30px;
}

.section-prefooter {
  display: block;
  width: 100%;
  background-color: #30343a;
  padding: 48px 16px;
  box-sizing: border-box;
  color: #ffffff;
}
.section-prefooter .section-content {
  max-width: 872px;
  margin: 0 auto;
}
.section-prefooter .row {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.section-prefooter .row-with-single-colume .column {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
.section-prefooter .row-with-double-columes .column {
  width: 50%;
}
.section-prefooter .column:not(:last-child) {
  border-right: 1px solid #5a6779;
}
.section-prefooter .row > .column {
  padding: 0 70px;
}
.section-prefooter .row-with-double-columes > .column:first-child {
  padding: 0 70px 0 0;
}
.section-prefooter .row-with-double-columes > .column:last-child {
  padding: 0 0 0 70px;
}

.prefooter-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 600;
}
.prefooter-title + p {
  color: #e1e5eb;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.prefooter-title + p + a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  background: #25282e;
  border-radius: 18px;
}

.section-bloglink {
  display: block;
  width: 100%;
  padding: 60px 16px 100px;
  box-sizing: border-box;
}
.section-bloglink .section-content {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 696px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #30343a;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 735px 240px;
  background-image: url("./img/bloglink/blog_featured.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  only screen and (min-resolution: 144dpi) {
  .section-bloglink .section-content {
    background-image: url("./img/bloglink/blog_featured_2x.png");
  }
}

.section-bloglink .bloglink-title,
.section-bloglink .bloglink-button {
  flex-shrink: 0;
}
.section-bloglink .bloglink-title h2 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}
.section-bloglink .bloglink-description {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.section-bloglink .section-content > div:not(:last-child) {
  margin-right: 40px;
}
.section-bloglink a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 20px;
  background: #ffffff;
  border-radius: 18px;
  color: #353f4e;
}

.region-language-swicher {
  max-width: 142px;
  height: 28px;
  width: 100%;
  margin: 40px auto 40px;
  background-color: #f7f8fa;
  border: 1px solid #ebeff3;
  border-radius: 8px;
}
.region-language-swicher select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 4px 18px 4px 36px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.22px;
  color: #353f4e;
}
.region-language-swicher:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  margin-left: 6px;
  margin-top: 5px;
  border-radius: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html[lang="zh-CN"] .region-language-swicher:before {
  background-image: url("./img/flag_prc.svg");
}
html[lang="en-US"] .region-language-swicher:before {
  background-image: url("./img/flag_global.svg");
}
.region-language-swicher:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #b4beca;
  position: relative;
  float: right;
  margin-right: 6px;
  margin-top: -16px;
}

.is-search-input {
  border-radius: 8px !important;
  padding-left: 40px !important;
  height: 44px !important;
}
.is-search-form:after {
  content: "";
  background: url("./img/search.svg") no-repeat;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.is-search-input:hover {
  box-shadow: 0 0 1px rgba(21, 22, 26, 0.3) !important;
}
.is-search-input:focus {
  border: 1px solid #0096ff !important;
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
  .section-prefooter .section-content {
    max-width: 696px;
  }
  .section-prefooter .row-with-double-columes > .column:first-child {
    padding-right: 20px;
  }
  .section-prefooter .row-with-double-columes > .column:last-child {
    padding-left: 20px;
  }
  .is-search-input {
    width: 160px !important;
  }
}

@media only screen and (max-width: 735px) {
  .section-prefooter {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-prefooter .row {
    flex-direction: column;
  }
  .section-prefooter .row-with-single-colume .column {
    padding: 0;
  }
  .section-prefooter .row-with-double-columes .column {
    width: 100%;
    margin: 0 auto;
  }
  .section-prefooter .row-with-double-columes > .column {
    padding: 40px 0;
  }
  .section-prefooter .row-with-double-columes > .column:first-child {
    padding: 0 0 40px;
  }
  .section-prefooter .row-with-double-columes > .column:last-child {
    padding: 40px 0 0;
  }
  .section-prefooter .column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #5a6779;
  }

  .section-bloglink {
    padding: 40px 20px 60px;
  }
  .section-bloglink .section-content {
    padding: 40px 20px;
    flex-direction: column;
  }
  .section-bloglink .section-content > div:not(:last-child),
  .section-bloglink .section-content > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .section-bloglink .section-content > div:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-bloglink .section-content .bloglink-description {
    max-width: 344px;
  }
}

@media only screen and (max-width: 320px) {
  .section-prefooter {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 10.0 Media
------------------------------------------------------------ */

/* 10.1 Image */

.hero,
.frame,
.post-thumb,
.post-img {
  position: relative;
}
.fill {
  background: rgba(0, 0, 0, 0.05);
}
.hero,
.small-image {
  overflow: hidden;
}
.hero-bg,
.image img,
.image,
.small-image,
.zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg,
.image img {
  visibility: hidden;
  opacity: 0;
}
.hero .blurry,
.image .blurry {
  -webkit-filter: blur(20px);
  transform: scale(1.1, 1.1);
}
.hero .loaded,
.image .loaded {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.4s 0s;
}
.hero .blurry-hidden,
.image .blurry-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.1s 0.4s;
}

.wp-block-image {
  margin-bottom: 24px;
}
.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 8px;
  color: #8e9aa9;
  text-align: center;
}
.wp-block-image img {
  border: 1px solid #e1e5eb;
  box-sizing: border-box;
  margin: 0 auto;
}

.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 20;
}
.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}
.zoom-image,
.zoom {
  transition: 0.3s !important;
  z-index: 30;
}
img[data-action="zoom"] {
  cursor: zoom-in;
}
.zoom {
  cursor: zoom-out;
}

.wp-caption-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
}

/* 10.2 Gallery */

.gallery {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 15px;
}
.gallery-item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 1px;
  vertical-align: middle;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66666%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}
.gallery-item img {
  margin: 0 auto;
}
.gallery-caption {
  padding-bottom: 10px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

@media only screen and (max-width: 735px) {
  .gallery {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 10px;
  }
}

/* 10.3 Playlist */

.wp-block-video {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-video figcaption {
  color: #8e9aa9;
}
.wp-playlist,
.wp-audio-shortcode,
.wp-video {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.wp-playlist {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 24px !important;
}
.wp-playlist-item-title {
  font-size: 15px !important;
}
.wp-playlist-item-artist {
  font-size: 13px !important;
}
.wp-playlist-current-item {
  margin-top: 5px;
}
.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}
.wp-playlist-item-album {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px !important;
  font-style: normal !important;
}
.wp-playlist-item-artist {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none !important;
}
.wp-playlist-tracks {
  margin-top: 20px !important;
}
.wp-playlist-item {
  border-bottom: 0 !important;
  padding: 10px 0 !important;
}
.wp-playlist-item:last-child {
  padding-bottom: 2px !important;
}
.wp-playlist-item-length {
  top: 10px !important;
}

@media only screen and (max-width: 735px) {
  .wp-playlist,
  .wp-audio-shortcode,
  .wp-video {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .wp-playlist {
    padding: 20px !important;
  }
}

twitter-widget {
  margin: 40px auto !important;
}
iframe {
  height: 441.5px;
}
.post-content > iframe {
  margin: 40px auto;
}
.tencent-video {
  width: 100%;
  height: 391.5px;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 8px;
}

/* Nav log */
@media only screen and (min-width: 735px) {
  .nav-logo {
    background-image: url("./img/nav-logo-pc.svg");
  }
}

.hci-wrapper {
  background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
  border-radius: 6px;
  padding: 7px 10px;
  position: relative;
  transition: opacity ease-in-out 200ms;
}
.hci-wrapper:hover {
  opacity: 0.8;
  transition: opacity ease-in-out 200ms;
}
.hci-wrapper:hover .main-title,
.hci-wrapper:hover .nav-item-intro {
  color: #fff;
}
.hci-wrapper .main-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.hci-wrapper .nav-item-intro {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.hci-wrapper::after {
  content: "";
  width: 88px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 12px;
  background-image: url("./img/hci_faq.png");
  background-size: cover;
  box-shadow: inset 0px -4px 4px rgba(0, 21, 64, 0.1);
}

.bottom-wrapper {
  display: flex;
  margin-top: 8px;
}

.no-border {
  border: none;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

/* ------ 10.4 -------- */
.single .post-content {
  display: flex;
}

.post-content-main {
  max-width: 696px;
}
.post-content .side-bar {
  width: 280px;
  margin-left: 48px;
  flex: 0 0 auto;
}

.post-content .side-bar:lang(en-US) {
  font-family: "Inter";
  font-style: normal;
}

.post-content .side-bar .side-bar-card {
  padding: 24px;
  background: #f2f4f6;
  border-radius: 8px;
}

.post-content .side-bar .side-bar-card:not(:last-child) {
  margin-bottom: 18px;
}

.post-content .side-bar .side-bar-card {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #8e9aa9;
}

.side-bar-wx {
  position: relative;
  height: 281px;
}

.upper-case {
  text-transform: uppercase;
}

.side-bar-wx:lang(en-US) {
  height: auto;
  box-sizing: border-box;
}

.side-bar-wx:lang(en-US) .contact-list {
  height: 32px;
}

.divider {
  width: 100%;
  height: 0px;
  border: 1px solid #e1e5eb;
  margin-top: 10px;
  margin-bottom: 34px;
}

.sider-bar-join-slack {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sider-bar-join-slack-link {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sider-bar-join-slack-icon {
  width: 24px;
  height: 24px;
  background-image: url("./img/icon-slack.svg");
  margin-right: 8px;
}

.sider-bar-join-slack-link-text {
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0;
}

.sider-bar-join-slack-link-icon {
  width: 16px;
  height: 16px;
  background-image: url("./img/icon-open-in-new-tab.svg");
  margin-left: 4px;
}

.side-bar-wx-qrCode,
.side-bar-wx-onPhone {
  position: absolute;
}

.side-bar-wx-qrCode {
  bottom: 24px;
  background-image: url("./img/weixin-qr-code.png");
  background-size: contain;
  width: 80px;
  height: 80px;
}

.side-bar-wx-onPhone {
  bottom: 0;
  right: 24px;
  background-image: url("./img/wechat-on-phone.png");
  background-size: contain;
  width: 121.24px;
  height: 200px;
}

.side-bar-resource .side-bar-resource-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}

.side-bar-resource-list-item {
  color: #0096ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.side-bar-crp .crp_related ul {
  margin: 16px 0;
  list-style: none;
  padding: 0;
}

.side-bar-crp .crp_related ul li {
  color: #0096ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.side-bar-resource-list-item:not(:last-child),
.side-bar-crp .crp_related ul li:not(:last-child) {
  border-bottom: 1px solid #e1e5eb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.side-bar-crp .crp_related ul li {
  padding: 10px 0;
}

.side-bar-resource-list-item:last-child {
  padding-top: 10px;
}

.side-bar-wx-title,
.side-bar-resource-title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #15161a;
  letter-spacing: 0;
}

.side-bar-wx-title {
  width: 136px;
  height: 66px;
}

.side-bar-wx-title:lang(en-US) {
  width: 100%;
  min-height: 60px;
  margin-bottom: 16px;
  height: auto;
}

.sider-bar-join-slack {
  font-size: 14px;
  line-height: 17px;
  color: #0096ff;
}

.side-bar-card .contact-list .contact-list-item {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 4px;
}

.contact-list-item.facebook {
  background-image: url("./img/icon-facebook-idle.svg");
}

.contact-list-item.facebook:hover {
  background: transparent !important;
  background-image: url("./img/icon-facebook-tint.svg") !important;
}

.contact-list-item.ins {
  background-image: url("./img/icon-linkedin-idle.svg");
}

.contact-list-item.ins:hover {
  background: transparent !important;
  background-image: url("./img/icon-linkedin-tint.svg") !important;
}

.contact-list-item.twitter {
  background-image: url("./img/icon-twitter-idle.svg");
}

.contact-list-item.twitter:hover {
  background: transparent !important;
  background-image: url("./img/icon-twitter-tint.svg") !important;
}

.contact-list-item.youtube {
  background-image: url("./img/icon-youtube-idle.svg");
}

.contact-list-item.youtube:hover {
  background: transparent !important;
  background-image: url("./img/icon-youtube-tint.svg") !important;
}

.col.post-content {
  overflow: hidden;
}

.section-bloglink .section-content {
  max-width: 1024px;
}

@media only screen and (min-width: 736px) {
  .col.post-content {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 768px) {
  .col.post-content .post-content-main {
    max-width: 100%;
  }
  .single .post-content {
    flex-direction: column;
  }

  .post-content .side-bar {
    width: 100%;
    margin-left: 0;
  }
}

.hide-content {
  height: 300vh;
  overflow: hidden;
}

.read-more-mask {
  position: absolute;
  display: none;
  width: 100vh;
  height: 200px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.col.post-content {
  position: relative;
}

.read-more-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.read-more-btn-text {
  color: #0096ff;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}

.read-more-btn .line {
  width: 100%;
  height: 1px;
  left: 20px;
  background: #e1e5eb;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 51px;
}
