.rightFixed{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:100001}.rightFixed span{display:inline-block;clear:both;overflow:hidden;padding:.5rem;font-size:20px;background:#52658f;color:white;float:right}.rightFixed span.name{font-size:16px;color:#52658f;background:#fff}.rightFixed .emailFixed{position:relative;display:block;width:500px;transition:all .3s}.rightFixed .dashicons-email{display:block;float:right;clear:both;padding:.5rem;width:auto;height:auto;background:#fff;color:#52658f}.rightFixed .email{position:absolute;left:100%;top:30px;float:none;display:block;width:100%}.rightFixed .emailFixed:hover{transform:translateX(-360px)}@media (max-width:767px){.rightFixed{display:none}}