@charset "UTF-8";
/* CSS Document */
/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttons
	8. Footer
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  max-width:1920px;
  margin:auto;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?jji5ji");
  src: url("../font/icomoon.eot?#iefixjji5ji") format("embedded-opentype"), url("../font/icomoon.woff?jji5ji") format("woff"), url("../font/icomoon.ttf?jji5ji") format("truetype"), url("../font/icomoon.svg?jji5ji#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-pdf:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-up-bold:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-search:before {
  content: "";
}

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff url(../nivo/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

a.nivo-prevNav {
  left: 15px;
}

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.hideText {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hideText a {
  display: block;
  height: 100%;
}

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #191919;
  font-family: adobe-garamond-pro, serif;
  -webkit-font-smoothing: antialiased;

    font-size: 14px;
    
    line-height: 1.7;
    letter-spacing: 0.2px;
    font-weight: normal;
    color: #4A4A4A;
    margin: 0px;

}

/* ==========================================================================
   Focus styles for accessibility
   ========================================================================== */
*:focus {
  outline: 3px solid orange;
}


  
p {
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 0px;
}

*.focus--mouse:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {

	font-family: adobe-garamond-pro, serif;
}

h1 {
  font-size: 39px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 30px;
  line-height: 1.3333333333;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 24px;
  font-family: adobe-garamond-pro, serif; 
font-weight: 400; 
font-style: italic; 
    color: #4A4A4A;
    margin-top: 0px;
	line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h5 {
 
   font-family: adobe-garamond-pro, serif; 
  
    color: #78201E;
    
    text-transform: uppercase;
	 line-height: 1.6;
    font-size: 12px;
   
    font-weight: bold;
   
    letter-spacing: 3px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.6;
}

p {
  margin-top: 1em;
}

blockquote {
  font-size: 17px;
  padding-bottom: 1px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  blockquote {
    width: 80%;
  }
}
blockquote p {
  line-height: 1.7;
  margin: 2em 0;
}

blockquote:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 1px;
  margin-left: -75px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
}

hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  max-width: 95%;
  margin: 10px auto 50px;
}

dl, ol, ul {
  margin: 0 0 1.5em;
}

dd, dt, li {
  line-height: 1.5;
  margin: 0;
}

a {
  color: #78201E;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #78201E;
  text-decoration: none;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #191919;
}

a[name=footerNav] {
  display: none !important;
}

.v65-title {
  color: #000;
  font-family: adobe-garamond-pro, serif, times;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
.v65-title a {
  color: #000;
}
.v65-title a:hover, .v65-title a:focus, .v65-title a:active {
  color: #000;
  text-decoration: none;
}

.v65-subtitle {
  color: #000;
  font-size: 23px;
  font-family: adobe-garamond-pro, serif, times;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 10;
}

#user-tools {
  font-family: adobe-garamond-pro, serif;
  font-size: 12px;
  width: auto;
}
@media screen and (max-width: 580px) {
  #user-tools {
    background-color: #162b39;
  }
}
#user-tools a {
  color: #000;
}
#user-tools a:hover, #user-tools a:active, #user-tools a:focus {
  color: #000;
}
@media screen and (max-width: 580px) {
  #user-tools a:hover, #user-tools a:active, #user-tools a:focus {
    color: #fff;
  }
}
@media screen and (max-width: 580px) {
  #user-tools a {
    color: #fff;
  }
}
@media screen and (max-width: 580px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount {
    width: 32%;
  }
}
@media screen and (max-width: 580px) {
  #user-tools .v65-login, #user-tools .v65-logout {
    width: 20%;
  }
}
#user-tools .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
  border-color: #24475e;
}
@media screen and (min-width: 581px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
    width: auto;
  }
}
#user-tools .v65-pointsBalance {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 580px) {
  #user-tools .v65-pointsBalance {
    display: none;
  }
}

#v65-modalCart {
  position: static;
}
@media screen and (min-width: 581px) {
  #v65-modalCart {
    display: inline-block;
    padding-left: 1em;
  }
}

.v65-logo {
  background-position: top center !important;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  z-index:200;
}
@media screen and (max-width: 767px) {
  .v65-logo {
    clear: both;
    margin: 0.5em auto 0;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-family: adobe-garamond-pro, serif;
  font-size: 17px;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .mainMenu {
    margin: 1em 0 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 48px;
    left: -100%;
    background-color: #0c0c0c;
    height: 100%;
    height: calc(100% - 46px);
    height: -o-calc(100% - 46px);
    /* opera */
    /* google, safari */
    height: -moz-calc(100% - 46px);
    margin: 0;
    overflow-y: auto;
    padding: 20px 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.mainMenu ul ul {
  background: #fff;
  border: 1px solid #eeeeee;
  display: none;
  font-size: 14px;
  left: -10px;
  position: absolute;
  top: 39px;
  width: 200px;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .mainMenu ul ul {
    background-color: #0c0c0c;
    border: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainMenu li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
  .mainMenu li {
    margin: 0 0 0 35px;
  }
}
@media screen and (min-width: 820px) {
  .mainMenu li {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu li {
    border-bottom: 1px solid #191919;
    display: block;
    margin: 0;
    padding: 4px 15px;
    text-align: left;
  }
}
.mainMenu li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .mainMenu li:hover ul {
    display: block;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 200px;
}
@media screen and (max-width: 580px) {
  .mainMenu li li {
    border-bottom: 0;
    border-top: 1px solid #191919;
    padding: 9px 0;
    width: 100%;
  }
}
.mainMenu li li a {
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5%;
  text-align: left;
  text-transform: uppercase;
  width: 95%;
}
.mainMenu li li a:hover {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu li li a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
	text-align: center;
  }
  .mainMenu li li a:hover {
    color: #fff;
  }
}
.mainMenu a {
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu a {
    height: 52px;
    line-height: 39px;
  }
}
.mainMenu a:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .mainMenu a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
  }
  .mainMenu a:hover {
    color: #fff;
  }
}
.mainMenu .v65-pageAParent {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu .v65-pageAParent {
    color: #fff;
  }
}
@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: block;
  }
}
.mainMenu .v65-selected {
  color: #000;
}
@media screen and (max-width: 580px) {
  .mainMenu .v65-selected {
    color: #fff;
  }
}
.mainMenu .footerMenuLink {
  bottom: 0;
  font-size: 1.5em;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 450px) {
  .mainMenu .footerMenuLink {
    display: block;
  }
}
@media screen and (min-width: 451px) {
  .mainMenu .footerMenuLink {
    display: none;
  }
}

/* ----- b. Sub Menu ----- */
.subMenu {
  font-family: adobe-garamond-pro, serif, times;
  margin-bottom: 0;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .subMenu {
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    width: 17.5%;
  }
}
.subMenu h4 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .subMenu h4 {
    display: none;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.subMenu li {
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #eeeeee;
    line-height: 44px;
    text-align: center;
  }
}
.subMenu li ul {
  margin-left: 10px;
}
.subMenu a {
  display: inline-block;
  color: #24475e;
  line-height: 1.5;
  width: 100%;
}
.subMenu a:hover, .subMenu a:focus, .subMenu a:active {
  color: black;
  text-decoration: none;
}
.subMenu .v65-pageAParent {
  color: #000;
}
.subMenu .v65-leftSelected {
  color: #000;
  font-style: italic;
}

.mobileMenu {
  color: #fff;
  display: none;
  float: left;
  font-size: 2.5em;
  padding: 5px 0 0 13px;
  position: relative;
  width: 11%;
  z-index: 300;
  height:55px;
}
@media screen and (max-width: 580px) {
  .mobileMenu {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .mobileMenu {
    width: 14%;
  }
}

.menuOpen {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
}

.mobileBody {
  position: fixed;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #162b39;
}

.content {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 4em 1em;
  }
}
@media screen and (min-width: 768px) {
  .pageContent {
    padding: 6em 0em;
  }
}
@media screen and (max-width: 580px) {
  .pageContent {
    padding: 4em 0;
  }
}

.alternateBackgroundContent {
  background: #eeeeee;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0%;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .wrapper {
    padding: 0 2%;
    width: 94%;
  }
}

@media screen and (max-width: 580px) {
  header .wrapper {
    padding: 0;
    width: 100%;
  }
}

.overlay {
  background: url(../images/image-overlay.png);
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=email], input[type=password], input[type=tel], input[type=text], input[type=username], input[type=number] {
  border: 1px solid #d0d3d4;
  font-family: adobe-garamond-pro, serif, times;
}

button, input[type=button], input[type=submit], label, form {
  font-family: adobe-garamond-pro, serif, times;
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: #fff;
  padding: 4.5em 0;
}
.homepageContent .v65-blogPostWrapper {
  float: left;
  margin: 1em 0 0;
  width: 50%;
}
@media screen and (max-width: 580px) {
  .homepageContent .v65-blogPostWrapper {
    float: none;
    margin: 0 auto;
    width: 95%;
  }
}
.homepageContent .v65-blogPostWrapper .v65-blogPost {
  margin: 0 6%;
}
.homepageContent .v65-blogPostWrapper h2 {
  font-family: adobe-garamond-pro, serif, times;
}
.homepageContent .v65-blogPostWrapper h2 a:hover, .homepageContent .v65-blogPostWrapper h2 a:focus, .homepageContent .v65-blogPostWrapper h2 a:active {
  color: #2a536f;
  text-decoration: none;
}
.homepageContent .v65-blogPostWrapper .v65-blogPostDate {
  color: #5d5d5d;
  font-family: adobe-garamond-pro, serif, times;
}
.homepageContent .v65-blogPostWrapper .v65-blogPostDate a {
  color: #5d5d5d;
  font-weight: bold;
}
.homepageContent .v65-blogPostWrapper .v65-avatar,
.homepageContent .v65-blogPostWrapper .v65-blogFooter {
  display: none;
}

