@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../font/gothammedium.eot');
  src: url('../font/gothammedium.eot?#iefix') format('embedded-opentype'),
    url('../font/gothammedium.svg#gothammedium') format('svg'),
    url('../font/gothammedium.ttf') format('truetype'),
    url('../font/gothammedium.woff') format('woff'),
    url('../font/gothammedium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../font/gothambook.eot');
  src: url('../font/gothambook.eot?#iefix') format('embedded-opentype'),
    url('../font/gothambook.svg#gothambook') format('svg'),
    url('../font/gothambook.ttf') format('truetype'),
    url('../font/gothambook.woff') format('woff'),
    url('../font/gothambook.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_lightregular';
  src: url('../font/gotham-light-webfont.eot');
  src: url('../font/gotham-light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../font/gotham-light-webfont.woff2') format('woff2'),
    url('../font/gotham-light-webfont.woff') format('woff'),
    url('../font/gotham-light-webfont.ttf') format('truetype'),
    url('../font/gotham-light-webfont.svg#gotham_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  max-width: none;
  background: none;
}
p {
  font-family: 'Gotham-Book';
  font-size: 15px;
}
img {
  vertical-align: middle;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #99887a;
}

header.primary {
  margin-bottom: 0px;
  height: 577px;
  background-image: url(../images/cart_banner.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.content {
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.v65-title {
  font-family: 'Gotham-Medium';
  font-style: normal;
}

a.linkBtn,
a.modalLinkBtn,
a.largeLinkBtn {
  background: #e0dfd7;
  box-shadow: none;
  border: 2px solid #c1c2c4;
  letter-spacing: 1px;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  border-radius: 0;
  text-shadow: none;
  height: 45px;
}
a.linkBtn span,
a.modalLinkBtn span,
a.largeLinkBtn span {
  line-height: 41px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}
a.linkBtn:hover,
a.modalLinkBtn:hover,
a.largeLinkBtn:hover {
  background: none;
  box-shadow: none;
}

.v65-clubTeaser {
  padding-left: 0px;
}

#v65-modalContentHeader a.modalLinkBtn {
  position: relative;
  height: auto;
  margin-top: -6px;
  margin-right: -9px;
}
#v65-modalContentHeader a.modalLinkBtn span {
  line-height: inherit;
  padding-left: 0px;
  padding-right: 0px;
}
#v65-modalContentHeader a.modalLinkBtn:hover span {
  color: #fff;
}
#v65-modalContent {
  text-align: center;
}
#v65-modalContent #v65-loginForm {
  margin: 0px auto;
  text-align: left;
}
#v65-loginForm input[type='text'],
#v65-loginForm input[type='Password'] {
  width: 100% !important;
}

#v65-SiteMap li {
  font-size: 15px;
  font-family: 'Gotham-Book';
  line-height: 1.5;
  padding-left: 20px;
}
#v65-SiteMap li ul {
  margin-top: 15px;
}
#v65-SiteMap li a {
  color: #000;
}
#v65-SiteMap li a:hover {
  color: #99887a;
  text-decoration: none;
}

#v65-LoginFormWrapper form {
  max-width: 250px;
  margin: 40px 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#v65-memberFormWrapper form {
  padding-left: 0px;
  padding-right: 0px;
  margin: 40px 0px;
}
#v65-memberFormWrapper fieldset {
  margin-bottom: 24px;
}
#v65-LoginFormWrapper fieldset {
  padding: 15px 5px 0px;
}
#v65-LoginFormWrapper legend {
  padding: 0px 5px;
}
.v65-form textarea,
.v65-form select {
  border: 2px solid #d1cdc8;
  background: none;
  font-size: 16px;
}
.v65-form select {
  height: 39px;
  line-height: 35px;
  padding-left: 16px;
}
.v65-form textarea {
  padding: 7px 16px;
}
#v65-memberFormWrapper select[name='BirthMonth'] {
  width: 80px;
}

#v65-forgotPasswordForm {
  width: 250px;
  margin: 40px 0px;
  padding: 0;
}
#v65-forgotPasswordForm fieldset {
  border: 1px solid #ccc;
  padding: 15px 5px 0px;
}
#v65-forgotPasswordForm legend {
  padding: 0px 5px;
}
#v65-forgotPasswordForm input[type='text'] {
  width: 100% !important;
}

/*------- Header ----*/
#user-tools {
  max-width: 1400px;
  width: 100%;
  float: none;
  margin: 0px auto;
  height: auto;
  line-height: 1.2; /*border-top:15px solid #231f20;*/
  padding-left: 50px;
  padding-right: 50px;
  color: #191919;
  font-size: 15px;
  font-family: 'Gotham-Book';
  padding-top: 37px;
  margin-bottom: 70px;
}
#user-tools:after {
  content: '';
  display: table;
  clear: both;
}
.v65-yourAccount,
.v65-editProfile {
  width: auto;
  margin-top: 0px;
}
.v65-login,
.v65-logout {
  margin-top: 0px;
}
#v65-modalCart {
  right: 50px;
  top: 37px;
}
#v65-modalCart strong {
  font-weight: normal;
}

.logo {
  float: none;
  width: 380px;
  height: 82px;
  margin: 0px auto;
  max-width: 90%; /* background-image:url(../images/logo.png); background-repeat:no-repeat; background-size:contain; mix-blend-mode: multiply;*/
  background: url(../images/RowleeWines.svg) no-repeat top center;
  background-size: 100% auto;
}

.navbar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.navbar .mainMenu {
  background: rgba(0, 0, 0, 0.18);
  max-width: 1400px;
  margin: 0px auto;
  float: none;
  height: auto;
}
.navbar .mainMenu:after {
  content: '';
  display: table;
  clear: both;
}
.mainMenu ul {
  text-align: left;
}
.mainMenu > ul {
  float: left;
  margin-left: 20px;
}
.mainMenu > ul a {
  color: #fff;
  font-size: 15px;
  font-family: 'Gotham-Medium';
}
.mainMenu > ul > li > a {
  padding: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
}
.mainMenu > ul > li > a.v65-selected,
.mainMenu > ul > li > a.v65-pageAParent,
.mainMenu > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.18);
  position: relative;
  color: #fff;
}
.mainMenu > ul > li > a.v65-selected:after,
.mainMenu > ul > li > a.v65-pageAParent:after,
.mainMenu > ul > li > a:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -9px;
  width: 18px;
  height: 9px;
  background: url(../images/menu_hover_bg.png) no-repeat bottom center;
}
.mainMenu > ul > li {
  margin-left: 0px;
}
.mainMenu > ul > li:first-child {
  margin-left: 0px;
}
.mainMenu > ul a:hover {
  color: #fff;
}
.mainMenu > ul a.v65-selected {
  font-weight: normal;
}
.mainMenu ul ul {
  top: 100%;
}

