.blog{ min-height: 600px; margin: 30px 0px;}
.blog .post-item{ 
  display: block; 
  box-shadow: 1px 2px 6px 1px rgba(0,0,0,0.03);
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.blog .post-item a{
  text-decoration: none !important;
}
.blog .post-item img{ width: 100%; margin-bottom: 15px;}
.blog .post-item:hover{
  box-shadow: 0px 3px 17px #cccccc;
  -webkit-transition: box-shadow 1s; 
  transition: box-shadow 1s;
}
.blog .post-item h3{
	font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #603813;
  font-size: 17px;
}
.blog .post-item p{
  color: #363638;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;	
  font-size: 14px;
      height: 80px;
}



/*post show*/
.post{ min-height: 600px; margin: 30px 0px; }
.post .main_img{ max-width: 100%; }
.post .description{ margin-bottom: 60px; font-family: 'Open Sans', sans-serif; }
.post h1{ font-family: 'Roboto', sans-serif; }
.post p{ font-family: 'Open Sans', sans-serif; font-size: 14px !important;}