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: #fcf8eb;}

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

.content-wrapper {
    background-color: #fffbeb;
padding-top: 100px;
min-height: 71.5vh;
}

.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;
    display:  none;
}

.pageImage{}

.pageImageTitleWrapper{}

.pageImageTitle {
    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;
}

.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;}

.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;
}

.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: #000;
    color: #fff;
}

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

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(51, 51, 51, 0.85);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 1px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#fff;
 z-index: 9999;

}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.333em;
    top:9px;
    left:14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(51, 51, 51, 1);
}
#return-to-top:hover i {
    color: #fff;
    top:8px;

}


/* FONTS */

body {
    color: #14433d;
    font-family: 'Poppins', 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: 'Calistoga', serif;
line-height: 1.5em;
letter-spacing: 0px;
font-weight: 300;
text-transform: none;
color: #14433d;
}

.h1, h1 {
    font-size: 72px;
    font-family: 'Calistoga', serif;
    font-weight: 300;
    letter-spacing: 0px;
}

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;
}



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

.h3, h3 {
    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:focus {
    color: #666;
    text-decoration: underline;
    transition: all 0.4s ease;
    border-width: 2px dotted #000;
    outline-width: 3px;
}

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

.page-content a, .pods a, .well a {
    text-decoration: underline;
    word-break: break-word;
}

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;
}

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

forgot-link a.btn:focus, .login-p a.btn:focus, .storecart .contentarea a.btn:focus, .storecheckout .contentarea a.btn:focus, .clubs .well .btn.btn-primary:focus {
    outline-width: 3px;
    border-width: 2px;
    outline-offset: 3px;
    outline-color: #333;
    outline-style: dotted;
}

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



/* HEADER */

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

header.active{background-color: rgba(0,0,0,.5); min-height:100vh; 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: #fff;
    text-align: center;
}

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


/* 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;
}

footer ul.pull-right{float: none !important;}

.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;

}

footer .navbar-nav li > .dropdown-menu, .footer .navbar-nav li > .dropdown-menu {width: auto;}

.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;*/
}

footer 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 {
    color: #fff;
    cursor: pointer;
    height: 22px;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 22px;
    z-index: 1006;
}

.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: #14433d;
    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: #caa555;
    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: #caa555;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

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

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

.visible-xs .nav > li > a, .hidden-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    text-align: left;
    color: #14433d;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    margin-left:15px;
}

.visible-xs .navmenu .nav > li > a:hover, .hidden-xs .navmenu .nav > li > a:hover {color: #14433d; text-decoration:  underline;}

footer .visible-xs .navbar, footer .hidden-xs .navbar {pointer-events:  auto;}

footer .visible-xs .nav > li > a, footer .hidden-xs .nav > li > a {color: white;}

.visible-xs .nav > li > a > i {

}

.visible-xs .nav > li > a:hover, .hidden-xs .nav > li > a:hover {
background-color: transparent;
color: #fff;
text-decoration: underline;
}

.visible-xs .nav > li > ul > li > a, .hidden-xs .nav > li > ul > li > a  {
font-size: 18px;
margin-left: 36px;
padding: 9px 15px;
line-height: 18px;
}

.visible-xs .nav > li > ul > li > a:hover, .hidden-xs .nav > li > ul > li > a:hover  {text-decoration:  underline;}

.visible-xs .nav > li > ul > li  > ul > li > a, .hidden-xs .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub, .hidden-xs .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu, .hidden-xs .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #8d572d;
    top: 11px;
}

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

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

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

li.open-menu span.open-submenu{transform: rotate(0deg);}

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

/* SUBNAV */

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

ul.subnav > ul {
    padding: 0;
}

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

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

ul.subnav li a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
        padding: 0px 8px;
    border-radius: 12px;
    letter-spacing: 0px;
}

ul.subnav li a.current {
    color: #FFF;
text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
border: 1px solid #14433d;
background-color: #14433d;
}

ul.subnav li a.current:focus {
    outline: 2px dotted #222;
    outline-offset: 1px;
}

ul.subnav li a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);background-color: #14433d;
}

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

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



/* FOOTER */

footer {
    background-color: #14433d;
    text-align: center;
    color: #fff;
}

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

ul.social {
    display: none;
}

ul.social.dropdown-menu {
    padding-top: 5px;
}

.footer-inner {
    
    padding-top:0px;
    padding-bottom:25px;

}

ul.social li {
    display: inline-block;
    font-size: 28px;
    margin: 0px .5%;
}

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

ul.social .fa:hover { 
    background-color: #666; 
}

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: 0px 0;
    vertical-align: bottom;
}



footer .nav li::before {
}

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