.mainMenu .socialIcons {
  float: right;
  margin-top: 26px;
  margin-right: 50px;
}
.mainMenu .socialIcons li {
  margin-left: 5px;
}
.mainMenu .socialIcons li:first-child {
  margin-left: 0px;
}
.mainMenu .socialIcons a {
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  font-size: 19px;
  border-radius: 19px;
  text-align: center;
  line-height: 34px;
  padding: 0;
}
.mainMenu .socialIcons a:before {
  content: '';
}
.mainMenu .socialIcons li a.icon-facebook {
  background: url(../images/icon_facebook.png) no-repeat center center;
}
.mainMenu .socialIcons li a.icon-instagram {
  background: url(../images/icon_instagram.png) no-repeat center center;
}
.mainMenu .socialIcons li a.icon-tripadvisor {
  background: url(../images/icon_tripadvisor.png) no-repeat center center;
}

/*------- Footer ----*/
footer {
  background: #eeeae4;
  color: #191919;
  font-size: 13px;
  font-family: 'Gotham-Book';
  padding-top: 0px;
  padding-bottom: 60px;
}
footer li a {
  color: #191919;
  font-size: 13px;
}
footer a:hover,
footer li a:hover {
  text-decoration: none;
  color: #757474;
}
footer nav {
  margin-bottom: 30px;
}
footer nav ul {
  display: inline;
  border-right: 1px solid #191919;
  margin-right: 10px;
  padding-right: 3px;
}
footer nav > a {
  font-size: 15px;
}
footer nav li a {
  font-size: 15px;
}
footer nav li a:hover,
footer nav > a:hover {
  color: #6d2c20;
}
footer nav li {
  border-left: 1px solid #191919;
  padding-left: 10px;
}
footer nav li:first-child {
  border: 0;
}
.SubWidget {
  background: url(../images/subscribeWidget_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 265px;
  padding: 64px 20px 0px;
  margin-bottom: 48px;
  color: white;
  font-size: 18px;
}
#v65-subscribeWidget span.error {
  display: block;
  text-indent: -999em;
  position: relative;
  padding-bottom: 15px;
}
#v65-subscribeWidget span.error:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Gotham-Medium';
  content: 'Thanks for subscribing to our list.';
}
#v65-subscribeWidget h2 {
  font-size: 18px;
  font-family: 'Gotham-Medium';
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
#v65-subscribeWidget form {
  border: 2px solid #c1c2c4;
  position: relative;
  padding-right: 144px;
  max-width: 517px;
  margin: 0px auto;
}
#v65-subscribeWidget input {
  background: none;
  border: 0;
  height: 37px;
  line-height: 37px;
  padding: 0px 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
}
#v65-subscribeWidget button {
  border: 0 !important;
  background: #6d2c20;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  height: 37px;
  line-height: 37px;
  width: 144px;
  text-align: center;
  padding: 0;
  border-left: 2px solid #c1c2c4 !important;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 0;
}
.SubWidget h2 {
  font-size: 18px;
  font-family: 'Gotham-Medium';
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.footerTools {
  max-width: 1400px;
  margin: 0px auto 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
footer .legal {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: left;
  margin-bottom: 0px;
}
footer .site_by {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.footer_logo {
  display: block;
  margin: 0px auto;
  width: 300px;
  height: 65px;
  background: url(../images/RowleeWines.svg) no-repeat center center;
  background-size: 100% auto;
  mix-blend-mode: multiply;
}

footer .socialIcons ul {
  margin-bottom: 0px;
}
footer .socialIcons ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .socialIcons a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border: 1px solid #231f20;
  border-radius: 50%;
  text-indent: -999em;
  text-align: center;
  line-height: 34px;
  font-size: 19px;
}
footer .socialIcons a.icon-facebook {
  background: url(../images/footer-icon-facebook.png) no-repeat center center;
}
footer .socialIcons a.icon-instagram {
  background: url(../images/footer-icon-instagram.png) no-repeat center center;
}
footer .socialIcons a.icon-tripadvisor {
  background: url(../images/icon_tripadvisor_black.png) no-repeat center center;
}
footer .bottomText {
  display: block;
  max-width: 570px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 30px auto 0px;
}

/*------- Home ------*/
#home header {
  background: url(../images/home_banner.jpg) center top no-repeat;
  height: 1069px;
  background-size: cover;
  margin-bottom: 0px;
}
.homepageContent {
  box-shadow: none;
}
.homepageContent h3 {
  color: #000;
  font-style: normal;
  font-family: 'Gotham-Medium';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.homepageContent p {
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  color: #191919;
  line-height: 1.2;
  margin-bottom: 22px;
}
.homepageContent a {
  color: #000;
  font-size: 16px;
  font-family: 'Gotham-Book';
}
.homepageContent p.find_link_bar a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
}
.homepageContent p.find_link_bar a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 6px;
  background: #99887a;
  position: absolute;
  left: 0px;
  top: 4px;
}
.homepageContent a:hover {
  text-decoration: none;
  color: #99887a;
}

#homePanel1 {
  background: #eeeae4;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#homePanel1 .v65-col2:first-child {
  float: none;
}
#homePanel1 .v65-col2 {
  width: 50%;
  margin: 0;
}
#homePanel1 .v65-col2:last-child {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
#homePanel1 .homePanel1Text {
  padding: 100px 50px 100px 100px;
}
#homePanel1 .homePanel1Text h3 {
}
/*#homePanel1 .homePanel1Text p{font-size:36px;}*/

