@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 768px) {
    /* Header */
    .socials-col, .footer-menu-wrapper {
        margin-bottom:15px;
    }
    header .navbar button {
        margin-left:auto;
    }
    #topMenu {
        position: absolute;
        padding: 15px 30px;
        z-index: 99;
        background: rgb(223, 81, 57);
        top: 45px;
        border: 4px solid rgb(209, 75, 52);
        max-width: 100%;
        left: 15px;
        right: 15px;
        border-radius: 10px;
    }
     /* Top Grid Item */
     .top-grid .top-grid-bottom  {
        position: relative;
     }
     .banner.mt-90 {
         margin-top:24px;
     }
     /* Sidebar */
     .sidebar {
         margin-top:24px;
     }
     .posts-group {
         display: flex;
         justify-content: space-between;
     }
     .posts-group > div {
         width:47%;
     }
    /* Footer */
    .horizontal-grid-menu li {
        width: 25%;
    }
}
@media only screen and (max-width: 425px) {
    /* Header */
    header .header-bottom .header-row  {
        position: relative;
    }
    header .header-bottom .navbar, header .header-bottom .header-row .col-lg-10 {
        position: static;
    }
    
    /* Sidebar */
    .posts-group {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .posts-group > div {
        width:100%
    }
    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%;
    }
 
}