footer .footer-inner .nav li a {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 0 5px;
    margin: 0 5px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    transition:  .5s;
    border-radius:  20px; padding: 5px 10px;
}

footer .footer-inner .nav li a:hover, footer .footer-inner .nav > li > a:focus {
    color: #14433d; 
    background-color: white; text-decoration:  none;
}

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: inline-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: #fff;
text-decoration: none;
font-weight: bold;
}

footer a:hover{text-decoration:  underline;}

footer .social a{color:  #c5a561;}

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

a.vinsuite {
    text-decoration: underline;
}




/* 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: 14.5px;
    border-radius: 40px;
    padding-left: 2.8em;
    padding-right: 2.8em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    transition: all 0.3s ease;
text-decoration: none;
}

.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 {
    color: #fff;
    background-color: #14433d;
    border-color: #14433d;
    font-weight: 600;
    letter-spacing: 0;
    border-width: 3px;
    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,.open>.dropdown-toggle.btn-default {
    color:#14433d;
    background-color: transparent;
    border-color: #14433d;
}

 .btn-default:active:focus, .btn-default:active:hover {
    color:#14433d;
    background-color: transparent;
    border-color: #14433d;
 }

.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 {
    color: #14433d;
background-color: transparent;
border-color: #14433d;
}

.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: 180px;

}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

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

.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;
}

.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 > .disabled > a:focus, .pagination > .disabled > span:focus {
    border: none;
    padding: 7px 13px;
}

.product-list {

}

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

.product-list .row div .product {
    border: 1px solid #ccc;
    transition: .5s;
    padding-top: 15px;
    top:  0;
    box-shadow:  0px 0px 0px rgba(0,0,0,.5);
}

.product-list .row div .product label {
    width: 50%;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

.product-list .row div:hover .product {
    background-color: rgb(255, 255, 255);
    top: -10px;
    transition: .5s;
    box-shadow: 0px 8px 10px rgba(0,0,0,.5);
    border: 1px solid black;
}

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

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

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

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

.product-list .product:hover .product-image img{}

.product-list .title {

}

.product-list .title a {

}

.product-list .desktop-title {
    min-height: 63px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-list .desktop-title a {

}

.product-list .desktop-title h3 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
}

.product-list .mobile-title { /* outside .product-info */

}

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

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

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

}

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

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


/*DESKTOP ONLY ROLLOVER*/

@media (min-width: 991px) {

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


    .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 {
    padding: 10px 11px;
    width: 100px;
}

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

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

    .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;
    }

    .producttype-product .nav-pills > li.active > a:focus, .producttype-product .nav-pills > li > a:focus{outline: 2px dotted;
outline-offset: 1px;}

}



/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

.teaser a, .description a {
    text-decoration: underline;
}

/* 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.active > a:focus{outline: 2px dotted;
outline-offset: 1px;}

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

.nav-pills > li > a:focus{outline: 2px dotted;
outline-offset: 1px;}

.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;
    width:  100%;
}

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

.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;
}

.price-units .price{}

.price-units span.unit{flex-wrap: wrap; text-align:  center; display: inline-block;}

.showdrilldown .price-units .unit {
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
    display: block;
    margin-top: 10px;
}

.showdrilldown .unit select {
    width: 90px;}

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

.unit select { /* for non-wine products using options */
margin-left: 0px;
margin-top: 0px;
padding: 3px 5px;
max-width: 50%;
display: inline-block;
width: 100px;
font-size: 13px;
text-align: center;
}

.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 h2.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;
}

}

.product-detail h4 { /* detail titles */
    font-weight: bold;
}

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;
    text-align: right;
}


.wineNotesLeft::after {
    content: ":";
}

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


@media (max-width: 991px) {
    .product-detail, .product-detail .purchase-form {
        text-align: center;
    }

    table.productDetails {
        margin:auto;
    }

}


/* POPUP */

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

.circleG{
    background-color:#000;
    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: #666;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    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{
    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;
    text-decoration: none;
}


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: #14433d;
    border: 0 none;
 
    padding: 1em;
}

.pods .panel-title {
    text-align: center;
    color:#fff; font-size: 22px;
}



.pods .panel {
    background-color: white;
    border: 1px solid #14433d;

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

border-radius: 50px 50px 0px 0px;
overflow: hidden;
}

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

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;
    margin: 5px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .4px;
    color: #201713;
    text-decoration: none; color:  #927223; font-family: 'Calistoga', serif;
}

.blogEntryDate {
    margin-bottom: 1em;
    font-weight: 400;
    color: black;
    text-shadow: 1px 0px 0px rgba(0,0,0,.8);
}

/* FORMS, ETC */