.homepageLinks .heroImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  text-align: center;
  padding: 5em 5%;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage {
    min-height: 500px;
    padding: 2.5em 5% 8em;
  }
}
.homepageLinks .heroImage .imageContent {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage .imageContent {
    margin-top: 8em;
  }
}
.homepageLinks .heroImage .imageContent h1 {
  font-size: 5em;
}
@media screen and (min-width: 581px) and (max-width: 950px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 580px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 3em;
  }
}
.homepageLinks .heroImage .imageContent a {
  color: #d4d4d4;
  font-weight: bold;
}
.homepageLinks .imageContent {
  position: relative;
}
.homepageLinks .bottomImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 6em 5% 4em;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1300px) {
  .homepageLinks .bottomImage {
    padding: 6em 6%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .homepageLinks .bottomImage {
    float: none;
    padding: 4em 5%;
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  .homepageLinks .bottomImage:hover .overlay, .homepageLinks .bottomImage:active .overlay, .homepageLinks .bottomImage:focus .overlay {
    background: url(../images/image-overlay-darken.png);
    background: rgba(0, 0, 0, 0.7);
  }
}
.homepageLinks a, .homepageLinks p, .homepageLinks h1, .homepageLinks h2, .homepageLinks h3, .homepageLinks h4, .homepageLinks h5, .homepageLinks h6 {
  color: #fff;
  line-height: 1.3;
}
.homepageLinks a:hover, .homepageLinks a:focus, .homepageLinks a:active, .homepageLinks p:hover, .homepageLinks p:focus, .homepageLinks p:active, .homepageLinks h1:hover, .homepageLinks h1:focus, .homepageLinks h1:active, .homepageLinks h2:hover, .homepageLinks h2:focus, .homepageLinks h2:active, .homepageLinks h3:hover, .homepageLinks h3:focus, .homepageLinks h3:active, .homepageLinks h4:hover, .homepageLinks h4:focus, .homepageLinks h4:active, .homepageLinks h5:hover, .homepageLinks h5:focus, .homepageLinks h5:active, .homepageLinks h6:hover, .homepageLinks h6:focus, .homepageLinks h6:active {
  text-decoration: none;
}
.homepageLinks h1 {
  font-size: 2.8em;
  margin-bottom: 0;
}
@media screen and (min-width: 1301px) {
  .homepageLinks h1 {
    font-size: 3.5em;
  }
}
.homepageLinks p {
  font-size: 1.2em;
  line-height: 1.7;
}
.homepageLinks .imageButton {
  border: 2px solid #fff;
  display: inline-block;
  font-family: adobe-garamond-pro, serif, times;
  padding: 7px 40px;
  position: relative;
  width: auto;
}
.homepageLinks .imageButton:hover, .homepageLinks .imageButton:focus, .homepageLinks .imageButton:active {
  background-color: #fff;
  color: #000;
}

.homepageContent.homepageProductGroup {
  background-color: #fff;
  padding: 3em 0;
}
.homepageContent.homepageProductGroup .v65-productGroup-title.v65-title {
  display: none;
}
.homepageContent.homepageProductGroup .v65-productGroup-product {
  padding: 5em 0em;
  margin: 0;
  width: 100%;
}
.homepageContent.homepageProductGroup .v65-productGroup-product .v65-title {
  font-size: 2.5em;
}
.homepageContent.homepageProductGroup .v65-productGroup-product:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 701px) {
  .homepageContent.homepageProductGroup .v65-productGroup-product .v65-product-teaser {
    padding: 0 6%;
  }
}
.homepageContent.homepageProductGroup .v65-productGroup-product .v65-product-addToCart-priceWrapper {
  margin-bottom: 30px;
}
.homepageContent.homepageProductGroup .productPhoto {
  width: 30%;
}
@media screen and (max-width: 450px) {
  .homepageContent.homepageProductGroup .productPhoto {
    margin-bottom: 1em;
  }
}
.homepageContent.homepageProductGroup .productDescription {
  width: 70%;
}
.homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
  float: left;
}
@media screen and (min-width: 1100px) {
  .homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
    width: 50%;
  }
}
@media screen and (max-width: 451px) {
  .homepageContent.homepageProductGroup .productPhoto,
.homepageContent.homepageProductGroup .productDescription {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 451px) {
  .homepageContent.homepageProductGroup .v65-productGroup-product.middleGroup .productPhoto {
    float: right;
  }
}

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
}
#slider .nivo-main-image {
  position: absolute !important;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: #191919;
  bottom: 1em;
  color: #fff;
  border-radius: 50%;
  display: none !important;
  height: 4em;
  line-height: 4em;
  opacity: 0.6;
  padding-top: 0.5em;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 60px;
  z-index: 10;
}

.upButton {
  font-size: 3em; padding: 0px !important;
}

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 75%;
  }
}

.colWrapper {
  margin-bottom: 2em;
  width: 100%;
}

.colWrapper:before, .colWrapper:after {
  content: "";
  display: table;
}

.colWrapper:after {
  clear: both;
}

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%;
}

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%;
}

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%;
}

.col22:first-child {
  margin-left: 0;
  width: 65%;
}

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%;
}

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%;
}

.col4:first-child {
  margin-left: 0;
}

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%;
  }

  .col4:first-child {
    margin-left: 2%;
  }
}
@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .col2:first-child {
    float: none;
    width: 100%;
  }

  .col22,
.col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }

  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .col3:first-child {
    float: none;
    width: 100%;
  }

  .col4,
.col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
}
.v65-featureRight, .v65-right,
.v65-featureLeft, .v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div#pagePhotoGallery {
  margin: 0 auto;
}

.customLinks > a:hover, .customLinks > a:focus, .customLinks > a:active {
  text-decoration: none;
}

.pageLinks {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  text-align: center;
  text-decoration: none;
  position: relative;
}
.pageLinks.fullWidthYes {
  float: left;
  padding: 4em 5%;
  width: 90%;
}
@media screen and (min-width: 1300px) {
  .pageLinks.fullWidthYes {
    padding: 7em 7%;
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .pageLinks.fullWidthYes {
    float: none;
  }
}
.pageLinks.fullWidthNo {
  float: left;
  padding: 4em 5%;
  width: 40%;
}
@media screen and (min-width: 1300px) {
  .pageLinks.fullWidthNo {
    padding: 7em 7%;
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .pageLinks.fullWidthNo {
    float: none;
    padding: 5em 5%;
    width: 90%;
  }
}
@media screen and (min-width: 581px) {
  .pageLinks:hover .overlay, .pageLinks:active .overlay, .pageLinks:focus .overlay {
    background: url(../images/image-overlay-darken.png);
    background: rgba(0, 0, 0, 0.7);
  }
}
.pageLinks a, .pageLinks p, .pageLinks h1, .pageLinks h2, .pageLinks h3, .pageLinks h4, .pageLinks h5, .pageLinks h6 {
  color: #fff;
  position: relative;
}
.pageLinks a:hover, .pageLinks a:focus, .pageLinks a:active, .pageLinks p:hover, .pageLinks p:focus, .pageLinks p:active, .pageLinks h1:hover, .pageLinks h1:focus, .pageLinks h1:active, .pageLinks h2:hover, .pageLinks h2:focus, .pageLinks h2:active, .pageLinks h3:hover, .pageLinks h3:focus, .pageLinks h3:active, .pageLinks h4:hover, .pageLinks h4:focus, .pageLinks h4:active, .pageLinks h5:hover, .pageLinks h5:focus, .pageLinks h5:active, .pageLinks h6:hover, .pageLinks h6:focus, .pageLinks h6:active {
  text-decoration: none;
}
.pageLinks h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 1001px) {
  .pageLinks h1 {
    font-size: 3em;
  }
}
.pageLinks .imageButton {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: adobe-garamond-pro, serif, times;
  letter-spacing: 1px;
  padding: 7px 40px;
  position: relative;
  width: auto;
}
.pageLinks .imageButton:hover, .pageLinks .imageButton:focus, .pageLinks .imageButton:active {
  background-color: #fff;
  color: #000;
}

.nivo-controlNav a:hover {
  color: transparent;
}

/* List */
.v65-calendarList-Month {
  border-bottom: 1px solid #eee;
  font-family: adobe-garamond-pro, serif, times;
  font-size: 16px;
}

.v65-calendarList-Event .v65-title {
  margin-bottom: 1em;
}
.v65-calendarList-Event strong {
  font-weight: 300;
}
.v65-calendarList-Event .v65-calendarList-Time {
  display: block;
}

/* Block */
#v65-CalendarTable {
  border-color: #eeeeee;
  color: #e0e0e0;
}
#v65-CalendarTable th {
  background-color: #ebebeb;
  border-color: #eeeeee;
  color: #000;
  font-family: adobe-garamond-pro, serif, times;
  font-weight: 300;
  padding: 5px 0;
}
#v65-CalendarTable td {
  border-color: #eeeeee;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #675b1f;
  font-family: adobe-garamond-pro, serif, times;
  font-size: 0.95em;
}
#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #F7F7F7;
}
#v65-CalendarTable .v65-CalendarToDay {
  background-color: #EEEEEE;
}
@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    background-color: #e1e1e1;
    color: #fff;
    height: 2.3em;
    width: auto;
  }
}

/* Drilldown */
.eventWrapper h1 {
  margin-bottom: 1.5em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}
.eventWrapper h1:after {
  border-bottom: 1px solid #eee;
  content: "";
  height: 1px;
  margin: 0 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
}
.eventWrapper strong {
  font-weight: 300;
}

.backLink {
  font-family: adobe-garamond-pro, serif, times;
  font-size: 1.1em;
}

/* ----- c. Store Styles ----- */
@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo, #v65-fieldset-billingInfo,
#v65-fieldset-shippingOptions, #v65-fieldset-shippingInfo,
#v65-fieldset-paymentMethod, #v65-fieldset-sourceCode,
#v65-fieldset-usernamePassword {
    width: 98%;
  }
}

.v65-productGroup-teaser {
  width: 100%;
}

.v65-productGroup-product:first-child {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .v65-productGroup .v65-clear {
    display: none;
  }
}
.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 599px) {
  .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
    display: block;
  }
}
.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
    display: block;
  }
}

@media screen and (min-width: 581px) and (max-width: 600px) {
  .v65-product3Up {
    float: none;
    margin: 1em auto;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .v65-product3Up .v65-last {
    margin: auto;
    padding: auto;
    border: 0;
  }
}

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px;
  }
}

@media screen and (max-width: 580px) {
  .v65-product1Up .v65-product-photo {
    margin-right: 4%;
    width: 21%;
  }
}

.v65-product2Up .v65-product-photo {
  margin: 0 15px;
}

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-photo {
    margin-right: 3%;
    width: 16%;
  }
}

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-infoWrapper,
.v65-product1UpStore .v65-product-commerceWrapper {
    width: 81%;
  }
}

.homepageProductGroup .v65-product-photo {
  margin: 0 15px 0 0;
}

.v65-paging, .v65-pagingBottom {
  border-color: #eeeeee;
}

.v65-club {
  margin: 30px 0;
}

.v65-clubTeaser {
  border-bottom: 1px solid #e5e5e5;
}

