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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * 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 {
  -moz-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: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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"] {
  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 */
  -moz-box-sizing: content-box;
  -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+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 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: "\eada";
}

.icon-mail:before {
  content: "\e60d";
}

.icon-phone:before {
  content: "\e60e";
}

.icon-user:before {
  content: "\e60f";
}

.icon-yelp:before {
  content: "\e610";
}

.icon-youtube:before {
  content: "\e601";
}

.icon-instagram:before {
  content: "\e602";
}

.icon-angle-down:before {
  content: "\e60c";
}

.icon-up-bold:before {
  content: "\e60b";
}

.icon-vimeo:before {
  content: "\e606";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-facebook:before {
  content: "\e608";
}

.icon-gplus:before {
  content: "\e609";
}

.icon-pinterest:before {
  content: "\e60a";
}

.icon-mobile:before {
  content: "\e600";
}

.icon-link:before {
  content: "\e02e";
}

.icon-comments:before {
  content: "\e049";
}

.icon-clock:before {
  content: "\e055";
}

.icon-search:before {
  content: "\f002";
}

/*
 * 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 */
  -moz-box-sizing: border-box;
  /* 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: 97%;
}

body {
  background-color: #fff;
  color: #191919;
  font-family: "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", serif;
}

h1 {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 30px;
  line-height: 1.3333333333333333;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

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: #3a749b;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #2c5875;
  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: "Times New Roman", serif;
  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: "Times New Roman", serif;
  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: "Times New Roman", serif;
  font-size: 12px;
}

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

#user-tools .v65-editProfile, #user-tools .v65-yourAccount,
#user-tools .v65-login, #user-tools .v65-logout {
  border-color: #24475e;
}

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

.logo {
  background-image: image-url("logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 160px;
  margin: 0 auto;
  position: relative;
  width: 240px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .logo {
    background-image: image-url("logo@2x.png");
  }
}

@media screen and (max-width: 767px) {
  .logo {
    clear: both;
    margin: 0.5em auto 0;
  }
}

.meta-nav {
  display: flex;
  font-family: Amiri;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

@media (min-width: 1025px) {
  .meta-nav {
    box-shadow: 0 2px 2px 0 rgba(81, 83, 74, 0.14), 0 3px 1px -2px rgba(81, 83, 74, 0.12), 0 1px 5px 0 rgba(81, 83, 74, 0.2);
    background-color: #F6F6F6;
    padding: 0 20px;
    position: relative;
    right: 0;
  }
}

.meta-nav .meta-nav__brands {
  flex: 1 1 auto;
  align-self: flex-end;
  display: none;
}

@media (min-width: 1025px) {
  .meta-nav .meta-nav__brands {
    display: block;
  }
}

.meta-nav .meta-nav__brands ul.meta-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-nav .meta-nav__brands ul.meta-nav__list li {
  padding: 0 5px;
  flex: 1;
  justify-content: stretch;
  display: flex;
  text-align: center;
}

.meta-nav .meta-nav__brands ul.meta-nav__list li a {
  color: #51534A;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.meta-nav .meta-nav__brands ul.meta-nav__list li a.active, .meta-nav .meta-nav__brands ul.meta-nav__list li a:hover {
  background-color: #51534A;
  color: #FFFFFF;
}

.meta-nav .user-tools {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.meta-nav__list li.meta-nav__section-title {
  text-transform: initial;
  font-size: 12px;
}

@media (min-width: 769px) {
  ul.meta-nav__list li.meta-nav__section-title {
    display: none !important;
  }
}

.mobile-only {
  display: block;
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-family: Arial, sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 101;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
  background-color: #FFF;
}

@media (max-width: 768px) {
  .mainMenu {
    margin: 1em 0 0.3em;
  }
}

@media (min-width: 769px) {
  .mainMenu {
    margin: 10px 0 0;
  }
}

.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 (max-width: 768px) {
  .mainMenu ul ul {
    border: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  .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 (max-width: 768px) {
  .mainMenu li {
    border-bottom: 1px solid #eeeeee;
    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 (max-width: 768px) {
  .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: none;
  width: 95%;
  font-weight: normal;
}

.mainMenu li li a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .mainMenu li li a {
    padding: 0;
    width: 100%;
  }
}

.mainMenu a {
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .mainMenu a {
    height: 39px;
    line-height: 39px;
  }
}

.mainMenu a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mainMenu a {
    padding: 0;
    width: 100%;
  }
}

.mainMenu .v65-pageAParent {
  color: #000;
}

.mainMenu .v65-selected {
  color: #000;
}

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

.mainMenu ul ul ul {
  display: none !important;
}

.mainMenu ul ul li:hover ul {
  display: block !important;
  left: 170px !important;
  top: 0px !important;
}

@media (max-width: 768px) {
  .mainMenu {
    box-sizing: border-box;
    position: fixed;
    top: 51px;
    left: -100%;
    background-color: #fff;
    height: 100%;
    height: calc(100% - 46px);
    margin: 0;
    overflow-y: auto;
    padding: 20px 0;
    width: 100%;
    z-index: 100;
    transition: all 0.25s;
  }
  .mainMenu ul ul {
    border: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mainMenu li li {
    border-bottom: 0;
    border-top: 1px solid #eeeeee;
    padding: 9px 0;
    width: 100%;
  }
  .mainMenu li li li {
    padding-left: 20px;
  }
  .mainMenu li li a {
    padding: 0;
    width: 100%;
  }
}

/* ----- b. Sub Menu ----- */
.subMenu {
  font-family: "Times New Roman", serif;
  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 (max-width: 768px) {
  .subMenu h4 {
    display: none;
  }
}

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

.subMenu li {
  line-height: 3;
}

@media (max-width: 768px) {
  .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 {
  display: block;
  float: left;
  font-size: 2.5em;
  padding: 5px 0 0 13px;
  position: relative;
  width: 11%;
  z-index: 300;
}

@media (min-width: 769px) {
  .mobileMenu {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .mobileMenu {
    width: 14%;
  }
}

.menuOpen {
  transform: translate(100%, 0);
}

@media (max-width: 1024px) {
  .menuOpen > :last-child {
    padding-bottom: 80px;
  }
}

@media (min-width: 769px) {
  .menuOpen {
    transform: translate(0, 0);
  }
}

.mobileBody {
  position: fixed;
  width: 100%;
}

.nav-menu-plw-log {
  z-index: 12;
}

.nav-menu-plw-log a {
  height: auto;
}

.nav-menu-plw-log a img {
  display: block;
}

@media (min-width: 1200px) {
  .mainMenu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nav-menu-plw-log {
    display: block;
  }
}

@media (max-width: 1199px) {
  .nav-menu-plw-log {
    display: none;
  }
}

@media (min-width: 769px) {
  .nav-menu-plw-log-mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-menu-plw-log-mob {
    display: block;
  }
}

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

@media screen and (max-width: 580px) {
  .pageContent {
    padding: 4em 0;
  }
}

.alternateBackgroundContent {
  background: #eeeeee;
}

.wrapper {
  margin: 0 auto;
  max-width: 990px;
  padding: 0 5%;
  width: 90%;
}

@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.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -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] {
  border: 1px solid #d0d3d4;
  font-family: "Times New Roman", serif;
}

button, input[type=button], input[type=submit], label, form {
  font-family: "Times New Roman", serif;
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  background: #eeeeee;
  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: "Times New Roman", serif;
}

.homepageContent .v65-blogPostWrapper h2 a:hover, .homepageContent .v65-blogPostWrapper h2 a:focus, .homepageContent .v65-blogPostWrapper h2 a:active {
  color: #2c5875;
  text-decoration: none;
}

.homepageContent .v65-blogPostWrapper .v65-blogPostDate {
  color: #949494;
  font-family: "Times New Roman", serif;
}

.homepageContent .v65-blogPostWrapper .v65-blogPostDate a {
  color: #949494;
}

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

.homepageLinks .imageContent {
  position: relative;
}

.homepageLinks .bottomImage {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  -ms-box-sizing: border-box;
  -moz-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: "Times New Roman", serif;
  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;
  height: 4em;
  line-height: 4em;
  opacity: 0.6;
  padding-top: 0.5em;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 4.5em;
  z-index: 1000;
}

.upButton {
  font-size: 3em;
}

@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;
  -moz-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: "Times New Roman", serif;
  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: "Times New Roman", serif;
  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: "Times New Roman", serif;
  font-weight: 300;
  padding: 5px 0;
}

#v65-CalendarTable td {
  border-color: #eeeeee;
}

#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #d7b72c;
  font-family: "Times New Roman", serif;
  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: #c9c9c9;
    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: "Times New Roman", serif;
  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;
  }
}

