/* 
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
*/


.iti__selected-flag{
	pointer-events:none!important;
}

.elementor-widget-text-editor li {
	list-style-type: inherit;
	margin-bottom: 0px;
}

.elementor-widget-text-editor h2, 
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h6{
	text-align:left!important;
}

img.alignright, img.alignleft, img.aligncenter,img.alignnone {
	border: 5px solid #fff;
	border-radius: 3px;
	box-shadow: rgba(216, 216, 216, 0.42) 0px 0px 11px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

.page-numbers.next, .page-numbers.prev {
	background-color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: normal;
	text-decoration: var( --e-global-typography-accent-text-decoration );
	fill: var( --e-global-color-text );
	color: #fff!important;
	padding: 7px 20px;
}

.testimonial-author{
	margin-bottom:-4px;
}