/**
* Theme Name: Venam Child
* Description: This is a child theme of Venam.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: venam
* Version: 1.1.1
*/
.mobile-sidebar-visible .sidebar-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: #fff;
}