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

.card-service {
	aspect-ratio: 3/4;
}

.grid-services .elementor-loop-container {
	counter-reset: service-item;
}

.grid-services .e-loop-item {
	counter-increment: service-item;
}
.grid-services .e-loop-item .elementor-widget-heading .elementor-heading-title{
	display: flex;
}
.grid-services .e-loop-item .elementor-widget-heading .elementor-heading-title::before {
	content: counter(service-item, decimal-leading-zero) " / ";
	margin-right: 0.3em;
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	white-space: nowrap;
	line-height: 122%;
}

.wp-child-theme-hello-theme-child-master .menu-burger .elementor-nav-menu .elementor-item.elementor-item-active {
	font-weight: 600;
}

.aspect-ratio-4-3 {
	aspect-ratio:4/3;
}
.aspect-ratio-16-9 {
	aspect-ratio:16/9;
}
/*
body.wp-child-theme-hello-theme-child-master .elementor-social-icon{
	color:white;
}
*/
body.wp-child-theme-hello-theme-child-master .elementor-social-icon:hover,
body.wp-child-theme-hello-theme-child-master .elementor-social-icon:focus{
	color: var(--e-global-color-secondary);
	background-color: white!important;
}

header>.transparent .elementor-social-icon{
	color:white;
}
body.wp-child-theme-hello-theme-child-master header>.transparent .elementor-social-icon:hover,
body.wp-child-theme-hello-theme-child-master header>.transparent .elementor-social-icon:focus{
	color: var(--e-global-color-secondary);
	background-color: white!important;
}
.grecaptcha-badge{ visibility:none;}