/**
 * Flatbase Child by NiceThemes.
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Theme Name:  Flatbase Child
 * Template:    flatbase
 * Author:      NiceThemes
 * Author URI:  http://nicethemes.com
 * Description: Designed and developed by NiceThemes.
 * Version:     1.0.0
 * License:     GNU/GPL Version 2 or later
 * Text Domain: nicethemes
 */

#comments {
  display: none;
}

.entry-meta {
	visibility: hidden;
}

#extended-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
	background-color: #222222
}

/* #copyright {
	text-align: center;
} */

.bbp-form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.entry-title {
	text-align: center;
}