@import "bootstrap.css";
@import "icon.css";
@import "vs2015.min.css";
.light-color {
  background-color: #FCFCFC;
}
.light-color header .navbar {
  background-color: #FFFFFF;
  border-color: #eeeeee;
}
.light-color header .navbar .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-brand:hover, .light-color header .navbar .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.light-color header .navbar .navbar-nav .nav-link:hover, .light-color header .navbar .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.light-color header .navbar .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.light-color header .navbar .navbar-nav .show > .nav-link,
.light-color header .navbar .navbar-nav .active > .nav-link,
.light-color header .navbar .navbar-nav .nav-link.show,
.light-color header .navbar .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.light-color header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.light-color header .navbar .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.light-color header .navbar .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.light-color header .navbar .navbar-text a:hover, .light-color header .navbar .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.light-color .avatar {
  background-color: #E0E0E0;
}
.light-color .header-img a {
  background-color: #E0E0E0;
}
.light-color .mini-header-image a {
  background-color: #E0E0E0;
}
.light-color .post-title a {
  color: #212529;
}
.light-color .post-title a:hover {
  color: #D0220F;
}
.light-color .post-title a:focus {
  color: #D0220F;
}
.light-color .more-link-wrapper .read-more {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color .more-link-wrapper .read-more:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color .more-link-wrapper .read-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color .more-link-wrapper .read-more:disabled {
  color: #d9230f;
  background-color: transparent;
}
.light-color #to-top-btn, .light-color #directory-btn {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.light-color .sidebar section > h3 {
  color: #333333;
}
.light-color .sidebar section li {
  color: #333333;
}
.light-color .sidebar section li a {
  color: #333333;
}
.light-color .sidebar section label {
  color: #333333;
}
.light-color .sidebar section .wp-block-tag-cloud .tag-cloud-link {
  color: #333333;
}
.light-color .sidebar section .wp-block-latest-comments time {
  color: #686868;
}
.light-color .sidebar section .wp-block-calendar table a {
  color: #D9230F;
}
.light-color .sidebar section .wp-block-calendar table th {
  background: #EFEFEF;
}
.light-color .sidebar section .wp-block-calendar .wp-calendar-nav a {
  color: #333333;
}
.light-color .post-page .post-content p > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content ol li > code, .light-color .post-page .post-content ul li > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content h1, .light-color .post-page .post-content h2, .light-color .post-page .post-content h3, .light-color .post-page .post-content h4, .light-color .post-page .post-content h5, .light-color .post-page .post-content h6 {
  color: #333333;
}
.light-color .post-page .post-content h1 code, .light-color .post-page .post-content h2 code, .light-color .post-page .post-content h3 code, .light-color .post-page .post-content h4 code, .light-color .post-page .post-content h5 code, .light-color .post-page .post-content h6 code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content table th code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-content table td code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color .post-page .post-navigation a {
  color: #333333;
}
.light-color .post-page .post-navigation a:hover {
  color: #D9230F;
}
.light-color .post-content-pagination a {
  background: #FFFFFF;
}
.light-color #comments .comment-info b {
  color: #333333;
}
.light-color #comments .comment-info .comment-time {
  color: #686868;
}
.light-color #comments .comment-content p > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content ol li > code, .light-color #comments .comment-content ul li > code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content h1, .light-color #comments .comment-content h2, .light-color #comments .comment-content h3, .light-color #comments .comment-content h4, .light-color #comments .comment-content h5, .light-color #comments .comment-content h6 {
  color: #333333;
}
.light-color #comments .comment-content h1 code, .light-color #comments .comment-content h2 code, .light-color #comments .comment-content h3 code, .light-color #comments .comment-content h4 code, .light-color #comments .comment-content h5 code, .light-color #comments .comment-content h6 code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content table th code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-content table td code {
  background: #F9F2F4;
  color: #C7254E;
}
.light-color #comments .comment-reply i, .light-color #comments .comment-reply a {
  color: #333333;
}
.light-color .archive-title h1 {
  color: #6B6B6B;
}
.light-color .archive-description {
  color: #686868;
}
.light-color .page-404 #back-home-page {
  color: #d9230f;
  border-color: #d9230f;
}
.light-color .page-404 #back-home-page:hover {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.light-color .page-404 #back-home-page:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
}
.light-color .page-404 #back-home-page:disabled {
  color: #d9230f;
  background-color: transparent;
}

