Create a directory in the themes folder alongside the Flexopotamus parent theme and add a style.css file. Initialize the child theme and import the parent css:
/*
Theme Name: your child theme
Theme URL: http://urlhere.com
Description: Custom theme created for url.com.
Author: Your Name
Version: 1.0
Template: Flexopotamus
*/
@import url("../flexopotamus/style.css");