/*
Theme Name: Astra Child theme of astra
Theme URI: 
Description: Child theme of astra theme for the Astra theme
Author: <a href="https://wpastra.com/about/?utm_source=theme_preview&#038;utm_medium=author_link&#038;utm_campaign=astra_theme">Brainstorm Force</a>
Author URI: 
Template: astra
Version: 3.8.2
*/

.elementor-heading-title span {
    color: #6abd45;
}

/*--SHRINKING LOGO--*/

.elementor-sticky--effects .sticky-logo img {
	width: 70px!important; /*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .5s all ease-in-out;
}


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 90px!important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}
/*--SHRINKING LOGO--*/
.clsrtestimonals .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
                    background: #f6f6f6;
                    padding: 15px !important;
                    min-height: 350px;
                }

                .clsrtestimonals .strong-view.wpmtst-modern .wpmtst-testimonial-inner .testimonial-name {
                    font-size: 20px;
                    font-weight: 800;
                    color: #262261;
                }

                .clsrtestimonals .strong-view.wpmtst-modern .wpmtst-testimonial-inner .testimonial-company {
                    font-size: 14px;
                    color: #151515;
                    font-style: italic;
                }

                .clsrtestimonals .wpmtst-testimonial-content a.readmore-toggle {
                    color: #2f5215;
                    text-transform: lowercase;
                }

                .clsrtestimonals .strong-view.wpmtst-modern .wpmtst-testimonial-content {
                    font-size: 1.2em;
                    font-family: 'LATO';
                }