/****************************************
 Blog styles 
****************************************/
.blog {
  padding-top: 90px; }

.post {
  border: 1px solid #e8ebee;
  border-radius: 6px;
  margin: 0 0 50px 0; }
  .post p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px 10px 20px; }
  .post .btn {
    margin: 0 0 40px 20px; }

.post-image {
  width: 100%;
  border-radius: 6px 6px 0px 0px; }

p.post-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5a5b5f;
  padding: 25px 20px 10px 20px; }

.post-info {
  background: #fafcfc;
  border-top: 1px solid #e8ebee;
  padding: 10px 20px;
  color: #979ba3;
  font-size: 12px; }
  .post-info span.glyphicon {
    margin-right: 6px; }
  .post-info ul {
    margin: 0;
    padding: 0; }
  .post-info ul li {
    list-style: none;
    display: inline;
    margin-right: 24px; }

.blog-intro {
  background: url(../images/page-intro2.jpg); }

/****************************************
 Sidebar
****************************************/
.blog-sidebar h5 {
  margin: 0; }
.blog-sidebar .heading-line {
  margin: 15px 0 0 0; }
.blog-sidebar .heading-line-small {
  margin-bottom: 26px; }
.blog-sidebar .blog-categories ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
.blog-sidebar .blog-categories span {
  font-size: 13px; }
.blog-sidebar .blog-categories li {
  border-bottom: 1px solid #e2e8ea;
  padding: 10px 0; }
  .blog-sidebar .blog-categories li:first-child {
    padding-top: 0; }
  .blog-sidebar .blog-categories li:last-child {
    border: none; }
.blog-sidebar .blog-categories a {
  color: #979ba3 !important;
  font-size: 14px; }
  .blog-sidebar .blog-categories a:hover {
    color: #e7604a !important;
    text-decoration: none; }

.sidebar-recent-posts .heading-line-small {
  margin-bottom: 5px; }

.recent-post {
  border-bottom: 1px solid #e2e8ea;
  padding: 25px 0; }

.recent-post-last {
  padding: 25px 0 0 0;
  border: none; }

.recent-post-img, .recent-post-img2 {
  background: url(../images/90x90.gif);
  width: 86px;
  height: 86px;
  border-radius: 6px;
  float: left;
  margin: 0 16px 0 0; }

.recent-post-img2 {
  background: url(../images/90x90.gif); }

.recent-post-content {
  overflow: hidden; }
  .recent-post-content p {
    font-size: 14px;
    display: inline-block; }
  .recent-post-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #93969f; }
    .recent-post-content ul .glyphicon {
      margin: 0 3px 0 0; }
  .recent-post-content ul li {
    display: inline;
    margin-right: 14px; }

.blog-tags {
  margin: 40px 0 0 0; }

