@media screen and (min-width: 992px) {
    .martini_social_mobile{
    display: none;
    }
    
    }
.card{
min-height: 286px;
}
.martini__image__img__logo{
    opacity:0 !important;
    /*transition: all 0.5s ease-in-out;*/
}
.martini__image__img__logo-testo{
    opacity: 0;
}
p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.3 !important;
}
.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    background-color: rgba(0, 0, 0, 0);
    color: #D38B4D !important;
}

.sub-menu-container.mega-menu-column:not(:first-child) {
    border-left: 0px solid #F2F2F2;
}

.home-collection-item {
    height: 640px !important;
  }
  
  .home-collection-item .hsi-menu {
    position: absolute;
    left: 0;
    top: 70%;
    transform:translateY(-50%);
    right: 0;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0,0,0,.6);
    opacity: 1;
    text-align: center;
    z-index: 50;
  }


.home-collection-item {
    position: relative;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    padding-bottom: 19%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.home-collection-item .hsi-menu {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    text-align: center;
    z-index: 50;
}
.home-collection-item .hsi-menu a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.home-collection-item .hsi-menu a:hover {
    color: #b38b4d;
}
.home-collection-item .hsi-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -kthtml-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-collection-item .hsi-background.fade-in {
    opacity: 1;
}



.home-collection-item .hsi-mobile-link {
    display: none;
}

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

.home-collection-item .hsi-mobile-link {
    display: none;
}
}



@media all and (max-width: 1200px) {
    .home-collection-item {
        padding-bottom: 25%;
    }
}

@media all and (max-width: 920px) {
   
    .home-collection-item {
        padding-bottom: 30%;
    }
}

@media all and (max-width: 900px) {

    .home-collection-item {
        border-left: 20px solid #fff !important;
        border-right: 20px solid #fff !important;
        border-top: 10px solid #fff !important;
        border-bottom: 10px solid #fff !important;
    }
}

@media all and (max-width: 635px) {

    .home-collection-item a {
        font-size: 25px;
    }
    .home-collection-item .home-collection-item-text {
        opacity: 1 !important;
    }
    .home-collection-item {
        padding-bottom: 40%;
    }
   /* .home-collection-item .hsi-menu {
        display: none;
    }*/
    .hsi-mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

}

@media all and (max-width: 465px) {
    .home-collection-item {
        border-left: 10px solid #fff !important;
        border-right: 10px solid #fff !important;
        border-top: 10px solid #fff !important;
        border-bottom: 10px solid #fff !important;
    }
}
.martini__footer{
    z-index:2;
}




/*
==================================
            SIDEBAR
==================================
*/
.martini_carousel-control-next{
    background: #000;
    height: 30px;
    display: block;
    top: auto;
    bottom: 40px;
    right: 50.2%;
    z-index: 1;
    width: 30px;
    border: none;
    border-radius: 50%;
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    color: #fff;
    transform: translate(0, -50%);
}
.martini_carousel-control-prev{
    background: #000;
    height: 30px;
    display: block;
    top: auto;
    bottom: 40px;
    left: 50%;
    z-index: 1;
    width: 30px;
    border: none;
    border-radius: 50.2%;
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    color: #fff;
    transform: translate(0, -50%);
}
.martini_carousel-control-prev:hover, .martini_carousel-control-next:hover{
    background: #fff;
    color:#000;
}

@media only screen and (max-width : 991px){
    .martini__sidebarContainer{
        display: flex;
        flex-direction: column-reverse;
    }
    .martini__custom-menu{
        display: none !important;
    }
    #sidebar{
        margin-left:0 !important;
        top:10px !important;
    }
    .martini__sidebarContainer{
        background: #fff !important;
        }
    #sidebar {
    /*min-width: 270px;*/
    /*max-width: 270px;*/
    background: #fff !important;
    color: #000 !important;
    }
    .martini__sidebar--title{
        color: #000 !important;
    }
   
}
.martini__image__img__logo{
    display: none;
}


.martini__sidebarContainer{
background: #fff;
}
button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

button:hover,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.heading-section small {
    font-size: 18px;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrapper {
    width: 100%;
}

#sidebar {
    /*min-width: 270px;*/
    /*max-width: 270px;*/
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    position: relative;
}

#sidebar .h6 {
    color: #fff;
}

#sidebar.active {
    margin-left: -40%;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}

#sidebar h1 .logo {
    color: #fff;
}

#sidebar h1 .logo span {
    font-size: 14px;
    color: #44bef1;
    display: block;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 16px;
}

#sidebar ul li>ul {
    margin-left: 10px;
}

#sidebar ul li>ul li {
    font-size: 14px;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a span {
    color: #44bef1;
}

#sidebar ul li a:hover {
    color: #fff;
}

