/* ==================================================================================================================
	Cmodular Menu Generic CSS
================================================================================================================== */

    @media screen and (min-width: 640px) {
    .GFL-sticky-mobile-view{
        display: none !important;
    }
}

    @media screen and (max-width: 767px) {
    .hide-header {
        display: none;
    }
    .tru-mobile-toggle-nav {
        display: none;
    }
        .footer {
        padding-bottom: 80px !important;
    }
}
    @media screen and (min-width: 767px) {
    #menu {
        display: none;
        min-height: 37px;
        background-color: rgb(0, 0, 0);
    }

}