.v65-product3Up .v65-product-infoWrapper {
  text-align: left;
}

@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;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Times New Roman", serif;
  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;
  -moz-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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Times New Roman", serif;
  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 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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: "Times New Roman", serif;
}

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

.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,
  .v65-wine-region {
    float: left;
  }
}

@media screen and (min-width: 681px) {
  .v65-wine-specs {
    width: 36%;
  }
}

.v65-wine-specs .v65-product-attributeLabel {
  text-align: left;
  width: auto;
}

.v65-wine-profile {
  margin-bottom: 0;
}

#v65-cartTable {
  font-family: "Times New Roman", serif;
}

@media screen and (max-width: 580px) {
  #v65-cartTable {
    font-size: 0.9em;
  }
}

#v65-cartCheckOutCoupons form {
  width: 280px;
}

td.v65-cartItemDescription {
  font-family: "Times New Roman", serif;
}

td.v65-cartItemDescription a {
  color: #000;
}

td.v65-cartItemDescription strong {
  color: #000;
  font-family: "Times New Roman", serif;
  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: "Times New Roman", serif;
}

#v65-modalCartDropdown {
  border: 1px solid #bcbcbc;
}

#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: "Times New Roman", serif;
  font-weight: 300;
}

#v65-modalCartTable strong {
  font-family: "Times New Roman", serif;
  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: "Times New Roman", serif;
  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;
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: right;
  }
}

@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;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  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: #888;
  font-family: "Times New Roman", serif;
  text-align: center;
}

.v65-blogPost .v65-blogPostDate a {
  color: #888;
}

.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: left;
    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: "Times New Roman", serif;
}

.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: #888;
  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: "\e055";
}

.v65-blogFooterLink:before {
  content: "\e02e";
}

.v65-blogFooterComments:before {
  content: "\e049";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button {
  font-family: "Times New Roman", serif;
}

button span {
  padding: 0 1.5em;
}

@media screen and (max-width: 580px) {
  button span {
    padding: 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: #dbbe41;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@media screen and (min-width: 581px) {
  button.modalBtn, button.altModalBtn {
    height: 2.5em;
    line-height: inherit;
  }
}

button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #bcbcbc;
  font-family: "Times New Roman", serif;
  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: #aaaaaa;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}

a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #dbbe41;
  font-family: "Times New Roman", serif;
  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: #d1b128;
}

a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #bcbcbc;
  font-family: "Times New Roman", serif;
  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: #aaaaaa;
}

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

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

/*   ===================================================================================================
     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 #v65-subscribeWidget input {
  background-color: transparent;
  color: white;
}

@media screen and (min-width: 420px) {
  footer #v65-subscribeWidget input {
    width: 175px;
  }
}

footer .socialIcons {
  background-color: #11212a;
  padding: 1.5em 0;
}

footer .socialIcons a {
  color: #fff;
}

footer .socialIcons a:hover, footer .socialIcons a:focus, footer .socialIcons a:active {
  color: #ccc;
  text-decoration: none;
}

footer .socialIcons ul {
  margin-bottom: 0;
}

footer .socialIcons li {
  border: 0;
  display: inline-block;
  font-size: 2em;
  padding: 0.2em 0.5em;
}

footer .footerBottom {
  background-color: #191919;
  color: #C3C3C3;
  font-family: "Times New Roman", 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: #666;
  font-size: 0.87em;
}

footer .legal li {
  border: 0;
  display: block;
}

footer .legal a {
  color: #666;
}

footer .legal a:hover {
  color: #999;
}

/*   ===================================================================================================
     8. Legacy file - copy/pasted from the staging compiled file 2019-04-16
======================================================================================================== */
/**************************************************************************************

	CUSTOM CSS START

**************************************************************************************/
body {
  overflow-x: hidden;
}