.form-control {
   border-color: #727272;
}

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: 0px 10% 20px;
    text-align: center;
}

.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;
}

ul.headerRow {
    padding: 17px 30px 0px 0px;
    text-align: right;
    list-style: none;
    width: 38%;
    float: right;
}

.active ul.headerRow {
position: absolute;
z-index: 1005;
right: 0px;
}

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

ul.headerRow li a {
    color: #14433d;
    font-weight: 700;
    text-decoration: none;
    padding: 0px 3px;
    border: 1px solid transparent;
    border-radius: 10px;
}

ul.headerRow li a:hover {
    text-decoration: none;
    border: 1px solid #14433d;
    border-radius: 10px;
    background-color: #14433d;
    color: white;
    padding: 0px 3px;
}

ul.headerRow li:first-child{padding-left: 0px;}
ul.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, .members .headerBit.mailingList a {
    border: 1px solid #14433d;
    border-radius: 10px;
    background-color: #14433d;
    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 30px;
}

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

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

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

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

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

ul.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;
}

ul.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;
    position:  relative;
    box-shadow: 0px 0px 0px rgba(255,255,255,0);
    transition:  1s;
    top:  0px;
}

.clubPods:hover{box-shadow: 0px 20px 10px rgba(0,0,0,0.5);
top: -20px;}

.homepage .parallax-window{color: #14433d; text-shadow: 0 -2px 2px white, 2px 0 2px white, 0 2px 2px white, -2px 0 2px white; /*justify-content: center;
align-items: center; display:  flex;*/ border: 30px solid #fcf8eb; padding:  100px 10% 50px;}

.button.btn-default.btn.whitebackground, .button.btn-default.btn.whitebackground:visited {
    background-color: white;
    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 {
    color:#8d572d;
}

.button.btn-default.btn.whitebackground:focus {
    outline: 3px dotted #fff;
    outline-offset: 1px;
    border-width: 2px;
}

.button.btn-default.btn.whitebackground:hover {
    background-color: #14433d; color: white;
}

.blog .subnavarea{display: none;}
.blog .contentarea{width: 100%;}

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

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

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

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

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

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

.blogEntryCommentCount a.btn.blue{text-decoration: none;}

.blogEntryCommentCount a.btn.blue:hover{text-decoration: none;}

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

.g-recaptcha > div{margin: 0px auto;}

footer > .menu-large{display:  block; max-width:  1200px; margin:  0px auto; padding: 50px 20px 20px;}

footer .hidden-xs .navbar {
    position: relative;
    left: 0;
    max-width: none;
    background: transparent;
    padding: 0px;
    height: auto;
}

footer .hidden-xs .navbar .navbar-nav{}

footer .hidden-xs .navbar ul.navbar-nav {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
flex-wrap: wrap;
display: flex;
}

footer .hidden-xs .navbar ul.navbar-nav::before, footer .hidden-xs .navbar ul.navbar-nav::after {
    content:  none;
}

footer .hidden-xs .navbar ul.navbar-nav li{display: flex;
flex-direction: column;
width: auto;}

footer .visible-xs .nav > li > ul > li > a, footer .hidden-xs .nav > li > ul > li > a {
font-size: 15px;
margin-left: 0px;
color: white;
text-transform: none;
line-height: 20px;

padding-left: 0px;
}

footer .hidden-xs .navbar .navbar-nav > li > a {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

footer .hidden-xs .navbar .navbar-nav > li.footerSocial > a:hover{text-decoration:  none;}

footer .navbar-nav li > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    float: none;
    background-color: transparent;
}
footer ul.social a {border: 1px solid transparent;
padding: 2px !important;
border-radius: 30px;
width: 30px;
text-align: center;
height: 30px;
line-height: 27px !important;}
footer ul.social a:hover {border:  1px solid white; padding: 2px !important; border-radius:  30px;}

footer .hidden-xs .navbar .navbar-nav li > .dropdown-menu {
    width:  auto;
    min-width: 1px;
}

footer .navbar-nav li .dropdown-menu > li{content: "\A";
  white-space: pre;}

.bannerText {
    color: white;
    background-color:#14433d;
    text-align: center;
    width: 100%;
    transition: .5s;
    font-size: 0.9em;
	/*position: fixed;*/
	position: relative;
	top: 0;
	z-index: 99999;
	padding: 15px;
font-weight: 600;
}

header.fixed .bannerText{overflow: hidden; height: 0px; padding: 0px 15px;}

.bannerText.hideme{height: 0px; overflow: hidden;}

.bannerText a, .bannerText a:hover{color: white; text-decoration: underline;}

.slick-slide .inner {
  margin: 0 50px;
}

.quantitychange {

    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 2px;
    margin: 0px;
    position: relative;
    top: -0.5px;
    cursor: pointer;
    width: 18px;
    text-align: center;
background-color:  white;
transition:  .15s;
box-shadow: 0px 0px 1px rgba(0,0,0,0);
}

.plusquantity{}

.minusquantity{}

.product-list .row div:hover .quantitychange{top: -2.5px; box-shadow: 0px 2px 1px rgba(0,0,0,.5);}

.product-list .row div:hover .quantitychange:hover{top: -0.5px; box-shadow: 0px 0px 1px rgba(0,0,0,.5);}

.showdrilldown .quantitychange{top: -2.5px; box-shadow: 0px 2px 1px rgba(0,0,0,.5);}

.showdrilldown .quantitychange:hover{top: -0.5px; box-shadow: 0px 0px 1px rgba(0,0,0,.5);}

.quantitychange:active{top: -0.5px; box-shadow: 0px 0px 0px rgba(0,0,0,0);}

.subscribe #formInfo, .unsubscribe #formInfo, .login-form form, .msignup form[name="InfoForm"], .forgot-password-form form{width: 500px;
margin: 0px auto;
max-width: 100%;}

button#submitButton, .forgot-password-form button[type="submit"], .login-form button[type="submit"] {
    margin: 0px auto;
    float: none;
    text-align: center;
    display: block;
}

