/* ==========================================================================

    Project: Brown Brothers
    Author: XHTMLized
    Last updated: Thu Feb 05 2015 16:45:57

    1. Sass-list-maps
    2. Animations
    3. Normalize
    4. Base
    5. Layout
    6. Utilities
    7. Icomoon
    8. Custom-select
    9. Featherlight
    10. Page-head
    11. Page-logo
    12. Page-foot
    13. Nav-primary
    14. Nav-primary-toggle
    15. Nav-secondary
    16. Sticky-footer
    17. Button
    18. Form
    19. Carousel
    20. Tabs
    21. Hero
    22. Video
    23. Entry-content
    24. Content-header
    25. Content-block
    26. Content-featured
    27. Content-back
    28. Modal
    29. Modal-conversation
    30. Modal-subscription
    31. Modal-subscription-mini
    32. Modal-confirm
    33. Modal-recipe
    34. Mood-tile
    35. Conversation
    36. Conversation-carousel
    37. Recipe
    38. Recipe-image
    39. Recipe-content
    40. Recipe-details
    41. Recipe-single
    42. Subscribe
    43. Image-label
    44. Image-share
    45. Mood-wheel
    46. Wine
    47. Wine-listing
    48. Similar-wines

   ========================================================================== */


@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
ul,
ol,
dl,
dt,
dd,
img,
figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  box-sizing: border-box;
}

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

body {
  position: relative;
  background: #ffffff;
  color: #201e1b;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Libre Baskerville", "Georgia", serif;
  line-height: 1.6;
}

body.is-modal-open {
  overflow: hidden;
  height: 100%;
}

a {
  border-bottom: 1px solid transparent;
  color: #201e1b;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

a:hover {
  border-bottom: 1px solid #201e1b;
  color: #201e1b;
}

.container {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.ie8 .container {
  max-width: 960px;
}

@media (min-width: 992px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.body-bag {
  overflow: hidden;
  min-height: 100%;
  padding-top: 59px;
}

@media (min-width: 768px) {
  .body-bag {
    padding-top: 86px;
  }

}

@media (min-width: 992px) {
  .body-bag {
    padding-top: 165px;
  }

}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  padding: 0 5px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.5);
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.sr-only,
.wine-listing.details .wine-listing-header h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?nbnyxg');
  src: url('../fonts/icomoon.eot?#iefixnbnyxg') format('embedded-opentype'), url('../fonts/icomoon.woff?nbnyxg') format('woff'), url('../fonts/icomoon.ttf?nbnyxg') format('truetype'), url('../fonts/icomoon.svg?nbnyxg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before,
.custom-select .current-selected:after {
  content: "\e600";
}

.icon-arrow-left:before,
.owl-carousel .owl-buttons .owl-prev:before,
.content-back a:before,
.wine-listing-nav .prev:before {
  content: "\e601";
}

.icon-arrow-right:before,
.owl-carousel .owl-buttons .owl-next:before,
.wine-listing-nav .next:before,
.similar-wines-next:before {
  content: "\e602";
}

.icon-arrow-top:before,
.custom-select.open .current-selected:after,
.wine-listing:after {
  content: "\e603";
}

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

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

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

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

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

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

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

.custom-select {
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 5;
  width: 215px;
  margin: 0 auto;
  background: #e7e7e7;
  border: 0;
  text-transform: uppercase;
}

.custom-select .current-selected {
  position: relative;
  padding: 0 15px;
  height: 43px;
  background: none;
  border: 0;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select .current-selected:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  color: #000000;
  font-size: 9px;
  font-size: 0.9rem;
}

.custom-select .current-selected:focus {
  outline: none;
}

.custom-select-wrapper {
  max-height: 348px;
  overflow: auto;
}

.custom-select-wrapper li:last-child {
  border-bottom: 0;
}

.custom-select-wrapper li a {
  padding: 8px 15px 7px;
  border: 0;
}

.custom-select-wrapper li a:hover,
.custom-select-wrapper li a.current {
  background: #e7e7e7;
}

.custom-select-wrapper .bottom {
  display: none;
}

.custom-select-wrapper.open {
  margin: 0;
  border: 1px solid #e7e7e7;
  border-top: 0;
}

@media all {
  .featherlight {
    z-index: 99;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQIHWNgOAMAAM8AzdOBPm4AAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    margin: 0;
  }

  .featherlight .featherlight-content {
    width: 100%;
    max-width: 960px;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 9px solid #201e1b;
  }

  .featherlight .featherlight-inner {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .featherlight .featherlight-close-icon {
    top: -9px;
    right: -9px;
    width: 36px;
    background: #201e1b;
    color: #ccc;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 36px;
  }

}

@media (min-width: 768px) {
  .featherlight .featherlight-content {
    border-width: 18px;
  }

  .featherlight .featherlight-close-icon {
    top: -18px;
    right: -18px;
    width: 45px;
    line-height: 45px;
  }

}

@media (min-width: 992px) {
  .featherlight .featherlight-content {
    height: 768px;
    max-height: 95%;
  }

  .cssvhunit .featherlight .featherlight-content {
    height: 95vh;
    max-height: 768px;
  }

}

@media all and (min-width: 992px) and (max-height: 810px) {
  .featherlight .featherlight-content {
    height: 95%;
  }

}

.page-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0;
  color: #ffffff;
}

.page-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../media/bg-header.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.ie8 .page-head {
  background: url(../media/bg-header.jpg) center;
}

.ie8 .page-head:before {
  display: none;
}

@media (min-width: 992px) {
  .page-head {
    padding: 15px 0 20px;
  }

  .page-head.scrolled {
    padding: 15px 0;
  }

}

@media (min-width: 992px) {
  .page-head--hero:before {
    opacity: 0;
  }

  .page-head--hero .nav-primary {
    max-height: 60px;
  }

  .page-head--hero.collapsed .nav-primary {
    max-height: 0;
  }

  .page-head--hero.scrolled:before {
    opacity: 1;
  }

  .page-head--hero.scrolled .nav-primary {
    max-height: 60px;
  }

  .ie8 .page-head--hero {
    background: transparent;
  }

  .ie8 .page-head--hero.scrolled {
    background: url(../media/bg-header.jpg) center;
  }

}

.page-logo {
  float: left;
  border: 0;
}

.page-logo:after {
  content: "";
  display: table;
  clear: both;
}

.page-logo:hover {
  border: 0;
}

@media (min-width: 992px) {
  .page-logo {
    display: block;
    float: none;
    margin-left: -10px;
    margin-right: -10px;
  }

  .scrolled .page-logo {
    float: left;
    margin: 0;
  }

}

.page-logo-center {
  float: left;
  width: 54px;
  height: 36px;
  margin-right: 15px;
  background: url(../img/logo.png) no-repeat center;
  background-size: cover;
}

.ie8 .page-logo-center {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.svg .page-logo-center {
  background-image: url(../img/logo.svg);
}

@media (min-width: 768px) {
  .page-logo-center {
    width: 90px;
    height: 60px;
    margin-right: 20px;
  }

}

@media (min-width: 992px) {
  .page-logo-center {
    width: 110px;
    height: 73px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .scrolled .page-logo-center {
    margin: 0;
  }

}

.page-logo-left,
.page-logo-right {
  float: left;
  width: 164px;
  height: 7px;
  margin-top: 15px;
  background: url(../img/logo-spectrum.png) no-repeat 0 center;
  background-size: auto 100%;
}

.ie8 .page-logo-left,
.ie8 .page-logo-right {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.svg .page-logo-left,
.svg .page-logo-right {
  background-image: url(../img/logo-spectrum.svg);
}

@media (min-width: 768px) {
  .page-logo-left,
  .page-logo-right {
    width: 325px;
    height: 12px;
    margin-top: 25px;
    background-size: 100% 100%;
  }

}

@media (min-width: 992px) {
  .page-logo-left,
  .page-logo-right {
    width: 407px;
    height: 15px;
    margin-top: 29px;
  }

  .scrolled .page-logo-left,
  .scrolled .page-logo-right {
    display: none;
  }

}

.page-logo-left {
  display: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 100% center;
}

@media (min-width: 992px) {
  .page-logo-left {
    display: block;
  }

}

@media (min-width: 992px) {
  .page-logo-right {
    float: right;
  }

}

.page-foot {
  position: relative;
  padding: 25px 0 55px;
  text-align: center;
  background: #ffffff;
}

@media (min-width: 768px) {
  .page-foot {
    padding: 50px 0;
  }

}

@media (min-width: 992px) {
  .page-foot {
    padding: 50px 0 110px;
  }

}

.page-foot .logo-link,
.page-foot .logo-link:hover {
  border-bottom: none;
}

.page-foot .logo-bb {
  margin: 0 auto 25px;
  height: 61px;
  width: 107px;
  background: url(../img/logo-bb.png) no-repeat;
  background-size: contain;
}

.svg .page-foot .logo-bb {
  background-image: url(../img/logo-bb.svg);
}

@media (min-width: 768px) {
  .page-foot .logo-bb {
    margin-bottom: 30px;
    height: 72px;
    width: 127px;
  }

}

.page-foot p {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .page-foot p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }

}

.page-foot a {
  display: inline-block;
  font-style: italic;
  white-space: nowrap;
}

.nav-primary {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  clear: both;
  background: #201e1b;
  -webkit-transform-style: preserve-3d;
}

.nav-primary.active {
  max-height: 200px;
}

@media (min-width: 992px) {
  .nav-primary {
    overflow: hidden;
    max-height: 200px;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    position: static;
    background: none;
    text-align: center;
    -webkit-transition: none;
    transition: none;
  }

  .nav-primary.active {
    max-height: 200px;
  }

  .scrolled .nav-primary {
    float: right;
    clear: none;
    margin-top: 22px;
  }

}

.nav-primary li {
  border-top: 1px solid #49453e;
}

@media (min-width: 992px) {
  .nav-primary li {
    display: inline-block;
    border: 0;
    margin: 25px 15px 0;
  }

  .scrolled .nav-primary li {
    margin: 0 5px;
  }

}

.nav-primary li.active a,
.nav-primary li a:hover {
  color: #baa35c;
}

.nav-primary a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Belleza", "Georgia", serif;
  letter-spacing: 4px;
  line-height: 3em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(32, 30, 27, 0.5);
}

.nav-primary a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: transparent;
}

@media (min-width: 992px) {
  .nav-primary a {
    padding: 0;
    padding-left: 4px;
    line-height: 2em;
  }

  .nav-primary a:hover {
    background: none;
  }

}

.nav-primary-toggle {
  float: right;
  margin-top: 10px;
  padding: 0;
  background: none;
  border: 0;
  color: #A79567;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}

.nav-primary-toggle:active,
.nav-primary-toggle:hover {
  color: #baab87;
}

.nav-primary-toggle:focus {
  outline: none;
}

@media (min-width: 768px) {
  .nav-primary-toggle {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
  }

}

@media (min-width: 992px) {
  .nav-primary-toggle {
    display: none;
  }

}

.nav-secondary {
  margin: -30px 0 25px;
}

@media (min-width: 768px) {
  .nav-secondary {
    margin-bottom: 50px;
  }

}

@media (min-width: 992px) {
  .nav-secondary {
    margin-bottom: 70px;
  }

}

.nav-secondary select {
  display: block;
  margin: 0 auto;
}

.nav-secondary .custom-select-wrapper {
  width: 100%;
}

.nav-secondary-list {
  font-size: 0;
  text-align: center;
}

.nav-secondary-list li {
  display: inline-block;
  margin: 0 10px;
}

.nav-secondary-list li:first-child {
  margin-left: 0;
}

.nav-secondary-list li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .nav-secondary-list li {
    margin: 0 17px;
  }

  .nav-secondary-list li:first-child {
    margin-left: 0;
  }

  .nav-secondary-list li:last-child {
    margin-right: 0;
  }

}

.nav-secondary-list a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 3px 3px;
  text-transform: uppercase;
}

.nav-secondary-list .active a {
  border-color: #201e1b;
}

.sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  height: 0;
  background: #201e1b;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.sticky-footer.scrolled {
  height: 53px;
  opacity: 1;
}

.sticky-footer p {
  display: inline-block;
  margin: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f9f1db;
  line-height: 33px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .sticky-footer p {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 20px;
  }

}

.sticky-footer .btn {
  width: 120px;
  margin: 10px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .sticky-footer .btn {
    margin: 10px 20px;
  }

}

.btn {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  margin: 30px 2px 2px 2px;
  margin: 3rem 2px 2px 2px;
  padding: 7px 17px;
  background: #201e1b;
  border: 1px solid #666559;
  color: #ffffff;
  font-family: "Belleza", "Georgia", serif;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 2px #201e1b;
  -webkit-transition: background 0.15s ease-in, border-color 0.15s ease-in;
  transition: background 0.15s ease-in, border-color 0.15s ease-in;
}

.btn:hover {
  color: #ffffff;
  background: #000000;
  border-color: #f9f1db;
}

.btn[disabled] {
  opacity: 0.5;
}

.btn[disabled]:hover {
  background: #201e1b;
  border-color: #666559;
}

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

.form:after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 33px;
  height: 33px;
  background: url(../img/ajax-loader.gif) center center no-repeat;
}