.flexslider {
  margin: 0 0 20px !important;
  background: #fff !important;
  border: 0px solid #fff !important;
  margin-bottom: 50px !important;
}

@media (max-width: 1024px) {
  .flexslider li {
    overflow: hidden;
  }
  .flexslider a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .flexslider img {
    max-width: initial !important;
    height: 300px !important;
    width: initial !important;
    right: 0;
    position: relative;
    margin: auto;
  }
}

/*=== PAGE CUSTOM PLW HTM TEMPLATE START =============================================*/
.pageMainImage {
  height: 0;
  padding-top: 37.5%;
  margin-top: -70px;
  margin-bottom: 30px;
}

/*=== PAGE CUSTOM PLW HTM TEMPLATE END =============================================*/
/*=== BRAND TABS START ==============================================================*/
.brand-tabs {
  display: none;
}

@media (max-width: 768px) {
  .brand-tabs {
    display: none;
  }
}

p {
  font-family: 'Times New Roman', 'Times', serif !important;
  font-size: 17px !important;
  text-align: justify;
}

.page span, em {
  font-family: 'Times New Roman', 'Times', serif !important;
  font-size: 17px !important;
}

.page a {
  font-family: 'Times New Roman', serif;
}

.v65-blogPost h2 a {
  color: #DEAC5F !important;
}

.v65-blogPostWrapper .v65-avatar {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .brand-tabs {
    width: 100%;
    height: 43px;
    font-size: 11px;
    border-bottom: #ecdec0 solid 0px;
  }
  .brand-tab1 {
    background: url(https://peterlehmann.aus.vin65dev.com/assets/client/Image/banner-bg2.jpg);
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: left;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 130px;
  }
  .brand-tab2 {
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: left;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 130px;
    -webkit-box-shadow: inset 0px 5px 16px -8px #f0e398;
    -moz-box-shadow: inset 0px 5px 16px -8px #f0e398;
    box-shadow: inset 0px 5px 16px -8px #f0e398;
  }
  .brand-tab2:hover {
    background-color: #e0b870;
  }
  .brand-tab5 {
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: right;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 150px;
    -webkit-box-shadow: inset 0px 5px 16px -8px #f0e398;
    -moz-box-shadow: inset 0px 5px 16px -8px #f0e398;
    box-shadow: inset 0px 5px 16px -8px #f0e398;
  }
  .brand-tab5:hover {
    background-color: #e0b870;
  }
}

@media screen and (max-width: 767px) {
  .brand-tabs {
    width: 100%;
    height: 43px;
    font-size: 11px;
    border-bottom: #ecdec0 solid 0px;
  }
  .brand-tab1 {
    background: url(https://peterlehmann.aus.vin65dev.com/assets/client/Image/banner-bg2.jpg);
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: left;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 95px;
  }
  .brand-tab2 {
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: left;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 95px;
    -webkit-box-shadow: inset 0px 5px 16px -8px #f0e398;
    -moz-box-shadow: inset 0px 5px 16px -8px #f0e398;
    box-shadow: inset 0px 5px 16px -8px #f0e398;
  }
  .brand-tab2:hover {
    background-color: #e0b870;
  }
  .brand-tab5 {
    border-top: 1px solid #ecdec0;
    border-right: 1px solid #ecdec0;
    border-left: 1px solid #ecdec0;
    float: right;
    height: 27px;
    margin-left: 4px;
    padding-top: 10px;
    text-align: center;
    margin-top: 5px;
    width: 140px;
    -webkit-box-shadow: inset 0px 5px 16px -8px #f0e398;
    -moz-box-shadow: inset 0px 5px 16px -8px #f0e398;
    box-shadow: inset 0px 5px 16px -8px #f0e398;
  }
  .brand-tab5:hover {
    background-color: #e0b870;
  }
}

/*=== BRAND TABS END ==============================================================*/
/*=== HOME PAGE LINKS START ==============================================================*/
.homepageLinks .bottomImageDual {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  -ms-box-sizing: border-box;
  -moz-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 .bottomImageDual {
    padding: 6em 6%;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .homepageLinks .bottomImageDual {
    float: none;
    padding: 4em 5%;
    width: 100%;
  }
}

@media screen and (min-width: 581px) {
  .homepageLinks .bottomImageDual:hover .overlay, .homepageLinks .bottomImageDual:active .overlay, .homepageLinks .bottomImageDual:focus .overlay {
    background: url(../images/image-overlay-darken.png);
    background: rgba(0, 0, 0, 0.7);
  }
}

/*=== HOME PAGE LINKS END ==============================================================*/
/*=== SUBSCRIPTION START ==============================================================*/
.subscribeSection {
  background-color: #6a7478 !important;
}

@media screen and (max-width: 580px) {
  .firstnameDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .firstnameInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .lastnameDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .lastnameInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .emailDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .emailInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .buttonSubscribe {
    width: 50%;
    height: 45px;
    margin-top: 8px;
    line-height: 0px;
    color: #FFF;
  }
}

@media screen and (min-width: 581px) {
  .firstnameDiv {
    float: left;
    width: 25%;
  }
  .firstnameInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .lastnameDiv {
    float: left;
    width: 25%;
    padding-left: 5px;
  }
  .lastnameInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .emailDiv {
    float: left;
    width: 25%;
    padding-left: 5px;
  }
  .emailInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .buttonSubscribe {
    width: 22%;
  }
}

/*=== SUBSCRIPTION END ==============================================================*/
/*=== SUBSCRIPTION MODAL START ==============================================================*/
.subscribeSection {
  background-color: #6a7478 !important;
}

@media screen and (max-width: 580px) {
  .firstnameDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .firstnameInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .lastnameDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .lastnameInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .emailDiv {
    width: 100%;
    margin-bottom: 8px;
  }
  .emailInput {
    height: 45px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .buttonSubscribe {
    width: 50%;
    height: 45px;
    margin-top: 8px;
    line-height: 0px;
    color: #FFF;
  }
}

@media screen and (min-width: 581px) {
  .firstnameDiv {
    float: left;
    width: 25%;
  }
  .firstnameInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .lastnameDiv {
    float: left;
    width: 25%;
    padding-left: 5px;
  }
  .lastnameInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .emailDiv {
    float: left;
    width: 25%;
    padding-left: 5px;
  }
  .emailInput {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .buttonSubscribe {
    width: 22%;
  }
}

/*=== SUBSCRIPTION MODAL END ==============================================================*/
/*=== FOOTER START ==============================================================*/
.socialIcons2 {
  color: #fff;
  font-size: 30px;
}

.socialIcons2 a {
  color: #fff;
}

.socialIcons2 a:hover, footer .socialIcons2 a:focus, footer .socialIcons2 a:active {
  color: #ccc;
  text-decoration: none;
}

#footer-wide a {
  color: #fff;
}

#footer-mid a {
  color: #fff;
}

#footer-small a {
  color: #fff;
}

#footer-wide a:hover {
  color: #DEAC5F;
}

#footer-mid a:hover {
  color: #DEAC5F;
}

