:root {
  --header-height: 0px; /* fallback */
}

html {
  position: relative;
  height: 100%;
}

body {
    animation: 0.8s ease-in-out 0s normal none 1 fadenavtwo;
    transition: color 0.1s ease-in-out 0s;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #FFF;
    -moz-osx-font-smoothing: grayscale;
}

body.site{
    background-color: #171717;
    background-color: #8d572d;
}


body.active {
  /*position: fixed;*/
  width: 100%;
}

.site-wrapper {
    padding:0;
    position: relative;
}

.content-wrapper {
    background-color: #f3ece0;
}

.layoutcontent {
    padding-bottom: 35px;
    padding-top: 15px;
}

.pageImageWrapper {
    border: 30px solid #fcf8eb;
    overflow: hidden;
    height: 95vh;
    background-size: cover;
    padding: 0px 10%;
    display: flex; justify-content: center; align-items: center; 
    position:  relative;
    background-position: center;
    background-color: #000;
    border-top: none;
}

.pageImage{}

.pageImageTitleWrapper {
    display: flex;
    flex-direction: column;

    background-color: rgba(141, 109, 31, 0.8);
    border-radius: 100px;
    padding: 2em;
}

.pageImageTitle, .pageImageTitle h1 {
    text-align: center;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,.8);
    font-size: 4em;
    font-weight: 700;
    font-family: 'Libre Caslon Display', serif;
    line-height: 1em;
}

.pageImageTitle h1 {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 auto;
}

.pageImageWrapper .description {
    text-align: center;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    font-size: 1.6em;
    font-weight: 700; font-family: 'Libre Caslon Display', serif;
    padding: 1em;
}

.form-inline .form-group {
    margin-right: -10px;
    padding-right: 15px;
}

.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

.password-rules {
    font-size: .8em;
}

form[name="resetForm"] .form-group {
    margin-left: 0;
    margin-right: 0;
}

.parallax-holder{}

.parallax-window {
    height: 50vh;
    min-height: 300px;
    max-height: 500px;
    background: transparent;

}

.homepage .parallax-window {
    height:90vh;
    max-height: initial;
}

.sr-only-focusable:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    padding: inherit;
    border: initial;
}

.skiplink {
    background: #8d572d;
    color: #fff;
}

.skiplink:focus {
    background: #000;
    padding: 9px;
    display: inline-block;
    color: #fff;
    position: absolute !important;
    top: 0;
    z-index: 10000;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #8d572d;
    width: 44px;
    height: 44px;
    display: block;
    text-decoration: none;
    border-radius: 1px;
    display: none;
    transition: all 0.3s ease;
    color:#fff;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.333em;
    top: 10px;
    left: 15px;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #8d572d;
}
#return-to-top:hover i {
    color: #fff;
    top:8px;

}


/* FONTS */

body {
    color: #666;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .4px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    font-family: 'Libre Caslon Display', serif;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;

}


h1, h2, h3, h4, .h4, h5, .h5, h6 {
    color: #8d572d;
}

h1.page-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
}

h1.page-title::after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #c7c7c7;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

.h1, h1 {
    font-size: 2.4em;
}

.h2, h2 {
    font-size: 2em;
}

.h3, h3, .club-signup h4 {
    font-size: 1.6em;
}

.h4, h4 {
    font-size: 1.2em;
}

a {
    color: #666;
    text-decoration: underline;
    transition: all 0.4s ease;
}

a:visited {
    color: #666;
    text-decoration: underline;
    transition: all 0.4s ease;
}

