/* 
Theme Name:		 twentytwenty-child
Theme URI:		 http://childtheme-generator.com/
Description:	 twentytwenty-child is a child theme of twentytwenty, created by ChildTheme-Generator.com
Author:			 kage
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwenty
Version:		 1.0.0
Text Domain:	 twentytwenty-child
*/


/*
    Add your custom styles here
*/

.primary-menu-wrapper + .header-toggles {
    display: none;
}
.singular .entry-header {
    display: none;
}
.site-description {
    font-size: 1.5rem;
    font-weight: 300;
}
.post-inner {
    padding-top: 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
}

.entry-content {
    padding: 20px;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}
.search-toggle {
    display: none !important;
}