/* 
Theme Name:		 hestia-child
Theme URI: https://www.balloonsbytommy.com/blog
Description: Balloons by Tommy blog theme
Author: Balloons by Tommy
URI: https://www.balloonsbytommy.com/
Template: hestia  
*/

.blog-post .section-text .author.meta-in-content {
	display:none;
}

.blog-post .section-blog-info .entry-categories, .blog-post .section-blog-info .entry-tags {
	display:none;
}
h2 {
	font-size: 27px;
}
.page-header.header-small {
	min-height: 150px;
	height: 30px;
}
@media (max-width: 991px) {
  .blog .page-header.header-small {
    height: 175px;
  }
}
@media (max-width: 768px) {
  .single-post .page-header.header-small,
  .page .page-header.header-small,
  .blog .page-header.header-small,
  .archive .page-header.header-small,
  .category .page-header.header-small {
    max-height: 65px;
	}
}