@charset "UTF-8";
@import "/data/theme/anatole/color.css";

html {
  background-color: var(--bg-body);
  -webkit-font-smoothing: antialiased; }

.central-comments-link {
    margin-top:0.5rem;
    display:flex; 
    flex-direction:column;
    margin-bottom:1rem;
}
.central-comments-link a {
    background:var(--default-color);
    color:var(--body-bg);
    font-family: arial;
    font-weight: bold;
    border-radius:3px;
    border-radius:300px;
    display:flex;
    height:2.5rem;
    align-items:center;
    justify-content:center;
    padding:0rem 2rem;
    text-decoration:none;
}

.central-comments-link iframe {
    opacity: 0.8;
    filter:var(--comment-filter);
}
.central-comments-link a:hover {
    opacity:0.8;
}

body {
  color: var(--fg-body);
  font-family: sans-serif;
  font-size: 15px;
  width: 100%;
  margin: 0 auto 30px auto;
  background-color: var(--bg-body);
  line-height: 1.6em; }

p {
  line-height: 1.9em;
  font-weight: 400;
  font-size: 14px; }

a {
  text-decoration: none; }

a:link, a:visited {
  opacity: 1;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  color: var(--grey-1); }

a:hover, a:active {
  color: #4786D6; }

img {
  max-width: 100%;
  height: auto; }

/*basic styles ends*/
/*animation starts*/
/*animation ends*/
.content {
  height: auto;
  float: right;
  width: 60%;
  margin-top: 60px; }

.page-top {
  width: 60%;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: var(--bg-body);
  height: 60px;
  border-bottom: 1px solid var(--border); }
  .page-top .nav {
    list-style: none;
    padding: 18px 30px;
    float: left;
    font-size: 12px; }
    .page-top .nav li {
      position: relative;
      display: initial;
      padding-right: 20px; }
    .page-top .nav a {
      color: var(--grey-1); }
    .page-top .nav a:hover {
      color: #4786D6; }
    .page-top .nav a.current {
      color: var(--grey-1);
      padding-bottom: 22px;
      border-bottom: 1px solid var(--grey-1); }
  .page-top .information {
    float: right;
    padding-top: 12px;
    padding-right: 20px; }
    .page-top .information .avatar {
      float: right; }
      .page-top .information .avatar img {
        width: 32px;
        height: 32px;
        border-radius: 300px; }
    .page-top .information .back_btn {
      float: left;
      padding-top: 5px;
      margin-right: -10px; }
      .page-top .information .back_btn li {
        display: initial;
        padding-right: 40px; }

#sidebar {
  width: 40%;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: var(--bg-body);
  height: 100%;
  transition: 0.8s;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4;
  border-right: 1px solid var(--border); }
  #sidebar .logo-title {
    text-align: center;
    padding-top: 240px; }
    #sidebar .logo-title .description {
      font-size: 14px;
      color: var(--grey-2); }
    #sidebar .logo-title .logo {
      margin: 0 auto; }
    #sidebar .logo-title .title h3 {
      text-transform: uppercase;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1;
      margin: 0; }
    #sidebar .logo-title .title a {
      text-decoration: none;
      color: var(--grey-3);
      font-size: 2rem;
      font-weight: bold; }
  #sidebar .social-links {
    list-style: none;
    padding: 0;
    font-size: 14px;
    text-align: center; }
    #sidebar .social-links li {
      display: inline;
      padding: 0 4px;
      line-height: 0; }
    #sidebar .social-links a {
      color: var(--grey-2); }
    #sidebar .social-links a:hover {
      color: #4786D6; }

.post {
  background-color: var(--bg-body);
  margin: 30px; }
  .post .post-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1; }
  .post .post-title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: var(--grey-4); }
  .post .post-title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
    color: var(--grey-3);
    font-size: 22px;
    margin: 0; }
  .post .post-title a {
    text-decoration: none;
    letter-spacing: 1px;
    color: var(--grey-4); }
    .post .post-title a:hover {
      text-decoration: underline; }
  .post .post-content a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #4786D6; }
  .post .post-content a:hover {
    color: #2F69B3; }
  .post .post-content h3 {
    color: var(--grey-4);
    font-size: 22px;
    font-weight: 600; }
  .post .post-content h4 {
    color: var(--grey-4);
    font-size: 16px; }
  .post .post-content pre code {
    padding: 2rem;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: inherit;
    white-space: pre-wrap;
    display:block;
    border: 0;
    background: var(--embed);
    border-radius: 0; }
  .post .post-content code {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: 1px solid var(--border); 
    background: var(--embed);
    border-radius: 2px; }
  .post .post-content pre {
    padding: 4px 6px;
    border-radius: 6px;
    overflow: scroll; }
  .post .post-content blockquote {
    box-sizing: border-box;
    margin: 1.6em 0 1.6em -2em;
    padding: 0 0 0 1.6em;
    border-left: var(--grey-5) 0.2em solid; }
  .post .post-content .footnote-definition p {
    display: inline; }
  .post .post-content iframe {
    width: 100%;
    height: 500px; }
  .post .post-footer {
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--border); }
    .post .post-footer .meta {
      max-width: 100%;
      height: 25px;
      color: var(--grey-6); }
      .post .post-footer .meta .info {
        float: left;
        font-size: 12px; }
        .post .post-footer .meta .info .date {
          margin-right: 10px; }
      .post .post-footer .meta a {
        text-decoration: none;
        color: var(--grey-6);
        padding-right: 10px; }
        .post .post-footer .meta a:hover {
          color: #4786D6; }
      .post .post-footer .meta i {
        margin-right: 6px; }
    .post .post-footer .tags {
      padding-bottom: 15px;
      font-size: 13px; }
      .post .post-footer .tags ul {
        list-style-type: none;
        display: inline;
        margin: 0;
        padding: 0; }
        .post .post-footer .tags ul li {
          list-style-type: none;
          margin: 0;
          padding-right: 5px;
          display: inline; }
      .post .post-footer .tags a {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.44);
        font-weight: 400; }
        .post .post-footer .tags a:hover {
          text-decoration: none; }

