/* removes header for category page */
body.category section#banner-image {
	display: none;
}
/*Following: Featured slider same size*/

@media screen and (min-width: 500px) {
	.popular-place .grid {
		display: flex;
		flex-wrap: wrap;
		height: auto !important;
	}

	.popular-place .grid .grid-item {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		overflow: hidden;
		margin: 0 10px 20px;
		height: 300px;
		width: calc(50% - 20px);
	}

	.popular-place .grid .grid-item .featured-image {
		padding: 0;
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.popular-place .grid .grid-item {
		height: 350px;
		width: calc(33.33% - 20px);
	}
}

@media screen and (min-width: 1200px) {
#featured-image { min-height: 5000px; }
}

@media screen and (min-width: 1600px) {
/* changes the width of a page*/
	body.single-post #page {
	max-width: 70%;
  }
  #wrap {
		padding-bottom: 20%;
	}
	#banner-image {
		padding-bottom: 20%;
	}
}
/*@media screen and (min-width: 1600px) {
	body.single-post page-section#featured-image {
	height: 100%;
	}
}

@media screen and (min-width: 1600px) {
	#wrap {
		padding-bottom: 20%;
	}
	#banner-image {
		padding-bottom: 20%;
	}
}*/



/* Mobile Style Sheet */

@media only screen and (max-width: 1000px) {
   body.single-post #page {
	max-width: 100%;
	}
}






.single-post #primary .hentry .entry-content img {
    margin-bottom: 1px;
}

.banner-title {
  	border:0px;
  
}


#banner-image {
		background-size:full; 
}