/* Recent Blog Styles
=============================== */
#latest_li {
	list-style-type: none;
	display: inline-block;
}

.blog-post {
  width: 270px;
  position: relative;
  /* border: 1px solid #dcdcdc; */
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog-post a:hover {
  color: #FB9902;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 250px;
  height: 350px;
}

.blog-content {	
 position: absolute;
  bottom: 10px;
  left: 10px;
  width: 248px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 15px;
  padding: 15px;
}

.content-show {	
  color: #fff;
  font-size: 18px;
  font-variant: small-caps;
  text-decoration: none;

}

.content-hide {
  margin-top: 10px;
  display: none;
}

.content-hide p {
  color: #fff;
}