.searchbar .searchbar-button{
        display: none;
      }
      .filter{
        display: block !important;
      }

.footer_logo{
	width:200px;
}
.cocktail_font_title{
  font-family: 'hello' ,sans-serif;
}

.rounded-100{
  border-radius: 100px;
}
.video_bg{
	width: 100%;
	height: calc(100vw * .44);
	background-size: cover;
	background-position: center;
}
.trajan-semibold{
  font-family: trajan-pro-3, serif; font-weight: 600;
}
.f-18{
	font-size: 18px !important;
}
.roboto,.roboto-300{
  font-family: 'Roboto', sans-serif !important;
}
.roboto-300{
  font-weight: 300;
}

.white-text{
   color: white !important;
}

.our-vodka{
   width: 325px;
}

.hero-wrap.hero-wrap-2 .overlay-black {
width: 100%;
opacity: .45;
background: #1B1B1B !important;
}

.overlay-black {
width: 100%;
opacity: .45;
background: #1B1B1B !important;
}

.w-100-px{
	width: 100px;
}
.w-75-px{
  width: 75px;
}

.signature{
	width: 100px;
}

.custom-select{
	height: 52px !important;
}

.w-150-px{
	width: 150px;
}
.banner {
  position: relative;
  overflow: hidden;
}

.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.new-shadow{
  -webkit-box-shadow: 0px 6px 14px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 14px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 14px -4px rgba(0,0,0,0.75);
}
.cocktails-video{
  width: 80%;
}
.py-3-dt{
    padding-bottom: 1rem;
    padding-top: 1rem ;
  }

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }


/*
video {
  object-fit: cover;
}
*/
 @media (max-width: 991.98px) {
  .lm-home{
      width: 100% !important;
  }
  .hr-home-mobile{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .home-intro{
    margin:20px;
  }
  .cocktail-reel{
    text-align: center;
  }
  .pt-sm-3{
    padding-top: 1rem;
  }
	.hero-wrap{
		background-position: auto 120% !important;

     }
  .overlay-home{
     	z-index: 11; 
     	background-color: #1B1B1B;
     	opacity: .6 !important;
     }

  .mobile-home-text{
    position: absolute;
    z-index: 100 ;
  }
  .px-sm-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mobile-home-position{
    position: relative !important;
  }
  .mobile-home-text-titles{
    color: white;
  }
  .text h1{
    font-size: 30px !important;
    font-weight: 500;
  }
  .cocktails-video{
    width: 100%;
  }
  .py-3-dt{
    padding-bottom: 0rem;
    padding-top: 0rem ;
  }
  header.home-hero video {
    width: auto !important;
  }
  
}

@media (min-width: 768px) {
  .cocktail-reel{
    text-align: right;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  header.home-hero video {
    width: auto !important;
  }
  
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


header.home-hero {
  position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header.home-hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
}



header.home-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.w-150{
  width: 150px;
}

nav{
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
}
.font-size-14{
  font-size: 14px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 @media (max-width: 768px) {
        .mobile {
          display: block;
        }
        .desktop {
          display: none;
        }
      }
      @media (min-width: 992px) {
        .desktop {
          display: block;
        }
        .mobile {
          display: none;
        }
      }