@media only screen and (max-width: 1024px) {
 
}
@media only screen and (min-width: 1200px) {
    .index .side-content.side-content-with-ad {
        webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .index .side-content:not(.side-content-with-ad) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }
    .index .center-content {
        min-width: 720px!important;
    }
}
@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;
    }
}