.form h2,
.form h3,
.form h4 {
  padding-top: 0.2em;
  margin: 1.3em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: normal;
}

.form h2:first-child,
.form h3:first-child,
.form h4:first-child {
  margin-top: 0;
}

@media (min-height: 1120px) {
  .form h2,
  .form h3,
  .form h4 {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
  }

}

.form fieldset {
  display: block;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
}

.form label:first-child,
.form legend,
.form .legend {
  display: block;
  padding-bottom: 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}

.form legend i {
  display: block;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea,
.form select {
  display: block;
  padding: 0.56em 1em;
  width: 100%;
  height: 2.5em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #A79567;
  border-radius: 0;
  box-shadow: none;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus {
  border-color: #201e1b;
  outline: none;
}

.form textarea {
  height: 8em;
  resize: vertical;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  margin: 0 -30px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  color: #A79567;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  border-color: #201e1b;
  outline: none;
}

.form input[type="radio"] ~ label,
.form input[type="radio"] ~ a,
.form input[type="checkbox"] ~ label,
.form input[type="checkbox"] ~ a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .form input[type="radio"] ~ label,
  .form input[type="radio"] ~ a,
  .form input[type="checkbox"] ~ label,
  .form input[type="checkbox"] ~ a {
    font-size: 16px;
    font-size: 1.6rem;
  }

}

.form input[type="radio"] + label,
.form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  margin-left: -0.3em;
  line-height: 30px;
}

.form input[type="radio"] ~ a,
.form input[type="checkbox"] ~ a {
  border-top: 1px solid transparent;
}

.form input[type="radio"]:not(:checked),
.form input[type="radio"]:checked,
.form input[type="checkbox"]:not(:checked),
.form input[type="checkbox"]:checked {
  opacity: 0;
}

.form input[type="radio"]:not(:checked) + label:before,
.form input[type="radio"]:checked + label:before,
.form input[type="checkbox"]:not(:checked) + label:before,
.form input[type="checkbox"]:checked + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  color: #A79567;
  content: '';
  cursor: pointer;
}

.form input[type="radio"]:not(:checked):focus + label:before,
.form input[type="radio"]:not(:checked) + label:focus:before,
.form input[type="radio"]:not(:checked) + label:hover:before,
.form input[type="radio"]:checked:focus + label:before,
.form input[type="radio"]:checked + label:focus:before,
.form input[type="radio"]:checked + label:hover:before,
.form input[type="checkbox"]:not(:checked):focus + label:before,
.form input[type="checkbox"]:not(:checked) + label:focus:before,
.form input[type="checkbox"]:not(:checked) + label:hover:before,
.form input[type="checkbox"]:checked:focus + label:before,
.form input[type="checkbox"]:checked + label:focus:before,
.form input[type="checkbox"]:checked + label:hover:before {
  border-color: #201e1b;
}

.form input[type="checkbox"]:not(:checked) + label:before,
.form input[type="checkbox"]:checked + label:before {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}

.form input[type="checkbox"]:checked + label:before {
  content: '\2715';
}

.form input[type="radio"]:not(:checked) + label:before,
.form input[type="radio"]:checked + label:before {
  font-size: 30px;
  font-size: 3rem;
  line-height: 26px;
  border-radius: 50%;
}

.form input[type="radio"]:checked + label:before {
  content: '\25CF';
}

.form a {
  font-style: italic;
  color: #A79567;
}

.form a:hover {
  border-bottom-color: #A79567;
}

.form .custom-select {
  width: 100%;
  background: transparent;
}

.form .custom-select .current-selected {
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  background: #ffffff;
  color: #A79567;
  padding: 0 10px;
}

.form .custom-select .current-selected:after {
  right: 7px;
  border: 8px solid transparent;
  border-top: 9px solid #ccc;
  border-bottom: 0 solid #ccc;
  color: #ccc;
  content: '';
}

.form .custom-select .current-selected:focus {
  border-color: #201e1b;
}

@media (min-width: 768px) {
  .form .custom-select .current-selected {
    padding: 0 15px;
  }

  .form .custom-select .current-selected:after {
    right: 15px;
  }

}

.form .custom-select.open .current-selected:after {
  border-top-width: 0;
  border-bottom-width: 9px;
}

.form .custom-select.open .current-selected:focus {
  border-color: #ccc;
}

.form .custom-select-wrapper {
  border-color: #ccc;
}

.form .custom-select-wrapper li {
  border-bottom-color: #ccc;
}

.form.submitting:after {
  display: block;
}

.form.invalid h2:first-child,
.form.invalid h3:first-child,
.form.invalid h4:first-child,
.form.submitting-error h2:first-child,
.form.submitting-error h3:first-child,
.form.submitting-error h4:first-child {
  display: none;
}

.form.invalid .form-errors,
.form.submitting-error .form-errors {
  display: block;
}

.form-errors {
  display: none;
  margin: 0 0 1.3em;
  font-size: 14px;
  font-size: 1.4rem;
}

.form-errors li {
  position: relative;
  padding: 0 0 0.5em 30px;
}

.form-errors li:before {
  position: absolute;
  left: 0;
  top: -0.3em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #A79567;
  content: '\2715';
}

.form-errors .submitting-errors-list li {
  padding-left: 0;
  text-align: center;
  color: #b92827;
}

.form-errors .submitting-errors-list li:before {
  display: none;
}

@media (min-height: 1120px) {
  .form-errors {
    margin-bottom: 1.8em;
  }

}

.form-field {
  margin: 0 0 1.3em;
}

@media (min-height: 1120px) {
  .form-field {
    margin-bottom: 1.8em;
  }

}

.form-buttons {
  margin-top: 1.3em;
  text-align: center;
}

.form-buttons .btn {
  margin: 3px;
}

@media (min-width: 768px) {
  .form-buttons {
    text-align: left;
  }

}

@media (min-height: 1120px) {
  .form-buttons {
    margin-top: 1.8em;
  }

}

.form [class^="form-field-col-"],
.form [class*=" form-field-col-"] {
  margin: 0 -0.4333333333em;
}

.form [class^="form-field-col-"]:after,
.form [class*=" form-field-col-"]:after {
  content: "";
  display: table;
  clear: both;
}

.form [class^="form-field-col-"] legend,
.form [class^="form-field-col-"] .legend,
.form [class*=" form-field-col-"] legend,
.form [class*=" form-field-col-"] .legend {
  padding-left: 0.4333333333em;
  padding-right: 0.4333333333em;
}

.form [class^="form-field-col-"] .form-field,
.form [class*=" form-field-col-"] .form-field {
  float: left;
  width: 100%;
  padding: 0 0.4333333333em;
}

.form .form-field-col-2 .form-field {
  width: 50%;
}

@media (min-width: 768px) {
  .form .form-field-col-2-sm .form-field {
    width: 50%;
  }

}

@media (min-width: 992px) {
  .form .form-field-col-2-md .form-field {
    width: 50%;
  }

}

.form .form-field-col-3 .form-field {
  width: 33.3333333333%;
}

@media (min-width: 768px) {
  .form .form-field-col-3-sm .form-field {
    width: 33.3333333333%;
  }

}

@media (min-width: 992px) {
  .form .form-field-col-3-md .form-field {
    width: 33.3333333333%;
  }

}

.featherlight-content .custom-select-wrapper {
  border-color: #ccc;
  max-height: 164px;
}

.featherlight-content .custom-select-wrapper li {
  border-bottom-color: #ccc;
}

@media (min-height: 1120px) {
  .featherlight-content .custom-select-wrapper {
    max-height: 360px;
  }

}

