/* Place any CSS overrides in this file. */
/*helper CSS classes*/

:root {
  --aubrey-color-1: #78133a;
  --aubrey-color-2: #b20838;
}

html {
  scroll-behavior: smooth;
}
  body{
  	max-width: 100%;
    overflow-x: hidden;
  }
.text-center{text-align:center;}
/*helper CSS classes
  var(--body-color);
  */

#mahina-app {
	float:left;
    /*width:100% */
    display: none !important;
    visibility: hidden;
    width:unset!important
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: unset;
  animation-fill-mode: unset; 
}

.overlay-title{
  position: relative;
  color: #ffffff;
  z-index: 99;
  top: 26vh;
  font-size: 42px;
}
  
  .drawer--right {
  	height: fit-content;
    z-index: 9999999999;
  }
  .homepage-sections-wrapper--white button.plyr__control {
  	display:none!important;
  }
  .homepage-sections-wrapper--white .homepage-video-play-button{
  	background:var(--body-color);
    /*box-shadow: 0 6px 12px rgb(162 58 58 / 18%);*/
  }
  .homepage-sections-wrapper--white .homepage-video-play-button .homepage-video-play-button-inner{
  	    border-color: transparent transparent transparent var(--aubrey-color-1);
        transform: scale(.9);
      transform-origin: 0% -200%;
      transition: transform 400ms ease-out;
  }
  .homepage-sections-wrapper--white .homepage-video-play-button::before,
.homepage-sections-wrapper--white .homepage-video-play-button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 102%;
    height: 102%;
}

.homepage-sections-wrapper--white .homepage-video-play-button.spin {
    height: 90px;
    width: 90px;
}

.homepage-sections-wrapper--white .homepage-video-play-button.spin::before,
.homepage-sections-wrapper--white .homepage-video-play-button.spin::after {
    top: -1px;
    left: -1px;
}

.homepage-sections-wrapper--white .homepage-video-play-button.spin::before {
    border: 3px solid transparent;
}
  .homepage-sections-wrapper--white .homepage-video-play-button:hover{
  	background:var(--body-color);
  }
.homepage-sections-wrapper--white .homepage-video-play-button:hover .homepage-video-play-button-inner{
  	    border-color: transparent transparent transparent var(--aubrey-color-1);
          transform: scale(.8);
  }
.homepage-sections-wrapper--white .homepage-video-play-button.spin:hover::before {
    border-top-color: var(--aubrey-color-1);
    border-right-color: var(--aubrey-color-1);
    border-bottom-color: var(--aubrey-color-1);
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.homepage-sections-wrapper--white .homepage-video-play-button.spin::after {
    border: 0 solid transparent;
}

.homepage-sections-wrapper--white .homepage-video-play-button.spin:hover::after {
    border-top: 3px solid var(--aubrey-color-1);
    border-left-width: 3px;
    border-right-width: 3px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

  .homepage-sections-wrapper--white .homepage-video-play-button.circle {
      border-radius: 100%;
  }

  .homepage-sections-wrapper--white .homepage-video-play-button.circle:before,
  .homepage-sections-wrapper--white .homepage-video-play-button.circle:after {
      border-radius: 100%;
  }
  
  .advanced-layout--hero__text-block .btn, 
  .advanced-layout--hero__text-block .btn--secondary, 
  .ajaxcart__footer .cart__checkout, 
  .footer-email-submit, .hero-video--button a, .homepage-featured-box-btn, 
  .onboarding--sold-out a.btn, .quick-add-button, .quick-add-button-onboarding, 
  .quick-add-button-variants, .shop-now-button, .shop-now-button-onboarding, .sold-out-button, 
  .cart--button-update, .cart--button-checkout {
    border: 2px solid var(--aubrey-color-1)!important;
  }
  
  .cart--button-update, .cart--button-checkout {
    border: 2px solid var(--aubrey-color-1)!important;
    background: var(--primary-btn-bg-color)!important;
    color: var(--primary-btn-text-color)!important;
  }
  
  .cart--button-update:hover, .cart--button-checkout:hover {
    background: var(--primary-btn-bg-hover-color)!important;
    color: var(--primary-btn-text-hover-color)!important;
  }
  
  #AddToCart {
    color: #fff;
    background-color: #b20838!important;
    border: 2px solid #b20838!important;
    transition: .3s ease-out!important;
  }
  
  #AddToCart:hover {
    border-color: #920618!important;
    background-color: #920618!important;
  }
  
  .section-breadcrumb{display:none;}
  #shopify-section-image--slideshow .homepage-featured-box-btn{display:none;}
  
  .homepage-gallery-grid-inner .in-viewport .lazyload-wrapper img {
    width: 100%;
    transition: opacity 3s ease,transform 3s ease;
}
  .homepage-gallery-grid-inner .homepage-featured-box-btn
  {
  	border-radius: var(--alt-btn-border-radius);
      font-weight: var(--alt-btn-font-weight);
      font-style: var(--alt-btn-font-style);
     transition: all .15s ease-in-out 0s;
     display: inline-block;
     padding: 10px 35px;
     text-transform: var(--button-text-case);
     letter-spacing: 1px;
     font-size: 16px;
     cursor: pointer;
     pointer-events: auto;
     text-align:center;
     background-color:transparent;
     color:#ffffff;
     border: 2px solid #ffffff;
  }
  .homepage-gallery-grid-inner .homepage-featured-box-btn:hover, 
  .homepage-gallery-grid-inner .homepage-featured-box-btn:focus {
    background-color:var(--aubrey-color-1);
    border-color: var(--aubrey-color-1);
  }

  .block-section--gallery-0 .grid-item-details--background-gradient,.block-section--gallery-1 .grid-item-details--background-gradient {
    /*background: transparent!important;*/
    background: -webkit-linear-gradient(to bottom, rgb(148 148 148 / 30%) 0%, rgb(128 128 126 / 80%) 75%)!important;
    background: linear-gradient(to bottom, rgb(148 148 148 / 30%) 0%, rgb(128 128 126 / 80%) 75%)!important;
    -webkit-transition: background-color 3s linear;
    -ms-transition: background-color 3s linear;
    transition: background-color 3s linear;
  }
  .homepage-gallery-grid-item--overlay.block-section--gallery-0:hover .lazyload-wrapper img, 
  .homepage-gallery-grid-item--overlay.block-section--gallery-1:hover .lazyload-wrapper img {
    transform: scale(1.1)!important;
    opacity: .7!important;
    transition: opacity 3s ease,transform 3s ease;
  }
  .homepage-gallery-grid-item--overlay.block-section--gallery-0:hover .grid-item-details--background-gradient, 
  .homepage-gallery-grid-item--overlay.block-section--gallery-1:hover .grid-item-details--background-gradient {
    background: -webkit-linear-gradient(top, rgba(103, 103, 102, 0.3) 0%, rgba(103, 103, 102, 0.8) 75%)!important;
    background: linear-gradient(to bottom, rgba(103, 103, 102, 0.3) 0%, rgba(103, 103, 102, 0.8) 75%)!important;
    -webkit-transition: background-color 3s linear;
    -ms-transition: background-color 3s linear;
    transition: background-color 3s linear;
  }
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-0 .grid-item__title h2,
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-1 .grid-item__title h2{
  	font-size:2.7rem;
  }
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-0 .homepage-featured-box-btn,
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-1 .homepage-featured-box-btn{
  	font-size:18px;
    font-weight:600;
  }
  .red-color{
  	color:red;
  }
  .aub-color{
  	color:var(--aubrey-color-1);
  }
  .font-bold {
  	font-weight:bold;
  }
  .font-bolder {
  	font-weight:bolder;
  }
  .mt-20{
  	margin-top:20px;
  }
  .mb-20{
  	margin-bottom:20px;
  }
  .mt-50{
  	margin-top:50px;
  }
  .mb-50{
  	margin-bottom:50px;
  }