a:active, a:hover  {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus-visible {
  outline: 5px auto;
  outline-offset: 0px;
}

.page-content a, .pods a, .well a {
    text-decoration: underline;
    font-style: italic;
    color: #866618;
}

a[href^=tel] {
    color: inherit;
}

a.load-local {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a.load-local:hover {
    text-decoration: none;
}

.forgot-link a, .login-p a,
.storecart .contentarea a, .storecheckout .contentarea a {
    text-decoration: underline;
    font-style: italic;
    color: #866618;
}

.forgot-link a.btn, .login-p a.btn, .storecart .contentarea a.btn, .storecheckout .contentarea a.btn {
    text-decoration: none;
}

.error, .text-danger, .coupon, del, .min-order, .max-order,
.compliance-message, .statecompliancemessage, .inventory-message {
    color:#a94442;
}

abbr[data-original-title], abbr[title] {
  cursor: text;
  border-bottom: none;
  text-decoration: none;
}



/* HEADER */

header {
    background-color: transparent;
    width: 100%;
    transition: 3s;
    position: relative;
    z-index: 9999;
}

@media (min-width: 768px) {
    header {
      position: fixed;
      top: 0;
      width: 100%;
    }

    #main-content-wrapper {
      margin-top: var(--header-height);
    }
}

header.active{background-color: rgba(0,0,0,.5); transition: 3s;}

.custom-cart {
    color: rgba(255,255,255,.7);
    position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 105;
}

.custom-cart ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.custom-cart li {
    display:inline-block;
}

.custom-cart li::before {
    /*content: "|";
    padding: 0 5px 0 2px;*/
}

.custom-cart li:first-child::before {
    content:none;
}

.custom-cart a, .custom-cart a:visited {
    color: rgba(255,255,255,.7);
    text-shadow: 0px 0px 9px rgba(0,0,0,.7);
}

.custom-cart a:hover {
    color: #fff;
    text-decoration:none;
}

/*MOBILE HEADER */

.mobile-header {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fcf8eb;
    text-align: center;
    display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-header .burger {
    flex: 0 0 33.333333%;
}

.mobile-header .logo-link {
  flex: 0 0 33.333333%;
  z-index: 0;
}

.mobile-header .logo {
    /*position: absolute;
    z-index: 1;
    left:50%;
    margin-top:15px;
    margin-left:-87px;*/
    width:174px;
}


/* MAIN NAV */

.nav li.nav-logo > a > img {
    max-width: 200px;
    width: 80%;
    transition: .25s;
}

.fixed .nav li.nav-logo > a > img  {
    width: 60%;
    max-width: 180px;
}

.navbar {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    min-height: inherit;
    position: fixed;
    z-index: 101;
    width: 100%;
    text-align: center;
    height: 150px;
    transition: .25s;
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%) repeat scroll 0% 0%;
}


.fixed .navbar {
    height: 100px;
    background-color: rgba(9,9,6,.90);
}


.navbar-nav {
    display: flex;
    display: -ms-flexbox;
    float:none;
    -webkit-transition: .5s;
    transition: .5s;
    height:100%;
    margin: 0 auto;
    max-width: 1280px;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.inner-nav.left-nav {
    text-align: right;
    margin-right: auto;
    flex: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.inner-nav.right-nav {
    text-align: left;
    margin-left: auto;
    flex: 1;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.navbar-nav li.nav-logo {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.navbar-nav li {
    display: inline-block;
    float: none;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
        -webkit-transition: .4s;
    transition: .4s;
}

.navbar-inverse .navbar-nav li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    color: rgba(255,255,255,.7);
    text-shadow: 0px 0px 9px rgba(0,0,0,.7);
    display: block;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
}

.navbar-inverse .navbar-nav li > a.logo-link {
    
}

.navbar-nav li > a:hover, .navbar-nav li > a:focus {
    background-color: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* active nav items */
.navbar-inverse .navbar-nav .active > a, .navbar-inverse .navbar-nav .active > a:focus, .navbar-inverse .navbar-nav .active > a:hover {
    color: #fff;
    background-color: transparent;
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav li.dropdown:hover > a {
    background-color: transparent;
    color: #fff;

}

.caret {
    display: none;
}



.navbar-nav li > .dropdown-menu {
    background-color: rgba(0,0,0,.86);
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: none;
	width: 200px;
    display: inline-block;
    visibility:hidden;
    opacity:0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;

}

.fixed .navbar-nav li > .dropdown-menu {
    background-color: rgba(9,9,6,.90);
    margin-top:33px;
    
}

.dropdown-menu > li {
    display: block;
}

.dropdown-menu > li > a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    color: rgba(255,255,255,.7);
    line-height: 1em;
    padding: 0.5em 1.5em;
	white-space: normal;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

/* third level dropdowns */
ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
    left: 150%;
    top: -7px;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.86);
    border: 0 none;
    border-radius: 0;
}

header.fixed ul.navbar-nav ul ul, header.fixed ul.navbar-nav ul ul ul, header.fixed ul.navbar-nav li:hover ul ul, header.fixed ul.navbar-nav li:hover ul ul ul {
    left: 150%;
    top: -38px;
}

/* hide third level dropdowns */
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    /*display: none;
    visibility: hidden;*/
}

/* displays dropdown menus */
ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;

}


ul.navbar-nav li:focus-within ul, ul.navbar-nav li li:focus-within ul, ul.navbar-nav li ul ul li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;

}

.right-nav > li:last-child > .dropdown-menu {
    left: auto;
    right: 0;
}

ul.navbar-nav .right-nav li:last-child ul ul,
ul.navbar-nav .right-nav li:last-child ul ul ul,
ul.navbar-nav .right-nav li:last-child li:hover ul ul,
ul.navbar-nav .right-nav li:last-child li:hover ul ul ul {
    left: auto;
    right: 95%;
}

.fixed ul.navbar-nav .right-nav li:last-child ul ul,
.fixed ul.navbar-nav .right-nav li:last-child ul ul ul,
.fixed ul.navbar-nav .right-nav li:last-child li:hover ul ul,
.fixed ul.navbar-nav .right-nav li:last-child li:hover ul ul ul {
    margin-top: 0;
}


/* MOBILE NAV */



/* hamburger */
.mobile-nav-toggle-label {
    cursor: pointer;
    height: 22px;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 22px;
    z-index: 1006;
    background: none;
    border: none;
}

.active .mobile-nav-toggle-label {
    left: 30px;
    top: 20px;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #8d6d1f;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 22px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #8d6d1f;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 7px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 14px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #8d6d1f;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

/* mobile menu */

.menu-small .nav {
  margin-left: 40px;
}

.menu-small .navbar, .hidden-xs .navbar {
    background: rgba(252, 248, 235, .85);
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 1;
    overflow: auto;
    pointer-events: none;
    position: fixed;
    text-align: left;
    transition: 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding:95px 25px 50px;
    left: -100%;
    height: 100vh;
    max-width: 600px;
    box-shadow: 10px 0px 0px rgba(0,0,0,0);
}

.active .menu-small .navbar, .active .hidden-xs .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
    visibility: visible;
    left: 0;
    box-shadow: 10px 0px 20px rgba(0,0,0,.5);
}

.menu-small .nav > li > a, .hidden-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 40px;
    text-align: left;
    color: #8d572d;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    margin-left:15px;
    font-family: 'Libre Caslon Display', serif;
margin-left: 0;
padding: 10px;
vertical-align: middle;
}

.menu-small .nav > li > a > i {

}

.menu-small .nav > li > a:hover, .hidden-xs .nav > li > a:hover {
    background-color: transparent;
color:  #794318;
}

.menu-small .nav > li > ul > li > a, .hidden-xs .nav > li > ul > li > a  {
    font-size: 28px;
margin-left: 15px;
}

.menu-small .nav .menu-level-1 a, .menu-small .nav .menu-level-2 a {
  text-transform: none;
}

.menu-small .nav .menu-level-2 a {
  font-size: 1.5em;
margin-left: 15px;
}

.menu-small .nav .menu-level-2 button, .menu-small .nav .menu-level-3 {
  display: none !important;
}

.menu-small .nav .menu-sub  {
    display: none;
}

.menu-small .nav .open-menu > .menu-sub {
    display: block;
}

.open-submenu {
  cursor: pointer;
  position: relative;
  color: #8d572d;
  background: none;
  border: none;

height: 44px;
  width: 34px;
  padding: 8px 0;
  vertical-align: middle;
  margin-top: 8px;
  font-size: 2em;

}

