@font-face { 
    font-family: FavoritStd-Regular; 
    src: url("/assets/fonts/FavoritStd-Regular.eot") format("eot"),
        url("/assets/fonts/FavoritStd-Regular.woff") format("woff"),
        url("/assets/fonts/FavoritStd-Regular.woff2") format("woff2"); 
    /*font-style: normal; 
    font-weight: 400; 
    font-display: swap;*/
}

@font-face { 
    font-family: FavoritMonoStd-Regular; 
    src: url("/assets/fonts/FavoritMonoStd-Regular.eot") format("eot"),
        url("/assets/fonts/FavoritMonoStd-Regular.woff") format("woff"),
        url("/assets/fonts/FavoritMonoStd-Regular.woff2") format("woff2"); 
}

@font-face { 
    font-family: FavoritStd-BoldExpanded; 
    src: url("/assets/fonts/FavoritStd-BoldExpanded.eot") format("eot"),
        url("/assets/fonts/FavoritStd-BoldExpanded.woff") format("woff"),
        url("/assets/fonts/FavoritStd-BoldExpanded.woff2") format("woff2"); 
}

@font-face { 
    font-family: FavoritStd-Bold; 
    src: url("/assets/fonts/FavoritStd-Bold.eot") format("eot"),
        url("/assets/fonts/FavoritStd-Bold.woff") format("woff"),
        url("/assets/fonts/FavoritStd-Bold.woff2") format("woff2"); 
}

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

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

.content-wrapper {
    background-color: #ffffff;
    margin-top: 60px;
}

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

.banner {
  margin-top: 60px;
  margin-bottom: -60px;
}

.homepage .banner {
    margin-bottom: 0;
}

.banner img {
    width: 100%;
}

@media (max-width: 767px) {
    .homepage .banner {
        margin-top: 75px;
    }
}

.pageImageWrapper {
    border: 30px solid #ffffff;
    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;
}

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

}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.333em;
    top: 10px;
    left: 11px;
    -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: #000;
    font-family: FavoritStd-Regular, '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: FavoritStd-Bold, 'Libre Caslon Display', serif;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

h1.page-title {
    font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
    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;
    line-height: 0.9;
}


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

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

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

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

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

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

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

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

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

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

header.active .promobar {
  display: none;
}

.promobar {
    font-family: FavoritStd-Regular, 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .4px;
}

.header-promo-bar {
    background-color: #000;
    color: #fff !important;
    padding: .5em;
    text-align: center;
}

.header-promo-bar a, .header-promo-bar a:hover, .header-promo-bar a:focus,
.header-promo-bar a:visited, .header-promo-bar a:active {
    color: #fff;
}

.header-promo-bar__content > * {
    color: #fff;
    padding: 0;
    margin: 0;
}


/* HEADER */

header {
    background-color: transparent;
    width: 100%;
    transition: 3s;
    position: fixed;
    z-index: 999;
    font-family: FavoritMonoStd-Regular;
}

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

@media (max-width: 991px) {
    header {
        position: relative;
    }

    header.active {
        position: fixed;
    }

    .banner {
        margin-top: 0;
    }
}

.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: #ffffff;
    text-align: center;
}

.mobile-header .logo {
    position: absolute;
    z-index: 1;
    width: 66px;
    left: 50%;
    margin-top: 7px;
    margin-left: -33px;
}


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

    color: #000;
    font-weight: 700;
}

.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: #000000;
    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: #000000;
    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: #000000;
    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(255, 255, 255, 1);
    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: 40px;
    text-align: left;
    color: #000000;
    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: FavoritMonoStd-Regular, 'Libre Caslon Display', serif;
}

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

}

.visible-xs .nav > li > a:hover, .hidden-xs .nav > li > a:hover {
    background-color: transparent;
color:  #000000;
}

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

.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: #000000;
    top: 23px;
}

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

.open-submenu:hover{color:  #000000;}

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;
    transition: .5s;
    padding: 2.5px 10px;
    border-radius: 15px;
    font-family: FavoritMonoStd-Regular;
}

ul.subnav li a.current {
    color: #FFF;
    background-color: #000;
}

ul.subnav li a.current:focus {
    border: none;
    outline: 1px dotted #000;
    transition: none;
    margin: 2.5px;
    outline-offset: 0;
}

ul.subnav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

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: #ffffff;
    text-align: center;
    color: #000000;
}

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


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

}

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

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

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: #000000;
    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-family: FavoritMonoStd-Regular;
}

footer .nav li a:hover, footer .nav > li > a:focus {
    color: #000000;
    background-color: transparent; text-decoration:  underline;
}

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: #000000;
    text-decoration: underline;
}

