/* MAIN STYLING */
html {
  color: #232333;
}
h1.title {
  margin-bottom:0px;
  margin-top:0px;
}
.featured-list-item h1.title a.title-cat {
  font-size: 12px;
  font-weight: 400;;
  text-transform: uppercase;
  display: inline-block;
  width: 60px;
  color: #aaa;
  font-family: 'IBM Plex Mono';
  border:none;
  padding: 4px;
  #background-color: #1448ff;
  background-color: #eee;
}
.featured-list-item h1.title a.title-cat:hover {
  background-color: #1448ff;
  color: #fff;
}
.featured-list-item h1.title a.title-link:hover {
  background-color: #fff;
  color: #000;
  border: none;
}

.featured-list-item h1.title a.title-link {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-left: 8px;
  line-height: 1.85;
  padding-left:6px;
  padding-right:10px;
  background-color: #1448ff;
  color: #fff;
}
body {
  line-height: 1;
  font-family: 'IBM Plex Sans', sans-serif;
  font: normal 15px/1.5em;
  color: #232333;
  line-height: 1.75;
  letter-spacing: 0.008em;
}

/* markdown content styles */
blockquote {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  margin-left: 30px;
  border-left: 4px solid #1447ff3b;
  color: #757575;
}

table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  line-height: 1.5em;
}

th, td {
  text-align: left;
  padding-right: 20px;
  vertical-align: top;
}

table td, td {
  border-spacing: none;
  border-style: solid;
  padding: 10px 15px;
  border-width: 1px 0 0 0;
}
thead th, th {
  text-align: left;
  padding: 10px 15px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  cursor: default;
  white-space: nowrap;
  border: 1px solid #dadadc;
}

tr>td {
  border: 1px solid #dadadc;
}

tr:nth-child(odd)>td {
  background: #fcfcfc;
}

p {
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}
p,
pre {
  word-break: normal;
  overflow-wrap: anywhere;
}
.markdown-image img {
  max-width: 100%;
  height: auto;
  margin-top: 35px;
}
figcaption {
  font-size: 12px;
  font-family: 'IBM Plex Mono', monospace;
  text-align: left;
  margin-bottom: 35px;
  font-style: italic;
  color: #858585;

}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a { 
  visibility: visible
}
.highlight pre {
  padding: 7px;
  overflow-x: auto;
}

.highlight {
  max-width: 100%;
  overflow-x: auto;
}
p code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: inherit;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px 2px;
  line-height: inherit;
  word-wrap: break-word;
  text-indent: 0;
}

/* navigation */
#archive a {
  border-bottom: none;
}
.featured-list-item{
  padding-bottom:60px;
}
nav.navigation {
  padding-top:50px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  text-align: center;
}
h1.title a:hover, h1.title a.title-link:hover, .content a:hover{
  background-color: #1448ff;
  color: #fff;
}
h1.title a.title-cat:hover {
  background-color: #fff;
  color:#1448ff;
}

nav.navigation .nav-logo a:hover, nav.navigation .nav-logo a {
  border: none;
  background-color: none;
}
nav.navigation .link-nav a {
  top: 8px;
  right: 6px;
  padding: 8px 12px;
  color: inherit;
  font-size: 15px;
  line-height: 1.6em;
  border-radius: 3px;
  border-bottom: none;
}

nav.navigation .link-nav {
  float: right;
  padding-right: 30px;
}
nav.navigation .link-nav a:hover {
  background-color: #1448ff;
  color: #fff;
}





@media (max-width: 700px) {
  nav.navigation {
    padding: 20px 10px 0 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    text-align: right;
    z-index: 100;
  }
  nav.navigation a {
    top: 8px;
    right: 6px;
    padding: 8px 8px;
    color: #ccc;
    font-size: 13px;
    line-height: 1.35;
    border-radius: 3px;
  }
}

/* footer */
#footer {
  margin-top: 1em;
  padding-top: 10px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 15px;
  width: 700px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #1448ff;
}

#footer a{
  border-bottom: 2px solid #1448ff;
  padding-bottom: 1px;
  color: inherit;
}
#footer a:hover{
  background-color: #1448ff;
  color: #fff;
}
#footer .footer_links a{
  margin-left: 20px;
}

section.item .body p, .about .meta{
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400;
  font-size: 14px;
}
.daring {
  padding-left: 2px;
  font-size: 20px;
  color: #bdbdbd;
  font-weight: bold;
  border-bottom: none;
}
a.daring:hover {
  color: #1448ff;
}
a {
text-decoration: none;
padding-bottom: 2px;
color:#232333;
border-bottom: 2px solid #1448ff;
}
header.profile a, header.profile a:hover {
  text-decoration: none!important;
  border: none!important;
}

#footer .footer_links {
  float: right;
  display: block;
  margin-bottom: 100px;
}
#footer .copyright {
  float: left;
  clear:both;
  font-size: 15px;
  display: block;
}

