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

.elementor-menu-toggle span {
	line-height: 0!important;
}

.elementor-field-type-acceptance .elementor-field-option {
	display: flex!important;
    align-items: flex-start!important;
}
.elementor-field-type-acceptance label {
	font-size: 14px!important;
}
.elementor-field-type-acceptance input {
    margin: 4px 10px 0 0!important;
}

textarea, input[type="text"], input[type="tel"] {
	padding: 15px 20px!important;
}


.elementor-widget-text-editor p, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content p, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol, .woocommerce-billing-fields__field-wrapper p, .elementor-widget-heading p, .elementor-widget-heading ul, .elementor-widget-heading ol, .acf-gallery, .elementor-widget-woocommerce-product-content p, .elementor-widget-woocommerce-product-content ul, .elementor-widget-woocommerce-product-content ol {
	margin-bottom: 0.9rem!important;
}
.elementor-widget-text-editor p:last-child, .elementor-widget-text-editor ul:last-child, .elementor-widget-text-editor ol:last-child, .elementor-widget-theme-post-content p:last-child, .elementor-widget-theme-post-content ul:last-child, .elementor-widget-theme-post-content ol:last-child, .woocommerce-billing-fields__field-wrapper p:last-child, .elementor-widget-heading p:last-child, .elementor-widget-heading ul:last-child, .elementor-widget-heading ol:last-child, .acf-gallery:last-child, .elementor-widget-woocommerce-product-content p:last-child, .elementor-widget-woocommerce-product-content ul:last-child, .elementor-widget-woocommerce-product-content ol:last-child {
	margin-bottom: 0!important;
}

.newul ul {
    margin: 0 0 10px;
	padding-inline-start: 0!important;

}
.newul li:before {
    content: "—";
    margin-left: -26px;
    width: 26px;
    display: inline-block;
}
.newul li {
    list-style-type: none;
    margin-left: 26px;
}

.elementor-menu-toggle {
	padding: 0!important;
}
.elementor-nav-menu--dropdown {
	padding: 0 20px!important;
	background: transparent!important;
}

.bs a, .bs a:visited, .bs a:focus, .bs a:active {
	color: var(--e-global-color-primary)!important;
	border-bottom: 1px solid var(--e-global-color-f9fc8c5)!important;	
}
.bs a:hover {
	color: var(--e-global-color-secondary)!important;
	border-bottom: 1px solid var(--e-global-color-3a7399d)!important;	
}

.bs_w a, .bs_w a:visited, .bs_w a:focus, .bs_w a:active {
	color: var(--e-global-color-599038a)!important;
	border-bottom: 1px solid var(--e-global-color-007ad98)!important;
}
.bs_w a:hover {
	color: var(--e-global-color-5667d59)!important;
	border-bottom: 1px solid var(--e-global-color-afcfe89)!important;
}
.elementor-field-type-acceptance a, .elementor-field-type-acceptance a:visited, .elementor-field-type-acceptance a:focus, .elementor-field-type-acceptance a:active {
	color: var(--e-global-color-primary)!important;
	border-bottom: 1px solid var(--e-global-color-f9fc8c5)!important;	
}
.elementor-field-type-acceptance a:hover {
	color: var(--e-global-color-secondary)!important;
	border-bottom: 1px solid var(--e-global-color-3a7399d)!important;	
}

.bd a, .bd a:visited, .bd a:focus, .bd a:active {
	color: var(--e-global-color-primary)!important;
	border-bottom: 1px dashed var(--e-global-color-f9fc8c5)!important;
}
.bd a:hover {
	color: var(--e-global-color-secondary)!important;
	border-bottom: 1px dashed var(--e-global-color-3a7399d)!important;
}

@media (max-width: 1024px) {
	.elementor-nav-menu--dropdown ul {
		padding: 10px 0!important;
		background: var(--e-global-color-primary)!important;
		border-radius: 20px;
	}
	.elementor-widget-loop-grid .elementor-widget-container {
		overflow-x: scroll!important;
	}
	.elementor-widget-loop-grid .elementor-widget-container::-webkit-scrollbar {
		height: 0!important;
		width: 0!important;
		display: none!important;
	}
	.elementor-widget-loop-grid .elementor-widget-container .elementor-grid {
		width: fit-content!important;
	}
	.elementor-widget-loop-grid .elementor-widget-container .elementor-grid .e-loop-item {
		width: calc((100vw / 2) - 80px)!important;
	}


}
@media (max-width: 767px) {
	.elementor-nav-menu--dropdown ul {
		border-radius: 0 0 20px 20px;
	}
	nav.elementor-nav-menu--dropdown {
		border-radius: 0!important;
	}
	.elementor-nav-menu--dropdown {
		padding: 0 0!important;
	}
	.elementor-widget-loop-grid .elementor-widget-container .elementor-grid .e-loop-item {
		width: calc((100vw / 1) - 100px)!important;
	}
}