.v65-product-quickView {
  background-color: #162b39;
  border: none;
  color: #fff;
  border-radius: 0;
  font-family: adobe-garamond-pro, serif, times;
  margin-left: -52px;
  padding: 0.75em 1em;
}
.v65-product-quickView:hover, .v65-product-quickView:active, .v65-product-quickView:focus {
  background-color: #1d394b;
  color: #fff;
}

.v65-quickView {
  border: 1px solid #ccc;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.v65-quickView .v65-quickView-close {
  top: 10px;
  right: 10px;
}
.v65-quickView .v65-quickView-close a {
  background-color: #162b39;
  border-radius: 0;
  font-family: adobe-garamond-pro, serif, times;
  padding: 4px 14px;
}
.v65-quickView .v65-quickView-close a:hover, .v65-quickView .v65-quickView-close a:active, .v65-quickView .v65-quickView-close a:focus {
  background-color: #1d394b;
}
.v65-quickView .v65-quickViewContent .v65-product-photoWrapper {
  width: 25%;
  margin-right: 2%;
}
.v65-quickView .v65-quickViewContent .v65-quickView-right-content {
  width: 70%;
}
.v65-quickView .v65-quickViewContent .v65-product-tabs .last a {
  border-radius: 0;
}
.v65-quickView .v65-quickViewContent .v65-product-tabs li a {
  border-color: #eeeeee;
  font-weight: 300;
}
.v65-quickView .v65-quickViewContent li.v65-product-tabs-active a {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .v65-quickView .v65-quickViewContent li.v65-product-tabs-active a {
    height: 44px;
    line-height: 44px;
  }
}
.v65-quickView .v65-quickViewContent .v65-product-tabRightcol {
  float: none;
  width: 100%;
}
.v65-quickView .v65-quickViewContent .v65-wine-specs .v65-product-attributeLabel {
  text-align: right;
  width: 47%;
}

@media screen and (max-width: 520px) {
  a.v65-product-quickView {
    display: none !important;
  }
}

.v65-product-addToCart-price {
  font-weight: 300;
}

.v65-product2Up {
  margin: 2em 2% 1.5em;
}
@media screen and (min-width: 601px) {
  .v65-product2Up {
    width: 46%;
  }
}
.v65-product2Up .v65-product-photo {
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 520px) {
  .v65-product2Up .v65-product-photo {
    float: none;
    margin: 0 auto;
  }
}
.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
  margin-bottom: 0.5em;
}

.v65-productList {
  font-family: adobe-garamond-pro, serif, times;
}
.v65-productList th {
  background-color: #fff;
  font-size: 1.2em;
  font-weight: normal;
}
.v65-productList tr.alternatRow {
  background-color: #eee;
}
.v65-productList tr.alternatRow:hover, .v65-productList tr.alternatRow:active, .v65-productList tr.alternatRow:focus {
  background-color: #e5e5e5;
}
.v65-productList tr:hover, .v65-productList tr:active, .v65-productList tr:focus {
  background-color: #e5e5e5;
}
.v65-productList .v65-product-addToCart-quantity input {
  margin-bottom: 0.5em;
}

.v65-product-availability, .v65-product-inventoryMessage {
  color: #686868;
}

.v65-product-attributeLabel,
.v65-wine-specs .v65-product-attributeLabel,
.v65-product-reviewStats strong {
  font-weight: 300;
}

.v65-productWrapper h1 {
  float: none;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
}

.productDetails {
  border-top: 1px solid #eee;
  float: left;
  padding: 2em 0;
  margin: 2em 0;
  width: 100%;
}

@media screen and (min-width: 681px) {
  .v65-wine-profile,
.v65-wine-specs {
    float: left;
    margin: 0 2%;
  }
}

@media screen and (min-width: 681px) {
  .v65-wine-specs {
    width: 36%;
  }
}
@media screen and (max-width: 680px) {
  .v65-wine-specs {
    padding: 1em;
  }
}
.v65-wine-specs .v65-product-attributeLabel {
  text-align: left;
  width: auto;
}

.v65-wine-profile {
  margin-bottom: 0;
}
@media screen and (min-width: 681px) {
  .v65-wine-profile {
    width: 56%;
  }
}
@media screen and (max-width: 680px) {
  .v65-wine-profile {
    padding: 1em;
  }
}

#v65-cartTable {
  font-family: adobe-garamond-pro, serif, times;
}
@media screen and (max-width: 580px) {
  #v65-cartTable {
    font-size: 0.9em;
  }
}

#v65-cartCheckOutCoupons form {
  width: 280px;
}

td.v65-cartItemDescription {
  font-family: adobe-garamond-pro, serif, times;
}
td.v65-cartItemDescription a {
  color: #000;
}

td.v65-cartItemDescription strong {
  color: #000;
  font-family: adobe-garamond-pro, serif, times;
  font-size: 1.2em;
  font-weight: 300;
}
@media screen and (max-width: 400px) {
  td.v65-cartItemDescription strong {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 400px) {
  span.v65-cartItemDescription-sku .small {
    font-size: 0.7em;
  }
}

#v65-cartTable th {
  background-color: #fff;
  border-bottom: 2px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-weight: 400;
}

#v65-cartTable td {
  padding: 1em 0.3em;
}
@media screen and (max-width: 400px) {
  #v65-cartTable td {
    padding: 1em 0;
  }
}

.v65-cartItem td {
  border-top: 1px solid #eeeeee;
}

#v65-cartSubtotal td {
  background-color: #fff;
  border-top: 2px solid #eeeeee;
  font-weight: 400;
  padding: 1em 0;
}

.v65-cartTax td {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 1em 0 !important;
}

#v65-cartTotal td {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 1em 0.3em;
}

td.v65-cartItemPrice,
td.v65-cartItemTotal,
#v65-cartTable .v65-cartItemInStock,
.v65-cartSubtotal-6,
.v65-cartTotal-6,
.v65-cartTotal-5,
.v65-cartSubtotal-5,
.v65-cartSubtotal-6,
.v65-cartSubtotal-5,
.v65-cartTax-5 {
  color: #000;
  font-weight: 300;
}

#v65-modalCartBody {
  background-color: #fff;
  font-family: adobe-garamond-pro, serif, times;
}

#v65-modalCartDropdown {
  border: 1px solid #d4d4d4;
}

#v65-modalCartTable th {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border: 0;
  padding: 7px 2px;
  font-family: adobe-garamond-pro, serif, times;
  font-weight: 300;
}

#v65-modalCartTable strong {
  font-family: adobe-garamond-pro, serif, times;
  font-weight: 300;
}

#v65-modalCartTableSubtotal td {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

#v65-modalCartTable td {
  border: 0;
  font-size: 1em;
  font-family: adobe-garamond-pro, serif, times;
  padding: 7px 1px;
}
#v65-modalCartTable td.center.bold {
  font-weight: 300;
}

#v65-modalCartTableSubtotal td {
  font-weight: 300;
}

#v65-checkoutFormWrapper strong, #v65-checkoutFormWrapper .bold {
  font-weight: normal;
}

.v65-product-addToCart-priceWrapper {
  font-size: 1.2em;
}

#v65-pointsGainedOnOrder {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0.5em 0 1em;
  font-size: 1em;
  padding: 0.5em 0;
}
#v65-pointsGainedOnOrder p {
  margin: 0;
}

#v65-checkoutCartSummaryMini,
#v65-checkCartSummaryMoreOptions {
  float: none;
  width: 100%;
}
#v65-checkoutCartSummaryMini td,
#v65-checkCartSummaryMoreOptions td {
  font-size: 13px;
}

#v65-couponFormWrapper div,
#v65-giftCardFormWrapper div,
#v65-loyaltyPointsFormWrapper div {
  font-family: adobe-garamond-pro, serif;
  font-size: 12px;
}

#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
  padding: 0 0 10px 0;
  margin-right: 3%;
}
@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
    width: 47%;
  }
}

@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper button.modalBtn {
    clear: left;
    display: block;
  }
}
#v65-loyaltyPointsFormWrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (orientation:landscape)
and (max-device-width: 700px) {
   
   #v65-modalContentWrapper{
     left: 0%;
     top: 0%;
     margin: 0;
     width: 100%;
     border: none;
   }

   #v65-modalContent p{
     font-size: 10pt;
   }

   .v65-form{
    width: 50%;float: left;margin-right: 2%;
  }

   .v65-form input[type=text], .v65-form input[type=password]{
      width: 93% !important;
   }
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 75%;
  }
}
.blogContent .v65-product-pagination, .blogContent .v65-Paging {
  width: 100%;
}

.v65-avatar img {
  border: 0;
  border-radius: 50%;
}

.v65-blogPostWrapper {
  border-bottom: 1px solid #eee;
  margin-bottom: 3em;
}

.v65-blogPost {
  margin-left: 0;
  padding-bottom: 5px;
}
.v65-blogPost .v65-blogPostDate {
  color: #5d5d5d;
  font-family: adobe-garamond-pro, serif, times;
  text-align: center;
}
.v65-blogPost .v65-blogPostDate a {
  color: #5d5d5d;
  font-weight: bold;
}
.v65-blogPost h1 {
  letter-spacing: 0;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .v65-blogPost h1 {
    padding: 0 2em;
  }
}
.v65-blogPost h2 {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .v65-blogPost h2 {
    padding: 0 2em;
  }
}

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    float: right;
    padding-top: 7%;
    width: 20%;
  }
}
.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}
.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px;
}
.blogFilterWrapper h5 {
  font-family: adobe-garamond-pro, serif, times;
}
.blogFilterWrapper strong, .blogFilterWrapper .v65-recentEntriesTitle {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .blogFilterWrapper .blogFilter {
    float: left;
    width: 49%;
  }
}

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%;
  }
}

.v65-blogFooterDate,
.v65-blogFooterComments,
.v65-blogFooterLink {
  color: #5d5d5d;
  font-size: 1.1em;
}
.v65-blogFooterDate img,
.v65-blogFooterComments img,
.v65-blogFooterLink img {
  display: none;
}

.v65-blogFooterDate:before,
.v65-blogFooterLink:before,
.v65-blogFooterComments:before {
  font-family: "icomoon";
}

.v65-blogFooterDate:before {
  content: "";
}

.v65-blogFooterLink:before {
  content: "";
}

