/*
Theme Name: Scott Adams 1.1
Author: Andrews McMeel Publishing
Author URI: http://andrewsmcmeel.com/
Description: Wordpress theme for Scott Adams blog.
Version: 1.1
*/

body.admin-bar {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .blog-posts-social-nav {
    left: 15px;
  }
}
.nav-right:empty {
  display: none;
}
.blog-nav {
  list-style-type: none;
  display: flex;
}
.blog-nav-filler {
  flex: 1 auto;
  border-color: #eeeeee;
}
.input-group-btn:last-child>.btn {
  border-radius: 0 5px 5px 0;
}
.section-sidebar {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
a.tag-cloud-link {
  border: 1px solid #eee;
  display: inline-block;
  padding: 3px 5px;
  font-size: 14px !important;
  color: #666;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.hdr-sm {
  font-size: 14px;
}
.list-search-results h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.list-search-results .blog-post-meta {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
.not-found {
  text-align: center;
}
.mt-0 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .container-blog {
    clear: left;
  }
  .section-sidebar {
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-nav {
    padding-left: 65px;
    min-height: auto;
  }
  .blog-nav-featured h1 {
    font-size: 20px;
  }
  .blog-nav-featured img {
    width: 50px;
  }
  .blog-nav-featured .blog-nav-link {
    padding-right: 20px;
  }
  .blog-nav-item:last-child {
    margin-right: 0;
  }
}
.relatedposts h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.related-posts {
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  margin-bottom: 0;
  margin-left: 10px;

}
.related-post-item {
  border-bottom: 1px solid #e8dcdb;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}
.related-post-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}