/* IMPORT FROM PARENT THEME STYLESHEET */
@import url('../../../wonder/assets/css/mobile.css');

@media only screen and (max-width: 768px) {
    .menu_container a#menu-toggle {
        float:right;
    }


    .nav { margin-left: auto; float: right ; margin-right: -100%;}
    body.active .nav { margin-right: 0px; width:60%;  margin-left: auto; }
    body.active .anchor-link { right: 0; left:auto; }
    #full-wrapper {
        float: right;
        position: relative;
    }
    #full-wrapper:before {
        right: -100%;
        left:auto;
        position: absolute;
        z-index: -1;
    }
    body.active #full-wrapper {
        margin-left: -100%;
        margin-right: auto;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }
    body.active .anchor-link,
    .anchor-link:hover { background-color: #fff; }
}


@media only screen and (max-width: 768px) {
    .anchor-link {
      border-right: white !important;
    }
}

nav ul li a:hover {
  color: #333!important;
}