.v65-blogFooterComments:before {
  content: "";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button {
  font-family: adobe-garamond-pro, serif, times;
}
button span {
  padding: 0 1.5em;
}
@media screen and (max-width: 580px) {
  button span {
    padding: 0 0.7em;
  }
}
@media screen and (min-width: 581px) {
  button {
    height: 2.8em;
    line-height: 2.9em;
  }
}
@media screen and (max-width: 580px) {
  button {
    height: 4.3em;
    line-height: 4.3em;
  }
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: #7b6c25;
  
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
    letter-spacing: 3px;
	
}
button.defaultBtn span, button.modalBtn span, button.largeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {
  background: #60541d; text-align:center;
}
@media screen and (min-width: 581px) {
  button.modalBtn, button.altModalBtn {
    height: 2.5em;
    line-height: inherit;
  }
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #555555;
  font-family: adobe-garamond-pro, serif, times;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #434343;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}

a span.icon-up-bold upButton {
  padding: 0 0em !important;
  height: auto;
  line-height: inherit;
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #7b6c25;
  font-family: adobe-garamond-pro, serif, times;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #60541d;
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #555555;
  font-family: adobe-garamond-pro, serif, times;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #434343;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

/* Cart Buttons */
#v65-cartHeader button.defaultBtn, #v65-cartHeader button.modalBtn, #v65-cartHeader button.largeBtn, td.v65-cartItemAmount button.defaultBtn, td.v65-cartItemAmount button.modalBtn, td.v65-cartItemAmount button.largeBtn {
  background: #ae9934;
}
#v65-cartHeader button.defaultBtn:hover, #v65-cartHeader button.defaultBtn:active, #v65-cartHeader button.modalBtn:hover, #v65-cartHeader button.modalBtn:active, #v65-cartHeader button.largeBtn:hover, #v65-cartHeader button.largeBtn:active, td.v65-cartItemAmount button.defaultBtn:hover, td.v65-cartItemAmount button.defaultBtn:active, td.v65-cartItemAmount button.modalBtn:hover, td.v65-cartItemAmount button.modalBtn:active, td.v65-cartItemAmount button.largeBtn:hover, td.v65-cartItemAmount button.largeBtn:active {
  background: #93812c;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  text-align: center;
  width: 100%;
}
footer ul {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer ul {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  footer li {
    /*border-top: 1px solid #333333;
    line-height: 44px;*/
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  footer li:first-child {
    border: 0;
  }
}
footer li a {
  display: inline-block;
  font-size: 0.917em;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer li a {
    /*width: 100%;*/
  }
}
footer .subscribeSection {
  background-color: #162b39;
  padding: 5em 0;
}
footer .subscribeSection h1 {
  color: #fff;
}
footer .subscribeSection div#v65-subscribeWidget {
  color: #fff;
}
footer .subscribeSection div#v65-subscribeWidget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
footer .subscribeSection div#v65-subscribeWidget form button {
  margin-left: 4px;
}
footer #v65-subscribeWidget input {
  background-color: transparent;
  color: white;
}
@media screen and (min-width: 420px) {
  footer #v65-subscribeWidget input {
    width: 175px;
  }
}
footer .v65-socialMediaLinks {
  background-color: #11212a;
  padding: 1.5em 0 !important;
}
footer .v65-socialMediaLinks a {
  color: #fff;
  font-size: 1em;
}
footer .v65-socialMediaLinks a:hover, footer .v65-socialMediaLinks a:focus, footer .v65-socialMediaLinks a:active {
  color: #ccc;
  text-decoration: none;
}
footer .v65-socialMediaLinks ul {
  margin-bottom: 0;
}
footer .v65-socialMediaLinks li {
  border: 0;
  display: inline-block;
  font-size: 2em;
  padding: 0.2em 0.5em;
  margin: 0 !important;
}
footer .footerBottom {
  background-color: #191919;
  color: #C3C3C3;
  font-family: adobe-garamond-pro, serif;
  padding: 3em 0 0.5em;
}
footer .footerBottom nav {
  padding-bottom: 3em;
}
footer .footerBottom a {
  color: #C3C3C3;
}


footer .footerBottom a:hover, footer .footerBottom a:focus, footer .footerBottom a:active {
  color: #fff;
  text-decoration: none;
}
footer .legal {
  color: #949494;
  font-size: 0.87em;
}
footer .legal li {
  border: 0;
  display: block;
}
footer .legal a {
  color: #949494;
}
footer .legal a:hover {
  color: #d4d4d4;
}

.pageMainImage {
    min-height: 500px;
    padding-top: 15.5%;
    margin-top: 0px;
    margin-bottom: 0px;
}


.homepageLinks .heroImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  text-align: center;
  padding: 5em 5%;
  position: relative;
  width: 100%;
   text-shadow: 2px 2px 4px #000000;
	  min-height: 300px;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage {
    min-height: 500px !important;
    padding: 2.5em 5% 8em;
  }
}
.homepageLinks .heroImage .imageContent {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .homepageLinks .heroImage .imageContent {
    margin-top: 8em;
  }
}
.homepageLinks .heroImage .imageContent h1 {
  font-size: 3.8em; 
   font-family: 'PT Sans', sans-serif;
  
}
@media screen and (min-width: 581px) and (max-width: 950px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 580px) {
  .homepageLinks .heroImage .imageContent h1 {
    font-size: 3em;
  }
}
.homepageLinks .heroImage .imageContent a {
  color: #bcbcbc;
}



.row {
  display: flex;
  flex-wrap: wrap;
	 max-width:1200px;
	margin:auto;
}

.col {
  flex: 1 0 46%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px;
  
  height: auto;


  align-items: center;
  justify-content: center;
	
}

@media screen and (max-width: 580px) 
{
  flex: {1 0 100%; 

	
}
}

@media screen and (max-width: 580px) 
	{
		.row {
  display: block;
  flex-wrap: wrap;
				padding: 30px;
}
}
.row2 {
  display: flex;
  flex-wrap: wrap;
	 max-width:900px;
	margin:auto;
		padding: 30px;
}

.col2 {
  flex: 1 0 46%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px;
  
  height: auto;

padding:12px;
  align-items: center;
  justify-content: center;
	
}



@media screen and (max-width: 580px) 
	{
		.row2 {
  display: block;
  flex-wrap: wrap;
		padding: 30px;
}
}
@media screen and (max-width: 580px) 
	{
		.col2 {
padding:0px;

}
}



/*=========== HEADER NAV =========================*/
.v65-home {
	display: none !important;
}
.mainMenu a {
	text-transform: uppercase;
    /*padding: 25px 0px;*/
    font-size: 10px;
    font-family: adobe-garamond-pro, serif;
    color: #000;
    letter-spacing: 2px;
	font-weight:bold;
    border-bottom: 4px solid transparent;
}
@media screen and (min-width: 930px) {
	.mainMenu {
		top: -88px;
	}
	.v65-logo {
		height: 90px !important;
		width: 150px !important;
		background-position-x: 20px !important;
	}
	.v65-layoutHeaderNav li:nth-child(2) {
		margin-left:0px;
	}
	.v65-layoutHeaderNav li:nth-child(5) {
		margin-right:50px;
	}
	.v65-layoutHeaderNav li:nth-child(6) {
		margin-left:160px;
	}
	
	header.primary {
		height: 100px;
	}
}

 
.mainMenu  a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;

  position: relative;
  border-bottom: 3px solid transparent;
transition: border-bottom 1s;
text-decoration: none;
}
.mainMenu  a:hover {
	border-bottom-color: #78201E
}
/*.mainMenu  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #78201E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}*/
.mainMenu a:hover:after { 
  width: 100%; 
  left: 0; 
}

.subMenuRange  a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;

  position: relative;
}
.subMenuRange a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #78201E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.subMenuRange a:hover:after { 
  width: 100%; 
  left: 0; 
}

/* ESTATE SUB MENU */

#subRange{
	max-width:1200px;
	text-align: center;
}

.subMenuRange {
	width: 14.0%;
	 
	box-sizing: border-box; 
	padding-left:20px; 
	padding-top:20px;  
	padding-right:20px; 
	
	min-height:110px; 
	font-weight:bold;
	font-size:12px;
	font-family: adobe-garamond-pro, serif;
   text-align:center;
    cursor: pointer;
	color:#78201E;
     display:inline-block;
    letter-spacing: 1px;
}




.subActive {
	border-bottom: 3px solid #78201E;
}

#flip, #panel {
	display:none;
}

.v65-productGroup {
	margin-top:110px;
}

.v65-productGroup-title {
    color: #252525;
    font-family: Playfair Display;
    font-size: 45px;
}














@media screen and (max-width: 1020px) {

	#subRange {
		display: none !important;
	}
		
	#subRangeMobile {
		display: block !important;
		width:100%; 
		padding-top:20px; 
		padding-bottom:20px; 
		text-align:center; 
		border: 1px solid #ccc;
		font-weight:bold; 
		font-size:13px;
		font-family: futura-pt, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	#flip {
	    width:100%; 
		padding-top:20px; 
		padding-bottom:20px; 
		display:block;
		text-align:center; 
		border: 1px solid #ccc;
		font-weight:bold; 
		font-size:13px;
		font-family: futura-pt, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}

	#panel {
		padding: 50px;
		padding-top:25px;padding-bottom:25px;
		display: none;
		text-align: center;
		border-bottom: solid 1px #c3c3c3;
		box-sizing: border-box;
	}
	.panelMenuRange {
		padding-top:12px; padding-bottom:12px; width:100%;
		font-weight:bold; 
		font-size:13px;
		font-family: futura-pt, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}
}

/* END - ESTATE SUB MENU */

a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
     line-height: 1;
    font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
    letter-spacing: 3px;
	padding:19px;
	display: inline-block;
	/*max-width: 500px;
	width: 100%;*/
	cursor: pointer;
	text-transform:uppercase;
	border: 1px solid #78201E;
	outline: 0px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #FFF;
	-webkit-appearance: none;
	border-radius: 0px;
	box-sizing: border-box;
	padding-bottom: 27px;
}

 
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #fff;color:#000;
	border:solid 1px #78201E;
}
a.largeLinkBtn span, a.linkBtn span, a.modalLinkBtn span {
    color: #000; 
}


/* FOOTER */

.footerWrapper {
	max-width: 1000px;
	margin:auto;
	border-top:1px solid black;
}

.footerTop {
	width:100%;
	margin-top:50px;
	
}

.footerCol1 {
	width: 33.3%;
	float:left;
}
.footerCol2 {
	width: 33.2%;
	float:left;
}
.footerCol3 {
	width: 33.3%;
	float:left;
	text-align: right;
	font-size:14px !important;
}

.footerTools {
	clear:both;
	margin-top:30px;
	background-color: #FAFAFA;
}

