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

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

/* Remove focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

/* General */
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color 0.2s ease;
}

/* bullet list margin fix */
.elementor-widget-text-editor div ul {
	padding-inline-start: 16px;
}

.elementor-widget-text-editor div ul li {
	margin-bottom: 6px;
}

/* Elementor Icon fix */
.elementor-icon-wrapper,
.pp-offcanvas-content-wrap {
	line-height: 0!important;
}

.elementor-icon svg {
	transition: all 0.2s ease;
}

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

/* Elementor Icon bottom space fix */
.elementor-widget-icon .elementor-widget-container .elementor-icon-wrapper {
	line-height: 0;
}

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

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

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

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

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

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

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


/* footer */
footer .elementor-widget-text-editor a {
	color: var(--e-global-color-b7ca39e);
}

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