.owl-carousel {
  display: block;
  position: relative;
  padding-top: 60px;
  width: auto;
}

.owl-carousel .owl-pagination {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .owl-carousel .owl-pagination {
    top: 15px;
  }

}

.owl-carousel .owl-pagination .owl-page {
  display: inline-block;
}

.owl-carousel .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  background: #e7e7e7;
  display: block;
  border-radius: 50%;
}

.owl-carousel .owl-pagination .owl-page.active span,
.owl-carousel .owl-pagination .owl-page:hover span {
  background: #666559;
}

.owl-carousel .owl-buttons {
  position: absolute;
  top: 165px;
  left: 0;
  width: 100%;
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  font-style: italic;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .owl-carousel .owl-buttons .owl-prev,
  .owl-carousel .owl-buttons .owl-next {
    width: 60px;
    height: 63px;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
  }

}

.owl-carousel .owl-buttons .owl-prev:before,
.owl-carousel .owl-buttons .owl-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 63px;
  text-align: center;
}

@media (min-width: 992px) {
  .owl-carousel .owl-buttons .owl-prev:before,
  .owl-carousel .owl-buttons .owl-next:before {
    font-size: 32px;
    font-size: 3.2rem;
  }

}

.owl-carousel .owl-buttons .owl-prev:hover,
.owl-carousel .owl-buttons .owl-next:hover {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .owl-carousel .owl-buttons .owl-prev:hover,
  .owl-carousel .owl-buttons .owl-next:hover {
    opacity: 1;
    background-color: rgba(231, 231, 231, 0.85);
  }

}

.owl-carousel .owl-buttons .owl-prev {
  left: -11px;
}

@media (min-width: 768px) {
  .owl-carousel .owl-buttons .owl-prev {
    left: 14px;
  }

}

@media (min-width: 1200px) {
  .owl-carousel .owl-buttons .owl-prev {
    display: block;
    left: 0;
  }

}

.owl-carousel .owl-buttons .owl-next {
  right: -11px;
}

@media (min-width: 768px) {
  .owl-carousel .owl-buttons .owl-next {
    right: 14px;
  }

}

@media (min-width: 1200px) {
  .owl-carousel .owl-buttons .owl-next {
    right: 0;
  }

}

@media (min-width: 1200px) {
  .owl-carousel.owl-theme {
    padding: 90px 80px 0;
  }

}

.tabs:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-list {
  border-top: 1px solid #201e1b;
  border-bottom: 1px solid #ccc;
}

.tabs-list:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .tabs-list {
    border: 0;
  }

}

.flexbox .tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .flexbox .tabs-list {
    display: block;
  }

}

.tabs-list li {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  width: 50%;
  padding: 14px 10px;
  border-left: 1px solid #ccc;
  color: #b3b3b3;
  text-align: center;
  cursor: pointer;
}

.tabs-list li:first-child {
  border-left: 0;
}

.tabs-list li:hover {
  background: #e7e7e7;
}

.tabs-list li.active {
  color: #201e1b;
}

@media (min-width: 768px) {
  .tabs-list li {
    font-size: 18px;
    font-size: 1.8rem;
    width: 61%;
    padding: 14px 0;
    margin-left: 5.8%;
    border: 0;
    border-bottom: 1px solid #201e1b;
    color: #201e1b;
    text-align: left;
    cursor: auto;
  }

  .tabs-list li:first-child {
    width: 33.2%;
    margin-left: 0;
  }

  .tabs-list li:hover {
    background: none;
  }

}

.flexbox .tabs-list li {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .flexbox .tabs-list li {
    float: left;
    width: 61%;
  }

  .flexbox .tabs-list li:first-child {
    width: 33.2%;
  }

}

.tabs-content:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-content > div {
  display: none;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .tabs-content > div {
    float: left;
    display: block;
    width: 61%;
    margin-left: 5.8%;
    padding-top: 15px;
  }

  .tabs-content > div:first-child {
    width: 33.2%;
    margin-left: 0;
  }

}

.tabs-content > div.active {
  display: block;
}

.tabs--full .tabs-list li {
  width: 100%;
}

.tabs--full .tabs-content > div {
  width: 100%;
  margin-left: 0;
}

.hero {
  position: relative;
  z-index: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hero {
    height: 800px;
    padding: 165px 0 100px 0;
    margin-top: -165px;
  }

  .cssvhunit .hero {
    height: 100vh;
  }

}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .hero-content {
    bottom: 100px;
  }

}

@media (min-width: 992px) {
  .hero-content {
    bottom: 100px;
  }

}

.hero-cta {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100px;
  background: #201e1b;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-cta {
    display: block;
  }

}

@media (min-width: 992px) {
  .hero-cta {
    position: absolute;
    height: 100px;
  }

}

.hero-cta p {
  display: inline-block;
  margin: 33.5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f9f1db;
  line-height: 33px;
  vertical-align: middle;
  font-style: italic;
}

@media (min-width: 992px) {
  .hero-cta p {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 33.5px 10px;
  }

}

.hero-cta img {
  width: 20px;
}

.hero-cta .btn {
  width: 120px;
  margin: 33.5px 10px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .hero-cta .btn {
    margin: 33.5px 20px;
  }

}

.hero-controls {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-controls {
    top: 100px;
  }

}

@media (min-width: 992px) {
  .hero-controls {
    top: 125px;
  }

}

.hero-btn {
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  line-height: 1.5;
  font-family: "Libre Baskerville", "Georgia", serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background: transparent;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
}

.hero-btn b {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  font-size: 3em;
  line-height: 0.5;
  font-weight: normal;
  vertical-align: middle;
  color: #ccc;
}

.hero--video .hero-controls,
.hero--video .hero-content .video {
  display: block;
}

.hero--video .hero-content .mood-wheel {
  display: none;
}

@media (min-width: 768px) {
  .hero--mood-wheel .hero-cta {
    position: absolute;
  }

}

.hero--mood-wheel .hero-controls,
.hero--mood-wheel .hero-content .video {
  display: none;
}

.hero--mood-wheel .hero-content .mood-wheel {
  display: block;
}

html .video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
}

.video-fallback {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.video-fallback img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.object-fit .video-fallback img {
  position: static;
  width: 100%;
  object-fit: cover;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.4em 0 0.7em;
  line-height: 1.1;
}

.entry-content h2.underlined,
.entry-content h3.underlined,
.entry-content h4.underlined,
.entry-content h5.underlined,
.entry-content h6.underlined {
  padding-bottom: 0.7em;
  border-bottom: 1px solid;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h6 {
  font-weight: normal;
}

.entry-content h5 {
  font-weight: bold;
}

.entry-content h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

.entry-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

.entry-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.entry-content h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

.entry-content h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}

.entry-content p,
.entry-content dl,
.entry-content li,
.entry-content table {
  margin: 0.7em 0;
  overflow: hidden;
}

.entry-content ul + p {
  margin-top: 2.1em;
}

.entry-content li {
  padding-left: 1.5em;
}

.entry-content li:before {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  font-style: italic;
}

.entry-content ul > li:before {
  content: '•';
}

.entry-content ol {
  counter-reset: orderedList;
}

.entry-content ol > li:before {
  counter-increment: orderedList;
  content: counter(orderedList) ".";
}

.entry-content dt {
  font-weight: bold;
}

.entry-content dd {
  margin: 0 0 0.7em;
}

.entry-content blockquote {
  font-size: 1.2em;
  margin: 1.4em;
}

.entry-content blockquote p {
  overflow: visible;
}

.entry-content blockquote:first-letter {
  font-size: 2.4em;
  line-height: 0.67;
}

.entry-content q,
.entry-content blockquote {
  font-style: italic;
}

.entry-content table {
  min-width: 100%;
}

.entry-content th {
  text-align: left;
}

.entry-content th,
.entry-content td {
  padding: 0.7em;
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content th:last-child,
.entry-content td:last-child {
  padding-right: 0;
}

.entry-content th,
.entry-content td,
.entry-content thead ~ tbody tr:first-child th,
.entry-content thead ~ tbody tr:first-child td {
  border-top: 1px solid;
}

.entry-content tr:first-child th,
.entry-content tr:first-child td {
  border-top: 0;
}

.entry-content img {
  display: block;
  max-width: 100%;
}

.entry-content a {
  border-bottom: 1px solid #201e1b;
}

.entry-content .lead {
  margin: 2.5em 0 2em;
}

@media (min-width: 768px) {
  .entry-content .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .entry-content .lead li {
    margin: 0.33em 0;
  }

}

.entry-content .important {
  margin: 2.5em 0 2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

.entry-content .important li {
  margin: 0.5em 0;
}

.entry-content .footnote {
  margin-top: 4.5em;
}

.entry-content .cols:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content .cols .col {
  margin-top: 2.1em;
}

.entry-content .cols .col:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .entry-content .cols .col {
    float: left;
    width: 28%;
    margin: 0;
    margin-left: 9.5%;
  }

  .entry-content .cols .col:first-child {
    width: 62.5%;
    margin-left: 0;
  }

}

.entry-content .alignnone {
  margin: 5px 20px 20px 0;
}

.entry-content .aligncenter,
.entry-content div.aligncenter {
  display: block;
  margin: 5px auto;
}

.entry-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.entry-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.entry-content .aligncenter {
  display: block;
  margin: 5px auto;
}

.content > .entry-content {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .content > .entry-content {
    margin-bottom: 100px;
  }

}

@media (min-width: 992px) {
  .content > .entry-content {
    margin-bottom: 150px;
  }

}

.entry-content .hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .entry-content .hidden-xs {
    display: block;
  }

}

@media (min-width: 768px) {
  .entry-content .hidden-sm {
    display: none;
  }

}

@media (min-width: 992px) {
  .entry-content .hidden-sm {
    display: block;
  }

}

@media (min-width: 992px) {
  .entry-content .hidden-md {
    display: none;
  }

}

@media (min-width: 1200px) {
  .entry-content .hidden-md {
    display: block;
  }

}

@media (min-width: 1200px) {
  .entry-content .hidden-lg {
    display: none;
  }

}

@media (min-width: 768px) {
  .entry-content span.hidden-xs,
  .entry-content i.hidden-xs,
  .entry-content b.hidden-xs,
  .entry-content em.hidden-xs,
  .entry-content strong.hidden-xs {
    display: inline;
  }

}

@media (min-width: 992px) {
  .entry-content span.hidden-sm,
  .entry-content i.hidden-sm,
  .entry-content b.hidden-sm,
  .entry-content em.hidden-sm,
  .entry-content strong.hidden-sm {
    display: inline;
  }

}

@media (min-width: 1200px) {
  .entry-content span.hidden-md,
  .entry-content i.hidden-md,
  .entry-content b.hidden-md,
  .entry-content em.hidden-md,
  .entry-content strong.hidden-md {
    display: inline;
  }

}

.content-header {
  padding: 45px 0 55px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-header {
    padding: 70px 0 117px;
  }

}

@media (min-width: 992px) {
  .content-header {
    padding: 90px 0 240px;
  }

}

.content-header h1,
.content-header h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .content-header h1,
  .content-header h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11;
  }

}