ul.footerMenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.footerMenu li {
    line-height: 1.4;
    padding: 0px;
    margin-bottom: 0px;
	display: block;
	text-align: left;
}
ul.footerMenu li a {
    font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-decoration: none;
}
.vm-button {
    line-height: 1;
    font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
    letter-spacing: 3px;
	padding:19px;
	display: inline-block;
	max-width: 500px;
	width: 100%;
	cursor: pointer;
	text-transform:uppercase;
	border: 1px solid #78201E;
	outline: 0px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #FFF;
	-webkit-appearance: none;
	border-radius: 0px;
	box-sizing: border-box;
	
	}
	
.footerCol2-brand h3 {
	text-align: center;
	font-family: itc-officina-sans-pro, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #4A4A4A;
	margin-top: 0px;
	line-height: 1.7;
	letter-spacing: 0.2px;
	font-style: normal;
}

.footerCol2-brand h4 {
	text-align: center;
	font-size: 16px;
	margin-top:30px;
	margin-bottom:30px;
}
.footerCol2-social {
	margin-bottom:40px;
	
}

.footerCol2-social li {
	font-size:26px;
}

.footerCol2-social li a {
	color:#000;
}
.textwidget h3 {
	font-size:14px;
	margin-bottom:18px;
	color: #4A4A4A;
}
.textwidget {
	margin-top:-20px;
}
.textwidget a {
	color: #78201E;
	font-weight:bold;
	font-family: AGaramondProBold;
}

@media screen and (max-width: 1100px) {
	
	.footerCol1 {
		width: 100%;
		float:none;
		text-align: center;
		margin-bottom:30px;
	}
	.footerCol2 {
		width: 100%;
		float:none;
		text-align: center;
		
	}
	.footerCol3 {
		width: 100%;
		float:none;
		text-align: center;
	}
	ul.footerMenu li {
		text-align: center;
	}
	
}

div#popupNewsletter {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Raleway',sans-serif;
    color: #000;
    z-index: 1000;
	max-width: 500px;
	padding: 10px 20px;
	border: 2px solid #000000;
	border-radius: 0px;
	background:#fff;
	
}
#popupNewsletter .v65-form  {
	width:300px;
}
#popupNewsletter legend {
	display: none;
}

#popupNewsletter .v65-form fieldset {
	border: 0px;
}
#popupNewsletter .v65-form label {
	font-family: AGaramondProBold;
	font-size: 13px;
}

#popupNewsletter .v65-form input[type="text"], #popupNewsletter .v65-form input[type="password"], #popupNewsletter .v65-form input[type="username"] {
    margin: 0;
    width: 100%;
}

.v65-product-photo img {
    max-width: 100%;
    float: left;
}



.v65-title{
color:#000;
font-family: AGaramondProBold;
font-size:20px;
font-weight:normal;
line-height:1;
} 

.textpagebox {max-width: 800px;margin:auto;padding:30px}

td h5 { font-size: 0.9vw; }
td p { font-size: 1.0vw; }

@media screen and (max-width: 580px) {
  td p { font-size: 2vw; }
}
@media screen and (max-width: 580px) {
  td h5 { font-size: 2vw; }
}


/*#EstateMenu li:first-child {
    display:none;
}*/

/*
#EstateMenu li:nth-child(2) {
    display:none;
}
#EstateMenu li:nth-child(3) {
    display:none;
}
#EstateMenu li:nth-child(4) {
    display:none;
}
#EstateMenu li:nth-child(5) {
    display:none;
}
#EstateMenu li:nth-child(6) {
    display:none;
}
#EstateMenu li:nth-child(7) {
    display:none;
}
#EstateMenu li:nth-child(8) {
    display:none;
}
*/

.v65-productGroup-product {
	width: 95%;
}

.v65-productGroup-title.v65-title {
	display: none;
}
.slider1-class .productPhoto {
	display:none;
}

.slider1-class .v65-product-title.v65-title {
	font-size:40px; text-align:left;
}

.slider1-class .v65-product-teaser {
	text-align: left;
}

.slider1-class .v65-product-reviewStats {
	display: none;
}

.slider1-class .v65-productGroup-product .v65-product-addToCart-priceWrapper {
	font-weight: 300;
	text-align: left;
}

.slider1-class .v65-product-addToCart-price {
	font-size:1em;
}

.slider1-class .v65-productGroup-products {
	text-align:left;
}

.slider1-class button.defaultBtn {
	background: #fff;
	border: #000 solid 1px;
	margin-top: -4px;
}
.slider1-class button.defaultBtn span {
	color: #000;
	text-transform: uppercase;
	font-size:13px;
	font-family: AGaramondProBold;
}

.slider1-class button {
    height: 2.9em;
    line-height: 2.9em;
}

.slider1-class button span {
	top:-2px;
}

.slick-dots li button::before {
    font-size: 16px;
    color: #000;
    opacity: 0.7;
  }

  .slick-dots li.slick-active button::before {
    color: #000;
    opacity: 1;
  }
#featureProd .v65-productGroup-product {
	width:48%;
}

#featureProd .v65-product-reviewStats {
	display:none;
}

#featureProd .v65-productGroup-products {
    text-align: left;
	padding-left: 20px;
}

#featureProd .productDescription {
	width: 66%;
	float: right;
}

#featureProd .v65-product-addToCart-price {
    font-size: 1em;
}

#featureProd button.defaultBtn {
    background: #fff;
    border: #000 solid 1px;
    margin-top: -4px;
}

#featureProd button.defaultBtn span {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: AGaramondProBold;
}

#featureProd .v65-product-title a {
	font-size: 22px;
	font-family: AGaramondProRegular;
	font-weight: normal;
	margin-top: 0px;
	color: #78201E !important;
}

#featureProd p {
	margin-top:40px;
	margin-bottom:50px;
	font-size: 14px;
	font-family: AGaramondProRegular;
	line-height: 1.7;
	letter-spacing: 0.2px;
	font-weight: normal;
	color: #4A4A4A;
}

#featureProd .v65-productGroup-product {
    float: left;
    margin: 40px 0 1em 0%;
}
.slick-accessible .slick-dot button {
	background-color:#78201e;
}

#prodPage .pageContent {
	padding-top:0px;
}

.prodPageDetails h1 {
	font-size:27px;
	color: #78201E !important;
}

#prodPage .v65-product-attributeLabel {
	display: none;
}

#prodPage td {
	vertical-align: top;
}

#prodPage tr>td {
  padding-bottom: 2em;
}

#prodPage button.defaultBtn {
    background: #fff;
    border: #000 solid 1px;
    margin-top: -4px;
}
#prodPage button.defaultBtn span {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: AGaramondProBold;
}

.librarySectionWhite {
	background-color:#ffffff;
	width:100%;
}
.librarySectionGrey {
	background-color:#fafafa;
	width:100%;
}

p {
	font-size:14px;
}

.libraryWrapper {
	display:none;
}


.libraryActive {
	display:block !important;
}

#subRange #SPARKLING {
	border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    text-decoration: none;
}

#subRange #XX {
	border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    text-decoration: none;
}

#subRange #ESTATE {
	border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    text-decoration: none;
}

#subRange #SINGLEVINEYARD {
	border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    text-decoration: none;
}

#subRange #WINELIBRARY {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #SPEDDING {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #TRAHERE {
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.75s;
  text-decoration: none;
}
#subRange #WINEBAR {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #WALLIS {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #COOLARTRD {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #JUDD {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #MCCUTCHEON {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #MORNINGTON {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #MENU {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #WINELIST{
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #OURSUPPLIES {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #RECOGNITION {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #OURJOURNEY {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #PETITTRACTEUR {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #ACCOMMODATIONS {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #ART {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #PROVIDORES {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #ACTIVITIES {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #fOOD {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #WINES {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #TRANSPORT {
	border-bottom: 3px solid transparent;
    transition: border-bottom 0.75s;
    text-decoration: none;
}
#subRange #WINEBAR:hover {border-bottom-color:#78201E}
#subRange #WALLIS:hover {border-bottom-color:#78201E}
#subRange #COOLARTRD:hover {border-bottom-color:#78201E}
#subRange #JUDD:hover {border-bottom-color:#78201E}
#subRange #MCCUTCHEON:hover {border-bottom-color:#78201E}
#subRange #MORNINGTON:hover {border-bottom-color:#78201E}
#subRange #MENU:hover {border-bottom-color:#78201E}
#subRange #WINELIST:hover {border-bottom-color:#78201E}
#subRange #OURSUPPLIES:hover {border-bottom-color:#78201E}
#subRange #RECOGNITION:hover {border-bottom-color:#78201E}
#subRange #OURJOURNEY:hover {border-bottom-color:#78201E}
#subRange #PETITTRACTEUR:hover {border-bottom-color:#78201E}
#subRange #ACCOMMODATIONS:hover {border-bottom-color:#78201E}
#subRange #ART:hover {border-bottom-color:#78201E}
#subRange #PROVIDORES:hover {border-bottom-color:#78201E}
#subRange #ACTIVITIES:hover {border-bottom-color:#78201E}
#subRange #fOOD:hover {border-bottom-color:#78201E}
#subRange #WINES:hover {border-bottom-color:#78201E}
#subRange #TRANSPORT:hover {border-bottom-color:#78201E}


#subRange #SPARKLING:hover {border-bottom-color:#78201E}
#subRange #XX:hover {border-bottom-color:#78201E}
#subRange #ESTATE:hover {border-bottom-color:#78201E}
#subRange #SINGLEVINEYARD:hover {border-bottom-color:#78201E}
#subRange #WINELIBRARY:hover {border-bottom-color:#78201E}
#subRange #SPEDDING:hover {border-bottom-color:#78201E}
#subRange #TRAHERE:hover {border-bottom-color: #78201E;}

#html5-watermark {display:none !important}


/******* POPUP CLOSED COVID *********/

