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

h1 a, h2 a, h3 a, h4a {
	font-family: 'Outfit' !important;
	font-weight: 600 !important;
}
.grecaptcha-badge {visibility: hidden;}

#breadcrumbs {
	font-weight: 600 !important;	
	font-family: 'Manrope' !important;
	font-size: 13px;
}
#breadcrumbs a {
	font-weight: 600 !important;
	font-family: 'Manrope' !important;
	font-size: 13px;
}
@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;
	}
}

.uskoro-btn {
	position: relative;
}
.uskoro-btn:before {
	content: 'USKORO';
    position: absolute;
    top: 0;
    background: #041b47;
    color: #fff;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    border-radius: 99px;
    padding: 0px 10px;
	left: calc(50% - 31px);
    top: -10px;
}
.uskoro-btn-menu {
		position: relative;
}
.uskoro-btn-menu:before {
	content: 'USKORO';
    position: absolute;
    top: 0;
    background: #041b47;
    color: #fff;
    z-index: 2;
    font-size: 8px;
    font-weight: 500;
    border-radius: 99px;
    padding: 0px 7px;
	right: 0;
    top: -6px;
}
.elementor-icon-box-wrapper .elementor-icon-box-title {
	margin-top: 0;
}
.elementskit-accordion .elementskit-card-header h3 {
	font-size: 18px !important;
	font-weight: 600;
	color: #fff !important;
	font-family: Outfit, sans-serif;
	margin: 0 !important;
}
.home .elementskit-accordion .elementskit-card-header h3 {
	font-size: 18px !important;
	font-weight: 600;
	color: #000 !important;
	font-family: Outfit, sans-serif;
	margin: 0 !important;
}
@media(max-width: 767px){
	.ekit-wid-con .ekit_accordion_icon_group {
    margin-right: 10px !important;
}
	.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
    padding-right: 20px !important;
}
}
.elementskit-accordion ul {
	margin-left: 20px !important;
    margin-bottom: 15px !important;
}
.elementskit-menu-hamburger {
	display: none !important;
}
@media(max-width: 1024px){
	.elementskit-menu-hamburger {
	display: block !important;
}
}