#footer-small a:hover {
  color: #DEAC5F;
}

@media screen and (max-width: 1039px) {
  #footer-wide {
    display: none;
  }
  #footer-mid {
    display: block;
  }
  #footer-small {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  #footer-wide {
    display: block;
  }
  #footer-mid {
    display: none;
  }
  #footer-small {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #footer-wide {
    display: none;
  }
  #footer-mid {
    display: none;
  }
  #footer-small {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  footer .subscribeSection {
    margin-top: 0px;
  }
}

/*=== FOOTER END ==============================================================*/
/*=== TRIPLE IMAGE HOMEPAGE START =============================================*/
@media screen and (min-width: 1405px) {
  #triple {
    display: block !important;
  }
  #line-spacer {
    display: block !important;
  }
}

/*=== HEADER START =============================================*/
#user-tools {
  display: none !important;
}

#user-tools-spacer {
  /* This spacer is used in place of the user tools - once user tools become active this should be display none*/
  display: block !important;
}

@media (min-width: 769px) {
  #header-desktop {
    display: block;
  }
  #header-mobile {
    display: none;
  }
  #alt-slider {
    display: none;
  }
}

@media (max-width: 768px) {
  #header-desktop {
    display: none;
  }
  #header-mobile {
    display: block;
  }
  header.primary {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 1000;
  }
  #alt-slider {
    display: block;
  }
}

/*=== HEADER END =============================================*/
/*=== NAVIGATION MENU START =============================================*/
@media (max-width: 768px) {
  .mainMenu a {
    padding: 0;
    width: 100%;
    font-size: 13px;
  }
  .mainMenu ul ul {
    display: none;
  }
  .mainMenu ul li:hover ul {
    /*display: block !important;
    left: 160px !important;
    top: 0px !important;
    background-color: #000;*/
  }
  .mobile-login {
    display: block !important;
  }
  .logo {
    display: none !important;
  }
  .homepageBottomLinks {
    margin-top: 0px !important;
  }
  .alt-slider {
    display: block !important;
  }
  #user-tools {
    height: 53px !important;
    display: block !important;
  }
  button.defaultBtn2 {
    background: #FFFFFF;
    font-family: Arial, sans-serif !important;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  button.defaultBtn2:hover, button.defaultBtn2:active {
    background: #d1b128;
  }
}

@media (max-width: 933px) {
  .mainMenu {
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
  }
}

​
.v65-product2Up {
  margin: 2em 2% 1.5em;
}

.v65-product2Up .v65-product-photo {
  margin: 0 0px;
  position: relative;
  float: right;
  width: 100%;
}

.v65-product2Up .v65-title {
  font-size: 20px;
  font-weight: bold;
}

.v65-product2Up .v65-title a {
  font-family: Arial, sans-serif !important;
}

.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: inline-block;
  margin-bottom: 0.5em;
  /*width: 40%;*/
  margin-top: 10px;
  font-size: 1.1em !important;
}

.v65-product-addToCart-price {
  display: inline;
  font-size: 1.1em;
}

.v65-product-addToCart-unitDescription {
  display: block;
  bottom: 0ex;
  font-size: 0.75em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

.v65-product-addToCart-caseQuantity {
  bottom: 0ex;
  font-size: 0.75em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

.v65-product-addToCart-quantity {
  display: none;
}

.v65-product-addToCart-quantity input {
  height: 35px !important;
  width: 15px !important;
  position: relative;
  top: -15px;
}

.v65-product-addToCart-button {
  margin-top: 10px;
  margin-bottom: 30px;
}

.v65-product-addToCart-button button.defaultBtn {
  width: 90px;
  height: 37px !important;
  margin-top: 4px;
  line-height: 100%;
  display: inline-block;
}

.v65-product-addToCart-button button span {
  padding: 0px !important;
  font-size: 14px !important;
}

@media screen and (min-width: 661px) {
  .v65-product2Up {
    width: 46%;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 520px) {
  .v65-product2Up .v65-product-photo {
    float: none;
    margin: 0 auto;
  }
  .v65-product2Up {
    width: 100%;
  }
  .v65-product2Up {
    margin: 0 0 0;
  }
  /*
    #product2UpDesktop{
      text-align: center !important;
      padding-left:20px !important;
      padding-right: 10px !important;
      width:95% !important;
    }
    */
}

.v65-product-addToCart-outOfStockMessage {
  display: none !important;
}

/*=== PRODUCT LIST END (CATEGORY)=============================================*/
/*=== TIMELINE START ==========================================================*/
/* INACTIVE DIVS - THESE SHOULD BE DULL SO THEY DONT STAND OUT LIKE THE ACTIVE DIV */
#mainNav .item {
  height: 450px;
  padding: 20px;
  padding-top: 0px;
  border-left: solid 3px #d3b183;
}

/*#mainNav .item  img{
   border:solid 5px #F4060A;
}*/
#mainNav .item p {
  color: #adaca9;
  font-family: serif;
  font-size: 20px;
}

#mainNav .time-text {
  color: #adaca9;
  font-family: serif;
  font-size: 16px !important;
  line-height: 21px !important;
  opacity: 0.3;
}

#mainNav .item {
  text-align: left !important;
}

#mainNav .time-image {
  width: 70%;
  opacity: 0.3;
}

#mainNav h4 {
  font-size: 22px;
  font-weight: bold;
  color: #d3b183;
  opacity: 0.3;
}