/*! CSS Used from: Embedded */
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
.vm-button,a{-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 1s ease-in-out;}
/*! CSS Used from: Embedded */
h2{font-size:48px;font-family:AGaramondProRegular;line-height:1;font-weight:normal;color:#4A4A4A;margin-top:0px;}
p{line-height:1.5;letter-spacing:0px;margin-top:0px;}
a{color:#78201E;font-family:AGaramondProBold;text-decoration:none;}
a:hover{color:#78201E;}
.vm-button{line-height:1;font-size:12px;font-family:AGaramondProBold;font-weight:bold;color:#78201E;letter-spacing:3px;}
.vm-button{text-align:center;display:inline-block;padding:19px 8px 19px;max-width:100%;width:100%;border:1px solid #78201E;border-bottom-width:1px;outline:0px;cursor:pointer;text-transform:uppercase;background-color:#FFF;-webkit-appearance:none;border-radius:0px;}
.vm-button,a{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
@media screen and (max-width: 1080px){
.vm-button{min-width:100px;}
p,a,div{word-wrap:break-word;}
}
@media screen and (max-width: 720px){
p{text-align:center;}
}
/*! CSS Used from: https://use.fontawesome.com/releases/v5.8.2/css/all.css */
.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-times:before{content:"\f00d";}
.fa{font-family:"Font Awesome 5 Free";}
.fa{font-weight:900;}
/*! CSS Used from: Embedded */
.vm-wrap{width:100%;margin:0px auto;-webkit-box-sizing:border-box;box-sizing:border-box;}
.vm-wrap{max-width:1000px;}
.vm-wrap-700{max-width:700px;}
.vm-row{display:block;margin:0px auto 25px;position:relative;}
.vm-row:after{content:"";display:block;clear:both;}
[class^="vm-col-"]{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;min-height:1px;}
.vm-col-6{width:50%;}
.fs20{font-size:20px;}
.fs20{font-size:20px;}
.vm-flex{display:flex;}
.mar-n{margin:0px;}
.mar-a{margin:auto;}
@media screen and (max-width: 1080px){
.md-vm-col-12{width:100%;}
.md-vm-block{display:block;}
}
/*! CSS Used from: Embedded */
.open-page-popup{position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:99999999999999999;}
.open-page-popup > .inner{position:relative;z-index:9999999999999999;background:#FFF;}
.open-page-popup-content > .inner{padding:30px;text-align:center;}
.open-page-popup-content .vm-button{margin:15px auto;}
.open-page-popup-title{font-size:28px;margin-bottom:30px;line-height:1.2;}
.open-page-popup-image{background-size:cover;background-position:center;background-repeat:no-repeat;}
.open-page-popup .close-sheet{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(223, 223, 223, 0.9);}
.open-page-popup .cross-btn{position:absolute;top:0px;right:0px;z-index:99999999;cursor:pointer;color:#000;}
.close-open-page-popup{cursor:pointer;}
@media screen and (max-width: 1080px){
.open-page-popup-image{height:300px;}
.open-page-popup .cross-btn{color:#FFF;}
}
/*! CSS Used fontfaces */
/*@font-face{font-family:AGaramondProRegular;src:url(https://www.tenminutesbytractor.com.au/wp-content/themes/vineyard/FONT/AGaramondPro-Regular.otf);}
@font-face{font-family:AGaramondProBold;src:url(https://www.tenminutesbytractor.com.au/wp-content/themes/vineyard/FONT/AGaramondPro-Bold.otf);}*/
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot);src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.svg#fontawesome) format("svg");}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot);src:url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.svg#fontawesome) format("svg");}






/***** RESPONSIVE MENU **********/


@media screen and (max-width: 1060px){
	
	.v65-logo {
		top: -30px;
	}	
	.mainMenu {
		top: -35px;
	}
	.v65-layoutHeaderNav li:nth-child(6) {
		margin-left: 0px;
	}
	header.primary {
		height: 140px;
	}
}

@media screen and (max-width: 930px){
	
	.v65-logo {
		height: 90px !important;
	}	
	.v65-layoutHeaderNav li:nth-child(6) {
		margin-left: 0px;
	}
}














@media screen and (max-width: 930px) {
  #user-tools {
    background-color: #162b39;
  }
}

@media screen and (max-width: 930px) {
  #user-tools a:hover, #user-tools a:active, #user-tools a:focus {
    color: #fff;
  }
}
@media screen and (max-width: 930px) {
  #user-tools a {
    color: #fff;
  }
}
@media screen and (max-width: 930px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount {
    width: 32%;
  }
}
@media screen and (max-width: 930px) {
  #user-tools .v65-login, #user-tools .v65-logout {
    width: 20%;
  }
}

@media screen and (min-width: 931px) {
  #user-tools .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
    width: auto;
  }
}

@media screen and (max-width: 930px) {
  #user-tools .v65-pointsBalance {
    display: none;
  }
}

@media screen and (min-width: 931px) {
  #v65-modalCart {
    display: inline-block;
    padding-left: 1em;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 48px;
    left: -100%;
    background-color: #0c0c0c;
    height: 100%;
    height: calc(100% - 46px);
    height: -o-calc(100% - 46px);
    /* opera */
    /* google, safari */
    height: -moz-calc(100% - 46px);
    margin: 0;
    overflow-y: auto;
    padding: 20px 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu ul ul {
    background-color: #0c0c0c;
    border: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu li {
    border-bottom: 1px solid #191919;
    display: block;
    margin: 0;
    padding: 4px 15px;
    text-align: left;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu li li {
    border-bottom: 0;
    border-top: 1px solid #191919;
    padding: 9px 0;
    width: 100%;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu li li a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
  }
  .mainMenu li li a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu a {
    color: #C3C3C3;
    padding: 0;
    width: 100%;
  }
  .mainMenu a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu .v65-pageAParent {
    color: #fff;
  }
}

@media screen and (max-width: 930px) {
  .mainMenu .v65-selected {
    color: #fff;
  }
}

@media screen and (max-width: 930px) {
  .mobileMenu {
    display: block;background-color: #162b39;
  }
}
@media screen and (max-width: 930px) {
	#user-tools {
		font-family: adobe-garamond-pro, serif;
		font-size: 12px;
		width: 89%;
		height: 4.6em;
	}
	.v65-logo {
		top: 0px;
		z-index: 81;
	}
	.v65-yourAccount, .v65-editProfile {
		border-right: 1px solid #666;
        border-right-color: rgb(102, 102, 102);
		display: inline-block;
		text-align: center;
		height: 4.6em;
		line-height: 4.6em;
	}
	#v65-modalCart {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		z-index: 300;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 10px;
		border-left: 0px solid #666;
        border-left-color: rgb(102, 102, 102);
		width: 30%;
		margin-top: 10px;
		height: 3em;
		line-height: 3em;
	}
}
@media screen and (max-width: 580px) {
	#user-tools {
		font-family: adobe-garamond-pro, serif;
		font-size: 12px;
		width: 100%;
	}
}

.table{border: solid 1px #ccc;}
.table1{border: solid 1px #ccc;}

 .table3 th, table td {
    padding: 10px; 
	font-family: font-family: adobe-garamond-pro, serif;
	max-width:400px;
	font-size:14px;
	text-align: left;
	object-position: left;
	border: solid 0px #ccc;
}
.table th, table td {
    border: solid 1px #ccc;
	font-size:14px;
}


#subRange{
	max-width:1500px;
}

.subMenuRange{
	padding-left:10px;
	padding-right:10px;
} 

.v65-product-teaser {
margin-bottom: 30px;
}

#popupNewsletter .v65-pod > p:nth-child(1) {
	font-family: adobe-garamond-pro, serif;
}

#popupNewsletter .defaultBtn {
	line-height: 1;
font-size: 12px;
font-family: AGaramondProBold;
font-weight: bold;
color: #78201E;
letter-spacing: 3px;
	border-bottom-width: 1px;
outline: 0px;
cursor: pointer;
text-transform: uppercase;
background-color: #FFF;
-webkit-appearance: none;
border-radius: 0px;
text-align: center;
display: inline-block;
padding: 19px 8px 19px;
max-width: 100%;
width: 100%;
border: 1px solid #78201E;
}

#popupNewsletter .defaultBtn span {
	color:#78201E;line-height: 0;
}

/*BLOG*/
.v65-blogPostWrapper {
	width: 46%;
	float: left;
	margin-right: 4%;
}


@media screen and (max-width: 580px) {
.v65-blogPostWrapper {
    width: 100%;
}
}

.v65-avatar, .v65-blogFooter {
    display: none;
}
.v65-blogPost h2 {
    padding: 0 0;
}

.v65-blogPost h2 {
	font-size:30px;
	color: #4a4a4a;
}

.v65-blogPost h2 {
    margin-bottom: 1em;
    text-align: center;
}

#rightBoxBlog {
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.blogDate {
	text-align:center;margin-bottom: 5px;
	text-transform: uppercase;
    font-size: 12px;
	color: #78201E;
    font-family: AGaramondProBold;font-weight: bold;
}

.blogTitle h2 {
	text-align:center;line-height: 39px;color: #4a4a4a;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;font-family: AGaramondProRegular;
}
.blogTitle  {
	margin-bottom:10px;
}
.blogTeaser {
	margin-top:12px;
	font-size: 14px;
	font-family: AGaramondProRegular;
	line-height: 1.7;
	letter-spacing: 0.2px;
	font-weight: normal;
	color: #4A4A4A;
}

.blogRead {
	margin-top:15px;
	margin-bottom:14px;
	font-size: 13px;
	font-family: AGaramondProRegular;
	line-height: 1.7;
	letter-spacing: 0.2px;
}


/* NAV */
@media screen and (max-width: 580px) {
	.v65-login, .v65-logout {
		height: 4.5em;
		line-height: 4.7em;
	}
	#v65-modalCart #v65-toggleModalCart {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		line-height: 1.2em;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}
	#myVideo {
		margin-top: -0px !important;
	}
	.v65-home {
		display: block !important;
	}
}

@media (max-width:930px) and (min-width:580px) {
	.v65-yourAccount, .v65-editProfile {
		border-right: 0px solid #666;
		height: 2.5em;
		line-height: 2.5em;
	}
}

a.modalLinkBtn span {
	text-align:center;line-height: 0em;
}





#vmButtonWrapper {
	max-width: 350px; border: 0px solid rgb(0, 0, 0); text-align: center;
}

.vm-button.newsletter-popup {
	max-width:350px; width: 100%; margin-top:20px;
}



@media screen and (max-width: 800px) {
	
	#featureProd .v65-productGroup-product {
		width: 98%;
	}
	
}


@media screen and (max-width: 580px) {
	h5 {
		text-align:center;
	}
	
	#vmButtonWrapper {
		max-width: 580px; border: 0px solid rgb(0, 0, 0); text-align: center;
	}

	.vm-button.newsletter-popup {
		max-width:580px; width: 100%; margin-top:20px;
	}
	.col2 {
		margin: 0px
	}
}



/************** WINES PAGE ***********************/

.textCenter {
	text-align:center;
}

.winesWrapper {
	max-width: 800px;
	margin:auto;
}
#intro h3 {
	margin-bottom: 40px;
}
#intro h5 {
	margin-bottom: 110px;
}

#Tenx {
	margin-top:70px;
}

