/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/************ Testimonial Styling ************/

.elementor-testimonial__text:after{
	content: url(/wp-content/uploads/5-star-review-lg.png);
	transform: scale(.44);
	display: block;
    text-align: center;
    padding-top: 10px;
    padding-right: 15px;
    margin-bottom: -10px;
    margin-left: -10px;
}

.elementor-testimonial__image{
	display:none;
}

/*.elementor-testimonial__text{
	color:#222222;
	font-size: 16px!important;
	font-style: normal!important;
	background-color: #d5e2e2;
	padding: 2em 1em 2em 2.4em!important;
}

.elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 98%!important;
}

.elementor-widget-testimonial-carousel .swiper-slide {
    height: auto;
    padding: 0px!important;
}

.elementor-testimonial__name:before{
		content: '- ';
}

.elementor-testimonial__name{
	color: #626262;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: "Open Sans Condensed", Sans-serif;
	letter-spacing: 2.2px;
	font-weight: 700;
}*/