@media (prefers-color-scheme: light) {
  .auto-color {
    background-color: #FCFCFC;
  }
  .auto-color header .navbar {
    background-color: #FFFFFF;
    border-color: #eeeeee;
  }
  .auto-color header .navbar .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-brand:hover, .auto-color header .navbar .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .auto-color header .navbar .navbar-nav .nav-link:hover, .auto-color header .navbar .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .auto-color header .navbar .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .auto-color header .navbar .navbar-nav .show > .nav-link,
  .auto-color header .navbar .navbar-nav .active > .nav-link,
  .auto-color header .navbar .navbar-nav .nav-link.show,
  .auto-color header .navbar .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .auto-color header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .auto-color header .navbar .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .auto-color header .navbar .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color header .navbar .navbar-text a:hover, .auto-color header .navbar .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .auto-color .avatar {
    background-color: #E0E0E0;
  }
  .auto-color .header-img a {
    background-color: #E0E0E0;
  }
  .auto-color .mini-header-image a {
    background-color: #E0E0E0;
  }
  .auto-color .post-title a {
    color: #212529;
  }
  .auto-color .post-title a:hover {
    color: #D0220F;
  }
  .auto-color .post-title a:focus {
    color: #D0220F;
  }
  .auto-color .more-link-wrapper .read-more {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color .more-link-wrapper .read-more:disabled {
    color: #d9230f;
    background-color: transparent;
  }
  .auto-color #to-top-btn, .auto-color #directory-btn {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
  }
  .auto-color .sidebar section > h3 {
    color: #333333;
  }
  .auto-color .sidebar section li {
    color: #333333;
  }
  .auto-color .sidebar section li a {
    color: #333333;
  }
  .auto-color .sidebar section label {
    color: #333333;
  }
  .auto-color .sidebar section .wp-block-tag-cloud .tag-cloud-link {
    color: #333333;
  }
  .auto-color .sidebar section .wp-block-latest-comments time {
    color: #686868;
  }
  .auto-color .sidebar section .wp-block-calendar table a {
    color: #D9230F;
  }
  .auto-color .sidebar section .wp-block-calendar table th {
    background: #EFEFEF;
  }
  .auto-color .sidebar section .wp-block-calendar .wp-calendar-nav a {
    color: #333333;
  }
  .auto-color .post-page .post-content p > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content ol li > code, .auto-color .post-page .post-content ul li > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content h1, .auto-color .post-page .post-content h2, .auto-color .post-page .post-content h3, .auto-color .post-page .post-content h4, .auto-color .post-page .post-content h5, .auto-color .post-page .post-content h6 {
    color: #333333;
  }
  .auto-color .post-page .post-content h1 code, .auto-color .post-page .post-content h2 code, .auto-color .post-page .post-content h3 code, .auto-color .post-page .post-content h4 code, .auto-color .post-page .post-content h5 code, .auto-color .post-page .post-content h6 code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content table th code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-content table td code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color .post-page .post-navigation a {
    color: #333333;
  }
  .auto-color .post-page .post-navigation a:hover {
    color: #D9230F;
  }
  .auto-color .post-content-pagination a {
    background: #FFFFFF;
  }
  .auto-color #comments .comment-info b {
    color: #333333;
  }
  .auto-color #comments .comment-info .comment-time {
    color: #686868;
  }
  .auto-color #comments .comment-content p > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content ol li > code, .auto-color #comments .comment-content ul li > code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content h1, .auto-color #comments .comment-content h2, .auto-color #comments .comment-content h3, .auto-color #comments .comment-content h4, .auto-color #comments .comment-content h5, .auto-color #comments .comment-content h6 {
    color: #333333;
  }
  .auto-color #comments .comment-content h1 code, .auto-color #comments .comment-content h2 code, .auto-color #comments .comment-content h3 code, .auto-color #comments .comment-content h4 code, .auto-color #comments .comment-content h5 code, .auto-color #comments .comment-content h6 code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content table th code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-content table td code {
    background: #F9F2F4;
    color: #C7254E;
  }
  .auto-color #comments .comment-reply i, .auto-color #comments .comment-reply a {
    color: #333333;
  }
  .auto-color .archive-title h1 {
    color: #6B6B6B;
  }
  .auto-color .archive-description {
    color: #686868;
  }
  .auto-color .page-404 #back-home-page {
    color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .page-404 #back-home-page:hover {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .page-404 #back-home-page:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 15, 0.5);
  }
  .auto-color .page-404 #back-home-page:disabled {
    color: #d9230f;
    background-color: transparent;
  }
}
.dark-color {
  background-color: #0c0c0c;
}
.dark-color header .navbar {
  background-color: #16161a;
  border-color: #202025;
}
.dark-color header .navbar .navbar-brand {
  color: #fff;
}
.dark-color header .navbar .navbar-brand:hover,
.dark-color header .navbar .navbar-brand:focus {
  color: #fff;
}
.dark-color header .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color header .navbar .navbar-nav .nav-link:hover,
.dark-color header .navbar .navbar-nav .nav-link:focus {
  color: #fff;
}
.dark-color header .navbar .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.dark-color header .navbar .navbar-nav .show > .nav-link,
.dark-color header .navbar .navbar-nav .active > .nav-link,
.dark-color header .navbar .navbar-nav .nav-link.show,
.dark-color header .navbar .navbar-nav .nav-link.active {
  color: #fff;
}
.dark-color header .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-color header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dark-color header .navbar .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color header .navbar .navbar-text a {
  color: #fff;
}
.dark-color header .navbar .navbar-text a:hover,
.dark-color header .navbar .navbar-text a:focus {
  color: #fff;
}
.dark-color header .navbar input[type=search] {
  background: #25252c;
  color: #ffffff;
  transition: 0.3s;
  border-color: #cf210e;
}
.dark-color header .navbar input[type=search]:focus {
  background: #16161a;
}
.dark-color header .navbar .dropdown-menu {
  background: #25252C;
}
.dark-color header .navbar .dropdown-menu a {
  color: #d3d3d3;
}
.dark-color .breadcrumb-nav .breadcrumb a {
  color: #e47063;
}
.dark-color .breadcrumb-nav .breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
}
.dark-color .avatar {
  background-color: #282828;
}
.dark-color .header-img a {
  background-color: #232323 !important;
}
.dark-color .post-title a {
  color: #d3d3d3 !important;
}
.dark-color .post-title a:hover {
  color: #e47063 !important;
}
.dark-color .post-title a:focus {
  color: #e47063 !important;
}
.dark-color .post-info a {
  color: #e47063;
}
.dark-color .post-info span {
  color: #999999;
}
.dark-color .text-color {
  color: #d3d3d3;
}
.dark-color .comment-count,
.dark-color .edit-link {
  color: #e47063;
}
.dark-color .more-link-wrapper .read-more {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .more-link-wrapper .read-more:hover {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
}
.dark-color .more-link-wrapper .read-more:focus {
  color: #fff;
  background-color: #b51d0d;
  border-color: #a91b0c;
  box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
}
.dark-color .more-link-wrapper .read-more:disabled {
  color: #fff;
  background-color: #d9230f;
  border-color: #d9230f;
}
.dark-color .fullText p {
  color: #d3d3d3;
}
.dark-color .fullText p > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .fullText ol li,
.dark-color .fullText ul li {
  color: #d3d3d3;
}
.dark-color .fullText ol li > code,
.dark-color .fullText ul li > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .fullText h1,
.dark-color .fullText h2,
.dark-color .fullText h3,
.dark-color .fullText h4,
.dark-color .fullText h5,
.dark-color .fullText h6 {
  color: #ffffff !important;
}
.dark-color .fullText h1 code,
.dark-color .fullText h2 code,
.dark-color .fullText h3 code,
.dark-color .fullText h4 code,
.dark-color .fullText h5 code,
.dark-color .fullText h6 code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .fullText table {
  background: #16161a;
}
.dark-color .fullText table th {
  color: #ffffff;
  border: 1px solid #454d55;
}
.dark-color .fullText table th a {
  color: #e47063;
}
.dark-color .fullText table th code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .fullText table td {
  color: #d3d3d3;
  border: 1px solid #454d55;
}
.dark-color .fullText table td a {
  color: #e47063;
}
.dark-color .fullText table td code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .fullText table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color .fullText table tr:hover {
  background: #212529;
}
.dark-color .fullText a {
  color: #e47063;
}
.dark-color .fullText hr {
  background: #cccccc;
}
.dark-color .fullText pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color .fullText pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color .fullText blockquote {
  color: #999999;
}
.dark-color .pagination li:not(.active) a {
  background: #16161a;
  color: #d3d3d3 !important;
  border: none;
}
.dark-color .pagination .active a {
  color: #d3d3d3 !important;
}
.dark-color #to-top-btn {
  background-color: #212529;
  color: #ffffff !important;
  border: none !important;
}
.dark-color .sidebar section > h3 {
  color: #d3d3d3;
}
.dark-color .sidebar section li {
  color: #d3d3d3;
}
.dark-color .sidebar section li a {
  color: #d3d3d3;
}
.dark-color .sidebar section label {
  color: #d3d3d3;
}
.dark-color .sidebar .change-color label {
  color: #d3d3d3;
}
.dark-color .sidebar .facile-latest-comment p {
  color: #d3d3d3;
}
.dark-color .sidebar .blog-info a {
  color: #e47063;
}
.dark-color .sidebar .blog-info p {
  color: #d3d3d3;
}
.dark-color .sidebar .blog-info hr {
  background: #cccccc;
}
.dark-color .sidebar .wp-block-tag-cloud .tag-cloud-link {
  color: #d3d3d3;
}
.dark-color .sidebar .wp-block-latest-comments time {
  color: #999999;
}
.dark-color .sidebar .wp-block-calendar caption {
  color: #d3d3d3;
}
.dark-color .sidebar .wp-block-calendar table a {
  color: #e47063;
}
.dark-color .sidebar .wp-block-calendar table td {
  color: #d3d3d3;
  border-color: #454d55;
}
.dark-color .sidebar .wp-block-calendar table th {
  background: #212529;
  color: #d3d3d3;
  border-color: #454d55;
}
.dark-color .sidebar .wp-block-calendar .wp-calendar-nav a {
  color: #d3d3d3;
}
.dark-color .post-page .post-content p {
  color: #d3d3d3;
}
.dark-color .post-page .post-content p > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .post-page .post-content ol li,
.dark-color .post-page .post-content ul li {
  color: #d3d3d3;
}
.dark-color .post-page .post-content ol li > code,
.dark-color .post-page .post-content ul li > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .post-page .post-content h1,
.dark-color .post-page .post-content h2,
.dark-color .post-page .post-content h3,
.dark-color .post-page .post-content h4,
.dark-color .post-page .post-content h5,
.dark-color .post-page .post-content h6 {
  color: #ffffff !important;
}
.dark-color .post-page .post-content h1 code,
.dark-color .post-page .post-content h2 code,
.dark-color .post-page .post-content h3 code,
.dark-color .post-page .post-content h4 code,
.dark-color .post-page .post-content h5 code,
.dark-color .post-page .post-content h6 code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .post-page .post-content table {
  background: #16161a;
}
.dark-color .post-page .post-content table th {
  color: #ffffff;
  border: 1px solid #454d55;
}
.dark-color .post-page .post-content table th a {
  color: #e47063;
}
.dark-color .post-page .post-content table th code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .post-page .post-content table td {
  color: #d3d3d3;
  border: 1px solid #454d55;
}
.dark-color .post-page .post-content table td a {
  color: #e47063;
}
.dark-color .post-page .post-content table td code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color .post-page .post-content table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color .post-page .post-content table tr:hover {
  background: #212529;
}
.dark-color .post-page .post-content a {
  color: #e47063;
}
.dark-color .post-page .post-content hr {
  background: #cccccc;
}
.dark-color .post-page .post-content pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color .post-page .post-content pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color .post-page .post-content blockquote {
  color: #999999;
}
.dark-color .post-page .post-content .custom-password-form label {
  color: #d3d3d3;
}
.dark-color .post-page .post-content .custom-password-form #password {
  background: #16161a;
  color: #d3d3d3;
}
.dark-color .post-page .category-and-tag i,
.dark-color .post-page .category-and-tag span {
  color: #d3d3d3;
}
.dark-color .post-page .post-category a {
  color: #d3d3d3;
}
.dark-color .post-page .post-navigation a {
  color: #e47063;
}
.dark-color .post-page .post-navigation div {
  color: #d3d3d3;
}
.dark-color .post-content-pagination a {
  background: #16161a;
  color: #d3d3d3;
  border: none;
}
.dark-color .post-content-pagination span {
  border: none;
}
.dark-color #comments h2 {
  color: #d3d3d3;
}
.dark-color #comments a {
  color: #e47063;
}
.dark-color #comments .comment-info b {
  color: #d3d3d3;
}
.dark-color #comments .comment-info .comment-time {
  color: #999999;
}
.dark-color #comments .comment-info .mx-2 {
  color: #d3d3d3;
}
.dark-color #comments .comment-content {
  color: #d3d3d3;
}
.dark-color #comments .comment-content p {
  color: #d3d3d3;
}
.dark-color #comments .comment-content p > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color #comments .comment-content ol li,
.dark-color #comments .comment-content ul li {
  color: #d3d3d3;
}
.dark-color #comments .comment-content ol li > code,
.dark-color #comments .comment-content ul li > code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color #comments .comment-content h1,
.dark-color #comments .comment-content h2,
.dark-color #comments .comment-content h3,
.dark-color #comments .comment-content h4,
.dark-color #comments .comment-content h5,
.dark-color #comments .comment-content h6 {
  color: #ffffff !important;
}
.dark-color #comments .comment-content h1 code,
.dark-color #comments .comment-content h2 code,
.dark-color #comments .comment-content h3 code,
.dark-color #comments .comment-content h4 code,
.dark-color #comments .comment-content h5 code,
.dark-color #comments .comment-content h6 code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color #comments .comment-content table {
  background: #16161a;
}
.dark-color #comments .comment-content table th {
  color: #ffffff;
  border: 1px solid #454d55;
}
.dark-color #comments .comment-content table th a {
  color: #e47063;
}
.dark-color #comments .comment-content table th code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color #comments .comment-content table td {
  color: #d3d3d3;
  border: 1px solid #454d55;
}
.dark-color #comments .comment-content table td a {
  color: #e47063;
}
.dark-color #comments .comment-content table td code {
  background: #000000 !important;
  color: #f1d951 !important;
}
.dark-color #comments .comment-content table tbody tr:nth-child(odd) {
  background: #212529;
}
.dark-color #comments .comment-content table tr:hover {
  background: #212529;
}
.dark-color #comments .comment-content a {
  color: #e47063;
}
.dark-color #comments .comment-content hr {
  background: #cccccc;
}
.dark-color #comments .comment-content pre code::-webkit-scrollbar {
  background: #212529;
}
.dark-color #comments .comment-content pre code::-webkit-scrollbar-thumb {
  background: #717171;
}
.dark-color #comments .comment-content blockquote {
  color: #999999;
}
.dark-color #comments .comment-reply i,
.dark-color #comments .comment-reply a {
  color: #d3d3d3 !important;
}
.dark-color #comments .comment-input label {
  color: #d3d3d3;
}
.dark-color #comments .comment-input textarea,
.dark-color #comments .comment-input input {
  background: #16161a;
  color: #d3d3d3;
  transition: 0.3s;
}
.dark-color #comments .comment-input .comment-user {
  color: #d3d3d3;
}
.dark-color #comments .comment-input .logged-in-as {
  color: #d3d3d3;
}
.dark-color .archive-description {
  color: #999999;
}
.dark-color .no-content {
  color: #d3d3d3;
}
.dark-color .no-content hr {
  background: #d3d3d3;
}
.dark-color footer nav {
  color: #f9f9f9;
}
.dark-color footer nav a {
  color: #e47063;
}
.dark-color .archive-title h1 {
  color: #d3d3d3;
}
.dark-color .archive-page .archives h2 {
  background: #121212;
}
.dark-color .page-404 h1 {
  color: #d3d3d3;
}
.dark-color .page-404 h3 {
  color: #d3d3d3;
}
.dark-color .page-404 #back-home-page {
  color: #fff;
  border-color: #fff;
}
.dark-color .page-404 #back-home-page:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.dark-color .page-404 #back-home-page:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.dark-color .page-404 #back-home-page:disabled {
  color: #fff;
  background-color: transparent;
}

