/* 
 Theme Name:   2017-Child
 Theme URI:    
 Description:  
 Author:       johnm
 Author URI:   
 Template:     twentyseventeen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 300%;
	text-transform: none;
	text-shadow: 2px 3px 9px #000;
}
.site-branding .wrap {
	height: 150px;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header {
	display: none;
}
.posted-on {
	display: none;
}
.single .byline, .group-blog .byline {
	display: none;
}
.vc-category-home-grid {
	color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 9px #000000;
}

.monthly-grid-post-date p, .monthly-grid-post-title p {
	color: #fff;
	text-shadow: 2px 2px 9px #000000;
}

/* MEDIA QUERIES BELOW */
@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: none;
	}
	.site-branding .wrap {
		height: 275px;
	}
	.single-featured-image-header img {
		display: none;
	}
}
@media screen and (min-width: 48em) {
	.site-branding .wrap {
		max-width: 1000px;
		padding-left: 0em;
		padding-right: 0em;
/*		margin-bottom: -70px;*/
		text-align: center;
/*		background-image: url('http://savourottawatastes.ca/sot17/wp-content/uploads/2017/02/150TastesofOttawaLogo-500.png');*/
		background-repeat: no-repeat;
		/*background-position: 50% 95%;*/
		height: 650px;
		/*height: 850px;*/
	}/*
	.site-branding {
		margin-bottom: 125px !important;
	}*/
	.single-post:not(.has-sidebar) #primary {
		max-width: none;
	}
	#content .wrap {
		max-width: 100%;
	}
	.single-post .entry-title {
		font-size: 2.4rem;
		font-weight: 500;
		color: #fe9661;
	}
	.page.page-one-column:not(.twentyseventeen-front-page) #primary {
		max-width: 100%;
	}
}
