@charset "UTF-8";
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%,100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%,100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%,100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%,100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%,100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%,100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%,100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%,100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: inherit;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

@font-face {
  font-family: 'futura-pt';
  src: url("../../fonts/futuratee_regular-webfont.eot");
  src: url("../../fonts/futuratee_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/futuratee_regular-webfont.woff2") format("woff2"), url("../../fonts/futuratee_regular-webfont.woff") format("woff"), url("../../fonts/futuratee_regular-webfont.ttf") format("truetype"), url("../../fonts/futuratee_regular-webfont.svg#futura-pt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'futura-pt';
    src: url("../../fonts/futuratee_regular-webfont.svg") format("svg");
  }
}
@font-face {
  font-family: 'futura-pt';
  src: url("../../fonts/futuratee_bold-webfont.eot");
  src: url("../../fonts/futuratee_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/futuratee_bold-webfont.woff2") format("woff2"), url("../../fonts/futuratee_bold-webfont.woff") format("woff"), url("../../fonts/futuratee_bold-webfont.ttf") format("truetype"), url("../../fonts/futuratee_bold-webfont.svg#futura-pt") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'futura-pt';
  src: url("../../fonts/futuratee_italic-webfont.eot");
  src: url("../../fonts/futuratee_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/futuratee_italic-webfont.woff2") format("woff2"), url("../../fonts/futuratee_italic-webfont.woff") format("woff"), url("../../fonts/futuratee_italic-webfont.ttf") format("truetype"), url("../../fonts/futuratee_italic-webfont.svg#futura-pt") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'futura-pt';
  src: url("../../fonts/ufonts.com_futura-t-light-webfont.eot");
  src: url("../../fonts/ufonts.com_futura-t-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/ufonts.com_futura-t-light-webfont.woff2") format("woff2"), url("../../fonts/ufonts.com_futura-t-light-webfont.woff") format("woff"), url("../../fonts/ufonts.com_futura-t-light-webfont.ttf") format("truetype"), url("../../fonts/ufonts.com_futura-t-light-webfont.svg#futura-pt") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-regular-webfont.eot");
  src: url("../../fonts/crimsontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-regular-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-regular-webfont.woff") format("woff"), url("../../fonts/crimsontext-regular-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-regular-webfont.svg#crimson_text") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'crimson_text';
    src: url("../../fonts/crimsontext-regular-webfont.svg") format("svg");
  }
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-bold-webfont.eot");
  src: url("../../fonts/crimsontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-bold-webfont.woff") format("woff"), url("../../fonts/crimsontext-bold-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-bold-webfont.svg#crimson_text") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-bolditalic-webfont.eot");
  src: url("../../fonts/crimsontext-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-bolditalic-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-bolditalic-webfont.woff") format("woff"), url("../../fonts/crimsontext-bolditalic-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-bolditalic-webfont.svg#crimson_text") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-italic-webfont.eot");
  src: url("../../fonts/crimsontext-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-italic-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-italic-webfont.woff") format("woff"), url("../../fonts/crimsontext-italic-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-italic-webfont.svg#crimson_text") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-semibold-webfont.eot");
  src: url("../../fonts/crimsontext-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-semibold-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-semibold-webfont.woff") format("woff"), url("../../fonts/crimsontext-semibold-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-semibold-webfont.svg#crimson_text") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'crimson_text';
  src: url("../../fonts/crimsontext-semibolditalic-webfont.eot");
  src: url("../../fonts/crimsontext-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/crimsontext-semibolditalic-webfont.woff2") format("woff2"), url("../../fonts/crimsontext-semibolditalic-webfont.woff") format("woff"), url("../../fonts/crimsontext-semibolditalic-webfont.ttf") format("truetype"), url("../../fonts/crimsontext-semibolditalic-webfont.svg#crimson_text") format("svg");
  font-weight: 600;
  font-style: italic;
}
body {
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: "crimson_text",serif;
  color: #343434;
}

a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
  font-size: 22px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
  line-height: 32px;
  font-style: italic;
  margin: 20px 0;
  display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
blockquote p, q p {
  line-height: 32px;
}

button, input, select, textarea {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  width: auto;
}

button, label, input[type=button], input[type=submit], input[type=file] {
  cursor: pointer;
  -webkit-appearance: none;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

hr.logo-hr {
  width: auto;
  height: 84px;
  background-image: url(../../images/sep.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 0;
  margin: 1em;
}

img {
  display: block;
  -ms-interpolation-mode: bicubic;
}

img, object, embed {
  max-width: 100%;
}

input, select {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: text-bottom;
  float: left;
  position: relative;
  margin: 9px 5px 0 0;
}

input[type="checkbox"] {
  vertical-align: bottom;
  float: left;
  position: relative;
  margin: 9px 5px 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

td, th {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}

iframe {
  width: 100%;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  font-size: 1em;
}

.wp-caption-text {
  font-size: 1em;
}

.gallery-caption {
  font-size: 1em;
}

.bypostauthor {
  font-size: 1em;
}

.edit-link {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.edit-link .post-edit-link {
  display: inline-block;
  color: #fff;
  background: #1ac;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em;
  text-decoration: none;
}
.edit-link .post-edit-link:hover {
  background: #fff;
  color: #000;
}

.full_height {
  height: 100%;
  width: auto;
}

.full_width {
  height: auto;
  width: 100%;
}

.bg-wide {
  background-size: 100% auto !important;
}

.bg_tall {
  background-size: auto 100% !important;
}

.no_scroll {
  overflow: hidden;
}

.mobile_hide {
  display: inherit !important;
}

.desktop_hide {
  display: none !important;
}

.centred, .centred_title {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centred_vert {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centred_title {
  display: inline-block;
  text-align: center;
}

.bg_cover {
  background-position: center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 640px) {
  .mobile_hide {
    display: none !important;
  }

  .desktop_hide {
    display: inherit !important;
  }
}
h1, h2, h3, h4 {
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 2.9em;
  text-transform: uppercase;
  text-align: center;
  color: #bba06c;
  padding-bottom: 27px;
  font-weight: 400;
}

h2, .h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  color: #bba06c;
  padding-bottom: 10px;
  font-weight: 400;
}

h3, .h3 {
  color: inherit;
  font-size: 2em;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: inherit;
}

h4, .h4 {
  color: inherit;
  font-size: 1.6em;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: inherit;
}

h5, .h5 {
  color: inherit;
  font-size: 1.3em;
  font-weight: italic;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: inherit;
}

h6, .h6 {
  color: inherit;
  font-size: 1em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: inherit;
}

p {
  margin-bottom: 22px;
}

a {
  color: #bba06c;
  -moz-transition: color 0.25s, opacity 0.25s;
  -o-transition: color 0.25s, opacity 0.25s;
  -webkit-transition: color 0.25s, opacity 0.25s;
  transition: color 0.25s, opacity 0.25s;
  text-decoration: none;
}

.button {
  font-size: 0.95em;
  font-weight: 400;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  width: 100%;
  display: block;
  text-align: center;
  margin: 28px auto 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
}

article .button {
  font-size: 0.95em;
  font-weight: 400;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 28px auto 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
}

.featured-item .button {
  font-size: 0.95em;
  font-weight: 400;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 auto 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
}

img {
  height: auto;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

article img {
  height: auto;
  max-width: 100%;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
article img.alignleft {
  margin-right: 15px;
  margin-bottom: 10px;
}
article img.alignright {
  margin-left: 15px;
  margin-bottom: 10px;
}

article ul li {
  list-style: none;
}
article ul li:before {
  content: "•";
  font-size: 33px;
  line-height: 15px;
  position: relative;
  margin-left: -18px;
  padding-right: 7px;
  top: 4px;
}

article .recipe-menu ul li:before,
.recipes-wrapper article ul li:before,
article .trade-menu ul li:before {
  display: none;
  margin: 0;
  padding-right: 0;
}

.sitemap article .entry-content ul li {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.sitemap article .entry-content ul ul {
  padding-top: 10px;
}

input, textarea {
  -moz-transition: all 0.375s;
  -o-transition: all 0.375s;
  -webkit-transition: all 0.375s;
  transition: all 0.375s;
}

article input, article textarea {
  border: 1px solid #bba06c;
  background: #fff;
}

article input[type="file"] {
  border: 0;
  font-size: 17px;
}

button {
  -moz-transition: all 0.375s;
  -o-transition: all 0.375s;
  -webkit-transition: all 0.375s;
  transition: all 0.375s;
}

.font-awesome {
  font-family: "font-awesome";
}

/*14px*/
@font-face {
  font-family: 'font-awesome';
  src: url("../../fonts/font-awesome/fonts/font-awesome.eot?s2eqxj");
  src: url("../../fonts/font-awesome/fonts/font-awesome.eot?#iefixs2eqxj") format("embedded-opentype"), url("../../fonts/font-awesome/fonts/font-awesome.woff?s2eqxj") format("woff"), url("../../fonts/font-awesome/fonts/font-awesome.ttf?s2eqxj") format("truetype"), url("../../fonts/font-awesome/fonts/font-awesome.svg?s2eqxj#font-awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'font-awesome';
  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-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

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

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

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

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

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

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

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

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

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

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

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

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

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

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

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

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

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

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

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

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

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

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

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

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

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

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

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

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

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

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

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

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

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

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

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

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

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

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

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

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

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

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

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

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

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

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

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

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

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

.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

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

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

/* General Rules */
a.skip_link {
  position: absolute;
  left: -10000px;
  height: auto;
  width: auto;
  display: block;
  padding: 15px 23px 14px;
  background: #fff;
  color: #000;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #bba06c;
}
a.skip_link:focus {
  left: 6px;
  top: 7px;
}

.offscreen {
  position: absolute;
  left: -9999px;
}

*:focus {
  outline: 1px dotted;
}

/* ==High Contrast Button== */
.highContrast {
  background: transparent;
  color: #000;
  margin: 10px;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.highContrast[aria-pressed="true"] {
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  header > .highContrast {
    display: none;
  }

  #sidr-ecomm .highContrast {
    margin: 10px auto;
    position: relative;
  }
}
/* Updates to the lightsilder CSS Rules */
#slider .lslide {
  visibility: hidden;
}
#slider .lslide.active {
  visibility: visible;
}
#slider .lslide.active + .lslide {
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  #homepage-slider {
    display: none;
  }
}
/* Mobile Menu Close Block*/
#closeMobileMenu {
  display: none;
}

@media screen and (max-width: 1024px) {
  body.sidr-open #closeMobileMenu {
    color: transparent;
    background: transparent;
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  body.sidr-open #closeMobileMenu:focus {
    border: 3px dotted black;
    outline: none;
  }
}
#sidr-ecomm .sidr-inner + .sidr-inner {
  display: none;
}

/* Rules for Carousel (slider) display rules  */
#slider .lslide {
  opacity: 0;
  transition: opacity 1s linear;
  visibility: hidden;
}
#slider .lslide.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  #slider .lslide.active + .lslide {
    opacity: 1;
    visibility: visible;
  }
}

