@media only screen and (max-width: 1024px) {
 
}
@media only screen and (min-width: 1024px) {
    .col-lg-1.col-md-6.footer-logo {
        width: 14%;
        flex: 0 0 14%;
        max-width: unset;
    }
}
@media only screen and (max-width: 768px) {
    /* Header */
    .logo-container {
        justify-content: center;
    }
    .logo-container button {
        position: absolute;
        left:15px;
    }
 .t-order-1 {
     order:1;
 }
 .t-order-2 {
     order:2;
 }
 .vertical-menu {
    display: block;
 }
 
}
@media only screen and (max-width: 425px) {
    .horizontal-grid-menu li {
        width: 50%;
    }
    /* Single */
    .post-content {
        padding: 0 15px;
    }
    .post-top {
        padding: 15px;
        position: relative;
    }
}
