/* Mobile first queries */

/* Larger than mobile */
@media (max-width: 400px) {

}

/* Larger than phablet */
@media (max-width: 550px) {

    .footer-logo{
        float: left;
    }
}


/* Larger than tablet */
@media (max-width: 767px) {

    /* BLOG POST */

    .post-date-end{
        left:44% !important;
    }


}

/* Larger than desktop */
@media (max-width: 992px) {

}

/* Larger than Desktop HD */
@media (max-width: 1200px) {

}