#tabs li:focus a {
  outline: 1px dotted;
}

.age-gate-overlay *:focus {
  outline: 1px dotted white;
}

/* High Contrast Rules */
body.ada *:focus {
  outline: 3px dotted !important;
}
body.ada a[href] {
  color: #343434 !important;
  text-decoration: underline !important;
}
body.ada a[href].button {
  background: #f1ece2 !important;
  border: 1px solid #9b8251 !important;
}
body.ada #tabs h3, body.ada #tabs .h3, body.ada #tabs .custom-prev-html, body.ada #tabs .custom-next-html {
  color: #343434 !important;
}
body.ada #tabs li:focus a {
  outline: 3px dotted !important;
}
body.ada footer #footer-info-wrapper input[type="submit"] {
  background: #21201e !important;
  border: 1px solid #9b8251 !important;
}
body.ada footer h3, body.ada footer .h3 {
  color: #343434 !important;
}
body.ada footer > .container * {
  color: #222222 !important;
}
body.ada h1, body.ada .h1, body.ada h2, body.ada .h2 {
  color: #343434 !important;
}
body.ada #wpadminbar * {
  color: inherit !important;
}
body.ada .age-gate-subtitle {
  color: white !important;
}
body.ada .age-gate-overlay *:focus {
  outline: 3px dotted white !important;
}
body.ada #featured-wrapper .overlay {
  color: white !important;
}
body.ada #featured-wrapper .overlay .h3 {
  color: white !important;
}
body.ada a.click-menu {
  text-decoration: none !important;
}
body.ada a.click-menu i {
  color: #343434;
}

.container {
  clear: both;
  margin: 0 auto;
  max-width: 120em;
  position: relative;
  width: 100%;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  clear: both;
  position: relative;
  width: 100%;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.gutter_pad {
  padding: 0 1.875em;
}

.full_pad {
  padding: 0.9375em;
}

.col_12, .col_11, .col_10, .col_9, .col_8, .col_7, .col_6, .col_5, .col_4, .col_3, .col_2, .col_1 {
  float: left;
  position: relative;
}

.col_12 {
  width: 100%;
}

.col_11 {
  width: 91.6666%;
}

.col_10 {
  width: 83.333%;
}

.col_9 {
  width: 75%;
}

.col_8 {
  width: 66.666%;
}

.col_7 {
  width: 58.333%;
}

.col_6 {
  width: 50%;
}

.col_5 {
  width: 41.6666%;
}

.col_4 {
  width: 33.333%;
}

.col_3 {
  width: 25%;
}

.col_2 {
  width: 16.6666%;
}

.col_1 {
  width: 8.333%;
}

.col_left {
  float: left;
}

.col_right {
  float: right;
}

.col_center {
  clear: both;
  float: none;
  margin: 0 auto;
}

.proportional_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.proportional_outer {
  height: 0;
  position: relative;
  width: 100%;
}
.proportional_outer.one_by_one {
  padding-top: 100%;
}
.proportional_outer.four_by_three {
  padding-top: 75%;
}
.proportional_outer.three_by_two {
  padding-top: 66.666%;
}
.proportional_outer.sixteen_by_nine {
  padding-top: 56.25%;
}
.proportional_outer.two_by_one {
  padding-top: 50%;
}

.proportional_inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-wrap, .page-header {
  float: left;
  width: 100%;
}

.page-header {
  position: fixed;
  z-index: 999;
  background: #fff;
  transition: all 0.25s ease-in-out;
}

.sticky .page-header {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

#header_012 {
  padding: 26px 30px;
  transition: all 0.25s ease-in-out;
}

.sticky #header_012 {
  padding: 10px 30px;
}

.mobile-header {
  display: none;
}

.header_logo img {
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

.sticky .header_logo img {
  height: 40px;
}

.sticky #header_005 ul.main-menu {
  height: 38px;
}

.ecommerce-menu {
  position: absolute;
  top: 0;
  right: 30px;
  font-family: "futura-pt",sans-serif;
}
.ecommerce-menu ul.ecomm-menu {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
}
.ecommerce-menu ul.ecomm-menu li {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 10px;
}
.ecommerce-menu ul.ecomm-menu li a, .ecommerce-menu ul.ecomm-menu li a:hover {
  color: #000;
}
.ecommerce-menu ul.ecomm-menu li i {
  padding-left: 2px;
  color: #bba06c;
}
.ecommerce-menu ul.ecomm-menu li i.icon-lock {
  position: relative;
  top: 1px;
}

#sparkle {
  padding: 0 30px;
}
#sparkle .container {
  background: url(../../images/sparkle-watermark.png) center center no-repeat;
  padding: 95px 30px;
}
#sparkle .container h2 {
  font-size: 3.125em;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #bba06c;
  margin-bottom: 25px;
}
#sparkle .container p {
  font-size: 1.4em;
  font-weight: 400;
  max-width: 35em;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 1.5em;
}

#featured-wrapper .featured-box {
  width: 50%;
  float: left;
  position: relative;
}
#featured-wrapper .featured-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#featured-wrapper .featured-box a.overlay {
  background: rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  margin: 0 auto;
  text-align: center;
  width: 434px;
  height: 195px;
  position: absolute;
  top: 50%;
  margin-top: -97.5px;
  left: 50%;
  margin-left: -217px;
  display: table;
}
#featured-wrapper .featured-box a.overlay h3, #featured-wrapper .featured-box a.overlay .h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.2em;
  padding: 0 30px;
}

#sip-and-savor h2 {
  font-size: 3.125em;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #bba06c;
  margin-top: 70px;
  margin-bottom: 25px;
}
#sip-and-savor .savor-box {
  width: 32.16666%;
  float: left;
  display: block;
  position: relative;
}
#sip-and-savor .savor-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#sip-and-savor .savor-box a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#sip-and-savor .savor-box.middle {
  margin: 0 1.75%;
}
#sip-and-savor p {
  font-size: 1.2em;
  text-align: center;
  margin: 15px;
  text-transform: uppercase;
  color: #343434;
}

.custom-prev-html {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  cursor: pointer;
}

.custom-next-html {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  cursor: pointer;
}

#video-slider-wrapper {
  background: #f3eee6;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