.pagination {
  margin: 30px;
  padding: 0px 0 56px 0;
  border-bottom: 1px solid var(--border); }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 13px; }
    .pagination ul li {
      margin: 0 2px 0 2px;
      display: inline;
      line-height: 1; }
      .pagination ul li a {
        text-decoration: none; }
  .pagination .pre {
    float: left; }
  .pagination .next {
    float: right; }

.like-reblog-buttons {
  float: right; }

.like-button {
  float: right;
  padding: 0 0 0 10px; }

.reblog-button {
  float: right;
  padding: 0; }

#install-btn {
  position: fixed;
  bottom: 0px;
  right: 6px; }

#disqus_thread {
  margin: 30px;
  border-bottom: 1px solid var(--border); }

.footer {
  clear: both;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  color: var(--grey-7); }
  .footer a {
    color: var(--grey-7); }
  .footer a:hover {
    color: #4786D6; }

/*for archive*/
.archive {
  width: 100%; }

.list-with-title {
  font-size: 14px;
  margin: 30px;
  padding: 0; }
  .list-with-title li {
    list-style-type: none;
    padding: 0; }
  .list-with-title .listing-title {
    font-size: 24px;
    color: var(--grey-8);
    font-weight: 600;
    line-height: 2.2em; }
  .list-with-title .listing {
    padding: 0; }
    .list-with-title .listing .listing-post {
      padding-bottom: 5px; }
      .list-with-title .listing .listing-post .post-time {
        float: right;
        color: var(--grey-9); }
      .list-with-title .listing .listing-post a {
        color: var(--grey-0); }
        .list-with-title .listing .listing-post a:hover {
          color: #4786D6; }
  .list-with-title .tag-list-item {
    margin-bottom: 18px; }
    .list-with-title .tag-list-item .tagcount {
      float: right;
      color: var(--border);
      min-width: 24px;
      margin-right: 18px;
      background: var(--grey-7);
      padding-left: 6px;
      padding-right: 6px;
      border-radius: 1em;
      text-align: center; }

/* share */
.share {
  margin: 0px 30px;
  display: inline-flex; }

/* about */
.about {
  margin: 30px; }
  .about h3 {
    font-size: 22px; }

/* links*/
.links {
  margin: 30px; }
  .links h3 {
    font-size: 22px; }
  .links a {
    cursor: pointer; }

.comment-count {
  color: var(--grey-5); }

.tab-community {
  color: var(--grey-5); }

.read_more {
  font-size: 14px; }

.back-button {
  padding-top: 30px;
  max-width: 100px;
  padding-left: 40px;
  float: left; }

#fb_comments_container {
  margin: 30px; }

a.btn {
  color: var(--grey-0);
  font-weight: 400; }

.btn {
  display: inline-block;
  position: relative;
  outline: 0;
  color: rgba(0, 0, 0, 0.44);
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  border-radius: 999em; }

.btn:hover {
  display: inline-block;
  position: relative;
  outline: 0px;
  color: var(--grey-3);
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--grey-3);
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  border-radius: 999em; }

[role="back"] {
  padding: 0.5em 1.25em;
  line-height: 1.666em; }

[role="home"] {
  padding: 0.5em 1.25em;
  line-height: 1.666em; }

[role="navigation"] {
  padding: 0.5em 1.25em;
  line-height: 1.666em; }

[role="tags"] {
  padding: 6px 12px; }

.page_404 {
  text-align: center;
  padding-top: 50px; }

@media screen and (max-width: 960px) {
  #sidebar {
    width: 100%;
    position: absolute;
    border-right: none;
    z-index: 1; }
    #sidebar .logo-title {
      padding-top: 120px; }
      #sidebar .logo-title .title img {
        width: 100px; }
      #sidebar .logo-title .title h3 {
        font-size: 20px; }
  .page-top {
    width: 100%; }
  .post-title h3 {
    line-height: 1.6; }
  .content {
    margin-top: 420px;
    width: 100%;
    z-index: 2;
    position: absolute; }
  .footer {
    display: none; }
  .share {
    display: grid; }
  .social-links {
    list-style: none;
    font-size: 14px;
    text-align: center; }
    .social-links i {
      margin-right: 3px; } }