.open-submenu {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.open-submenu:hover{color:  #7d471c;}

.open-menu > .open-submenu i {
  transform: rotate(0deg);
}

.open-submenu i {transform: rotate(-90deg);}

.menu-small .cart, .hidden-xs .cart {
    color:#fff;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 12px;
    width: 30px;
}

/* SUBNAV */

ul.subnav, ul.subnav2 {
    list-style: outside none none;
    margin:25px auto;
    padding: 0;
    text-align: center;
}

ul.subnav li.page-title {
    display: none;
}

ul.subnav li, ul.subnav2 li {
    display: inline-block;
    margin:2px 5px;
}

ul.subnav li a, ul.subnav li a:visited,
ul.subnav2 li a, ul.subnav2 li a:visited {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

ul.subnav li a.current, ul.subnav li a:active,
ul.subnav2 li a.current, ul.subnav2 li a:active {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    border: 2px solid white;
    background-color: rgba(0,0,0,.5);
}

ul.subnav li a.current:focus, ul.subnav2 li a.current:focus {
    border: none;
    transition: none;
    margin: 2.5px;
}

ul.subnav li a:hover, ul.subnav2 li a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.5);
}

ul.subnav li.level-3 a, ul.subnav2 li.level-3 a {
    font-weight: normal;
    text-transform: none;
}

li.level-4, li.level-5 {
    display: none;
}



/* FOOTER */

footer {
    background-color: #fcf8eb;
    text-align: center;
    color: #836e4e;
    position: relative;
}

.social {
    background-color: transparent;
    padding-top:30px;
}


.footer-inner {
    background-color: #fcf8eb;
    
    padding-top:25px;
    padding-bottom:25px;

}

ul.social li {
    color: #fff;
    background-color: #c5a561;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin: 5px;
}

ul.social li:hover{
    color:  #fff;
    background-color: #a6843a;
}

ul.social [class*="fa fa-"] {
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto -4px;
    margin-bottom:2px;
    width: 40px;
    font-size: 1.5333em;
    text-align: center;
    transition: all 0.3s ease;
}

ul.social .fa:hover { 
 
}

ul.social li a:focus {
    color: #9a772b;
}

.ada-seal img {
    max-width: 160px;
    margin-top: 20px;
}

footer .nav {
    margin: auto;
}

footer .nav li {
    color: rgba(255,255,255,.8);
    display: inline-block;
    float: none;
    padding: 10px 0;
    vertical-align: bottom;
}

footer .nav li::before {
    content: "|";
    float:left;
}

footer .nav li:first-child::before {
    content:none;
}

footer .nav li a {
    color: #8d572d;
    font-weight: 700;
    display: block;
    font-size: 1em;
    padding: 0 5px;
    margin: 0 5px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    font-style: normal;
}

footer .nav li a:hover, footer .nav > li > a:focus {
    color: #8d572d;
    background-color: transparent;
}

footer .nav li:first-child a {
    margin-left: 5px;
}


@media (max-width: 767px) {
    footer .nav > li > a {
        display: inline-block;
        position: relative;
        font-size: 1.5em;
        text-align: left;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1em;
        text-decoration: none;
        text-transform: uppercase;
        background-color: transparent;
        margin-left: 0;
        padding: 0 15px;
    }

    footer .nav li::before {
        content: none;

    }

    footer .nav > li {
       display: block;
       text-align: center;
       padding:0;
    }


    footer .nav > li > a {
       font-size: 1em;
    }
}

.site-info {
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding-top:10px;
    
}

footer a, footer a:visited, .site-info a, .site-info a:visited {
    color: #8d572d;
    text-decoration: underline;
    font-style: italic;
}

footer .social a, footer .social a:visited {
    color: #fff;
    display: inline-block;
}

footer .social a:hover{
    color:  #fff;
}

a.vinsuite {
    text-decoration: underline;
    font-style: italic;
    color: #866618;
}


/* BUTTONS */

.btn, a.btn {
    display:inline-block;
    letter-spacing: .05em;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    color: #8d572d;
    background-color: transparent;
    border-color: #8d572d;
    font-weight: 600;
    letter-spacing: .05em;
    border-width: 3px;
    font-size: 16px;
    border-radius: 40px;
    padding-left: 2.6em;
    padding-right: 2.6em;
    padding-top: 1em;
    padding-bottom: 1em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
}

.btn.focus,.btn:focus,.btn:hover {
    color:#fff;
    text-decoration:none;
    background-color: #8d572d;
}

.btn.active,.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
}

.btn-default, a.btn.btn-login {
    color: #8d572d;
    background-color: transparent;
    border-color: #8d572d;
    font-weight: 600;
    letter-spacing: .05em;
    border-width: 3px;
    font-size: 13px;
    border-radius: 40px;
    padding-left: 2.8em;
    padding-right: 2.8em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,a.btn.btn-login:hover, a.btn.btn-login:focus,.open>.dropdown-toggle.btn-default {
    color:#fff;
    background-color: #8d572d;
    border-color: #8d572d;
}

 .btn-default:active:focus, .btn-default:active:hover, a.btn.btn-login:active:hover, a.btn.btn-login:active:focus {
    color:#fff;
    background-color: #666;
    border-color: #666;
 }

.btn-primary {
        font-weight: 600;
    letter-spacing: .05em;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
background-color: #8d572d;
border-color: #8d572d;
}

.btn:visited {
    
}

.btn-group-sm>.btn,.btn-sm {
    padding:5px 10px;
    font-size:0.8em;
    line-height:1.5;
    border-radius:3px;
}

.btn-block {
    display: inline-block;
    width: auto;
    min-width:200px;

}

.btn.btn-login.btn-sm {
    padding:5px 10px !important;
    border-radius:3px !important;
}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
    margin: 15px 0;
    text-align: center;
}

.storeproducts .category-dropdown {
    margin-bottom: 3em;
}

.state-dropdown select {
    margin: 5px 0;
    width: auto;
}

.state-dropdown span, .state-dropdown {
    display: inline-block;
}

.state-dropdown .willCall {

}

.state-dropdown select option[value="MU"] {
    display: none;
}

.statecompliancemessage {
    text-align: center;
}

.pagination {
    margin: 20px 0;
}

.store-pagination.pagination-bottom {
    float: right;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #fcf8eb;
    border-color: #c5a561;
    color: #8d572d;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    position: relative;
    text-decoration: none;
    transition: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
}

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #666; }

.pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:focus, .pagination > li > span:focus {
  border: none;
  padding: 7px 13px;
}

.product-list {

}

