/*  Theme Name:   Astra Child
Description:  Theme Enfant de Astra
Author:       Olivia  
Template:     astra  
Version:      0.1.0 */

/* Header bar */
.ast-main-header-wrap.main-header-bar-wrap {
    width: 80%;
    margin-left: 10%;
}
.ast-primary-header-bar{
	border-radius: 50px;
}
.main-header-bar-wrap #title{
	color: var(--e-global-color-primary);
    font-size: 32px;
    font-weight: 700;
    line-height: 25px;
}
.main-header-bar-wrap #subtitle{
	color: var(--e-global-color-text);
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 25px;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}
a.menu-link {
    font-size: 20px;
}


/* Testimonial */
#testimonial .author-name{
	text-transform: uppercase;
    font-weight: 500;
}

/* Footer */
ul#astra-footer-menu a {
    font-size: 14px;
}



/**************************************************/
/************ Mobile ******************************/
/**************************************************/

@media (max-width: 640px) {
	/* header */
	.ast-main-header-wrap.main-header-bar-wrap {
	    width: 90%;
	    margin-left: 5%;
	}
	.main-header-bar-wrap #title{
		font-size: 17px;
	}
	.main-header-bar-wrap #subtitle{
		font-size: 12px;
	}
	.ast-builder-grid-row{
		grid-column-gap: 0px;
	}
}