#homePanel1 .homePanel1Text p.find_link_bar a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
}
#homePanel1 .homePanel1Text p.find_link_bar a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 6px;
  background: #99887a;
  position: absolute;
  left: 0px;
  top: 4px;
}
#homePanel1 .imgBox {
  background: url(../images/homepageText_panel_img.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
#homePanel1 .imgBox img {
  display: none;
}
@media screen and (min-width: 701px) {
  #homePanel1 .imgBox img {
    opacity: 0;
  }
}

#homePanel2 {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#homePanel2 .v65-col2:first-child {
  width: 35%;
  margin: 0;
  float: right;
}
#homePanel2 .v65-col2:last-child {
  width: 65%;
  margin: 0;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  float: none;
}
#homePanel2 .homePanel2Text {
  padding: 70px 10% 0px 10%;
}
/*#homePanel2 .imgBox{ background:url(../images/homewineclub_panel_img.jpg) no-repeat center center; background-size:cover;height:100%;}*/
#homePanel2 .imgBox {
  background: url(../images/IMG-77.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
#homePanel2 .imgBox img {
  display: none;
}
@media screen and (min-width: 701px) {
  #homePanel2 img {
    opacity: 0;
  }
}

.homepageProductGroup_panel {
}
.homepageProductGroup_panel:after {
  content: '';
  display: table;
  clear: both;
}
.homepageProductGroup_Text {
  float: left;
  width: 35%;
  padding: 70px 7% 0px 4%;
}
.homepageProductGroup {
  width: 65%;
  padding: 60px;
  padding-left: 4%;
  padding-right: 4%;
  background: #eeeae4;
  margin-bottom: 0px;
}
.homepageProductGroup .v65-productGroup-title {
  display: none;
}
.homepageProductGroup .v65-productGroup-product {
  float: left;
  width: 33.333%;
}
.homepageProductGroup .v65-productGroup-products > div {
  display: none;
}
.homepageProductGroup .v65-productGroup-products > div:nth-child(1),
.homepageProductGroup .v65-productGroup-products > div:nth-child(2),
.homepageProductGroup .v65-productGroup-products > div:nth-child(3),
.homepageProductGroup .v65-productGroup-products > div:nth-child(4) {
  display: block;
  text-align: center;
}
.homepageProductGroup .v65-productGroup-products .v65-clear {
  clear: none;
}
.homepageProductGroup .v65-product-photo {
  float: none;
  border-left: 1px solid #d1cdc8;
}
.homepageProductGroup
  .v65-productGroup-products
  > div:nth-child(1)
  .v65-product-photo {
  border: 0;
}
.homepageContent .homepageProductGroup .v65-title a {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-family: 'Gotham-Medium';
}
.homepageContent .homepageProductGroup .v65-title a:hover {
  color: #99887a;
}
.homepageProductGroup .v65-product-addToCart-price {
  font-size: 1.333333333333em;
  font-family: 'Times New Roman', Times, serif;
}
.homepageProductGroup .v65-product-addToCart-unitDescription {
  font-size: 16px;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  color: #798277;
}
.homepageProductGroup .v65-productGroup-product .v65-product-reviewStats {
  display: none;
}
.homepageProductGroup .v65-product-teaser {
  padding-left: 15px;
  padding-right: 15px;
}
.homepageContent .v65-product-teaser p {
  font-family: 'Gotham-Book';
  font-size: 15px;
}

.v65-product-addToCart .v65-product-addToCart-quantity {
  display: inline-block;
  vertical-align: middle;
}
.v65-product-addToCart .v65-product-addToCart-quantity input[type='text'] {
  overflow: hidden;
  border: #c1c2c4 solid 2px;
  height: 41px;
  color: #000000;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
}
.v65-product-addToCart .v65-product-addToCart-button {
  display: inline-block;
  vertical-align: middle;
}
.v65-product-addToCart .v65-product-addToCart-button button.defaultBtn {
  border-radius: 0;
  border: 2px solid #c1c2c4;
  text-shadow: none;
  box-shadow: none;
  height: 41px;
  background: #edf0ed;
  position: relative;
  left: -6px;
}
.v65-product-addToCart .v65-product-addToCart-button button.defaultBtn span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Gotham-Medium';
  padding: 0px 1.2em;
}
.v65-product-addToCart .v65-product-addToCart-button button.defaultBtn:hover {
  background: #c4c4be;
}
.v65-product-addToCart
  .v65-product-addToCart-button
  button.defaultBtn:hover
  span {
  color: #fff;
}

/*---------- Cart ----------*/
#cart_page #user-tools {
  border: 0;
}

#cart_page header {
  background: url(../images/cart_banner.jpg) no-repeat top center;
  background-size: cover;
  height: 577px;
  margin-bottom: 0px;
}
#cart_page header:before {
  content: '';
  display: block;
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
  height: 21px;
  background: rgba(35, 31, 32, 0.17);
}
#cart_page .content {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: #eeeae4;
}
#cart_page .cart_page_title_bar {
  text-align: center;
  background: #fff;
  padding-top: 62px;
  padding-bottom: 25px;
}
#cart_page .cart_page_title_bar .inner {
  max-width: 740px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto;
}
#cart_page .cart_page_title_bar h1 {
  font-family: 'Gotham-Medium';
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
#cart_page .cart_page_title_bar p {
  color: #191919;
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.2;
}
#cart_page .content > hr.dotted {
  display: none;
}
#cart_page #v65-cartHeader {
  max-width: 1300px;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 27px;
  border-bottom: 2px solid #d1cdc8;
  margin: 0px auto 70px;
}
#cart_page #v65-cartTable {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto;
}
#cart_page #v65-cartFooter {
  max-width: 1340px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto;
}

