@charset "UTF-8";
/**!
 * Theme Name:   Gustavo Saiani Blog
 * Theme URI:    http://example.com/gusaiani/
 * Description:  Gustavo Saiani Blog Theme
 * Author:       Gustavo Saiani
 * Author URI:   https://www.gustavosaiani.com
 * Template:     highwind
 * Version:      1.0.0
 * License:      MIT
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  bloggusaiani */
html {
  font-family: Georgia, Cambria, serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background: white;
  color: #111;
  line-height: 1.65em;
}
body.content-sidebar .content {
  max-width: 1100px;
}

a {
  color: #004fe0;
}

code,
pre {
  background-color: rgba(0, 0, 0, 0.03);
  color: #424242;
  font-weight: 300;
}

p {
  font-size: 15pt;
  line-height: 1.6em;
}

section.article-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
section.article-content ul li {
  padding-left: 1.2em;
  text-indent: -1em;
}
section.article-content ul li:before {
  content: "·";
  padding-right: 10px;
}
section.article-content li {
  font-size: 15pt;
  padding-bottom: 15px;
}
section.article-content a.body-link-to-post {
  color: #111;
}
section.article-content a.body-link-to-post:hover {
  cursor: pointer;
}

aside h2 {
  font-size: 12pt;
}

.header {
  background: white;
  margin-bottom: 0;
}
.header p.toggle-container {
  float: right;
}

.inner-wrap {
  background: white;
  max-width: none;
  padding: 0 20px;
}

.page-title,
.post-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
}
.page-title a,
.post-title a {
  color: #111;
}

.site-title,
.site-description {
  color: #111;
}

.site-title {
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0 10px;
  letter-spacing: 0;
}

.site-description {
  font-size: 9.5pt;
  letter-spacing: 2px;
  opacity: 1;
}

.site-intro .avatar {
  border-radius: 6px;
  box-shadow: none;
  width: 60px;
}
.site-intro .avatar:hover {
  transform: none;
}

.widget_recent_entries li:before,
.widget_archive li:before,
.widget_categories li:before {
  content: "";
  width: 0;
}

.post-meta,
.post-date {
  font-size: 1em;
}

.post-meta li.categories:before,
.post-meta li.author:before,
.post-date:before {
  content: "";
  width: 0;
}

.post-date {
  display: inline-block;
  padding-bottom: 30px;
}
.post-date a {
  color: #111;
}

.post-meta li {
  border-right: none;
}
.post-meta li.comment, .post-meta li.author {
  display: none;
}

.widget ul li,
.widget ol li {
  font-size: 12pt;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0;
  text-overflow: ellipsis;
  width: 100%;
}

.navigation-post .nav-previous,
.navigation-post .nav-next {
  max-width: 45%;
}
.navigation-post .nav-previous a,
.navigation-post .nav-next a {
  font-weight: 300;
  line-height: 1.5em;
  padding: 0;
}
.navigation-post .nav-previous a:hover,
.navigation-post .nav-next a:hover {
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.navigation-post .nav-previous a:before {
  content: "«";
  font-family: "Lusitana";
  width: 0.5em;
  position: relative;
  top: -1px;
}
.navigation-post .nav-next a:after {
  content: "»";
  font-family: "Lusitana";
  width: 0.5em;
  position: relative;
  top: -1px;
}

input[type=submit],
input[type=button],
.navigation-post a,
.navigation-paging a {
  background: transparent;
  color: #004fe0;
}

.button {
  background: white;
  color: #111;
}

@media only screen and (min-width: 769px) {
  .header {
    background: white;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0 80px;
  }
  .header a.site-intro {
    margin: 0 0 0 6.072028%;
  }
  .header a.site-intro img {
    border-radius: 4px;
    float: left;
    margin: 0;
    width: 56px;
  }
  .header a.site-intro div.site-intro-header-container {
    float: left;
    margin-left: 20px;
  }
  .header a.site-intro div.site-intro-header-container h1,
  .header a.site-intro div.site-intro-header-container h2 {
    text-align: left;
  }
  .header a.site-intro h1 {
    margin-top: 0;
    padding-top: 0;
  }
  .content {
    margin-left: 6.072028%;
  }
  .inner-wrap {
    background: white;
    max-width: none;
    padding: 0;
  }
  .main-nav {
    border-bottom: none;
  }
  .sidebar {
    max-width: 260px;
    margin-right: 6.072028%;
  }
  .sidebar .widget {
    opacity: 1;
  }
}

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