#featureProd {
	max-width: 900px; margin: auto; text-align: center; margin-bottom:150px;
}
#videoWrapper {
	margin-bottom:100px;
}
#SPARKLINGSect {
	width:100%; margin-top:150px;
}
#SINGLESect {
	width:100%; margin-top:150px;
}

.slider1-class {
	margin-top:170px;
}

#intro2 {
	margin-top:170px; margin-bottom:100px;
}	
.v65-product-addToCart-quantity input {
	height:3.6em;
}




/*   CART   */

#v65-modalCartDropdown p.right:nth-child(5) > a:nth-child(1) {
	width:100%;
	margin-bottom:10px;
	height:45px;
}
#v65-modalCartDropdown p.right:nth-child(5) > a:nth-child(1) span {
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align: center;
	padding-top: 13px;
	font-size:12px;
}

p.right:nth-child(1) > a:nth-child(1) span {
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	text-align: center;
	font-size: 9px;
padding-top: 1px;
}

#v65-modalCartTable th {
    text-transform: uppercase;
}

@media screen and (max-width: 580px) {
	#v65-modalCartDropdown {
		min-width: 300px !important;
	}
	#v65-modalCartDropdown p.right:nth-child(5) > a:nth-child(1) span {
		font-size: 12px;
		line-height: 23px;
	}
	#v65-modalCartDropdown .modalLinkBtn > span:nth-child(1) {
		line-height:10px;
	}
}


.videoYT {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 80px;
}
.videoYT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

element {
    display: none;
}
.ytp-title {
	display:none;
}
.fullWidthGray {
	position:absolute;left:0;right:0; background;background-color: #fafafa !important;
}

#thingsToDoInfo {
	margin-top:150px;
}





p {
	color:#4A4A4A;
}

h5 {
	margin-bottom:30px;
}

li {
	margin-bottom: 17px;
}

.noIndent {
	margin-left: -25px;
}

.outerWrapper {
	max-width:1000px;
	margin:auto;
}

.innerWrapper {
	max-width:900px;
	margin:auto;
}

.colOne {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.colTwo {
	width:50%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
	float:left;
}
.colThree {
	width:33%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
	float:left;
}
#vineyardIntro {
	width:100%;
	overflow: auto;
}

#vineyardMap {
	width:100%;
	overflow: auto;
	margin-top:90px;
}
#vineyardOverview {
	margin-top:90px;
	text-align:center;
}

#vineyardTable {
	margin-top:70px;
	margin-bottom:80px;
}


table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  color: #000000;
  border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px;font-size: 14px;
}

table.customTable td {
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  padding: 5px;
  padding-left:12px;
  color:#4A4A4A;font-size: 14px;
}
table.customTable th {
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  padding: 5px;
  padding-left:12px;font-size: 12px;
}
thead th {
    background: #fff;
    text-align: left;
	width: 33%;
	font-size: 14px;
	font-family: adobe-garamond-pro, serif;
	font-weight: bold;
	color: #78201E;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

#vineyardTable.vyTable {
	margin-top:120px;
	margin-bottom:100px;
}

.vyTable .customTable thead th {
	width: 20%;
}

table.customTable thead {
  background-color: #FFFFFF;
  border-bottom: 3px solid #78201E;
}

#vineyardTable.aBlock {
	margin-top:40px;
}

@media screen and (max-width: 767px) {
	
	.colTwo {
		width: 100%;
		text-align: center;
	}
	
	.homepageLinks .heroImage {
		max-height: 400px !important;
		min-height: 400px !important;
	}
	
}



/* SCROLLING TABLE  */

.tableWrap {
    padding:10px;
  }
  .table-scroll {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:14px
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;font-size: 14px;
}

.table-scroll th {
	font-size: 12px;
}
.table-scroll th.fixed-side.xxd {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
}  
.table-scroll th.xd {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone th, .clone td {
	visibility:hidden;font-size: 14px;
}
.clone td, .clone th {
	border-color:transparent; border-collapse:collapse;
}
.clone tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone .fixed-side {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;
}
  .clone th.fixed-side.xxd {
    border-bottom: solid 3px #78201E;
}
.clone thead, .clone tfoot{background:transparent;}

.table-scroll th {
	font-size: 12px;
}
.clone th {
	font-size: 12px;
}


/**************************************************************************************/

.tableWrap2 {
    padding:10px;
  }
  .table-scroll2 {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:12px;
}
.table-wrap2 {
	width:100%;
	overflow:auto;
}
.table-scroll2 table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll2 th, .table-scroll2 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll2 th, .table-scroll2 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll2 th.fixed-side2.xxd2 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle; width:300px;
}  
.table-scroll2 th.xd2 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll2 thead, .table-scroll2 tfoot {
	background:#f9f9f9;
}
.clone2 {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone2 th, .clone2 td {
	visibility:hidden
}
.clone2 td, .clone2 th {
	border-color:transparent; border-collapse:collapse;
}
.clone2 tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone2 .fixed-side2 {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;width:400px !important;
}
  .clone2 th.fixed-side2.xxd2 {
    border-bottom: solid 3px #78201E;
}
.clone2 thead, .clone2 tfoot{background:transparent;}

.table-scroll2 th {
	font-size: 12px;
}
.clone2 th {
	font-size: 12px;
}
/**************************************************************************************/



.tableWrap3 {
    padding:10px;
  }
  .table-scroll3 {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:12px;
}
.table-wrap3 {
	width:100%;
	overflow:auto;
}
.table-scroll3 table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll3 th, .table-scroll3 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll3 th, .table-scroll3 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll3 th.fixed-side3.xxd3 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle; width:300px;
}  
.table-scroll3 th.xd3 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll3 thead, .table-scroll3 tfoot {
	background:#f9f9f9;
}
.clone3 {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone3 th, .clone3 td {
	visibility:hidden
}
.clone3 td, .clone3 th {
	border-color:transparent; border-collapse:collapse;
}
.clone3 tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone3 .fixed-side3 {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;width:400px !important;
}
  .clone3 th.fixed-side3.xxd33 {
    border-bottom: solid 3px #78201E;
}
.clone3 thead, .clone2 tfoot{background:transparent;}

.table-scroll3 th {
	font-size: 12px;
}
.clone3 th {
	font-size: 12px;
}
/**************************************************************************************/






.tableWrap4 {
    padding:10px;
  }
  .table-scroll4 {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:12px;
}
.table-wrap4 {
	width:100%;
	overflow:auto;
}
.table-scroll4 table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll4 th, .table-scroll4 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll4 th, .table-scroll4 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll4 th.fixed-side4.xxd4 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle; width:300px;
}  
.table-scroll4 th.xd4 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll4 thead, .table-scroll4 tfoot {
	background:#f9f9f9;
}
.clone4 {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone4 th, .clone4 td {
	visibility:hidden
}
.clone4 td, .clone4 th {
	border-color:transparent; border-collapse:collapse;
}
.clone4 tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone4 .fixed-side4 {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;width:400px !important;
}
  .clone4 th.fixed-side4.xxd4 {
    border-bottom: solid 3px #78201E;
}
.clone4 thead, .clone4 tfoot{background:transparent;}

.table-scroll4 th {
	font-size: 12px;
}
.clone4 th {
	font-size: 12px;
}
/**************************************************************************************/



.tableWrap5 {
    padding:10px;
  }
  .table-scroll5 {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:12px;
}
.table-wrap5 {
	width:100%;
	overflow:auto;
}
.table-scroll5 table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll5 th, .table-scroll5 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll5 th, .table-scroll5 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll5 th.fixed-side5.xxd5 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle; width:300px;
}  
.table-scroll5 th.xd5 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll5 thead, .table-scroll5 tfoot {
	background:#f9f9f9;
}
.clone5 {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone5 th, .clone5 td {
	visibility:hidden
}
.clone5 td, .clone5 th {
	border-color:transparent; border-collapse:collapse;
}
.clone5 tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone5 .fixed-side5 {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;width:400px !important;
}
  .clone5 th.fixed-side5.xxd5 {
    border-bottom: solid 3px #78201E;
}
.clone5 thead, .clone5 tfoot{background:transparent;}

.table-scroll5 th {
	font-size: 12px;
}
.clone5 th {
	font-size: 12px;
}
/**************************************************************************************/






.tableWrap6 {
    padding:10px;
  }
  .table-scroll6 {
	position:relative;
	max-width:980px;
	margin:auto; 
	overflow:hidden;
	border:.1px solid #ccc;
    font-size:12px;
}
.table-wrap6 {
	width:100%;
	overflow:auto;
}
.table-scroll6 table {
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
}
.table-scroll6 th, .table-scroll6 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll6 th, .table-scroll6 td {
	padding:5px 10px;
	border:.1px solid #ccc;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll6 th.fixed-side6.xxd6 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle; width:300px;
}  
.table-scroll6 th.xd6 {
    border-bottom: solid 3px #78201E; height:40px; vertical-align: middle;
} 
  
.table-scroll6 thead, .table-scroll6 tfoot {
	background:#f9f9f9;
}
.clone6 {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none; border-collapse:collapse;
}
.clone6 th, .clone6 td {
	visibility:hidden
}
.clone6 td, .clone6 th {
	border-color:transparent; border-collapse:collapse;
}
.clone6 tbody th {
	visibility:visible;
	color:#4A4A4A;
  font-weight:normal; 
}
.clone6 .fixed-side6 {
	border:.1px solid #ccc;
	background:#fff;
	visibility:visible; font-size:12px;border-collapse:collapse;width:400px !important;
}
  .clone6 th.fixed-side6.xxd6 {
    border-bottom: solid 3px #78201E;
}
.clone6 thead, .clone6 tfoot{background:transparent;}

.table-scroll6 th {
	font-size: 12px;
}
.clone6 th {
	font-size: 12px;
}
/**************************************************************************************/









.aBlock {
	display:none;
}
.aBlockMobile {
	display:none;
	margin-bottom:60px;
}

@media screen and (max-width: 580px) {
	
	.aBlock {
		display:none;
	}
	.aBlockMobile {
		display:block;
	}
	
}

@media screen and (min-width: 581px) {

	.aBlock {
		display:block;
	}
	.aBlockMobile {
		display:none;
	}
	
}


#pageMornington  .vyTable {
	margin-top:-100px;
}

#pageMornington  .vyTable2 {
	margin-top:-10px;
}


.red-text {
	color: #78201E; display: inline-block; margin-bottom:20px; font-weight:bold;
}

.red-text-link {
	color: #78201E; display: inline-block; font-weight:bold;
}