footer .social a, footer .social a:visited{color:  #000000;}

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

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: #000000;
    background-color: transparent;
    border-color: #000000;
    font-weight: 600;
    letter-spacing: .05em;
    border-width: 3px;
    font-size: 14px;
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;
    font-family: FavoritStd-BoldExpanded;
    text-decoration: none;
}

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

.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: #000000;
    background-color: transparent;
    border-color: #000000;
    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,.open>.dropdown-toggle.btn-default {
    color:#fff;
    background-color: #000000;
    border-color: #000000;
}

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

.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: #000000;
border-color: #000000;
}

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

}

/* STORE CATEGORY */

.category-content {
  margin: 0 auto 20px;
}

.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 auto;
    text-align: center;
}

.store-pagination {
    text-align: center;
    margin: 0 auto;
}

.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: #ffffff;
    border-color: #000000;
    color: #000000;
    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: #000000; }

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

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

}



.product-list .desktop-title {
     min-height: 68px;
     position: relative;
     margin-top:20px;
     margin-bottom:20px;
     padding-bottom: 15px;

}



.product-list .desktop-title a {

}

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

}

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

}

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


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

    .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:not('.btn'), .description a:not('.btn') {
    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 > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color:#000;
    text-decoration: none;
    border: 1px solid #242424;
}

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

.showdrilldown .banner img, .showDrilldown .banner img {
    display: none;
}

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

@media (min-width: 992px) {
    .drill-container {
      padding-top: 50px;
    }
}

.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;
    font-family: FavoritStd-BoldExpanded;
}

.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: #000000;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #000000;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #000000;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #000000;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #000000;
    }
    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;
}


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


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

.pods .row {
    display: block;
}

.pod {
    margin-bottom: 0;
}

.pods .panel {
  border: none;
  text-align: center;
}