.content-header h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 25px;
  line-height: 1.57;
  font-style: italic;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .content-header h4 {
    margin-top: 35px;
    margin-bottom: -30px;
  }

}

@media (min-width: 992px) {
  .content-header h4 {
    margin-bottom: -50px;
  }

}

.content-header strong {
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .content-header strong {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 20px;
  }

}

.content-header strong i,
.content-header strong span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 15px;
  background: #ffffff;
}

.content-header strong span {
  text-transform: uppercase;
}

.content-header strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  width: 208px;
  margin: 0 auto;
  background: #201e1b;
}

@media (min-width: 768px) {
  .content-header strong:before {
    width: 350px;
  }

}

@media (min-width: 768px) {
  .content-header--equal {
    padding: 100px 0 120px;
  }

}

@media (min-width: 992px) {
  .content-header--equal {
    padding: 170px 0 190px;
  }

}

@media (min-width: 768px) {
  .content-header--equal-tight {
    padding: 70px 0 80px;
  }

}

@media (min-width: 992px) {
  .content-header--equal-tight {
    padding: 90px 0 100px;
  }

}

.content-header--inner {
  padding: 0 0 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .content-header--inner {
    padding: 0 0 40px;
  }

}

@media (min-width: 992px) {
  .content-header--inner {
    padding: 0 0 85px;
  }

}

.content-header--inner strong {
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .content-header--inner strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

}

.content-header--inner strong:before {
  max-width: 90%;
}

@media (min-width: 768px) {
  .content-header--inner strong:before {
    max-width: 430px;
  }

}

.content-block {
  position: relative;
  display: table;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  background-size: cover;
  text-align: center;
}

.ie8 .content-block {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.content-block:before,
.content-block:after {
  content: "";
  display: table-cell;
  padding-bottom: 75%;
  width: 1px;
}

@media (min-width: 768px) {
  .content-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-block:before,
  .content-block:after {
    padding-bottom: 67.7%;
  }

}

.content-block h2 {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 85%;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.4;
}

.content-block h2 br {
  content: '';
}

@media (min-width: 768px) {
  .content-block h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
  }

  .content-block h2 br {
    content: none;
  }

}

.content-block h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 13px;
  line-height: 1.57;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 768px) {
  .content-block h4 {
    margin-top: 25px;
  }

}

.content-block .btn-group {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .content-block .btn-group {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0;
  }

}

@media (min-width: 992px) {
  .content-block .btn-group {
    bottom: 26%;
  }

}

.content-block-inner {
  display: table-cell;
  margin: auto;
  width: 100%;
  padding: 20px 20px 40px;
  color: inherit;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .content-block-inner {
    padding-bottom: 40px;
  }

}

@media (min-width: 992px) {
  .content-block-inner {
    padding-bottom: 80px;
  }

}

.content-block-inner:hover {
  color: inherit;
}

.content-block.content-block--romance .content-block-inner {
  background-color: #b4337d;
  background-color: rgba(180, 51, 125, 0.4);
}

.content-block.content-block--romance .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--refreshment .content-block-inner {
  background-color: #699ab7;
  background-color: rgba(105, 154, 183, 0.4);
}

.content-block.content-block--refreshment .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--favourite .content-block-inner {
  background-color: #5d9d22;
  background-color: rgba(93, 157, 34, 0.4);
}

.content-block.content-block--favourite .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--share .content-block-inner {
  background-color: #dfbb29;
  background-color: rgba(223, 187, 41, 0.4);
}

.content-block.content-block--share .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--discover .content-block-inner {
  background-color: #ac8f49;
  background-color: rgba(172, 143, 73, 0.4);
}

.content-block.content-block--discover .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--genuine .content-block-inner {
  background-color: #5d1109;
  background-color: rgba(93, 17, 9, 0.4);
}

.content-block.content-block--genuine .content-block-inner:hover {
  background-color: transparent;
}

.content-block.content-block--excellence .content-block-inner {
  background-color: #ba4943;
  background-color: rgba(186, 73, 67, 0.4);
}

.content-block.content-block--excellence .content-block-inner:hover {
  background-color: transparent;
}

.content-block--full {
  width: 100%;
  margin: 0;
}

.content-block--full:before,
.content-block--full:after {
  display: none;
}

.content-block--full .content-block-inner {
  padding-top: 90px;
}

.content-block--full .btn-group {
  margin-top: 50px;
}

.content-block--full .btn-group .btn {
  display: block;
}

@media (min-width: 768px) {
  .content-block--full .content-block-inner {
    padding-bottom: 90px;
  }

  .content-block--full .btn-group {
    bottom: 3px;
  }

  .content-block--full .btn-group .btn {
    display: inline-block;
  }

}

.content-block--entire-range {
  display: block;
  margin-top: -50px;
}

.content-block--entire-range:before,
.content-block--entire-range:after {
  display: none;
}

.content-block--entire-range .content-block-inner {
  display: block;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .content-block--entire-range {
    margin-top: -150px;
  }

}

@media (min-width: 992px) {
  .content-block--entire-range {
    margin-top: -200px;
  }

}

.content-featured:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .content-featured {
    padding: 30px 0 25px;
  }

}

@media (min-width: 992px) {
  .content-featured {
    padding: 65px 0 45px;
  }

}

.content-featured .recipe-content {
  float: none;
  width: 100%;
  margin: 0;
  padding: 25px 15px;
}

.content-featured .recipe-content:before {
  display: none;
}

@media (min-width: 768px) {
  .content-featured .recipe-content {
    float: left;
    width: 40%;
    padding: 0 75px 0 20px;
  }

  .content-featured .recipe-content:first-child {
    width: 60%;
    padding-right: 35px;
  }

}

@media (min-width: 992px) {
  .content-featured .recipe-content {
    padding: 0 115px 0 30px;
  }

  .content-featured .recipe-content:first-child {
    padding-right: 75px;
  }

}

.content-featured .recipe-content-inner {
  position: static;
  padding: 0;
}

.content-featured .recipe-content-inner p {
  display: block;
}

.content-featured .recipe-content-more {
  display: inline-block;
  margin-top: 0;
}

@media (min-width: 768px) {
  .content-featured .recipe-content-more {
    margin-top: 10px;
  }

}

.content-featured .wine {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .content-featured .wine {
    float: left;
    width: 40%;
    padding: 0 50px 0 0;
    max-width: none;
  }

}

.content-back {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #201e1b;
}

@media (min-width: 992px) {
  .content-back {
    padding: 22px 0;
    margin-bottom: 25px;
  }

}

.content-back a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  font-style: italic;
}

.content-back a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -11px;
  font-size: 21px;
  font-size: 2.1rem;
}

.modal:after {
  content: "";
  display: table;
  clear: both;
}

.content > .modal {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .content > .modal {
    margin-bottom: 100px;
  }

}

@media (min-width: 992px) {
  .content > .modal {
    margin-bottom: 150px;
  }

}

.featherlight .modal-cols {
  min-height: 100%;
}

@media (min-width: 768px) {
  .modal-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .no-flexbox .modal-cols {
    display: table;
    width: 100%;
  }

  .no-flexbox .featherlight .modal-cols {
    height: 100%;
  }

}

.modal-col {
  padding: 40px 0 10px;
  border-top: 1px solid #201e1b;
}

.modal-col:first-child {
  border-top: 0;
}

.featherlight .modal-col {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .modal-col {
    width: 50%;
    padding: 40px 40px 30px;
    border-top: 0;
    border-left: 1px solid #201e1b;
  }

  .modal-col:first-child {
    border-left: 0;
  }

  .featherlight .modal-col {
    margin-left: 0;
    margin-right: 0;
  }

  .no-flexbox .modal-col {
    display: table-cell;
    vertical-align: top;
  }

}

@media (min-width: 992px) {
  .modal-col:nth-child(1) {
    padding-left: 60px;
  }

  .modal-col:last-child {
    padding-right: 60px;
  }

  .featherlight .modal-col {
    padding-top: 50px;
  }

}

.modal-conversation {
  position: relative;
}

.modal-conversation-question {
  width: 100%;
}

@media (min-width: 768px) {
  .modal-conversation-question {
    display: none;
  }

}

.modal-conversation-question .conversation:before {
  display: none;
}

.cssvhunit .modal-conversation-question .conversation {
  height: calc(100vh - 9px * 2);
}

.modal-conversation-answers {
  width: 100%;
}

.modal-conversation-answers:after {
  content: "";
  display: table;
  clear: both;
}

.modal-conversation-answers-featured {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured {
    float: left;
    width: 50%;
    margin-right: -1px;
    padding: 0;
    border-right: 1px solid #201e1b;
  }

}

.modal-conversation-answers-featured h3 {
  padding: 40px 0 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured h3 {
    padding: 75px 55px 70px;
    font-size: 20px;
    font-size: 2rem;
  }

}

[data-mood^="romance"] .modal-conversation-answers-featured h3 {
  color: #b4337d;
}

[data-mood^="refreshment"] .modal-conversation-answers-featured h3 {
  color: #699ab7;
}

[data-mood^="favourite"] .modal-conversation-answers-featured h3 {
  color: #5d9d22;
}

[data-mood^="share"] .modal-conversation-answers-featured h3 {
  color: #dfbb29;
}

[data-mood^="discover"] .modal-conversation-answers-featured h3 {
  color: #ac8f49;
}

[data-mood^="genuine"] .modal-conversation-answers-featured h3 {
  color: #5d1109;
}

[data-mood^="excellence"] .modal-conversation-answers-featured h3 {
  color: #ba4943;
}

.modal-conversation-answers-featured ul {
  margin-bottom: 20px;
  padding: 6px 0 18px;
  border-right: 1px solid #201e1b;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured ul {
    margin-bottom: 0;
    padding: 0 0 40px 40px;
    border: 0;
  }

}

