body {
  font-family: "Raleway";
}

.blog-content .col-sm-8 .img-responsive {
  width: auto !important;
  height: auto !important;
}

.blog-content .col-md-5 .btn {
  margin-top: 22px;
  display: block;
}

.blog-content .blog-search-button {
  display: block;
}

.blog-content .input-group-btn:last-child > .btn {
  padding: 6px;
}

.blog-content .archive-well ul {
  list-style: none;
}

.blog-content .lead {
  font-size: 14px;
}

.recent-post {
  width: 100%;
  height: 80px;
  list-style-type: none;
}

.post-img img {
  width: 100px !important;
  height: 70px !important;
  float: left;
  margin-right: 15px;
  border: 3px solid #005699;
  transition: 0.5s;
}

.recent-post a {
  text-decoration: none;
  color: #34495E;
  transition: 0.5s;
}

.post-img, .recent-post a:hover {
  color: #fbca00;
}

.post-img img:hover {
  border: 5px solid #fbca00;
}

.archive-well h4:first-child {
  margin-bottom: 17px;
}
