div#ocs-off-canvas-sidebar {
    background-color: #68604D;
    padding: 20px !important;
}
#ocs-off-canvas-sidebar .widget ul li a {
    color: #f7eded;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
#ocs-off-canvas-sidebar .widget ul li {
    list-style-type: none;
    /*margin-left: 20px;*/
}
div#ocs-off-canvas-sidebar h3 {
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ocs-trigger.ocs-close.ocs-close-off-canvas-sidebar.button {
    background: transparent;
    border: none;
    position: absolute;
    right: 35px;
    top: 15px;
}