/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

/*
 * Removes 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; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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; }

/*=====COLORS=====*/
/*=======================
	FONTS
=========================*/
/*@font-face {
    font-family: 'Test';
    src: url('../fonts/test-webfont.eot?') format('eot'),
         url('../fonts/test-webfont.woff') format('woff'),
         url('../fonts/test-webfont.ttf') format('truetype'),
         url('../fonts/test-webfont.svg#test') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'AH';
  src: url("../fonts/aeh-webfont.eot");
  src: url("../fonts/aeh-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aeh-webfont.woff") format("woff"), url("../fonts/aeh-webfont.ttf") format("truetype"), url("../fonts/aeh-webfont.svg#AH") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitney';
  src: url("../fonts/whitneyhtf-medium-webfont.eot");
  src: url("../fonts/whitneyhtf-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/whitneyhtf-medium-webfont.woff") format("woff"), url("../fonts/whitneyhtf-medium-webfont.ttf") format("truetype"), url("../fonts/whitneyhtf-medium-webfont.svg#whitney") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitney';
  src: url("../fonts/whitneyhtf-mediumitalic-webfont.eot");
  src: url("../fonts/whitneyhtf-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/whitneyhtf-mediumitalic-webfont.woff") format("woff"), url("../fonts/whitneyhtf-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/whitneyhtf-mediumitalic-webfont.svg#whitney") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'whitney';
  src: url("../fonts/whitneyhtf-semibold-webfont.eot");
  src: url("../fonts/whitneyhtf-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/whitneyhtf-semibold-webfont.woff") format("woff"), url("../fonts/whitneyhtf-semibold-webfont.ttf") format("truetype"), url("../fonts/whitneyhtf-semibold-webfont.svg#whitney") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'whitney';
  src: url("../fonts/whitneyhtf-semibolditalic-webfont.eot");
  src: url("../fonts/whitneyhtf-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/whitneyhtf-semibolditalic-webfont.woff") format("woff"), url("../fonts/whitneyhtf-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/whitneyhtf-semibolditalic-webfont.svg#whitney") format("svg");
  font-weight: bold;
  font-style: italic; }

/*=======================
	CLEARS
=========================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.clear {
  clear: both; }

/*=======================
	PAGE
=========================*/
body {
  background: url(../images/body-bg.png) top center;
  background-size: contain;
  width: 100%; }

.container {
  width: 100%;
  width: 1000px;
  margin: 0 auto; }

.main {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 10px;
  min-height: 500px; }

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 12px solid #861b1b; }
  .header-bg img {
    float: left;
    width: 100%;
    height: auto; }

