/* 
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 */
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

/* list */
.space-after-list li {
	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 svg {
	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;
}

/* 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 {
    outline: none!important;
	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;
}

/* Header */
.sticky-header.elementor-sticky--effects {
	background-color: #fff;
	border-bottom: 1px solid var( --e-global-color-accent );
	transition: all 0.3s ease;
}

.sticky-header.elementor-sticky--effects .elementor-icon svg {
	fill: var( --e-global-color-text )!important;
}

.sticky-header .elementor-icon:hover svg,
.sticky-header.elementor-sticky--effects .elementor-icon:hover svg {
	fill: var( --e-global-color-primary )!important;
}

.sticky-header.elementor-sticky--effects .elementor-nav-menu--main a {
	color: var( --e-global-color-text )!important;
}

.sticky-header .elementor-nav-menu--main a.elementor-item-active,
.sticky-header.elementor-sticky--effects .elementor-nav-menu--main a:hover {
	color: var( --e-global-color-primary )!important;
}

/* Footer */
.footer-copyright a {
	color: var( --e-global-color-bcf0685 );
}

.footer-copyright a:hover {
	color: var( --e-global-color-primary );
}

/* gforms */
.gform_wrapper .gform_required_legend {
	display: none;
}

.gform_wrapper .gfield_required {
	color: var( --e-global-color-primary )!important;
}

.gform_wrapper .gfield_label {
	font-size: var(--e-global-typography-ec6bcb4-font-size)!important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
	box-shadow: none!important;
}

.gform_wrapper .ginput_container textarea {
	border-radius: 0px!important;
}

.gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus {
	border-color: var( --e-global-color-bae755a )!important;
}

.gform_wrapper .gform-address .address_line_1 {
	inline-size: 50%!important;
}

@media (max-width: 640px) {
	.gform_wrapper .gform-address .address_line_1 {
		inline-size: 100%!important;
	}
}

.gform_wrapper .gform_footer {
	justify-content: center;
}

.gform_wrapper .gform_footer input[type=submit] {
	border-radius: 0px!important;
	background-color: var( --e-global-color-primary )!important;
	font-family: var(--e-global-typography-e387ac3-font-family), Sans-serif!important;
    font-size: var(--e-global-typography-e387ac3-font-size)!important;
    font-weight: var(--e-global-typography-e387ac3-font-weight)!important;
    text-transform: var(--e-global-typography-e387ac3-text-transform)!important;
    line-height: var(--e-global-typography-e387ac3-line-height)!important;
    letter-spacing: var(--e-global-typography-e387ac3-letter-spacing)!important;
    word-spacing: var(--e-global-typography-e387ac3-word-spacing)!important;
	box-shadow: none!important;
	transition: background-color 0.3s ease;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: var( --e-global-color-secondary )!important;
}

.gform_confirmation_message {
	text-align: center!important;
}