@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?-fevmmm");
  src: url("../font/icomoon.eot?#iefix-fevmmm") format("embedded-opentype"), url("../font/icomoon.woff?-fevmmm") format("woff"), url("../font/icomoon.ttf?-fevmmm") format("truetype"), url("../font/icomoon.svg?-fevmmm#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-comments:before {
  content: "\e603";
}

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

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

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

body {
  background-color: #EFDAAE;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3 {
  color: #333333;
  font-family: "Amatic SC", cursive;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

h4, h5, h6 {
  color: #333333;
  font-family: "Amatic SC", cursive;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 5em;
  line-height: 1;
  margin-bottom: 0.5em;
}

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

h3 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 2.5em;
  line-height: 1.1428571428571428;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 2.2em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.v65-title {
  color: #333333;
  font-family: "Amatic SC", cursive;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}

.v65-subtitle {
  color: #333333;
  font-size: 1.5em;
  font-family: "Amatic SC", cursive;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}

p, blockquote {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

dl, ol, ul {
  margin: 0 0 1.5em;
}

dd, dt, li {
  line-height: 1.5;
  margin: 0;
}

a {
  color: #b93c15;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #333333;
}

hr {
  background-color: #333333;
  border: 0;
  color: #333333;
  height: 1px;
}

a[name=footerNav] {
  display: none !important;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  position: relative;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1101px) {
  header.primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
  }
}
@media screen and (min-width: 581px) and (max-width: 1100px) {
  header.primary {
    min-height: auto;
  }
}
header.primary .wrapper {
  padding: 0 35px 0 0;
  position: relative;
  width: 90%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  header.primary .wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 580px) {
  header.primary .wrapper {
    padding: 0 2.5%;
    width: 95%;
  }
}

#user-tools {
  display: none;
  font-size: 12px;
}
@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid black;
  }
}
#user-tools a {
  color: #b93c15;
}

.logo {
  background-image: url('../images/logo.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  height: 120px;
  margin: 30px 0 0 10px;
  position: relative;
  width: 170px;
}
@media screen and (max-width: 650px) {
  .logo {
    height: 100px;
    margin: 20px 0 0 0px;
    width: 141px;
  }
}
@media screen and (max-width: 580px) {
  .logo {
    height: 85px;
    width: 110px;
  }
}
.logo.errorLogo {
  float: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url('../images/logo@2x.png');
  }
}

