/**
Theme Name: Astra-child
Author: 1Lumen.com
Author URI: https://1lumen.com
Description: 1lumen theme is built for the best flashlight website on the planet!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*remove something*/
.ast-archive-description{
	display:none
}
/*center titles in blog overview layout*/
.post-content.ast-col-md-12 {
	text-align:center
}
/*remove the excerpt in blog overview layout*/
.ast-blog-grid-3 .ast-post-format-.blog-layout-1.ast-no-date-box .entry-content.clear p {
    display: none !important;
}
/*remove the Read More button in blog overview layout*/
.ast-blog-grid-3 .ast-post-format-.blog-layout-1.ast-no-date-box .entry-content.clear p.read-more {
    display: none 
}
.alignfull.has-white-color.has-text-color.has-background  {
  align-content: center;
	padding: 25px 10px;
}
/*add padding and shadow to gutenberg buyers guides grouped blocks*/
.groupblock {
	box-shadow: 0 0 10px 0 #f6f6f6, 0 0 10px 0 #f6f6f6;
	padding: 25px;
}