#blog #center_column{
    padding-right: 50px;
}
#blog #right_column{
    padding-left: 50px;
}
.blog_block_right{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #7b7b7b;
    float: left;
    width: 100%;
}
.blog_block_right h4{
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #222221;
    background: rgba(0, 0, 0, 0);
    border: none;
    margin-bottom: 40px;
    letter-spacing: 0.12em;
	font-weight: 600;
}
.blog_block_right .block_content{
    padding: 5px 0 6px 20px;
}
.blog_block_right .block_content a{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
#blockblogsearch_block_right form{
    position: relative;
}
#blockblogsearch_block_right button{
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0);
    border: none;
}
#blockblogsearch_block_right button:before{
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}
#blockblogsearch_block_right span{
    display: none;
}
#blockblogposts_block_right{
	border:none;
}
#blog-items{
    margin-top: 50px;
}
#blog-items .linea {
  float: left;
  width: 100%;
}
.blog-post-item-list {
    margin-right: 5%;
    margin-bottom: 50px;
    /*background-color: #BED6D6;*/
    float: left;
    width: 30%;
    margin-left: 0;
}
.blog-post-item-list.last {
  margin-right: 0;
}

.blog-post-item-list  .text {
    padding: 20px;
}
.blog-post-item-list .posttitle a {
    /*font-family: 'Roboto Slab', serif;*/
    color: #858383;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 35px;
}
.blog-post-item-list .postdescription {
    /*font-family: 'Roboto Slab', serif;*/
    font-weight: normal;
    font-size: 12px;
    line-height: 1.44;
    margin-bottom: 20px;
    max-height: 120px;
    overflow: hidden;
}
.blog-post-item-list .postimage {

}
.blog-post-item-list .image {
  padding: 0;
}
.blog-post-item-list .image img {
  width: 100%;
}
.blog-post-item, .blog-post-item .post-page{
	float: left;
    width: 100%;
}
.blog-post-item{
    margin-top: 100px;
}
#blog .blog-post-item .image{
    z-index: 99;
}
.blog-post-item .postimage {
    margin-right: -50px;
}
#blog .blog-post-item .image img {
    margin-top: -50px;
    max-width: 100%;
	height:auto;
    margin-left: -40px;
    z-index: 999;
}
.blog-post-item .content {
    border: 1px solid #7b7b7b;
    padding: 40px;
    padding-right: 80px;
}
.blog-post-item .content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0 0 30px 0;
	border: none;
}
.blog-post-item .content .description {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #000;
    line-height: 1.44;
    margin-bottom: 20px;
}
.blog-post-item .content #sharebox{
	float: left;
    width: 100%;
    margin: 20px 0 0;
}
.blog-post-item .content #sharebox a{
    float: left;
    font-size: 20px;
    color: #000;
    margin-right: 20px;
}
.blog-post-item .content #sharebox a:hover{
    color: #777;
}

@media (max-width: 600px) {
  .blog-post-item-list {
    width: 100%;
  }
}
