.header.header-general-container {
    display: flex;
}



.menu-container {
    width: 100%;
    text-align: center;
}
 
.menu a{
    display: block;
    color: black;
    position: relative;
    white-space: nowrap;
    padding: 0 10px;
    font-weight:600;
    
}

 .social-media-icon-container.menu a {
     font-weight: initial;
 }
 
 .social-media-icon-container.menu a:last-child {
     padding-right: 0;
 }

.current-menu-item a {
    font-weight: 900;
}
.menu-leotardin-container {
    width: 100%;
}


.menu {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

    
.menu li {
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -ms-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    margin-right: 20px;
}
.menu li:first-child {
    padding-left: 0;
}
.menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu li a {
    font-weight: 200;
}



/* Menuuuu */


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


header.header-general #nav-icon {
    right: 20px;
    top: 20px;
}
  #nav-icon {
    width: 40px;
    height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 15;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color:black;
}

#nav-icon.open span {
    border-left: 0;
}
    #nav-icon span:nth-child(1) {
    top: 0;
}
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 10.5px;
}
    #nav-icon span:nth-child(4) {
    top: 21px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
}
span.cross {
    display: none;
    font-weight: bold;
}
header.header-general.ciao-menu .threelines {
    display: none;
}
header.header-general.ciao-menu .cross{
	display:block;
}

    .menu {
    display: block;
    margin-bottom: 30px;
}
.menu-container {
     width: 100%;
     float: left;
    background-color: rgba(255, 255, 255, 0.07);
}

.menu li {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
ul.sub-menu.visible {
    position: inherit;
    width: 100%;
}
.menu a {
	position:relative;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
    .header-container {
    background-color: rgb(255 255 255);
    overflow: hidden;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    left: 100%;
    width: 100%;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -ms-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
}


.header-container.ciao-menu {
    left: 0;
    width: 100%;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 5;

}

.menu-2022-container{
	width:100%;
	text-align:center;
}
.menu a{
    font-size: 20px;
    display: inline-table;
    white-space: normal;
}
.menu.ciao-menu li{
	opacity:1;
}

.current_page_item a {
    color: black;
}

.menu-item.active a::after {
    border: 0!important;
}
.icon-dons {
    left: -5px;
    top: -5px;
}
  .small-menu .menu-2022-container {
    padding-bottom: 0;
}
.small-menu img.logo-header {
    max-height: 80px;
}

.small-menu .menu a {
    padding: 5px;
}

}

/* WPML */

a.wpml-ls-link {
    padding: 0;
    text-transform: lowercase;
}

/* SOCIALS */



@media screen and (max-width:1000px) {
    .header-container.ciao-menu {
    left: 0;
    width: 100%;
    height: 100vh;
}
.menu-entier {
    display: block;
    }

.menu li{
  margin: 0 0 10px 0!important;
}
.sub-menu {
        margin: 10px 0 40px 0 !important;
    }
    

}

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



header.header-general #nav-icon {
    right: 20px;
}


}

@media screen and (min-width: 350px) {
	img.logo-header.small {
    display: none;
}
	}
	
@media screen and (max-width: 350px) {

}
@media screen and (max-height: 350px) {


}