/* Utilities */

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none!important;
    }
}

@media only screen and (max-width: 1024px) {
    .hide-tablet {
        display: none!important;
    }
}

.scroll-zone:hover {
    cursor: pointer;
}


/* Cocktail Carousel */

@media only screen and (min-width: 1025px) {
    .cocktail-carousel .uc_image_carousel_content {
        padding: 0rem 1.5rem!important;
    }   
}

.cocktails-grid .ue_post_grid_item.ue-item {
    margin-bottom: 1.5rem;
}

.cocktail-carousel .ue-grid-item-category {
    pointer-events: none!important;
    top: 10px;
    right: 10px;
    position: absolute;
}

.cocktails-grid .ue-grid-item-category {
    pointer-events: none!important;
    top: 10px;
    right: 10px;
    position: absolute;
}

/* Custom Carousel */

/* @media only screen and (min-width: 1025px) {
    .tweak-carousel .dce-carousel-controls {
        visibility: hidden!important;
    }
} */


/* Gallery */

@media only screen and (min-width: 1025px) {
    .custom-gallery .uc-items-wrapper {
        height: 70vh!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-gallery .uc-items-wrapper {
        height: 40vh!important;
    }
}

@media only screen and (max-width: 768px) {
    .custom-gallery .uc-items-wrapper {
        height: 40vh!important;
    }
}

/* Cocktails */

.associated-cocktail-product a {
    color: #ffffff;
}

@media only screen and (min-width: 1025px) {
    .associated-cocktail-product a {
        font-size: 1.5rem!important;
        font-family: "Helma"!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .associated-cocktail-product a {
        font-size: 1.25rem!important;
        font-family: "Helma"!important;
    }
}

@media only screen and (max-width: 768px) {
    .associated-cocktail-product a {
        font-size: 1.15rem!important;
        font-family: "Helma"!important;
    }
}

.ingredients-list span {
    margin-left: 10px;
}

/* Menu */


div#dce_hamburger svg g line {
    stroke: #ffffff;
    opacity: 1!important;
    stroke-width: 2px!important;
}

.animatedoffcanvasmenu ul.sub-menu {
    list-style: none!important;
    padding: 0px!important;
}

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm ul#dce-ul-menu > li {
    margin-bottom: 35px!important;
}

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm .sub-menu li {
    margin-top: 5px;
}

.animatedoffcanvasmenu .dce-nav .dce-menu-aocm ul#dce-ul-menu li {
    padding: 0px!important;
}

.dce-menu-aocm .dce-close {
    cursor: pointer;
}

.current-menu-item a {
    border-bottom: 2px solid;
}

@media only screen and (min-width: 1025px) {
    .animatedoffcanvasmenu .dce-menu-aocm .dce-close {
        left: 25vw!important;
        top: 15px!important;
    }
    #dce_hamburger svg {
        max-width: 75px!important;
    }    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .animatedoffcanvasmenu .dce-menu-aocm .dce-close {
        left: 40vw!important;
        top: 15px!important;
    }
    #dce_hamburger svg {
        max-width: 75px!important;
    }        
}

@media only screen and (max-width: 768px) {
    .animatedoffcanvasmenu .dce-menu-aocm .dce-close {
        left: 79vw!important;
        top: 12.5px!important;
    }
    #dce_hamburger svg {
        max-width: 50px!important;
    }   
    .csidenav .dce-menu-aocm-strip {
        padding-left: 10px;
    }         
}

/* Newsletter */

.newsletter-form .elementor-field-type-email {
    width: 85%!important;
}

.newsletter-form .elementor-field-type-submit {
    width: 15%!important;
}

.newsletter-form .elementor-button-icon svg {
    width: 1.5rem;
}

.newsletter-form .elementor-message {
    position: absolute!important;
}

/* Footer */

.footer-menu a.elementor-item:hover {
    border-bottom: 0px;
    text-decoration: underline;
}

.footer-menu a.elementor-item.elementor-item-active {
    border-bottom: 0px;
    text-decoration: underline;
}

/* Off Canvas */

.taptap-by-bonfire .sub-menu a {
    font-family: 'Montserrat';
}

.taptap-by-bonfire .sub-menu a {
    padding: 0px;
}

.taptap-menu-button-wrapper {
    left: 30px!important;
}

.taptap-menu-button-wrapper.taptap-menu-active .taptap-main-menu-button-six:before, .taptap-menu-button-wrapper.taptap-menu-active .taptap-main-menu-button-six:after {
    width: 30px!important;
    margin: 6px 0px!important;
}

.taptap-menu-button-wrapper .taptap-main-menu-button-six:before, .taptap-main-menu-button-six:after {
    width: 50px!important;
    margin: 10px 0px!important;
}

.taptap-menu-button-wrapper.taptap-menu-active {
    scale: 1.5;
    padding-top: 5px;
    padding-left: 5px;
}

.taptap-by-bonfire ul li:first-child a {
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    .taptap-background-color, .taptap-background-image, .taptap-main-wrapper  {
        max-width: 100%!important;
    }   
    .taptap-menu-button-wrapper {
        position: absolute;
        left: auto!important;
        right: 35px!important;
    }    
}

@media only screen and (min-width: 1025px) {
    .taptap-menu-button-wrapper {
        position: absolute;
        right: auto!important;
        left: 35px!important;
    }     
}

.taptap-by-bonfire .menu-item-has-children > a:first-child {
    pointer-events: none!important;
}

.dialog-widget {
    z-index: 999999!important;
}

a.cky-banner-element {
    border: 1px solid black;
    padding: 10px 35px;
}

/* Brands and Products */

/* @media only screen and (min-width: 1025px) {
    .dce-post-block, .dce-post-block > div, .dce-post-block > div > div {
        height: 100%;
    }  
} */

/* 

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .dce-off-canvas-menu-open .dce-menu-aocm {
        min-width: 50%!important;
    }     
}

@media only screen and (max-width: 768px) {
    .dce-off-canvas-menu-open .dce-menu-aocm {
        min-width: 100%!important;
    }       
} */

/* Brands */

.brands-carousel .dce-post:nth-child(2) img {
    max-width: 200px !important;
    width: 200px !important;
}

/* Tabs */

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

    .custom-products-tab ul.ue-tabs.uc_tab_nav.uc-items-wrapper.r-tabs-nav {
        flex-direction: column;
    }

}

/* Carousel */

/* .tweak-carousel .swiper-autoheight .swiper-wrapper {
    align-items: stretch;
} */

.fix-height .swiper-wrapper article:not(:first-child),
.fix-height .swiper-wrapper article:not(:first-child) .dce-post-block,
.fix-height .swiper-wrapper article:not(:first-child) .dce-post-block > div {
    height: 100%;
}