#video-slider-wrapper .lSAction {
  display: none;
}
#video-slider-wrapper .video-frame {
  position: relative;
  padding-bottom: 52.4%;
  padding-top: 7px;
  height: 0;
}
#video-slider-wrapper .video-frame span.overlay-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#video-slider-wrapper .video-frame span.overlay-image:after {
  content: url(../../images/video-icon.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#video-slider-wrapper .video-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-slider-wrapper .link-frame {
  position: relative;
  padding-bottom: 52.4%;
  padding-top: 7px;
  height: 0;
}
#video-slider-wrapper .link-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-slider-wrapper ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
}
#video-slider-wrapper ul li {
  width: 50%;
  float: left;
  padding: 0 19px 0 19px;
  text-align: center;
}
#video-slider-wrapper ul li img {
  margin: 0;
  width: 100%;
}
#video-slider-wrapper ul li p {
  font-size: 1.2em;
  text-align: center;
  margin: 15px 15px 8px 15px;
  text-transform: uppercase;
  color: #343434;
}
#video-slider-wrapper .lSSlideOuter {
  margin-right: 41px;
  margin-left: 41px;
  position: relative;
}
#video-slider-wrapper .lSSlideOuter:before {
  content: " ";
  position: absolute;
  background: #f3eee6;
  left: 0;
  width: 20px;
  display: block;
  height: 100%;
  top: 0;
  z-index: 1;
}
#video-slider-wrapper .lSSlideOuter:after {
  content: " ";
  position: absolute;
  background: #f3eee6;
  right: 0;
  width: 20px;
  display: block;
  height: 100%;
  top: 0;
  z-index: 1;
}
#video-slider-wrapper .lSAction > a {
  width: 28px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 62px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -31px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}
#video-slider-wrapper .lSAction > .lSPrev {
  left: 15px;
}
#video-slider-wrapper .lSAction > .lSNext {
  right: 15px;
}
#video-slider-wrapper .lightSlider {
  overflow: visible;
}

#still-wines-wrapper {
  position: relative;
  border-top: 2px solid #c9282d;
  border-bottom: 2px solid #c9282d;
}
#still-wines-wrapper img {
  width: 100%;
  height: auto;
}
#still-wines-wrapper .overlay {
  position: absolute;
  width: 45%;
  right: 12%;
  bottom: 30%;
  text-align: center;
  border: 5px solid #fff;
  padding: 50px 30px;
}
#still-wines-wrapper .overlay h3 {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
#still-wines-wrapper .overlay p {
  font-size: 1.875em;
  line-height: 1em;
  color: #fff;
}

.primary-content-area {
  background: url(../../images/bg-content.png) top center no-repeat;
}

.primary-content-area.noWatermark {
  background: none;
}

#main {
  padding-top: 216px;
}

.down-arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  padding: 10px;
  background-color: #bba06c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
}
.down-arrow.removed {
  opacity: 0;
  visibility: hidden;
}

.error404 article {
  min-height: 500px;
}

.error404 article .entry-content p {
  text-align: center;
}

.search article article {
  margin: 0 auto 35px;
  max-width: 1022px;
  padding: 30px 20px 30px;
  border-bottom: 1px solid #dadada;
  text-align: justify;
  font-size: 1em;
  color: #343434;
}

.search-form {
  width: 250px;
  margin: 0 auto;
}
.search-form label span {
  display: none;
}
.search-form input {
  padding: 7px 7px 6px 7px;
  float: left;
  font-style: italic;
}
.search-form input.search-submit {
  font-size: 13px;
  font-weight: 400;
  padding: 9px 10px 8px;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  text-align: center;
  margin: 0 0 0 5px;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
  float: left;
}

.wp-image-1048 {
  outline: 1px solid #bba06c;
  display: block !important;
}