#cart_page #v65-cartTable {
}
#v65-cartTable th {
  border-top: 0;
  border-left: 2px solid #d8d7d6;
  background: #f6f5f4;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
}
#v65-cartTable th:first-child {
  border: 0;
}
#v65-cartTable td {
  background: #f6f5f4;
  border-left: 2px solid #d8d7d6;
  border-top: 2px solid #d8d7d6;
  padding-top: 29px;
  padding-bottom: 36px;
}
#v65-cartTable td.v65-cartItemImage {
  padding-left: 20px;
  width: 110px;
}
#v65-cartTable td.v65-cartItemDescription {
  border-left: 0;
}
#v65-cartTable td.v65-cartItemDescription a strong {
  font-weight: normal;
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
  color: #191919;
}
#v65-cartTable td.v65-cartItemDescription a:hover {
  text-decoration: none;
}
#v65-cartTable td.v65-cartItemDescription a:hover strong {
  color: #99887a;
}
#v65-cartTable td.v65-cartItemDescription .v65-cartItemDescription-sku {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  color: #000;
}
#v65-cartTable td.v65-cartItemDescription a.modalLinkAltBtn {
  background: #e6e8e4;
  border-radius: 0;
  border: 2px solid #c1c2c4;
  width: 90px;
  height: 31px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
}
#v65-cartTable td.v65-cartItemDescription a.modalLinkAltBtn:hover {
  background: none;
}
#v65-cartTable td.v65-cartItemDescription a.modalLinkAltBtn span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  color: #000;
  line-height: 27px;
}
#v65-cartTable td.v65-cartItemInStock {
  font-size: 22px;
  color: #798277;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}
#v65-cartTable td.v65-cartItemPrice,
#v65-cartTable td.v65-cartItemTotal {
  color: #191919;
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}
#v65-cartTable tr > td:first-child {
  border-left: 0;
}
#v65-cartTable #v65-cartSubtotal td,
#v65-cartTable #v65-cartShippingStates td,
#v65-cartTable #v65-cartTotal td {
  border: 0;
  background: none;
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  color: #191919;
  text-align: center;
  font-weight: normal;
}
#v65-cartTable #v65-cartSubtotal td {
  padding-top: 39px;
  padding-bottom: 17px;
}
#v65-cartTable #v65-cartSubtotal td.v65-cartSubtotal-5 {
  font-weight: normal;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
#v65-cartTable #v65-cartShippingStates td {
  padding-top: 28px;
  padding-bottom: 22px;
}
#v65-cartTable #v65-cartShippingStates .v65-cartTax-4 {
  border-top: 2px solid #d1cdc8;
}
#v65-cartTable #v65-cartShippingStates .v65-cartTax-5 {
  border-top: 2px solid #d1cdc8;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
#v65-cartStateCode {
  width: auto;
  font-size: 12px;
  border: 2px solid #c1c2c4;
  padding: 8px 0px 8px 10px;
  min-width: 114px;
  background: none;
}
#v65-cartTable #v65-cartShippingStates .v65-cartTax-6 {
  border-top: 2px solid #d1cdc8;
}
#v65-cartTable #v65-cartTotal td {
  padding-top: 20px;
  padding-bottom: 28px;
}
#v65-cartTable #v65-cartTotal .v65-cartTotal-4 {
  border-top: 2px solid #d1cdc8;
}
#v65-cartTable #v65-cartTotal .v65-cartTotal-5 {
  border-top: 2px solid #d1cdc8;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
#v65-cartTable #v65-cartTotal .v65-cartTotal-6 {
  border-top: 2px solid #d1cdc8;
}
.v65-cartItem form {
  width: 90px;
}
.v65-cartItem fieldset {
  border: 2px solid #c1c2c4;
}
.v65-cartItemAmount .v65-qtyField {
  background: none;
  width: 100%;
  border: 0;
  margin: 0;
  font-family: 18px;
  font-family: 'Times New Roman', Times, serif;
  height: 43px;
}
.v65-cartItemAmount button.modalBtn {
  background: #e6e8e4;
  border: 0;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  height: 39px;
  border-top: 2px solid #c1c2c4 !important;
}
.v65-cartItemAmount button.modalBtn span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  color: #000;
}
.v65-cartItemAmount button.modalBtn:hover {
  background: none;
}

#v65-cartCheckOutCoupons form {
  width: auto;
}
#v65-cartCheckOutCoupons fieldset {
  border: 0;
  padding: 0;
}
#v65-cartCheckOutCoupons fieldset:after {
  content: '';
  display: table;
  clear: both;
}
#v65-cartCheckOutCoupons legend {
  display: block;
  float: left;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  padding: 0;
}
#v65-cartCheckOutCoupons fieldset div {
  float: left;
  margin-left: 20px;
  padding: 0;
  display: block;
  height: 49px;
  border: 2px solid #c1c2c4;
}
#v65-cartCheckOutCoupons fieldset div:after {
  content: '';
  display: table;
  clear: both;
}
#v65-cartCheckOutCoupons #v65-CouponCode {
  float: left;
  height: 45px;
  border: 0;
  border-right: 2px solid #c1c2c4;
  background: none;
}
#v65-cartCheckOutCoupons button.modalBtn {
  float: left;
  border: 0;
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: #e0dfd7;
}
#v65-cartCheckOutCoupons button.modalBtn span {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
#v65-cartCheckOutCoupons button.modalBtn:hover {
  background: none;
}

#v65-cartHeader .v65-cartCheckOutButtons {
  margin-top: 0px;
}
a.linkAltBtn,
a.largeLinkBtn {
  box-shadow: none;
  border: 2px solid #c1c2c4;
  height: 49px;
  text-shadow: none;
  border-radius: 0;
}
a.linkAltBtn span,
a.largeLinkBtn span {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
}
a.linkAltBtn {
  background: none;
}
a.linkAltBtn:hover {
  background: #e0dfd7;
}
a.largeLinkBtn {
  background: #e0dfd7;
  margin-left: 17px;
}
a.largeLinkBtn:hover {
  background: none;
  box-shadow: none;
}

#v65-cartPaymentOptions {
  margin-top: 10px;
}

/*------- Wines ----*/
#wines header.primary {
  background: url(../images/wines_banner.jpg) center top no-repeat;
  background-size: cover;
}