#mainNav2 .item {
  height: 450px;
  padding: 20px;
  padding-top: 0px;
  border-left: solid 3px #d3b183;
}

/*#mainNav .item  img{
   border:solid 5px #F4060A;
}*/
#mainNav2 .item p {
  color: #adaca9;
  font-family: serif;
  font-size: 20px;
}

#mainNav2 .time-text {
  color: #adaca9;
  font-family: serif;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.3;
}

#mainNav2 .item {
  text-align: left !important;
}

#mainNav2 .time-image {
  width: 70%;
  opacity: 0.3;
}

#mainNav2 h4 {
  font-size: 22px;
  font-weight: bold;
  color: #d3b183;
  opacity: 0.3;
}

/* THIS IS THE CLASS FOR THE ACTIVE DIV IN THE TIMELINE - SHOULD BE BRIGHT SO IT IS HIGHLIGHTED */
.timeline-year {
  color: #DEAC5F;
  font-size: 22px;
  font-weight: bold;
}

.active h4 {
  font-size: 22px !important;
  font-weight: bold;
  color: #d3b183;
  opacity: 1.0 !important;
}

.active .time-text {
  color: #000000 !important;
  font-family: serif;
  font-size: 16px !important;
  line-height: 21px !important;
  opacity: 1.0 !important;
}

.active .time-image {
  width: 95% !important;
  opacity: 1.0 !important;
}

.owl-theme .owl-controls .owl-page span {
  display: none !important;
}

div.owl-controls.clickable {
  padding-bottom: 40px !important;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 1;
  padding: 3px 10px;
}

.owl-theme {
  height: 500px !important;
}

.owl-wrapper-outer {
  height: 400px !important;
}

@media screen and (max-width: 944px) {
  #timeline-history-title-top {
    display: block !important;
  }
  #timeline-history-title-side {
    display: none !important;
  }
  #timeline-years {
    width: 100% !important;
  }
  #timeline-section {
    height: 610px !important;
  }
}

@media screen and (min-width: 945px) {
  #timeline-history-title-top {
    display: none !important;
  }
  #timeline-history-title-side {
    display: block !important;
  }
  #timeline-years {
    width: 80% !important;
  }
}

@media (max-width: 768px) {
  .mainMenu ul .has-children .sub-menu-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 52px;
    line-height: 44px;
    z-index: 2200;
    background: url(https://www.peterlehmannwines.com/assets/client/Image/menu-arrow-sm.jpg) center center no-repeat;
    border-left: 0px solid #e0e0e0;
    cursor: pointer;
  }
  .mobile-active {
    display: block !important;
    left: 160px !important;
    top: 0px !important;
    background-color: #000;
  }
}

/*=== TIMELINE END ==========================================================*/
/*=== PRODUCT DRILLDOWN START =============================================*/
#current-tasting {
  margin-top: 30px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}

.v65-productAddToCart-drilldown .v65-product-media-title a {
  font-family: Arial, sans-serif !important;
  color: #aca8a8;
}

.hide-me {
  display: none !important;
}

.show-me {
  display: block !important;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-priceWrapper {
  display: inline-block;
  margin-right: 1em;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-quantity {
  display: inline;
  float: right;
  /*margin-right: 95px;*/
  margin-top: 10px;
  display: none;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-button {
  display: inline;
  float: right;
  margin-right: -160px;
  margin-top: -9px !important;
}

.v65-productAddToCart-drilldown .v65-addToCartCase .v65-product-addToCart-button {
  float: right;
  /*margin-right: -160px;*/
}

.v65-productAddToCart-drilldown .v65-product-addToCart-priceWrapper {
  float: left;
  width: 90px;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-price {
  float: left;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-quantity {
  float: left;
}

.v65-productAddToCart-drilldown .v65-product-addToCart-button {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-top: -9px !important;
}

.v65-productAddToCart-drilldown .v65-addToCartCase .v65-product-addToCart-button {
  float: left;
  margin-left: 70px;
}

.productDetails {
  margin-bottom: -30px;
}

/* Accordian */
button.accordion {
  background-color: #fff;
  color: #c8ac84;
  cursor: pointer;
  padding: 18px;
  padding-top: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.4s;
  padding-top: 3px;
  border: solid 1px #c8ac84;
  padding-top: 20px;
  height: 48px;
  line-height: 7px;
  margin-bottom: 8px;
}

button.accordion.active, button.accordion:hover {
  background-color: #eee;
}

button.accordion:after {
  content: '\002B';
  color: #c8ac84;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Product Review */
.v65-ProductRating-left .emailDiv {
  float: none;
  width: 300px !important;
}

@media screen and (max-width: 400px) {
  #v65-addProductReview {
    width: 280px !important;
  }
}

@media screen and (min-width: 401px) {
  #v65-addProductReview {
    width: 350px !important;
  }
  #Email {
    width: 300px;
  }
  #Name {
    width: 285px !important;
  }
  .v65-ProductRating-left select {
    width: 302px !important;
    height: 37px;
    border: solid 1px #ccc;
  }
  .v65-ProductRating-left textarea {
    width: 300px !important;
    border: solid 1px #ccc;
  }
}

.v65-product-availability-outOfStock {
  display: none !important;
}

/*=== PRODUCT DRILLDOWN END =============================================*/
/*=== BLOG START ========================================================*/
.blogFilterLeft .defaultBtn {
  width: 100% !important;
  margin-top: 7px;
}

.blogFilterLeft a {
  text-transform: uppercase;
  color: #DEAC5F !important;
}

.blogFilterRight a {
  text-transform: uppercase;
  color: #DEAC5F !important;
}

.blogContent .v65-blogPost h2 a {
  color: #DEAC5F !important;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    float: left;
    padding-top: 10%;
    width: 28%;
  }
  .blogContent {
    padding: 4% 0% 0 0;
    width: 65%;
  }
  .blogFilterLeft fieldset {
    border: 0px solid #c0c0c0;
    margin: 0 0px;
    padding: 0em 0em 0em;
  }
}

/*=== BLOG END ========================================================*/
/*=== VISIT US START ==================================================*/
.googlemap {
  position: relative;
  padding-bottom: 20%;
  /*4:3 ratio*/
  height: 0;
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 500px !important;
  /*pointer-events: none;*/
  position: relative;
  /* IE needs a position other than static */
}

.googlemap iframe.clicked {
  pointer-events: auto;
}

#visit-form .v65-form {
  width: 100% !important;
}