article {
  margin: 0 auto;
  max-width: 1022px;
  padding: 40px 20px 20px;
  /*
  padding: 70px 20px 90px; */
  text-align: justify;
  font-size: 1em;
  color: #343434;
}
article p {
  line-height: 1.5em;
}
article .entry-header {
  padding-bottom: 30px;
}
article .entry-content p {
  font-size: 1.25em;
}
article .entry-content ul,
article .entry-content ol,
article .entry-content blockquote {
  font-size: 1.25em;
  line-height: 1.5em;
}
article .entry-content ul ul, article .entry-content ul ol,
article .entry-content ol ul,
article .entry-content ol ol,
article .entry-content blockquote ul,
article .entry-content blockquote ol {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
article .entry-content ul ul ul, article .entry-content ul ul ol, article .entry-content ul ol ul, article .entry-content ul ol ol,
article .entry-content ol ul ul,
article .entry-content ol ul ol,
article .entry-content ol ol ul,
article .entry-content ol ol ol,
article .entry-content blockquote ul ul,
article .entry-content blockquote ul ol,
article .entry-content blockquote ol ul,
article .entry-content blockquote ol ol {
  font-size: 1em;
}
article .entry-content ul li,
article .entry-content ol li,
article .entry-content blockquote li {
  margin-bottom: 10px;
}
article .entry-content ul,
article .entry-content ol {
  padding-left: 20px;
}
article figure.alignright, article img.alignright {
  float: right;
  margin-right: -25%;
  margin-left: 50px;
  margin-bottom: 15px;
}
article figure.alignleft, article img.alignleft {
  float: left;
  margin-left: -25%;
  margin-right: 50px;
  margin-bottom: 15px;
}
article figcaption {
  text-align: center;
  font-style: italic;
  padding: 5px;
}

.recipes article {
  padding-bottom: 0;
}

.recipes .primary-content-area {
  background: none;
}

.recipes .entry-header {
  padding-bottom: 10px;
}

.fancybox-prev span {
  left: -15px;
}

.fancybox-next span {
  right: -15px;
}

.fancybox-title-float-wrap .child {
  background: none;
}

.trade-media article {
  padding-bottom: 10px;
}

.trade-media .standard-content-block article {
  padding: 20px 20px 70px;
  max-width: 760px;
  text-align: left;
}

.edit-link {
  display: none;
}

.first-column {
  width: 47%;
  padding-right: 3%;
  float: left;
}

.second-column {
  width: 47%;
  padding-left: 3%;
  float: right;
}

.standard-content-block.show-separator {
  border-top: 2px solid #c9282d;
}
.standard-content-block h2 {
  padding-bottom: 25px;
}

.featured-wrapper {
  background: #f1ece2;
  overflow: hidden;
  margin-bottom: -1px;
}
.featured-wrapper.show-separator {
  border-top: 2px solid #c9282d;
}
.featured-wrapper .featured-item {
  float: left;
  width: 50%;
  background: #f1ece2;
}
.featured-wrapper .featured-item .featured-image {
  background-size: cover;
  position: relative;
}
.featured-wrapper .featured-item .featured-image .overlay-text {
  position: absolute;
  bottom: 37px;
  left: 50px;
  padding: 20px 25px;
  border: 3px solid #fff;
  font-size: 1.875em;
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.featured-wrapper .featured-item img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.featured-wrapper .featured-item .content-area {
  padding: 70px 50px;
  overflow: hidden;
}
.featured-wrapper .featured-item .content-area h2 {
  text-align: left;
  font-size: 1.625em;
  padding-bottom: 20px;
}
.featured-wrapper .featured-item .content-area p {
  font-size: 1.2em;
  line-height: 1.55em;
}
.featured-wrapper .featured-item .content-area ul, .featured-wrapper .featured-item .content-area ol, .featured-wrapper .featured-item .content-area blockquote {
  font-size: 1.2em;
  line-height: 1.55em;
}
.featured-wrapper .featured-item .content-area ul li, .featured-wrapper .featured-item .content-area ol li, .featured-wrapper .featured-item .content-area blockquote li {
  margin-bottom: 10px;
}
.featured-wrapper .featured-item.fullWidth {
  width: 100%;
}
.featured-wrapper .featured-item.fullWidth .content-area {
  max-width: 60em;
  margin: 0 auto;
  overflow: hidden;
}
.featured-wrapper .featured-item.fullWidth .featured-image .overlay-text {
  left: 50%;
  transform: translateX(-50%);
}
.featured-wrapper .featured-item.fullWidth .featured-image.mobile {
  display: none;
}

.gallery-wrapper {
  background: #f1ece2;
}
.gallery-wrapper.show-separator {
  border-top: 2px solid #c9282d;
}
.gallery-wrapper .gallery-item {
  float: left;
  width: 50%;
  background: #f1ece2;
  position: relative;
}
.gallery-wrapper .gallery-item .clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-wrapper .gallery-item .gallery-image {
  background-size: cover;
  position: relative;
}
.gallery-wrapper .gallery-item img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.gallery-wrapper .gallery-item.fullWidth {
  width: 100%;
}

.video-item {
  padding: 20px 0;
  text-align: center;
}

.trade-and-media-children {
  margin: 0 auto;
  padding: 30px 20px 30px;
  text-align: center;
  color: #343434;
  overflow: hidden;
  max-width: 1400px;
}
.trade-and-media-children .trade-media-object {
  display: block;
  text-align: center;
  width: 25%;
  vertical-align: top;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 23px;
}
.trade-and-media-children .trade-media-object h3 {
  font-size: 23.7px;
}
.trade-and-media-children .trade-media-object img {
  margin: 0 auto;
}

.trade-media-object.wine-assets {
  margin-left: 12.5%;
}

.distributed-wines-wrapper {
  margin: 0 auto;
  padding: 30px 20px 30px;
  text-align: center;
  color: #343434;
  overflow: hidden;
  max-width: 1400px;
}
.distributed-wines-wrapper h2 {
  text-align: left;
  letter-spacing: 1px;
  font-size: 36px;
}
.distributed-wines-wrapper .grid-blocks {
  width: 33%;
  float: left;
}
.distributed-wines-wrapper .grid-blocks:nth-child(3n+3) .distributed-wines-object {
  float: none;
  margin: 0 auto;
}
.distributed-wines-wrapper .grid-blocks:nth-child(3n+1) .distributed-wines-object {
  float: right;
}
.distributed-wines-wrapper .grid-blocks.break {
  clear: left;
}
.distributed-wines-wrapper .distributed-wines-object {
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
  display: block;
  float: left;
}
.distributed-wines-wrapper .distributed-wines-object h3 {
  color: #bba06c;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 20px;
}
.distributed-wines-wrapper .distributed-wines-object img {
  margin: 15px auto;
}
.distributed-wines-wrapper .distributed-wines-object .button.trade-button {
  width: auto;
  display: inline-block;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
  margin-top: 10px;
}
.distributed-wines-wrapper .distributed-wines-object .button-box {
  padding: 0 3px;
}

.current-accolades .distributed-wines-wrapper h2 {
  display: none;
}

.wineryonly-wines-wrapper {
  margin: 0 auto;
  padding: 30px 20px 30px;
  text-align: center;
  color: #343434;
  overflow: hidden;
  max-width: 1400px;
}
.wineryonly-wines-wrapper h2 {
  text-align: left;
  letter-spacing: 1px;
  font-size: 36px;
}
.wineryonly-wines-wrapper .grid-blocks {
  width: 33%;
  float: left;
}
.wineryonly-wines-wrapper .grid-blocks:nth-child(3n+3) .wineryonly-wines-object {
  float: none;
  margin: 0 auto;
}
.wineryonly-wines-wrapper .grid-blocks:nth-child(3n+1) .wineryonly-wines-object {
  float: right;
}
.wineryonly-wines-wrapper .grid-blocks.break {
  clear: left;
}
.wineryonly-wines-wrapper .wineryonly-wines-object {
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
  display: block;
  float: left;
  font-family: "futura-pt",sans-serif;
}
.wineryonly-wines-wrapper .wineryonly-wines-object h3 {
  font-size: 20px;
  color: #bba06c;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object img {
  margin: 15px auto;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .images-box {
  padding: 0 3px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .images-box a {
  position: relative;
  font-size: 19px;
  line-height: 25px;
  display: inline-block;
  width: auto;
  float: none;
  padding: 0 8px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .images-box a:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: -7px;
  color: #cccccc;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .images-box a:last-child:after, .wineryonly-wines-wrapper .wineryonly-wines-object .images-box a.last:after {
  content: "";
  display: none;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .recipes-box {
  padding: 0 3px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .recipes-box a {
  position: relative;
  font-size: 19px;
  line-height: 25px;
  display: inline-block;
  width: auto;
  float: none;
  padding: 0 8px;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .recipes-box a:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: -7px;
  color: #cccccc;
}
.wineryonly-wines-wrapper .wineryonly-wines-object .recipes-box a:last-child:after, .wineryonly-wines-wrapper .wineryonly-wines-object .recipes-box a.last:after {
  content: "";
  display: none;
}

.trade-menu {
  text-align: center;
  width: 100%;
  border-top: 1px solid #bba06c;
  border-bottom: 1px solid #bba06c;
  font-family: "futura-pt",sans-serif;
  margin-bottom: 50px;
}
.trade-menu ul {
  margin: 0 0 13px;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.trade-menu ul li {
  display: inline-block;
  padding: 13px 15px 0;
}
.trade-menu ul li a {
  font-size: 1.25em;
  text-transform: uppercase;
}

.recipes-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.recipes-wrapper .recipe-category-object {
  float: none;
  width: 33.333%;
  background: #f1ece2;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.recipes-wrapper .recipe-category-object .featured-image {
  background-size: cover;
  position: relative;
  min-height: 150px;
  background-color: #e7e7e7;
}
.recipes-wrapper .recipe-category-object .featured-image .overlay-text {
  position: absolute;
  bottom: 37px;
  left: 50px;
  padding: 20px 25px;
  border: 3px solid #fff;
  font-size: 1.875em;
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  max-width: 80%;
  width: auto;
  text-align: left;
}
.recipes-wrapper .recipe-category-object .featured-image .overlay-text a {
  color: #fff;
}
.recipes-wrapper .recipe-category-object img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.recipes-wrapper .recipe-category-object .content-area {
  padding: 70px 50px;
  text-align: left;
}
.recipes-wrapper .recipe-category-object .content-area p, .recipes-wrapper .recipe-category-object .content-area ul, .recipes-wrapper .recipe-category-object .content-area ol, .recipes-wrapper .recipe-category-object .content-area blockquote, .recipes-wrapper .recipe-category-object .content-area span {
  font-size: 1.2em;
  line-height: 1.55em;
}
.recipes-wrapper .recipe-category-object .content-area .buy-button {
  text-align: center;
  padding-bottom: 28px;
}
.recipes-wrapper .recipe-category-object .content-area .buy-button .button {
  padding: 10px 15px;
  width: auto;
  display: inline-block;
  float: none;
}
.recipes-wrapper .recipe-items-list {
  list-style-type: none;
  font-family: "futura-pt",sans-serif;
  text-align: center;
  margin: 30px 0 0;
  text-transform: uppercase;
  padding: 0;
}
.recipes-wrapper .recipe-items-list li {
  padding: 8px 0;
}

.recipe-menu {
  text-align: center;
  width: 100%;
  border-top: 1px solid #bba06c;
  border-bottom: 1px solid #bba06c;
  font-family: "futura-pt",sans-serif;
  margin-bottom: 50px;
}
.recipe-menu ul {
  margin: 0 0 13px;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.recipe-menu ul li {
  display: inline-block;
  padding: 13px 15px 0;
}
.recipe-menu ul li a {
  font-size: 1.25em;
  text-transform: uppercase;
}

.simple-faq-item {
  font-size: 1.1em;
  display: inline-block;
  padding: 7px 0;
}

h3.simple-faq-item {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.simple-faqs-bookmarks {
  padding-top: 25px;
}

.simple-faqs-bookmarks a, a#simple-faq-top {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.simple-faqs-bookmarks a.simple-faq-back {
  font-size: 0.9em;
  top: 0;
  visibility: visible;
  margin-top: -20px;
  display: block;
}

.simple-faq-accordion.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
  background: none;
  border: 0;
  border-top: 1px solid #dadada;
  color: #bba06c;
  font-weight: 300;
  font-size: 1.6em;
  text-transform: uppercase;
}

.simple-faq-accordion.ui-helper-reset {
  border-bottom: 1px solid #dadada !important;
}

.simple-faq-accordion.ui-accordion .ui-accordion-content {
  padding: 0.5em 0 1em;
  border: 0;
  overflow: auto;
  background: none !important;
  font-family: "crimson_text",serif;
}

.ui-state-default .ui-icon {
  background-image: url(../../images/ui-icons.png);
}

.events article {
  padding: 70px 20px 0px;
}
.events article .entry-header {
  padding-bottom: 0;
}
.events article.events-wrapper {
  padding: 20px 20px 40px;
}
.events article.events-wrapper .rse-event:first-of-type {
  border-top: 1px solid #bba06c;
}
.events article.events-wrapper .rse-event {
  border-bottom: 1px solid #dadada;
  font-size: 1.2em;
  margin: 0;
  padding: 15px 0;
  float: left;
  width: 100%;
}
.events article.events-wrapper .rse-event .post-blurb {
  position: relative;
}
.events article.events-wrapper .rse-event:last-of-type {
  border-bottom: 1px solid #bba06c;
}
.events article.events-wrapper h2 {
  padding-bottom: 28px;
}
.events article.events-wrapper h4, .events article.events-wrapper .h4 {
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 133px;
  text-align: left;
}
.events article.events-wrapper .h6.rse-event-details {
  padding-top: 0;
  line-height: 1.3em;
  font-style: italic;
  font-size: 0.9em;
  font-weight: 300;
}
.events article.events-wrapper span.event-tag {
  font-size: 17px;
  padding: 5px 10px;
  background-color: #f1ece2;
  margin: 10px 0 15px;
  display: inline-block;
  float: none;
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  text-transform: uppercase;
  color: #343434;
  font-family: "futura-pt",sans-serif;
}
.events article.events-wrapper .button {
  margin-top: 0;
  margin-bottom: 10px;
}
.events article.events-wrapper .month-group {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.events article.events-wrapper .post-thumbnail {
  float: right;
  width: 40%;
  padding-left: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.events article.events-wrapper .post-blurb {
  position: relative;
  float: left;
  width: 60%;
}

.single-ff_rse_event .post-thumbnail {
  float: right;
  width: 40%;
  padding-left: 60px;
  padding-bottom: 80px;
  padding-top: 10px;
}
.single-ff_rse_event .hero-wrap {
  display: none;
}
.single-ff_rse_event .primary-content-area {
  background-position-y: 50px;
}
.single-ff_rse_event article {
  text-align: left;
}
.single-ff_rse_event article .rse-event:first-of-type {
  border-top: 1px solid #333;
}
.single-ff_rse_event article .rse-event {
  border-bottom: 1px solid #dadada;
  font-size: 1.2em;
  margin: 0;
  padding: 15px 0;
}
.single-ff_rse_event article .rse-event:last-of-type {
  border-bottom: 1px solid #333;
}
.single-ff_rse_event article .entry-header {
  padding-bottom: 10px;
}
.single-ff_rse_event article .entry-header span {
  font-size: 17px;
  padding: 5px 10px;
  background-color: #f1ece2;
  margin: 0 0 15px;
  display: inline-block;
  float: none;
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  text-transform: uppercase;
  color: #343434;
  font-family: "futura-pt",sans-serif;
}
.single-ff_rse_event article h2 {
  padding-bottom: 28px;
}
.single-ff_rse_event article h4 {
  text-transform: uppercase;
  padding-top: 5px;
}
.single-ff_rse_event article h6.rse-event-details {
  padding-top: 0;
  line-height: 1.3em;
  font-style: italic;
  font-size: 1.3em;
  font-weight: 300;
  padding-bottom: 0;
}
.single-ff_rse_event article .button {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.single-ff_rse_event article .month-group {
  margin-bottom: 30px;
  float: left;
}

.return-link {
  font-weight: 400;
  color: #bba06c;
  font-size: 16px;
  padding: 17px 0px 17px 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "futura-pt",sans-serif;
}
.return-link .icon-arrow-left {
  font-size: 11px;
  position: relative;
  top: -1px;
}

.parent-pageid-26 .primary-content-area, .single-ff_rse_event .primary-content-area {
  background-position-y: 10px;
}
.parent-pageid-26 article, .single-ff_rse_event article {
  padding-top: 30px;
}

.timeline-wrapper {
  background: #a58e5e;
  padding: 40px 75px;
  color: #fff;
}
.timeline-wrapper .timeline-slider-1, .timeline-wrapper .timeline-slider-2, .timeline-wrapper .timeline-slider-3 {
  height: auto !important;
}
.timeline-wrapper h2 {
  color: #fff;
  padding: 0 0 30px;
  font-size: 3em;
}
.timeline-wrapper h3 {
  color: #a58e5e;
}
.timeline-wrapper p {
  font-size: 1.3em;
  line-height: normal;
  color: #343434;
}

#tabs.ui-tabs {
  background: none;
  border: 0;
  padding: 0;
}
#tabs.ui-tabs .ui-tabs-nav {
  background: none;
  border: 0;
  padding: 0;
}
#tabs.ui-tabs .ui-tabs-nav li {
  width: 32%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #d1be9b;
  text-align: center;
  float: left;
  display: block;
  border-radius: 0;
}
#tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
  float: none;
  text-transform: uppercase;
  color: #262117;
  width: 100%;
  font-size: 1.7em;
  display: block;
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
}
#tabs.ui-tabs .ui-tabs-nav li[aria-controls="tabs-2"] {
  margin: 0 2%;
}
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #f1ece2;
}
#tabs.ui-tabs .ui-tabs-panel {
  margin: 0;
  background: #f1ece2;
  font-family: "crimson_text",serif;
  line-height: normal;
  z-index: 10;
  position: relative;
  padding: 25px 55px;
  border-radius: 0;
}
#tabs.ui-tabs .ui-tabs-panel span {
  display: none;
}
#tabs.ui-tabs .ui-tabs-panel span.custom-prev-html, #tabs.ui-tabs .ui-tabs-panel span.custom-next-html {
  display: block;
}
#tabs.ui-tabs .ui-tabs-panel .lslide {
  padding: 0 17px 20px;
  float: left;
}
#tabs.ui-tabs .ui-tabs-panel .lslide .timeline-image {
  width: 100%;
  height: auto;
}
#tabs.ui-tabs .ui-tabs-panel .lSSlideOuter {
  z-index: 1;
  position: relative;
}
#tabs.ui-tabs .ui-tabs-panel .lSSlideOuter:before {
  content: " ";
  position: absolute;
  background: #f3eee6;
  left: 0;
  width: 17px;
  display: block;
  height: 100%;
  top: 0;
  z-index: 1;
}
#tabs.ui-tabs .ui-tabs-panel .lSSlideOuter:after {
  content: " ";
  position: absolute;
  background: #f3eee6;
  right: 0;
  width: 17px;
  display: block;
  height: 100%;
  top: 0;
  z-index: 1;
}
#tabs.ui-tabs #category-thumbs-tab {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 25px 0;
}
#tabs.ui-tabs #category-thumbs-tab .timeline-thirds {
  width: 32%;
  float: left;
  margin: 0 2%;
  cursor: pointer;
}
#tabs.ui-tabs #category-thumbs-tab .timeline-thirds:first-of-type, #tabs.ui-tabs #category-thumbs-tab .timeline-thirds:last-of-type {
  margin: 0;
}
#tabs.ui-tabs #tabs-1 {
  display: none;
}

