.sidr {
    background: #fcfcfc;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.sidr.right {
    left: auto;
    right: -340px;
}

.sidr.left {
    left: -340px;
    right: auto;
}

.sidr {
    padding: 20px;
}

.sidr ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.admin-bar .sidr {
    padding-top: 40px;
}

#widgets-nav {
    background: none;
    border: 0;
    padding: 0;
    margin-right: 15px;
}

.trigger-icon {
    cursor: pointer;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 4px;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 15px;
}

.menu-icon__line-right {
    width: 15px;
    float: right;
}

body.sidr-nav-open .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}
body.sidr-nav-open .menu-icon__line-left {
    -webkit-transform: translateX(1px) rotate(45deg);
    transform: translateX(1px) rotate(45deg);
}
body.sidr-nav-open .menu-icon__line-right {
    -webkit-transform: translateX(-2px) rotate(45deg);
    transform: translateX(-2px) rotate(45deg);
}

.twp-hamburger-icon *,
.twp-hamburger-icon *:before {
    transition: .25s ease-in-out;
}

@media screen and (min-width: 992px) {
    .twp-hamburger-icon {
        pointer-events: none;
    }
}

.twp-dropdown-label,
.twp-hamburger-icon {
    display: inline-block;
    margin: 20px auto;
    height: 30px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.twp-hamburger-icon {
    width: 60px;
}

.twp-hamburger-icon span {
    display: block;
    position: absolute;
    left: 14px;
    height: 2px;
    background: currentColor;
}

.twp-hamburger-icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    height: 4px;
    width: 4px;
    background: currentColor;
    border-radius: 100%;
}

.twp-hamburger-icon span:nth-of-type(1) {
    width: 40px;
    top: 0px;
}

.twp-hamburger-icon span:nth-of-type(2) {
    width: 30px;
    top: 8px;
}

.twp-hamburger-icon span:nth-of-type(3) {
    width: 25px;
    top: 16px;
}

.twp-hamburger-icon span:nth-of-type(4) {
    width: 35px;
    top: 24px;
}

.twp-hamburger-icon :hover span:nth-of-type(1) {
    width: 46px;
}

.twp-hamburger-icon :hover span:nth-of-type(2) {
    width: 36px;
}

.twp-hamburger-icon :hover span:nth-of-type(3) {
    width: 21px;
}

.twp-hamburger-icon :hover span:nth-of-type(4) {
    width: 41px;
}

.sidr-close-holder {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
}

.sidr-close-holder i {
    margin-left: 5px;
    font-size: 40px;
    vertical-align: middle;
}