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

#breadcrumbs {
	font-weight: 600 !important;	
}
#breadcrumbs a {
	font-weight: 300 !important;	
}
@media(max-width: 767px){
	.all-filters .wpc-open-close-filters-button {
		 width: 100%;
	}
	.all-filters .wpc-button-inner {
		justify-content: center;
	}
	.all-filters {
		box-shadow: none !important;
	}
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: static !important;
    z-index: 9997;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 100% !important;
}
.elementor-nav-menu--main .elementor-nav-menu ul a {
	display: flex;
    justify-content: center;
}