.product {
    margin-bottom:35px;
    position: relative;
}



.product-list .product-image {
    min-height: 200px; width: 100%;
}

.product-list .product-info{width: 100%;}

.product-list .product-image img {
    max-height: 400px;
    width: auto;
position: relative; transition: .5s;
}

.product-list .product .product-image img{top: 0px; position: relative;}

.product-list .product:hover .product-image img{top: -7.5px;}

.product-list .title {

}

.product-list .title a {
    text-decoration: none;
}

.product-list .desktop-title {
     position: relative;
     display: block !important;
}


.product-list .desktop-title a {

}

.desktop-title img {
  max-height: 400px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
    .desktop-title img.image-not-found {
      min-height: 400px;
    }
}

.product-list .desktop-title h3 {
    margin:0;
    text-align: center;
    line-height: 1.1em;
    min-height: 52px;
}

.product-list .mobile-title { /* outside .product-info */
    display: none !important;
}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {
    text-align: center;

}

.product-list .product-info .info {
    text-align: center;
}

.product-list .inventory-message {
    text-align: center;
}

.product-list .product-info .teaser {
    display: none;
}


/*DESKTOP ONLY ROLLOVER*/

/*@media (min-width: 768px) {

    .product-list .product:hover .info {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 100;
    }

    .product-list .info {
        visibility: visible;
opacity: 1;
transition: all 0.5s ease 0s;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
background-color: transparent;
position: relative;
margin-left: 15px;
margin-right: 15px;
left: 0;
right: 0;
bottom: 0;
padding-bottom: 0;
padding-top: 0;
       
    }


    .product-list .title a:hover {
        text-decoration: none;
    }

    .product-list .product:hover .desktop-title h3 {
        position: relative;
        z-index: 101;

        color:  #744017;
      }

    .product-list .product .add-to-cart .btn-primary {
    
    }

    .product-list .product .add-to-cart .btn-primary:hover {
        
    }

    .product-list .product .price-units {
        color:#333;
    }

    .product-list .nav-pills > li > a {
        color: #333;
        border: 1px solid transparent;
    }

    .producttype-product .nav-pills > li.active > a,
    .producttype-product .nav-pills > li.active > a:focus,
    .producttype-product .nav-pills > li.active > a:hover,
    .producttype-product .nav-pills > li > a:focus,
    .producttype-product .nav-pills > li > a:hover {
        background-color: transparent;
        border: 1px solid #333;
        color: #000;
        border-radius: 0;
        transition: none;
    }

}*/



/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

.teaser a, .description a {
    text-decoration: underline;
    font-style: italic;
    color: #866618;
}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display:none;
}

.producttype-product ul.nav-pills, .drill-container.product ul.nav-pills {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.nav-pills > li > a {
    padding: 12px;
    border-radius: 0;
    border: 1px solid transparent;
    transition:  .5s;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    border-radius: 0;
    color: #242424;
    background-color: transparent;
    border: 1px solid #242424;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color:#000;
    text-decoration: none;
    border: 1px solid #242424;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    text-decoration: none;
}

.producttype-product .nav-pills {
    text-align: center;
    margin: 0 5px;
}

.producttype-product .nav-pills > li {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}

.tab-content {
    margin-top:15px;
    width:100%;
}

.purchase-form {
    text-align: center;
    margin-bottom: 15px;
}

.quantity {
    margin-right: 5px;
    min-width: 36px;
    display: inline-block;
}

.quantity input {
    text-align: center;
    padding: 6px 4px;
    width: 36px;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    width: auto;
    vertical-align: top;
}

.price {
    display: inline-block;
    font-size: 1.2em;
    padding: 0;
    width: auto;
}

.unit {
    display: inline-flex;
    text-transform: capitalize;
    width: auto;
}

.unit select { /* for non-wine products using options */
    margin-left: 5px;
    margin-top: -8px;
}

.add-to-cart {
    clear:both;
    display: block;
    padding:10px 0 15px;
}

.min-order, .max-order {
    clear:both;
    display:block;
}



/* STORE DRILLDOWN */

.drill-container {
    padding-top: 15px;
}

.product-detail .product-image {

}

.product-detail .product-image img {
        max-height: 600px;
    }

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}


.product-detail .purchase-form {
    width:auto;
    text-align: left;
    display: inline-block;
}

.product-detail .product-info {

}

.product-detail h1.product-title {
    margin-top: 0;
}

.product-detail .mobile-title {
    text-align: center;
    background-position: top center;
}

.product-detail .teaser {
    padding: 10px 0;
}

@media (min-width: 991px) {

.product-detail .tab-content form[data-type="purchase"]:first-child {
    margin-right: 20px;
}

.product-detail .tab-content form[data-type="purchase"] {
    float:left;
    width:auto;
}

}

.drill-container h2 {
  font-size: 1.5em;
  letter-spacing: 0;
}

table.productDetails { /* wine profile table */
    margin: 5px 0px;
    width:auto;
}

table.productDetails td {
    padding: 5px 25px 5px 0;
}

table.productDetails td.DownloadWineNotes {
    padding: 0 0 10px;
}

table.productDetails td.wineNotesRight table td.wineNotesRight {
    padding: 0 15px 0 0;
}

.DownloadWineNotes, .wineNotesLeft {
    font-weight: bold;
}

.DownloadWineNotes, .wineNotesRight {
    text-align: left;
}


/* POPUP */

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
    background-color:#c5a561;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #a6843a;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #a6843a;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #a6843a;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #a6843a;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #a6843a;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

.modal-body #errorBoxWrapper {
    height: auto !important;
}

.modal-body #errorBox.error {
    height: auto !important;
}