/* main content */
.main {
  width: 100%;
  margin: 0 auto;
}

/* profile  */

.profile {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.profile h1 {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 20px;
  color: #404040;
  margin-bottom: 0;
  margin-top: 0;
}

/* featured */
a.logo:hover {
  text-decoration: none;
  background-color: #fff;
}
.featured {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  margin-top:70px;
}
.item h1.front-title a.post-main {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  border-bottom: 4px solid #1448ff;
  color: #232333;
}
.item h1.front-title a.post-main:hover {
  color: #fff;
  background-color: #1448ff;
}

/* index post list */
#list-page {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}

#list-page .item {
  margin: 12px 0;
  padding-bottom:30px;
}

#list-page .title {
  display: inline-block;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#list-page .date {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  top: 1px;
  color: #bbb;
}

#list-page .summary {
  color: #757575;
  margin-top: 12px;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 36px;
}

#list-page .cover {
  width: 100px;
  height: 100px;
  background: #fff;
}

#list-page .cover img {
  width: 100%;
  text-align: center;
}

#list-page .pagination {
  margin: 48px 0;
  width: 100%;
  height: 32px;
  margin-top: 48px;
}

#list-page .pagination .pre {
  float: left;
}
#list-page .pagination .next {
  float: right;
}
/*featured*/

#single .features h1.title, #single .reviews h1.title{
  text-align: center;
  font-size: 42px;
  font-family: 'IBM Plex Sans', sans-serif;
  margin-bottom: 50px;
}


/* single page */
#single {
  max-width: 700px;
  margin: 60px auto 0 auto;
  padding: 0 64px;
}

#single .title {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 48px;
}

#single p, ol, li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 400;
}

#single .meta, .meta {
  margin-top:50px;
  margin-bottom: 50px;
  font-size: 14px;
  font-family: 'IBM Plex Mono', monospace;
  
}
h1.single-title-about {
  text-align: center;
  font-size: 32px;
}
h1.single-title a.post-main{
  border-bottom: 4px solid #1448ff;
  color:#404040;
}
h1.single-title a.post-main:hover {
  background-color: #1448ff;
  color:#fff;
}

@media (max-width: 700px) {
  #single {
    padding: 0 18px;
    margin: 20px auto 0 auto;
  }
  #single .title {
    font-size: 24px;
    line-height: 32px;
  }
}

#single .tip {
  text-align: center;
  color: #8c8c8c;
  margin-top: 18px;
  font-size: 14px;
}
#single .tip .split {
  margin: 0 4px;
}

#single .content {
  margin-top: 36px;
}

#single .tags {
  margin-top: 24px;
  margin-bottom: 48px;
  border: none;
}
#single .tags a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #757575;
  font-size: 14px;
  margin-right: 3px;
  border: none;
  border-radius: 3px;
}
#single .tags a:hover {
  color: #fff;
  background-color: #1448ff;
}


#archive {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}

#archive .total {
  font-size: 15px;
}

#archive .group {
  margin: 24px auto; 
}
#archive .group .key {
  font-size: 20px;
  margin-bottom: 12px;
}
#archive .group .value {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
#archive .group .value .date {
  display: inline-block;
  color: #999;
  min-width: 60px;
}
#archive .group .value .title {
  display: inline;
}
#archive .group .value .title a {
  color:#404040;
  padding: 4px;
}
#archive .group .value .title a:hover {
  color: #fff;
  background-color: #1448ff;
}
#archive .group .value .tags {
  display: inline;
  margin-left: 7px;
}
#archive .group .value .tags a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #999;
  font-size: 14px;
  margin-right: 3px;
}
#archive .group .value .tags a:hover {
  color: #0366d6;
}

/* taxonomy */
#tags {
  max-width: 700px;
  margin: 48px auto 0 auto;
  padding: 0 12px;
  text-align: center;
}
#tags .tag {
  display: inline-block;
  margin: 7px 7px;
}
@media (max-width: 700px) {
  #tags {
    margin: 0 auto 0 auto;
  }
  #tags .tag {
    display: inline-block;
    margin: 4px 5px;
  }
}

#tags .tag a {
  background: #f2f2f2;
  padding: 4px 7px;
  color: #757575;
  color: #404040;
  font-size: 14px;
  margin-right: 3px;
}
#tags .tag a:hover {
  color: #0366d6;
}

/* section page */
#section {
  max-width: 580px;
  margin: 48px auto 0 auto;
  padding: 0 12px;
}

/* 404 page */
#page-404 {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 80px;
}
#page-404 .item {
  margin: 12px 0 0 0;
}

#page-404 .title {
  display: inline-block;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#page-404 .text {
  text-align: center;
  margin-top: 60px;
}

#page-404 .date {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
  top: 1px;
  color: #bbb;
}
