/**handles:hello-elementor-child-style**/
/* 
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
*/

@font-face { 
    font-family: ClanPro; 
    src: url(/wp-content/themes/hello-theme-child-master/fonts/ClanPro-Book.woff2); 
    font-weight: normal; 
}

blockquote {
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 35px;
}

blockquote p::before, blockquote p::after {
		line-height: 1.45;
		content: '’’';
		font-size: 5rem;
		font-family: $font;
		line-height: 0;
		display: inline-block;
		transform: translateY(3.1rem);
		letter-spacing: -5px;
		margin-top: -17px;
}
blockquote p::before {
		margin-right: 5px;
		margin-left: -32px;
}
blockquote p::after {
		margin-left: 5px;
}