@media (min-width: 992px) {
  .modal-conversation-answers-featured ul {
    padding-left: 65px;
  }

}

.modal-conversation-answers-featured ul li {
  margin-top: 30px;
}

.modal-conversation-answers-featured ul li:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured ul li {
    margin-top: 40px;
  }

}

.modal-conversation-answers-featured ul p {
  padding-right: 30px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.333;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured ul p {
    font-size: 18px;
    font-size: 1.8rem;
  }

}

.modal-conversation-answers-featured ul .author {
  position: relative;
  margin-top: 1em;
  font-size: 10px;
  font-size: 1rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .modal-conversation-answers-featured ul .author {
    font-size: 12px;
    font-size: 1.2rem;
  }

}

.modal-conversation-answers-featured ul .author span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
  background: #ffffff;
}

.modal-conversation-answers-featured ul .author:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #201e1b;
}

.modal-conversation-answers-facebook {
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .modal-conversation-answers-facebook {
    float: left;
    width: 50%;
    padding: 40px 30px 50px;
    border-left: 1px solid #201e1b;
  }

}

@media (min-width: 992px) {
  .modal-conversation-answers-facebook {
    padding-left: 40px;
    padding-right: 40px;
  }

}

.modal-conversation-answers-facebook h3 {
  margin-bottom: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 768px) {
  .modal-conversation-answers-facebook h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }

}

@media (min-width: 768px) {
  .modal-conversation .fb-comments-wrap {
    max-height: calc(100vh - 176px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

}

@media (min-width: 992px) {
  .modal-conversation .fb-comments-wrap {
    max-height: calc(95vh - 176px);
  }

}

.modal-conversation .fb-comments,
.modal-conversation .fb-comments span,
.modal-conversation .fb-comments iframe[style] {
  width: 100% !important;
}

.js .content > .modal-conversation {
  display: none;
}

@media (min-width: 768px) {
  .modal-subscription .entry-content h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }

}

.modal-subscription .mini-form {
  display: none;
}

.modal-subscription.show-mini .mini-form {
  display: block;
}

.modal-subscription.show-mini .full-form {
  display: none;
}

.mini-form {
  height: 100%;
}

.mini-form .mini-intro {
  height: 65%;
  position: relative;
}

.mini-form .mini-intro .mini-intro-content {
  width: 60%;
  margin: 0 auto;
  padding-top: 40px;
}

.mini-form .mini-intro .mini-intro-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Libre Baskerville", "Georgia", serif;
  font-style: italic;
}

.mini-form .mini-intro .mini-intro-content p {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}

.mini-form .mini-intro .color-line {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
  left: 10%;
  right: 10%;
}

.mini-form .mini-intro .color-line span {
  display: inline-block;
  width: 50%;
  background-image: url(../img/logo-spectrum.svg);
  background-position: 100% center;
  background-size: 250% 100%;
  float: left;
  height: 15px;
}

.mini-form .mini-intro .color-line .color-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mini-form .form-mini {
  background-color: #e9e4e4;
  height: 35%;
  padding-top: 1em;
}

.mini-form .form-mini .form {
  width: 95%;
  margin: 0 auto;
}

.mini-form .form-mini .form .btn {
  color: white;
  font-style: normal;
}

@media (min-width: 768px) {
  .mini-form .mini-intro .color-line span {
    background-size: 100% 100%;
  }

  .mini-form .form-mini .form {
    width: 60%;
  }

  .mini-form .form-mini .form .form-fields,
  .mini-form .form-mini .form .form-buttons {
    float: left;
    margin-right: 15px;
  }

  .mini-form .form-mini .form .form-fields {
    margin-top: 1.3em;
    width: 70%;
  }

}

.featherlight .modal-confirm .content-block {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
}

@media (min-width: 992px) {
  .featherlight .modal-confirm .content-block-inner h4 {
    margin-bottom: 120px;
  }

}

.modal-recipe .recipe-single {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal-recipe .recipe-content-inner {
  padding-left: 28px;
  padding-right: 28px;
}

.modal-recipe .recipe-details {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .modal-recipe .image-share--modal {
    display: none;
  }

}

.modal-recipe .owl-carousel .owl-buttons .owl-prev {
  left: 7px;
}

.modal-recipe .owl-carousel .owl-buttons .owl-next {
  right: 7px;
}

.container .modal-recipe .recipe-single {
  margin-left: -20px;
  margin-right: -20px;
}

.mood-tiles {
  position: relative;
  margin: 0 calc(-0.5% - (10px * 2) - 1px) 10px calc(-0.5% - (10px * 2));
}

.mood-tiles:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .mood-tiles {
    margin: 0 -0.5% 10px;
  }

}

.mood-tiles.mood-tiles--romance .mood-tile-overlay {
  background-color: #b4337d;
  background-color: rgba(180, 51, 125, 0.4);
}

.mood-tiles.mood-tiles--romance .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--refreshment .mood-tile-overlay {
  background-color: #699ab7;
  background-color: rgba(105, 154, 183, 0.4);
}

.mood-tiles.mood-tiles--refreshment .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--favourite .mood-tile-overlay {
  background-color: #5d9d22;
  background-color: rgba(93, 157, 34, 0.4);
}

.mood-tiles.mood-tiles--favourite .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--share .mood-tile-overlay {
  background-color: #dfbb29;
  background-color: rgba(223, 187, 41, 0.4);
}

.mood-tiles.mood-tiles--share .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--discover .mood-tile-overlay {
  background-color: #ac8f49;
  background-color: rgba(172, 143, 73, 0.4);
}

.mood-tiles.mood-tiles--discover .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--genuine .mood-tile-overlay {
  background-color: #5d1109;
  background-color: rgba(93, 17, 9, 0.4);
}

.mood-tiles.mood-tiles--genuine .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tiles.mood-tiles--excellence .mood-tile-overlay {
  background-color: #ba4943;
  background-color: rgba(186, 73, 67, 0.4);
}

.mood-tiles.mood-tiles--excellence .mood-tile-overlay:hover {
  background-color: transparent;
}

.mood-tile {
  position: relative;
  overflow: hidden;
  float: left;
  width: 63%;
  margin: 1% 0.5% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size: cover;
}

.ie8 .mood-tile {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.mood-tile:before {
  content: "";
  display: block;
  padding-bottom: 77%;
}

.mood-tile > * {
  position: absolute;
}

.mood-tile > a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.mood-tile > a:hover {
  border: 0;
  background-color: rgba(233, 228, 228, 0.4);
}

.mood-tile--wide {
  display: table;
  width: 99%;
}

.mood-tile--wide:before {
  display: table-cell;
  padding-bottom: 67.7%;
  width: 1px;
}

.mood-tile--narrow {
  width: 35%;
}

.mood-tile--narrow:before {
  padding-bottom: 138.6%;
}

.mood-tile--tall:before {
  padding-bottom: 100%;
}

.mood-tile--tall.mood-tile--narrow:before {
  padding-bottom: 180.5%;
}

.mood-tile--small:before {
  padding-bottom: 60.65%;
}

.mood-tile--small.mood-tile--narrow:before {
  padding-bottom: 108.9%;
}

.mood-tile-overlay {
  position: static;
  display: table-cell;
  margin: 0 -1px;
  border: 0;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.mood-tile-overlay h3 {
  font-size: 25px;
  font-size: 2.5rem;
  margin: auto;
  font-size: 7.8vw;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  -moz-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .mood-tile-overlay h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-size: 6vw;
  }

}

@media (min-width: 992px) {
  .mood-tile-overlay h3 {
    font-size: 54px;
    font-size: 5.4rem;
  }

}

.conversations {
  margin: 0 calc(-2px - (10px * 2)) 45px;
}

.conversations:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .conversations {
    margin: -4px -2px 80px;
  }

}

@media (min-width: 992px) {
  .conversations {
    margin-bottom: 110px;
  }

}

.conversations + .conversations {
  margin-top: -45px;
}

@media (min-width: 768px) {
  .conversations + .conversations {
    margin-top: -80px;
  }

}

@media (min-width: 992px) {
  .conversations + .conversations {
    margin-top: -110px;
  }

}

.is-loading .conversations {
  position: relative;
}

.is-loading .conversations:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

.conversation {
  position: relative;
  float: left;
  width: calc(50% - 4px);
  margin: 4px 2px 0;
  background-color: #f6f6f6;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

[data-grid-float] .conversation {
  float: right;
}

.ie8 .conversation {
  display: table;
}

.oldie .conversation {
  width: 49%;
}

.conversation:before {
  content: "";
  display: table-cell;
  padding-bottom: 100%;
  width: 1px;
}

.conversation:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .conversation {
    width: calc(33.3334% - 4px);
  }

  .oldie .conversation {
    width: 32.91%;
  }

}

.conversation a {
  border: 0;
  color: inherit;
}

.conversation a:hover {
  border: 0;
}

.conversation-inner {
  display: table-cell;
  width: 100%;
  color: inherit;
  vertical-align: middle;
}

.ie8 .conversation-inner {
  position: relative;
  z-index: 2;
}

.conversation-title {
  position: relative;
  z-index: 1;
  padding: 5% 8%;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 3.5vw;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 480px) {
  .conversation-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 2.8vw;
  }

}

@media (min-width: mobile) {
  .conversation-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 2.8vw;
  }

}

@media (min-width: 768px) {
  .conversation-title {
    padding: 5% 17.5%;
    font-size: 16px;
    font-size: 1.6rem;
  }

}

@media (min-width: 992px) {
  .conversation-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

}

.conversation-actions {
  position: absolute;
  bottom: 4px;
  right: 10px;
  z-index: 2;
}

.conversation-actions:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .conversation-actions {
    bottom: 0;
    right: -1px;
  }

}

@media (min-width: 992px) {
  .conversation-actions {
    bottom: -1px;
    right: -1px;
  }

}

@media (min-width: 768px) {
  .conversation-counter {
    float: left;
    line-height: 34px;
  }

}