#sidebar ul li.active>a {
    background: transparent;
    color: #fff;
}

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
    }

    #sidebar.active {
        margin-left: 0;
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -15px;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    height: 70px;
    border-radius: 50%;
    position: relative;
}

#sidebar .custom-menu .btn i {
    margin-right: -40px;
    font-size: 14px;
}

#sidebar .custom-menu .btn.btn-primary {
    background: transparent;
    border-color: transparent;
}

#sidebar .custom-menu .btn.btn-primary:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -3px;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, .65) 49%, rgba(255, 255, 255, .65) 100%);
    border-radius: 50%;
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
    .martini__imgSlide{
        object-fit: cover;
    }
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-primary {
    background: #3445b4;
    border-color: #3445b4;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #3445b4 !important;
    border-color: #3445b4 !important;
}
.martini__sidebar--close{
    margin-left: -40%;
}
.martini__sidebar--open{
    left: 0;
}


.martini__imgSlide{
    width: auto;
    height: inherit;
}
@media only screen and (max-width : 991px){
    .martini__imgSlide{
        width: auto;
        height: auto;
    }

}
/*
==================================
            SHOP
==================================
*/
.martini__shop__header{
    
    height: max-content;
    background-size: cover;
    background-position-y: -200px;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
    border-bottom: none !important;
   

}
.martini__shop__header:before {
    content : "";
    position: absolute;
    left    : 50%;
    bottom  : 0;
    height  : 1px;
    width   : 50%;  /* or 100px */
    transform: translate(-50%, 50%);
    border-bottom:1px solid #D38B4D;
  }
.martini__shop__content-header p{
    margin: 0 0 5px 0 ;
    color:#fff;
}
.martini__container__shop{
    
    /*max-width: 40%;*/
    padding: 2.5rem;
}
.martini__shop__title{
    text-align: center;
    color: #000 !important;
    line-height: 40px;
}
.divider__header{
    width: 62%;
    height: 2px;
    background: #D38B4D;
    margin: 26px auto 40px auto;
}
.martini__shop__content{
    min-height: auto !important;
}

@media only screen and (max-width : 991px){
    .divider__header{
        width: 38%;
        height: 2px;
        background: #D38B4D;
        margin: 26px auto 40px auto;
    }

}

/*
==================================
            DISTRIBUZIONE
==================================
*/
.martini__distribuzione-map{
    padding: 50px 25px;
    background: #fff;
}


/*
==================================
            COLLECTION
==================================
*/

