/*
Theme Name:     Minn Child Theme
Theme URI:      http://www.wpgothemes.com/themes/minn
Description:    A child theme of Minn.
Version:		0.2
Author:         David Gwyer
Author URI:     http://www.wpgothemes.com
Template:       minn-wpgothemes
*/
@import url("../minn-wpgothemes/style.css");

/* Add your custom css below this line. */

function home_page_menu_args( $args ) {
$args['show_home'] = true;
return $args;
}
add_filter( 'wp_page_menu_args', 'home_page_menu_args' );


.header-row-2-container { border-bottom:0; }


