File: /var/www/html/wppartneramazingsecret/wp-content/themes/themify-ultra/styles/menus/morphing.css
.mobile-menu-visible.sidemenu-right.sidemenu-active #headerwrap,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.sidemenu-right,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.sidemenu-right .fixed-header{
left:0;
right:0
}
#mobile-menu.sidemenu{
left:auto;
right:0;
width:100%;
height:100%;
border-bottom-left-radius:50%;
border-bottom-right-radius:50%;
transform:translate(100%,-100%);
transition:border-radius .8s ease,transform .8s ease
}
.mobile-menu-visible #mobile-menu.sidemenu{
transform:translate(0,0);
border-radius:0
}
.mobile-menu-visible .body-overlay,
.body-overlay,
.body-overlay.body-overlay-on{
display:none
}