.martini__collection__carousel-container{

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.carousel-indicators li {
    /* box-sizing: content-box; */
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff ;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    /*opacity: 1;
    scale:1.3;*/
    background: #fff;
}
.martini__collection__link:hover{
color:#fff !important;
}

@media only screen and (max-width : 991px){
    .martini__imgSlide{
        width:inherit !important;
        height: inherit !important;
    }

}
/*
==================================
            CONTATTI
==================================
*/
.martini__contatti-sidebar{
    z-index: 2;
}

/*
==================================
            ABOUT
==================================
*/
.martini__about__img{
    left:-30%;
}
.martini__about__scroll{
    max-height: 600px;
    overflow: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */ 
}
.martini__about__scroll::-webkit-scrollbar{
    display: none;
    
}
.martini__about__scroll h2,.martini__about__scroll h3{
    color:#fff;
}
@media only screen and (max-width : 991px){
    .martini__about__containerImg{
        min-height: 30vh !important;
    }
    .martini__about__img{
        left: 0;
        width: 100% !important;
        max-height: 300px;
        background-position: center !important;
    }
    .martini__about__scroll{
        max-height: max-content;
        overflow:auto;
    }
    .martini__about__scroll h2,.martini__about__scroll h3{
        color:#000;
    }
}
@media only screen and (min-width : 991px) and (max-width : 1340px){
   
    .martini__about__scroll{
        max-height: 400px;
    
}
}
/*
==================================
            ABOUT GALLERY
==================================
*/
.martini__about__containerCarousel{
    min-height: auto !important;
    position:absolute !important;
    top:0;
}
.martini__sidebarContainer--aboutGallery{
    height: 88vh;
}
.martini__AG__carousel-inner{
    width: 1200px;
    max-width: 100%;
    margin: auto;
    top:100px;
}
.martini__AG__sidebar{
    height: 110%;
}
@media only screen and (max-width : 991px){
    .martini__about__containerCarousel{
        position: relative !important;
    }
    .martini__sidebarContainer--aboutGallery{
        height:auto;
    }
    .martini__AG__carousel-inner{
        width: 100%;
        margin: auto;
        top:0;
        max-height: 40vh;
    }
    .martini__AG__carousel-inner-storia {
        max-height: 60vh !important;
    }
    .martini__carousel-item-storia{
    height: 60vh!important;
    max-height: 60vh !important;
    }
    .martini__imgSlide-storia {
        object-position: top;
    }
    .martini__AG__sidebar{
        height: auto;
    }
    .martini__mission__container{
        padding: 24vh 0 !important;
    }
    .martini__mission__content{
        max-height: 400px;
        background-size: cover !important;
        background-position-y: -200px !important;
    }
}
@media only screen and (max-width : 608px){
    .martini__mission__content{
        max-height: 400px;
        background-size: cover !important;
        background-position-y: -90px !important;
    }
}
.martini__button__store{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    /* margin: 5px; */
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    /*background-color: #D38B4D; */
    color: #FFF; 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #d38b4d;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
    transition: all 0.3s ease-in;
}
.martini__button__store:hover{
    background-color: #D38B4D;
    color: #fff;
    transition: all 0.3s ease-in;
}
.martini__button__contact{
    background-color: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    color: #000; 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #d38b4d;
    transition: all 0.3s ease-in;
}
.martini__button__contact:hover{
    background-color: #D38B4D;
    color: #000;
    transition: all 0.3s ease-in;
}
.martini_verona_textContact{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width : 991px){
    .martini_verona_textContact{
        height: auto;
        display:flex;
        justify-content: center;
        align-items: start;
    }
    .martini_verona_form, .martini_verona_form div{
        padding-bottom:0 !important;
    }
}
/*
==================================
            TEAM
==================================
*/
.martini_team_prima{
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    }
    .martini_team_prima:hover{
        filter: none;
        transition: all 0.5s ease-in-out;
    }
/*
==================================
            PROGETTI
==================================
*/
.martini__project__scroll{
    max-height: 70vh;
    min-height: 30vh;
    overflow: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */ 
}
.martini__project__scroll::-webkit-scrollbar{
    display: none;
}
.martini__carousel-item{
    height: 100vh;
    display: flex !important;
    justify-content: center;
}
@media only screen and (max-width : 991px){
    .martini__project__scroll{
        max-height: fit-content;
        overflow: auto;
    }
    .martini__carousel-item{
        height: auto;
        display: block !important;
        width: 100%;
        height: 40vh;
        max-height: 40vh;
        max-width: 100%;
        }
}
@media only screen and (min-width : 2100px){
    
    .martini__carousel-item{
        height:95vh
        }
}

/*
==================================
            CONTATTI
==================================
*/
.martini__contatti__scroll{
    max-height: 70vh;
    overflow: scroll;
    scroll-behavior: smooth;
}
.martini__contatti__scroll::-webkit-scrollbar{
    display: none;
}
.martini__contatti__scroll div{
    min-width: 600px;
    margin: 15px auto 30px auto;
}
.contact__dividers{
    height: 92%;
    width: 2px;
    background: #000;
    position: absolute;
    top: 8%;
    left: 100.1%;
}
@media only screen and (max-width : 991px){
    .martini__contatti__scroll{
        max-height:fit-content;
        overflow: auto;
    }
    .contact__dividers{
        display: none;
    }
    .martini__contatti__content-wrap{
        padding-bottom: 10px;
    }
    .martini__contatti__custom-menu{
        display: none !important;
    }
}



/*
==================================
            AREA PROFESSIONISTI
==================================
*/

/*Login*/
.container__areaP__login{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.container__content__areaP__login{
width: 50%;
    min-width: 300px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #fff;
}

#wpmem_login{
    font-family: 'Roboto', sans-serif;

}

.button_div .buttons{
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
    color: #d38b4d;
}


/*Registrazione*/
.container__areaP__reg{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.container__content__areaP__reg{
    width: 50%;
        min-width: 300px;
        padding-top: 40px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        background: #fff;
    }
.martini__reg__form{
    width: 100%;
    display: flex;
    justify-content: center;
}
.martini__row__reg{
    width: 80%;
}
.button__div__reg{
    width: 100%;
    display: flex;
    justify-content: center;
}

.div_select select{
    min-height: 32px;
    width: 100%;
    border: 2px solid #878787;

}
.martini__form__group__reg .div_text input{
    min-height: 32px;
    width: 100%;
    border: 2px solid #878787;
}

.martini__areaReserved__title{
    font-size:1.7rem !important;
}
@media only screen and (max-width : 991px){
    .martini__areaReserved__title{
        font-size:1.5rem !important;
    }
}
.martini__contatti__scroll p{
    width: 100%;
}
/*
RECENSIONI
*/

/*BUTTON*/
.martiniV_custom_btn{
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color:#000 !important;

}
.martiniV_custom_btn:hover{
    background-color: #fff !important;
    color:#000 !important;
}

/*IMG*/
.img_recensioni{
    height: auto;
    object-fit: cover;
}

