/* Write your css codes here */
.sidebar__menu .sidebar-menu-item .side-menu--open, .sidebar__menu .sidebar-menu-item.active>a {
    background-color: #a88960 !important;
    color: #ffffff !important;
}
.sidebar__menu .sidebar-menu-item>a:hover {
    background-color: #a88960;
    padding-left: 25px;
}
.header-wrapper .logo-wrapper img {
    width: 130px;
}
@media screen and (max-width:767px) {
.header-wrapper .logo-wrapper img {
    width: 90px !important;
}
}