.headerImageOverlay {
  background: url(../images/image-overlay.png);
  background: rgba(63, 12, 12, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.pageTitle {
  float: left;
  margin: 80px 0 50px;
  padding: 0 5%;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 581px) and (max-width: 1100px) {
  .pageTitle {
    margin: 50px 0 90px;
  }
}
@media screen and (max-width: 580px) {
  .pageTitle {
    margin: 30px auto 50px;
  }
}
.pageTitle p {
  margin-bottom: 0;
}
.pageTitle .pageTitleText {
  color: #ece3d3;
  font-family: "Amatic SC", cursive;
  font-size: 2em;
  text-transform: uppercase;
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
.languageLinks {
  color: #581608;
  font-size: 17px;
  font-weight: 400;
  float: left;
  position: relative;
  width: 70px;
  z-index: 200;
}
.languageLinks.menuAlt, .languageLinks.menuAlt a {
  color: #fff;
  font-weight: normal;
}
.languageLinks.menuAlt:hover, .languageLinks.menuAlt:focus, .languageLinks.menuAlt:active, .languageLinks.menuAlt a:hover, .languageLinks.menuAlt a:focus, .languageLinks.menuAlt a:active {
  color: #fff;
}
.languageLinks a {
  color: #581608;
}
.languageLinks .active {
  font-weight: bold;
}
@media screen and (min-width: 1401px) {
  .languageLinks {
    margin: 32px 3%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .languageLinks {
    margin: 32px 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .languageLinks {
    color: #fff;
    font-weight: 300;
    margin: 52px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .languageLinks a {
    color: #fff;
  }
  .languageLinks .active {
    font-weight: 400;
  }
}
@media screen and (max-width: 1000px) {
  .languageLinks {
    margin: 0;
    top: 70px;
    right: 7px;
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  .languageLinks {
    top: 77px;
    right: 10px;
  }
}

/* ----- a. Main Menu ----- */
.mainMenu {
  float: left;
  width: 91%;
  font-size: 32px;
  font-family: "Amatic SC", cursive;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 1401px) {
  .mainMenu {
    width: 85%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1370px) {
  .mainMenu {
    width: 88%;
  }
}
@media screen and (min-width: 1201px) {
  .mainMenu {
    margin: 20px 1% 20px 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1370px) {
  .mainMenu {
    font-size: 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mainMenu {
    margin: 40px 0 0;
    position: absolute;
    top: 0;
    right: 85px;
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .mainMenu {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -350px;
    background-color: rgba(185, 60, 21, 0.83);
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 350px;
    z-index: 100;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
@media screen and (min-width: 416px) and (max-width: 580px) {
  .mainMenu {
    left: -300px;
    width: 300px;
  }
}
@media screen and (max-width: 415px) {
  .mainMenu {
    font-size: 16px;
    left: -230px;
    width: 230px;
  }
}
.mainMenu.menuAlt, .mainMenu.menuAlt a {
  color: #fff;
  font-weight: normal;
}
.mainMenu.menuAlt:hover, .mainMenu.menuAlt:focus, .mainMenu.menuAlt:active, .mainMenu.menuAlt a:hover, .mainMenu.menuAlt a:focus, .mainMenu.menuAlt a:active {
  color: #fff;
}
.mainMenu.menuAlt ul ul a {
  color: #b93c15;
}
.mainMenu.menuAlt ul ul a:hover, .mainMenu.menuAlt ul ul a:focus, .mainMenu.menuAlt ul ul a:active {
  color: #b93c15;
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .mainMenu ul {
    text-align: right;
  }
}
.mainMenu ul ul {
  border: 1px solid #D2C4AE;
  background: #ece3d3;
  display: none;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .mainMenu ul ul {
    background-color: #b93c15;
    border: 0;
    font-size: 15px;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 1001px) and (max-width: 1370px) {
  .mainMenu li {
    margin: 0 0 0 10px;
  }
}
.mainMenu li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .mainMenu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .mainMenu li li {
    padding: 0;
    width: 100%;
  }
}
.mainMenu li li a {
  color: #636466;
  display: block;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
  text-transform: none;
  width: 170px;
}
@media screen and (max-width: 1000px) {
  .mainMenu li li a {
    padding: 9px 0 9px 10%;
    width: 90%;
  }
}
.mainMenu li li a:hover {
  color: black;
}
.mainMenu a {
  color: #b93c15;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .mainMenu a {
    font-weight: bold;
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .mainMenu a {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10%;
    width: 90%;
  }
  .mainMenu a:hover, .mainMenu a:active, .mainMenu a:focus {
    background: #b93c15;
  }
}
@media screen and (max-width: 1200px) {
  .mainMenu a {
    color: white;
  }
}
.mainMenu a:hover {
  color: #b93c15;
}
@media screen and (max-width: 1200px) {
  .mainMenu a:hover {
    color: white;
  }
}
@media screen and (min-width: 1001px) {
  .mainMenu a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1001px) {
  .mainMenu .v65-pageAParent {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1200px) {
  .mainMenu .v65-pageAParent {
    color: white;
  }
}
.mainMenu .v65-home {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mainMenu .v65-selected {
    color: white;
  }
}
@media screen and (min-width: 1001px) {
  .mainMenu .v65-selected {
    text-decoration: underline;
  }
}
.mainMenu .footerMenuLink {
  bottom: 0;
  font-size: 1.5em;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 450px) {
  .mainMenu .footerMenuLink {
    display: block;
  }
}
@media screen and (min-width: 451px) {
  .mainMenu .footerMenuLink {
    display: none;
  }
}

/* ----- b. Sub Menu ----- */
.subNav {
  font-family: "Amatic SC", cursive;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.subNav ul {
  list-style: none;
  margin-bottom: 0;
  padding: 15px 0;
}
.subNav li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .subNav li {
    padding: 0 10px;
  }
}
.subNav li ul {
  margin-left: 10px;
}
.subNav a {
  display: inline-block;
  line-height: 1.5;
  width: 100%;
}
.subNav .v65-pageAParent {
  color: #b93c15;
}
.subNav .v65-leftSelected {
  color: black;
}

.mobileMenu {
  background-color: #020202;
  color: #b93c15;
  cursor: pointer;
  display: none;
  font-size: 3em;
  padding: 7px 11px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
}
@media screen and (max-width: 1000px) {
  .mobileMenu {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .mobileMenu {
    font-size: 3.5em;
  }
}

.menuOpen {
  transform: translate(350px, 0);
  -webkit-transform: translate(350px, 0);
  -moz-transform: translate(350px, 0);
  -ms-transform: translate(350px, 0);
}
@media screen and (min-width: 416px) and (max-width: 580px) {
  .menuOpen {
    transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
  }
}
@media screen and (max-width: 415px) {
  .menuOpen {
    transform: translate(230px, 0);
    -webkit-transform: translate(230px, 0);
    -moz-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
  }
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #333333;
}

.content {
  margin-bottom: 80px;
}
@media screen and (min-width: 1101px) {
  .content {
    position: relative;
    float: right;
    width: 65%;
  }
}
.content .wrapper {
  padding: 1em 5%;
  width: 90%;
}

.ourStory .content {
  margin-bottom: 0;
}

.mainMenu .wrapper {
  padding: 0;
}
@media screen and (min-width: 951px) {
  .mainMenu .wrapper {
    margin: 0 5% 0 0;
    width: 95%;
  }
}
@media screen and (max-width: 950px) {
  .mainMenu .wrapper {
    margin: 0;
    width: 100%;
  }
}

.wrapper {
  margin: 0 auto;
  width: 90%;
}

.mainContent {
  background-image: url(../images/texture-bg.jpg);
  background-position: top right;
  position: relative;
  min-height: 680px;
}
@media screen and (min-width: 1901px) {
  .mainContent {
    background-size: cover;
  }
}

.orangeBar {
  height: 35px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .orangeBar {
    background-image: url(../images/orange-bar-bg.jpg);
    background-size: cover;
    background-position: left;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .orangeBar {
    background: url(../images/orange-overlay.png);
    background: rgba(187, 52, 9, 0.84);
  }
}

div#Form9563515C-A1E1-CA06-FCBC-22F028A98F96 {
  max-width: 550px;
  width: 100%;
}
div#Form9563515C-A1E1-CA06-FCBC-22F028A98F96 legend {
  display: none;
}

div#Form95634F59-DB85-8DDD-9B78-8025705233AA {
  max-width: 500px;
  width: 100%;
}
div#Form95634F59-DB85-8DDD-9B78-8025705233AA fieldset {
  padding: 0;
}
div#Form95634F59-DB85-8DDD-9B78-8025705233AA legend {
  display: none;
}

.v65-form fieldset {
  border: 0;
}
.v65-form label {
  color: #727374;
}
.v65-form input[type=text], .v65-form .v65-form input[type=password], .v65-form .v65-form input[type='username'] {
  border-color: #A0A0A0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .v65-form input[type=text], .v65-form .v65-form input[type=password], .v65-form .v65-form input[type='username'] {
    height: 2em;
    line-height: 2em;
  }
}
.v65-form textarea {
  border: 1px solid #A0A0A0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2em 0.5em;
  width: 100%;
}
.v65-form select {
  background-image: url(../images/select-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid #A0A0A0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none !important;
  overflow: auto;
  padding: 1px 35px 1px 0.5em;
}
@media screen and (max-width: 580px) {
  .v65-form select {
    background-image: url(../images/large-select-bg.jpg);
  }
}
.v65-form select:focus {
  outline: none;
}
.v65-form select::-ms-expand {
  display: none;
}

#v65-modalAgeVerification {
  background-image: url(/assets/images/modal-gradient.jpg);
  background-position: bottom;
  background-size: cover;
  border: 0;
  font-family: "Amatic SC", cursive;
  text-transform: uppercase;
  margin: 0;
  left: 0;
  top: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 581px) {
  #v65-modalAgeVerification {
    padding-right: 15px;
  }
}
#v65-modalAgeVerification h1, #v65-modalAgeVerification h2, #v65-modalAgeVerification h3, #v65-modalAgeVerification h4, #v65-modalAgeVerification h5, #v65-modalAgeVerification h6, #v65-modalAgeVerification p {
  color: #ece3d3;
}
#v65-modalAgeVerification p {
  font-size: 25px;
}
#v65-modalAgeVerification a {
  color: #ece3d3;
}
@media screen and (max-width: 580px) {
  #v65-modalAgeVerification .ageGateLogo {
    margin: 40px 0 0;
    height: 110px;
    width: 100%;
  }
}
#v65-modalAgeVerification .ageGateContent {
  clear: left;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 581px) {
  #v65-modalAgeVerification .ageGateContent {
    width: 95%;
  }
}
#v65-modalAgeVerification .ageGateTitle {
  float: left;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #v65-modalAgeVerification .ageGateTitle {
    margin-top: 50px;
  }
}
#v65-modalAgeVerification .gateRock {
  float: left;
  width: 40%;
}
@media screen and (max-width: 650px) {
  #v65-modalAgeVerification .gateRock {
    text-align: center;
    width: 100%;
  }
  #v65-modalAgeVerification .gateRock img {
    width: 300px !important;
  }
}
@media screen and (max-width: 580px) {
  #v65-modalAgeVerification .gateRock {
    display: none;
  }
}
#v65-modalAgeVerification .gateQuestion {
  float: left;
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 650px) {
  #v65-modalAgeVerification .gateQuestion {
    width: 100%;
  }
}
#v65-modalAgeVerification .dateText {
  font-size: 40px;
  margin: 5% 0 5px;
}
#v65-modalAgeVerification .v65-form {
  margin: 0 auto;
}
@media screen and (min-width: 581px) {
  #v65-modalAgeVerification .v65-form {
    width: 340px;
  }
}
#v65-modalAgeVerification .v65-form label {
  color: #ece3d3;
  display: none;
  font-size: 30px;
}
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthMonth],
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthMonth],
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthDay],
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthYear],
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthDay],
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthYear] {
  background-color: transparent;
  background-image: url(../images/age-gate-select-bg.png);
  background-position: center right;
  color: #ece3d3 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 100;
  text-transform: uppercase;
  width: 105px;
}
@media screen and (max-width: 580px) {
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthMonth],
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthMonth],
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthDay],
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthYear],
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthDay],
  #v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthYear] {
    font-size: 17px;
    width: 80px;
  }
}
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthMonth] option,
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthMonth] option,
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthDay] option,
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=BirthYear] option,
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthDay] option,
#v65-modalAgeVerification .v65-form #v65-checkBilling select[name=ShipBirthYear] option {
  color: #000 !important;
}
#v65-modalAgeVerification button.defaultBtn {
  background-color: transparent;
  border: 0;
  font-size: 32px;
  height: 2em;
  line-height: 2em;
  width: 100%;
}
#v65-modalAgeVerification button.defaultBtn:focus {
  outline: none;
}
#v65-modalAgeVerification button.defaultBtn span {
  padding: 0;
}
@media screen and (min-width: 581px) {
  #v65-modalAgeVerification #v65-checkBilling {
    width: 340px;
  }
}
@media screen and (max-width: 580px) {
  #v65-modalAgeVerification #v65-checkBilling {
    width: 260px;
    margin: 0 auto;
  }
}
#v65-modalAgeVerification p.error {
  color: #b93c15;
  float: left;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: initial;
}