#wines .pageContent {
  padding-left: 0px;
  padding-right: 0px;
}
.wines_heading {
  background: #fff;
  padding-top: 63px;
  padding-bottom: 45px;
}
.wines_heading .inner {
  width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.wines_heading h1 {
  font-size: 2em;
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: 'Gotham-Medium';
  margin: 0px 0px 20px;
}
.wine_sub_menu {
  padding-top: 20px;
  font-family: 'Gotham-Medium';
  font-size: 17px;
}
.wine_sub_menu em {
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  color: #292929;
}
.wine_sub_menu a {
  font-size: 17px;
  text-transform: uppercase;
  color: #7d7a7a;
  font-family: 'Gotham-Medium';
}
.wine_sub_menu a:hover,
.wine_sub_menu a.current {
  color: #010101;
}
#wines .v65-productGroup,
#wines .productsrow {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0px auto;
}
#wines .productsrow:after {
  content: '';
  display: table;
  clear: both;
}
#wines .v65-productGroup-title,
#wines .v65-productGroup-teaser {
  display: none;
}
#wines .v65-productGroup-products {
  text-align: left;
  padding-top: 70px;
}
#wines .v65-productGroup-products:after {
  content: '';
  display: table;
  clear: both;
}
.productsrow .v65-product2Up,
#wines .v65-productGroup-product {
  width: 33.333%;
  margin: 0px 0px 50px 0px;
  position: relative;
  padding-left: 140px;
  min-height: 275px;
  padding-right: 40px;
}
#wines .v65-product-photo {
  width: 140px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  margin-top: 0px;
}
#wines .v65-title {
  font-size: 16px;
  padding-bottom: 17px;
  margin-bottom: 12px;
  border-bottom: 2px solid #bbb7b3;
}
#wines .v65-product-reviewStats {
  font-size: 16px;
  font-family: 'Gotham-Book';
}
.v65-title {
  text-transform: uppercase;
}
.v65-paging {
  border: 0;
}
.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
}
.v65-product2Up .v65-product-inventoryMessage {
  display: none;
}

/*------- Wine Clubs ----*/
#wine-club header.primary {
  background: url(../images/wine_clubs_banner.jpg) center top no-repeat;
  background-size: cover;
}
#wine-club .pageContent {
  padding-left: 0px;
  padding-right: 0px;
}
.wine-club-heading {
  background: #fff;
  padding-top: 63px;
  padding-bottom: 36px;
}
.wine-club-heading .inner {
  width: 100%;
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px auto;
}
/*.wine-club-heading p{font-size:24px; color:#191919; line-height:1.2;font-family: "Times New Roman", Times, serif; padding:0px; margin:0px 0px 15px;}*/
.wine-club-heading p {
  font-size: 16px;
}
.sub_menu {
  max-width: 315px;
  margin: 0px auto;
  padding-top: 20px;
}
.sub_menu a.button {
  display: block;
  margin-bottom: 11px;
  height: 53px;
  background: #6d2c20;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  line-height: 53px;
  font-size: 16px;
}
.sub_menu a.button:hover,
.sub_menu a.current {
  background: none;
  border: 1px solid #000000;
  color: #000;
  line-height: 51px;
}

#wine-club .wapper {
  text-align: center;
  padding-top: 49px;
  padding-bottom: 50px;
}
#wine-club .wapper > a {
  color: #6d2c20;
  font-size: 16px;
}
.theBenefits {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.theBenefits .heading {
  margin-bottom: 40px;
}
.theBenefits h2.title {
  max-width: 650px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: 'Gotham-Medium';
  border-bottom: 2px solid #d1cdc8;
  padding-bottom: 10px;
  margin: 0px auto 26px;
}
.theBenefits img {
  margin-bottom: 20px;
}
.theBenefits p {
  color: #403d3d;
  font-size: 16px;
  font-family: 'Gotham-Book';
  margin-bottom: 12px;
  line-height: 1.2;
}
.theBenefits hr {
  border: 0;
  border-bottom: 2px dashed #a5a29e;
  margin: 0px 0px 8px;
  background: none;
}
.benefits {
  display: inline-block;
  width: 250px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  margin-bottom: 40px;
}

.choose_section {
  max-width: 867px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0px auto 50px;
  text-align: center;
  padding-top: 13px;
}
.choose_section:after {
  content: '';
  display: table;
  clear: both;
}
.choose_section h2.title {
  max-width: 650px;
  font-family: 'Gotham-Book';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  border-bottom: 2px solid #d1cdc8;
  padding-bottom: 10px;
  margin: 0px auto 55px;
}
.option_box {
  width: 48%;
  height: 300px;
  position: relative;
  border: 1px solid #000;
  padding: 30px 24px;
}
.option_box h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.option_box p {
  font-size: 16px;
  margin-bottom: 10px;
}
.option_box strong {
  font-family: 'Gotham-Medium';
  font-size: 16px;
  font-weight: normal;
}
.option_box a {
  display: block;
  width: calc(100% - 70px);
  height: 42px;
  color: #fff;
  background: #6d2c20;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Gotham-Medium';
  position: absolute;
  bottom: 46px;
  left: 35px;
}
.option_box.left {
  float: left;
  text-align: center;
}
.option_box.right {
  float: right;
  text-align: center;
}

.allocationsBox {
  max-width: 826px;
  margin: 50px auto 0px;
  background: #fff;
  text-align: center;
  padding: 40px;
}
.allocationsBox h2 {
  max-width: 650px;
  font-family: 'Gotham-Book';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  border-bottom: 2px solid #d1cdc8;
  padding-bottom: 10px;
  margin: 0px auto 40px;
}
.allocationsBox h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.allocationsBox p {
  font-size: 16px;
  margin-bottom: 40px;
}
.allocationsBox .bottom_message {
  font-family: 'Gotham-Medium';
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px;
}

.v65-product-reviewStats {
  display: none !important;
}

/*------- Experiences ----*/
#experiences header.primary {
  height: 890px;
  background: url(../images/experiences_banner.jpg) center top no-repeat;
  background-size: cover;
}
#experiences .pageContent {
  padding: 0;
  background: #eeeae4;
}
#experiences .v65-col2 {
  width: 50%;
  margin: 0;
}
#experiences .imgBox img {
  width: 100%;
}
#experiences .v65-colWrapper {
  margin: 0;
}
#experiences .experiencesText {
  padding: 100px 50px 100px 100px;
}
#experiences .experiencesText p {
  font-size: 15px;
}
#experiences .experiencesText h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.experiences_heading {
  text-align: center;
  max-width: 1300px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #d0beb7;
  padding-top: 95px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.experiences_heading .inner {
  max-width: 1000px;
  margin: 0px auto;
}
.experiences_heading h2 {
  text-transform: uppercase;
  font-size: 2em;
}
.experiences_list {
  max-width: 950px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
}
.experience_item {
  overflow: hidden;
  margin-bottom: 33px;
  display: flex;
}
.experience_item .info_box {
  float: right;
  width: 490px;
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
  margin-left: 4.5%;
}
.experience_item .img_box {
  float: left;
  max-width: 372px;
  width: 41%;
}
.experience_item h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.experience_item span.price {
  font-family: 'gotham_lightregular';
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: #191919;
  font-size: 14px;
}
.experience_item p {
  font-family: 'Gotham-Book';
  color: #191919;
  font-size: 15px;
  line-height: 1.2;
}
.experience_item small {
  font-size: 13px;
}
.experience_item .book_now_but {
  margin-bottom: 20px;
  width: 136px;
  text-align: center;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  background: #6d2c20;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  font-size: 14px;
  letter-spacing: 1px;
  padding: 9px 20px;
}