@media (prefers-color-scheme: dark) {
  .auto-color {
    background-color: #0c0c0c;
  }
  .auto-color header .navbar {
    background-color: #16161a;
    border-color: #202025;
  }
  .auto-color header .navbar .navbar-brand {
    color: #fff;
  }
  .auto-color header .navbar .navbar-brand:hover,
  .auto-color header .navbar .navbar-brand:focus {
    color: #fff;
  }
  .auto-color header .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color header .navbar .navbar-nav .nav-link:hover,
  .auto-color header .navbar .navbar-nav .nav-link:focus {
    color: #fff;
  }
  .auto-color header .navbar .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .auto-color header .navbar .navbar-nav .show > .nav-link,
  .auto-color header .navbar .navbar-nav .active > .nav-link,
  .auto-color header .navbar .navbar-nav .nav-link.show,
  .auto-color header .navbar .navbar-nav .nav-link.active {
    color: #fff;
  }
  .auto-color header .navbar .navbar-toggler {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .auto-color header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .auto-color header .navbar .navbar-text {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color header .navbar .navbar-text a {
    color: #fff;
  }
  .auto-color header .navbar .navbar-text a:hover,
  .auto-color header .navbar .navbar-text a:focus {
    color: #fff;
  }
  .auto-color header .navbar input[type=search] {
    background: #25252c;
    color: #ffffff;
    transition: 0.3s;
    border-color: #cf210e;
  }
  .auto-color header .navbar input[type=search]:focus {
    background: #16161a;
  }
  .auto-color header .navbar .dropdown-menu {
    background: #25252C;
  }
  .auto-color header .navbar .dropdown-menu a {
    color: #d3d3d3;
  }
  .auto-color .breadcrumb-nav .breadcrumb a {
    color: #e47063;
  }
  .auto-color .breadcrumb-nav .breadcrumb li {
    color: rgba(255, 255, 255, 0.75);
  }
  .auto-color .avatar {
    background-color: #282828;
  }
  .auto-color .header-img a {
    background-color: #232323 !important;
  }
  .auto-color .post-title a {
    color: #d3d3d3 !important;
  }
  .auto-color .post-title a:hover {
    color: #e47063 !important;
  }
  .auto-color .post-title a:focus {
    color: #e47063 !important;
  }
  .auto-color .post-info a {
    color: #e47063;
  }
  .auto-color .post-info span {
    color: #999999;
  }
  .auto-color .text-color {
    color: #d3d3d3;
  }
  .auto-color .comment-count,
  .auto-color .edit-link {
    color: #e47063;
  }
  .auto-color .more-link-wrapper .read-more {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .more-link-wrapper .read-more:hover {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
  }
  .auto-color .more-link-wrapper .read-more:focus {
    color: #fff;
    background-color: #b51d0d;
    border-color: #a91b0c;
    box-shadow: 0 0 0 0.2rem rgba(223, 68, 51, 0.5);
  }
  .auto-color .more-link-wrapper .read-more:disabled {
    color: #fff;
    background-color: #d9230f;
    border-color: #d9230f;
  }
  .auto-color .fullText p {
    color: #d3d3d3;
  }
  .auto-color .fullText p > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .fullText ol li,
  .auto-color .fullText ul li {
    color: #d3d3d3;
  }
  .auto-color .fullText ol li > code,
  .auto-color .fullText ul li > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .fullText h1,
  .auto-color .fullText h2,
  .auto-color .fullText h3,
  .auto-color .fullText h4,
  .auto-color .fullText h5,
  .auto-color .fullText h6 {
    color: #ffffff !important;
  }
  .auto-color .fullText h1 code,
  .auto-color .fullText h2 code,
  .auto-color .fullText h3 code,
  .auto-color .fullText h4 code,
  .auto-color .fullText h5 code,
  .auto-color .fullText h6 code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .fullText table {
    background: #16161a;
  }
  .auto-color .fullText table th {
    color: #ffffff;
    border: 1px solid #454d55;
  }
  .auto-color .fullText table th a {
    color: #e47063;
  }
  .auto-color .fullText table th code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .fullText table td {
    color: #d3d3d3;
    border: 1px solid #454d55;
  }
  .auto-color .fullText table td a {
    color: #e47063;
  }
  .auto-color .fullText table td code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .fullText table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color .fullText table tr:hover {
    background: #212529;
  }
  .auto-color .fullText a {
    color: #e47063;
  }
  .auto-color .fullText hr {
    background: #cccccc;
  }
  .auto-color .fullText pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color .fullText pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color .fullText blockquote {
    color: #999999;
  }
  .auto-color .pagination li:not(.active) a {
    background: #16161a;
    color: #d3d3d3 !important;
    border: none;
  }
  .auto-color .pagination .active a {
    color: #d3d3d3 !important;
  }
  .auto-color #to-top-btn {
    background-color: #212529;
    color: #ffffff !important;
    border: none !important;
  }
  .auto-color .sidebar section > h3 {
    color: #d3d3d3;
  }
  .auto-color .sidebar section li {
    color: #d3d3d3;
  }
  .auto-color .sidebar section li a {
    color: #d3d3d3;
  }
  .auto-color .sidebar section label {
    color: #d3d3d3;
  }
  .auto-color .sidebar .change-color label {
    color: #d3d3d3;
  }
  .auto-color .sidebar .facile-latest-comment p {
    color: #d3d3d3;
  }
  .auto-color .sidebar .blog-info a {
    color: #e47063;
  }
  .auto-color .sidebar .blog-info p {
    color: #d3d3d3;
  }
  .auto-color .sidebar .blog-info hr {
    background: #cccccc;
  }
  .auto-color .sidebar .wp-block-tag-cloud .tag-cloud-link {
    color: #d3d3d3;
  }
  .auto-color .sidebar .wp-block-latest-comments time {
    color: #999999;
  }
  .auto-color .sidebar .wp-block-calendar caption {
    color: #d3d3d3;
  }
  .auto-color .sidebar .wp-block-calendar table a {
    color: #e47063;
  }
  .auto-color .sidebar .wp-block-calendar table td {
    color: #d3d3d3;
    border-color: #454d55;
  }
  .auto-color .sidebar .wp-block-calendar table th {
    background: #212529;
    color: #d3d3d3;
    border-color: #454d55;
  }
  .auto-color .sidebar .wp-block-calendar .wp-calendar-nav a {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-content p {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-content p > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .post-page .post-content ol li,
  .auto-color .post-page .post-content ul li {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-content ol li > code,
  .auto-color .post-page .post-content ul li > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .post-page .post-content h1,
  .auto-color .post-page .post-content h2,
  .auto-color .post-page .post-content h3,
  .auto-color .post-page .post-content h4,
  .auto-color .post-page .post-content h5,
  .auto-color .post-page .post-content h6 {
    color: #ffffff !important;
  }
  .auto-color .post-page .post-content h1 code,
  .auto-color .post-page .post-content h2 code,
  .auto-color .post-page .post-content h3 code,
  .auto-color .post-page .post-content h4 code,
  .auto-color .post-page .post-content h5 code,
  .auto-color .post-page .post-content h6 code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .post-page .post-content table {
    background: #16161a;
  }
  .auto-color .post-page .post-content table th {
    color: #ffffff;
    border: 1px solid #454d55;
  }
  .auto-color .post-page .post-content table th a {
    color: #e47063;
  }
  .auto-color .post-page .post-content table th code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .post-page .post-content table td {
    color: #d3d3d3;
    border: 1px solid #454d55;
  }
  .auto-color .post-page .post-content table td a {
    color: #e47063;
  }
  .auto-color .post-page .post-content table td code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color .post-page .post-content table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color .post-page .post-content table tr:hover {
    background: #212529;
  }
  .auto-color .post-page .post-content a {
    color: #e47063;
  }
  .auto-color .post-page .post-content hr {
    background: #cccccc;
  }
  .auto-color .post-page .post-content pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color .post-page .post-content pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color .post-page .post-content blockquote {
    color: #999999;
  }
  .auto-color .post-page .post-content .custom-password-form label {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-content .custom-password-form #password {
    background: #16161a;
    color: #d3d3d3;
  }
  .auto-color .post-page .category-and-tag i,
  .auto-color .post-page .category-and-tag span {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-category a {
    color: #d3d3d3;
  }
  .auto-color .post-page .post-navigation a {
    color: #e47063;
  }
  .auto-color .post-page .post-navigation div {
    color: #d3d3d3;
  }
  .auto-color .post-content-pagination a {
    background: #16161a;
    color: #d3d3d3;
    border: none;
  }
  .auto-color .post-content-pagination span {
    border: none;
  }
  .auto-color #comments h2 {
    color: #d3d3d3;
  }
  .auto-color #comments a {
    color: #e47063;
  }
  .auto-color #comments .comment-info b {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-info .comment-time {
    color: #999999;
  }
  .auto-color #comments .comment-info .mx-2 {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-content {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-content p {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-content p > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color #comments .comment-content ol li,
  .auto-color #comments .comment-content ul li {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-content ol li > code,
  .auto-color #comments .comment-content ul li > code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color #comments .comment-content h1,
  .auto-color #comments .comment-content h2,
  .auto-color #comments .comment-content h3,
  .auto-color #comments .comment-content h4,
  .auto-color #comments .comment-content h5,
  .auto-color #comments .comment-content h6 {
    color: #ffffff !important;
  }
  .auto-color #comments .comment-content h1 code,
  .auto-color #comments .comment-content h2 code,
  .auto-color #comments .comment-content h3 code,
  .auto-color #comments .comment-content h4 code,
  .auto-color #comments .comment-content h5 code,
  .auto-color #comments .comment-content h6 code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color #comments .comment-content table {
    background: #16161a;
  }
  .auto-color #comments .comment-content table th {
    color: #ffffff;
    border: 1px solid #454d55;
  }
  .auto-color #comments .comment-content table th a {
    color: #e47063;
  }
  .auto-color #comments .comment-content table th code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color #comments .comment-content table td {
    color: #d3d3d3;
    border: 1px solid #454d55;
  }
  .auto-color #comments .comment-content table td a {
    color: #e47063;
  }
  .auto-color #comments .comment-content table td code {
    background: #000000 !important;
    color: #f1d951 !important;
  }
  .auto-color #comments .comment-content table tbody tr:nth-child(odd) {
    background: #212529;
  }
  .auto-color #comments .comment-content table tr:hover {
    background: #212529;
  }
  .auto-color #comments .comment-content a {
    color: #e47063;
  }
  .auto-color #comments .comment-content hr {
    background: #cccccc;
  }
  .auto-color #comments .comment-content pre code::-webkit-scrollbar {
    background: #212529;
  }
  .auto-color #comments .comment-content pre code::-webkit-scrollbar-thumb {
    background: #717171;
  }
  .auto-color #comments .comment-content blockquote {
    color: #999999;
  }
  .auto-color #comments .comment-reply i,
  .auto-color #comments .comment-reply a {
    color: #d3d3d3 !important;
  }
  .auto-color #comments .comment-input label {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-input textarea,
  .auto-color #comments .comment-input input {
    background: #16161a;
    color: #d3d3d3;
    transition: 0.3s;
  }
  .auto-color #comments .comment-input .comment-user {
    color: #d3d3d3;
  }
  .auto-color #comments .comment-input .logged-in-as {
    color: #d3d3d3;
  }
  .auto-color .archive-description {
    color: #999999;
  }
  .auto-color .no-content {
    color: #d3d3d3;
  }
  .auto-color .no-content hr {
    background: #d3d3d3;
  }
  .auto-color footer nav {
    color: #f9f9f9;
  }
  .auto-color footer nav a {
    color: #e47063;
  }
  .auto-color .archive-title h1 {
    color: #d3d3d3;
  }
  .auto-color .archive-page .archives h2 {
    background: #121212;
  }
  .auto-color .page-404 h1 {
    color: #d3d3d3;
  }
  .auto-color .page-404 h3 {
    color: #d3d3d3;
  }
  .auto-color .page-404 #back-home-page {
    color: #fff;
    border-color: #fff;
  }
  .auto-color .page-404 #back-home-page:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .auto-color .page-404 #back-home-page:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .auto-color .page-404 #back-home-page:disabled {
    color: #fff;
    background-color: transparent;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