.error header {
  height: auto;
  width: auto;
}
.error .errorBg {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-image: url(/assets/images/error-bg.jpg);
  background-size: cover;
  background-position: left bottom;
}
@media screen and (min-width: 651px) {
  .error .errorBg {
    min-height: 700px;
  }
}
.error .errorContent {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .error .errorContent {
    padding-top: 100px;
  }
}
.error .errorContent .wrapper {
  max-width: 1250px;
}
.error .errorContent img {
  float: left;
}
.error .errorContent .bottomErrorContent {
  float: right;
  max-width: 700px;
}
@media screen and (min-width: 651px) and (max-width: 1100px) {
  .error .errorContent .bottomErrorContent {
    margin: 5em 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 650px) {
  .error .errorContent .bottomErrorContent {
    margin: 7em 0 1em;
  }
}
@media screen and (max-width: 519px) {
  .error .errorContent .bottomErrorContent {
    margin: 3em 0 1em;
  }
}
.error .errorContent h1 {
  color: #fff;
  float: left;
  font-size: 6em;
  margin: 0 30px 0 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 520px) and (max-width: 650px) {
  .error .errorContent h1 {
    width: 20%;
    margin: 0 2% 0 0;
  }
}
@media screen and (max-width: 519px) {
  .error .errorContent h1 {
    width: 100%;
    margin: 0;
  }
}
.error .errorContent .errorMessage {
  float: right;
}
@media screen and (min-width: 651px) {
  .error .errorContent .errorMessage {
    max-width: 450px;
  }
}
@media screen and (min-width: 520px) and (max-width: 650px) {
  .error .errorContent .errorMessage {
    width: 78%;
  }
}
@media screen and (max-width: 519px) {
  .error .errorContent .errorMessage {
    width: 100%;
  }
}
.error .errorContent p {
  color: #fff;
  font-weight: 100;
  margin-bottom: 0.6em;
}
.error .errorContent a {
  color: #fff;
  font-weight: 100;
  text-decoration: underline;
}
.error .errorContent a:hover, .error .errorContent a:focus, .error .errorContent a:active {
  color: #fff;
}
.error footer {
  min-height: 240px;
}
@media screen and (min-width: 581px) {
  .error footer .footerWinemark {
    display: block;
  }
}
.error footer p {
  clear: right;
  float: right;
  font-size: 21px;
  margin-right: 15px;
}
.error .v65-group {
  zoom: 1;
}
.error .v65-group:before {
  content: "";
  display: table;
}
.error .v65-group:after {
  content: "";
  clear: both;
  display: table;
}

#v65-CalendarTable th {
  background-color: #b93c15;
  border-color: #ece3d3;
  font-weight: 100;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #df7f4e;
}
#v65-CalendarTable td {
  border-color: #ece3d3;
}