.modal-body .cart-title h4 {
    font-size: 1em;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .subtotal-row td {
   
}

.strikethru {
    text-decoration:line-through;
}

.coupon-list {
    list-style: none;
    padding: 0;
}

.modal-footer .btn + .btn {
    margin: 10px 0;
}

.modal-footer a.btn.btn-primary, .modal-footer a.btn.btn-primary:visited{text-decoration: none;}


/* CART */

.storecart .layoutcontent p {
    padding: 10px 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table > thead > tr > th {
    border-width: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.thead-total, .thead-price  {
    text-align: right;
    font-weight: 700;
}

.thead-qty {
    font-weight: 700;
}

.cart-image.hidden-xs {
    float: left;
    padding: 0 15px;
    width: auto;
}

.cart-image .image {
    max-width: 100px;
}

.storecart .cart-qty input {
    display: inline-block;
    padding: 0;
    text-align: center;
    width:35px;
}

.cart-price, .cart-total {
    text-align: right;
}

.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td, .handling-row td, .bottledeposit-row td {
    text-align: right;
}

.cart-totals .table td {
  text-align: right;
}

.special-offers {
    padding-bottom: 40px;
}

.special-offers .special-offers {
    padding-bottom: 0;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;
}

#shippingOptionsForm #divShipping select {
    width: auto;
}

#divFutureShipDate label {
    padding: 2px;
}

.checkout-row {
    text-align: right;
}

/* mobile cart - non-rco */

.mobile-summary.visible-xs div {
    padding-left: 0;
}

.mobile-summary .cart-title {
    font-size: 1.2em;
    padding: 1em 0;
    font-weight: 700;
}

.mobile-summary .cart-image {
    text-align: center;
}

.mobile-summary .cart-image > img {
    max-width: 80px;
}

.mobile-summary .cart-prices {
    /*display: inline-block;*/ /*remove for RCO */
    font-weight: bold;
    padding-top: 4px;
}

.thead-quanti

.cart-quantity {
    /*display: inline-block;*/ /*remove for RCO */
    padding-right:10px;
    vertical-align: top;
}

.cart-quantity input {
    padding: 0;
    text-align: center;
    width: 35px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-buttons .btn {
    margin-bottom: 5px;
    width: 150px;
}

.mobile-summary .cart-totals {
    padding: 20px 0;
}

.cart-subtotal, .cart-shipping, .cart-taxes {
    padding: 3px 0;
    text-align: right;
}

.mobile-summary .cart-total {
    font-size: 1.2em;
    padding: 3px 0;
}

.mobile-summary .cart-total > strong::after {
    content: " ";
}



/* CHECKOUT - NON-RCO */
/*
#divLogin {
    max-width: 400px;
    padding-bottom: 20px;
}

#divLogin .forgot-link {
    padding: 10px 0 0;
}

#giftCertificateForm {
    display:none;
}

.showPaymentInformation th, .showPaymentInformation td{
    padding: 8px 0;
}

.cartpaymenttypetabs {
    padding: 30px;
}

.showPaymentInformation h3 {
    padding-top: 20px;
}

.cartpaymenttypetabs {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.cartpaymenttypetabs .clearfix.container-fluid {
    padding: 15px 0;
}

.cartpaymenttypetabs .clearfix.container-fluid .container-fluid {
    padding: 0;
}

.showPaymentInformation .currentVintage {
    display: none;
}

#whatsThis > a {
    display: none;
}

.showConfirm .page-content {
    padding-bottom: 20px;
}
*/



/* CLUBS */

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.clubs .control-label.col-sm-1 {
    text-align: left;
}

.club-rate.list-group-item {
    border: medium none;
    padding: 0;
}

.clubs .list-group-item {
    background-color: transparent;
}

.member-login, .club-information, .gift-message, .personal-information, .user-pass, .payment-info {
    padding: 20px 0 0;
}

.clubs #divLogin {
    max-width: 400px;
}

.clubs .club-information select {
    width: auto;
}

.clubs .well .btn.btn-primary {
    display: block;
    max-width: 175px;
    margin: 10px 0;
}

.preferences h3 {
    display: none;
}

.club-signup .asterisk-required {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #8d572d;
}

.club-signup .forgot-link {
  margin-top: 20px;
}

.club-signup #billingForm .checkbox label {
    font-weight: bold;
}

.club-signup .no-type > div:not(.club-information) {
  opacity: .5 !important;
}

body.showClubList .contentarea > .row {display: flex; justify-content: center; flex-wrap: wrap;}


/* PODS */

.pods {
    margin: 0 auto;
    padding-top:25px;
    padding-bottom: 25px;

}

.pod {
    margin-bottom: 20px;

}


@media only screen and (min-width: 992px) {
    .pods .row {
    display: flex;
    }

    .pod {
    flex: 1;
    }
}

.pods .panel-default > .panel-heading {
    background-color: #333;
    border: 0 none;
 
    padding: 1em;
}

.pods .panel-title {
    text-align: center;
    color:#fff;
}



.pods .panel {
    background-color: transparent;
    border: 1px solid #333;

    box-shadow: none;
    margin-bottom: 0;
    height:100%;
}

.pods .panel-body {
    padding: 15px;
}

img.featured-pod {
    max-height: 300px;
}



/* BLOG */

.blogLeftNavItemTitle {
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid #999;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: .4px;
}

.blogLeftNavItemLinks {
    margin-bottom: 1em;
}

.blogEntryTitle, .blogEntryTitle a{
    text-transform: none;
    text-decoration: none;
    color: #927223;
    letter-spacing: 0;
    line-height: normal;
}

.blogList h2.blog-title {
  font-size: 1.75em;
}

.bloglist .layClear {
    display: none;
}

@media (max-width: 767px) {
    .blog .subnavarea {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
}

.blog-nav {
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
}

.blog-nav-title.page-title {
  font-size: 1.5em;
  letter-spacing: 0;
  border-bottom: 1px solid;
}

.blog-nav-links {
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.blog-navLink {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.blog-navLink a, .blogEntryCommentCount a, .blogEntryPostedBy {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.bloglist #formInfo.blogList {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bloglist .blogEntry {
    border: 1px solid #e5e5e5;
    width: 47%;
    float: left;
    padding: 20px 20px 0px;
    margin: 10px;
    flex-basis: auto;
    position: relative;
    background-color: white;
}

.blogEntryDate {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #927223;
}

.blogEntryCommentCount {
    margin-top: 10px;
}

.blogEntryPostedBy {
    margin-top: 10px
}

#blogAddComments {
    display: none;
}

.blog .headerImage {
    margin-bottom: 2em;
}

/* FORMS, ETC */

.form-control {
   border: 1px solid #737373;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* removes quantity arrows from field */
}

#sourceCodeForm {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.members .page-content {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: white;
}

.layClear {
    clear:both;
}

.tdLabel {
    font-weight: bold;
    padding: 12px 10px;
}

#locator_key {
    display: none;
}

