So you could add separate rules for your .rise-fixed-header
CSS for when the admin bar is present. the CSS rule would look like this:
.admin-bar .rise-fixed-header {
/* add your different height and top properties here. */
}
You would want to make the top
property a positive value to push it below the admin bar.