#dnnMenu .nav .menuItem > a > span{
    font-size: 10px;
}
#dnn_dnnUser_notificationLink,
#dnn_dnnUser_messageLink,
#dnn_dnnUser_notificationGroup,
#dnn_dnnSearch_ClassicSearch,
#search-action,
#search-top
{
    display: none !important;
}
.relative {
    position: relative;
}


@media only screen and (max-width: 768px) {
    header .content.bg2 {
        position: relative !;
        height: unset;
        background-size: cover;
        padding: unset;
    }
    .btn-vr{
        display:none;
    }
    .btn-vr-mb {
        display:block;
        z-index: 2;
        top: 10px;
        right: 10px;
    }
    #logo {
        padding: 10px 10px;
        height: fit-content;
    }
    .head-2 {
        padding: 20px;
    }
    #dnnMenu .nav .menuItem > a > span{
        font-size: 15px;
    }
    #navbar #dnnMenu .navbar-nav > li:first-child {
        display: unset;
    }


    header {
        height: unset;
        z-index: 0;
        padding: 0px 0px;
    }

    header .content {
        position: relative;
        height: unset;
        background-size: cover;
        padding: unset;
    }

    #logo img {
        height: 40px;
    }

    .web-title .h1 {
        font-size: 18px;
    }
}

