1) Remove the above CSS code.
2) Edit footer.php
Change
do_action( 'cleanretina_footer' );
to
//do_action( 'cleanretina_footer' );
Just above </footer>
paste
<div class="wrapper">
<div id="my-footer">This is my custom footer text.</div>
</div>
3) Edit style.css.
Add the following at the end:
#my-footer {
padding-bottom: 40px;
}