/*
*
|  Page Name       : mquery.css
|  Description     : media queries for all pages
|  Created by      : May Altamerano
|  Date Created    : August 2018
|  Last Update by  : May Altamerano
|  Last update     : May 2018
*
*/
@media only screen and (max-width: 500px){
  .-vector_divider{
    display: none !important;
  }
  .-version{
    display: none !important;
  }
}
@media only screen and (max-width: 600px){
  .nav-side-menu .menu-list .menu-content{
    padding-top: 0px !important;
    transition: all 0.2s ease 0s;
  }
}
@media only screen and (max-width: 767px){
  .nav-side-menu .menu-list .menu-content{
    padding-top: 0px !important;
    transition: all 0.2s ease 0s;
  }
}
@media only screen and (max-width: 800px){
  .navbar-button-toggle{
    display:none !important;
  }
  .-choice_poll{
    width: 95% !important;
  }
  .right-nav .navbar-right{
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin: 0px;
  }
  .navbar.navbar-default.-web_navigation{
    margin-left: 80px !important;
    transition: all 0.4s ease 0s;
  }
  .-web_navigation .navbar-header{
    width: 60px !important;
    transition: all 0.4s ease 0s;
    padding-bottom: 10px;
  }
  .nav-side-menu{
    margin-left: -60px !important;
  }
  .nav-side-menu{
    left: 60px !important;
    width: 60px !important;
  }
  .-sidebar_menu_icon{
    font-size: 18px;
    transition: all 0.4s ease 0s;
    padding: 15px 13px;;
  }
  .-menu_text{
    display: none;
    transition: all 0.4s ease 0s;
  }
  .nav-side-menu .menu-list .menu-content{
    display: block;
    padding-top: 100px;
  }
  .-page_wrapper{
    padding-left: 60px;
    transition: all 0.4s ease 0s;
  }
  .-left_div_newsfeed,
  .-right_div_newsfeed{
    display: none !important
  }
  .-center_div_newsfeed{
    width: 100% !important;
    padding: 0px;
  }
  .-chat_box_container_sm,
  .-chat_list_container{
    display: none !important;
  }
}
@media only screen and (max-width: 900px){
  .navbar-button-toggle{
    display:none !important;
  }
  .right-nav .navbar-right{
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin: 0px;
    height: auto !important;
  }
  .navbar.navbar-default.-web_navigation{
    margin-left: 80px !important;
    transition: all 0.4s ease 0s;
  }
  .-web_navigation .navbar-header{
    width: 60px !important;
    transition: all 0.4s ease 0s;
    padding-bottom: 10px;
  }
  .nav-side-menu{
    margin-left: -60px !important;
  }
  .nav-side-menu{
    left: 60px !important;
    width: 60px !important;
  }
  .-sidebar_menu_icon{
    font-size: 18px;
    transition: all 0.4s ease 0s;
    padding: 15px 13px;;
  }
  .-menu_text{
    display: none;
    transition: all 0.4s ease 0s;
  }
  .nav-side-menu .menu-list .menu-content{
    display: block;
    padding-top: 100px;
  }
  .-page_wrapper{
    padding-left: 60px;
    transition: all 0.4s ease 0s;
  }
  .-web_navigation .navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px){
  .-left_div_newsfeed{
    position: absolute;
    right: 50px;
    width: 32%;
    transition: all 0.2s ease 0s;
    top: 50px;
    padding-right: 15px !important;
  }
  .-choice_poll{
    width: 95% !important;
  }
  .-right_div_newsfeed{
    position: absolute;
    right: 50px;
    width: 32%;
    transition: all 0.2s ease 0s;
    top:280px;
  }
  .-center_div_newsfeed{
    width: 61%;
    transition: all 0.2s ease 0s;
    padding: 0px;
  }
  #user_profile .-right_div_newsfeed{
    position: absolute !important;
    right: 50px !important;
    top: 280px !important;
    width: 32%;
    transition: all 0.2s ease 0s;
  }
}
