#mobilemenu{display:none}.menu__btn{position:fixed;top:0;right:20px;width:26px;height:26px;cursor:pointer;z-index:1;zoom:2;padding-top:20px;padding-bottom:10px}.menu__btn>span,.menu__btn>span:before,.menu__btn>span:after{display:block;position:absolute;width:100%;height:2px;background-color:#616161;transition-duration:.25s}.menu__btn>span:before{content:'';top:-8px}.menu__btn>span:after{content:'';top:8px}.menu__box{display:block;position:fixed;top:0;left:-100%;width:550px;max-width:100%;height:100%;margin:0;padding:0;list-style:none;background-color:#eceff1;box-shadow:2px 2px 6px rgba(0,0,0,.4);transition-duration:.25s;text-indent:33px}.menu__box ul li,.menu__box li,.menu__box ul{background-color:#eceff1}.menu__box ul{margin-bottom:0;margin-left:20px;list-style-type:none}.menu__box li{display:block;padding:8px 24px;color:#333;font-size:18px;font-weight:400;text-decoration:none;transition-duration:.25s}.menu__box li:last-child{border-bottom:1px solid #cdcbcb}.menu__box li ul li:last-child{border-bottom:none}.menu__box li a{color:#333;width:85%;display:block}.menu__box li.menu-item-has-children a{color:#7e7a7a}.menu__item:hover{background-color:#cfd8dc}#menu__toggle{opacity:0}#menu__toggle:checked+.menu__btn>span{transform:rotate(45deg)}#menu__toggle:checked+.menu__btn>span:before{top:0;transform:rotate(0deg)}#menu__toggle:checked+.menu__btn>span:after{top:0;transform:rotate(90deg)}#menu__toggle:checked~.menu__box{left:0 !important}@media screen and (max-width:959px){#mobilemenu{display:block}}