/*
Theme Name:     CimaUomo
Theme URI:      https://cimauomo.it/
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
*/

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

a,
a:hover {
	color: unset
}

ul {
	padding-inline-start: 13px;
}





.header-section {
	background-color: transparent;
	transition: 0.5s;
}
.scrolled .header-section {
	background-color: #0B0A07;
}




.wpml-elementor-ls div,
.wpml-elementor-ls a {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}





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

.txt-color-alt span {
	color: #575756 !important;
}


.title-hero span {
	font-family: "brandon-grotesque";
	text-transform: uppercase;
}

.flip-section {
	width: 100%;
	transition: 0.5s;
}
.flip-section:hover {
	width: 250%;
}

.flip-section:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	backdrop-filter: blur(10px);
	transition: 0.5s;
}
.flip-section:hover:after {
	opacity: 0;
}

.flip-content {
	opacity: 0;
}
.flip-section:hover .flip-content {
	opacity: 1;
}



.images-effect img {
	transform: scale(1);
	transition: 1s;
}
.images-effect:hover img {
	transform: scale(0.8);
}







.elementor-field-subgroup label {
	font-size: 12px !important;
	text-transform: none !important;
}
.elementor-field-subgroup span .elementor-field-option {
	align-items: center !important;
}
.elementor-field-subgroup span .elementor-acceptance-field {
	appearance: none;
	display: inline-block !important;
	width: 14px;
	height: 14px;
	margin-right: 10px !important;
	border-radius: 50px !important;
	border: 1px !important;
	border-color: #0B0A07 !important;
	background-color: #0B0A07 !important;
	opacity: 0.3 !important;
}
.elementor-field-subgroup span .elementor-acceptance-field:checked {
	opacity: 1 !important;
}




@media only screen and (max-width: 1024px) {


	
}

@media only screen and (max-width: 767px) {
	
	.flip-section:after {
		backdrop-filter: blur(0px);
	}
	.flip-content {
		opacity: 1;
	}
		
}