@media (min-width: 768px) {
  .conversation-counter .icon-quote,
  .conversation-counter strong {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

}

.conversation-counter .icon-quote {
  color: #ccc;
  font-size: 8px;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .conversation-counter .icon-quote {
    top: -0.6em;
    font-size: 10px;
    font-size: 1rem;
  }

}

.conversation-counter strong {
  display: none;
  bottom: -0.6em;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
  .conversation-counter strong {
    display: inline-block;
  }

}

.conversation-share {
  display: none;
  height: 40px;
  margin-left: 10px;
  color: rgba(204, 204, 204, 0.8);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.conversation-share:hover {
  color: rgba(204, 204, 204, 0.6);
}

@media (min-width: 768px) {
  .conversation-share {
    display: inline-block;
    float: left;
  }

}

.conversation-sizer {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.conversation-sizer:before {
  display: none;
}

.conversation--tall {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ie8 .conversation--tall {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.conversation--tall .background-size-polyfill {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  z-index: 1 !important;
}

.conversation--tall:before {
  padding-top: 4px;
  padding-bottom: 200%;
}

@media (min-width: 768px) {
  .conversation--tall:before {
    padding-top: 6px;
  }

}

.conversation--wide {
  width: 100%;
}

.conversation--wide:before {
  padding-bottom: 50%;
}

@media (min-width: 768px) {
  .conversation--wide {
    width: calc(66.6% - 4px);
  }

  .oldie .conversation--wide {
    width: 65.82%;
  }

}

.conversation--wide .conversation-title {
  padding: 5% 27.5%;
}

.conversation--inner {
  float: none;
  width: 100%;
  margin: 0;
}

.conversation--inner .conversation-title {
  padding: 5% 14%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.667;
}

.conversation--inner .conversation-actions {
  bottom: 0;
  right: 0;
}

.conversation--inner .conversation-counter {
  float: left;
  line-height: 34px;
}

.conversation--inner .conversation-counter .icon-quote,
.conversation--inner .conversation-counter strong {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.conversation--inner .conversation-counter strong {
  display: inline-block;
}

.conversation--inner .conversation-share {
  display: inline-block;
  float: left;
}

[data-mood^="romance"] .conversation--wide {
  background-color: #b4337d;
  color: #ffffff;
}

[data-mood^="romance"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="romance"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="romance"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="romance"] .conversation--tall {
  background-color: #b4337d;
  color: #ffffff;
}

[data-mood^="romance"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #b4337d;
  background-color: rgba(180, 51, 125, 0.4);
}

.ie8 [data-mood^="romance"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="romance"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="romance"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="romance"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="romance"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="romance"] .conversation:nth-child(4n+2) {
  background-color: #913d6e;
  color: #ffffff;
}

[data-mood^="romance"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="romance"] .conversation:first-child + .conversation {
  background-color: #913d6e;
  color: #ffffff;
}

.ie8 [data-mood^="romance"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation--wide {
  background-color: #699ab7;
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="refreshment"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="refreshment"] .conversation--tall {
  background-color: #699ab7;
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #699ab7;
  background-color: rgba(105, 154, 183, 0.4);
}

.ie8 [data-mood^="refreshment"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="refreshment"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="refreshment"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="refreshment"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="refreshment"] .conversation:nth-child(4n+2) {
  background-color: #6a8a9c;
  color: #ffffff;
}

[data-mood^="refreshment"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="refreshment"] .conversation:first-child + .conversation {
  background-color: #6a8a9c;
  color: #ffffff;
}

.ie8 [data-mood^="refreshment"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="favourite"] .conversation--wide {
  background-color: #5d9d22;
  color: #ffffff;
}

[data-mood^="favourite"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="favourite"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="favourite"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="favourite"] .conversation--tall {
  background-color: #5d9d22;
  color: #ffffff;
}

[data-mood^="favourite"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #5d9d22;
  background-color: rgba(93, 157, 34, 0.4);
}

.ie8 [data-mood^="favourite"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="favourite"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="favourite"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="favourite"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="favourite"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="favourite"] .conversation:nth-child(4n+2) {
  background-color: #537c2a;
  color: #ffffff;
}

[data-mood^="favourite"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="favourite"] .conversation:first-child + .conversation {
  background-color: #537c2a;
  color: #ffffff;
}

.ie8 [data-mood^="favourite"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="share"] .conversation--wide {
  background-color: #dfbb29;
  color: #ffffff;
}

[data-mood^="share"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="share"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="share"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="share"] .conversation--tall {
  background-color: #dfbb29;
  color: #ffffff;
}

[data-mood^="share"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #dfbb29;
  background-color: rgba(223, 187, 41, 0.4);
}

.ie8 [data-mood^="share"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="share"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="share"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="share"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="share"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="share"] .conversation:nth-child(4n+2) {
  background-color: #be9f31;
  color: #ffffff;
}

[data-mood^="share"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="share"] .conversation:first-child + .conversation {
  background-color: #be9f31;
  color: #ffffff;
}

.ie8 [data-mood^="share"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="discover"] .conversation--wide {
  background-color: #ac8f49;
  color: #ffffff;
}

[data-mood^="discover"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="discover"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="discover"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="discover"] .conversation--tall {
  background-color: #ac8f49;
  color: #ffffff;
}

[data-mood^="discover"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #ac8f49;
  background-color: rgba(172, 143, 73, 0.4);
}

.ie8 [data-mood^="discover"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="discover"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="discover"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="discover"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="discover"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="discover"] .conversation:nth-child(4n+2) {
  background-color: #8a7952;
  color: #ffffff;
}

[data-mood^="discover"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="discover"] .conversation:first-child + .conversation {
  background-color: #8a7952;
  color: #ffffff;
}

.ie8 [data-mood^="discover"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="genuine"] .conversation--wide {
  background-color: #5d1109;
  color: #ffffff;
}

[data-mood^="genuine"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="genuine"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="genuine"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="genuine"] .conversation--tall {
  background-color: #5d1109;
  color: #ffffff;
}

[data-mood^="genuine"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #5d1109;
  background-color: rgba(93, 17, 9, 0.4);
}

.ie8 [data-mood^="genuine"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="genuine"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="genuine"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="genuine"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="genuine"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="genuine"] .conversation:nth-child(4n+2) {
  background-color: #40100c;
  color: #ffffff;
}

[data-mood^="genuine"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="genuine"] .conversation:first-child + .conversation {
  background-color: #40100c;
  color: #ffffff;
}

.ie8 [data-mood^="genuine"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

[data-mood^="excellence"] .conversation--wide {
  background-color: #ba4943;
  color: #ffffff;
}

[data-mood^="excellence"] .conversation--wide .icon-quote {
  color: #ffffff;
}

[data-mood^="excellence"] .conversation--wide .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="excellence"] .conversation--wide .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="excellence"] .conversation--tall {
  background-color: #ba4943;
  color: #ffffff;
}

[data-mood^="excellence"] .conversation--tall .conversation-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background-color: #ba4943;
  background-color: rgba(186, 73, 67, 0.4);
}

.ie8 [data-mood^="excellence"] .conversation--tall .conversation-inner:after {
  display: none;
}

[data-mood^="excellence"] .conversation--tall .icon-quote {
  color: #ffffff;
}

[data-mood^="excellence"] .conversation--tall .conversation-actions {
  color: #201e1b;
}

[data-mood^="excellence"] .conversation--tall .conversation-share {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

[data-mood^="excellence"] .conversation--tall .conversation-share:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

[data-mood^="excellence"] .conversation:nth-child(4n+2) {
  background-color: #96504d;
  color: #ffffff;
}

[data-mood^="excellence"] .conversation:nth-child(4n+2) .icon-quote {
  color: #ffffff;
}

.ie8 [data-mood^="excellence"] .conversation:first-child + .conversation {
  background-color: #96504d;
  color: #ffffff;
}

.ie8 [data-mood^="excellence"] .conversation:first-child + .conversation .icon-quote {
  color: #ffffff;
}

.conversation-carousel {
  padding: 0;
  overflow: hidden;
}

.conversation-carousel .owl-buttons {
  top: 50%;
  margin-top: -31px;
}

.conversation-carousel .owl-buttons .owl-next {
  right: 10px;
  width: 20px;
  -webkit-animation: float 1s infinite linear;
  animation: float 1s infinite linear;
}

.conversation-carousel .owl-buttons .owl-next:before {
  color: #ffffff;
  font-size: 32px;
  font-size: 3.2rem;
}

.conversation-carousel .owl-buttons .owl-next.disabled {
  display: none;
}

.recipes {
  margin: 0 calc(-5px - (10px * 2)) 45px;
}

.recipes:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .recipes {
    margin: -10px -5px 10px;
  }

}

@media (min-width: 992px) {
  .recipes {
    margin-bottom: 110px;
  }

}

.recipe {
  position: relative;
  width: 100%;
  margin: 10px 5px 0;
}

.recipe:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .recipe {
    float: left;
    width: 32%;
    width: calc(33.333334% - 10px);
    background: transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

  .recipe:hover {
    background: #f7f5f5;
  }

  .recipe:hover .recipe-image > a {
    border: 0;
    background: rgba(233, 228, 228, 0.4);
  }

  .recipe:hover .recipe-content,
  .recipe:hover .recipe-content a {
    color: #000000;
  }

  .ie8 .recipe {
    margin: 10px 0 0;
    padding: 0 5px;
    width: 33.333334%;
  }

}

.recipe-sizer {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.recipe-sizer:before {
  display: none;
}

@media (min-width: 768px) {
  .recipe--wide {
    float: left;
    width: 65%;
    width: calc(66.6% - 10px);
    outline: 1px solid #dedede;
  }

  .ie8 .recipe--wide {
    width: 66.6%;
  }

}

.recipe-image {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ie8 .recipe-image {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.recipe-image:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}

@media (min-width: 768px) {
  .recipe-image {
    float: none;
    width: 100%;
  }

}

.recipe-image > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.recipe--wide .recipe-image {
  float: none;
  width: 100%;
}

.recipe--small .recipe-image:before,
.recipe--wide .recipe-image:before {
  padding-bottom: 73.8%;
}

.recipe-content {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .recipe-content {
    float: none;
    width: 100%;
    margin-top: 1.5%;
  }

  .recipe-content:before {
    content: "";
    display: block;
    padding-bottom: 150%;
  }

}

.recipe-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .recipe-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }

}

@media (min-width: 992px) {
  .recipe-content h2 {
    font-size: 30px;
    font-size: 3rem;
  }

}

.recipe-content h2 a {
  border: 0;
}

.recipe-content h2.alt {
  margin-top: 4px;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .recipe-content h2.alt {
    font-size: 26px;
    font-size: 2.6rem;
  }

}

@media (min-width: 992px) {
  .recipe-content h2.alt {
    font-size: 36px;
    font-size: 3.6rem;
  }

}

.recipe-content h3 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.875;
}

@media (min-width: 768px) {
  .recipe-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

}

.recipe-content h4 {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin: 40px 0 15px;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid;
}

@media (min-width: 768px) {
  .recipe-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 55px 0 15px;
  }

}

.recipe-content ul {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .recipe-content ul {
    font-size: 14px;
    font-size: 1.4rem;
  }

}

@media (min-width: 768px) {
  .recipe-content ul li {
    margin: 5px 0;
  }

}

@media (min-width: 992px) {
  .recipe-content ul li {
    margin: 10px 0;
  }

}

.recipe-content p {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .recipe-content p {
    display: block;
  }

}

.recipe-content p.lead {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .recipe-content p.lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

}

@media (min-width: 992px) {
  .recipe-content p.lead {
    font-size: 20px;
    font-size: 2rem;
  }

}

@media (min-width: 768px) {
  .recipe-content h2 + * {
    margin-top: 10px;
  }

}

@media (min-width: 992px) {
  .recipe-content h2 + * {
    margin-top: 30px;
  }

}

.recipe-content-back {
  display: none;
}

@media (min-width: 768px) {
  .recipe-content-back {
    display: block;
  }

}

.recipe-content-inner {
  padding: 0 18px 10px;
}

@media (min-width: 768px) {
  .recipe-content-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 10px 0;
  }

}

@media (min-width: 992px) {
  .recipe-content-inner {
    padding: 25px 15px 10px 0;
  }

}

.recipe-content-inner p {
  display: none;
}

@media (min-width: 768px) {
  .recipe-content-inner p {
    display: block;
  }

}

.recipe-content-separator {
  display: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .recipe-content-separator {
    display: block;
  }

}

.recipe-content-more {
  display: none;
  margin-top: 10px;
  color: #433e38;
  font-style: italic;
  border-bottom: 1px solid #201e1b;
  color: #201e1b;
}

@media (min-width: 768px) {
  .recipe-content-more {
    display: inline-block;
  }

}

.recipe--wide .recipe-content {
  float: none;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .recipe--wide .recipe-content {
    margin-top: 1%;
  }

  .recipe--wide .recipe-content:before {
    padding-bottom: 73.8%;
  }

}

.recipe--wide .recipe-content-inner {
  padding: 10px 20px 20px;
}

@media (min-width: 768px) {
  .recipe--wide .recipe-content-inner {
    padding: 20px 30px 30px;
  }

}

@media (min-width: 992px) {
  .recipe--wide .recipe-content-inner {
    padding: 50px 60px 60px;
  }

}

.recipe--wide .recipe-content-inner h2 {
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .recipe--wide .recipe-content-inner h2 {
    font-size: 30px;
    font-size: 3rem;
  }

}

@media (min-width: 768px) {
  .recipe--small .recipe-content:before {
    padding-bottom: 73.8%;
  }

}

.recipe-details {
  clear: both;
  padding: 30px 20px 0;
}

@media (min-width: 768px) {
  .recipe-details {
    padding: 21px 0 0;
  }

}

@media (min-width: 992px) {
  .recipe-details {
    padding: 42px 0 0;
  }

}

.recipe-single {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 0 55px;
}

.recipe-single:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .recipe-single {
    margin: 0;
    padding: 10px 0 80px;
  }

}

@media (min-width: 992px) {
  .recipe-single {
    padding: 10px 0 110px;
  }

}

.recipe-single .recipe-image {
  float: none;
  width: 100%;
}

.recipe-single .recipe-image:before {
  padding-bottom: 73.8%;
}

@media (min-width: 768px) {
  .recipe-single .recipe-image {
    float: left;
    width: 66.6%;
    margin-right: 2%;
  }

}

.recipe-single .recipe-image .image-share {
  display: none;
}

@media (min-width: 768px) {
  .recipe-single .recipe-image .image-share {
    display: block;
  }

}

.recipe-single .recipe-content {
  float: none;
  width: 100%;
  margin-top: 20px;
}

.recipe-single .recipe-content:before {
  display: none;
}

@media (min-width: 768px) {
  .recipe-single .recipe-content {
    float: left;
    width: 31.4%;
    margin: 0;
  }

}

.recipe-single .recipe-content h2 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .recipe-single .recipe-content h2 {
    font-size: 30px;
    font-size: 3rem;
  }

}

