/*--------------------------------------------------------------------------*\
	Main content (contains sidebar and main)
\*--------------------------------------------------------------------------*/

.sidebar-main-wrapper {
    /*box*/
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width:2000px;
}