#visit-form .v65-form fieldset {
  display: block;
  padding: 10px 10px 20px 0px;
  margin: 0 0 0px 0;
  border: 0px solid #ccc;
}

#visit-form .v65-form legend {
  font-size: 1.17em;
  margin: 0;
  padding: 0 5px;
  display: none;
}

#visit-form .v65-form fieldset div {
  overflow: hidden;
  padding-top: 15px;
}

#visit-form .v65-form textarea, .v65-form select {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  width: 100%;
  font-size: 1em;
  border: 1px solid #ccc;
}

#visit-form .v65-form input[type="text"], #visit-form .v65-form input[type="password"], .v65-form input[type="username"] {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

#visit-form .v65-form select {
  height: 40px;
}

/*=== VISIT US END ==================================================*/
.bullets li {
  line-height: 1.8;
  margin: 0;
  font-family: 'Times New Roman', serif !important;
  font-size: 17px !important;
}

/*=== JOIN CLUB START ==================================================*/
#remote-form-join fieldset {
  border: 0px solid #c0c0c0 !important;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*=== JOIN CLUB END ==================================================*/
/*=== REMOTE TOOLS START ==================================================*/
.remote-modal-cart {
  display: none !important;
  width: 200px !important;
  float: left !important;
  margin-left: 50px !important;
}

.remote-modal-login {
  float: right;
  margin-top: 10px;
}

/* clearing */
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*=== REMOTE TOOLS END ==================================================*/
.v65-blogPost p {
  font-size: 17px !important;
}

.v65-blogPost p span {
  font-size: 17px !important;
}

.v65-product-attributeValue {
  white-space: pre-line;
}

.v65-wine-awards .v65-product-attributeLabel {
  display: none;
}

.v65-wine-ratings .v65-product-attributeLabel {
  display: none;
}

.v65-product-reviews-title {
  visibility: hidden;
}

/*=== AGE GATE ==============================================================*/
#v65-modalViel {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  background-image: url("https://www.peterlehmannwines.com/assets/client/Image/age-gate.jpg");
}

#v65-modalContent .v65-form {
  width: 98%;
}

#v65-modalAgeVerification {
  background: url(https://www.peterlehmannwines.com/assets/client/Image/banner-bg2.jpg);
}

#v65-modalAgeVerification p .error {
  text-align: center;
}

#v65-modalContent form {
  margin-bottom: 1em;
  margin-left: 20px;
}

#v65-modalContainer {
  text-align: center;
}

#v65-modalContent {
  color: #000;
  font-family: 'Times New Roman', 'Times', serif !important;
  font-size: 17px;
  text-align: center;
}

#v65-modalContent p .error {
  color: #CC0000 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #v65-checkBilling {
    width: 98%;
  }
}

@media screen and (max-width: 580px) {
  #v65-modalAgeVerification {
    top: 20px;
  }
  #v65-checkBilling {
    width: 410px;
  }
  .v65-form fieldset {
    display: block;
    padding: 0 5px 10px 5px;
    margin: 0 0 0 0;
    border: 1px solid #ccc;
    width: 410px;
    padding-left: 0px;
    margin-left: -2px;
  }
  #v65-checkBilling select[name="BirthDay"], #v65-checkBilling select[name=BirthYear], #v65-checkBilling select[name=BirthMonth] {
    height: 30px;
    width: 23%;
  }
}

@media screen and (max-width: 500px) {
  #v65-checkBilling select[name="BirthDay"], #v65-checkBilling select[name=BirthYear], #v65-checkBilling select[name=BirthMonth] {
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  #v65-checkBilling select[name="BirthDay"], #v65-checkBilling select[name=BirthYear], #v65-checkBilling select[name=BirthMonth] {
    height: 30px;
  }
}

@media screen and (max-width: 320px) {
  #v65-checkBilling select[name="BirthDay"], #v65-checkBilling select[name=BirthYear], #v65-checkBilling select[name=BirthMonth] {
    height: 30px;
  }
}

/*=== AGE GATE END ==============================================================*/
.v65-formRecaptcha {
  margin-bottom: 30px;
}

.v65-widgetLogin-wrapper {
  height: 12px;
  line-height: 12px;
}

.v65-widgetLogin-wrapper > * {
  display: none;
}

@media (min-width: 1025px) {
  .v65-widgetLogin-wrapper > * {
    display: block;
  }
}

.v65-widgetLogin-yourAccount, .v65-widgetLogin-editProfile {
  float: left;
  text-align: right;
  border-right: 1px solid #666;
  line-height: 12px;
  padding-right: 10px;
  margin-right: 10px;
}

.v65-widgetLogin-login, .v65-widgetLogin-logout {
  float: left;
  line-height: 12px;
}

.loginWidget__mobile .v65-widgetLogin-yourAccount,
.loginWidget__mobile .v65-widgetLogin-editProfile {
  float: none;
  text-align: left;
  border: 0;
  margin: 0;
}

.loginWidget__mobile .v65-widgetLogin-login,
.loginWidget__mobile .v65-widgetLogin-logout {
  float: none;
  text-align: left;
  border: 0;
}

.v65-widgetLogin-wrapper a {
  color: #34362F;
}

.v65-widgetModalCart {
  position: relative;
  z-index: 999;
}

.v65-widgetModalCart-status a {
  text-decoration: none;
  color: #34362F;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
}

@media (min-width: 1025px) {
  .v65-widgetModalCart-status a {
    font-size: inherit;
    width: auto;
    padding-left: 45px;
    margin-right: 0px;
    margin-left: 10px;
    line-height: inherit;
    text-indent: 0px;
  }
}

.v65-widgetModalCart-status a:before {
  content: "\f2b4";
  font-family: "Ionicons";
  font-size: 1.8rem;
  padding: 0;
  left: 0px;
  position: absolute;
  width: 30px;
  text-align: center;
  text-indent: 0px;
}

