/*
 Theme Name:   Twenty Fourteen Child
 Description:  Twenty Fourteen Child Theme
 Author:       Robert Ivan
 Author URI:   http://robertivan.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/* For older themes, and themes that do not use wp_enqueue_style() to enqueue
their stylesheet, use the following line where twentyfourteen is the name of
the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the
parent CSS and the wp_enqueue_style() is not working. If you do not then you
will not have any styling in your child theme from the parent theme. */

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.featured-content-inner {
	display:none;
}
#page {
  margin-left: auto;
  margin-right: auto;
}
div.site-info {
  display:none;
}
/* =Global Nav customization starts here
-------------------------------------------------------------- */
button.menu-toggle {
  top:auto;
  bottom:0;
}
/* =Map Page customization starts here
-------------------------------------------------------------- */
article#post-1067 header.entry-header, article#post-1067 div.entry-content {
  max-width:inherit;
} 