.plocations.showpage .content-wrapper .icons {
    display: none;
}

legend {
    border-bottom: none;
}

.modal {
    top: 10%;
    z-index: 9999;
}

.headerRow {
    /*padding: 17px 30px 0px 0px;
    text-align: right;
    list-style: none;
    width: 38%;
    float: right;*/
    text-align: right;
    flex: 0 0 33.333333%;
    padding: 0 30px 0 0;
    margin: 0;
}

.active .headerRow {
/*position: absolute;

right: 0px;*/
z-index: 1005;
}

.headerRow ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.headerRow li {
    display: inline-block;
    padding: 0px 4px;
}

.headerRow li a {
    color: #8d6d1f;
    font-weight: 700;
    text-decoration: none;
}

.headerRow li a:hover {
    text-decoration: none;
}

.headerRow li:first-child{padding-left: 0px;}
.headerRow li:last-child{padding-right: 0px;}

.store .headerBit.purchaseWine{/*display: none;*/}

.clubs .headerBit.wineClub{/*display: none;*/}

.newsletter .headerBit.mailingList, .members .headerBit.mailingList{/*display: none;*/}

.store .headerBit.purchaseWine a, .clubs .headerBit.wineClub a, .newsletter .headerBit.mailingList a {
    border: 1px solid #8d6d1f;
    border-radius: 10px;
    background-color: #8d6d1f;
    color: white;
    padding: 0px 3.5px;
}

.headerRow a[title="Cart"]:hover{text-decoration: none;}

.navmenu.mainnav-small ul.social {
    border-top: 0px solid #e6ddcd;
    border-bottom: 0px solid #e6ddcd;
    width: auto;
    padding: 15px 0px;
    margin: 20px 48px;
}

.navmenu.mainnav-small ul.social li {
    margin: 0px 5px;
}

.navmenu.mainnav-small ul.social li a{color: #8d572d; padding: 4px;}

.navmenu.mainnav-small ul.social li a:hover{color: #794318;}

.navmenu.mainnav-small ul.social li:first-child a {
  
}

.navmenu.mainnav-small ul.social li:last-child a {
  padding-right: 0;
}

.inImageWrapper {
    position: absolute;
    bottom: 0px;
}

.inImageWrapper li{margin: 2px 15px;}

.inImageWrapper li a {
    color: #FFF;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
    border: 2px solid transparent; transition: .5s; padding: 2.5px 10px; border-radius: 15px;
}

.inImageWrapper li a:hover{
color:  #FFF; 
text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
border: 2px solid white;
}

.clubPods {
    background-color: white;
    border: 5px solid #f3ece0;
}

.homepage .parallax-window{color: white; text-shadow: 0px 0px 5px rgba(0,0,0,.7); justify-content: center;
align-items: center; display:  flex; border: 30px solid #fcf8eb; border-top: none;}

.button.btn-default.btn.whitebackground, .button.btn-default.btn.whitebackground:visited {
    background-color: #fff;
    color: #8d572d;
    text-shadow: 0px 0px 0px transparent;
    text-decoration: none;
}

.button.btn-default.btn.whitebackground.active, .button.btn-default.btn.whitebackground.focus, .button.btn-default.btn.whitebackground:active, .button.btn-default.btn.whitebackground:focus,
.button.btn-default.btn.whitebackground:hover {
    background-color: #8d572d; color: white;
} 

.button.btn-default.btn.whitebackground:focus {
    border: 0;
    margin: 3px 0;
    transition: none;
}

.storecart .contentarea i.fa-trash-o.fa-trash-alt, .storecart .contentarea i.fa-refresh.fa-sync-alt {
    font-size: 1.2em !important;
    position: relative;
    top: -2px;
    left: -1.5px;
}

.storecart .contentarea i.fa-trash-o.fa-trash-alt {
  font-size: 1em !important;
  top: -5px;
  left: -2px;
}

.headerRow li a.lilheadericon {
    margin: 0px 4px;
    padding: 0 4px;
}

.headerRow li a.lilheadericon:first-child{margin-left: 0px;}

.headerRow li a.lilheadericon:last-child{margin-right: 0px;}

.newsletter #formInfo button.btn-default[type="submit"] {
    text-align: center;
    margin: 0px auto;
    float: none;
    display: block;
}

@media (max-width: 991px) {
    ul.subnav li a, ul.subnav2 li a {
      text-decoration: none;
      color: #8d6d1f;
      background-color: transparent;
    }

    ul.subnav li a.current, ul.subnav2 li a.current {
      text-shadow: none;
      border: 1px solid #8d6d1f;
      border-radius: 10px;
      padding: 1px 6px;
      background-color: #8d6d1f;
    }

    ul.subnav li a:hover, ul.subnav2 li a:hover {
      text-decoration: none;
      color: #8d6d1f;
      background-color: transparent;
    }

    ul.subnav li a.current:hover, ul.subnav2 li a.current:hover {
      text-decoration: none;
      color: #fff;
      background-color: #8d6d1f;
    }

    ul.subnav li a.current:focus, ul.subnav li a.current:focus {
      border: none;
      transition: none;
    }

}

@media (max-width: 810px) {
    .headerRow li.hidden-xs {
      display: none;
    }
    .headerRow li.headerBit{display: none;}
    .menu-small .navbar, .hidden-xs .navbar {
      background: rgba(252, 248, 235, 1);
    }
}


/* xs only */
@media (max-width: 768px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    select[name="BirthMonth"], select[name="BirthDay"], select[name="BillBirthMonth"],
    select[name="BillBirthDay"], select[name="ShipBirthMonth"], select[name="ShipBirthDay"],
    select[name="cardexpirymo"] {
        margin-bottom: 10px;
    }


    #shippingForm {
        padding-top: 20px;
    }

    .product-image .img-responsive, .product-detail .product-image img, .desktop-title img {
        max-height: 300px;
        width: auto;
    }

    .product-list .desktop-title h3 {
      min-height: 1px;
    }

    .product-list .info {
        padding-top: 20px;
    }

    /*.storecart .special-offers, .storecart .shipping-options {
        padding-left: 0;
    }

    .checkout-row {
        padding-left: 0;
        text-align: left;
    }*/

    .showPaymentInformation h5 {
        margin-top: 10px;
    }

    .showPaymentInformation table {
        font-size: 0.8em;
    }

    .showPaymentInformation th, .showPaymentInformation td {
        padding: 0;
    }

    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }

    .inImageWrapper{display:  none;}

    .bloglist .blogEntry {
        width: 100%;
    }

    .mobile-header .logo {
        width: 126px;
    }

    .layoutcontent {
        padding-left: 25px;
        padding-right: 25px;
    }

    ul.subnav li, ul.subnav2 li {
        margin: 2px 15px;
    }

    .menu-small .nav > li > a, .hidden-xs .nav > li > a {
      font-size: 30px;
    }

    .navmenu.mainnav-small ul.social {
      text-align: center;
    }

    .navmenu.mainnav-small ul.social li {
      margin: 5px 5px 10px;
    }

    .navmenu.mainnav-small ul.social li a {
      padding: 3px;
    }

    .menu-small .nav .open-menu > .menu-sub {
      margin-left: 20px;
    }

    .pageImageTitle {
        font-size: 36px;
        line-height:  42px;
    }

    .h1, h1 {
        font-size: 1.8em;
        line-height: 1.2em;
        text-align:  center;
    }

    .pageImageWrapper {
        border: 25px solid #fcf8eb; border-top: 0; height: 35vh;}

        .pageImageTitleWrapper {
          padding: 1.5em;
        }

        /*ul.headerRow {padding: 17px 25px 0px 0px;}*/

        .mobile-nav-toggle-label, .active .mobile-nav-toggle-label {
        left: 25px;}

        .pageImageWrapper .description {font-size: 1.4em;}

        .mobile-header .logo {z-index: 1005;}

    body.showClubList .contentarea > .row {display: block;}

    }

/* sm only */
@media (min-width: 769px) and (max-width: 991px) {
    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }

    .inImageWrapper{display:  none;}

.mobile-header .logo {
    width: 150px;
}

ul.subnav li, ul.subnav2 li {
    margin: 2px 15px;
}

.headerRow {
    width: 40%;
    font-size: 13px;
}

.headerRow li a.lilheadericon{margin: 0px 3px;}

.mobile-header .logo {z-index: 1005;}

body.showClubList .contentarea > .row {}

}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* lg only */
@media (min-width: 1200px) {



}