a {
  text-transform: none;
}

header input[type=search]:focus {
  box-shadow: none;
}

.breadcrumb-nav .breadcrumb {
  background: none;
}

.post-list .post .featured-image {
  width: 100%;
}
.post-list .post .featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.post-list .post .featured-image a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.post-list .post .post-title {
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-list .post .post-title a {
  transition: 0.3s;
}
.post-list .post .post-title a:hover {
  text-decoration: none;
}
.post-list .post .post-info {
  display: flex;
  justify-content: flex-start;
}
.post-list .post .post-info span {
  display: flex;
  align-items: center;
}
.post-list .post .more-link-wrapper {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-list .post .full p, .post-list .post .full li, .post-list .post .full a {
  font-size: 16px;
}
.post-list .post .full h1, .post-list .post .full h2, .post-list .post .full h3, .post-list .post .full h4, .post-list .post .full h5, .post-list .post .full h6 {
  font-weight: 700;
}
.post-list .post .full h1 code, .post-list .post .full h2 code, .post-list .post .full h3 code, .post-list .post .full h4 code, .post-list .post .full h5 code, .post-list .post .full h6 code {
  padding: 0 4px;
}
.post-list .post .full h1 {
  font-size: 28px;
}
.post-list .post .full h1 * {
  font-size: 28px;
}
.post-list .post .full h2 {
  font-size: 21px;
}
.post-list .post .full h2 * {
  font-size: 21px;
}
.post-list .post .full h3 {
  font-size: 18px;
}
.post-list .post .full h3 * {
  font-size: 18px;
}
.post-list .post .full h4, .post-list .post .full h5, .post-list .post .full h6 {
  font-size: 16px;
}
.post-list .post .full h4 *, .post-list .post .full h5 *, .post-list .post .full h6 * {
  font-size: 16px;
}
.post-list .post .full img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-list .post .full figure {
  margin: 20px 0;
}
.post-list .post .full figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
.post-list .post .full p code, .post-list .post .full li code, .post-list .post .full td code {
  font-size: 16px;
  padding: 0 4px;
}
.post-list .post .full a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
.post-list .post .full p {
  margin: 20px 0;
}
.post-list .post .full blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.post-list .post .full table td, .post-list .post .full table th {
  min-width: 90px;
}
.post-list .post .full .table-responsive {
  margin-bottom: 20px;
}
.post-list .post .full .table-responsive table {
  margin-bottom: 0;
}
.post-list .post .full pre {
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
}
.post-list .post .full pre .copy-code-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
.post-list .post .full pre:hover .copy-code-btn {
  display: block;
}
.post-list .post .full pre code {
  font-size: 16px;
  white-space: pre;
  word-wrap: normal;
  padding: 12px 16px;
}
.post-list .post .full pre code::-webkit-scrollbar {
  height: 12px;
  background: #F1F1F1;
}
.post-list .post .full pre code::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}
.post-list .post .full video {
  width: 100%;
}
.post-list .post .mini-header-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.post-list .post .mini-header-image a:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}
.post-list .post .header-image-small .content-box {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.post-list .post .header-image-small .content-box .summary-box p {
  max-height: 80px;
  overflow-y: hidden;
}
.post-list .post .header-image-small .content-box .summary-box {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.post-list .post .header-image-small .content-box .more-link-wrapper {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  position: relative;
}
.sidebar section h3 {
  font-size: 12px;
  font-weight: 700;
}
.sidebar section ul {
  list-style: none;
  padding: 0;
}
.sidebar section ul li {
  margin-bottom: 12px;
}
.sidebar section ul li a {
  font-size: 12px;
}
.sidebar .facile-latest-comment img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
}
.sidebar .facile-latest-comment .media-body {
  overflow: hidden;
}
.sidebar .facile-latest-comment .media-body p {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .wp-block-archives-list::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wp-block-archives-list li {
  float: left;
  width: 120px;
}
.sidebar .wp-block-latest-comments {
  padding: 0;
}
.sidebar .wp-block-latest-comments li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.sidebar .wp-block-latest-comments li .avatar {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.sidebar .wp-block-latest-comments li article footer, .sidebar .wp-block-latest-comments li article div {
  margin: 0 !important;
}
.sidebar .wp-block-latest-comments li article p {
  margin: 0;
}
.sidebar .wp-block-calendar table {
  margin-bottom: 12px;
}
.sidebar .wp-block-calendar table caption {
  caption-side: top;
  padding-top: 0;
}
.sidebar .wp-block-calendar table th, .sidebar .wp-block-calendar table td {
  padding: 8px;
}
.sidebar .wp-block-calendar table a {
  font-weight: 700;
}
.sidebar .wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.sidebar .wp-social-link a svg {
  width: 24px;
  height: 24px;
}

#to-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  opacity: 0.7;
}

footer .footer-menu {
  list-style: none;
  text-align: center;
  padding: 0;
}
footer .footer-menu li {
  display: inline-block;
  margin-right: 8px;
}

.archive-title h1 {
  font-size: 16px;
  font-weight: 700;
}

#post-page .featured-image, #page-page .featured-image {
  width: 100%;
}
#post-page .featured-image a, #page-page .featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#post-page .featured-image a:after, #page-page .featured-image a:after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
#post-page .post-title, #page-page .post-title {
  font-size: 28px;
  font-weight: 700;
}
#post-page .post-title a, #page-page .post-title a {
  transition: 0.3s;
}
#post-page .post-title a:hover, #page-page .post-title a:hover {
  text-decoration: none;
}
#post-page .post-info, #page-page .post-info {
  display: flex;
  justify-content: flex-start;
}
#post-page .post-info span, #page-page .post-info span {
  display: flex;
  align-items: center;
}
#post-page article .post-content p, #post-page article .post-content li, #post-page article .post-content a, #page-page article .post-content p, #page-page article .post-content li, #page-page article .post-content a {
  font-size: 16px;
}
#post-page article .post-content h1, #post-page article .post-content h2, #post-page article .post-content h3, #post-page article .post-content h4, #post-page article .post-content h5, #post-page article .post-content h6, #page-page article .post-content h1, #page-page article .post-content h2, #page-page article .post-content h3, #page-page article .post-content h4, #page-page article .post-content h5, #page-page article .post-content h6 {
  font-weight: 700;
}
#post-page article .post-content h1 code, #post-page article .post-content h2 code, #post-page article .post-content h3 code, #post-page article .post-content h4 code, #post-page article .post-content h5 code, #post-page article .post-content h6 code, #page-page article .post-content h1 code, #page-page article .post-content h2 code, #page-page article .post-content h3 code, #page-page article .post-content h4 code, #page-page article .post-content h5 code, #page-page article .post-content h6 code {
  padding: 0 4px;
}
#post-page article .post-content h1, #page-page article .post-content h1 {
  font-size: 28px;
}
#post-page article .post-content h1 *, #page-page article .post-content h1 * {
  font-size: 28px;
}
#post-page article .post-content h2, #page-page article .post-content h2 {
  font-size: 21px;
}
#post-page article .post-content h2 *, #page-page article .post-content h2 * {
  font-size: 21px;
}
#post-page article .post-content h3, #page-page article .post-content h3 {
  font-size: 18px;
}
#post-page article .post-content h3 *, #page-page article .post-content h3 * {
  font-size: 18px;
}
#post-page article .post-content h4, #post-page article .post-content h5, #post-page article .post-content h6, #page-page article .post-content h4, #page-page article .post-content h5, #page-page article .post-content h6 {
  font-size: 16px;
}
#post-page article .post-content h4 *, #post-page article .post-content h5 *, #post-page article .post-content h6 *, #page-page article .post-content h4 *, #page-page article .post-content h5 *, #page-page article .post-content h6 * {
  font-size: 16px;
}
#post-page article .post-content img:not(.logo), #page-page article .post-content img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#post-page article .post-content figure, #page-page article .post-content figure {
  margin: 20px 0;
}
#post-page article .post-content figcaption, #page-page article .post-content figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
#post-page article .post-content p code, #post-page article .post-content li code, #post-page article .post-content td code, #page-page article .post-content p code, #page-page article .post-content li code, #page-page article .post-content td code {
  font-size: 16px;
  padding: 0 4px;
}
#post-page article .post-content a, #page-page article .post-content a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
#post-page article .post-content p, #page-page article .post-content p {
  margin: 20px 0;
}
#post-page article .post-content blockquote, #page-page article .post-content blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
#post-page article .post-content table td, #post-page article .post-content table th, #page-page article .post-content table td, #page-page article .post-content table th {
  min-width: 90px;
}
#post-page article .post-content .table-responsive, #page-page article .post-content .table-responsive {
  margin-bottom: 20px;
}
#post-page article .post-content .table-responsive table, #page-page article .post-content .table-responsive table {
  margin-bottom: 0;
}
#post-page article .post-content pre, #page-page article .post-content pre {
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
}
#post-page article .post-content pre .copy-code-btn, #page-page article .post-content pre .copy-code-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
#post-page article .post-content pre:hover .copy-code-btn, #page-page article .post-content pre:hover .copy-code-btn {
  display: block;
}
#post-page article .post-content pre code, #page-page article .post-content pre code {
  font-size: 16px;
  white-space: pre;
  word-wrap: normal;
  padding: 12px 16px;
}
#post-page article .post-content pre code::-webkit-scrollbar, #page-page article .post-content pre code::-webkit-scrollbar {
  height: 12px;
  background: #F1F1F1;
}
#post-page article .post-content pre code::-webkit-scrollbar-thumb, #page-page article .post-content pre code::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}
#post-page article .post-content video, #page-page article .post-content video {
  width: 100%;
}
#post-page .category-and-tag .post-category, #page-page .category-and-tag .post-category {
  display: flex;
  align-items: center;
}
#post-page .category-and-tag .post-category a, #page-page .category-and-tag .post-category a {
  margin-right: 6px;
}
#post-page .category-and-tag .post-tag, #page-page .category-and-tag .post-tag {
  display: flex;
  align-items: center;
}
#post-page .category-and-tag .post-tag a, #page-page .category-and-tag .post-tag a {
  margin-right: 6px;
}
#post-page .category-and-tag .post-tag a:last-child, #page-page .category-and-tag .post-tag a:last-child {
  margin-right: 0;
}