.featured-wrapper .featured-item .content-area {
  position: relative;
}

.wine-clubs .featured-item .button {
  position: absolute;
  left: 50px;
  top: 30px;
}

.wine-clubs .featured-wrapper .featured-item .content-area {
  padding-top: 90px;
}

.featured-press .primary-content-area {
  background: none;
  padding: 70px 0;
}
.featured-press article {
  clear: both;
  margin: 0 auto;
  max-width: 1022px;
  padding: 20px 20px 20px;
  text-align: left;
  font-size: 1em;
  color: #343434;
}
.featured-press article .entry-header {
  border-top: 1px solid #dadada;
  padding: 30px 0 10px;
}
.featured-press article .entry-header.first-header {
  border-top: 0;
  padding: 0;
}
.featured-press article h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: left;
  color: #bba06c;
  padding-top: 17px;
  padding-bottom: 2px;
  font-weight: 400;
}
.featured-press article h4, .featured-press article .h4 {
  font-size: 1.5em;
  padding-top: 0px;
  padding-bottom: 0;
}
.featured-press article .entry-content p {
  margin-bottom: 10px;
}
.featured-press article .view-article-link {
  font-size: 1.3em;
  display: block;
  padding-bottom: 20px;
}
.featured-press .featured-post-object {
  width: 33.33%;
  padding: 20px 20px 0;
  float: left;
}
.featured-press .featured-post-object h2 {
  font-size: 2em;
  padding-bottom: 9px;
}
.featured-press .featured-post-object h4 {
  font-size: 1.3em;
  padding-top: 0;
  padding-bottom: 10px;
}
.featured-press .featured-post-object .featured-post-content p {
  font-size: 1.2em;
}
.featured-press article.featured-wrap-article {
  padding: 20px 0;
  overflow: hidden;
}
.featured-press .featured-post-image img {
  width: 100%;
  height: auto;
}

.sidebar-menu li {
  margin-bottom: 0.5em;
}
.sidebar-menu a {
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  #sidebar-left {
    display: none;
  }
}
.interior #footer-info-wrapper {
  margin-top: 0px;
}
.interior #footer-info-wrapper .container {
  border-top: 1px solid #a58e5e;
}

