/*
Theme Name: Flavel
Description: A child theme for Saved.
Author: Five More Talents
Version: 2.2.2
Template: saved
Text Domain: saved
*/

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is enqueued in functions.php.
To override styles, copy them here from the original stylesheet, then change the properties.

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/

@media only screen and (max-width: 1300px) {
	#saved-banner .saved-centered-large, #saved-banner #saved-banner-inner, #saved-banner .saved-bg-section-content, #saved-banner .saved-home-highlights-content, #saved-footer .saved-centered-large, #saved-footer #saved-banner-inner, #saved-footer .saved-bg-section-content, #saved-footer .saved-home-highlights-content {
		max-width: 88%;
	}
}

body.home aside.widget_custom_html {
    width: 94%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}