.wrapper {
    display: flex;
    width: 100%;
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 80px!important;
    left: 0;
    z-index: 999;
    background: #171055;
    color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color:white;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  #main {
    transition: margin-left .5s;
  }
  .mobile-hide{
    display: none;
}
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media   (max-width: 1024px){
    .sidebar {
      
        top: 0!important;
         
      }
    
}
@media (max-width: 768px) {
    .sidebar {
      
        top: 0!important;
         
      }
    
    .content {
        width: 100%;
        padding: 0px;
        
    }
    

    .mobile-hide{
        display: none;
    }
.mobile-show{
    display: block;
}
   
}
 
#sidebar ul li  {
    display: block;
}


.post{

    border: solid 1px white;
border-radius: 5px;
margin: 10px;
}


/* .sidebarCollapse{

    position: fixed;
    left: 200px;
} */