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

/* General */
.elementor-widget-text-editor div p:last-child {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

/* list */
.elementor-widget-text-editor ul li {
	margin-bottom: 0.9rem!important;
}

.elementor-widget-text-editor ul {
	margin-bottom: 0.9rem!important;
}



/* center list */
.center-list div ul {
	list-style-position: inside;
	padding-left: 0;
}

.center-list div ul li span {
	margin-left: -10px;
}

/*
a svg {
	transition: opacity .2s ease!important;
}

a svg:hover {
	opacity: 0.7;
}*/

/* Icon fix */
.elementor-icon-wrapper {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

.elementor-icon-wrapper .elementor-icon svg {
    width: auto!important;
}

.elementor-icon svg,
.elementor-icon svg path,
.elementor-icon svg g
{
	transition: fill .2s ease;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill 0.2s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.2s ease;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Icon Button Fix */
.elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    align-items: center;
}

/* Elementor Icon normalize */
.icon-normal div div .elementor-icon svg {
	height: auto!important;
}

/* Icon hover transition */
a.elementor-icon i {
	transition: color 0.3s ease;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* remove button outline 
[type=submit], 
[type=submit]:focus,
button,
button:focus,
[type=button],
[type=button]:focus {
    outline: none;
	border: none;
}*/

/* Remove field focus-visible 
:focus-visible {
    outline: none;
}*/

/* remove safari form styling */
input[type=text], input[type=email], input[type=tel], textarea, input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
	-webkit-border-radius: 0;
    appearance: none;
}

/* Visually Hidden */
.visually-hidden {
	font-size: 0!important;
	width: 1px!important;
	height: 1px!important;
	display: inline-block!important;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

.elementor-editor-active .visually-hidden {
font-size: inherit!important;
	width: inherit!important;
	height: inherit!important;
	display: inherit!important;
	overflow: inherit!important;
	position: inherit!important;
	border: inherit!important;
	padding: inherit!important;
	margin: inherit!important;
}

/* popup close button */
.dialog-close-button svg {
	transition: fill 0.3s ease;
}

/* Links */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content p a,
.elementor-icon-list-item a .elementor-icon-list-text {
	font-weight: 700;
	color: var(--e-global-color-e2a3ecd);
	text-decoration: underline;
	transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	position: relative;
}

.elementor-widget-text-editor.text-dark a {
	color: var(--e-global-color-primary);
}

.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:focus,
.elementor-widget-theme-post-content p a:hover,
.elementor-widget-theme-post-content p a:focus,
.elementor-icon-list-item a .elementor-icon-list-text:hover,
.elementor-icon-list-item a .elementor-icon-list-text:focus {
	color: var(--e-global-color-3d1f864);
}

.elementor-widget-text-editor.text-dark a:hover,
.elementor-widget-text-editor.text-dark a:focus {
	color: var(--e-global-color-secondary);
}

.break-link a {
	word-break: break-all;
}

/* lists */
.elementor-widget-text-editor .elementor-widget-container ul,
.wp-block-list {
	margin-bottom: 20px;
}

/* anchor offset */
body:not(.elementor-editor-active) .elementor-menu-anchor {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 1366px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -100px;
	}
}

@media (max-width: 1024px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -100px;
	}
}

@media (max-width: 767px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -80px;
	}
}