/*
Theme Name:     Twentytwentyone-child
Theme URI:      
Description:    Twentytwentyone child theme.
Author:         Me
Author URI:     
Template:       twentytwentyone
Version:        0.1.0
*/

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 482px) {
	.site-header { padding-bottom: 0 !important; }
}

/* Format Quotes on small screens */
@media only screen and (max-width: 482px) {
	.quotes { font-size:25px !important; }
	.quote-cover { min-height:150px !important; padding:0 !important; }
}

/* Remove plus-sign on sub menus */
.primary-navigation > div > .menu-wrapper .sub-menu-toggle { display:none; }


.site-header > .site-logo { border-bottom: 0;}

.iauthor-bio,
div.powered-by a { display:none }
div.powered-by:after { content:"GOD ." }
.widget-area { text-align:center; }

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
margin:auto;
}

.wp-block-gallery .blocks-gallery-item figcaption {
/*    margin: -20px 0;
*/    background: var(--global--color-gray);
    padding: 0;
}

.entry-header p,
.singular .entry-title { 
	text-align:center
}
-body.blog article p { 
	display:none;
}
-body.blog article { 
	display:inline-block;
	width:32%;
	padding:30px;
}
-body.blog .entry-title {
	font-size:30px;
}