.ie select {
  background-image: none;
  padding: 1px 0 1px 0.5em;
}
@media screen and (max-width: 580px) {
  .ie select {
    background-image: none;
  }
}
.ie #v65-checkBilling select[name=BirthMonth],
.ie #v65-checkBilling select[name=ShipBirthMonth],
.ie #v65-checkBilling select[name=BirthDay],
.ie #v65-checkBilling select[name=BirthYear],
.ie #v65-checkBilling select[name=ShipBirthDay],
.ie #v65-checkBilling select[name=ShipBirthYear] {
  background-image: none !important;
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 921px) {
  .homepageContent {
    position: static;
  }
}

.homepageBg {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 750px;
}
@media screen and (min-width: 767px) {
  .homepageBg {
    background-size: cover;
  }
}
@media screen and (max-width: 580px) {
  .homepageBg {
    min-height: 0;
  }
}
@media screen and (max-width: 580px) {
  .homepageBg .logo {
    margin: 90px 0 10px;
    height: 110px;
    width: 100%;
  }
}
.homepageBg .content {
  margin: 0;
}

.welcomeImage {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 921px) {
  .welcomeImage {
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
  }
  .welcomeImage img {
    max-height: 740px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1700px) {
  .welcomeImage {
    top: 100px;
  }
  .welcomeImage img {
    max-height: 650px;
  }
}
@media screen and (max-width: 630px) {
  .welcomeImage {
    margin-bottom: 80px;
  }
}

.homepageOverlay {
  background: url(/assets/images/homepage-overlay.png);
  background: rgba(26, 16, 7, 0.74);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
}
#slider .nivo-main-image {
  position: absolute !important;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333333;
  bottom: 1em;
  color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000;
}

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