@media (min-width: 769px) {
  .v65-widgetModalCart-status a:before {
    margin-right: 0;
    left: 0;
    color: inherit;
  }
}

@media (min-width: 1025px) {
  .v65-widgetModalCart-status a:before {
    font-size: 1.4rem;
    left: 10px;
  }
}

.v65-widgetModalCart-status a span {
  padding: 0;
}

.v65-widgetModalCart-itemCount {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-subTotal {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-dropdown {
  display: none;
  background: #fff;
  border-top: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: -20px;
  box-shadow: 0 2px 2px 0 rgba(81, 83, 74, 0.14), 0 3px 1px -2px rgba(81, 83, 74, 0.12), 0 1px 5px 0 rgba(81, 83, 74, 0.2);
  width: 320px;
}

.v65-widgetModalCart-closeButton {
  text-align: right;
  margin-bottom: 1em;
}

.v65-widgetModalCart-closeButton a {
  display: inline-block;
  padding: 0 10px;
  background: #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.v65-widgetModalCart-closeButton a:hover {
  background: #ddd;
  text-decoration: none;
  color: #444;
}

.v65-widgetModalCart-itemSummary {
  margin-bottom: 1em;
}

.v65-widgetModalCart-itemSummaryHeader {
  border-bottom: 1px solid #999;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  display: table-row;
}

.v65-widgetModalCart-items {
  border-bottom: 1px solid #999;
  display: table-row;
}

.v65-widgetModalCart-itemSummaryHeader,
.v65-widgetModalCart-items {
  display: table-row;
}

.v65-widgetModalCart-itemSummaryHeader:before, .v65-widgetModalCart-itemSummaryHeader:after,
.v65-widgetModalCart-items:before,
.v65-widgetModalCart-items:after {
  content: none;
}

.v65-widgetModalCart-itemSummaryHeader > div,
.v65-widgetModalCart-items > div {
  padding: 0 5px;
  font-size: 13px;
  display: table-cell;
}

.v65-widgetModalCart-itemSummaryHeader > div:nth-child(1),
.v65-widgetModalCart-items > div:nth-child(1) {
  width: 10%;
}

.v65-widgetModalCart-itemSummaryHeader > div:nth-child(2),
.v65-widgetModalCart-items > div:nth-child(2) {
  width: 10%;
}

.v65-widgetModalCart-itemSummaryHeader > div:nth-child(3),
.v65-widgetModalCart-items > div:nth-child(3) {
  width: 40%;
}

.v65-widgetModalCart-itemSummaryHeader > div:nth-child(4),
.v65-widgetModalCart-items > div:nth-child(4) {
  width: 20%;
}

.v65-widgetModalCart-itemSummaryHeader > div:nth-child(5),
.v65-widgetModalCart-items > div:nth-child(5) {
  width: 20%;
}

.v65-widgetModalCart-itemSummaryQuantity {
  text-align: center;
}

.v65-widgetModalCart-itemSummaryItem {
  text-align: center;
}

.v65-widgetModalCart-itemSummaryPrice {
  text-align: right;
}

.v65-widgetModalCart-itemSummaryTotal {
  text-align: right;
}

.v65-widgetModalCart-itemSummarySubTotal {
  background: #eee;
  line-height: 24px;
  height: 24px;
  display: flex;
}

.v65-widgetModalCart-itemSummarySubTotalLabel {
  text-align: right;
  width: 80%;
  padding: 0 5px;
}

.v65-widgetModalCart-itemSummarySubTotalValue {
  font-weight: bold;
  text-align: right;
  width: 20%;
}

.v65-widgetModalCart-itemMessageBottom {
  margin-bottom: 1em;
}

.v65-widgetModalCart-BottomButtons {
  text-align: right;
  margin-bottom: 1em;
}

.v65-widgetModalCart-viewCartButton {
  display: inline-block;
  margin-right: 5px;
}

.v65-widgetModalCart-viewCartButton a {
  display: inline-block;
  padding: 0 10px;
  background: #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.v65-widgetModalCart-viewCartButton a:hover {
  background: #ddd;
  text-decoration: none;
  color: #444;
}

.v65-widgetModalCart-checkOutButton {
  display: inline-block;
}

.v65-widgetModalCart-checkOutButton a {
  display: inline-block;
  padding: 0 10px;
  background: #000;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}

.v65-widgetModalCart-checkOutButton a:hover {
  background: #333;
  text-decoration: none;
}

.v65-product3Up {
  margin: 1% 0;
  display: flex;
  width: 100%;
  float: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .v65-product3Up {
    margin-right: 2%;
    flex: 0 0 48%;
  }
}

.v65-product3Up:hover {
  cursor: pointer;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.v65-product3Up .product-item {
  padding: 20px;
  display: flex;
}

.v65-product3Up .product-photo {
  flex: 1 1 40%;
}

.v65-product3Up .product-info {
  display: flex;
  flex: 1 1 60%;
}

.v65-product3Up .v65-product-infoWrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.v65-product3Up .v65-product-infoWrapper .v65-product-title {
  flex: 1 1 100%;
  order: 1;
}

.v65-product3Up .v65-product-infoWrapper .v65-product-teaser {
  flex: 1 1 100%;
  order: 2;
}

.v65-product3Up .v65-product-infoWrapper .v65-product-inventoryMessage {
  order: 2;
  flex: 1 1 100%;
  align-self: flex-end;
  text-align: left;
  bottom: 0;
  right: 0;
  margin-bottom: 0.5em;
}

.v65-product3Up .v65-product-infoWrapper .v65-product-addToCart {
  order: 3;
  flex: 1 1 50%;
  align-self: flex-end;
}

.v65-product3Up .v65-product-addToCart {
  margin: 0;
}

.v65-product3Up .v65-product-photo img {
  max-width: 100%;
}

.v65-product3Up .subMenu {
  margin: auto;
  padding: 0px;
}

.v65-product3Up .v65-title {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}

.v65-product3Up .v65-product-teaser p {
  text-align: left;
  font-size: 14px !important;
  line-height: 21px;
}

.breadcrumb-ourwines {
  margin-bottom: 50px;
}

.breadcrumb-ourwines ul {
  padding-left: 0px;
  margin-left: 0px;
}

.breadcrumb-ourwines ul li {
  display: inline;
  position: relative;
}

.breadcrumb-ourwines ul li:not(:first-child) {
  margin-left: 15px;
}

.breadcrumb-ourwines ul li:not(:first-child):before {
  content: "\A";
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #3c3030;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.v65-product-addToCart .v65-addToCart:not(.v65-addToCartCase) {
  display: none;
}

.wide-html .breadcrumbs {
  padding-top: 30px;
}

.wide-html .product-drill-down-info-wrapper {
  margin-top: 40px;
}

.wide-html .product-info-top-wrapper {
  text-align: center;
}

.wide-html .product-info-cart {
  text-align: center;
}

.wide-html .v65-product-brand a,
.wide-html .v65-product-brand a:hover {
  color: #34362F;
  font-size: 22px;
  font-weight: bold;
}

.wide-html .product-title {
  color: #34362F;
  font-size: 22px;
  font-style: italic;
}

.wide-html .v65-product-addToCart-priceWrapper {
  display: block;
  margin: 15px 0 30px;
}

.wide-html .v65-product-addToCart .v65-product-addToCart-unitDescription {
  display: initial;
}

.wide-html .v65-product-description p {
  font-size: 16px;
  color: #34362F;
}

.wide-html .v65-product-addToCart-price {
  font-size: 22px;
  font-weight: bold;
  /***
    font-size: 48px;
    line-height: 64px;
     */
}

.wide-html .v65-product-addToCart-quantity input {
  border-radius: 5px;
  vertical-align: bottom;
  border: 1px solid #9B9B9B;
  color: #34362F;
}

.wide-html .v65-title {
  font-weight: bold;
}

.wide-html .v65-product-attributeLabel {
  font-weight: bold;
  display: inline-block;
}

.wide-html .v65-product-reviews {
  clear: both;
}

.wide-html .v65-wine-specs,
.wide-html .v65-wine-region {
  display: table;
  width: 100%;
}

.wide-html .v65-wine-specs .v65-product-attribute,
.wide-html .v65-wine-region .v65-product-attribute {
  display: table-row;
}

.wide-html .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel,
.wide-html .v65-wine-specs .v65-product-attribute .v65-product-attributeValue,
.wide-html .v65-wine-region .v65-product-attribute .v65-product-attributeLabel,
.wide-html .v65-wine-region .v65-product-attribute .v65-product-attributeValue {
  display: table-cell;
  margin-bottom: 0;
}

.wide-html .v65-wine-specs.v65-product-attribute,
.wide-html .v65-wine-specs .v65-product-attribute,
.wide-html .v65-wine-region.v65-product-attribute,
.wide-html .v65-wine-region .v65-product-attribute {
  font-size: 0.9em;
}

.wide-html .v65-wine-specs .v65-product-attributeLabel,
.wide-html .v65-wine-region .v65-product-attributeLabel {
  font-weight: bold;
  margin-right: 3%;
  text-align: left;
  width: 80px;
}

.wide-html .v65-product-attributeLabel,
.wide-html .v65-product-attributeValue {
  font-size: 17px;
  line-height: 1.6;
}

.wide-html .v65-wine-profile {
  margin-bottom: 30px;
}

.wide-html .product-info-description {
  text-align: left;
}

.wide-html .product-media .v65-product-media-thumbnail,
.wide-html .product-media .v65-product-media-title {
  display: inline-block;
  vertical-align: bottom;
}

.wide-html .product-media .v65-product-media-thumbnail a,
.wide-html .product-media .v65-product-media-title a {
  color: inherit;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .wide-html .v65-product-addToCart-priceWrapper {
    margin: 0;
  }
  .wide-html .v65-product-addToCart-price {
    font-size: 24px;
    line-height: 64px;
  }
  .wide-html .product-drill-down-flexbox {
    display: flex;
    flex-direction: row;
  }
  .wide-html .product-drill-down-flexbox .v65-product-photo {
    height: auto;
    flex: 1 40%;
    padding: 0 20px 30px;
  }
  .wide-html .product-drill-down-flexbox .v65-product-photo img {
    width: 145px;
  }
  .wide-html .product-drill-down-info-wrapper {
    flex: 1 60%;
  }
  .wide-html .product-drill-down-info-wrapper .product-info-top-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
  }
  .wide-html .product-info-title {
    order: 1;
    flex: 1 70%;
  }
  .wide-html .product-info-availability {
    order: 1;
  }
  .wide-html .product-info-cart {
    order: 2;
    flex: 1 100%;
    padding: 0 0 15px 0;
    text-align: left;
  }
  .wide-html .product-info-description {
    order: 3;
  }
  .wide-html .product-info-bottom-wrapper {
    display: flex;
    flex: 0 70%;
    flex-wrap: wrap;
  }
  .wide-html hr {
    flex: 1 100%;
  }
  .wide-html .product-info-profile {
    flex: 1 100%;
  }
  .wide-html .product-info-specs {
    flex: 1 50%;
    margin-bottom: 20px;
  }
  .wide-html .product-media {
    flex: 1 100%;
  }
}

@media screen and (min-width: 1024px) {
  .wide-html .product-info-title {
    flex: 1 60%;
  }
  .wide-html .product-info-description {
    order: 3;
    flex: 0 0 60%;
  }
  .wide-html .product-info-cart {
    flex: 1 40%;
    text-align: left;
  }
}

.page-custom-ourwines-html .wrapper {
  max-width: unset;
}

.page-custom-ourwines-html .page {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .page-custom-ourwines-html .page {
    width: 82%;
  }
}

.page-custom-ourwines-html .page h1 {
  flex: 1 1 100%;
}

.page-custom-ourwines-html .page hr {
  flex: 1 1 100%;
  margin: 5px auto 30px;
}

.page-custom-ourwines-html .page .v65-productFilterV2 {
  flex: 1 1 auto;
}

.page-custom-ourwines-html .subMenu {
  margin: 0;
  padding: 0;
}

.page-custom-ourwines-html .subMenu > a {
  display: none;
}

.bottomImageDual {
  max-width: 580px;
  margin: auto;
  display: inline-block;
  height: auto;
}

@media (min-width: 769px) {
  .bottomImageDual {
    height: 300px;
    margin: 15px;
  }
}

* {
  box-sizing: border-box;
}
