/*
Theme Name: Bearing Arms Mobile 3
Theme URI: http://bearingarms.com/themes/ba-mobile
Author: the Townhall team
Author URI: http://townhall.com/
Description: The 2014 theme for BearingArms.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile
Text Domain: ba

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.
*/

/* Hides navigation links and site footer when infinite scroll is active */
div.navigation,
.infinite-scroll.neverending #footer,
#infinite-footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}