@media screen and (max-width: 800px) {
	
	#featureProd .productDescription {
		width: 56%;
		float: right;
		margin-right: 10%;
	}
	#featureProd button.defaultBtn {
		width: 150px;
	}
}

@media screen and (max-width: 720px) {
	
	#featureProd .productDescription p {
		text-align:left;
	}
	.slider1-class .v65-product-title.v65-title {
		font-size: 28px;
	}
	
	.slider1-class .productDescription {
		margin-top:-110px;
	}
	
	.slider1-class .v65-product-teaser p {
		text-align:left;
	}
	.slider1-class h3 {
		font-size: 20px;
		line-height:26px;
	}
	.slider1-class button.defaultBtn {
		background: #fff;
		border: #000 solid 1px;
		margin-top: -4px;
		width: 140px;
	}
	
	.slider1-class .sliderImage {
		width:35% !important;
	}
	
	.slider1-class .sliderText {
		width:55% !important;
	}
	
	.slider2-class .sliderImage {
		width:35% !important;
	}
	
	.slider1-class .sliderText2 {
		width:55% !important;
		margin-left:15px;
	}
}

.footerCol3 li {
 list-style: none
}

.vineyardNavR {
    text-align:right
  }
  
   @media screen and (max-width: 767px) { 
.vineyardNavR {  
 text-align:center;
}
 }
 @media screen and (max-width: 580px) { 
.vineyardNavR {  
  margin-top: -50px;
}
 }
 
 
 #winePageTitle {
	 width:100%; text-align:center; height:160px; background-color:#FAFAFA; padding-top:50px; margin-bottom:80px
 }
 
 #shopPageContent {
	 max-width: 1000px;
	 margin:auto;
 }
 
 #WinesMenu > li:nth-child(1) {
	 display:none;
 }
 
 #WinesMenu {
	 border: 0px solid;
 }
 
 
 #v65-modalContentHeader {
    background-color: #777;
    height: 50px;
	
 }
 
 #v65-modalContent .v65-form {
	 width:100%;
 }
 
 #v65-modalContent .v65-form input[type="text"] {
    width: 100% !important;
}
#v65-modalContent .v65-form input[type="password"] {
    width: 100% !important;
}
 
 a.modalLinkBtn {
	 background-color: transparent;
     border: 0px;
 }
 a.modalLinkBtn:hover {
	 background-color: transparent;
     border: 0px;
 }
 
 
 #v65-modalContent button.defaultBtn {
    background-color: white;
    border: 1px solid black;
    width: 100%;
}

 #v65-modalContent button.defaultBtn span {
	 color: black;
	 text-transform: uppercase; margin-left: -5px;
 }
 
 .productData {
	 font-family: adobe-garamond-pro, serif;font-weight: bold;color: #78201E;letter-spacing: 2px;text-transform: uppercase; font-size:12px;padding-top: 13px;
 }
 
 table.productDetailsTable td {
	border:0px solid #fff !important;
}


.v65-memberAllocationDetails {
    position: relative;
    margin: 0 0 1em;
    padding: 0;
    overflow: hidden;
    min-height: 416px;
}

button.defaultBtn, button.modalBtn, button.largeBtn {
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
    letter-spacing: 3px;
    border: solid 1px black;
}

button.defaultBtn span {
	font-size: 12px;
    font-family: AGaramondProBold;
    font-weight: bold;
    color: #78201E;
	text-transform:uppercase;
}


.v65-form input[type="text"] {
	width:100%;
}

.v65-form input[type="email"] {
	width:100%;
}

.v65-form select {
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.5;
    width: 225px;
    font-size: 1em;
    border: solid 1px #ccc;
    height: 34px;
}


@media screen and (max-width: 600px) { 
 
	.v65-product2Up {
		width: 90%;
		margin-left: 5% !important;
	}
	.v65-product-teaser p {
		text-align:left; 
	}
}

@media screen and (max-width: 520px) { 
	.TwoUpPhoto {
		width:100%;
	}
	.v65-product2Up .v65-product-photo {
		float: left;
		margin: 0 auto;
	}
	.v65-product-teaser p {
		text-align:left; 
	}
	.TwoUpDetails {
		float:right !important;
	}
}

body {
	max-width:1920px;
	margin:auto;
}



/* ---------------------
   CSS BY O_WEB 
   ------------------ */ 
a.booking-button {
    float: right;
    margin-left: 30px;
    margin-top: 3px;
    font-family: adobe-garamond-pro, serif;
    font-family: AGaramondProBold;
    text-transform: uppercase;
    line-height: 28px;
    border: 1px solid #78201E;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

a.booking-button:hover {
	background: #78201E;
	color: #fff;
}
.mainMenu li:last-child {
		display: none;
}
.mainMenu ul ul li:last-child {
	display: block;
}

@media screen and (max-width: 1230px) { 
	.userToolsWrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1060px) { 
	#user-tools {
		float: left;
	}
}

@media screen and (max-width: 930px) { 
	a.booking-button {
		margin-top: 0;
		border: 1px solid #fff;
		color: #fff;
		padding: 0 15px;
		position: absolute;
		z-index: 1000;
		right: 15px;
		top: 7.5px;
		line-height: 36px;
	}
	.userToolsWrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#user-tools,
	.mobileMenu {
		background-color: #777;
	}
	#user-tools {
		width: calc(100% - 62px);
	}
	#v65-modalCart {
		right: 236px;
		width: 200px;
	}
	.mobileMenu {
		padding: 2px 13px 0 13px;
		width: 61px;
	}
	#user-tools .v65-login, 
	#user-tools .v65-logout {
		width: auto;
	}
	#user-tools .v65-editProfile, 
	#user-tools .v65-yourAccount {
		width: auto;
	}
}

@media screen and (max-width: 580px) { 
	#v65-modalCart {
		right: 0px;
		width: auto;
	}
	a.booking-button {
		z-index: 1;
		top: 140px;
		line-height: 53px;
		height: 53px;
		background: #78201E;
		width: 100%;
		text-align: center;
		border: 1px solid #78201E;
		font-size: 20px;
		right: 0;
		display: none
	}
	#user-tools .v65-editProfile, 
	#user-tools .v65-yourAccount, 
	#user-tools .v65-login, 
	#user-tools .v65-logout {
		border: none;
		margin-right: 15px;
	} 
	.mainMenu li:last-child {
		display: block;
	}
	.mainMenu ul ul li:last-child {
			/*display: none;*/
	}
	.mainMenu li:last-child a {
		border: 1px solid #fff;
		text-align: center;
		font-size: 18px;
		line-height: 55px;
		height: 55px;
	}
	.mainMenu a {
		text-align: center;
		font-size: 16px;
	}
	#ExperiencesMenu li:last-child a {
		border: 0px;font-size: 16px;
	}
	#CellarDoorMenu li:last-child a {
		border: 0px;font-size: 16px;
	}
}


/*UPDATES 15/11/22*/

@media screen and (min-width: 601px) {
	#prodPage .v65-productAddToCart-drilldown .v65-product-addToCart-priceWrapper {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}
	#prodPage .v65-productAddToCart-drilldown .v65-product-addToCart-quantity input {
		height: 2.6em;
	}
	#prodPage button.defaultBtn {
		height: 36px;
		border: 1px solid #78201E;
	}
	#prodPage button.defaultBtn span {
		color: #78201E;
	}
	#shopPageContent .v65-product-addToCart-quantity input {
		height: 2.6em;
	}
	#shopPageContent button.defaultBtn {
		border: solid 1px #78201E;
		height: 36px;
		margin-top: -2px;
	}
	#shopPageContent button.defaultBtn span {
		color: #78201E;
	}
	#featureProd .v65-product-addToCart-quantity input {
		height: 2.6em;
	}
	#featureProd button.defaultBtn {
		border: solid 1px #78201E;
		height: 36px;
		margin-top: -2px;
	}
	#featureProd button.defaultBtn span {
		color: #78201E;
	}
}


@media screen and (max-width: 600px) {
	#prodPage button.defaultBtn {
		border: 1px solid #78201E;
	}
	#prodPage button.defaultBtn span {
		color: #78201E;
		font-family: AGaramondProBold, serif;
		font-weight: bold;
	}
	#shopPageContent button.defaultBtn {
		border: solid 1px #78201E;
	}
	#shopPageContent button.defaultBtn span {
		color: #78201E;
		font-family: AGaramondProBold, serif;
		font-weight: bold;
	}
	#featureProd button.defaultBtn {
		border: solid 1px #78201E;
	}
	#featureProd button.defaultBtn span {
		color: #78201E;
		font-family: AGaramondProBold, serif;
		font-weight: bold;
	}
}

.footerCol1-lower {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	line-height: 28px;
	padding-right: 50px;
	margin-top: 10px;
}

.footerCol2-brand {
	margin-top:60px;
}
.footer_address {
	margin-top: 73px;
}

@media screen and (max-width: 1100px) {
	.footerCol1-lower {
		text-align: center;
		max-width:90%;
		margin:auto;
		padding-right:0px;
	}
}

@media screen and (max-width: 580px) {
  .mainMenu li:last-child a {
    border: 0px solid #fff;
  }
}

@media screen and (min-width: 931px) {
	#ExperiencesMenu li:first-child {
		display: none;
	}
	#ExperiencesMenu  li:nth-child(6) {
		margin-left: 0px;
	}
	#EstateMenu li:first-child {
		display: none;
	}
	#CellarDoorMenu li:first-child {
		display: none;
	}
	#ShopMenu li:first-child {
		display: none;
	}
	#WinesMenu ~ span {
		display: none;
	}
}


@media screen and (max-width: 930px){
	.mainMenu ul ul {
		background-color: #0c0c0c;
		border: 0;
		display: none;
	}
	.v65-invisible {
		position: absolute;
		opacity: 1;
		color: white;
		top: 10px;
		right: 15px;
		background: #78201E;
		width: 24px;
		height: 24px;
		border-radius:12px;
	}
	.icon-angle-down::before {
		left: 3px;
		position: absolute;
		top: 6px;
	}
    .mainMenu li li a {
		font-size: 12px;
	}
	.mainMenu .footerMenuLink {
		display:none !important;
	}
}

@media screen and (max-width: 580px) {
	.mainMenu li:last-child a {
		line-height: unset;
		height: unset;
		font-size: 12px !important;
	}
    .v65-layoutHeaderNav > li:nth-child(10) a {
		font-size: 16px !important;
		line-height: 55px;
		height: 55px;
    }
}


.v65-product-attributeLabel {
	display:none !important;
}
#winePageTitle {
	display:none;
}
.prodPageDetails {
	padding-top: 50px;
}