/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*** Testimonials ***/
.elementor-widget-testimonial .elementor-testimonial-content:before {
	content: "";
	background: url("img/quote-left.png") no-repeat;
	width: 101px;
	height: 58px;
    position: absolute;
    margin-left: -13%;
    margin-top: -10%;
}
.elementor-widget-testimonial .elementor-testimonial-content:after {
	content: "";
	background: url("img/quote-right.png") no-repeat;
	width: 101px;
	height: 58px;
    position: absolute;
    margin-left: 13%;
    margin-top: 0%;
}
@media (max-width:480px) {
	.elementor-widget-testimonial .elementor-testimonial-content:before {
		margin-left: -20%;
		margin-top: -20%;
	}
	.elementor-widget-testimonial .elementor-testimonial-content:after {
		margin-left: 0%;
		margin-top: 10%;
	}
}



/* Sticky effects */
.elementor-sticky--effects {
	background-color: #0b4f6c !important;
}

.footer-bottom-links a,
.copyright a {
	color: #fff;
}
