p {
    margin-top: 0px;
}
.home_nmbr_box {
    height: auto;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 24px;
    padding: 15px;
    padding-bottom: 25px;
    color: white;
}
.mobileHomeLogo {
    display: none;
}
.hamburger {
    display: none;
    z-index: 10
}
.patty {
    height: 3px;
    width: 100%;
    background: #3d352a;
    margin: 5px 0px;
    transition: .4s;
    position: relative
}
.active .patty1.patty {
    transform: rotate(45deg);
    top: 9px;
}
.active .patty2.patty {
    opacity: 0
}
.active .patty3.patty {
    transform: rotate(-45deg);
    top: -7px;
}
@media screen and (min-width:1720px) {
    .home_nmbr_box {
        height: 450px;
        font-size: 27px;
        padding: 20px;
    }
    h3 {
        font-size: 64px;
        line-height: 65px;
    }
}
@media screen and (min-width:1550px) {
    .h1.homepageexperiencetxt {
        font-size: 225px;
        line-height: 200px;
    }
    .homepagegallery_slide {
        height: 550px;
    }
    .li.footerli {
        font-size: 17px;
        line-height: 23px;
    }
    .h3 {
        font-size: 70px;
        line-height: 68px;
    }   
    .pd {
        height: 180px;
    }
    .eatsimg {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media (min-width:991px) and (max-width:1024px) {
    .hometitle {
        font-size: 134px;
        font-weight: 400;
        line-height: 120px;
    }
    .h1.homepageexperiencetxt {
        font-size: 128px;
        display: block;
    }
    .sec_homeexperience .cm6 {
        padding-right: 50px
    }
    .sec_homeexperience .cm6-2 {
        height: 41px;
        width: 30%;
    }
    .sec_homeexperience .cm4 {
    width: 30%;
}
.home_box_img {
    opacity: 1;
    object-fit: cover;
    width: 100%;
}
.homepagegallery_slide {
width: 25%;
height: 300px;
}
.gallerhomeimg {
    object-fit: cover;
    width: 100%;
}
.footerright {
width: 40%;
}
.menu.footermenulinks {
width: 60%;
}
.copyrightleft {
width: 40%;
}
.footerlogomid {
width: 20%;
}
.storyh1 {
    font-size: 164px;
    line-height: 160px;
}
.container_180 {
padding-left: 80px;
padding-right: 80px;
}
}
@media (min-width:0px) and (max-width:650px) {
    .menuMain.active {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        padding-top: 105px;
        padding-left: 15px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        transition: .4s;
        z-index: 1
    }
    .menuMain {
        transition: .4s
    }
    .hamburger {
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        border: 2px solid #3d352a;
        right: 2.5vw;
        top: 50%;
        transform: translateY(-50%);
        padding: 8px 5px;
    }
    .navigationhome {
        height: 70px;
        position: relative;
    }
    .mobileHomeLogo {
        display: block;
		height: 60px;
		width: 60px;
    }
    .homeLogoBig {
        display: none;
    }
    .whiskey_popup img {
        /* display: none; */
    }
    .home_box_img, .homepagegallery_slide {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }
    .li.footerli {
        font-size: 20px;
        line-height: 26px;
    }
    .newsletterformFooter {
        max-width: 100%;
    }
    .whiskeyPopInner {
        height: 100%;
        /* overflow-y: scroll; */
        width: 95vw;
        padding: 10vh 0vw 1vh;
        position: relative;
        overflow-x: hidden !important;!i;!;
        max-width: 100%;
        margin: auto;
    }
    .whiskey_popup img.mobilePop {
        display: block
    }
    .whiskeyPopInner2 {
        height: 100vh;
        overflow-y: scroll;
        width: 100vw;
        padding: 10vh 0vw 1vh;
        position: relative;
    }
    .menu_address {
        display: none
    }
    .eatsdrinksbox {
        font-size: 18px;
        line-height: 25px;
    }
    button.forminator-button.forminator-button-submit {
    font-size: 12px;
}
.li.homeli {
    width: 100%;
    clear: none;
    font-size: 29px;
    line-height: 51px;
    display: block;
    overflow: hidden;
    text-align: left;
    padding-left: 35px;
}
.whiskeyBarrel {
    width: 50%;
    display: inline-block;
    padding: 2%;
    padding: 10px;
}

.barrelHeadInner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4rem;
}

.barrelrow {
    overflow: hidden;
    padding-top: 5vh;
    position: relative;
}

.skers, .skrsBG {
    opacity: 0;
    pointer-events: none;
    transition: .4s ease;
    position: absolute;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    background: black;
    height: 100%;
    display: none;
}

h3.popupTitle {
    text-align: center;
    font-size: 27px;
    line-height: 34px;
}

.whiskeyBarrel:hover .barrelHeadInner img {
    transform: scale(.9);
}

.skers.activator, .skrsBG.activator {
    opacity: 1;
    position: absolute;
    top: 0vh;
    left: 0;
    width: 100%;
    background: black;
    pointer-events: all;
    display: block;
}

.skers h3 {
    text-align: center;
    font-size: 27px;
}

.skerBoxes {
    padding-top: 2vh;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
}

.skerSingls {
    width: 45%;
    display: inline-block;
    font-size: 15px;
    border: 1px solid white;
    margin: 0px 2%;
    line-height: 18px;
    vertical-align: top;
    margin-bottom: 20px;
}

.skerSingls div {
    height: 128px;
    min-height: 100%;
    justify-content: flex-start;
    position: relative;
    padding: 10px;
}

.skerSingls div.divLine {
    height: 90px;
    padding-bottom: 0px;
    font-size: 15px;
    border-top: 1px solid;
}

.skersButtons {
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 5vh;
}

.skersButtons button {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px 30px;
    font-size: 19px;
    transition: .3s ease;
}

.skersButtons button:hover {
    background: white;
    color: black;
}

.wraps {
    width: 100%;
}
.skers {
    padding-top: 10vh
}
}