/* General styles for all menus */
.cbp-spmenu {
    background: #141b1f;
    position: fixed;
    z-index:900;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration:none;
}

.cbp-spmenu a:hover {
    background: #42474a;
}

.cbp-spmenu a.close-mobile:hover {
    background: #141b1f;
}

.cbp-spmenu a:active {
    background: #ebac03;
    color: #fff;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: none;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #42474a;
    padding: 0.625em;
    text-decoration:none;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
    right: -100%;
}


.cbp-spmenu-right.menu-open {
    right: 0px;
}


/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body-toright {
    left: 240px;
}

.push-body-toleft {
    left: -240px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .push-body-toright {
        left: 190px;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