img.footerWave{height: auto; width: 100%;
            background-color: ##fffbeb; position: relative; bottom: -2px;}

/* 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 {
        max-height: 300px;
        width: auto;
    }

    .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;
    }

    ul.inImageWrapper{display:  none;}

    ul.headerRow li.headerBit{display: none;}

.bloglist .blogEntry {
    width: 100%;
}

.blog .contentarea {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

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

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

.subnavarea{padding: 0px;}

ul.subnav li {
    margin: 2px 10px;
}

ul.subnav li a {
    /*color: #333;*/
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0px 5px;
}

ul.subnav li a.current {
    /*color: #333;*/
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #14433d;
    border-radius: 10px;
    padding: 0px 5px;
}

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

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

.pageImageWrapper {
    border: 25px solid #fcf8eb;}

    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;}

.bannerText {padding: 5px 11.5px; transition: 1s;}

header.fixed .bannerText {
    height: 0px; transition: 1s;
}

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

.clubPods {}

ul.social {
    display: block;
}

footer ul.social a{color: white; border-radius: 0px;
margin: 0px 10px; border: 0px solid transparent;}
footer ul.social a:hover{color: #c5a561; border: 0px solid transparent;}

footer {padding-bottom: 40px;}

.product-list .row div .product {
    border: 0px solid transparent;
}

.product-list .row div:hover .product {
    background-color: transparent;
    top: 0px;
    transition: .5s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border: 0px solid transparent;
}

.wine-profile .table-responsive{border:  0px solid transparent; overflow-x: hidden;}

.table-responsive table{display: table;
width: 100%;
max-width: 100%; table-layout: fixed;}

.table-responsive table td.wineNotesRight{white-space: initial !important;}

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

span.visible-qty-total{display: none;}
}

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

    ul.inImageWrapper{display:  none;}

.bloglist .blogEntry {
    width: 100%;
}

.blog .contentarea {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

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

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

ul.subnav li a.current {
    /*color: #333;*/
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: 2px solid #333;
    border-radius: 10px;
    padding: 0px 5px;
}

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

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

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

header.fixed .bannerText {
    height: auto;
}

.bannerText {padding: 0px 2%;}

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

.clubPods {}

ul.social {
    display: block;
}

footer ul.social a{color: white; border-radius: 0px;
margin: 0px 10px; border: 0px solid transparent;}
footer ul.social a:hover{color: #c5a561; border: 0px solid transparent;}

footer {padding-bottom: 40px;}

.product-list .row div .product {
    border: 0px solid transparent;
}

.product-list .row div:hover .product {
    background-color: transparent;
    top: 0px;
    transition: .5s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    border: 0px solid transparent;
}

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

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

span.visible-qty-total{display: none;}

ul.headerRow li {
    padding: 0px 3px;
}

.visible-xs .navbar, .hidden-xs .navbar {z-index: 1005;}

}

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

.price-units .unit {
    width: 100%;
}

}

/* 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;
}

.login-form input, #subscribeForm input {
    max-width: 600px;
}

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

.password-meter {
    display: none;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img{height: 100px; width: auto;}

.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: thin dotted;
    outline-offset: -2px;
}

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

hr.admin { display: none;}

.members h1, .members h2{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 #14433d;
  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;
    }
}

/*table collapse*/

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

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

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

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