.post-content-pagination span, .post-content-pagination a {
  padding: 8px 12px;
  border: 1px solid #EEEEEE;
  margin-right: 8px;
  border-radius: 4px;
  float: left;
}
.post-content-pagination span:hover, .post-content-pagination a:hover {
  background: #D9230F;
  color: #FFFFFF;
}
.post-content-pagination .current {
  background: #D9230F;
  color: #FFFFFF;
}

#comments .comment-off {
  margin-top: 24px;
}
#comments .comment-off h2 {
  font-size: 21px;
  font-weight: 700;
}
#comments .comment-input {
  margin-top: 24px;
}
#comments .comment-input h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
#comments .comment-input .row div {
  margin-bottom: 16px;
}
#comments .comment-input .row div textarea {
  height: 150px;
}
#comments .comment-input a {
  font-weight: 700;
}
#comments .comment-input .logged-in-as {
  margin: 0;
}
#comments .comment-list {
  margin-top: 24px;
}
#comments .comment-list h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
#comments .comment-list ul {
  list-style: none;
  padding: 0;
}
#comments .comment-list .comment-author .avatar {
  float: left;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#comments .comment-list .comment-author .comment-info .author {
  font-size: 14px;
}
#comments .comment-list .comment-author .comment-info .comment-time {
  display: block;
  font-size: 12px;
}
#comments .comment-list .comment-author .comment-reply > span {
  display: flex;
  align-items: center;
}
#comments .comment-list .comment-author .comment-reply a, #comments .comment-list .comment-author .comment-reply i {
  font-weight: 700;
  font-size: 14px;
}
#comments .comment-list .comment-content {
  margin-left: 52px;
}
#comments .comment-list .comment-content p, #comments .comment-list .comment-content li, #comments .comment-list .comment-content a {
  font-size: 16px;
}
#comments .comment-list .comment-content h1, #comments .comment-list .comment-content h2, #comments .comment-list .comment-content h3, #comments .comment-list .comment-content h4, #comments .comment-list .comment-content h5, #comments .comment-list .comment-content h6 {
  font-weight: 700;
}
#comments .comment-list .comment-content h1 code, #comments .comment-list .comment-content h2 code, #comments .comment-list .comment-content h3 code, #comments .comment-list .comment-content h4 code, #comments .comment-list .comment-content h5 code, #comments .comment-list .comment-content h6 code {
  padding: 0 4px;
}
#comments .comment-list .comment-content h1 {
  font-size: 28px;
}
#comments .comment-list .comment-content h1 * {
  font-size: 28px;
}
#comments .comment-list .comment-content h2 {
  font-size: 21px;
}
#comments .comment-list .comment-content h2 * {
  font-size: 21px;
}
#comments .comment-list .comment-content h3 {
  font-size: 18px;
}
#comments .comment-list .comment-content h3 * {
  font-size: 18px;
}
#comments .comment-list .comment-content h4, #comments .comment-list .comment-content h5, #comments .comment-list .comment-content h6 {
  font-size: 16px;
}
#comments .comment-list .comment-content h4 *, #comments .comment-list .comment-content h5 *, #comments .comment-list .comment-content h6 * {
  font-size: 16px;
}
#comments .comment-list .comment-content img:not(.logo) {
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#comments .comment-list .comment-content figure {
  margin: 20px 0;
}
#comments .comment-list .comment-content figcaption {
  text-align: center;
  color: #757575;
  font-size: 15px;
}
#comments .comment-list .comment-content p code, #comments .comment-list .comment-content li code, #comments .comment-list .comment-content td code {
  font-size: 16px;
  padding: 0 4px;
}
#comments .comment-list .comment-content a {
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comment-list .comment-content p {
  margin: 20px 0;
}
#comments .comment-list .comment-content blockquote {
  border-left: 3px solid #333333;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
