@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }


}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
        .footerTopBar {
        background: linear-gradient(to right, #ffffffb5 40%, rgba(255, 255, 255, 0.8) 48%, rgb(255 255 255 / 91%) 56%, rgb(255 255 255 / 83%) 65%), url(https://cherryontopmoving.com/wp-content/themes/cherryontopmoving/assets/images/footer/topFooterImage.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .FooterLinkBt {
        display: inline-grid;
    }

}

@media (max-width: 991.98px) {



    #primary-menu {
        display: grid;
        text-align: center;
        padding: 0px;
    }

    #primary-menu li {
        padding: 0px !important;
    }

    #primary-menu li:last-child>a {
        padding: 9px 5px;
        border-radius: 6px;
        display: block;
        line-height: 40px;
    }



    #md-collapse-menu {
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 9999;
        width: 100%;
        background: white;
        top: 100%;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }


    .topFooterRight {
        text-align: center;
    }

    .FooterLinkBt {
        justify-content: center;
    }
    .footerTopBar{
    background:linear-gradient(to right, #ffffffb5 40%, rgba(255, 255, 255, 0.8) 48%, rgb(255 255 255 / 91%) 56%, rgb(255 255 255 / 83%) 65%), url(https://cherryontopmoving.com/wp-content/themes/cherryontopmoving/assets/images/footer/topFooterImage.png)
    }
    

    .footerMainBar {
        gap: 25px;
        text-align: center;
    }

    .footerLogoImage {
        margin: auto;
    }

    .footer-social {
        justify-content: center;
    }

}

@media (max-width: 1199.98px) {
    .site-branding {
        width: 161px;
    }

    #primary-menu li {
        padding-left: 27px;
    }

}

@media (max-width: 1399.98px) {}