/* ---------- Media Quary for Small Screen  (start) ---------- */
@media only screen and (max-width: 600px){
    /* ++++ nav bar start ++++ */
    .search-box 
    {
        background-color: transparent;
        width: auto;
        padding: 0;
    }

    .search-box input 
    {
        width: 0;
        padding: 0;
    }

    .navbar-center ul li a span 
    {
        display: none;
    }

    .navbar-center ul li a 
    {
        padding-right: 0;
        margin: 5px;
    }

    .nav-profile-img 
    {
        width: 30px;
        height: 30px;
    }
    /* ++++ nav bar end ++++ */


    /* ++++ side bar section start ++++ */
    .container 
    {
        padding: 15px 3%;
    }

    .left-sidebar, 
    .right-sidebar 
    {
        flex-basis: 100%;
        position: relative;
        top: unset;
    }

    .main-content 
    {
        flex-basis: 100%;
        width: 100%;
    }

    .post-stats div 
    {
        margin: 2px 0;
    }

    .post-activity-link span 
    {
        display: none;
    }
    /* ++++ side bar section end ++++ */



    /* ++++ Prfile.html Start ++++ */
    .profile-main,
    .profile-sidebar
    {
        flex-basis: 100%;
    }

    .profile-container-btn 
    {       
        flex-direction: column;
        row-gap: 10px;
        margin-left: 0;
        align-items: center;
    }

    .profile-btn  
    {
       padding: 0;
       text-align: center;
       padding: 2%;
       width: 200px;
    }

    .profile-pic 
    {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }

    #showMoreLink 
    {
        display: block;
        width: fit-content;
        margin: 10px auto;
        font-size: 14px;
        cursor: pointer;
    }

    .sidebar-activity 
    {
        display: none;
    }

    .sidebar-activity.open-activity 
    {
        display: block;
    }

    #showMoreLink 
    {
        font-size: 1.2rem;
    }
    /* ++++ Prfile.html end ++++ */
}
/* ---------- Media Quary for Small Screen  (end) ---------- */


/* ---------- Media Quary (985px) start ---------- */
@media only screen and (max-width: 985px){
    .navbar-center ul li a span 
    {
        display: none;
    }
}
/* ---------- Media Quary (985px) End ---------- */