

.logoMobileTop {
    display: none;
}

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

    .logoMobileTop {
        display: block;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
    }

    .logoMobileTop img {
        width: 90px;
    }

    main {
        width: 100%;
    }

    .openMenu {
        position: absolute;
        top: 18px;
        left: 40px;
    }


    .header {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0;
        z-index:3;
      }

      .header .closebtn {
        position: absolute;
        top: 2px;
        left: 10px;
        font-size: 60px;
        margin-left: 0;
      }

      main {
          margin-top: 84px;
      }

}

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

    .containerBigBox .topMenuBox .col20 {
        width: 100%;
        text-align: center;
    }

    .mainTitleDescription .col50 {
        width: 100%;
        padding-right: 0px;
    }

    .mainDescription .col50 {
        width: 100%;
        padding: 0 !important;
    }


    .colRadicchio .col33 {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 40px 15px;
        margin-top: 0;
        background-color: #fff;
    }

    .colImgRivenditore {
        position: relative;
        left: 0;
        top: 0;
    }

    .colTextRivenditore {
        width: 100%;
        border: 1px solid #b41f34;
        position: relative;
        float: right;
        margin-top: 100px;
    }


    .colTextProduttori {
        width: 100%;
        border: 1px solid #b41f34;
        position: relative;
        float: left;
        margin-top: 100px;
        z-index: 1;
    }

    .colImgProduttori {
        position: relative;
        top: 40px;
        right: 0;
    }

    .footer .col33 {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }

    .footer .col50 {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }

    .threeColRadicchio .col33 {
        width: 100%;
        text-align: center;
        padding: 40px 20px;
    }
    
    .threeColRadicchio .col33 {
        width: 100%;
        text-align: center;
        padding: 40px 20px;
    }

    .singleItemGallery .imgSliderProcesso {
        width: 100%;
    }

    .singleItemGallery .textSliderProcesso {
        width: 100%;
        position: relative;
    }

    .singleSlideHome2 .owl-dots {
        position: relative;
        right: 0;
        width: 100%;
        bottom: 0;
        padding: 20px 10px;
    }

    .ctaButton {
        background-color: #b41f34;
        padding: 14px 50px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        text-align: center;
    }

    .mainDescription.images .col50 {
        text-align: center;
        padding-bottom: 20px !important;
    }

    .mainDescription.images .col50 img {
        padding: 10px;
    }

    .coll33Rivenditori {
        width: 100%;
        padding: 20px;
    }

    .imgTopHome {
        height: 30vh;
        width: 100%;
    }

    .titoloSlide h1 {
        margin: 0;
        padding: 0;
        color: #b41f34;
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
    }

    .closebtn {
        display: block;
    }
 
    .col33news {
        background-color: #fff;
        margin: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .boxRivenditori.newsWrapper {
        background-color: #f4efe8;
        padding: 0;
        padding-top: 60px;
    }

    .tabContent .col50content {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 15px;
    }

    .containerBigBox .topMenuBox .col16 {
        width: 50%;
        text-align: center;
    }

    .header .logo img {
        width: 90px;
    }

    ul.sub-menu {
        position: relative;
        right: inherit;
        z-index: 9999;
        background-color: transparent;
        padding: 0 35px;
        display: block;
        top: 0;
        text-align: center;
    }

    ul.sub-menu:before {
        display: none;
    }

    ul.sub-menu li {
        text-align: center;
    }

    .spaceProduttori ul.sub-menu {
        position: relative;
        right: inherit;
        z-index: 9999;
        background-color: transparent;
        padding: 0 35px;
        display: block;
        top: 0;
    }

    .spacePremio ul.sub-menu {
        position: relative;
        right: inherit;
        z-index: 9999;
        background-color: transparent;
        padding: 0 35px;
        display: block;
        top: 0;
    }

    .mainTitleDescription.tabellaPremio {
        padding: 20px;
    }

    .titoloSlide h1, .titoloSlide h3 {
        font-weight: bold;
    }

    table.tabellaComitato tr {
        padding-bottom: 20px;
        display: block;
    }

    table.tabellaComitato tr td {
        width: 100%;
        display: block;
    }

    .tabellaPremio .col33 {
        width: 100%;
        padding: 10px 10px 25px 10px;
    }
    
}