@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
		float: left;
    }
    .col-2 .hentry {
        width: 100%;
        float: left;
    }
}

.blog-wrapper {
	margin-bottom: 50px;
}

.post-wrapper {
	margin-bottom: 50px;
}

.bootstrap-wrapper .btn {
         color: white;
}