/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Description: Sydney child theme
Author: Mandy sims, Nepeta Consulting
Author URI: http://nepeta.co.uk
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Template: sydney

Version 1.0
	-	make header sticky on pages without an image or slider
	-	remove archive type from archive page title
Version 1.1
	-	sort out spacing on home page
Version 1.2
	-	added copyright and attribution using custom footer template
	-	added screenshot
*/

/*	make the menu sticky on pages other than the home page
 *	(required if pages do not have an image or slider)
 */
.site-header.fixed {
	position: fixed !important;
}

/*	reduce the spacing on the top of the home page
 *	(note that theme setting has been set to 120px from 83px for other pages)
 */
.home .page-wrap {
	padding-top: 0px;
} 
 
/*	sort out the colour change on the menu on an iPad
 */
@media only screen and (max-width: 1024px) {
	.site-header {
		position: static;
		background-color: rgba(172,176,174,0.9);
	}
}