/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* html, body {
	overflow-x: clip;
} */

.grecaptcha-badge {visibility: hidden;}

.header-main.elementor-sticky--effects {
	background-color: #7D122E !important;
}
.uael-flyout-overlay {
	background-color: transparent !important;
}
.main-navigation-items li a {
	display: inline-block;
	position: relative;
}
.main-navigation-items li a:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2025/06/arrow_forward_ios.svg');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
	top: 30px;
    right: -25px;
	opacity: 1 !important;
}

@media(max-width: 1024px){
	.main-navigation-items li a:before {
	top: 27px;
}
}
@media(max-width: 880px){
	.main-navigation-items li a:before {
	top: 25px;
}
}
@media(max-width: 767px){
	.main-navigation-items li a:before {
	top: 22px;
}
}