#comments .comment-list .comment-content table td, #comments .comment-list .comment-content table th {
  min-width: 90px;
}
#comments .comment-list .comment-content .table-responsive {
  margin-bottom: 20px;
}
#comments .comment-list .comment-content .table-responsive table {
  margin-bottom: 0;
}
#comments .comment-list .comment-content pre {
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
}
#comments .comment-list .comment-content pre .copy-code-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
#comments .comment-list .comment-content pre:hover .copy-code-btn {
  display: block;
}
#comments .comment-list .comment-content pre code {
  font-size: 16px;
  white-space: pre;
  word-wrap: normal;
  padding: 12px 16px;
}
#comments .comment-list .comment-content pre code::-webkit-scrollbar {
  height: 12px;
  background: #F1F1F1;
}
#comments .comment-list .comment-content pre code::-webkit-scrollbar-thumb {
  background: #A8A8A8;
}
#comments .comment-list .comment-content video {
  width: 100%;
}
#comments .comment-list .comment-content p {
  margin-top: 0;
  word-wrap: break-word;
  word-break: break-all;
}
#comments .comment-list .comment-content p, #comments .comment-list .comment-content a, #comments .comment-list .comment-content li, #comments .comment-list .comment-content code, #comments .comment-list .comment-content td {
  font-size: 15px;
}
#comments .comment-list .children {
  margin-left: 52px;
}
#comments .comment-list .children .children {
  margin-left: 0;
}
#comments .comment-list .comment-input {
  margin-bottom: 20px;
}