/*=======================
	HEADER
=========================*/
.header {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 20px;
  min-width: 1000px; }
  .header .logo {
    position: absolute;
    width: 350px;
    height: auto;
    left: 50%;
    margin-left: -175px;
    top: 40px; }
  .header .sub-nav {
    float: right; }
    .header .sub-nav ul {
      float: right; }
      .header .sub-nav ul li {
        float: left;
        margin-left: 8px;
        padding-left: 8px;
        border-left: 1px solid #4d4d4d; }
        .header .sub-nav ul li:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: 0; }
        .header .sub-nav ul li a {
          float: left;
          font: 14px/14px "AH", sans-serif;
          text-transform: uppercase;
          color: #4d4d4d;
          letter-spacing: 1px;
          -webkit-transition: color 0.2s ease;
          -moz-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
        .header .sub-nav ul li.current-menu-item a, .header .sub-nav ul li a:hover {
          color: #861b1b; }
  .header .sm-nav {
    float: right;
    margin-top: 15px; }
    .header .sm-nav ul {
      float: right; }
      .header .sm-nav ul li {
        float: left;
        margin-left: 3px; }
        .header .sm-nav ul li a {
          background: url(../images/social.png) bottom center no-repeat;
          float: left;
          width: 32px;
          height: 32px;
          text-indent: -999px;
          overflow: hidden; }
        .header .sm-nav ul li.fb a {
          background-position: bottom left; }
          .header .sm-nav ul li.fb a:hover {
            background-position: top left; }
        .header .sm-nav ul li.tw a {
          background-position: -32px -32px; }
          .header .sm-nav ul li.tw a:hover {
            background-position: -32px 0px; }
        .header .sm-nav ul li.mail a {
          background-position: -64px -32px; }
          .header .sm-nav ul li.mail a:hover {
            background-position: -64px 0px; }
        .header .sm-nav ul li.yt a {
          background-position: -96px -32px; }
          .header .sm-nav ul li.yt a:hover {
            background-position: -96px 0px; }
        .header .sm-nav ul li.fl a {
          background-position: bottom right; }
          .header .sm-nav ul li.fl a:hover {
            background-position: top right; }

.breadcrumbs {
  width: 100%;
  float: left;
  margin: 0 0 10px; }
  .breadcrumbs p {
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #4d4d4d; }
    .breadcrumbs p a {
      font-weight: bold;
      color: #9c9346; }
      .breadcrumbs p a:hover {
        color: #4d4d4d; }

.search-bar {
  width: 100%;
  min-height: 30px;
  float: left;
  margin: 20px 0 0;
  border-top: 1px dotted #b7a587;
  border-bottom: 1px dotted #b7a587;
  padding: 2px 0;
  text-align: right;
  font: 13px/30px "AH", sans-serif;
  color: #655b49; }
  .search-bar input[type=text] {
    float: right;
    background: none;
    height: 30px;
    border: 0;
    width: 200px;
    font: 13px/30px "AH", sans-serif;
    color: #655b49; }
  .search-bar input[type=submit] {
    width: 30px;
    height: 30px;
    background: url(../images/search.png) center center no-repeat;
    border: 0;
    float: right;
    overflow: hidden;
    text-indent: -999px; }
  .search-bar #twitter-wrap {
    float: left;
    width: 50%;
    position: relative; }
    .search-bar #twitter-wrap .timeline-header {
      display: none !important; }

/*=======================
	NAV
=========================*/
.nav {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px; }
  .nav ul {
    float: left;
    position: relative;
    width: 100%;
    text-align: center; }
    .nav ul li {
      float: none;
      display: inline-block;
      position: relative;
      margin-left: 35px; }
      .nav ul li:first-child {
        margin-left: 0; }
      .nav ul li a {
        float: none;
        display: inline-block;
        font: 19px/19px "AH", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #861b1b;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
      .nav ul li.current-menu-item a, .nav ul li a:hover {
        color: #8d8549; }

/*=======================
	BANNER
=========================*/
.banner {
  width: 100%;
  height: 477px;
  float: left;
  position: relative; }
  .banner .banner-slides {
    width: 100%;
    height: 477px; }
    .banner .banner-slides .banner-slide {
      width: 100%;
      height: 477px;
      display: none; }
      .banner .banner-slides .banner-slide:first-child {
        display: block; }
      .banner .banner-slides .banner-slide .banner-text {
        position: absolute;
        width: 96%;
        padding: 8px 2%;
        background: #aa923f;
        bottom: 8px;
        left: 0; }
        .banner .banner-slides .banner-slide .banner-text p {
          font: 17px/19px "AH", sans-serif;
          color: #f9e6c2;
          font-style: italic; }

/*=======================
	CONTENT
=========================*/
.half-col {
  float: left;
  width: 48.5%;
  margin-top: 20px; }
  .half-col.left {
    padding-right: 1.3%;
    border-right: 1px dotted #beb8a1; }
    .half-col.left.home {
      width: 62%; }
  .half-col.right {
    padding-left: 1%; }
    .half-col.right.home {
      width: 34.5%; }
  .half-col img {
    float: left;
    margin-right: 12px; }
  .half-col h2 {
    color: #8d8549;
    font: 17px/17px "AH", sans-serif;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #8d8549;
    text-transform: uppercase; }
    .half-col h2 a {
      color: #8d8549; }
      .half-col h2 a:hover {
        color: #4d4d4d; }
  .half-col p {
    color: #4d4d4d;
    font: 12px/17px Georgia, Times, "Times New Roman", serif; }
    .half-col p a {
      color: #4d4d4d;
      font-weight: bold; }
      .half-col p a:hover {
        text-decoration: underline; }

ul.booze {
  width: 100%;
  float: left;
  list-style: none !important;
  margin: 20px 0 40px !important; }
  ul.booze li {
    width: 24.5%;
    float: left;
    border-left: 1px solid #a59477;
    min-height: 100px; }
    ul.booze li:first-child {
      border-left: 0; }
    ul.booze li a {
      width: 100%;
      float: left;
      text-align: center;
      font: 28px/35px "AH", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-top: 220px;
      margin-top: 15px;
      background: url(../images/wine-icon.png) top center no-repeat; }
      ul.booze li a.activeBooze, ul.booze li a.activeBooze:hover {
        color: #861b1b; }
      ul.booze li a:hover {
        color: #4d4d4d;
        text-decoration: none !important; }
      ul.booze li a#choicebeer {
        background: url(../images/icon_beer.png) top center no-repeat; }
      ul.booze li a#choicemead {
        background: url(../images/icon_mead.png) top center no-repeat; }
      ul.booze li a#choicespirits {
        background: url(../images/icon_spirit.png) center 110px no-repeat; }

.featured-image {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  text-align: center; }
  .featured-image img {
    max-width: 98%;
    height: auto;
    border: 3px solid #bcbcbc; }
  .featured-image.single {
    width: 25%; }
    .featured-image.single img {
      border: 0; }
  .featured-image .tax-gallery {
    width: 78%;
    margin: 10px 11%; }

.tax-countries .featured-image img {
  height: 357px;
  width: 477px; }

.divider {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 2px;
  float: left;
  background: #8d8549; }

.dot-divider {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  height: 1px;
  border-bottom: 1px dotted #bfb49c; }

.content {
  float: right;
  position: relative;
  width: 49%;
  padding-left: 1%;
  /*====TYPOGRAPHY====*/ }
  .content.full {
    width: 100%;
    padding-left: 0; }
  .content.single {
    width: 73%; }
  .content.blog {
    width: 621px;
    margin-right: 25px; }
    .content.blog h1 {
      font: 34px/34px Georgia, Times, "Times New Roman", serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 7px;
      border-bottom: 2px solid #9c913b; }
      .content.blog h1 a {
        color: #9f985f; }
        .content.blog h1 a:hover {
          color: #4d4d4d; }
    .content.blog h2 {
      font: 24px/24px Georgia, Times, "Times New Roman", serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 7px;
      border-bottom: 2px solid #9c913b; }
      .content.blog h2 a {
        color: #9f985f; }
        .content.blog h2 a:hover {
          color: #4d4d4d; }
    .content.blog p {
      font: 12px/17px Georgia, Times, "Times New Roman", serif; }
      .content.blog p a {
        font-weight: bold;
        color: #9c9346; }
    .content.blog .blog-image {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .content.blog .blog-image img {
        float: left;
        max-width: 100%;
        height: auto; }
    .content.blog .excerpt {
      float: left;
      width: 400px; }
    .content.blog .post-info {
      float: right;
      width: 150px; }
      .content.blog .post-info img {
        float: right;
        margin-left: 6px; }
      .content.blog .post-info ul {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        list-style: none; }
        .content.blog .post-info ul li {
          width: 94%;
          padding: 6px 3%;
          border-bottom: 1px solid #9c913b;
          float: left;
          font: 12px/12px Georgia, Times, "Times New Roman", serif;
          color: #000; }
          .content.blog .post-info ul li a {
            font: 12px/12px Georgia, Times, "Times New Roman", serif;
            color: #000; }
            .content.blog .post-info ul li a:hover {
              text-decoration: underline; }
  .content .page-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 30px; }
    .content .page-banner .pb-slides {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 500px; }
      .content .page-banner .pb-slides img {
        float: left;
        width: 100%;
        height: auto; }
  .content .pagination {
    width: 100%;
    float: left;
    margin: 10px 0 10px; }
    .content .pagination a {
      float: left;
      background: #a45047;
      color: #feefcb;
      font: 13px/31px "AH", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0 10px;
      height: 30px;
      margin-top: -5px; }
      .content .pagination a:hover {
        color: #fff; }
      .content .pagination a:active {
        background: #7c3d36; }
  .content .post-wrap {
    width: 100%;
    float: left;
    margin-bottom: 40px; }
  .content .show-post {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #c6bca2; }
    .content .show-post .date {
      width: 85px;
      height: 65px;
      padding: 10px 0;
      background: #beb382;
      float: left;
      margin: 0px 40px 0 30px;
      text-align: center;
      color: #fdf6e4;
      font: 27px/30px "AH", sans-serif;
      text-transform: uppercase; }
      .content .show-post .date .divider {
        background: #978c5d;
        width: 65px;
        margin: 4px 10px;
        height: 1px;
        float: left; }
  .content .button {
    float: left;
    background: #a45047;
    color: #feefcb;
    font: 13px/31px "AH", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 30px;
    margin-top: -5px; }
    .content .button:hover {
      color: #fff; }
    .content .button:active {
      background: #7c3d36; }
  .content .full-image {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px; }
    .content .full-image img {
      float: left;
      width: 100%;
      height: auto; }
  .content .col {
    width: 480px;
    float: left; }
    .content .col.right {
      float: right; }
    .content .col p {
      line-height: 18px; }
    .content .col.gallery img {
      width: 80px;
      height: 80px;
      float: left;
      margin: 15px 15px 0 0; }
  .content .gform_wrapper .gfield.gsection {
    margin-top: 35px;
    margin-bottom: 5px; }
  .content h2.gsection_title {
    font-weight: normal !important; }
  .content .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: 0 !important;
    padding: 0 !important; }
  .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0 !important; }
  .content li#field_2_2 {
    float: left;
    width: 50%;
    clear: none;
    padding-left: 0 !important; }
    .content li#field_2_2 input[type=text] {
      width: 95% !important; }
  .content li#field_2_3 {
    float: right;
    width: 49%;
    clear: none; }
    .content li#field_2_3 input[type=text] {
      width: 95% !important; }
  .content li#field_2_6 {
    padding-top: 10px; }
    .content li#field_2_6 label.gfield_label {
      display: none; }
  .content h1 {
    font: 34px/34px "AH", sans-serif;
    color: #9f985f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .content h1 span {
      font-size: 20px; }
    .content h1 a {
      color: #9f985f; }
      .content h1 a:hover {
        color: #4d4d4d; }
  .content h2 {
    font: 20px/20px "AH", sans-serif;
    color: #9f985f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .content h2 span {
      font-size: 14px; }
    .content h2 a {
      color: #9f985f; }
      .content h2 a:hover {
        color: #4d4d4d; }
  .content h3 {
    font: 18px/18px "AH", sans-serif;
    color: #686868;
    margin-bottom: 10px; }
    .content h3 span {
      font: 14px/18px Arial, Helvetica, sans-serif; }
    .content h3 a {
      color: #9f985f; }
      .content h3 a:hover {
        color: #4d4d4d; }
  .content h4 {
    font: 14px/14px Arial, Helvetica, sans-serif;
    color: #686868; }
  .content p {
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    padding-bottom: 15px; }
    .content p a {
      color: #9c9346; }
      .content p a:hover {
        text-decoration: underline; }
  .content ul {
    margin: 0 0 15px 20px;
    list-style: disc outside; }
    .content ul li {
      color: #4d4d4d;
      font: 12px/17px Arial, Helvetica, sans-serif; }
      .content ul li a {
        color: #9c9346; }
        .content ul li a:hover {
          text-decoration: underline; }
    .content ul.countries {
      margin: 0 0 2% 0;
      list-style: none;
      float: left;
      width: 23%; }
      .content ul.countries.full {
        width: 98%; }
      .content ul.countries.half {
        width: 48%; }
      .content ul.countries li {
        margin: 2px 0;
        font: 14px/18px Arial, Helvetica, sans-serif; }
        .content ul.countries li a {
          color: #4d4d4d;
          margin: 2px 0; }

.tax-gallery {
  width: 600px;
  float: right; }
  .tax-gallery img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 10px 0; }

.twtr-hd, .twtr-ft {
  display: none; }

.twtr-bd .twtr-tweet-text p em {
  display: none; }

a.twtr-user {
  display: none; }

.twitter-wrap {
  float: left;
  width: 50%;
  font: 12px/14px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #4d4d4d;
  font-weight: normal; }
  .twitter-wrap a {
    color: #9c9346; }
  .twitter-wrap span.entry-meta {
    display: none; }
  .twitter-wrap h2 {
    display: none; }

.search-bar .twtr-bd, .search-bar .twtr-tweet-wrap, .search-bar .twtr-timeline, .search-bar .twtr-tweets, .twtr-tweet-text, .search-bar .twtr-bd p {
  background-color: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.booze-wrap {
  display: none; }

.fi-nav {
  position: absolute;
  height: 30px;
  bottom: -35px;
  text-align: right;
  color: #686868;
  font: 12px/12px Arial, Helvetica, sans-serif;
  right: 0; }
  .fi-nav a, .fi-nav span {
    color: #686868;
    float: left; }
    .fi-nav a.prev, .fi-nav a.next, .fi-nav span.prev, .fi-nav span.next {
      margin: 0 4px; }
  .fi-nav .fi-links {
    display: inline;
    width: 15px; }
    .fi-nav .fi-links a {
      display: none; }
    .fi-nav .fi-links a.activeSlide {
      display: block; }

.country-text {
  height: 370px;
  overflow: hidden; }
  .country-text.open {
    height: auto; }

.brew-text {
  height: 150px;
  overflow: hidden; }
  .brew-text.open {
    height: auto; }

/*=======================
	SIDEBAR
=========================*/
.sidebar {
  float: right;
  position: relative;
  width: 160px; }
  .sidebar ul {
    width: 100%;
    float: left; }
    .sidebar ul li {
      width: 100%;
      float: left;
      text-align: center;
      padding: 6px 0;
      border-bottom: 1px solid #9c9346; }
      .sidebar ul li a {
        font: 16px/16px Georgia, Times, "Times New Roman", serif;
        color: #9c9346;
        text-align: center;
        font-style: oblique; }
      .sidebar ul li a:hover, .sidebar ul li.current-cat a {
        color: #4d4d4d; }

/*=======================
	FOOTER
=========================*/
.footer {
  float: left;
  position: relative;
  width: 100%;
  min-width: 1000px;
  min-height: 150px;
  background-size: contain;
  padding-bottom: 10px; }
  .footer .footer-wrap {
    width: 100%;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dotted #c6b89a; }
  .footer .quote {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 40px;
    text-align: center;
    font: italic 21px/23px 'whitney';
    color: #861b1b;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .footer .quote strong {
      text-transform: none; }

.bottom-footer {
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #861b1b;
  margin-top: 5px; }
  .bottom-footer p {
    font: 11px/11px Arial, Helvetica, sans-serif;
    color: #fff;
    float: right;
    padding-top: 3px; }
    .bottom-footer p a {
      color: #fff;
      text-decoration: underline; }
  .bottom-footer ul {
    float: left; }
    .bottom-footer ul li {
      float: left; }
      .bottom-footer ul li + li {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #fff; }
      .bottom-footer ul li a {
        color: #fff;
        font: 14px/14px Arial, Helvetica, sans-serif;
        float: left; }
        .bottom-footer ul li a:hover {
          text-decoration: underline; }

/* =======================================
   WP EDITOR
======================================= */
.aligncenter {
  text-align: center; }

.alignleft {
  float: left; }

img.alignleft {
  margin: 0 15px 0 0; }

.alignright {
  float: right; }

img.alignright {
  margin: 0 0 0 15px; }
