@media only screen and (max-width: 1024px) {
    .top-slider .slick-prev, .top-slider .slick-next {
       display: none;
    }
     
}
@media only screen and (max-width: 768px) {
    /* Header */
    .socials-col {
        display: none;
    }
    .header-row {
        align-items: baseline!important;
    }
    .logo-col {
        order: 1;
    }
    .menu-col {
        order: 2;
    }
    /* Footer */
    .horizontal-grid-menu li {
        width: 25%;
    }
}
@media only screen and (max-width: 425px) {
    footer .socials {
        margin-left: auto;
        margin-right:auto;
        display: table;
    }
    .footer-logo, .footer-menu, .footer-menu-wrapper {
        text-align: center;
        margin-bottom:15px!important;
    }
    .horizontal-grid-menu li {
        width: 50%;
    }
    .post-content {
        padding: 0 15px;
    }
    /* Gallery */
    .post-top {
        padding: 15px;
        position: relative;
    }
    .post-top a.next-image, .post-top a.prev-image {
        height: 50px;
        margin-top: -75px;
        padding: 5px;
        width: 40px;
    }
    .post-top a.next-image {
        margin-right:10px;
     }
    .post-top a.prev-image {
        margin-left:10px;
     }
}