.tag {
  display: inline-block;
  border: 1px solid #e2e8ea;
  border-radius: 6px;
  padding: 8px 12px;
  color: #93969f;
  margin: 0 2px 6px 0; }
  .tag:hover {
    background: #93969f;
    color: #fff;
    border: 1px solid #93969f; }

.flickr-stream {
  margin: 40px 0 0 0; }

.flickr-1, .flickr-2, .flickr-3, .flickr-4, .flickr-5, .flickr-6, .flickr-7, .flickr-8 {
  background: url(../images/80x80.gif);
  width: 80px;
  height: 80px;
  border-radius: 6px;
  display: inline-block;
  margin: 0 6px 6px 0; }

.flickr-2 {
  background: url(../images/80x80.gif); }

.flickr-3 {
  background: url(../images/80x80.gif); }

.flickr-4 {
  background: url(../images/80x80.gif); }

.flickr-5 {
  background: url(../images/80x80.gif); }

.flickr-6 {
  background: url(../images/80x80.gif); }

.flickr-7 {
  background: url(../images/80x80.gif); }

.flickr-8 {
  background: url(../images/80x80.gif); }

.text-widget {
  margin: 40px 0 0 0; }
  .text-widget p {
    font-size: 14px;
    line-height: 24px; }

/****************************************
 Blog wide 
****************************************/
.blog.blog-wide .btn {
  text-align: center; }

/****************************************
 Blog grid 
****************************************/
.blog.blog-grid {
  margin-bottom: 40px; }

.blog-grid-item {
  width: 360px;
  height: auto;
  float: left;
  border: 1px solid #e2e8ea;
  margin: 15px 0;
  padding: 0; }

.blog-grid-item {
  border-radius: 6px; }
  .blog-grid-item p {
    padding: 0 25px;
    font-size: 15px;
    line-height: 24px; }
  .blog-grid-item p.post-title {
    margin: 30px 0 20px 0;
    font-size: 16px; }
  .blog-grid-item .btn {
    margin: 10px 0 30px 25px; }

/****************************************
 Single post
****************************************/
.blog.blog-single-post .post {
  border: none; }
  .blog.blog-single-post .post p {
    padding: 0;
    margin-bottom: 20px; }
.blog.blog-single-post .post-image {
  border-radius: 6px; }
.blog.blog-single-post p.post-title {
  font-size: 24px;
  line-height: 1.3em;
  padding: 0; }
.blog.blog-single-post .post-info {
  border: 1px solid #e8ebee;
  border-radius: 6px;
  margin: 20px 0 35px 0;
  padding: 15px 20px 13px 20px; }
.blog.blog-single-post a {
  color: #e7604a; }

p.post-title-small {
  font-size: 20px;
  color: #5a5b5f;
  text-transform: uppercase;
  margin: 30px 0 15px 0; }

.post-left-img {
  background: url(../images/260x190.gif);
  width: 260px;
  height: 190px;
  float: left;
  border-radius: 6px;
  margin: 8px 25px 0 0; }

.post-right-img {
  background: url(../images/260x190.gif);
  width: 260px;
  height: 190px;
  float: right;
  border-radius: 6px;
  margin: 8px 0 0 25px; }

.post-quote {
  background: #fafcfc;
  border: 1px solid #e8ebee;
  border-radius: 6px;
  padding: 20px 25px 10px 25px;
  margin: 15px 0 25px 0; }
  .post-quote p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.65em;
    margin: 0; }
  .post-quote p.post-quote-author {
    font-size: 16px;
    display: inline-block;
    margin: -10px 0 0 0; }
  .post-quote .quote-marks {
    background: url(../images/quote-marks.png);
    width: 33px;
    height: 30px;
    display: inline-block; }

.post-author {
  margin: 45px 0; }
  .post-author p {
    font-size: 15px;
    margin: 0 0 0 10px; }

p.post-author-name {
  text-transform: uppercase;
  color: #5a5b5f;
  font-size: 16px;
  margin-bottom: 20px; }

/****************************************
 Related posts
****************************************/
.related-posts .heading-line {
  margin-top: 18px; }
.related-posts .post-related-img {
  /*background: url(../images/post-related.jpg);*/
  width: 100%;
  border-radius: 6px;
  margin: 0 0 15px 0; }
.related-posts a:hover {
  text-decoration: none; }

.post-comments {
  margin: 40px 0 40px 0; }
  .post-comments .heading-line {
    margin-top: 18px; }

.post-comment {
  border: 1px solid #e8ebee;
  border-radius: 6px;
  background: #fafcfc;
  padding: 17px 17px 8px 20px;
  margin: 0 0 35px 0; }
  .post-comment p.comment-info {
    font-size: 13px; }
    .post-comment p.comment-info strong {
      color: #5a5b5f;
      margin: 0 10px 0 0; }
    .post-comment p.comment-info span.comment-time {
      margin: 0 10px; }
    .post-comment p.comment-info a {
      margin: 0 0 0 10px; }
  .post-comment p {
    font-size: 15px; }

.comment-form .heading-line {
  margin-top: 18px; }
.comment-form p {
  font-size: 14px; }
.comment-form form {
  margin: 20px 0 60px 0; }
.comment-form input {
  width: 237px;
  height: 40px;
  margin: 0 15px 20px 0; }
.comment-form input.last-input {
  margin: 0 0 20px 0; }
.comment-form .btn {
  margin: 25px 0 0 0; }

.form-control {
  border-color: #e8ebee;
  border-radius: 6px; }
  .form-control:focus {
    border-color: #ffb1a4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(254, 149, 132, 0.4); }

/****************************************
 Single post wide
****************************************/
.blog-single-post-wide .post-author p {
  margin-left: 40px; }
.blog-single-post-wide .comment-form input {
  width: 35%; }