.pods .panel-body {
  padding: 15px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pods .panel-body h1 {
    font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    /*font-size: 2.4em;*/
}

.pods .Special.Membership .panel-body h1::before {
    content: url('/assets/images/milkrun-image-transparent.png');
    position: relative;
    bottom: 40px;
}

.panel.panel-default.Special.Shop {
    background-color: #000;
    background-image: url('/assets/images/shop-image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel.panel-default.Instagram {
    background-color: #000;
}

.panel.panel-default.Special.Shop .panel-body,
.panel.panel-default.Instagram .panel-body {
    max-width: 290px;
    min-height: 700px;
}

.panel.panel-default.Instagram .panel-body {
    max-width: 1000px;
}

.panel.panel-default.Instagram .panel-body a.btn {
    padding-left: 3.6em;
    padding-right: 3.6em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.panel.panel-default.Special.Membership {
    background-color: #ff0100;
}

.panel.panel-default.Special.Membership .panel-body {
    max-width: 400px;
    height: 700px;
}

.pods h2, .beyond h2 {
    line-height: normal;
}

.pods .btn.btn-white, .beyond .btn.btn-white {
    color:#fff;
    background-color: transparent;
    border-color: #fff;
    margin: 15px auto;
    font-family: FavoritStd-Regular, 'Work Sans', sans-serif;
    font-size: 16px;
}

.pods .btn.btn-white:hover, .pods .btn.btn-white:focus,
.beyond .btn.btn-white:hover, .beyond .btn.btn-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.Special.Shop .btn.btn-white:hover, .Special.Shop .btn.btn-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.Special.Membership .btn.btn-white:hover, .Special.Membership .btn.btn-white:focus {
    color: #ff0100;
    background-color: #fff;
    border-color: #fff;
}

.Special.Hours .panel-body {
  color: #000;
  padding: 5em 15px;
}

.Special.Hours .hours {
  font-family: FavoritMonoStd-Regular;
  padding: 3em 0;
  text-align: left;
}


@media (max-width: 767px) {
    .panel.panel-default.Special.Shop {
        background-image: none;
    }

    .panel.panel-default.Special.Shop .panel-body {
      min-height: 450px;
    }

    .pods .panel-body h1 {
      font-size: 2em;
    }
}



/* 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;
    font-family: 'Libre Caslon Display', serif;
    text-decoration: none; color:  #927223;
}*/


.blogEntryImageWrapper {
  padding-bottom: 25px;
}

h2.blog-title {
  margin-top: 0.3em;
  margin-bottom: 10px;
  line-height: 0.9;
}

.blogEntryTitle h2 a {
    margin-top: 0.3em;
  font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
  text-decoration: none;
}

.blogEntryDate {
    margin-bottom: 0;
    font-weight: 700;
    color: black;
}

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

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

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

.bloglist .blogEntry .blogEntryTeaser {
    max-width: 560px;
    margin: 1em auto 2em;
}

.blog .layClear {
  display: none;
}

.bloglist .blogEntry:first-of-type {
  width: 100%;
}

.blog.BlogDrilldown .banner { display: none; }

.contentarea.blogdrilldown {
  margin-top: 75px;
}

.blog-name, .entry-date {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.blogdrilldown h2.blog-title {
    font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 64px;
    max-width: 800px;
    margin: 0 auto 15px;
    line-height: 1.2;
}

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

.blogdrilldown .blogEntryDate, .blogdrilldown .blogEntryPostedBy {
    display: none;
}

.blogdrilldown .entry-top {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.blogdrilldown h2.entry-intro {
  line-height: normal;
  font-size: 1.7em;
}

.blogdrilldown .entry-date {
  margin: 20px auto;
}

.blogdrilldown .entry-top .social {
  padding-top: 0;
  margin-bottom: 70px;
}

.blogdrilldown .entry-paragraph {
  max-width: 600px;
  margin: 70px auto;
}


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

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

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

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

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 {
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #000000;
    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: #000000;}

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

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

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

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

.button.btn-default.btn.whitebackground:focus {
outline: 1px dotted #000;
outline-offset: 1px;
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;
}

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

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

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


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

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

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

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

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

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

    ul.inImageWrapper{display:  none;}

.bloglist .blogEntry {
    width: 100%;
}

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

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

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.00000000000000000000000066%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.00000000000000000000000066%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.00000000000000000000000067%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.000000000000000000000000664%;
    }
    .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, #subscribeForm select {
    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;}

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


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

    .mobile-header {
        height: auto;
    }
}

/*table collapse*/

.site-content table:not(.legal-table) td,
.drill-container .description table:not(.legal-table) td,
table.special img, table.reverse td {
    vertical-align: top;
    padding: 10px 15px
}

.site-content table:not(.legal-table) td.left,
.drill-container .description table:not(.legal-table) td.left,
table.special td.left, table.reverse td.left {
    padding: 10px 15px 10px 0;
}

.site-content table:not(.legal-table) td.right,
.drill-container .description table:not(.legal-table) td.right,
table.special td.right, table.reverse td.right {
    padding: 10px 0 10px 15px;
}

.site-content table:not(.legal-table) img,
.drill-container .description table:not(.legal-table) img,
table.special img, table.reverse img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.legal-table th, .legal-table td {
    vertical-align: top;
    padding: 10px 15px
}

@media (max-width: 767px) {
    .site-content table:not(.legal-table) td,
    .drill-container .description table:not(.legal-table) td,
    table.special td, table.reverse td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
    }

    .site-content table:not(.legal-table) img,
    .drill-container .description table:not(.legal-table) img,
    table.special img, table.reverse img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

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

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

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

.site-content table.table-responsive th,
.drill-container .description table.table-responsive th {
    border-bottom: 1px solid #000;
}

.site-content table.table-responsive th, .site-content table.table-responsive td,
.drill-container .description table.table-responsive th, .drill-container .description table.table-responsive td {
    padding: 4px;
}

.site-content [id]::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

/* age gate */
.agemodal .modal-dialog {
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
}

.agemodal .modal-content {
    border-radius: 0;
}

.age-modal-inner {
    margin: -15px;
}

.agemodal .age-text-wrap {
    padding: 3%;
    background-color: #ffffff;
}

.agemodal .modal-content p {
    text-align: center;
}

.agemodal .modal-content p.age-text {
    font-size: 1.5em;
}

.agemodal .modal-content p.age-text.headline {
    margin: 30px 0;
}

.agemodal .modal-content p .btn {
    margin-top: 20px;
    font-size: 16px;
    text-transform: capitalize;
}

@media (max-width: 767px) {

    .agemodal .modal-dialog {
        margin: 30px auto;
    }

}

#subscribeForm .form-group:last-of-type .col-sm-12 {
    text-align: center;
}

.agreement {
    margin-bottom: 2em;
}

.legal-table{margin:15px 0;} .legal-table td, .legal-table th {vertical-align:top; padding:5px;}
.legal-table th { text-align: center; }


blockquote {
    font-size: inherit;
}

/* special project CSS overrides */
/* page.cfm body tag has class "beyond" for this page too */

h1.special {
    font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 64px;
}

table.special td {
    vertical-align: middle !important;
}

table.special td.left {
  padding: 10px 60px 10px 0;
}

table.special td.right {
  padding: 10px 0 10px 60px;
}

table.special h1 {
    margin-top: 0;
}

table.center {
    margin-bottom: 2em;
}

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

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

.btn.btn-reverse {
    color:#fff;
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-reverse:hover, .btn.btn-reverse:focus {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
}

.btn.special {
  display: inline-block;
}

.button-text {
  margin-left: 30px;
  font-weight: bold;
}

.join-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 1em;
}

.join-btns .btn {
  margin: 10px auto;
}

table.blog-post {
  border: 2px solid black;
  border-radius: 8px;
  border-collapse: inherit;
}

table.blog-post td {
  padding: 25px !important;
}

table.blog-post td.blog-info {
  text-align: center;
  padding-top: 0 !important;
}

h2.blogEntryTitle {
  margin-top: 0.3em;
  font-family: FavoritStd-BoldExpanded, 'Libre Caslon Display', serif;
  line-height: 0.9;
}

table.blog-post .blogEntryTeaser {
  max-width: 560px;
  margin: 1em auto 2em;
}

table.blog-post a.btn  {
    padding-left: 3.6em;
    padding-right: 3.6em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.scissors-table {
    margin: 30px 0 20px;
}

.scissors-table, .scissors-table h1, .scissors-table h2 {
color: white;
}

.scissors-table tr {
    background-color: black;
}

.scissors-table td.left {
    padding-left: 30px !important;
}

.scissors-table td.right {
  padding-right: 25px !important;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.scissors-table a.btn, .scissors-table a.btn:hover, .scissors-table a.btn:focus {
    background-color: white;
    color: black;
}


.triptych {
  margin: 20px auto;
}

.triptych td img {
  max-width: 333px;
  width: 100%;
  height: auto;
  padding: 10px;
}

.intro-text {
    padding-bottom: 25px;
    max-width: 60vw;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .btn.special {
      display: block;
      width: fit-content;
      margin: 0;
    }

    .button-text {
      margin-left: 0;
      display: block;
      text-align: left;
      margin-top: 15px;
    }
}

@media (max-width: 991px) {
    table.special td.left {
      padding: 10px 30px 10px 0;
    }
        table.special td.right {
      padding: 10px 0 10px 30px;
    }
}

@media (max-width: 767px) {
    h1.special {
        font-size: 32px;
        line-height: 0.9;
    }

    table.special h1 {
        margin-top: 20px;
        text-align: center;
    }

    .btn.special {
      margin: 0 auto;
    }

    .button-text {
      text-align: center;
    }

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

    table.special td.left > div {
        padding: 0;
    }

    .site-content table.blog-post td {
      padding: 15px !important;
    }

    .site-content table.blog-post img {
        margin: 0 !important;
    }

    .blogdrilldown h2.blog-title {
        font-size: 36px;
    }

    .blogdrilldown h2.entry-intro {
        font-size: 1em;
    }

    table.special.scissors-table td.left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    table.special.scissors-table td.right {
        padding-top: 0 !important;
    }

    table.special.scissors-table img {
        margin-top: 0 !important;
    }
    
    .triptych td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
    }
}

.blogdrilldown .header ul.social.cloned,
.BlogDrilldown .header ul.social.cloned {
    display: none;
}


/* special CSS overrides for store/club pages */

.store-landing {
  margin-top: 50px;
}

.store-landing .category {
  text-align: center;
  margin-bottom: 65px;
}

.store-landing .category h2 {
  font-size: 1.6em;
  padding-bottom: 15px;
}

.store-landing .category img {
  transition: .5s;
  top: 0;
  position: relative;
}

.store-landing .category img:hover {
  top: -7.5px;
}

.store-landing .category a {
  text-decoration: none !important;
  display: inline-block;
}


/* background gallery */

.backgrounds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.backgrounds .lightbox p {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.backgrounds a.lightbox img {
  height: 190px;
  width: auto;
}

@media (max-width: 991px) {
    .backgrounds a.lightbox img {
        height: 180px;
    }
}

@media (min-width: 767px) and (max-width: 451px) {
    .backgrounds a.lightbox img {
      height: 190px;
    }
}

@media (max-width: 450px) {
    .backgrounds a.lightbox img {
        height: 155px;
    }
}

.backgrounds a.lightbox {
    text-decoration: none;
    margin: 10px;
    padding: 10px;
}

.backgrounds a.lightbox:hover {
    background-color: transparent;
    box-shadow: 0 6px 6px rgba(0,0,0,.52);
}

.backgrounds-page .ekko-lightbox-nav-overlay a {
  flex: revert;
}

.backgrounds-page .ekko-lightbox-nav-overlay a:nth-child(2) {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.backgrounds-page .ekko-lightbox a:hover {
  background-color: rgba(0,0,0,0.3);
}