/*shop-wine page CSS*/
  
  .img-btn, .custom-btn {
    border-radius: var(--alt-btn-border-radius);
      font-weight: var(--alt-btn-font-weight);
      font-style: var(--alt-btn-font-style);
     transition: all .15s ease-in-out 0s;
     display: inline-block;
     padding: 10px 35px;
     text-transform: var(--button-text-case);
     letter-spacing: 1px;
     font-size: 16px;
     cursor: pointer;
     pointer-events: auto;
     right: auto;
     text-align:center;
  }
  .row{
  	float: left;
    width: 100%;
    padding: 10px;
  }
  .row-col {
  	float:none;
    margin-left:auto;
    margin-right:auto;
  }
  .custom-grid-section, .custom-grid-section .mt-20, .custom-grid-section .mb-20{
  	float:left;
    width:100%;
  }
  .shop-wine .collection-grid--items-2 .img-btn, .shop-wine .collection-grid--items-2 .custom-btn {
    font-size: 25px;
    font-weight: 600;
    width: auto;
    padding: 10px;
  }
  .shop-wine .large--one {
  	margin-top:0!important;
  }
  .shop-wine .desc-center{text-align:center;}
  .shop-wine .custom-section p {text-align: center;font-size:16px;}
  .custom-btn-container{
    text-align: center;
  }
  .shop-wine .custom-section
  {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

    .shop-wine .img-link {
      float: left;
      width: 100%;
      height: 100%;
    }
  .shop-wine .sec-row-special{
  
  }
  .shop-wine .custom-grid-section{
  	text-align:center;
  }
  .image-with-text-overlay-wrapper .homepage-content--image {
     max-height: 100%;
  }
  .img-btn-container{
     position:relative;
     /*bottom: 55%;*/
    float:left;
    width:100%;
    max-height:100%;
    text-align: center;
        bottom: 95px;
  }

  
.template-index .featured-products-wrapper .grid-view-item {
	float:left;
  	width: 100%;
}
.template-index .featured-products-wrapper .grid-view-item-image {
  width: 50%;
  float: left;
  max-height: 559px;
}
  
.template-index .featured-products-wrapper .grid-view-item--desc-wrapper {
  width: 50%;
  float: left;
  text-align: left;
}
.template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--title{
	margin-bottom: 7px;
  	font-size: 1.2rem;
  	font-weight: 400;
}
.template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--desc{
  	font-weight: 400;
    font-size: 1.1rem;
    color: #000000;
    line-height: 25px;
    text-align: start;
}
.template-index .featured-products-wrapper .grid-view-item .shop-now-button-2 {
	border-radius: var(--alt-btn-border-radius);
    font-weight: bold;
    font-style: var(--alt-btn-font-style);
    background-color: #ffffff;
    color: var(--aubrey-color-1);
    transition: all .15s ease-in-out 0s;
    display: inline-block;
    padding: 10px 35px;
    text-transform: var(--button-text-case);
    letter-spacing: 1px;
    font-size: 20px;
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid var(--aubrey-color-1);
    float: left;
    margin-top: 25px;
}
.template-index .featured-products-wrapper .grid-view-item .shop-now-button-2:hover, 
.template-index .featured-products-wrapper .grid-view-item .shop-now-button-2:focus {
	background-color: var(--aubrey-color-1);
  	color: #ffffff;
}
.icon-bunny-foo-foo{
  position:relative;
  top:-30vh;
  float:left;
  width: 100%;
  height: max-content;
  text-align:center;
  z-index: 999;
}
.icon-bunny-foo-foo .icon-img{
  background: url(AVLogoIconWhite.png) no-repeat;
    width: 87px;
    height: 87px;
    background-size: 100%;
  margin-left:auto;
  margin-right:auto;
}
.icon-bunny-foo-foo p {
  color:#ffffff;
  font-size:1.5rem;
  font-weight:700;
  margin-top:25px;
}
.icon-bunny-foo-foo a {
	color: #ffffff;
    font-size: 1.2rem;
  	cursor:pointer;
}
  .homepage-section--slideshow-wrapper{
    float: left;
    width: 100%;
    max-height: 105vh;
  }
  .homepage-gallery-grid-inner .lazyload-wrapper {
    width: 100%;
    height: 100%;
  }
  .footer-article a:hover, ul.footer-content a:hover {
    color: var(--aubrey-color-1)!important;
  }
  
  /**Page Visit Style**/
  .image-with-text-overlay-wrapper .homepage-sections-wrapper {
    padding: 0;
    overflow: unset;
  }

  #shopify-section-template--page-visit .-section-0 {
      	padding: 25px;
    }
  #visit .wrapper.main-content, 
  #downtown-overland-park .wrapper.main-content, 
  #safety-protocols .wrapper.main-content,
  #private-experiences .wrapper.main-content,
  #the-vineyard-tastings .wrapper.main-content{
    max-width: unset!important;
    padding-left: 0!important;
  }
  
  #visit #shopify-section-visit--form .wrapper {
    margin-top:35px;
  }
  .homepage-gallery-grid-item--overlay .homepage-gallery-grid-inner:hover .lazyload-wrapper img {
    transform: scale(1.1)!important;
    opacity: .7!important;
    transition: opacity 3s ease,transform 3s ease;
  }
  #shopify-section-image--gallery--visit .homepage-gallery-grid-inner:hover .grid-item-details--background-gradient,
  #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner:hover .grid-item-details--background-gradient,
  #shopify-section-image--gallery--visit .homepage-gallery-grid-inner .grid-item-details--background-gradient,
  #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner .grid-item-details--background-gradient{
    background: -webkit-linear-gradient(top, rgba(103, 103, 102, 0.3) 0%, rgba(103, 103, 102, 0.8) 75%)!important;
    background: linear-gradient(to bottom, rgba(103, 103, 102, 0.3) 0%, rgba(103, 103, 102, 0.8) 75%)!important;
    -webkit-transition: background-color 3s linear;
    -ms-transition: background-color 3s linear;
    transition: background-color 3s linear;
  }
  #visit #shopify-section-visit--form .btn-visit-form {
  	float: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    border: 2px solid #8a8787;
    border-radius: 5px;
    width: 150px;
    margin-top: 25px;
    text-transform: uppercase;
  }
  #visit #shopify-section-template--page-visit-2 .-section {
  	padding-top:25px;
  }
  #visit #shopify-section-template--page-visit-2 .-section:first-child {
  	padding-top:0!important;
  }
  #visit .grid-item-details--overlay .grid-item__content {
    float: left;
    width: 100%;
    height: 100%;
  }
  #shopify-section-template--page-visit a {
  	border-bottom: none!important;
  }
  #shopify-section-template--page-visit{
  	background-color:#eee;
  }
  #shopify-section-template--page-visit li,
  #shopify-section-template--page-visit ul{
    list-style:none;
  }
  #shopify-section-template--page-visit li a.-menu--has-dropdown-title,
  #shopify-section-template--page-inside-av .left-sidebar-menu--has-dropdown-title, 
  #news .left-sidebar-menu--has-dropdown-title{
  	font-weight:900;
    font-size:16px;
    margin-bottom: 25px!important;
    float: left;
    width: 100%;
  }
  #shopify-section-template--page-visit ul.-menu--level-2,
  #shopify-section-template--page-inside-av ul.left-sidebar-menu--level-2,
  #news ul.-menu--level-2 {
  	margin: 15px 0 15px 0!important;
    padding-left:25px;
  }
  #shopify-section-template--page-visit ul.-menu--level-2 li,
  #shopify-section-template--page-inside-av ul.left-sidebar-menu--level-2 li,
  #news ul.left-sidebar-menu--level-2 li{
  	margin-bottom: 15px!important;
    font-size: 18px;
  }
  #shopify-section-image--gallery--visit .grid-item__below-block {
  	float:left;
    padding: 25px;
    text-align: justify;
  }
  #shopify-section-image--gallery--visit .homepage-gallery-grid-item--overlay,
  #shopify-section-image--gallery--private-experience .homepage-gallery-grid-item--overlay {
  	float:left;
  }
  #shopify-section-image--gallery--visit .gallery-grid,
  #shopify-section-image--gallery--private-experience .gallery-grid {
  	display:block;
  }
  #shopify-section-image--gallery--visit .homepage-gallery-background.content-width,
  #shopify-section-image--gallery--private-experience .homepage-gallery-background.content-width {
  	padding-bottom:0!important;
  }
  #shopify-section-image--gallery--visit .info-below-image,
  #shopify-section-image--gallery--private-experience .info-below-image {
  	float: left;
    text-align: center;
  }
  #shopify-section-image--gallery--visit .info-below-image .homepage-featured-box-btn:hover, 
  #shopify-section-image--gallery--visit .info-below-image .homepage-featured-box-btn:focus,
  #shopify-section-image--gallery--private-experience .info-below-image .homepage-featured-box-btn:hover, 
  #shopify-section-image--gallery--private-experience .info-below-image .homepage-featured-box-btn:focus {
    background-color:var(--aubrey-color-1);
    border-color: var(--aubrey-color-1);
  }
  .page-private-experiences #shopify-section-template--page-block .custom-visit-pg-text {
  	width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #shopify-section-template--page-block-the-vineyard,
  #shopify-section-template--page-block-downtown-overland{
    padding-top:25px;
  }
  .page-vineyard .custom-btn-container {margin-bottom:35px;}
  .page-vineyard .custom-btn--0, .xsell-new-btn {
      background-color: #595959;
      color: #ffffff;
      border: 2px solid;
  }
  .page-vineyard .custom-btn--0:hover, 
  .page-vineyard .custom-btn--0:focus, 
  .xsell-new-btn:hover,
  .xsell-new-btn:focus {
      background-color: #78133a;
      color: #fff;
      border: 2px solid #78133a;
  }
  #shopify-section-template--collection-gift .sidebar-with-description,
  #shopify-section-template--collection-gift .collection-sidebar-mobile-wrapper{
  	background-color: #eee;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #shopify-section-template--collection-gift .collection-style--sidebar-filters {
  	/*display:none;*/
    padding-top: 25px;
  }
  #shopify-section-template--collection-gift .collection-top-filter {
  	float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  #shopify-section-template--collection-gift .overlay-title {
  	top: 107px!important;
  }
  #shopify-section-template--collection-gift .collection-image {
  	margin-top: -90px;
  }
  .contact-img {
  	margin-bottom:35px;
  }
  .mb-25 {
  	margin-bottom:25px;
  }
  #news .page--title {padding-left:35px;}
  
  #shopify-section-template--collection-with-banner .page--title.overlay-title{
  	top: 107px!important;
  }
  #shopify-section-template-custom-labels-images {
  	float:left;
    width:100%;
  }
  .event-block{
    float: left;
    width: 100%;
  }
  
  .enrm-cursor-pointer {
    max-height: 100%!important;
  }
  .enrm-img-list-mode, .enrm-masonry-img, .enrm-original-img, .enrm-square-img {
    max-height: 100%!important;
  }
  .enrm-overlay-container {
    height: 100%!important;
  }
  .newsletter--section-custom {
  	background-color:var(--aubrey-color-1);
  }
  
  #shopify-section-template--page-inside-av .right-content,
  #news .right-content{
  	text-align:left!important;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 35px;
  }
  #shopify-section-template--page-inside-av .page--title,
  #news .page--title{
  	color: #808080;
    text-align: left;
  }
  #shopify-section-template--page-inside-av .left-sidebar,
  #news .left-sidebar,
  #shopify-section-template--page-merchandise .left-sidebar,
  #shopify-section-template--product-gift .left-sidebar {
  	background-color:#eee;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #shopify-section-template--product-gift .product-single {
  	margin-left:0;
  }
  #shopify-section-template--product-gift .left-sidebar {
    padding-left: 20px;
  }
  #shopify-section-template--page-merchandise {
  	margin-top:-25px;
  }
  .wide-wrapper .page-main--wrapper, 
  #news .page-main--wrapper{
  	max-width:unset;
    width:100%;
    padding: 0;
  }
  .left-sidebar-section li {
  	list-style:none;
  }
  #news .left-sidebar .grid__item{
  	padding-left:60px;
  }
  .blog-main--wrapper {
    padding-top: 0;
  }
  .enrm-cursor-pointer {
    max-height: 100%!important;
  }
  .enrm-img-list-mode, .enrm-masonry-img, .enrm-original-img, .enrm-square-img {
    max-height: 100%!important;
  }
  .enrm-overlay-container {
    height: 100%!important;
  }
  .newsletter--section-custom {
  	background-color:var(--aubrey-color-1);
  }
  
  #shopify-section-template--page-inside-av .right-content,
  #news .right-content{
  	text-align:left!important;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 35px;
  }
  #shopify-section-template--page-inside-av .page--title,
  #news .page--title{
  	color: #808080;
    text-align: left;
  }
  #shopify-section-template--page-inside-av .left-sidebar,
  #news .left-sidebar,
  #shopify-section-template--page-merchandise .left-sidebar,
  #shopify-section-template--product-gift .left-sidebar {
  	background-color:#eee;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #shopify-section-template--product-gift .product-single {
  	margin-left:0;
  }
  #shopify-section-template--product-gift .left-sidebar {
    padding-left: 20px;
  }
  #shopify-section-template--page-merchandise {
  	margin-top:-25px;
  }
  .wide-wrapper .page-main--wrapper, 
  #news .page-main--wrapper{
  	max-width:unset;
    width:100%;
    padding: 0;
  }
  body.template-customers-account .page-main--wrapper {
  	padding-left:15px;
  }
  .left-sidebar-section li {
  	list-style:none;
  }
  #news .left-sidebar .grid__item{
  	padding-left:60px;
  }
  .blog-main--wrapper {
    padding-top: 0;
  }
  .large--one {
    margin-top: -25px;
  }
  .header_grid__item{
  	padding-top:0!important;
    height: 40vh;
  }
  .header_grid__item .lazyload-wrapper {
  	height:100%;
  }
  #shopify-section-template--collection .section-header, 
  #shopify-section-template--collection-condition .section-header,
  #shopify-section-template--collection-with-banner .section-header {
  	margin-top: -77px;
  }
  .page-main--wrapper {
    padding-top: 0;
  }
  #public-events-aubrey-vineyards .wrapper.main-content {
  	padding-left:0;
  }
  #shop-wines .wrapper.main-content {
  	padding-right:25px;
  }
  #shopify-section-template--page {padding:25px;}
  #shopify-section-template--page-shopwine {padding: 25px 0 25px 25px;}
  
  #shopify-section-template--collection .wrapper.main-content,
  #shopify-section-template--collection-condition .wrapper.main-content,
  #shopify-section-template--product--recommendations
  {
    padding: 25px;
  }
  #liquor-stores .page--title,
  #bars-amp-breweries-aubrey-vineyards .page--title,
  #contact-us-aubrey-vineyards .page--title,
  #donation-requests-aubrey-vineyards .page--title,
  #shipping .page--title {
  	display:none;
  }
  
  #shopify-section-template--collection-gift .wrapper .grid__item.large--three-quarters {
  	padding-top:25px;
  }
  .grid-view-item .sold-out-badge {
  	display:none;
  }
  #shopify-section-template--collection-gift .wrapper{
  	float:left;
    width:100%;
    max-width:100%!important;
    padding: 0;
  }
  #shopify-section-template--collection-gift .grid-uniform {
  	margin-left: 0;
  }
  #shopify-section-template--collection-gift .collection-main-body {
  	padding: 0 15px;
  }
  .blog-main--wrapper .homepage-featured-content-box {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 42px;
  }
  .blog-main--wrapper .homepage-sections--title {
  	font-size: 42px;
  }
  #shopify-section-template--collection-with-banner .wrapper{
  	padding:25px;
  }
  .top-links ul li{
    float:left;
    line-height: 11px;
  }
  .site-header__nav.top-links{
    float:left;
    width:fit-content;
  }
  
  .collection-sidebar__description, .collection-sidebar__description p{
  	    font-family: sans-serif;
  }
  .mega-menu-block li.dropdown-submenu:nth-child(4) .h4 a {
  	cursor: unset!important;
  }
  .mega-menu-block li.dropdown-submenu:nth-child(1) ul.menu-link li:nth-child(6) {
  	margin-top: 25px;
    font-size: 16px;
    position: relative;
    width: max-content;
  }
  body:not(#visit) .main-content-visit h2:nth-child(1), 
    .main-content-events-1 .rte h1,
    #av-events .rte h2:nth-child(1){
  	font-size: 28px;
    font-weight: 200;
    color: #666;
    line-height: 1.2;
  }
  #shopify-section-image--gallery--private-experience .grid-item__title h2 {
  	color: #c5c5c5!important;
  }
  p {
    line-height: 21px;
    margin: 0 0 25px;
  }
  
  #shopify-section-template--page-merchandise .right-content .grid__item h3:nth-child(1) {
  	text-transform: capitalize;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .rte.footer-article a {
  	border-bottom:none!important;
  }
  .h3.footer-header {
  	font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    color: gray;
  }
  .rte.footer-article, ul.footer-content{
  	  font-size: 90%;
  }
  #shopify-section-image--text-with-image-overlay-1 .homepage-featured-box-btn{
  	color:#000000;
    background: #ffffff;
  }
  #shopify-section-image--text-with-image-overlay-1 .homepage-featured-box-btn:hover{
  	color:#ffffff;
    background: var(--aubrey-color-1)!important;
  }
  #shopify-section-1605894438fbf57c4d .product-grid--title a{
  	font-size: 26px;
    color: gray;
  }
  .mega-menu-wrapper .inner li {
    padding: 7px;
    line-height: 13px;
  }
  .dropdown-submenu .h4,
  .dropdown-submenu .h4 a {
  	font-style:italic;
    color:gray!important;
    font-family:sans-serif;
    font-size:18px;
  }
  .dropdown-submenu .menu-link li > a {
  	font-size:16px;
  }
  .site-nav .site-nav__link:hover, .dropdown-submenu .menu-link li > a:hover {
  	color: var(--aubrey-color-1)!important;
  }
  
  .site-header .site-header__wrapper .site-header__wrapper__right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .overlay-header:hover {
  	opacity:.81;
  }
  .overlay-header:hover * {
  	opacity:1!important;
  }
  .overlay-title, .homepage-sections--title {
    text-transform: capitalize;
    position: relative;
    font-size: 40px;
    font-weight: 300;
  }
  
  .custom-label-container {
    margin-top: 50px;
  }
  
  .rte.rte--header h1,
  .rte.rte--header h2,
  .rte.rte--header h3,
  .right-content h1:nth-child(1),
  body:not(#join-our-team) .right-content h2:nth-child(1),
  .right-content h3:nth-child(1),
  .custom-visit-pg-section.custom-visit-pg-text p:nth-child(1) {
  	font-weight:300!important;
    font-size: 27px;
    color: #808080;
    line-height: 35px;
  }
  .top-links--icon-links {
      align-items: normal;
      position: absolute;
      right: 35px;
  }
  #AddToCartForm .product-sub-label, #AddToCartForm .selector-wrapper label {
    margin: 0 50px 10px 0;
    display: block;
  }
  .quantity-container {
  	margin-top:-7px
  }
  
  .av-event-block {
  	float:left;
    width:100%;
  }
  
  .av-event-block h2{
    	padding-bottom: 0;
      max-width: 100%;
      float: left;
      width: 100%;
      text-align: left;
      padding-left: 15px;
    }
  
  .av-event-block .images{
    	padding-bottom:25px;
        max-width: 100%;
    	float:left;
    	width:100%;
    }
  .av-event-block .event-content{
    	float: left;
    	width: 100%;
    	padding: 0 35px 0 25px;
    }
  .av-event-block .images img {
  	padding:0 15px 0 15px;
      vertical-align: middle;
  }
  .av-event-block .images.three-images img {
  	max-width: 33%;
  }
  .av-event-block .images.two-images img {
  	max-width: 48%;
  }
  .av-event-block .images.one-images img {
  	max-width: 50%;
  }
  
  .hulkapps_swatch_option .swatch_selected {
    border: 2px solid #b20838!important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-box-shadow: 2px 2px 0 #78133a, 0 0.1em 0 #b20838, 0 2px 2px #b20838;
    -moz-box-shadow: 2px 2px 0 #78133a, 0 0.1em 0 #b20838, 0 2px 2px #b20838;
    -o-box-shadow: 2px 2px 0 #78133a, 0 0.1em 0 #b20838, 0 2px 2px #b20838;
    -webkit-box-shadow: 2px 2px 0 #78133a, 0 0.1em 0 #b20838, 0 2px 2px #b20838;
    box-shadow: 2px 2px 0 #78133a, 0 0.1em 0 #b20838, 0 2px 2px #b20838;
    border-radius: 5px;
  }
  
  
  .edit_cart_option {
    color: #fff!important;
    background-color: #b20838!important;
    border: 2px solid #b20838!important;
    transition: .3s ease-out!important;
  }
  
  .edit_cart_option:hover {
    border-color: #920618!important;
    background-color: #920618!important;
  }
  
  @media screen and (min-width: 769px) {
    .image-with-text-overlay-wrapper .size-medium .homepage-featured-content-wrapper {
        height: 40vh;
    }
  }
  
  
  @media only screen and (min-width: 767px) {
  
    .site-nav__dropdown.site-nav-1 li.dropdown-submenu:last-child {
      width:100%;
      float:left;
      text-align:center;
    }
    .site-nav__dropdown.site-nav-1 .dropdown-submenu:last-child .h4,
    .site-nav__dropdown.site-nav-1 .dropdown-submenu:last-child .h4 a{
      text-align:center;
      color: var(--aubrey-color-1)!important;
    }
  }