@media print {
    .parallax-window { display: none;}
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    a[href]:after {
        content: none;
    }
}


/*shipping states width fix*/
select[name="ShippingStates"] {
    width:auto;
}

/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}

/*password meter fix*/
.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

/* for CCV to show */
#whatsThisDetail {
    top:-50px!important;
    left:200px!important;
    z-index:500;
}


/*image not found graphic size contstraints*/
.product-list .product-image .not-found {
    max-height: 100px;
    width: auto;
}

.product-detail .product-image .not-found {
    max-height: 150px;
}

/*additional class for an upcoming RCO update*/
.mb-2 {
  margin-bottom: 2rem;
}

.modal-header{padding: 15px 15px 0px;}

.modal-header h4.modal-title {
    line-height: 18px;
}

.modal-header, .modal-footer {
    border:none;
}

legend {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.password-meter {
    display: none;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img {
    height: 190px;
    width: 260px;
    object-fit: cover;
}
.ekko-lightbox-nav-overlay a:empty {
    width: auto !important;
}
.ekko-lightbox-nav-overlay a:focus-visible {
  opacity: 1;
  text-decoration: none;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus-visible {
  outline: 5px auto;
  outline-offset: 0px;
}

.store .headerBit.purchaseWine a:focus, .clubs .headerBit.wineClub a:focus, .newsletter .headerBit.mailingList a:focus {
  border: 0;
  border-radius: 10px;
  background-color: #8d6d1f;
  color: white;
  padding: 0px 3.5px;
}

.modal .modal-dialog { z-index: 20001; }

hr.admin { display: none;}

#walletTabContents .btn-group .btn-default {
  padding: 0 12px;
  border: none;
}

#walletTabContents .btn-group i {
  font-size: 1.5em;
}

.newsletter .asterisk-required {
  text-align: center;
}



/* login dashboard */

.dashboard {
  text-align: center;
}

.dashboard hr.separator {
  margin: 15px auto 30px;
}

.dashboard .admin-content {
  margin: 30px auto;
}

.dash-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard-tile {
  width: 100%;
  max-width: 46%;
  margin: 20px auto;
  border: 1px solid #cbaa5c;
  text-align: left;
  padding: 20px;
}

.dashboard-tile h4 {
  text-transform: uppercase;
  font-size: 24px;
}

@media (max-width: 767px) {
    .dashboard-tile { 
        max-width: 100%;
        margin: 10px auto;
    }
}

/* ALLOCATION/CUSTOM CLUB */

.allocation-summary {
    display: none;
}

.showAllocationDetail .product-image img,
#customClubProductForm img {
    width: 100%;
    max-width: 20px;
}

.showAllocationDetail .PriceByQTY {
    max-width: 60px;
    float: right;
}

.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(2),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
.showAllocationDetail form tr > td:nth-child(2),
.showAllocationDetail form tr > td:nth-child(3),
.showAllocationDetail form tr > td:nth-child(4),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
form#customClubProductForm tr > td:nth-child(2),
form#customClubProductForm tr > td:nth-child(3),
form#customClubProductForm tr > td:nth-child(4),
th.line-item-quantity {
    text-align: right;
}

#customClubProductForm .quantity {
    float: none;
    width: auto;
}

#remainingBottles {
    color: #cc1515;
}

#allocationWishList td.header {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px;
}

.WishlistQuantity {
    text-align: center;
}

.AllocationshowCart #cart-summary select.PriceByQTY {
    max-width: 60px;
}

.AllocationshowCart #wishlist-table td.header {
    font-weight: 700;
}

.storecart.AllocationshowCart h1.page-title {
    display: block;
}

.storecart.AllocationshowCart .mobile-summary select[name="Quantity"] {
  width: auto;
}