.recipe-single .recipe-content p {
  display: block;
}

.recipe-single .recipe-content-inner {
  position: static;
}

@media (min-width: 768px) {
  .recipe-single .recipe-content-inner {
    padding: 0 20px 0 10px;
  }

}

@media (min-width: 992px) {
  .recipe-single .recipe-content-inner {
    padding: 0 45px 0 30px;
  }

}

.subscribe {
  position: relative;
  padding: 50px 0;
  background: #e9e4e4;
}

@media (min-width: 768px) {
  .subscribe {
    padding: 50px 0 57px;
  }

}

@media (min-width: 992px) {
  .subscribe {
    padding: 100px 0 115px;
  }

}

.subscribe h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .subscribe h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.11;
  }

  .subscribe h2 br {
    display: none;
  }

}

.subscribe h2 strong {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .subscribe h2 strong {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 25px;
  }

}

.subscribe h2 strong i {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 15px;
  background: #e9e4e4;
}

.subscribe h2 strong:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #201e1b;
}

.subscribe-inner {
  max-width: 660px;
  margin: 0 auto;
}

.subscribe-content {
  padding: 15px 0 0;
}

.subscribe-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .subscribe-content {
    padding: 30px 30px 0;
  }

}

.subscribe-content-inner {
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .subscribe-content-inner {
    text-align: left;
  }

}

.subscribe-content img {
  display: block;
  max-width: 47.5%;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .subscribe-content img {
    float: left;
    margin-right: 38px;
    max-width: 29.5%;
  }

}

@media (min-width: 768px) {
  .subscribe-content p {
    float: left;
    max-width: 410px;
    margin-top: 20px;
  }

  .subscribe-content p + p {
    margin-top: 12px;
  }

}

.subscribe-content .btn {
  margin: 25px 3px 3px;
  min-width: 160px;
}

.subscribe--alt {
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .subscribe--alt h2 {
    text-align: left;
  }

}

.subscribe--alt h2 strong {
  margin-top: 0;
}

@media (min-width: 768px) {
  .subscribe--alt h2 strong {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 5px;
  }

}

.subscribe--alt h2 strong:before {
  display: none;
}

.subscribe--alt h2 strong i {
  padding: 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .subscribe--alt .subscribe-content {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe--alt .subscribe-content img {
    float: right;
    margin: -72px 0 0 38px;
    max-width: 41.5%;
  }

  .subscribe--alt .subscribe-content p {
    margin-top: 0;
    max-width: 350px;
  }

}

.subscribe--alt .subscribe-content .btn {
  display: block;
}

@media (min-width: 768px) {
  .subscribe--alt .subscribe-content .btn {
    display: inline-block;
  }

}

.image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 12px 20px 12px 12px;
  background: #A79567;
  color: #60150B;
}

.image-label:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .image-label {
    padding: 21px 40px 21px 21px;
  }

}

.image-label img {
  display: inline-block;
  vertical-align: middle;
  max-width: 22px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .image-label img {
    max-width: none;
  }

}

.image-label h4 {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  font-style: italic;
}

.image-share {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #ffffff;
  white-space: nowrap;
}

.image-share:after {
  content: "";
  display: table;
  clear: both;
}

.image-share h4 {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
  font-style: italic;
}

.image-share-list {
  display: inline-block;
  vertical-align: middle;
}

.image-share-list:after {
  content: "";
  display: table;
  clear: both;
}

.image-share-list li {
  float: left;
  margin-left: 2px;
}

.image-share-list a {
  display: block;
  border: 0;
  height: 40px;
  color: rgba(204, 204, 204, 0.8);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.image-share-list a:hover {
  color: rgba(204, 204, 204, 0.6);
}

.image-share--modal {
  position: static;
  overflow: hidden;
  float: right;
  background: #ffffff;
}

@media (min-width: 768px) {
  .image-share--modal {
    position: absolute;
    float: none;
    padding-left: 5px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }

}

.image-share--modal h4 {
  color: #201e1b;
}

.mood-wheel {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000 center center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

.ie8 .mood-wheel {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.wine-listing-open .mood-wheel {
  -webkit-transform: translateY(-12.5%);
  -ms-transform: translateY(-12.5%);
  transform: translateY(-12.5%);
}

@media (min-width: 992px) {
  .wine-listing-open .mood-wheel {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

.wines {
  margin-bottom: 50px;
}

.wines:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .wines {
    margin: 0 -25px 100px;
  }

}

@media (min-width: 992px) {
  .wines {
    margin: 0 -25px 150px;
  }

}

@media (min-width: 768px) {
  .wines--full {
    margin: 0 -25px 50px;
  }

  .wines--full .wine {
    width: 100%;
  }

  .wines--full .owl-item .wine {
    float: none;
    height: 100%;
  }

}

@media (min-width: 992px) {
  .wines--full {
    margin: 0 -25px 50px;
  }

  .wines--full .wine {
    padding: 0 10px;
  }

}

.wine {
  position: relative;
  padding: 0 15px 0 10px;
  margin: 0 auto;
  max-width: 340px;
}

.wine:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .wine {
    float: left;
    width: 33.333%;
    padding: 0 25px;
  }

}

.wine-image {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.ie8 .wine-image {
  -ms-behavior: url(./js/backgroundsize.min.htc);
}

.wine-image:before {
  content: "";
  display: block;
  padding-top: 375%;
}

@media (min-width: 768px) {
  .wine-image {
    width: 35%;
    margin-right: 6%;
  }

}

.wine-content {
  float: left;
  width: 67%;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .wine-content {
    width: 59%;
    padding-bottom: 85px;
  }

}

.wine-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 0 15px;
  border-bottom: 1px solid #201e1b;
  font-weight: normal;
  line-height: 1.27;
}

.wine-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -5px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.75;
}

.wine-content p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 0 22px;
  line-height: 1.667;
}

@media (min-width: 768px) {
  .wine-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }

}

.wine-content .btn {
  display: block;
  margin-right: 3px;
  margin-bottom: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .wine-content .btn {
    position: absolute;
    left: 43%;
    bottom: 25px;
    min-width: 140px;
  }

}

@media (min-width: 992px) {
  .wine-content .btn {
    bottom: 65px;
  }

}

