/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Child theme for Astra
Author: Your Name
Template: astra
Version: 1.0.10
*/

.type-solutions .entry-header{
    display: none !important;
}
.wp-block-list{
    padding-left: 35px;
}
.post-type-archive-solutions .container{
	margin: 0 auto;
	padding: 0 10px;
}
.custom-gallery img{
	height:auto !important;
	flex: none !important; 
}
.ast-builder-menu-1 .menu-item > .menu-link{
	    color: var(--ast-global-color-0) !important;
}

.archive.author .ast-author-box{
	justify-content:center;
	align-items:center;
	gap:40px;
}
.archive.author .ast-author-bio{
	flex:0 ;
}
.archive.author img.avatar{
	    width: 150px;
    height: 200px;
    border-radius: 0;
}
.archive.author .ast-blog-featured-section{
	display:none;
}
.archive.author .ast-post-format- {
	justify-content:center;
}