.storecart.AllocationshowCart .mobile-summary .cart-prices {
  display: block;
  text-align: left;
}

.storecart.AllocationshowCart .mobile-summary .price {
  float: none;
  padding: 0;
}

.AllocationshowCart .cart-totals {
  text-align: right;
}


.img-left, .img-right {
    float: none;
    font-size: 10px;
}

.img-left, .img-right,
.img-left img, .img-right img {
    max-width: 100%;
    width: auto;
    margin: 10px 0;
}


@media (min-width: 768px) {
    .img-right {
      float: right;
      margin: 5px 0 30px 20px;
    }

    .img-left {
      float: left;
      margin: 5px 20px 30px 0;
    }
}

/*table collapse*/
.site-content table td {
    vertical-align: top;
    padding: 10px 15px;
}

.site-content table td.left {
    padding: 10px 15px 10px 0;
}

.site-content table td.right {
    padding: 10px 0 10px 15px;
}

.site-content table img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

table.center td {
  text-align: center;
}

table.middle td {
  vertical-align: middle;
}

@media (max-width: 767px) {
    .site-content table td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
    }

    .site-content table img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .site-content table .carousel img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .site-content table.reverse tr {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table.reverse-odd tr:nth-child(odd) {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table.reverse-even tr:nth-child(even) {
      display: flex;
      flex-wrap: wrap-reverse;
    }
}


.ekko-lightbox .modal-footer {
    text-align: center !important;
}

.mprofile .btn {
    margin-bottom: 1em;
}

.save-order {display: none;}

/* KIOSK STYLING UPDATES */

.kiosk-site header, .kiosk-site .pageImageWrapper, .kiosk-site footer, .kiosk-site .pods, .kiosk-site #redchirp-iframe {
    display: none;
}

.kiosk-site #main-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.kiosk-site .content-wrapper {
    flex: 1;
}

#kiosk-countdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #990000;
    color: #fff;
    text-align: center;
    padding: 28px;
    font-size: 22px;
    z-index: 9999;
    display: none; /* hidden until countdown gets close, based on warningSeconds in the JS */
  }

#kiosk-countdown.visible {
    display: block;
}


/* customs */
.homepage .content-wrapper {
  position: relative;
  padding-top: 50px;
}

h2, h3, h4, h5 {
    letter-spacing: 0;
}

.bull-icon {
  position: absolute;
  width: 100%;
  top: -64px;
}

.bull-icon img {
  max-width: 175px;
}

.h2-intro, .pods .panel-title {
  display: block;
  font-size: 2rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: normal;
  font-style: italic;
  color: #333;
}

.mobile-header .burger, .headerRow {
  flex: 0 0 25%;
}

.mobile-header .logo-link {
  flex: 0 0 50%;
}

@media (max-width: 991px) {
    .mobile-header .burger, .headerRow {
      flex: 0 0 15%;
    }

    .mobile-header .logo-link {
      flex: 0 0 70%;
    }
}

.mobile-header .logo {
  max-width: 300px;
  height: auto;
  max-height: 110px;
  width: auto;
  margin: 0 1em;
}

.mobile-header {
  height: 130px;
}

.mobile-header .burger {
  padding-left: 30px;
  text-align: left;
}

.mobile-nav-toggle-label {
  left: unset;
  position: relative;
  top: unset;
  display: flex;
}

.active .mobile-nav-toggle-label {
  left: unset;
  top: unset;
}

.content-wrapper {
  padding-bottom: 70px;
  padding-top: 30px;
}

.pageImageWrapper {
  height: 400px;
}

.bull-logo {
  position: absolute;
  width: 100%;
  top: -50px;
}

.bull-logo a img {
    max-width: 100px;
}

footer .social {
  padding-top: 70px;
}

footer ul.social li {
  background-color: #c1af67;
}

.pods {
  padding-bottom: 70px;
  background-color: #fff;
  margin-top: -40px;
  padding-top: 120px;
}

.pods-inner {
  padding: 0 2em;
}

.pods .panel {
  border: none;
}

.pods .panel-default > .panel-heading {
  background-color: transparent;
  padding: 2em 2em 0;

  display: none;
}

.pods .panel-body {
  padding: 2em;
  text-align: center;
}

.pods .panel-heading h2 {
  margin: 0;
}

.pods .panel-body h2 {
  margin-top: 0;
}

.pods .row::before, .pods .row::after {
    content: none;
}

.pod .btn, .pod a.btn {
  border-width: 2px;
  font-size: 14px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.category-landing {
  text-align: center;
}

@media (min-width: 768px) {
    .site-content table.category-landing td {
      vertical-align: bottom;
    }
}

.site-content table.category-landing img {
  max-height: 260px;
  width: auto;
  max-width: 260px;
  height: auto;
}

.site-content table.category-landing a {
    font-style: normal;
    text-decoration: none;
}

.category-landing h2 {
    letter-spacing: 0;
}

.site-content table td  ul {
    text-align: left;
}

.h4.preference-title {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  color: inherit;
}

.active .menu-small .navbar, .active .hidden-xs .navbar {
    transition: 1s;
}

@media (max-width: 1024px) {
    .homepage .parallax-window {
      height: 30vh;
    }

    .category-landing img {
      max-width: 220px;
        width: 100%;
    }
}

@media only screen and (min-width: 1000px) {
  .pods .row.podcount-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
    margin: 0 auto;
  }

  .pods .row.podcount-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 9%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .pod {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
    .pod {
        flex: inherit;
    }
}

@media (max-width: 767px) {
    .mobile-header .burger, .headerRow {
      flex: 0 0 25%;
    }

    .mobile-header .logo-link {
        flex: 0 0 50%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: unset;
      }

    .mobile-header .burger {
      padding-left: 25px;
    }

    .mobile-nav-toggle-label, .active .mobile-nav-toggle-label {
        left: 0;
        top: 0;
    }

    .mobile-header .logo {
      max-width: 180px;
      height: auto;
      max-height: 70px;
      width: auto;
      margin: 0.3em 0;
    }

    .headerRow {
      padding: 0 25px 0 0;
    }

    .headerRow li a.lilheadericon:last-child {
      padding: 0;
    }
}



