.sidr {
    display: block;
    position: fixed;
    padding-top: 30px;
    top: 0;
    height: 100%;
    z-index: 99999;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -320px;
}

.sidr.left {
    left: -320px;
    right: auto;
}

.sidr {
    padding-left: 15px;
    padding-right: 15px;
}

.sidr .widget-title {
    color: #fff;
}

.switch {
    float: left;
}

.switch {
    position: relative;
    float: left;
    width: 100%;
}

.switch .widgets-nav-btn {
    text-align: center;
    display: block;
}

.switch .widgets-nav-btn .burger-bars {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 1.5rem;
    height: 1.0625rem;
    margin-top: 0.4375rem;
}

.switch .widgets-nav-btn .burger-bars span {
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 100%;
    right: 0;
    height: 3px;
    transition: .1s width linear;
}

@media only screen and (max-width: 75em) {
    .switch .widgets-nav-btn .burger-bars span {
        right: auto;
        left: 0;
    }
}

.switch .widgets-nav-btn .burger-bars .bars-mid {
    top: 50%;
    width: 80%;
    margin-top: -1.5px;
}

.switch .widgets-nav-btn .burger-bars .bars-lower {
    bottom: 0;
    width: 60%;
}

.switch .widgets-nav-btn:hover .burger-bars span {
    width: 100%;
}

.sidr-class-sidr-button-close {
    font-size: 62px;
    line-height: 1px;
    text-align: right;
    width: 100%;
    display: block;
}

@media only screen and (min-width: 992px) {
    body.sidr-open:before {
        content: "";
        left: 0;
        top: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        -webkit-transition: visibility 0s, opacity 0.4s linear;
        transition: visibility 0s, opacity 0.4s linear;
        visibility: visible;
        opacity: 1;
        background-color: rgba(51, 51, 51, 0.94);
    }
}