/*This stylesheet is for customizations to the blog styles */

.blog-subscribe {
    float: right;
    margin: 10px;
}


    .btn-white-text {
        color: #fff !important;
    }


@media (max-width: 768px) {
    .blog-subscribe {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .btn-orange {
        width: 100% !important;
    }
}