#max-img-box {
  display: none;
}
#max-img-box #max-img-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1200;
}
#max-img-box .max-img-features-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1203;
  display: none;
}
#max-img-box .max-img-features-btn button {
  color: #FFFFFF;
  text-shadow: 0 1px #333333, 1px 0 #333333, -1px 0 #333333, 0 -1px #333333;
  font-size: 15px;
}
#max-img-box .max-img-features-btn button:hover {
  color: #F7E6D2;
}
#max-img-box #img-info {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  text-shadow: 0 1px #333333, 1px 0 #333333, -1px 0 #333333, 0 -1px #333333;
  z-index: 1203;
  display: none;
}
#max-img-box #max-img {
  position: absolute;
  cursor: move;
  display: none;
  z-index: 1201;
}

#page-404 .text-404 {
  font-size: 120px;
  font-weight: 700;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .post-list .post .post-title {
    font-size: 18px;
  }
  #post-page .post-title, #page-page .post-title {
    font-size: 28px;
    font-weight: 700;
    font-size: 18px;
  }
  #post-page .post-title a, #page-page .post-title a {
    transition: 0.3s;
  }
  #post-page .post-title a:hover, #page-page .post-title a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 575px) {
  header .dropdown-menu {
    max-width: 360px;
  }
  header .dropdown-menu .dropdown-item {
    display: inline-block;
    white-space: normal;
  }
  .post-list .post .post-title {
    font-size: 18px;
  }
  #post-page .post-title, #page-page .post-title {
    font-size: 28px;
    font-weight: 700;
    font-size: 18px;
  }
  #post-page .post-title a, #page-page .post-title a {
    transition: 0.3s;
  }
  #post-page .post-title a:hover, #page-page .post-title a:hover {
    text-decoration: none;
  }
  #comments .comment-list .children {
    margin-left: 21px;
  }
  #comments .comment-list .children .children {
    margin-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
