/*
Theme Name:     Awaking Self
Theme URI:      http://premium.wpmudev.org/blog
Description:    A Twenty Seventeen child theme developed to demonstrate how to implement five theme customizations: a custom social links menu, a personalized site footer message, dynamic one page navigation, custom front page sidebars, and a large featured image.
Author:         Jon Penland
Author URI:     https://www.jonpenland.com
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       twentyseventeen
Version:        1.16
*/

body.single .single-featured-image-header {
	display: none;
}

.page-id-58 .wp-block-image {
    margin-bottom: 0;
}


form#tribe-bar-form, #tribe-events-bar {
	display: none;
}

@media screen and (max-width: 600px) {
	.entry-content .wp-block-image figure.alignleft {
	    margin: 0 auto 1em;
	    padding: 0;
	    display: table;
	    float: none;
	}

	.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
	    height: 64vh;
	}

	.has-header-image .custom-header-media img {
		min-height: 77%;
		    height: 80%;
	}

}

@media screen and (min-width: 48em) {
	.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
	    float: right;
	    width: 70%;
	}
}

@media screen and (min-width: 48em) {
	body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	    float: left;
	    width: 30%;
	}
}

body.page-id-58 #post-58 .entry-header {
	display: none;
}

@media screen and (min-width: 30em) {
	.site-branding {
	    padding: 5em 0 1em;
	}
}