.wrapper {
    width: 100%;
    margin:40px 0px 0 0px;
    
}

.masonry {
    margin:0px 0px 50px 00px;
    padding: 0;
    -moz-column-gap: 2.0em;
    -webkit-column-gap: 2.0em;
    column-gap: 2.0em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #f4f4f3;
    padding: 30px;
    /*margin: 1.5em 2.5em 1.5em 0em;*/
    margin:1em 0.2em 2em 0.5em;
    /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
    /*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);*/
    border:1px solid #f4f4f4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.item h1
{
color: #666;
font-size: 17px;
line-height: 25px;
text-align: left;
font-weight: 700;
padding:10px 0;
font-family: 'Montserrat', sans-serif;
}
.item p{
   font-family: 'Montserrat', sans-serif;
    padding:10px 0px;
    font-weight:300;
    font-size:18px;
    line-height:25px;
    color:#000;

}
.title, .footer {
text-align: center;
}

.title {
font-size: 1.75em;
margin: .25em 0;
}

.title a {
display: inline-block;
padding: .75em 1.25em;
color: #888;
border: 2px solid #aaa;
margin: .25em 1em 1em;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}

.title {
color: #666;
}

.title a:hover {
color: #666;
border-color: #888;
}


.share-link,
.article-link {
color: #888;
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}