/*------- Heritage ----*/
#heritage header.primary {
  background: url(../images/Heritage-header.jpg) center top no-repeat;
  background-size: cover;
}
.heritage_inner {
  max-width: 1004px;
  margin: 0px auto;
  padding-top: 100px;
}
.heritage_inner h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.heritage_inner h4.title {
  font-size: 2em;
}
/*.heritage_inner p{ font-size:15px;font-family: 'Gotham-Book';}*/

/*------- Club ----*/
#club .page > h1,
#club .page > .v65-clubSignUp-Teaser,
#club .page > p {
  text-align: center;
}
#club .page > p.small {
  text-align: left;
  color: #191919;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}
#club #v65-checkBilling {
  width: 48%;
  background: #f6f5f4;
  padding: 50px;
}
#club #v65-signUpClubSummaryWrapper {
  width: 48%;
  background: #f6f5f4;
  padding: 50px;
  top: 0px;
}
#club #v65-checkBilling legend {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  border-bottom: 2px solid #d8d7d6;
  padding-bottom: 14px;
  margin-bottom: 23px;
  width: 100%;
}
#club .page .v65-form fieldset div {
  font-size: 16px;
  text-transform: inherit;
  font-family: 'Gotham-Book';
}
#club #v65-fieldset-billingInfo,
#club #v65-fieldset-wholesalerInfo,
#club #v65-fieldset-shippingOptions,
#club #v65-fieldset-shippingInfo,
#club #v65-fieldset-paymentMethod,
#club #v65-fieldset-sourceCode,
#club #v65-fieldset-usernamePassword,
#club #v65-fieldset-gift {
  width: 100%;
  margin-bottom: 20px;
}
#club .page .v65-form label {
  letter-spacing: 1px;
}
#club select {
  width: 132px !important;
  font-size: 12px;
  font-family: 'Gotham-Medium';
}
#club select[name='MemberCreditCardID'],
#club select#shipTo {
  width: 328px !important;
}
#club #v65-billBirthMonth,
#club #v65-billBirthDay,
#club #v65-billBirthYear {
  margin-bottom: 15px;
}
#club #v65-checkBilling input[name='FirstName'],
#club #v65-checkBilling input[name='LastName'],
#club #v65-checkBilling input[name='Company'],
#club #v65-checkBilling input[name='City'],
#club #v65-checkBilling input[name='MainPhone'],
#club #v65-checkBilling input[name='Email'],
#club #v65-checkBilling input[name='Username'],
#club #v65-checkBilling input[name='Password'],
#club #v65-checkBilling input[name='ConfirmPassword'],
#club #v65-checkBilling input[name='Address'],
#club #v65-checkBilling input[name='Address2'],
#club #v65-checkBilling input[name='ZipCode'] {
  width: 100% !important;
}
#club #v65-checkoutFooter .floatRight {
  float: none;
}
#club #v65-checkoutFooter #v65-checkoutSecure {
  font-size: 16px;
  font-family: 'Gotham-Medium';
}
#club #v65-checkoutFooter button.largeBtn {
  background: #6d2c20;
  height: 70px;
  border: 0;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
}

/*--------------- product-single --------------*/
.product-single .v65-product-photo img {
  max-width: 100% !important;
  height: auto !important;
}
.product-single .v65-product-addToCart form.v65-addToCartCase {
  margin-top: 20px;
  margin-left: 3px;
}

/*--------------- News--------------*/
.v65-socialMediaBar {
  display: none;
}
.news .v65-blogPostWrapper .v65-blogPost h1 {
  margin-left: 100px;
  margin-bottom: 17px;
  max-width: 50%;
}
.news
  .v65-blogPostWrapper
  .v65-blogPost
  h1
  + .v65-colWrapper
  .v65-col2:last-child {
  padding-bottom: 0px;
}
.news #v65-subscribeWidget {
  margin-top: -20px;
  position: relative;
}

@media screen and (min-width: 701px) {
}

.mobile_menu_button {
  display: none;
  width: 30px;
  position: absolute;
  left: 20px;
  bottom: 12px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0px;
  margin: 0px;
  outline-style: none;
  cursor: pointer;
  z-index: 9999;
}
.mobile_menu_button i {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}

.mobile_menu_button:hover i {
  background: #fff;
}
.mobile_menu_content {
  display: none;
  position: absolute;
  left: 0px;
  top: 300px;
  width: 100%;
  background: #fff;
  padding: 20px 20px 15px;
}
.mobile_menu_content ul {
  padding: 0px;
  margin: 0px;
}
.mobile_menu_content ul li {
  padding: 0px 0px 5px;
  margin: 0px;
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Gotham-Medium';
}
.mobile_menu_content ul li ul {
  padding-left: 20px;
  padding-top: 5px;
}
.mobile_menu_content ul li a {
  color: #000;
}
.mobile_menu_content ul li a:hover {
  color: #6d2c20;
}

@media (max-width: 1500px) {
  .mainMenu > ul > li > a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .mainMenu > ul > li > a {
    padding: 20px;
  }
  .mainMenu .socialIcons {
    margin-top: 20px;
  }
}

