/*
Theme Name: Viviani Bordoni
Theme URI: https://vivianibordoni.coima.com/
Description: HDG is a child theme of Hello Biz, created by HDG
Author: HDG
Author URI: https://hangar.it
Template: hello-biz
Version: 100.0
*/

* {
	text-rendering: optimizeLegibility;
}

a {
	outline: 0 !important;
}


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


a,
a:hover {
	color: unset
}

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







.txt-alt span,
.txt-alt strong {
	font-family: "Forum", serif !important;
	font-weight: 300 !important;
	color: #99503D !important;
}

.txt-arch strong {
	font-size: 18px;
	color: #000 !important;
}

.txt-alt-giallo span,
.txt-alt-giallo strong {
	color: #F6E4B6 !important;
}

#hero-title span {
	color: #F6E4B6 !important;
}






.header-testata {
	background-color: transparent;
}
.scrolled .header-testata {
	background-color: #99503D;
}
.nav-open .header-testata {
	background-color: transparent;
}









#vb-open-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#vb-open-menu div {
	width: 30px;
	height: 1px;
	background: #F6E4B6;
	position: relative;
	transition: .5s;
}
#vb-open-menu div:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #F6E4B6;
	position: absolute;
	top: -8px;
	left: 0;
	transition: .5s;
}
#vb-open-menu div:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #F6E4B6;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: .5s;
}

#vb-open-menu.active div {
	transform: rotate(45deg);
}
#vb-open-menu.active div:before {
	top: 0;
	transform: rotate(90deg);
}
#vb-open-menu.active div:after {
	opacity: 0;
	bottom: 0;
}
#vb-menu-mobile {
	display: none; /* Inizialmente nascosto */
	opacity: 0;
	transition: opacity 0.5s ease-in-out; /* Animazione per opacità */
}

#vb-menu-mobile.active {
	display: block; /* Viene visualizzato quando attivo */
	opacity: 1;
}

.nav-open #vb-open-menu div,
.nav-open #vb-open-menu div:before,
.nav-open #vb-open-menu div:after {
	background: #99503D;
}


.hdg-accordion-content {
	display: none;
}
.hdg-accordion-button-active .elementor-icon-wrapper svg {
	transform: rotate(180deg) !important;
	transition: .5s;
}
.hdg-accordion-button {
	cursor: pointer;
}








.elementor-button-icon svg {
	width: 50px;
}



.vb-menu-nav > div li {
	border-bottom: 1px solid #99503D
}




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

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

	
}