/* SW Tumblr Blog Display CSS Styling */

.tumblr_blog_display{
    width: 100% !important;
    max-width: 1200px;
}
.blogWarp {
	width: 100%;
    column-count: 4;
    column-gap: 0;
}
.postWarp {
    break-inside: avoid;
    padding: 10px;
margin-bottom:20px;

}
.postWarp h2{
margin-top:10px;
	font-size:14px;
color:#04a56d !important;
}
.tumblrTitle hr{
	display:none;
}
.tumblrTitle img{
	border:none !important;
	box-shadow:none !important;
}