@media (max-width: 1440px) {
  footer .legal {
    left: 20px;
  }
  footer .site_by {
    right: 20px;
  }

  .news .v65-blogPostWrapper .v65-blogPost h1 {
    margin-left: 50px;
  }
}

@media (max-width: 1366px) {
  .mainMenu .socialIcons {
    margin-right: 20px;
  }
  .mainMenu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0px;
  }

  #home header {
    height: 768px;
  }
  #homePanel1 .homePanel1Text {
    padding-left: 50px;
  }
}

@media (max-width: 1340px) {
  #cart_page #v65-cartHeader {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1240px) {
  .news .v65-blogPostWrapper .v65-blogPost h1 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1030px) and (min-width: 581px) {
  body {
    padding: 0px 0px;
  }
}

@media (max-width: 1040px) {
  .mobile_menu_content {
    top: 600px;
  }
  .mainMenu .socialIcons {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .mainMenu > ul {
    display: none;
  }
  .mobile_menu_button {
    display: block;
  }

  #home header,
  #cart_page header,
  #wines header.primary,
  #wine-club header.primary,
  #experiences header.primary,
  #heritage header.primary {
    height: 600px;
  }
  .productsrow .v65-product2Up,
  #wines .v65-productGroup-product {
    width: 100%;
  }
  .productsrow .v65-product2Up,
  #wines .v65-productGroup-product {
    min-height: 270px;
  }

  #club .page {
    padding-left: 0px;
    padding-right: 0px;
  }
  #club #v65-checkBilling,
  #club #v65-signUpClubSummaryWrapper {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  /*
#wines .pageContent,
#wine-club .pageContent,
#heritage .pageContent{ padding-top:470px;}	
*/

  #homePanel1 .v65-col2 {
    width: 100%;
  }
  #homePanel1 .v65-col2:last-child {
    width: 100%;
    position: static;
  }
  #homePanel1 .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homePanel2 .v65-col2 {
    width: 100%;
  }
  #homePanel2 .v65-col2:first-child {
    width: 100%;
    float: none;
    position: static;
  }
  #homePanel2 .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }
  #homePanel2 .v65-col2:last-child {
    width: 100%;
    float: none;
    position: static;
  }
  #homePanel2 .homePanel2Text {
    padding: 60px 20px 0px;
  }
  #homePanel1 .homePanel1Text {
    padding: 60px 20px 20px;
  }
  #homePanel1 .homePanel1Text h3 {
    margin-left: 0;
  }
  #homePanel1 .homePanel1Text p.find_link_bar a {
    margin-left: 0;
  }
  .homepageContent p.find_link_bar br {
    display: none;
  }
  .homepageProductGroup_Text {
    width: 100%;
    float: none;
    padding: 30px 20px;
  }
  .homepageProductGroup {
    width: 100%;
    float: none;
    padding: 60px 20px 20px;
  }
  .homepageProductGroup .v65-productGroup-products {
    overflow: hidden;
  }
  .homepageProductGroup .v65-productGroup-product {
    width: 50%;
    padding-bottom: 30px;
  }
  .homepageProductGroup .v65-product-photo {
    border-left: 0;
  }
  .homepageProductGroup .v65-productGroup {
    margin-bottom: 0;
  }
  .homepageProductGroup
    .v65-productGroup-products
    > div.v65-productGroup-product {
    display: block;
    text-align: center;
  }

  .heritage_inner {
    padding-top: 40px;
  }
  .wines_heading {
    padding-top: 45px;
  }
  #wines .v65-productGroup-products {
    padding-top: 30px;
  }
  #wines .pageContent {
    padding-bottom: 0px;
  }

  #experiences .experiencesText {
    padding: 20px;
  }

  #stay .pageContent,
  #visit .pageContent,
  #contact .pageContent {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page,
  #stay .page,
  #visit .page,
  #contact .page {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .product-single .v65-product-photo img {
    max-width: none;
  }

  .news .v65-blogPostWrapper .v65-blogPost h1 {
    margin-left: 20px;
  }

  footer .legal {
    position: static;
    text-align: center;
    padding-top: 20px;
  }
  footer .site_by {
    position: static;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 940px) {
  #v65-cartCheckOutCoupons {
    float: none;
    padding-bottom: 20px;
  }
  #v65-cartHeader .v65-cartCheckOutButtons {
    float: none;
  }
}

@media (max-width: 880px) {
  #club #v65-signUpClubSummaryWrapper {
    width: 100%;
    margin-bottom: 30px;
    position: static;
  }
  #club #v65-checkBilling {
    width: 100%;
  }
}

@media (max-width: 820px) {
  #user-tools {
    margin-bottom: 45px;
  }
  header.primary {
    height: 300px;
  }
  #home header {
    height: 300px;
  }
  .mainMenu .socialIcons {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .mobile_menu_content {
    top: 300px;
  }

  #cart_page header,
  #wines header.primary,
  #wine-club header.primary,
  #experiences header.primary,
  #heritage header.primary {
    height: 300px;
  }
  #wines .v65-productGroup-product {
    width: 100%;
  }

  #wines .pageContent,
  #wine-club .pageContent,
  #heritage .pageContent {
    padding-top: 300px;
  }

  #experiences .v65-col2 {
    width: 100%;
    margin: 0;
  }
  #experiences .experiencesText {
    padding: 40px 4% 40px;
  }
  #experiences .pageContent {
    padding-top: 0px;
  }

  #visit .page .v65-colWrapper {
    margin-bottom: 30px;
  }

  .experiences_heading {
    padding-top: 35px;
  }
  .experiences_heading p {
    font-size: 20px;
  }
  .experience_item {
    display: block;
  }
  .experience_item .info_box {
    float: none;
    width: 100%;
    max-width: none;
    text-align: center;
    margin-left: 0px;
    display: block;
  }
  .experience_item .img_box {
    float: none;
    text-align: center;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
  .experience_item .book_now_but {
    margin: 0px auto;
  }

  .product-single .v65-product-photo img {
    height: 600px !important;
  }
  .product-single .content {
    padding-top: 280px !important;
  }
}