#footer-info-wrapper .container {
  background: #f1ece2;
  font-family: "crimson_text",serif;
  padding: 20px 30px;
  position: relative;
}
#footer-info-wrapper .top-row, #footer-info-wrapper .bottom-row {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#footer-info-wrapper .top-row {
  border-bottom: 1px solid #d0c4ab;
  padding-bottom: 20px;
}
#footer-info-wrapper .bottom-row {
  padding-top: 20px;
}
#footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
  padding: 20px 70px;
}
#footer-info-wrapper .right-info {
  float: right;
}
#footer-info-wrapper .center-info {
  text-align: center;
  border-left: 1px solid #d0c4ab;
  border-right: 1px solid #d0c4ab;
  padding: 10px 0;
  margin: 10px 0;
  position: absolute;
  left: 41.666%;
}
#footer-info-wrapper .center-info img {
  margin: 10px auto;
}
#footer-info-wrapper .center-info .schramsberg-footer-logo {
  width: 244px;
  height: auto;
  margin-bottom: 35px;
}
#footer-info-wrapper .center-info .davies-footer-logo {
  width: 176px;
  height: auto;
  margin-bottom: 35px;
}
#footer-info-wrapper h3 {
  color: #9b8251;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 15px;
  padding: 0;
}
#footer-info-wrapper p {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.4em;
}
#footer-info-wrapper .col_8 {
  padding-right: 20px;
}
#footer-info-wrapper .button {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  width: 100%;
  display: block;
  text-align: center;
  margin: 28px auto 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
}
#footer-info-wrapper .social-media-icons {
  width: 50%;
  float: left;
}
#footer-info-wrapper .social-media-icons a {
  color: #9b8251;
  font-size: 1.6em;
  margin-right: 28px;
  display: inline-block;
  float: left;
}
#footer-info-wrapper .email-form {
  width: 50%;
  float: left;
}
#footer-info-wrapper .email-form form {
  padding: 0;
  float: right;
  position: relative;
  top: -5px;
}
#footer-info-wrapper .email-form form input[type="text"] {
  width: 157px;
  float: left;
  background: #fff;
  color: #856f42;
  font-style: italic;
  height: 34px;
  line-height: 34px;
  margin-right: 2px;
  padding: 0 10px;
}
#footer-info-wrapper .email-form form input[type="submit"] {
  width: 75px;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 8px;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  text-align: center;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
  float: left;
}

.page_footer {
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  width: 100%;
  background: #a58e5e;
}
.page_footer .container {
  padding: 20px 100px;
}
.page_footer a.buy-wine {
  font-weight: 400;
  display: block;
  background: #b6a37c;
  float: left;
  text-align: center;
  width: 180px;
  margin: 10px 30px 10px 0;
  color: #fff;
  padding: 8px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.page_footer_menu {
  list-style: none;
}
.page_footer_menu li {
  display: inline-block;
  padding: 0 1.3em;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
}
.page_footer_menu li a {
  color: inherit;
}

.copyright {
  font-weight: 400;
  color: #fff;
  font-size: 0.875em;
  padding: 17px 0px 17px 0;
  text-align: right;
  text-transform: uppercase;
}
.copyright a {
  color: #eadcb2;
}

.nav-wrap {
  background: #fff;
  position: relative;
  padding: 0 30px;
}

.nav-wrap > .menu-container {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-top: 1px solid #bba06c;
}

#header_005 {
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  font-size: 1.25em;
}
#header_005 ul.main-menu {
  padding: 0;
  margin: 0 auto;
  position: relative;
  float: none;
  text-align: center;
  max-width: 73em;
  height: 54px;
  transition: all 0.25s ease-in-out;
  /*
  > li.menu-item-378 > a {
  	color:#343434;
  	position:relative;
  	&:before {
  		position: absolute;
  	    content: "|";
  	    top: 50%;
  	    transform: translateY(-50%);
  	    left: -5px;
  	    color: #cccccc;
  	    font-weight: 200;
  	    font-size: 18px;
  	}
  }
  */
}
#header_005 ul.main-menu > li {
  word-spacing: normal;
  display: block;
  float: left;
}
#header_005 ul.main-menu > li > a {
  color: #a58e5e;
  padding: 0.85em 3.03em;
  display: block;
}
#header_005 ul.main-menu > li > a:hover {
  color: #343434;
}
#header_005 ul.main-menu > li > a.expandMenu {
  padding: 0px;
  position: absolute;
  left: -9999px;
}
#header_005 ul.main-menu > li > a.expandMenu:focus {
  padding-bottom: 0px;
  padding-top: 0px;
  position: initial;
}
#header_005 ul.main-menu > li.menu-item-391 > a {
  color: #343434;
  position: relative;
}
#header_005 ul.main-menu > li.menu-item-391 > a:before {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  color: #cccccc;
  font-weight: 200;
  font-size: 18px;
}
#header_005 .main-menu li:hover > div.submenu-wrapper, #header_005 .main-menu li.submenuExpanded > div.submenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 200ms ease 200ms;
}
#header_005 .main-menu li:hover, #header_005 .main-menu li.submenuExpanded {
  background: #f1ece2;
}
#header_005 .main-menu li:hover, #header_005 .main-menu li.submenuExpanded > a {
  color: #343434;
}
#header_005 div.submenu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  background: #f1ece2;
  width: 100%;
  height: auto;
  z-index: -1;
  visibility: hidden;
  min-height: 204px;
  opacity: 0;
  transition: all 200ms ease 200ms;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
#header_005 div.submenu {
  max-width: 100%;
  margin: 0;
  text-align: left;
  overflow: hidden;
  font-family: "crimson_text",serif;
}
#header_005 div.submenu ul {
  float: left;
  margin: 30px 0;
  width: 200px;
  padding-left: 35px;
  padding-right: 10px;
}
#header_005 div.submenu li {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
}
#header_005 div.submenu li:hover a {
  color: #343b3f;
}
#header_005 div.submenu a {
  font-size: 0.9em;
  color: #9b8251;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 1.2em;
  padding: 10px 0px;
  display: block;
}
#header_005 div.submenu-content {
  float: left;
  margin: 15px 0;
  position: relative;
  height: 100%;
  min-height: 204px;
}
#header_005 div.submenu-content .image-wrapper1 {
  position: absolute;
  width: 254px;
  float: left;
  height: 100%;
  background-size: cover;
}
#header_005 div.submenu-content .image-wrapper2 {
  position: absolute;
  float: right;
  right: 15px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.mobile-header {
  display: none;
  width: auto;
  z-index: 1000;
}

.sticky #header_005 ul.main-menu > li > a {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}

li.sidr-class-has-submenu {
  position: relative;
}

li.sidr-class-has-submenu .sidr-class-expandMenu {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  line-height: 25px !important;
}

.sidr-class-submenu-wrapper {
  display: none;
}
.sidr-class-submenu-wrapper .sidr-class-submenu-wrapper {
  display: none;
}
.sidr-class-submenu-wrapper .sidr-class-submenu-wrapper .sidr-class-sub-menu li a {
  padding-left: 50px;
}

.sidr-class-footer-menu .sidr-class-sub-menu {
  display: none;
}

.sidr ul li, .sidr ul li ul li {
  line-height: 23px !important;
}

.sidr ul li a, .sidr ul li ul li a {
  padding-top: 12px !important;
  padding-bottom: 8px !important;
}