@media only screen and (min-width: 768px) {
  
  .full-row{
  	width:100%;
    float:left;
  }
  .half-row {
  	width:50%;
    padding-left:15px;
    padding-right:15px;
    float: left;
    height:550px;
  }
  .collection-top-filter .wetheme-dropdown{
    float: right;
    width: 275px;
    margin-top: 15px;
  }
  .collection-top-filter .wetheme-dropdown label{
    display: inline-block;
    float: left;
    padding-top: 11px;
  }
  .collection-top-filter .wetheme-dropdown .wetheme-dropdown__wrapper{
    float: right;
    width: 73%;
  }
  
  .shop-wine-grid--item{
  	float: left;
    height: 100%;
    width: 100%;
  };

  .img-link div, .img-link div img{
  	max-height:100%!important;
    height: 100%;
  }
  
  .custom-btn-container{
  	float: left;
    width: 100%;
    padding-top: 30px;
  }
  

  .shop-wine-grid--item a.img-link div {
    float: left;
    width: 100%;
  	height:100%!important;
  }
 
  .shop-wine .page-custom {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      float: none;
  }

  .shop-wine .custom-section .cats-text{
    float:left;
    width:100%;
    margin-top:105px;
    font-size: 43px;
  }

  .shop-wine .collection-grid--items-2 {
    float:left; 
    padding-right: 10px;
    padding-left: 10px;
  }
  .shop-wine .row-col-1 .collection-grid--items-2, .shop-wine .row-col-3 .collection-grid--items-2 {
    height: 100%;
  }
  .shop-wine .row-col-2 .collection-grid--items-2 {
    height: 100%;
  }
  
  .collection-sidebar-filter .clearall, .collection-sidebar-filter-mobile .clearall {
    top: 7px;
    right: auto;
    left: 30%;
  }
  .shop-wine .collection-grid--items-2.custom-grid-section-3-0 {
    margin-left: 5%;
  }
  #white .overlay-title, 
  #spritz-collection .overlay-title{
    top: 22vh;
  }
  
  .template-index .featured-products-wrapper .grid-view-item--desc-wrapper {
      padding-top: 115px;
  }
  .site-nav--has-dropdown.nav-hover:not(.mega-menu) li {
  	min-width: 100%;
    width: max-content;
  }
  .icon-bunny-foo-foo{
    top:-33vh;
  }
  
  .shopify-section .homepage-sections-wrapper--white {
    padding: 0;
  }
  .featured-products-wrapper{float:left;width:100%;}
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
  	width:50%!important;
  }
  .template-index .grid-view-item--desc-wrapper .product-grid--desc {
  	min-height: 295px;
    max-height: 295px;
    overflow: auto;
  }
  .custom-label-container {
  	max-width: 63%;
    margin-left: auto;
    margin-right: auto;
  }
    #shopify-section-template--page-visit{
    	float: left;
    }
    #shopify-section-template--page-visit {
		float:left;
      	width:25%;
      	padding-right: 25px;
    }
    .main-content-visit {
    	float:left;
      	width:75%;
      	padding-left: 25px;
    	padding-right: 25px;
        padding-top: 37px;
        padding-bottom: 25px;
    }
    .flow-homepage .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
    	padding-left: 0!important;	
      	padding-right: 0!important;
      	max-width: 49%!important;
    	margin-left: 0.5%;
    }
    #shopify-section-image--gallery--visit .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay,
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
    	padding-left: 0!important;	
      	padding-right: 0!important;
      	max-width: 49%!important;
    	margin-left: 0.5%;
    }
  
  #shopify-section-image--gallery--private-experience .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
  	margin-left: auto;
    margin-right: auto;
    float: none;
  }
  
    #visit #shopify-section-visit--form .wrapper {
      	padding-left:0!important;
    }
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner,
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner img,
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner,
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner img {
    	max-height: 33vh;
    }
    #shopify-section-image--gallery--visit .homepage-gallery-grid-item--overlay,
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-item--overlay {
    	margin-right: 0;
    	margin-left: auto;
    }
    #shopify-section-image--gallery--visit .grid-item__below-block {
      width:100%;
    }
    .shop-downtown.grid, 
    .shop-safety.grid,
    .shop-private-experiences.grid,
    .shop-vineyard.grid{
  		margin-left:0!important;
  	}
    .sitewide--title-wrapper {
    	position: relative;
    	width: 100%;
    }
    .left-sidebar #shopify-section-template--page-visit {
      width:100%;
    }
    .main-content-events-1 {
    	padding-left: 30px;
    	padding-right: 30px;
    }
    
    .left-sidebar {
      float:left;
      width:25%;
      min-height: 200px;
    }
    .right-content {
      float:left;
      width:75%;
      padding: 25px 25px 25px 0;
    }
    #private-experiences .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: unset!important;
        margin-left: 20%;
      	margin-right: 20%;
        width: 60%!important;
        margin-bottom: 35px;
    }
    #shopify-section-template-custom-labels-images .collection-grid--items-2 {
    	width:33.33%;
      	padding:10px;
      	float:left;
    }
    
    .enrm-col-4 {
      max-height: 191px!important;
      overflow: hidden;
    }
    .sec-map{
  		margin-top:55px;
    }
    #shopify-section-template--collection-gift .wrapper {
      margin-top:-30px;
    }
    .event-block .event-img{
    	float: left;
    	width: 30%;
      	padding-top: 7px;
    }
    .event-block .event-content{
    	float: left;
    	width: 70%;
    }
    .event-block h2{
    	padding-bottom:25px;
        max-width: 40%;
      	margin-left: auto;
      	margin-right: auto;
    }
  
  
    #shopify-section-image-banner-corporate-custom-labels .homepage-featured-content-box.image-with-text-overlay__content-box{
      width:60%!important;
    }
  
    #shopify-section-image-banner-corporate-custom-labels .image-with-text-overlay-wrapper--textPosition-center .homepage-featured-content-box {
        left: 20%;
        right: 20%;
    }
  .shop-wine .page-custom-grid{
  	max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .shop-wine .page-custom-grid .row .row-col{
  	height: 100%;
  }
  
  #shopify-section-1605894438fbf57c4d .lazyload-wrapper.lazyload-blur-wrapper.lazyloaded {
  	position: absolute!important;
    width: 81%;
    left: -15%;
  }
  .template-index .featured-products-wrapper .grid-view-item--desc-wrapper {
      float: right;
  }
  
  .image-with-text-overlay-wrapper--textPosition-center .homepage-featured-content-box {
    left: 25%;
    right: 25%;
    width: 50%;
    height:auto;
  }
  .site-header__wrapper.site-header__wrapper--logo-left.site-header__wrapper--with-menu {
  	max-height: 117px;
  }
  
  
  .announcement-bar-2__message p {
  	font-size:15px
  }
  
  .announcement-bar-2__message.right p {
  	font-size:14px
  }
  ul.site-nav > li {
  	font-size:16px
  }
  .template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--title {
  	margin-bottom: 27px;
  }
  .collection-main-body-inner .grid__item {
  	padding-left: 0;
  }
  .homepage-gallery-grid-inner .grid-item__content .grid-item__title {
  	min-height:120px;
  }
  .homepage-gallery-grid-inner .grid-item__content .grid-item__subheading {
  	min-height:50px;
  }
  #shopify-section-template--product-gift .right-content {
  	padding: 0px 25px 25px 0;
  }
}
  @media only screen and (min-width: 1024px) {
    .shopify-section.homepage-section--video-wrapper{
      height:auto;
      min-height:99vh;
    }
  }
  
  @media (min-height: 1025px) {
    .shopify-section.homepage-section--video-wrapper{
      min-height: 67vh!important;
      padding-bottom: 75px;
    }
  }
  @media (max-height: 1024px) {
    .shopify-section.homepage-section--video-wrapper{
      min-height: 47vh!important;
      padding-bottom: 75px;
    }
  }
  @media only screen and (min-width: 769px) {
    .shop-wine .page-custom-grid .row-1, .shop-wine .page-custom-grid .row-3{
          height: 450px;
          margin-bottom: 25px;
    }

    .shop-wine .page-custom-grid .row-2{
          height: 300px;
          margin-bottom: 25px;
    }
    .site-nav--has-dropdown:not(.mega-menu) .site-nav__dropdown {
        top: 140%;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
  }
  @media only screen and (min-width: 960px) {
    .shop-wine .page-custom-grid .row-1, .shop-wine .page-custom-grid .row-3{
          height: 450px;
          margin-bottom: 25px;
    }

    .shop-wine .page-custom-grid .row-2{
          height: 300px;
          margin-bottom: 25px;
    }
  }
  @media only screem and (min-width: 767px) and (max-width: 960px) {
  	.template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--title {
         margin-bottom: 7px;
        font-size: 1.2rem;
        font-weight: 700;
        height: 85px;
    }
  }
  @media only screen and (max-width: 767px) {
    .template-index .featured-products-wrapper .grid-view-item-image {
      width: 100%;
      float: left;
    }
    .template-index .featured-products-wrapper .grid-view-item--desc-wrapper {
      width: 100%;
      float: left;
      text-align: center;
    }
    
    .custom-btn-container.custom-btn-container--9 {
      margin-top: -40px;
      margin-bottom: 37px;
    }
    
    
  }
@media only screen and (max-width: 768px) {
  
  #shopify-section-announcement-bar-2{padding: 0px;}
  
  	.shop-wine .custom-section {
      padding: 10px;
	}
    .shop-wine .custom-section .cats-text {
        margin-top: 55px;
      	float:left;
      	width:100%;
      	font-size: 33px;
    }
    .shop-wine .sidebar-image {
      margin-bottom: 0;
  	}
    
  .announcement-bar-2 {
    margin-bottom: 0px;
  }
  #shopify-section-header{float:left;}
  .shop-wine.grid, .shop-wine.grid--full, .shop-wine.grid--rev, .shop-wine.grid-uniform,
  .shop-wine .grid, .shop-wine .grid--full, .shop-wine .grid--rev, .shop-wine .grid-uniform{
    margin-right: 0!important;
  }
  .custom-btn-container {
    float: left;
    width: 100%;
  }
  
  .shop-wine .collection-grid--items-2.custom-grid-section-3-0 {
    margin-left: auto;
  }
  .shop-wine-grid--item{
  	padding-top:15px;
  }
  
  
  .template-index .featured-products-wrapper .grid-view-item .shop-now-button-2 {
    float: none;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding: 10px 25px;
  }
  .icon-bunny-foo-foo{
    top:-39vh;
    z-index: 999;
  }
  
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
  	width:100%!important;
    padding-bottom:15px!important;
  }
  .homepage-gallery-grid-item--overlay.block-section--gallery-0 {
    padding-right: 0!important;
  }
  .homepage-gallery-background .wrapper {
  	padding:0!important;
  }
  .homepage-gallery-background .content-position-overlay {
    height:auto!important;
    min-height:611px;
  }
  .homepage-gallery-grid-inner .grid-image img {
    object-fit: cover;
  }
  .overlay-title {
    top: 55px;
    font-size: 1.9rem;
  }
  #shopify-section-template--collection .collection-image {
  	position: relative;
    top: -50px;
  }
  .collection-top-filter {padding-top: 15px;}
  .collection-top-filter label, .collection-top-filter .wetheme-dropdown__wrapper {padding-left: 10px;}
  .left-sidebar {
      float:left;
      width:100%;
    }
    .right-content {
      float:left;
      width:100%;
      padding-right: 15px!important;
      padding-left: 15px;
    }
    #news .right-content {
    	padding-left: 55px;
    }
    #private-experiences .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: unset!important;
        margin-left: 0;
        width: 100%!important;
        margin-bottom: 35px;
    }
    .header_grid__item {
        margin-top:0!important;
    }
    .collection-image{
    	margin-top:-50px;
    }
    #shopify-section-template--page-visit .-section {
    	padding-left:53px;
    }
    .page-events-1 #shopify-section-template--page-visit .-section {
    	padding-left:30px;
    }
    #shopify-section-template--product-gift .left-sidebar {
        margin-bottom: 25px;
    }
    #shopify-section-template--page-visit ul.-menu--level-2 li, 
    #shopify-section-template--page-inside-av ul.left-sidebar-menu--level-2 li, 
    #news ul.left-sidebar-menu--level-2 li {
        margin-bottom: 0!important;
        font-size: 18px;
    }
    #shopify-section-template--page-visit li a.-menu--has-dropdown-title, #shopify-section-template--page-inside-av .left-sidebar-menu--has-dropdown-title, #news .left-sidebar-menu--has-dropdown-title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 5px!important;
    }
    .left-sidebar-section.left-sidebar-section-1 {
    	line-height: 1.3;
    }
    #public-events-aubrey-vineyards .grid__item.mobile--no-top-margin, #public-events-aubrey-vineyards .right-content .grid__item {
        padding-left: 50px;
    }
    #shopify-section-template--page-visit {
		float:left;
      	width:100%;
    }
    .main-content-visit{
      float:left;
      width:100%;
      padding:15px 15px 15px 45px;
      margin-top: 25px;
    }
    #visit .image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item:nth-child(even)>div {
        margin-left: 0!important;
    }
    #shopify-section-image--gallery--visit .image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item:nth-child(odd)>div {
        margin-right: 0!important;
    }
    .announcement-bar-2__message p {
    	font-size: 13px;
    }
    #shopify-section-template--collection-gift .-section.-section-{
    	text-align: left;
    	padding-left: 20px;
    }
    #shopify-section-template--product-gift .left-sidebar {
        padding-left: 30px;
    }
    #shopify-section-template--page-block .grid__item {
    	padding-left: 0;
    }
    #all-merchandise #shopify-section-template--collection-gift .wrapper {
      padding-right: 0;
    }
    #all-merchandise #shopify-section-template--collection-gift .wrapper .grid-uniform .collection-main-body {
      padding-right: 10px;
    }
    .grid__item.mobile--no-top-margin, .right-content .grid__item {
        padding-left: 10px;
        padding-top: 15px;
    }
    .collection-sidebar-filter {
        margin-top: 25px;
    }
    .site-header__logo a {
        display: block;
        width: 200px;
        margin-left: auto;
    	margin-right: auto;
    }
    .site-header__logo-image .lazyload-wrapper {
    	height:51px;
    }
    .announcement-bar-2__message p{
    	margin-bottom:5px;
    }
    .event-block .event-img{
    	float: left;
    	width: 100%;
    }
    .event-block .event-content{
    	float: left;
    	width: 100%;
    }
  .template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--title {
  	height: 123px;
  }
  
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-0 .grid-item__title h2, 
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-1 .grid-item__title h2 {
      font-size: 7vw;
  }
  
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-0 .grid-item__subheading, 
  .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-1 .grid-item__subheading {
      font-size: 5vw;
  }
  #visit .main-content-visit{
  	padding:15px 15px 15px 23px;
  }
  #visit #shopify-section-image--gallery--visit .homepage-sections-wrapper.homepage-sections-wrapper--white {
  	padding:0;
    margin-top: -15px;
  }
  #visit #shopify-section-image--gallery--visit .homepage-sections-wrapper.homepage-sections-wrapper--white .content-width {
  	padding-top:0!important;
  }
  #visit #shopify-section-template--page-visit-2 {
  	margin-top: -55px;
    padding: 0 25px;
  }
  #series .collection-sidebar__description {
  	margin-top:25px;
  }
  #custom-labels .custom-label-container,
  #corporate-custom-labels-aubrey-vineyards iframe {
  	padding-right:10px;
  }

  .right-content .grid__item {
  	padding-right:10px;
  }
  #news .article--indiv.grid{
  	margin-left: -12px;
  }
  .blog-template--main hr {
  	margin-right:10px;
  }
  #news #shopify-section-template--blog-custom .grid__item.header_grid__item {
  	height: 25vh;
  }
  
  #news .article--indiv.grid {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
  
  #news .article--indiv.grid .grid__item.large--three-quarters {
    
    display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    
  	-webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
  }
  
  #news .article--indiv.grid .blog-template--individual {
  	-webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
  }
  
  #news .article--indiv.grid .grid__item.large--three-quarters h2 {
  	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  
  #news .article--indiv.grid .grid__item.large--three-quarters .article__featured-image-wrap {
  	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  
  #news .article--indiv.grid .grid__item.large--three-quarters .rte {
  	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  
  #news .article--indiv.grid .grid__item.large--three-quarters p {
  	-webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
  }
  
  .av-event-block .event-content{
    	float: left;
    	width: 100%;
    	padding: 0 35px 0 25px;
    }
  .av-event-block .images img {
  	padding:15px;
      vertical-align: middle;
  }
  .av-event-block .images.three-images img {
  	max-width: 100%;
  }
  .av-event-block .images.two-images img {
  	max-width: 100%;
  }
  .av-event-block .images.one-images img {
  	max-width: 100%;
    margin-left: 15px;
  }
  
}
  
  @media only screen and (max-width: 565px) {
    
    #shopify-section-template--collection-gift .overlay-title {
      top: 127px!important;
    }
    .page--title.overlay-title{
      top: 17vh!important;
    }

    #shopify-section-announcement-bar-2{
      /*min-height:75px;*/
    }
    .newsletter--section {
      padding: 50px 0 0 0!important;
    }
    .footer-article p {
      margin-bottom: 15px;
    }
    
    .homepage-gallery-background .content-position-overlay {
        min-height: 325px;
    }
    .shop-wine .collection-grid--items-2 .img-btn, .shop-wine .collection-grid--items-2 .custom-btn {
      font-size: 18px;
    }
    .site-header__logo img {
        margin-right: 25px;
    }
    .shopify-section.homepage-section--video-wrapper {
        min-height: 27vh!important;
        padding-bottom: 0!important;
    }
    #NavDrawer {
        height: auto;
    	overflow-y: scroll;
    	max-height: 550px;
    }
  }
  
  @media only screen and (max-width: 480px) {
  	.template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--title {
        height: 59px;
    }
    .template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--desc {
    	padding: 0 25px;
    	overflow-wrap: break-word;
    }
    .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-0 .homepage-featured-box-btn, 
    .homepage-gallery-grid-item.homepage-gallery-grid-item--overlay.block-section--gallery-1 .homepage-featured-box-btn {
    	margin-bottom:25px;
    }
    .custom-grid-section.custom-grid-section-0 .mt-20 {
    	margin-top:-10px;
    }
    .page-custom-grid .row.row-2 {
    	margin-top:-35px;
    }
    .page-custom-grid .custom-btn-container.custom-btn-container--15 {
    	margin-top:-20px;
    }
    #dessert .collection-main-body-inner .grid__item {
        margin-top: 0;
    }
  }
  @media only screen and (max-width: 400px) {
    .site-header__logo img {
        margin-right: 25px;
      	width: 170px!important;
        margin-left: -35px;
    }
    
    .right-side .site-nav--mobile {
        margin-right: 10px;
    }
    .site-nav--mobile i {
      font-size: 1.5rem;
    }
    
    .site-nav--mobile a {
        max-width: 30px;
        max-height: 30px;
      	min-width:unset!important;
      	min-height: unset!important;
    }
    .site-nav--mobile .search-button i {
        font-size: 1em;
    }
    .site-nav--mobile .search-button {
        padding-right: 7px;
    	padding-top: 3px;
    	margin-left: 10px;
    }
    .stkbl-promo-button {
    	margin-right: 17px!important;
    }
    .featured-products-wrapper .homepage-sections-wrapper {
    	padding-top:0;
    }
  }
  
  @media only screen and (min-width: 565px) and (max-width: 676px) {
    .template-index .featured-products-wrapper .grid-view-item--desc-wrapper .product-grid--desc {
    	min-height: 295px;
    	max-height: 295px;
    }
  }
  @media only screen and (max-width: 300px) {
  	.js-drawer-open-right-link.site-nav__link{margin-left:-10px;}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-grid--price {
        margin-bottom: 7px;
        margin-top: 15px;
        /*height: 56px;*/
        overflow: hidden;
    }
    body:not(.template-index) .grid-view-item-image{
    	height:190px;
    }
  }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
  	.product-grid--title{
      height:55px;
      overflow: hidden;
      margin-bottom: 10px;
    }
  }
  @media only screen and (min-width: 992px) {
  	.product-grid--title{
      height:45px;
      overflow: hidden;
      margin-bottom: 10px;
    }
  }

  @media only screen and (min-width: 565px) and (max-width: 767px) {
    .product-grid--price {
        margin-bottom: 7px;
        margin-top: 15px;
        height: auto;
        overflow: hidden;
    }
  }
  @media only screen and (min-width: 960px) and (max-width: 1600px) {
    /*.product-grid--title{
      height:71px;
      overflow: hidden;
      margin-bottom: 15px;
    }*/
    #shopify-section-1605894438fbf57c4d .lazyload-wrapper.lazyload-blur-wrapper.lazyloaded {
      position: absolute!important;
      width: 75%;
      left: -14%;
    }
  }
  @media only screen and (min-width: 680px) and (max-width: 767px) {
    .product-grid--title{
      height:53px;
      overflow: hidden;
      margin-bottom: 15px;
    }
    .product-grid--price {
        /*height: 47px;*/
        overflow: hidden;
    }
  }
  @media only screen and (min-width: 440px) and (max-width: 680px) {
    .product-grid--title{
      height:51px;
      overflow: hidden;
      margin-bottom: 15px;
    }
    .product-grid--price {
        /*height: 53px;*/
        overflow: hidden;
    }
  }
  
  @media only screen and (max-width: 950px) {
    .mobile-nav-bar-wrapper.large--hide,
    .mobile-nav-bar-wrapper.large--hide .large--hide{
      display:block!important;
    }
    .site-header.small--hide{
      display:none!important;
    }
    .right-side .site-nav--mobile{
    	float:right;
    }
  }
  
  
  @media only screen and (min-width: 950px) {
    .site-header.small--hide{
      display:block!important;
    }
    .mobile-nav-bar-wrapper.large--hide, 
    .mobile-nav-bar-wrapper.large--hide .large--hide{
      display:none!important;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner img, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner img {
        max-height: 40vh;
    }
    .shop-wine .page-custom-grid .row-1, .shop-wine .page-custom-grid .row-3{
  		height: 550px;
        margin-bottom: 25px;
    }

    .shop-wine .page-custom-grid .row-2{
          height: 300px;
          margin-bottom: 25px;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner img, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner img {
        max-height: 55vh;
    }
    
    .shop-wine .row-col-1 .collection-grid--items-2, .shop-wine .row-col-3 .collection-grid--items-2 {
        height: 100%;
      }
      .shop-wine .row-col-2 .collection-grid--items-2 {
        height: 100%;
      }
  }
  
  @media only screen and (min-width: 1600px) {
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--visit .homepage-gallery-grid-inner img, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner, 
    #shopify-section-image--gallery--private-experience .homepage-gallery-grid-inner img {
        max-height: 62vh;
    }
    .shop-wine .row-col-1 .collection-grid--items-2, .shop-wine .row-col-3 .collection-grid--items-2 {
      height: 100%;
    }
    .shop-wine .row-col-2 .collection-grid--items-2 {
      height: 100%;
    }
    /*.product-grid--title{
      height:55px;
      overflow: hidden;
      margin-bottom: 15px;
    }*/
    #shopify-section-1605894438fbf57c4d {
        padding-bottom: 219px;
    }
  }

  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    
    #shopify-section-1605894438fbf57c4d {
        padding-bottom: 91px;
    }
    
  }
  
  
  @media only screen and (min-width: 950px) and (max-width: 1236px) {
    .site-header__logo img{
    	max-width:200px!important;
    }
    .site-header .site-header__wrapper .site-header__wrapper__right {
        flex: 1 1 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        padding-right: 5px;
    }
    .localization-selector-form{margin-left:0;}
    .site-header .site-header__wrapper .site-header__wrapper__left {
        flex-basis: 200px!important;
    }
  }
  @media only screen and (min-width: 950px) and (max-width: 1157px) {
  	.site-header__logo img {
        max-width: 145px!important;
    }
    .top-links ul li a{padding-left:5px;padding-right:5px;}
  }
  
  @media only screen and (min-width: 920px) and (max-width: 1024px) {
    .site-nav.mega-menu-wrapper .site-nav--link-wrapper, 
    .site-header__links.top-links--icon-links{
      font-size:67%!important;
    }
    
  }
  @media only screen and (min-width: 1024px) and (max-width: 1337px) {
    .site-nav.mega-menu-wrapper .site-nav--link-wrapper{font-size:79%!important;}
  }
  

  .hulkapps_swatch_option .hulkapps_option_child {
    
        width: 75px !important;
    height: 75px !important;
    
  }

#accessories-amp-gifts .collection-sidebar-filter.small-hide {
    display: none;
}