.wine-content .wine-details-btn {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .wine-content .wine-details-btn {
    min-width: 96px;
    bottom: 45px;
  }

}

.wine-additional-info {
  font-size: 10px;
  font-size: 1rem;
  float: left;
  clear: both;
  text-align: center;
}

@media (min-width: 768px) {
  .wine-additional-info {
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    left: 43%;
    bottom: 0;
    min-width: 96px;
  }

}

.wine-additional-info span {
  display: inline-block;
  padding: 0 8px;
}

.wine-additional-info span i {
  display: block;
  margin: 0 0 2px;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
}

.wine-analysis {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 10px 0;
}

.wine-analysis h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: italic;
}

@media (min-width: 768px) {
  .wine--featured .wine-image {
    width: 38%;
    height: 343px;
    margin-right: 11%;
  }

}

.wine--featured .wine-content {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .wine--featured .wine-content {
    width: 51%;
  }

}

@media (min-width: 768px) {
  .wine--featured .wine-content h3 {
    padding-bottom: 0;
    border: 0;
    line-height: 1;
  }

}

@media (min-width: 992px) {
  .wine--featured .wine-content h3 {
    font-size: 30px;
    font-size: 3rem;
  }

}

@media (min-width: 992px) {
  .wine--featured .wine-content p {
    padding-top: 30px;
    line-height: 1.65;
  }

}

.wine--featured .wine-content .btn {
  margin: 0;
  bottom: 3px;
  min-width: 150px;
}

.wine-listing {
  position: relative;
  top: 0;
  padding: 10px 20px;
  background: #ffffff;
  -webkit-transition: margin 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out, top 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .wine-listing {
    padding-top: 15px;
  }

}

.wine-listing:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: 34px;
}

@media (min-width: 768px) {
  .wine-listing:before {
    height: 50px;
    margin-bottom: -5px;
  }

}

.wine-listing:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  margin-left: -12px;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
}

@media (min-width: 768px) {
  .wine-listing:after {
    line-height: 44px;
  }

}

.wine-listing.open {
  top: 119px;
  margin-top: -440px;
  margin-bottom: 119px;
}

@media (min-width: 768px) {
  .wine-listing.open {
    top: 0;
    margin-top: -380px;
    margin-bottom: 0;
  }

}

.cssvhunit .wine-listing.open {
  margin-top: -100vh;
}

@media (min-width: 768px) {
  .cssvhunit .wine-listing.open {
    margin-top: -60vh;
  }

}

.wine-listing.open:before,
.wine-listing.open:after {
  display: block;
}

.wine-listing.details .wine-listing-back {
  display: block;
}

.wine-listing.details .wines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wine-listing-header {
  padding: 10px 0;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .wine-listing-header {
    padding: 30px 0 0;
  }

}

.wine-listing-header h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.11;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}

@media (min-width: 768px) {
  .wine-listing-header h2 {
    font-size: 48px;
    font-size: 4.8rem;
  }

}

.wine-listing-back {
  display: none;
  text-align: center;
}

.wine-listing-buy {
  margin: 15px 0 30px;
}

@media (min-width: 768px) {
  .wine-listing-buy {
    margin: 0 0 30px 340px;
  }

}

.wine-listing-buy .btn {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .wine-listing-buy .btn {
    display: inline-block;
  }

}

.wine-listing-similar {
  position: relative;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .wine-listing-similar {
    position: absolute;
    top: 0;
    right: 10px;
    width: 105px;
    padding: 0;
  }

}

.wine-listing-similar h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 992px) {
  .wine-listing-similar h5 {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    width: 100%;
    text-align: center;
  }

}

.wine-listing-content {
  position: relative;
  padding-bottom: 1px;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.wine-listing-content.no-transition {
  -webkit-transition: none;
  transition: none;
}

.wine-listing-details {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 30px;
  background: #ffffff;
}

.wine-listing-details .container {
  position: relative;
  overflow: hidden;
}

.wine-listing-details .wine {
  padding-left: 0;
}

@media (min-width: 768px) {
  .wine-listing-details .wine {
    float: left;
    padding-top: 40px;
    padding-right: 30px;
    width: 340px;
  }

  .wine-listing-details .wine-image {
    width: 30%;
  }

  .wine-listing-details .wine-content {
    width: 62%;
  }

  .wine-listing-details .entry-content {
    margin: 0 20px 25px 340px;
  }

}

@media (min-width: 992px) {
  .wine-listing-details .container {
    min-height: 534px;
  }

  .wine-listing-details .entry-content {
    margin-right: 155px;
  }

}

.wines ~ .wine-listing-details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.wine-listing.details .wines ~ .wine-listing-details {
  position: relative;
  opacity: 1;
}

.wine-listing-nav {
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .wine-listing-nav {
    display: block;
  }

}

.wine-listing-nav .prev,
.wine-listing-nav .next {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  display: block;
  font-style: italic;
  width: 60px;
  height: 63px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.wine-listing-nav .prev:before,
.wine-listing-nav .next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  color: #000000;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 63px;
  text-align: center;
}

.wine-listing-nav .prev:hover,
.wine-listing-nav .next:hover {
  border-bottom-color: transparent;
  background-color: #e7e7e7;
}

.wine-listing-nav .prev:hover .sr-only,
.wine-listing-nav .prev:hover .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .prev:hover h2,
.wine-listing-nav .next:hover .sr-only,
.wine-listing-nav .next:hover .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .next:hover h2 {
  top: 50%;
  width: auto;
  height: auto;
  margin: -11px 11px;
  clip: auto;
  white-space: nowrap;
  opacity: 1;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
}

.wine-listing-nav .prev .sr-only,
.wine-listing-nav .prev .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .prev h2,
.wine-listing-nav .next .sr-only,
.wine-listing-nav .next .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .next h2 {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.wine-listing-nav .prev {
  left: -20px;
}

.wine-listing-nav .prev:hover .sr-only,
.wine-listing-nav .prev:hover .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .prev:hover h2 {
  left: 100%;
}

.wine-listing-nav .next {
  right: -20px;
}

.wine-listing-nav .next:hover .sr-only,
.wine-listing-nav .next:hover .wine-listing.details .wine-listing-header h2,
.wine-listing.details .wine-listing-header .wine-listing-nav .next:hover h2 {
  right: 100%;
}

.wine-listing--romance:before {
  background-color: rgba(215, 194, 206, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--romance:before {
    background-color: rgba(215, 194, 206, 0.5);
  }

}

.wine-listing--romance .wine-listing-header h2 {
  color: #cb9cab;
}

@media (min-width: 768px) {
  .wine-listing--romance .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--romance .wine-listing-similar a:hover {
  border-color: #d7c2ce;
}

.wine-listing--refreshment:before {
  background-color: rgba(233, 233, 233, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--refreshment:before {
    background-color: rgba(233, 233, 233, 0.5);
  }

}

.wine-listing--refreshment .wine-listing-header h2 {
  color: #cbcfd5;
}

@media (min-width: 768px) {
  .wine-listing--refreshment .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--refreshment .wine-listing-similar a:hover {
  border-color: #e9e9e9;
}

.wine-listing--favourite:before {
  background-color: rgba(184, 205, 164, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--favourite:before {
    background-color: rgba(184, 205, 164, 0.5);
  }

}

.wine-listing--favourite .wine-listing-header h2 {
  color: #8cc57a;
}

@media (min-width: 768px) {
  .wine-listing--favourite .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--favourite .wine-listing-similar a:hover {
  border-color: #b8cda4;
}

.wine-listing--share:before {
  background-color: rgba(234, 228, 208, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--share:before {
    background-color: rgba(234, 228, 208, 0.5);
  }

}

.wine-listing--share .wine-listing-header h2 {
  color: #e0e1a7;
}

@media (min-width: 768px) {
  .wine-listing--share .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--share .wine-listing-similar a:hover {
  border-color: #eae5d0;
}

.wine-listing--discover:before {
  background-color: rgba(214, 212, 209, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--discover:before {
    background-color: rgba(214, 212, 209, 0.5);
  }

}

.wine-listing--discover .wine-listing-header h2 {
  color: #c5c4b0;
}

@media (min-width: 768px) {
  .wine-listing--discover .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--discover .wine-listing-similar a:hover {
  border-color: #d6d5d1;
}

.wine-listing--genuine:before {
  background-color: rgba(194, 94, 85, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--genuine:before {
    background-color: rgba(194, 94, 85, 0.5);
  }

}

.wine-listing--genuine .wine-listing-header h2 {
  color: #b55b31;
}

@media (min-width: 768px) {
  .wine-listing--genuine .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--genuine .wine-listing-similar a:hover {
  border-color: #c35f56;
}

.wine-listing--excellence:before {
  background-color: rgba(220, 211, 211, 0.8);
}

@media (min-width: 768px) {
  .wine-listing--excellence:before {
    background-color: rgba(220, 211, 211, 0.5);
  }

}

.wine-listing--excellence .wine-listing-header h2 {
  color: #cdb8b0;
}

@media (min-width: 768px) {
  .wine-listing--excellence .wine-listing-header h2 {
    color: inherit;
  }

}

.wine-listing--excellence .wine-listing-similar a:hover {
  border-color: #dcd3d3;
}

.similar-wines {
  position: relative;
}

@media (min-width: 992px) {
  .similar-wines {
    float: left;
    margin: 0 0 42px;
    width: 100%;
    height: 430px;
  }

}

.js .similar-wines {
  height: 95px;
}

@media (min-width: 992px) {
  .js .similar-wines {
    height: 430px;
  }

}

.similar-wines a {
  display: block;
  width: 95px;
  height: 95px;
  border: 1px solid transparent;
  border-radius: 1px;
}

@media (min-width: 992px) {
  .similar-wines a {
    width: 105px;
    height: 105px;
    padding: 10px 0;
  }

}

.similar-wines img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
}

.similar-wines-item {
  float: left;
  width: 95px;
  height: 95px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .similar-wines-item {
    width: 105px;
    height: 107px;
  }

}

.similar-wines-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.similar-wines-next {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .similar-wines-next {
    top: auto;
    right: 0;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 20px;
  }

}

.similar-wines-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .similar-wines-next:before {
    content: "\e600";
    font-size: 6px;
    font-size: 0.6rem;
  }

}

.similar-wines-next:focus {
  outline: none;
}

.similar-wines-next:hover {
  background-color: #e7e7e7;
}

/*# sourceMappingURL=main.css.map */