/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
p {
	margin-bottom: 20px;
	hyphens: auto;
}

.sub-menu {
	right: 30px;
}

.sub-menu .menu-item .elementor-sub-item:before {
	display: inline-block;
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,8.7l.18,32.41L3.39,0,0,3.39,41.11,44.31l-32.5-.09v4.85H49.16L49.07,8.7Z'/%3E%3C/svg%3E") no-repeat bottom / 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    margin-right: 10px;
	transition: .3s transform ease;
}

.sub-menu .menu-item .elementor-sub-item:hover:before,
.sub-menu .menu-item .elementor-sub-item.elementor-item-active:before {
    transform: rotate(-45deg);
}

.elementor-nav-menu .sub-arrow {
	display: none;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    padding: 10px 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.25);
}

.elementor-nav-menu--main .elementor-nav-menu ul .elementor-sub-item {
    border: 0;
}

.elementor-widget-n-accordion {
	--n-accordion-border-width: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	background: #fff;
}

.elementor-button-info .elementor-button-text:before,
.elementor-button-info.elementor-align-right .elementor-button-text:after,
.e-n-accordion-item .e-n-accordion-item-title:before {
	display: inline-block;
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.16 49.07'%3E%3Cpath fill='%23000' d='M44.22,8.7l.18,32.41L3.39,0,0,3.39,41.11,44.31l-32.5-.09v4.85H49.16L49.07,8.7Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 12px;
    transform: rotate(-45deg);
	transition: .4s transform;
	flex-shrink: 0;
	margin-bottom: auto;
    margin-top: .4em;
}

.elementor-button-info.elementor-align-right .elementor-button-text:before {
	display: none;
}

.elementor-button-info .elementor-button-text:before,
.elementor-button-info.elementor-align-right .elementor-button-text:after {
    transform: rotate(135deg);
    width: 8px;
    height: 13px;
    margin-right: 8px;
}

.elementor-button-info.elementor-align-right .elementor-button-text:after {
    transform: rotate(-45deg);
    margin-right: 0;
    margin-left: 8px;
}

.e-n-accordion-item .elementor-element {
    padding-left: 1.1rem;
	padding-top: 0;
}

.e-n-accordion-item .elementor-element p {
    margin: 0;
}

.e-n-accordion-item[open] .e-n-accordion-item-title:before {
	transform: rotate(45deg);
}