@media screen and (max-width: 767px) {
    body{
        background: black;
    }
	
	.content_site{
		height: calc(100% - 60px);
		background: rgba(0, 0, 0, 0.8);
		top: 60px;
		position: fixed;
		left: 0;
		width: 100%;
		overflow-y: auto;
	}
	
	.menu_mobile {
		display: block;
	}
    .menu-italian_menu-container {
        border:none;
    }
    .menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu.mobile_v{
        display:block;
        position: absolute;
        top: calc(50% - 16px);
        left: 20px;
        border: solid 1px white;
        width: fit-content;
        background: rgba(0, 0, 0, 0.7);
        height: auto;
    }
    .menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu.mobile_v>.lang[data-lang="it"]{
        display: inline-block;
        border: none;
        border-right: solid 1px white;
        padding-left: 6px;
    }
    .menu-item.menu-item-type-post_type.menu-item-object-page.new_lang_menu.mobile_v>.lang[data-lang="en"]{
        display: inline-block;
        padding: 0 6px;
    }
    .lang_mobile{
        display:block;
    }
	.box_cell.box_r_1.box_c_1, .box_cell.box_r_2.box_c_1, .box_cell.box_r_2.box_c_2, .box_cell.box_r_2A.box_c_1, .box_cell.box_r_2A.box_c_2, .box_cell.box_r_3.box_c_1, .box_cell.box_r_3.box_c_2, .box_cell.box_r_3.box_c_3, .box_cell.box_r_3A.box_c_1, .box_cell.box_r_3A.box_c_2, .box_cell.box_r_3A.box_c_3 {
		width: 350px;
		height: 121px;
	}
	.box_cell {
		display: inline-block;
		position: relative;
		border: 1px gold solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-position: center;
		background-size: cover;
		cursor: pointer;
		opacity: 1;
		transition: opacity 1s;
		margin-bottom: 14px;
	}
	div.contact_us{
		display:none;
	}
	 
	.footer.desktop{
		display:none;
	}
	.footer{
		position: absolute;
		bottom: 50px;
		top: unset;
		background: no-repeat;
		border-top: none;
		width: calc(100% - 20px);
		left: 10px;
	}
	.subtitle{
        display:none;
    }
  .header_subtitle{
        top: 59px;
        z-index: 3;
        height: auto;
        padding-block: 5px;
        /* border-bottom: 1px solid gold; */
        position: fixed;
        width: 100%;
        text-align: center;
        background: rgba(0,0,0,0.5);
		font-size: 14px;
		display:none;
    }
    /*
    .home > .blocco_1 > .testo{
        transform: none;
        top: 10px;
        left: 0;
		background: none;
		margin-top: 250px;
    }
    */
    .home>.blocco_1>.testo{
        transform: translate(-50%, -50%);
    }
    .home > .blocco_1 > .testo > .title{
        padding-top: 10px;
        text-align: left;
    }
    .home > .blocco_1 > .testo > .txt{
        margin-top: 20px;
    }
    .blocco_1 .testo ::before{
        display:none;
    }
    .blocco_1>.testo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(90deg, rgba(36, 32, 10, 1) 8%, rgba(88, 75, 8, 1) 24%, rgba(255, 215, 0, 1) 43%, rgba(255, 255, 255, 1) 71%, rgba(222, 187, 2, 1) 81%, rgba(126, 107, 17, 1) 100%);
        opacity: 0.5;
        z-index: 1;
    }
    .services_list>div {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        min-height:none;
    }
    .blocco_2>.img{
        border-radius: 0 !important;
        position: absolute;
        top: 69px;
        left: 50%;
        text-align: center;
        display: inline-block;
        margin: 25px -140px !important;
        width: 300px !important;
        height: 300px;
        aspect-ratio: 1;
    }
    .blocco_2>.testo{
        width: 100%;
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .blocco_2 .testo ::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0px;
        width: 100%;
        height: 10px;
        background: linear-gradient(90deg, rgba(36, 32, 10, 1) 8%, rgba(88, 75, 8, 1) 24%, rgba(255, 215, 0, 1) 43%, rgba(255, 255, 255, 1) 71%, rgba(222, 187, 2, 1) 81%, rgba(126, 107, 17, 1) 100%);
        opacity: 0.5;
        z-index: 1;
        display:none;
    }
    .infrastrutture>.blocco_2 {
        height: 100%;
        width: calc(100% - 30px);
        left: 0;
        margin: 0;
        padding: 10px;
    }
    .infrastrutture>.blocco_2>.testo>.txt{
        margin-top: 335px;
    }
    .etichette>.blocco_5,
    .chi_siamo>.blocco_3 {
        height: 100%;
        width: calc(100% - 30px);
        padding: 0;
        margin: 0;
        left: 13px;
        top: 0;
    }
    .etichette>.blocco_5>.testo{
        text-align: justify;
    }
    #etichette > div.testo{
        padding-bottom: 40px;
    }
    .etichette>.blocco_5>.testo>.title,
    .chi_siamo>.blocco_3>.testo>.title {
        margin-bottom: 40px;
    }
    .etichette>.blocco_5 .box .title,
    .chi_siamo>.blocco_3 .box .title {
        margin-bottom: 280px;
    }
    .blocco_5 .box .cont_label, .blocco_3 .box .cont_member {
        background-color: rgba(3, 3, 3, 0.7);
        padding: 20px;
        margin-top: 20px;
        height: 450px;
        border-top: solid 1px gold;
    }
    .etichette>.blocco_5 .box .img{
        border: none;
        outline: none;
    }
    .etichette>.blocco_5 .box .img,
    .chi_siamo>.blocco_3 .box .img{
        position: absolute;
        top: 80px;
        width: 250px;
        left: calc(50% - 125px);
        height: 250px;
    }
    .chi_siamo>.blocco_3 .box .img{
        border-radius: 0;
    }
    .home>div>.testo>.title{
        color:gold;
        font-size: 30px;
        text-align: center !important;
    }
    .home>div>.testo>.txt{
        margin-top:100px;
    }
    .listanova.container .label_container{
        position:fixed;
        width:100%;
        left:0;
        margin:0;
        top:59px;
        height:calc(100% - 59px);
    }
    iframe.iframe_multilink{
        width:100%;
        left:0;
        display:none;
    }
    iframe.iframe_multilink.mobile_active{
        display:block;
        background:black;
    }
    img.close_iframe {
        z-index: 9 !important;
        position: fixed;
        lefT: 22px;
        top: 78px;
        width: 60px;
        cursor: pointer;

    }
    img.close_iframe.mobile_active{
        display:block;
    }
    .etichette_production>.et_selected>img{
        width: 60px;
        position: fixed;
        bottom: 10px;
        right: 20px;
        left:unset;
    }
  .altre_et,
  .logo_switch>img{
       width: 50px !important;
  }
  .altre_et {
        right: 27.5px;
        position: fixed !important;
        bottom: 73px !important;
        left: unset !important;
        top: unset !important;

    }
    .blocco_6 .icone {
        width: calc(100% - 10px);
        margin-bottom: 30px;
    }
    
    .blocco_7 .txt {
        max-width: 100%;
        text-align: justify;
    }
    .blocco_7 .form-container{
        height:auto;
    }
    .blocco_7 .form-container>div{
        width:100% !important;
    }
    .blocco_7 .form-container .img{
        display:none;
    }
    .container>div,
    .home>div,
    .home>.blocco_4>.blocco_5,
    .home>.blocco_4>.blocco_6{
        display:block;
        position:relative;
        width:100%;
        width:calc(100% - 10px);
        margin-left:5px;
        margin-top:10px;
		width: 350px;
        left: 50%;
        position: relative;
        margin-left: -175px;
    }
	
	.home>.blocco_1 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
    /*
    .home>div>.testo,
    .home>div>.img{
        width: 100%; 
        padding:0;
    }
    */
    .home>div>.testo>.txt{
        margin-top: 320px;
        position: relative;
        text-align: justify;
    }
    .chi_siamo>div.blocco_3>.testo>.txt,
    .home>div.blocco_4>.testo>.txt{
        margin-top:0;
    }
    .chi_siamo>div.blocco_3 .box,
    .home>.blocco_4>.blocco_5 .box{
        width: 100%;
    }
    .home>.blocco_5>.testo>.txt{
        margin-top: 220px;
    }
    .home>div>.img{
        position: absolute;
        left: 0;
        top: 60px;
    }
	
    .chi_siamo>.blocco_3>.img{
        position: absolute;
        left: 0;
        top: 83px;
    }
    .blocco_5 .box {
        width: 100%;
    }
  .header.slim {
    background: #3b3b3b;
  }
  .header{
        z-index: 6 !important;
  }
  .background > .player {
    width: auto;
    height: 100%;
  }
  .brand-block {
    width: 100%;
  }
  .header > .link_home > .logo {
    width: 90px;
    top: 0;
    margin-top: 6px;
    left: 50%;
    position: absolute;
    margin-left: -45px;
  }
  .header > .navigation {
    display: none;
  }
  .container_menu {
    width: 50%;
    background: #3b3b3bf0;
    background: #3b3b3b;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 5;
    height: calc(100% - 58px);
    border-left: gold solid 2px;
    -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .container {
	position: absolute !important;
    margin: 0 !important;
	width:100% !important;
	height: 100% !important;
	top: 0 !important;
	padding: inherit !important;
  }
  .navigation_mobile {
    font-family: "Candara";
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
  }

  .navigation_mobile > .voice {
    margin-top: 20px;
    margin-left: 20px;
  }

  .background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #030303;
    z-index: -1;
    text-align: center;
  }
  .background > .player {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    margin-left: 0;
  }
  #menu-italian_menu {
    padding-left: 15px;
  }
  .menu-item {
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
  .menu-item > a,
  .menu-item >div.list-link {
    color: white;
    text-decoration: none;
    text-align: left;
    font-size: initial;
  }
  .header {
    border-bottom: gold solid 2px;
    top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid gold;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.8);
    transition: background 0.7s;
	z-index:3;
  }
  .footer {
    margin: 0;
    margin-top: 20px;
    color: white;
    font-family: "Candara";
    text-align: center;
    padding: 20px 0px;
    border-top: solid 1px gold;
    background: #303030;
    left: 0;
    width: 100%;
    position: absolute !important;
    top: unset !important;
    bottom: 0 !important;
  }
  .footer > span {
    color: gold;
  }
  a {
    text-decoration: none;
  }
  [aria-current] {
    font-weight: 800;
  }

  .footer_dash {
    display: none;
  }
  .current_page_item > a {
    color: gold;
  }

  .privacy_policy {
    position: relative;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    color: white;
  }
  .privacy_policy {
    margin-top: 90px;
  }
  .contact_form,
  .privacy_policy {
    position: relative;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    color: white;
    margin-top: 90px;
  }
  #main {
    margin-top: 70px;
  }
  .first.footer_text {
    margin-top: 10px;
  }
  .last.footer_text {
    margin: 10px 0;
  }
  .cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .cc-window.cc-invisible {
    opacity: 0;
  }
  .cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
  .cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  .cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
  }
  .cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
  .cc-revoke,
  .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2147483646;
  }
  .cc-window.cc-static {
    position: static;
  }
  .cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cc-revoke {
    padding: 0.5em;
  }
  .cc-revoke:hover {
    text-decoration: underline;
  }
  .cc-header {
    font-size: 18px;
    font-weight: 700;
  }
  .cc-btn,
  .cc-close,
  .cc-link,
  .cc-revoke {
    cursor: pointer;
  }
  .cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
  }
  .cc-link:hover {
    opacity: 1;
  }
  .cc-link:active,
  .cc-link:visited {
    color: initial;
  }
  .cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
  }
  .cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
  }
  .cc-highlight .cc-btn:first-child:focus,
  .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .cc-close {
    display: block;
    position: absolute;
    top: 0.2em;
    right: 0.4em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
  }
  .cc-window.cc-banner.cc-addedcloseX {
    padding: 2em 1.8em;
  }
  .cc-close:focus,
  .cc-close:hover {
    opacity: 1;
  }
  div.cc-blockingScreen {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 2147483630;
    top: 0;
    left: 0;
    position: fixed;
  }
  .cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .cc-revoke.cc-left {
    left: 3em;
    right: unset;
  }
  .cc-revoke.cc-right {
    right: 3em;
    left: unset;
  }
  .cc-top {
    top: 1em;
  }
  .cc-left {
    left: 1em;
  }
  .cc-right {
    right: 1em;
  }
  .cc-bottom {
    bottom: 1em;
  }
  .cc-floating > .cc-link {
    margin-bottom: 1em;
  }
  .cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
  }
  .cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
  }
  .cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
  }
  .cc-allswitches.cc-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .cc-floating .cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cc-btn + .cc-btn {
    margin-left: 0.5em;
  }
  .cc-switch-element {
    margin-bottom: 0.3em;
  }
  .cc-switch {
    position: relative;
    display: inline-block;
    width: 2.3em;
    height: 1.4em;
    margin: 0 0.3em 0 0;
    vertical-align: middle;
  }
  .cc-switch-label {
    margin-right: 0.6em;
  }
  .cc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
  }
  .cc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cc-slider:before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  input:checked + .cc-slider {
    background-color: #a0db8e;
  }
  input:focus + .cc-slider {
    -webkit-box-shadow: 0 0 1px #a0db8e;
    box-shadow: 0 0 1px #a0db8e;
  }
  input:checked + .cc-slider:before {
    -webkit-transform: translateX(0.9em);
    transform: translateX(0.9em);
  }
  .cc-slider.disabled:before {
    opacity: 45%;
  }
  .cc-slider.classic {
    border-radius: 0.6em;
  }
  .cc-slider.classic:before {
    border-radius: 50%;
  }
  @media print {
    .cc-revoke,
    .cc-window {
      display: none;
    }
  }
  @media screen and (max-width: 900px) {
    .cc-btn {
      white-space: normal;
    }
  }
  @media screen and (max-width: 414px) and (orientation: portrait),
    screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
      top: 0;
    }
	
    .cc-window.cc-bottom {
      bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
      left: 0;
      right: 0;
    }
    .cc-window.cc-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
    .cc-window.cc-floating {
      max-width: none;
    }
    .cc-window .cc-message {
      margin-bottom: 1em;
    }
    .cc-window.cc-banner {
      -webkit-box-align: unset;
      -ms-flex-align: unset;
      align-items: unset;
    }
    .cc-window.cc-banner .cc-message {
      margin-right: 0;
    }
  }
  .cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
  }
  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .cc-theme-classic .cc-btn {
    border-radius: 5px;
  }
  .cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
  }
  .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
  }
  .cc-theme-edgeless.cc-window {
    padding: 0;
  }
  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em;
  }
  .cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
  }
  .cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
  }
  .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
  }
  .cc-window.cc-banner {
    height: 180px;
  }
  .wpcf7-form > p {
    display: block;
    width: 100%;
  }
  #wpcf7-f218-o1 > .wpcf7-form > p:nth-child(5),
  .wpcf7-form > p:nth-child(7) {
    display: inline-flex;
  }
  .product-price > .woocommerce-Price-amount > bdi,
  .product-subtotal > .woocommerce-Price-amount > bdi {
    font-size: 14px;
  }
  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
    > tbody
    > tr
    > .product-name {
    padding: 15px 0px;
    width: 100px;
  }
  .shop_table.shop_table_responsive > tbody > tr > td > span > bdi {
    margin: 10px 0 14px 0;
  }
  .wc-proceed-to-checkout {
    margin-top: 15px;
  }
  .product_meta {
    margin: 40px 0;
  }
  .product_title.entry-title {
    text-align: center;
  }

  .elenco_categories {
    display: none;
  }
  .cat_mobile {
    display: block;
  }
  .filtro_mobile {
    border: 1px white solid;
    color: white;
    background: none;
    padding: 8px;
    margin-top: 10px;
    left: 50%;
    position: relative;
    margin-left: -151px;
    width: 300px;
  }
  .products.columns-4 {
    padding: 0;
  }

  .banner_category {
    width: 300px;
    position: relative;
    left: 50%;
    margin-left: -150px;
    height: 80px;
  }
}