/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Hangar Design Group
Author: Hangar Design Group
Author URI: https://hangar.it
Template: hello-elementor
Version: 1.0
*/



*  {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}



/* RESET ELEMENTOR */
h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
}
p,
b,
a {
	margin: 0px;
	padding: 0px;
}
a:focus {
	outline: 0 !important;
}
input:focus {
	outline: 0 !important;
}
select:focus {
	outline: 0 !important;
}
button:focus {
	outline: 0 !important;
}
span {
	margin: 0px;
	padding: 0px;
}
input,
a,
button,
textarea {
	box-shadow: none !important;
	margin: 0px;
	padding: 0px;
	outline: 0 !important;
}

.elementor-nav-menu--dropdown a:focus {
    background-color: transparent !important;
}

.hdg-header {
	position: fixed;
	width: 100%;
	background-color: transparent;
}
.scrolled .hdg-header {
	background-color: rgba(0, 0, 0, 0.39);
	backdrop-filter: blur(5px) !important;
}


/* CUSTOM SWIPER */
/*
.custom-swiper .elementor-container {
	flex-wrap: wrap;
}
.custom-swiper > .elementor-container > .elementor-column {
	width: 100%;
}
.custom-swiper.swiper-container .elementor-container {
	flex-wrap: nowrap;
}
.custom-swiper.swiper-container > .elementor-container > .elementor-column {
	width: auto;
}

.custom-swiper.swiper-container .swiper-slide .elementor-inner-section > div {
	flex-wrap: wrap;
}



.swiper-pagination {
	position: absolute;
	left: -5px;
	display: flex;
	bottom: -25px;
	justify-content: center;
	width: 100%;
}
.swiper-pagination-bullet {
	background: #28334A;
	color: #28334A !important;
	display: block;
	width: 10px;
	height: 10px;
	margin: 25px 5px 5px;
	opacity: .5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
*/



@media only screen and (min-width: 768px) {



}