.storySliderContainer {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1100px) {
  .storySliderContainer {
    height: 500px;
  }
}
@media screen and (min-width: 1101px) {
  .storySliderContainer {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.storySliderContainer .bx-wrapper .bx-viewport {
  height: 700px !important;
}
@media screen and (max-width: 1100px) {
  .storySliderContainer .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
}
.storySliderContainer .slide {
  height: 700px;
}
@media screen and (min-width: 768px) {
  .storySliderContainer .slide {
    background-size: cover;
  }
}
@media screen and (max-width: 1100px) {
  .storySliderContainer .slide {
    height: 500px;
  }
}
.storySliderContainer .slide p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  max-width: 85%;
  margin: 0 auto;
  padding: 16em 0 0;
  text-align: center;
}
@media screen and (min-width: 581px) and (max-width: 1100px) {
  .storySliderContainer .slide p {
    padding: 8em 0 0;
  }
}
@media screen and (max-width: 580px) {
  .storySliderContainer .slide p {
    padding: 3.5em 0 0;
    max-width: 93%;
  }
}

.ourWaySection {
  float: left;
  margin: 0 2% 4% 2%;
  text-align: center;
  width: 29.33%;
}
@media screen and (max-width: 670px) {
  .ourWaySection {
    float: none;
    margin: 0 auto 4%;
    max-width: 300px;
    width: 96%;
  }
}
.ourWaySection img {
  border: 5px solid white;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ourWaySection h3 {
  color: #b93c15;
  font-size: 2.3em;
  font-weight: bold;
  margin: 5px 0;
}
.ourWaySection p {
  font-size: 0.95em;
  line-height: 1.3;
}

a.linkBtn.mediaBtn {
  margin: 0.5em 0.5%;
  text-align: center;
  width: 31.5%;
}
@media screen and (max-width: 650px) {
  a.linkBtn.mediaBtn {
    display: block;
    margin: 2em auto;
    max-width: 450px;
    width: 100%;
  }
}
a.linkBtn.mediaBtn span {
  padding: 0 5%;
  width: 90%;
}
a.linkBtn.mediaBtn.mediaBtnWhite {
  background-color: #fff;
  border: 1px solid #b93c15;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.linkBtn.mediaBtn.mediaBtnWhite:hover, a.linkBtn.mediaBtn.mediaBtnWhite:focus, a.linkBtn.mediaBtn.mediaBtnWhite:active {
  background-color: #f2f2f2;
}
a.linkBtn.mediaBtn.mediaBtnWhite span {
  color: #b93c15;
}

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

.v65-paging,
.v65-pagingBottom {
  border: 0;
}

.v65-club .v65-title {
  font-size: 3em;
}
.v65-club .v65-clubTeaser {
  border: 0;
  margin-bottom: 30px;
  padding: 0;
}

.productSection {
  -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;
  padding-bottom: 3em;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1101px) and (max-width: 1475px) {
  .productSection {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 975px) {
  .productSection {
    float: left;
    margin-bottom: 2em;
    width: 100%;
  }
}
.productSection .productPhoto {
  float: left;
  text-align: center;
  width: 38%;
}
@media screen and (min-width: 401px) and (max-width: 610px) {
  .productSection .productPhoto {
    width: 28%;
  }
}
@media screen and (max-width: 400px) {
  .productSection .productPhoto {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 401px) and (max-width: 610px) {
  .productSection .productPhoto img {
    max-height: 500px;
  }
}
@media screen and (max-width: 400px) {
  .productSection .productPhoto img {
    max-height: 350px;
  }
}
@media screen and (min-width: 1476px) {
  .productSection .productPhoto.bottleRight {
    float: right;
  }
}
@media screen and (min-width: 976px) and (max-width: 1100px) {
  .productSection .productPhoto.bottleRight {
    float: right;
  }
}
.productSection .productContent {
  float: left;
  margin: 0 2%;
  width: 58%;
}
@media screen and (min-width: 401px) and (max-width: 610px) {
  .productSection .productContent {
    margin: 0 4%;
    width: 64%;
  }
}
@media screen and (max-width: 400px) {
  .productSection .productContent {
    margin: 0;
    width: 100%;
  }
}
.productSection .productContent h1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  font-size: 4em;
}
@media screen and (max-width: 500px) {
  .productSection .productContent h1 {
    font-size: 3em;
  }
}
.productSection .productContent h2 {
  color: #b93c15;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.25em;
  font-size: 4.2em;
}
@media screen and (max-width: 500px) {
  .productSection .productContent h2 {
    font-size: 3.2em;
  }
}
.productSection .productContent p {
  font-size: 0.9em;
  line-height: 1.5;
}
.productSection .productContent a.linkBtn.productBtn {
  background: transparent;
  border: 4px solid #4b4b4b;
  border-radius: 13px;
  height: 25px;
  line-height: 25px;
}
@media screen and (min-width: 1476px) {
  .productSection .productContent a.linkBtn.productBtn {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 976px) and (max-width: 1100px) {
  .productSection .productContent a.linkBtn.productBtn {
    position: absolute;
    bottom: 0;
  }
}
.productSection .productContent a.linkBtn.productBtn:hover, .productSection .productContent a.linkBtn.productBtn:focus, .productSection .productContent a.linkBtn.productBtn:active {
  background-color: #4b4b4b;
}
.productSection .productContent a.linkBtn.productBtn:hover span, .productSection .productContent a.linkBtn.productBtn:focus span, .productSection .productContent a.linkBtn.productBtn:active span {
  color: #fff;
}
.productSection .productContent a.linkBtn.productBtn span {
  color: #4b4b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  padding: 0 8px;
  text-transform: uppercase;
}
.productSection .productContent a.linkBtn.productBtn span:hover, .productSection .productContent a.linkBtn.productBtn span:focus, .productSection .productContent a.linkBtn.productBtn span:active {
  color: #fff;
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
.blogContent {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blogContent {
    float: left;
    padding: 4% 4% 0 0;
    width: 71%;
  }
}

.blogFilterWrapper {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    float: right;
    padding-top: 4%;
    width: 24%;
  }
}
.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}
.blogFilterWrapper li {
  font-size: 11px;
  margin: 0;
}
.blogFilterWrapper h5 {
  margin-bottom: 0.5em;
}
.blogFilterWrapper a span {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button {
  font-family: "Amatic SC", cursive;
}
button span {
  font-family: "Amatic SC", cursive;
  font-size: 24px;
  padding: 0 1em;
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: #b93c15;
  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: #a23512;
}
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: white;
  border: 1px solid #b93c15;
  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;
  color: #b93c15;
  height: auto;
  line-height: inherit;
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #b93c15;
}
button.altBtn:hover span, button.altBtn:active span, button.altModalBtn:hover span, button.altModalBtn:active span, button.altLargeBtn:hover span, button.altLargeBtn:active span {
  color: #fff;
}

a span {
  font-family: "Amatic SC", cursive;
  font-size: 24px;
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #b93c15;
  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: #a23512;
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: white;
  border: 1px solid #b93c15;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  color: #b93c15;
  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: #b93c15;
}
a.linkAltBtn:hover span, a.linkAltBtn:active span, a.modalLinkAltBtn:hover span, a.modalLinkAltBtn:active span, a.modalLinkAltBtn:hover span, a.modalLinkAltBtn:active span {
  color: #fff;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #581608;
  font-family: "Amatic SC", cursive;
  font-weight: bold;
  text-align: right;
  position: relative;
  width: 100%;
}
footer .footerBar {
  background: url(../images/orange-footer-bar.png);
  background: rgba(148, 53, 22, 0.27);
  margin-bottom: 10px;
  height: 35px;
  width: 100%;
}
footer .footerWinemark {
  background-image: url(../images/bottom-watermark.png);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 210px;
}
@media screen and (min-width: 951px) and (max-width: 1100px) {
  footer .footerWinemark {
    top: 0;
  }
}
@media screen and (max-width: 950px) {
  footer .footerWinemark {
    display: none;
  }
}
footer .footerRock {
  float: right;
  margin: -110px 0 10px 0;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  footer .footerRock {
    margin-top: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .footerRock img {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  footer .footerRock img {
    max-width: 170px !important;
  }
}
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: 768px) {
  footer nav {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  footer nav {
    float: right;
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer nav {
    clear: right;
    margin-right: 0;
  }
}
footer nav ul {
  margin: 0;
}
@media screen and (min-width: 900px) {
  footer nav ul {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  footer nav ul {
    float: right;
  }
}
@media screen and (max-width: 899px) {
  footer nav ul.copyrightUl {
    float: none;
  }
}
footer li {
  color: #581608;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer li {
    border-top: 1px solid #581608;
    line-height: 44px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer li {
    display: inline;
    border-right: 1px solid #581608;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  footer li a {
    width: 100%;
  }
}
footer li a:hover {
  color: #581608;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    border: 0;
  }
}
footer .legal {
  clear: right;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 25px 0 5px;
}
@media screen and (min-width: 581px) {
  footer .legal {
    float: right;
  }
}
footer .legal a {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
footer .legal li {
  font-size: 12px;
}
footer a {
  color: #581608;
}