.sidr ul {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 965px) and (max-width: 1024px) {
  #header_005 div.submenu-wrapper {
    display: none;
  }

  #header_005 .main-menu li:hover > div.submenu-wrapper {
    display: block;
  }
}
.home-slider {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.home-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-slider > li > img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.hero-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.hero-wrap .parallax {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: top center;
}
.hero-wrap .parallax .parallax-placeholder {
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.hero-wrap .hero {
  position: relative;
  width: 100%;
  float: none;
  background-size: cover;
  overflow: hidden;
}
.hero-wrap .hero img {
  visibility: hidden;
}
.hero-wrap .hero img.home-hero-mobile {
  display: none;
}
.hero-wrap .hero img.two-up1, .hero-wrap .hero img.two-up2 {
  visibility: visible;
  float: left;
}
.hero-wrap .hero img.two-up1 {
  width: 62.32%;
}
.hero-wrap .hero img.two-up2 {
  width: 37.18%;
  margin-left: 0.5%;
}
.hero-wrap .hero img.three-up1, .hero-wrap .hero img.three-up2, .hero-wrap .hero img.three-up3 {
  visibility: visible;
  float: left;
  width: 33%;
}
.hero-wrap .hero img.three-up2, .hero-wrap .hero img.three-up3 {
  margin-left: 0.5%;
}
.hero-wrap .hero .overlay-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 166px 68px 20px;
  max-width: 40%;
}
.hero-wrap .hero .overlay-text img {
  visibility: visible;
}

.home-slider {
  margin: 0;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 0px solid #dfdfdf;
  border-bottom: 0px solid #fff;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 43px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 43px;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 40px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

@media screen and (max-width: 1920px) {
  #still-wines-wrapper .overlay h3 {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  #footer-info-wrapper .social-media-icons a {
    margin-right: 17px;
  }

  .page_footer .col_3, .page_footer .col_9 {
    width: 100%;
  }

  .copyright {
    text-align: center;
    padding: 8px 0px 17px 0;
  }

  .page_footer .col_3, .page_footer .col_9 {
    text-align: center;
  }

  .page_footer a.buy-wine {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .page_footer_menu {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1600px) {
  #footer-info-wrapper .center-info {
    width: 100%;
    position: relative;
    left: 0;
    border: 0;
  }

  #footer-info-wrapper .center-info img {
    margin: 0 10px;
    display: inline-block;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 50px;
    width: 50%;
  }

  #footer-info-wrapper .right-info {
    border-left: 1px solid #d0c4ab;
  }
}
@media screen and (max-width: 1540px) {
  #header_005 ul.main-menu > li {
    width: 13.333%;
  }

  #header_005 ul.main-menu > li > a {
    padding: 0.85em 0;
    width: 100%;
  }

  #header_005 ul.main-menu > li.menu-item-391 {
    width: 20%;
  }

  #still-wines-wrapper .overlay {
    position: absolute;
    width: 650px;
    right: 50px;
    bottom: 40px;
    text-align: center;
    padding: 20px;
  }

  .timeline-wrapper {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1490px) {
  article img.alignright, article figure.alignright {
    margin-right: -10%;
  }

  article img.alignleft, article figure.alignleft {
    margin-left: -10%;
  }
}
@media screen and (max-width: 1280px) {
  .recipes-wrapper .recipe-category-object {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  #footer-info-wrapper .top-row .col_8, #footer-info-wrapper .top-row .col_4,
  #footer-info-wrapper .bottom-row .col_8, #footer-info-wrapper .bottom-row .col_4,
  #footer-info-wrapper .social-media-icons, #footer-info-wrapper .email-form {
    width: 100%;
    float: left;
    clear: both;
  }

  #footer-info-wrapper .button {
    max-width: 250px;
    margin-top: 10px;
  }

  #footer-info-wrapper .email-form form {
    padding: 20px 0 0 0;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 0;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    text-align: center;
  }

  #footer-info-wrapper .social-media-icons a {
    color: #9b8251;
    font-size: 1.6em;
    display: inline-block;
    float: none;
    margin: 0 10px 0;
  }

  #footer-info-wrapper .email-form form input[type="text"] {
    display: inline-block;
    float: none;
  }

  #footer-info-wrapper .email-form form input[type="submit"] {
    display: inline-block;
    float: none;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 70px;
  }

  #footer-info-wrapper .container {
    padding: 20px 0px;
  }

  .page_footer .container {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1200px) {
  #featured-wrapper .featured-box a.overlay {
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    margin: 0 auto;
    text-align: center;
    width: 303px;
    height: 136px;
    position: absolute;
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: -151.5px;
    display: table;
  }

  #featured-wrapper .featured-box a.overlay h3, #featured-wrapper .featured-box a.overlay .h3 {
    font-size: 2em;
  }

  #still-wines-wrapper .overlay {
    position: absolute;
    width: 500px;
    right: 50px;
    bottom: 40px;
    text-align: center;
  }

  #still-wines-wrapper .overlay h3, #still-wines-wrapper .overlay .h3 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 15px;
  }

  article img.alignright, article figure.alignright {
    margin-right: 0%;
  }

  article img.alignleft, article figure.alignleft {
    margin-left: 0%;
  }
}
@media screen and (max-width: 1100px) {
  #sip-and-savor p {
    font-size: 1.1em;
  }

  .trade-and-media-children .trade-media-object h3, .trade-and-media-children .trade-media-object .h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .down-arrow {
    display: none !important;
  }

  .header_logo {
    display: none;
  }

  #main {
    padding-top: 0px;
  }

  #header_012 {
    display: none;
  }

  .mobile-header {
    display: block;
    position: fixed;
    height: 44px;
    background: #edede6;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  }

  .header_logo_mobile {
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -51px;
    top: 7px;
  }

  .header_logo_mobile img {
    max-height: 30px;
  }

  #mobile-ecommerce-icon {
    float: right;
  }

  .main-menu, .ecommerce-menu {
    display: none;
  }

  .sidr-class-submenu-content {
    display: none;
  }

  .header-quicklinks {
    display: none;
  }

  li.sidr-class-has-submenu {
    position: relative;
  }

  .click-menu {
    width: 27px;
    margin: 10px 4px 10px 10px;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
  }

  .click-menu.quicklinks {
    float: right;
    margin: 10px 10px 10px 5px;
  }

  .click-menu i {
    font-size: 22px;
    color: #bba06c;
  }

  .sidr ul li a, .sidr ul li span {
    border-bottom: 1px solid #dfdfdf !important;
  }

  body.sidr-open {
    position: fixed !important;
  }

  body.sidr-open .mobile-header {
    left: 260px;
  }

  body.sidr-open.sidr-ecomm-open .mobile-header {
    left: auto;
    right: 260px;
  }

  body {
    margin-top: 0;
  }

  .sidr .sidr-inner {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%;
  }

  .sidr {
    border-right: 1px solid #dfdfdf !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f5f5f0;
    font-family: "futura-pt",sans-serif;
    font-weight: 500;
  }

  .sidr.right {
    border-right: 0;
    border-left: 1px solid #dfdfdf !important;
  }

  .wine-clubs .featured-item .button {
    position: absolute;
    left: 20px;
    top: 30px;
  }

  .wine-clubs .featured-wrapper .featured-item .content-area {
    padding: 70px 50px 30px;
  }

  #header {
    position: static;
    z-index: 9999;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 43px;
  }

  #sparkle .container h2, #sparkle .container .h2 {
    font-size: 2.125em;
  }

  #sparkle .container p {
    font-size: 1.3em;
  }

  #still-wines-wrapper .overlay {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    border: 0;
  }

  #footer-info-wrapper .bottom-row {
    padding-top: 25px;
    border-bottom: 1px solid #d0c4ab;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  #footer-info-wrapper .center-info img {
    margin: 0 auto;
    display: block;
  }

  #footer-info-wrapper p span {
    display: block;
  }

  #footer-info-wrapper .right-info .bottom-row:last-of-type {
    border-bottom: 0;
  }

  #still-wines-wrapper {
    background-size: cover;
  }

  #still-wines-wrapper img {
    width: 100%;
    height: auto;
    display: none;
  }

  #still-wines-wrapper .overlay {
    position: relative;
    padding: 80px 20px;
    border: 0;
  }

  .page_footer a.buy-wine {
    float: none;
    margin: 10px auto 10px;
  }

  .page_footer_menu {
    list-style: none;
    padding: 10px 0 0 0;
    text-align: center;
  }

  .page_footer_menu li {
    padding: 0.5em 0.5em;
  }

  .copyright {
    text-align: center;
    padding-top: 8px;
    line-height: 1.4em;
  }

  .featured-wrapper .featured-item, .gallery-wrapper .gallery-item {
    width: 100%;
  }

  article, .recipes article {
    padding: 30px 20px 30px;
    text-align: left;
    font-size: 0.85em;
  }

  .copyright span {
    visibility: hidden;
    display: block;
  }

  #sip-and-savor h2 {
    font-size: 2.125em;
  }

  #video-slider-wrapper {
    margin-top: 0;
    padding: 25px 0;
  }

  #video-slider-wrapper .lSSlideOuter {
    margin-right: 0;
    margin-left: 0;
  }

  .lSAction {
    display: none;
  }

  #video-slider-wrapper ul li p {
    font-size: 1em;
    margin: 15px 15px 0px 15px;
  }

  #sip-and-savor h2, #sip-and-savor .h2 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #footer-info-wrapper .social-media-icons a {
    margin: 0 6px 0;
  }

  #video-slider-wrapper ul li {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .custom-prev-html {
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    cursor: pointer;
    display: block;
    z-index: 5;
    left: 5px;
    width: 19px;
  }

  #video-slider-wrapper .lSSlideOuter:before,
  #video-slider-wrapper .lSSlideOuter:after {
    width: 30px;
  }

  .custom-next-html {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-90%);
    cursor: pointer;
    display: block;
    z-index: 5;
    width: 19px;
  }

  .first-column, .second-column {
    float: left;
    width: 100%;
    padding: 0;
  }

  .featured-wrapper .featured-item .content-area {
    padding: 70px 20px 30px;
    font-size: 0.9em;
  }

  .trade-and-media-children {
    display: table;
  }

  .trade-and-media-children .trade-media-object {
    width: 50%;
    display: table-cell;
  }

  .trade-and-media-children .trade-media-object:nth-child(odd) {
    clear: left;
  }

  .trade-media-object.wine-assets {
    margin-left: 0;
  }

  .trade-media .standard-content-block article {
    padding: 20px 20px 30px;
  }

  .wineryonly-wines-wrapper h4, .wineryonly-wines-wrapper .h4 {
    font-size: 16px;
  }

  article .entry-header {
    padding-bottom: 0;
  }

  .featured-wrapper .featured-item.fullWidth .featured-image .overlay-text {
    left: 50px;
    transform: none;
  }

  .featured-wrapper .featured-item.fullWidth .featured-image.mobile {
    display: block;
  }

  .featured-wrapper .featured-item.fullWidth .featured-image.desktop {
    display: none;
  }

  .events article.events-wrapper span {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 5px;
  }

  .single-ff_rse_event .return-link {
    text-align: center;
  }

  .timeline-wrapper {
    padding: 30px 15px;
  }

  #tabs.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 1.1em;
  }

  #tabs.ui-tabs .ui-tabs-panel {
    padding: 15px 40px 0;
  }

  #tabs.ui-tabs .ui-tabs-panel .lSSlideOuter:before,
  #tabs.ui-tabs .ui-tabs-panel .lSSlideOuter:after {
    display: none;
  }

  #tabs.ui-tabs .ui-tabs-panel span.custom-prev-html, #tabs.ui-tabs .ui-tabs-panel span.custom-next-html {
    display: block;
    width: 20px;
  }

  #tabs.ui-tabs .ui-tabs-panel .lslide {
    padding: 0 0 5px;
  }

  #tabs.ui-tabs .ui-tabs-panel span.custom-prev-html {
    left: 9px;
  }

  #tabs.ui-tabs .ui-tabs-panel span.custom-next-html {
    right: 9px;
  }

  article img, article figure {
    float: none;
    padding: 0;
    max-width: 100%;
    height: auto;
  }

  .single-ff_rse_event .post-thumbnail {
    float: right;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .featured-press .primary-content-area {
    padding: 20px 0;
  }

  .featured-press .featured-post-object {
    width: 100%;
    padding: 20px 0;
    float: left;
    border-top: 1px solid #dadada;
    margin: 0;
  }

  .featured-post-image {
    width: 33%;
    float: left;
    padding-right: 20px;
  }

  .featured-post-content {
    float: left;
    width: 66%;
  }

  .featured-press article.featured-wrap-article {
    padding: 20px 20px 0 20px;
    overflow: hidden;
  }

  .featured-press .featured-post-object h2, .featured-press .featured-post-object .h2 {
    font-size: 1.8em;
    padding-top: 2px;
    padding-bottom: 8px;
  }

  .featured-press .featured-post-image img {
    margin: 0 !important;
  }

  .featured-post-content p {
    font-size: 1.2em;
    margin-bottom: 2px;
  }

  .featured-press article .entry-header.first-header h1 {
    font-size: 2.3em;
  }

  .featured-press .featured-post-object:last-of-type {
    padding-bottom: 0;
  }

  .featured-press article .entry-header {
    padding-top: 20px;
  }

  .featured-press article {
    padding-bottom: 0;
  }

  .featured-press article h2 {
    font-size: 1.8em;
  }

  .featured-press article h4, .featured-press article .h4 {
    font-size: 1.2em;
  }

  .featured-press article .entry-content p {
    font-size: 1.2em;
  }

  .gallery-wrapper .gallery-item.fullWidth .gallery-image {
    padding-top: 30%;
    background-position: center center;
  }
}
@media screen and (max-width: 800px) {
  .recipes-wrapper .recipe-category-object {
    width: 100%;
  }

  .recipes-wrapper .recipe-category-object .content-area {
    padding: 30px 30px;
  }

  .recipes-wrapper .recipe-category-object,
  .featured-wrapper .featured-item {
    min-height: 0 !important;
  }

  .recipes-wrapper .recipe-category-object .featured-image .overlay-text {
    left: 30px;
  }

  #featured-wrapper .featured-box {
    width: 100%;
  }

  #featured-wrapper .featured-box a.overlay {
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    margin: 0 auto;
    text-align: center;
    width: 434px;
    height: 195px;
    position: absolute;
    top: 50%;
    margin-top: -97.5px;
    left: 50%;
    margin-left: -217px;
    display: table;
  }

  #featured-wrapper .featured-box a.overlay h3, #featured-wrapper .featured-box a.overlay .h3 {
    font-size: 3em;
  }

  .distributed-wines-wrapper .grid-blocks,
  .wineryonly-wines-wrapper .grid-blocks {
    width: 50%;
    float: left;
  }

  .distributed-wines-wrapper h2,
  .wineryonly-wines-wrapper h2 {
    text-align: center;
  }

  .distributed-wines-wrapper .grid-blocks .distributed-wines-object,
  .wineryonly-wines-wrapper .grid-blocks .wineryonly-wines-object {
    float: none !important;
    margin: 0 auto !important;
  }

  .distributed-wines-wrapper .grid-blocks.break-mobile, .wineryonly-wines-wrapper .grid-blocks.break-mobile,
  .distributed-wines-wrapper .grid-blocks.break.break-mobile, .wineryonly-wines-wrapper .grid-blocks.break.break-mobile {
    clear: left;
  }

  .distributed-wines-wrapper .grid-blocks.break, .wineryonly-wines-wrapper .grid-blocks.break {
    clear: none;
  }

  .events article.events-wrapper .post-thumbnail,
  .events article.events-wrapper .post-blurb {
    float: left;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #video-slider-wrapper .video-frame span.overlay-image:after {
    content: url(../../images/video-icon-small.png);
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    transform: none;
  }

  .timeline-wrapper h2 {
    font-size: 2em;
  }

  #tabs.ui-tabs #category-thumbs-tab {
    display: none !important;
  }

  #tabs.ui-tabs .ui-tabs-panel {
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 25px;
    margin-top: 55px;
    float: left;
    width: 100%;
  }

  .timeline-wrapper p {
    font-size: 1.1em;
  }

  .ui-tabs .ui-tabs-nav {
    display: none;
  }

  #tabs.ui-tabs .ui-tabs-panel span.mobile-name {
    display: block;
    position: absolute;
    top: -51px;
    padding: 0.5em 1em;
    background: #f1ece2;
    float: left;
    text-transform: uppercase;
    color: #262117;
    width: auto;
    left: 0;
    font-size: 1.3em;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 660px) {
  article img,
  article img.aligncenter,
  article img.alignleft,
  article img.alignright,
  article figure,
  article figure.aligncenter,
  article figure.alignleft,
  article figure.alignright {
    display: block !important;
    margin: 15px auto !important;
    clear: both !important;
    float: none !important;
    padding: 0 !important;
  }

  article figure iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }

  #featured-wrapper .featured-box a.overlay {
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    margin: 0 auto;
    text-align: center;
    width: 303px;
    height: 136px;
    position: absolute;
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: -151.5px;
    display: table;
  }

  #featured-wrapper .featured-box a.overlay h3, #featured-wrapper .featured-box a.overlay .h3 {
    font-size: 1.75em;
  }

  #sparkle {
    padding: 0 10px;
  }

  #sparkle .container {
    background: url(../../images/sparkle-watermark.png) center center no-repeat;
    padding: 45px 20px;
  }

  #sparkle .container h2 {
    margin-bottom: 15px;
  }

  #sip-and-savor .savor-box {
    width: 100%;
    margin: 0 !important;
  }

  #video-slider-wrapper {
    margin-top: 0;
    padding: 10px 0;
  }

  .distributed-wines-wrapper .grid-blocks,
  .wineryonly-wines-wrapper .grid-blocks {
    width: 100%;
  }

  .wine-clubs .featured-wrapper .featured-item .featured-image .overlay-text, .wine-clubs .featured-item .button {
    left: 20px;
  }

  .wine-clubs .featured-wrapper .featured-item .content-area {
    padding: 90px 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .featured-post-image {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .featured-post-content {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .trade-and-media-children .trade-media-object {
    width: 100%;
  }

  .down-arrow {
    display: none;
  }
}
