#cms-blog h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #23A1D1;
} #cms-blog #blog-list > div {
  margin-bottom: 30px;
} #cms-blog #blog-list article {
  height: 165px;
} #cms-blog #blog-list figure {
  border-radius: 5px;
  border: 1px solid #ccc;
} #cms-blog #blog-list h3 {
  line-height: 1.4;
} #cms-blog #blog-list figure img {
  border-radius: 4px;
}  #cms-blog .well {
  background-color: #fff;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  padding-top: 60px;
  padding-bottom: 60px;
} #cms-blog .well p {
  margin-bottom: 0;
}

#cms-blog-info h1 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #23A1D1;
}
#cms-blog-info figure {
  margin-top: 20px;
}
#cms-blog-info article {
  margin-top: 30px;
}

#cms-blog-info .list-inline {
  margin-bottom: 0;
} #cms-blog-info .list-inline > li {
  vertical-align: top;
}

@media screen and (max-width: 767px){
  #cms-blog #blog-list article {
    height: auto;
  }
}

footer .blog-item .title{
  font-weight: bold;
}
footer .blog-item + .blog-item {
  border-top: 1px solid #999;
  padding-top: 12px;
}

.gplus-share-button {
    background-color: #db4437;
    color: #fff;
    border-radius: 3px;
    padding: 4px 7px;
    position: absolute;
}