@media screen and (max-width: 767px) {
  footer nav ul {
    display: block;
    border: 0;
    margin: 0;
  }
  footer nav li,
  footer li {
    border-left: 0px;
    border-top: 0px solid #cccccc;
    line-height: normal;
    text-align: center;
    padding-left: 0px;
  }
  .cartTable_content {
    width: 100%;
    overflow-y: auto;
  }
  #cart_page #v65-cartTable {
    width: 700px;
  }

  .heritage_inner {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .option_box {
    float: none !important;
    max-width: 388px;
    width: 100%;
    margin-bottom: 20px;
  }

  .news .v65-blogPostWrapper .v65-blogPost h1 {
    margin-left: 0px;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #user-tools > div {
    /*display:none;*/
  }
  .logo {
    width: 281px;
    height: 61px;
    margin-top: 80px;
  }
  #home .logo {
    margin-top: 105px;
  }

  #user-tools {
    border-bottom: 0px solid black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .v65-login,
  .v65-logout {
    border-right: 0px solid #666;
    width: auto;
  }
  .v65-yourAccount,
  .v65-editProfile {
    height: auto;
    line-height: normal;
    margin-right: 10px;
    padding-right: 10px;
  }
  .v65-login,
  .v65-logout {
    height: auto;
    line-height: normal;
    margin-right: 10px;
    padding-right: 10px;
  }
  #v65-modalCart {
    width: auto;
    padding: 0px;
    margin: 0px;
    top: 20px;
    right: 20px;
  }
  #v65-modalCart #v65-toggleModalCart {
    width: auto;
  }
  .v65-product-addToCart-button button {
    width: 100%;
  }
  .v65-cartCheckOutButtons {
    padding-top: 20px;
  }
  a.largeLinkBtn {
    margin-left: 0;
  }

  #home header {
    height: 410px;
  }
  #home .mobile_menu_content {
    top: 410px;
  }
  .mainMenu .socialIcons {
    margin-right: 10px;
  }
  .mainMenu .socialIcons li {
    margin-left: 0px;
    margin-right: 5px;
  }

  #homePanel1 .homePanel1Text {
    padding-top: 51px;
    padding-bottom: 14px;
  }
  .homepageContent h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .homepageContent p,
  #homePanel1 .homePanel1Text p {
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 12px;
  }
  #homePanel2 {
    background: #eeeae4;
  }
  #homePanel2 .homePanel2Text {
    padding-top: 34px;
    padding-bottom: 18px;
  }
  #homePanel2 .homePanel2Text p.find_link_bar {
    line-height: 1;
  }

  .homepageProductGroup {
    padding: 45px 10px 20px;
  }
  .v65-product-addToCart .v65-product-addToCart-quantity input[type='text'] {
    background: none;
    font-size: 12px;
    height: 33px;
  }
  .v65-product-addToCart .v65-product-addToCart-button button.defaultBtn {
    height: 33px;
  }
  .v65-product-addToCart .v65-product-addToCart-button button.defaultBtn span {
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .homepageContent .homepageProductGroup .v65-title a {
    font-size: 13px;
    letter-spacing: 0;
  }
  .homepageProductGroup .v65-product-reviewStats {
    display: none;
  }
  .homepageProductGroup .v65-product-addToCart-price {
    font-size: 23px;
    font-weight: normal;
  }
  .homepageProductGroup .v65-product-addToCart-unitDescription {
    font-size: 12px;
  }

  .navbar .mainMenu .footerMenuLink {
    display: none;
  }

  .allocationsBox {
    padding: 20px;
  }
  .allocationsBox p {
    margin-bottom: 20px;
  }

  #club select[name='MemberCreditCardID'],
  #club select#shipTo {
    width: 260px !important;
  }
  #club #v65-checkBilling select[name='cardExpiryMo'] {
    margin-bottom: 15px;
  }
  #club #v65-checkoutFooter button.largeBtn {
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  #user-tools {
    font-size: 13px;
  }

  .footer_logo {
    width: 260px;
    height: 56px;
  }

  .option_box a {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }

  .benefits {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .product-single .v65-product-photo img {
    height: 400px !important;
  }
}
@media (min-width: 767px) {
  .stay_slider_content {
    padding: 38px;
  }
}

#FormE9A3151E-CDB1-8A02-8F48-C6B86C9732E7 {
  padding-left: 0px;
  padding-top: 30px;
}

@media (min-width: 990px) {
  .stayCol {
    width: 47% !important;
  }

  .stayColGallery {
    padding-left: 60px !important;
    padding-top: 0px !important;
    margin-top: -30px !important;
  }
}

@media (max-width: 989px) {
  .stayCol {
    width: 100% !important;
  }

  .stayColGallery {
    padding-left: 0px;
  }
}

#stay header.primary {
  height: 816px;
}

@media (max-width: 1040px) {
  #stay header.primary {
    height: 600px;
  }
}

@media (max-width: 820px) {
  #stay header.primary {
    height: 300px;
  }
}

#stayPage .v65-col2 {
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 767px) {
  #stayPage .v65-col2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}


/*** MAILCHIMP NEWSLETTER SUBSCRIPTION ***/

#footerSubscription #mc_embed_signup {
	background:#fff; 
	clear:left; 
	font:14px;
	font-family: 'Gotham-Medium',Arial,sans-serif;  
	width:600px;
}
#footerSubscription #mc_embed_signup {
	background: transparent !important;
	margin: auto;
	max-width: 450px !important;
	width: 90% !important;
}
#footerSubscription #mc_embed_signup input {
	color: #000;
    border-radius: 0px !important;
    width:100%;
}
#footerSubscription .mce-btn {
    margin-top:12px;
	margin-bottom: 10px;
	max-width: 200px;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}
#footerSubscription .button {
	color:#fff !important;
}
#footerSubscription #mc_embed_signup form {
    padding-left:0px !important;
}
#footerSubscription   #mc_embed_signup .button {
	background-color: #6d2c20 !important;
    text-transform: uppercase !important;
	font-family: 'Gotham-Medium' !important;
    font-style: normal;
    font-size:12px;
    border-radius: 0px !important;
    height:36px !important;
}
#footerSubscription h2 {
	font-size: 18px;
	font-family: 'Gotham-Medium',Arial,sans-serif;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#footerSubscription {
    padding-top:15px;
} 

.SubWidget #footerSubscription h2 {
	color:#ffffff;
}
