@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Linden+Hill:400,400italic");
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

p {
  text-rendering: optimizeLegibility; }

/* ~~~ //
$main-background-color: $pale-golden-rod-color;
// ~~~ */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

html:lang(ja) nav ul.pages-menu li a,
html:lang(ja) body.multi-page nav ul.pages-menu li.active {
  font-size: 1rem; }

html:lang(ja) nav ul.sub-menu li a {
  font-size: 1rem; }

html:lang(ja) section.wines-page header h1 {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  font-family: "Linden Hill", Times New Roman, serif; }

header.title {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font: normal 1.625em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #bea558; }

h2 {
  color: black;
  font-weight: normal;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p {
  margin-bottom: 1.25rem; }

a {
  color: #7b9698;
  text-decoration: none; }
  a:focus {
    outline: none; }

ul {
  margin-left: 1.1rem; }

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

nav {
  width: 100%;
  background-color: #bea558;
  text-align: center; }
  nav i.fa {
    padding: 12px;
    color: white;
    line-height: 30px;
    font-size: 1.4rem; }
  nav .title {
    float: right;
    overflow: hidden;
    max-width: calc(100% - 50px);
    margin: 0;
    padding: 12px;
    color: white;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 1.625em/30px "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.625rem; }
  nav ul.pages-menu,
  nav ul.social-links-menu-link {
    position: fixed;
    min-width: 0;
    width: 0;
    height: 100%;
    margin: 0;
    border-right: 2px solid #bea558;
    background-color: black;
    overflow: auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    nav ul.pages-menu.menu-open,
    nav ul.social-links-menu-link.menu-open {
      display: block;
      min-width: 200px;
      box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.3);
      background-color: white; }
    nav ul.pages-menu li,
    nav ul.social-links-menu-link li {
      list-style: none;
      background-color: white;
      text-align: right; }
      nav ul.pages-menu li a,
      nav ul.social-links-menu-link li a {
        display: inline-block;
        padding: 12px 7px;
        color: black;
        font: 1.4em/30px "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: normal;
        -webkit-transition: color 0.35s ease-in-out;
        -moz-transition: color 0.35s ease-in-out;
        -o-transition: color 0.35s ease-in-out;
        transition: color 0.35s ease-in-out; }
        nav ul.pages-menu li a:hover,
        nav ul.social-links-menu-link li a:hover {
          color: #bea558; }
      nav ul.pages-menu li.active,
      nav ul.social-links-menu-link li.active {
        font-weight: normal; }
      nav ul.pages-menu li.extra-menu-items,
      nav ul.social-links-menu-link li.extra-menu-items {
        margin-bottom: 53px; }
        nav ul.pages-menu li.extra-menu-items ul.social-links-menu,
        nav ul.social-links-menu-link li.extra-menu-items ul.social-links-menu {
          margin: 0;
          padding: 12px 12px 12px 0; }
          nav ul.pages-menu li.extra-menu-items ul.social-links-menu li,
          nav ul.social-links-menu-link li.extra-menu-items ul.social-links-menu li {
            margin: 0 4px; }
          nav ul.pages-menu li.extra-menu-items ul.social-links-menu a,
          nav ul.social-links-menu-link li.extra-menu-items ul.social-links-menu a {
            padding: 0; }
          nav ul.pages-menu li.extra-menu-items ul.social-links-menu .fa,
          nav ul.social-links-menu-link li.extra-menu-items ul.social-links-menu .fa {
            padding: 0;
            color: #bea558; }
            nav ul.pages-menu li.extra-menu-items ul.social-links-menu .fa:hover,
            nav ul.social-links-menu-link li.extra-menu-items ul.social-links-menu .fa:hover {
              color: black; }
      nav ul.pages-menu li a.menu-about-link,
      nav ul.social-links-menu-link li a.menu-about-link {
        float: left;
        padding: 0 12px; }
      nav ul.pages-menu li ul.languages-menu li a,
      nav ul.social-links-menu-link li ul.languages-menu li a {
        padding: 12px 0;
        color: #bea558;
        font-size: 1rem;
        font-weight: normal; }
  nav ul.sub-menu {
    position: relative;
    margin: 0;
    background-color: white;
    text-align: center; }
    nav ul.sub-menu li {
      display: inline-block;
      list-style: none; }
      nav ul.sub-menu li a {
        display: inline-block;
        padding: 10px;
        color: black;
        font-size: 1.25rem;
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        nav ul.sub-menu li a.active {
          color: #bea558;
          font-weight: bold;
          background-color: white; }
  nav #top-link {
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold; }

.pace .pace-progress {
  top: 54px; }

.wait-overlay {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 51; }
  .wait-overlay--active {
    display: flex; }

section article {
  margin: auto;
  position: relative; }

#footer {
  text-align: center;
  padding-bottom: 40px;
  z-index: 1; }
  #footer #footer-logo {
    width: 150px; }

#footer-about .about-link {
  display: none; }

#footer-about .footer-about-logos {
  max-width: 80%;
  margin: 0 auto;
  text-align: center; }

#footer-about .footer-about-logo {
  padding: 20px; }

#footer-about .footer-about-link {
  display: inline-block;
  margin: .5rem 1rem 1rem;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul.social-links-menu li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

nav ul.social-links-menu .fa {
  padding: 8px 3px 9px;
  color: #aabac5;
  font-size: 1.25rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); }
  nav ul.social-links-menu .fa:hover {
    color: white;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

nav > ul.social-links-menu-link {
  display: none; }
  nav > ul.social-links-menu-link .caption {
    display: none; }

.top-nav > ul.social-links-menu {
  display: none; }

ul.languages-menu li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#content ul.languages-menu {
  display: none; }

.tribelogo {
  margin-top: 24px;
  text-align: center; }
  .tribelogo img {
    max-width: 60%; }

section#prehome .disclaimer {
  max-width: 720px;
  margin: auto; }

section#prehome header {
  border-bottom: 1px dotted #bea558;
  margin-bottom: 15px;
  padding: 0 20px; }
  section#prehome header img {
    display: block;
    width: 250px;
    margin: 0 auto 15px; }

section#prehome article {
  height: inherit;
  margin-bottom: 5px;
  padding: 0 20px;
  text-align: center;
  font-size: 1rem;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section#prehome .languages-menu {
  margin-bottom: 10px;
  font-size: 1.1rem; }
  section#prehome .languages-menu a {
    margin: 0 6px; }

section#prehome #policy {
  position: absolute;
  display: none;
  top: 2px;
  left: 0;
  right: 0;
  max-width: 720px;
  margin: auto;
  padding: 20px;
  background: white;
  font-size: 1.1rem;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section#prehome #policy-footer {
  text-align: center; }
  section#prehome #policy-footer a {
    font: bold 1.5em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }

section#prehome footer {
  margin: auto;
  padding: 15px 0 0;
  text-align: center; }
  section#prehome footer a {
    padding: 5px 24px;
    background-color: #bea558;
    color: white;
    font: bold 1.5em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }

section#home header h1 {
  padding-top: 30px;
  text-align: center;
  font-weight: bold; }

section#home .more-news-link {
  clear: both;
  text-align: right; }

section#home #home-slider {
  margin-bottom: 20px; }

section#home #hero-title {
  text-align: center;
  padding-bottom: 20px; }

section#home #hero-logo {
  width: 200px; }

section#home article {
  margin-bottom: 20px; }

section#home .article-content {
  margin: 0 20px;
  padding: 10px; }
  section#home .article-content p {
    margin: 0;
    text-align: justify;
    font: 1.2em/1.4 "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem; }

section#home .hero .article-content {
  border-top: 1px dotted #bea558; }

section.page {
  padding: 20px 0 40px; }
  section.page header.title {
    display: none; }
    section.page header.title h1 {
      text-align: center;
      font-size: 3rem; }
  section.page section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 0;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0; }
    section.page section.static {
      padding: 0; }
  section.page article {
    max-width: calc(100% - 40px);
    margin-bottom: 16px; }
    section.page article h1 {
      margin: 0 0 0.34em;
      color: black; }
    section.page article .article-content {
      bottom: 6px; }
      section.page article .article-content p,
      section.page article .article-content li {
        font: 1.1em/1.5 "Linden Hill", Times New Roman, serif;
        font-size: 1.1rem; }
    section.page article .article-links {
      margin: 0 6px;
      font: 1.1em/1.5 "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.page .static-img {
    width: 100%;
    max-height: 360px;
    margin-bottom: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden; }
  section.page .static-img-full {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden; }

section.news-page #search-query {
  margin-right: 20px;
  text-align: right; }
  section.news-page #search-query input {
    padding: 0 6px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font: 1em/26px "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    section.news-page #search-query input:hover {
      border: 1px solid #999999; }
    section.news-page #search-query input:focus {
      min-width: 60%;
      border: 1px solid #666666; }
  section.news-page #search-query .search-icon {
    position: relative; }
  section.news-page #search-query i.fa {
    position: absolute;
    top: 0;
    left: -24px;
    color: #bea558; }

section.news-page #search-wait {
  margin: 60px 0 30px;
  text-align: center; }

section.news-sub header h1 {
  padding-top: 30px;
  text-align: center;
  font-weight: bold; }

section.news-sub .more-news-link {
  clear: both;
  text-align: right; }

section.news-sub .newslist-content .news-article:nth-child(1n + 4) {
  display: none; }

section.newslist,
section.news-expanded {
  padding-top: 0; }
  section.newslist h2,
  section.news-expanded h2 {
    margin-bottom: 20px;
    font-size: 1.6rem; }
  section.newslist .news-date,
  section.news-expanded .news-date {
    float: right;
    margin: 0 0 0 12px;
    line-height: 2;
    font-size: 1.2rem; }
  section.newslist .news-links,
  section.news-expanded .news-links {
    text-align: right;
    font-size: 1.2rem; }
    section.newslist .news-links a,
    section.news-expanded .news-links a {
      display: inline;
      height: 42px;
      margin: 0 6px;
      line-height: 42px;
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      white-space: nowrap; }
  section.newslist .news-footer,
  section.news-expanded .news-footer {
    clear: both;
    margin-top: 10px; }
    section.newslist .news-footer .news-links,
    section.news-expanded .news-footer .news-links {
      float: right; }
  section.newslist p,
  section.news-expanded p {
    margin-left: 70px; }
    section.newslist p > img,
    section.news-expanded p > img {
      display: block;
      margin: auto; }
  section.newslist li,
  section.news-expanded li {
    margin-left: 70px; }
    section.newslist li > p,
    section.news-expanded li > p {
      margin-left: 0; }
  section.newslist .news-wines,
  section.news-expanded .news-wines {
    margin: 20px; }
    section.newslist .news-wines h1,
    section.news-expanded .news-wines h1 {
      text-align: center; }
    section.newslist .news-wines .news-wine-title,
    section.news-expanded .news-wines .news-wine-title {
      padding-top: 80px; }
    section.newslist .news-wines .news-wine,
    section.news-expanded .news-wines .news-wine {
      display: block;
      position: relative;
      margin: auto;
      padding: 0 5px; }
    section.newslist .news-wines .wines-image,
    section.news-expanded .news-wines .wines-image {
      position: absolute;
      width: 300%;
      height: 300%;
      top: -120%;
      left: -100%;
      z-index: -1;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 7%; }
  section.newslist article.news-article p,
  section.newslist .news-wine p,
  section.news-expanded article.news-article p,
  section.news-expanded .news-wine p {
    font: 1.2em "Linden Hill", Times New Roman, serif; }
  section.newslist article.news-article .caption,
  section.newslist .news-wine .caption,
  section.news-expanded article.news-article .caption,
  section.news-expanded .news-wine .caption {
    font: 0.7em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.newslist article.news-article img,
  section.newslist .news-wine img,
  section.news-expanded article.news-article img,
  section.news-expanded .news-wine img {
    display: block;
    margin: 10px auto 0; }
    section.newslist article.news-article img:first-child,
    section.newslist .news-wine img:first-child,
    section.news-expanded article.news-article img:first-child,
    section.news-expanded .news-wine img:first-child {
      margin-top: 0; }
  section.newslist .news-wines .news-wine,
  section.news-expanded .news-wines .news-wine {
    color: black;
    text-align: center;
    font: bold 1.2em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em; }
  section.newslist .newslist-content,
  section.news-expanded .newslist-content {
    width: 720px;
    max-width: 100%;
    margin: auto;
    padding: 10px; }
    section.newslist .newslist-content h2,
    section.news-expanded .newslist-content h2 {
      margin: 10px 5px;
      font: bold 1.2em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.2rem; }
    section.newslist .newslist-content .news-date,
    section.news-expanded .newslist-content .news-date {
      display: block;
      float: none;
      margin: 0;
      text-align: right;
      font: 1em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
    section.newslist .newslist-content .news-article,
    section.news-expanded .newslist-content .news-article {
      width: 100%;
      padding: 6px; }
    section.newslist .newslist-content .news-desc,
    section.newslist .newslist-content .news-links,
    section.news-expanded .newslist-content .news-desc,
    section.news-expanded .newslist-content .news-links {
      display: none; }

section.news-expanded article.news-article img {
  max-height: none; }

section.wines-page section.winelist {
  padding: 10px 0; }

section.wines-page header {
  position: relative; }
  section.wines-page header h1 {
    text-align: center;
    font-size: 1.3rem; }

section.wines-page .wines-desc p {
  font: italic 1.25em "Linden Hill", Times New Roman, serif;
  font-size: 1.25rem; }

section.wines-page .wines-years a {
  margin: 0 5px;
  white-space: nowrap;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.wines-page .wines-grid {
  height: 83px;
  margin-top: 10px; }
  section.wines-page .wines-grid a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 83px;
    margin: auto; }
    section.wines-page .wines-grid a .wines-image {
      position: absolute;
      width: 300%;
      height: 300%;
      top: -100%;
      left: -100%;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      background-position: center;
      background-repeat: no-repeat; }

section.wines-page section.static,
section.wines-page section.contact {
  width: 720px;
  margin: auto; }

section.gallery {
  max-width: 200px;
  margin: 30px auto;
  padding: 0; }
  section.gallery .gallery-title,
  section.gallery .gallery-item {
    overflow: hidden;
    height: 200px;
    width: 200px;
    margin: 6px; }
  section.gallery .gallery-title {
    position: relative;
    top: -120px;
    overflow: visible;
    color: #7b9698;
    font: 100 1.8em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    section.gallery .gallery-title span {
      position: absolute;
      top: 165px;
      left: 0;
      width: 100%;
      padding: 10px;
      text-align: center;
      font-size: 2.8rem; }
  section.gallery ul {
    margin: 0; }
    section.gallery ul > li {
      list-style: none; }
    section.gallery ul .gallery-item {
      position: relative;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px; }
      section.gallery ul .gallery-item a {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%; }
        section.gallery ul .gallery-item a img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          min-width: 50%;
          min-height: 50%;
          max-width: none;
          margin: auto; }

.gallery-lightbox {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .gallery-lightbox .mfp-iframe-scaler iframe {
    background: white; }
  .gallery-lightbox .mfp-arrow:after,
  .gallery-lightbox .mfp-arrow .mfp-b .mfp-arrow .mfp-a {
    display: none; }
  .gallery-lightbox .mfp-arrow:before {
    border: none;
    color: white;
    font-size: 2rem;
    font-weight: bold; }
  .gallery-lightbox .mfp-arrow-left:before {
    content: "\027E8"; }
  .gallery-lightbox .mfp-arrow-right:before {
    content: "\027E9"; }
  .gallery-lightbox .mfp-title {
    position: absolute; }

section#techsheet-wine-photo {
  position: relative;
  width: 100%;
  height: 140px;
  text-align: center; }
  section#techsheet-wine-photo img {
    position: absolute;
    top: -56%;
    left: 40%;
    height: 280px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1; }

#techsheet-fields {
  margin-bottom: 0; }

section#techsheet-specs {
  position: relative;
  margin: 0 auto;
  padding: 0 20px; }
  section#techsheet-specs h1 {
    text-align: center; }
  section#techsheet-specs dd {
    margin-bottom: 0; }
  section#techsheet-specs dt {
    font: bold 1.3em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem; }
  section#techsheet-specs dd {
    font: italic 1.3em/1.5 "Linden Hill", Times New Roman, serif;
    font-size: 1.3rem; }
  section#techsheet-specs .techsheet-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always; }
  section#techsheet-specs .techsheet-values-warn {
    margin: 0 0 1.25rem;
    text-align: center;
    font: italic 1.3rem "Linden Hill", Times New Roman, serif; }
  section#techsheet-specs #techsheet-years {
    display: none;
    position: absolute;
    width: 100%;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    z-index: 10; }
    section#techsheet-specs #techsheet-years a {
      display: block;
      font-size: 2rem;
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#techsheet-specs p {
    font-size: 1.2rem;
    line-height: 1.5; }

section#techsheet-reviews {
  padding: 20px; }
  section#techsheet-reviews section.techsheet-review {
    padding: 10px 0; }
  section#techsheet-reviews h2.techsheet-part-title {
    margin: 0;
    font-size: 2rem; }
  section#techsheet-reviews h3 {
    font-size: 1.6rem;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#techsheet-reviews .review-date {
    float: right;
    margin: 0 0 0 12px;
    font: 1.2em/2 "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem; }
  section#techsheet-reviews .review-points {
    float: left;
    width: 65px;
    padding-top: 5px;
    text-align: right;
    font-family: "PT Sans Narrow";
    font-weight: bold;
    word-wrap: break-word; }
    section#techsheet-reviews .review-points .review-points-caption {
      font-weight: normal;
      text-transform: lowercase; }
  section#techsheet-reviews .review-notes p {
    margin-left: 80px;
    margin-bottom: 0;
    font-size: 1.2em; }
  section#techsheet-reviews .review-taster {
    font-size: 1.125rem; }
  section#techsheet-reviews .review-link {
    margin-top: 0.5rem;
    margin-left: 80px; }
    section#techsheet-reviews .review-link a {
      font: 1.2em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.2rem; }

section#techsheet-news {
  padding: 20px; }
  section#techsheet-news h2.techsheet-part-title {
    margin: 0;
    font-size: 2rem; }

#techsheet-footer {
  position: relative;
  margin: 10px 20px;
  text-align: right;
  z-index: 1; }
  #techsheet-footer .techsheet-pdf-link {
    float: left;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem; }

section.contacts-page {
  padding: 0;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.contacts-page h1 {
    margin-bottom: 6px; }
  section.contacts-page p {
    margin-bottom: 3px;
    color: white;
    font-size: 1.3rem; }
  section.contacts-page section {
    padding: 6px 0; }
  section.contacts-page a {
    color: #7b9698; }
  section.contacts-page .entry {
    display: block;
    margin-top: 20px; }
    section.contacts-page .entry .entry-title {
      text-align: center;
      padding-bottom: 20px; }
      section.contacts-page .entry .entry-title img {
        width: 200px; }
    section.contacts-page .entry dl {
      margin: 0 20px;
      padding: 10px;
      border-top: 1px dotted #58bea6;
      font-size: 1.2rem; }
    section.contacts-page .entry dl dt,
    section.contacts-page .entry dl dd {
      display: inline; }
  section.contacts-page .contact-map-image {
    margin-top: 40px; }
  section.contacts-page #contact-map-widget {
    width: 100vw;
    height: 360px; }
    section.contacts-page #contact-map-widget img {
      max-width: none; }

section#equipa.page section.static:not(:first-of-type) h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

section#equipa.page section.static:not(:first-of-type) .article-content p {
  font-size: 1.15rem; }

section#equipa.page section.static:not(:first-of-type):hover:not(.show-person-details) {
  background-color: #bea558; }
  section#equipa.page section.static:not(:first-of-type):hover:not(.show-person-details) .article-links {
    color: white; }

section#equipa.page section.static .team-person {
  display: flex;
  max-width: calc(100% - 40px);
  margin: 0 auto 12px; }
  section#equipa.page section.static .team-person .static-imgs {
    flex-shrink: 0;
    width: 25%; }
    section#equipa.page section.static .team-person .static-imgs .static-img {
      margin: 0; }
  section#equipa.page section.static .team-person article {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 18px; }

section#equipa.page section.static .team-person-details {
  display: none; }
  section#equipa.page section.static .team-person-details--back-link {
    display: none; }

section#equipa.page section.static .article-links {
  margin: 0;
  font-size: 1.25rem; }
  section#equipa.page section.static .article-links .fa.fa-chevron-right {
    font-size: 0.825rem; }

section#equipa.page section.static.show-person-details .team-person-details {
  display: block; }
  section#equipa.page section.static.show-person-details .team-person-details--img {
    float: left;
    margin-right: 24px; }
  section#equipa.page section.static.show-person-details .team-person-details--info {
    padding-top: 12px; }
  section#equipa.page section.static.show-person-details .team-person-details--content {
    font-size: 1.25rem; }
  section#equipa.page section.static.show-person-details .team-person-details header {
    margin-bottom: 24px; }
    section#equipa.page section.static.show-person-details .team-person-details header h2 {
      color: #bea558;
      font-size: 1.375rem; }

section#infusoes.page section.static .static-img {
  max-height: none; }

section#infusoes.page section.static ul {
  margin-bottom: 1.5rem; }

section#infusoes.page section.static h2 {
  margin-bottom: .5rem; }

section#infusoes.page section.static:not(:first-of-type) h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

section#infusoes.page section.static:not(:first-of-type) .article-content p {
  font-size: 1.15rem; }

section#infusoes.page section.static:not(:first-of-type):hover:not(.show-infusion-details) {
  background-color: #bea558; }
  section#infusoes.page section.static:not(:first-of-type):hover:not(.show-infusion-details) .article-links {
    color: white; }

section#infusoes.page section.static .infusion {
  display: flex;
  max-width: calc(100% - 40px);
  margin: 0 auto 12px; }
  section#infusoes.page section.static .infusion .static-imgs {
    flex-shrink: 0;
    width: 25%; }
    section#infusoes.page section.static .infusion .static-imgs .static-img {
      margin: 0; }
  section#infusoes.page section.static .infusion article {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 18px; }

section#infusoes.page section.static .infusion-details {
  display: none; }
  section#infusoes.page section.static .infusion-details--title h2 {
    display: none; }
  section#infusoes.page section.static .infusion-details--back-link {
    display: none; }
  section#infusoes.page section.static .infusion-details--img img {
    max-width: 320px; }
  section#infusoes.page section.static .infusion-details--info img {
    max-height: 160px;
    margin-bottom: -1.25rem; }

section#infusoes.page section.static .article-links {
  margin: 0;
  font-size: 1.25rem; }
  section#infusoes.page section.static .article-links .fa.fa-chevron-right {
    font-size: 0.825rem; }

section#infusoes.page section.static.show-infusion-details .infusion-details {
  display: block; }
  section#infusoes.page section.static.show-infusion-details .infusion-details--img {
    float: left;
    margin-right: 24px; }
  section#infusoes.page section.static.show-infusion-details .infusion-details--info {
    padding-top: 12px; }
  section#infusoes.page section.static.show-infusion-details .infusion-details--content {
    font-size: 1.25rem; }

section.tribo-page article h1 {
  color: #bea558; }

section.tribo-page h2 {
  font: italic 1.3rem "Linden Hill", Times New Roman, serif; }

section.tribo-page .usercontact {
  padding: 12px; }

section.tribo-page .shoporders__content {
  margin: 12px;
  width: 100%;
  font: 1.125rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.tribo-page .shoporders__content thead tr {
    background: #aabac5;
    color: white; }
  section.tribo-page .shoporders__content th {
    padding: 6px 12px;
    text-align: left; }
  section.tribo-page .shoporders__content tbody th {
    font-weight: normal; }

section.tribo-page .shoporder {
  color: #7b9698; }
  section.tribo-page .shoporder:not(:last-child) {
    border-bottom: 1px solid #aabac5; }
  section.tribo-page .shoporder:hover {
    color: #bea558;
    cursor: pointer; }
  section.tribo-page .shoporder__id {
    font-weight: bold; }

section.wines-page .background-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: white;
  opacity: 0.7;
  z-index: 1; }
  section.wines-page .background-overlay.background-overlay--show {
    display: block; }

section.wines-page #send-wine-notes {
  height: auto;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 1; }
  section.wines-page #send-wine-notes form {
    clear: both;
    margin-top: 36px;
    text-align: center; }
  section.wines-page #send-wine-notes input {
    display: inline-block;
    margin: 0 6px;
    pointer-events: auto;
    font-size: 1.3rem;
    white-space: normal; }

section.wines-page .wineyearlink .note-mark {
  margin-left: 3px; }

section.wines-page .wines-title--edited .wines-title__content,
section.wines-page .wineyearlink--edited {
  font-weight: bold; }
  section.wines-page .wines-title--edited .wines-title__content .note-mark,
  section.wines-page .wineyearlink--edited .note-mark {
    color: #bea558;
    font-size: inherit; }

section.wines-page .wines-title--edited a {
  border-bottom: 1px solid #bea558; }

section.wines-page .wineyearlink--selected {
  border-bottom: 1px solid black; }

section.provas-vinho-page {
  height: calc(100vh - 54px);
  padding: 0; }
  section.provas-vinho-page .wine-notes {
    height: 100%; }
    section.provas-vinho-page .wine-notes > article {
      height: 100%; }
    section.provas-vinho-page .wine-notes form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      position: relative;
      height: 100%; }
      section.provas-vinho-page .wine-notes form .wine-notes__header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        margin-top: 6px; }
      section.provas-vinho-page .wine-notes form .wine-notes__text {
        flex-grow: 1;
        font: 1.1rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      section.provas-vinho-page .wine-notes form .wine-notes__footer {
        position: absolute;
        right: 6px;
        bottom: 12px; }
        section.provas-vinho-page .wine-notes form .wine-notes__footer .input--submit {
          margin-right: 6px; }
      section.provas-vinho-page .wine-notes form .wine-notes__rating {
        display: inline;
        flex-shrink: 0;
        margin-left: 6px;
        color: #bea558;
        font-size: 0.875rem; }
        section.provas-vinho-page .wine-notes form .wine-notes__rating .fa {
          margin-right: 3px;
          cursor: pointer; }
          section.provas-vinho-page .wine-notes form .wine-notes__rating .fa:hover {
            color: #7b9698; }
      section.provas-vinho-page .wine-notes form .wine-notes__summary {
        position: relative; }
        section.provas-vinho-page .wine-notes form .wine-notes__summary .scroll-gradient {
          display: none;
          position: absolute;
          top: 0;
          width: 25%;
          height: 100%;
          pointer-events: none; }
          section.provas-vinho-page .wine-notes form .wine-notes__summary .scroll-gradient i {
            padding: 6px 12px;
            color: #7b9698;
            pointer-events: initial; }
        section.provas-vinho-page .wine-notes form .wine-notes__summary--scrollable-right .scroll-gradient--right {
          display: block;
          right: 0;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, white 100%);
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, white 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, white 100%);
          text-align: right; }
        section.provas-vinho-page .wine-notes form .wine-notes__summary--scrollable-left .scroll-gradient--left {
          display: block;
          left: 0;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
          background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.3) 100%);
          background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.3) 100%);
          background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.3) 100%); }
      section.provas-vinho-page .wine-notes form .wine-notes__keywords {
        margin-bottom: 6px;
        overflow-x: scroll;
        white-space: nowrap; }
        section.provas-vinho-page .wine-notes form .wine-notes__keywords::-webkit-scrollbar {
          display: none; }
        section.provas-vinho-page .wine-notes form .wine-notes__keywords label {
          margin-right: 6px;
          font: 1.1rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.label {
  display: block;
  padding: 6px 0;
  font: bold 1.1rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .label .optional {
    font-weight: normal; }

.input {
  display: block;
  margin: 6px 0;
  border-radius: 3px;
  background-color: white;
  font-weight: normal; }

.input--text {
  width: 100%;
  height: 2rem;
  padding: 0 7px;
  border: 1px solid #7b9698;
  line-height: 2rem; }

.input--textarea {
  width: 100%;
  padding: 7px;
  border: 1px solid #7b9698;
  line-height: 1.5rem; }

.input--checkbox {
  display: inline-block;
  margin: 6px; }

.input--submit {
  display: inline-block;
  padding: 5px 12px;
  margin-top: 12px;
  margin-right: 12px;
  border: none;
  background-color: #bea558;
  color: white;
  font: bold 1.1rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .input--submit:hover {
    background-color: #c5af6a; }
  .input--submit:active {
    background-color: #b69b47; }
  .input--submit:disabled {
    background-color: #aabac5;
    color: #e7ebee; }
  .input--submit.input--submit-alt {
    border: 1px solid #bea558;
    background-color: white;
    color: #bea558; }

.form-link {
  color: #bea558;
  font: 1.1rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#message {
  text-align: center; }
  #message form {
    display: inline-block; }
    #message form .input {
      display: inline-block;
      margin-left: 6px;
      margin-right: 6px; }

body.enoturismo .static header {
  display: none; }

body.enoturismo .enoturismo-slider {
  margin-bottom: 40px; }

body.enoturismo .enoturismo-tripadvisor {
  position: absolute;
  top: calc(100vw * 0.2856355731 + 150px);
  right: 20px;
  z-index: 1; }
  body.enoturismo .enoturismo-tripadvisor li {
    list-style: none; }

body.enoturismo .enoturismo-rnaat {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

body.provas section.page article {
  height: 100%; }
  body.provas section.page article.title h1 {
    display: none; }
  body.provas section.page article.title h2 {
    font: italic 1.3rem "Linden Hill", Times New Roman, serif; }

body.provas section.wines-page section.winelist {
  padding: 0; }

body.provas .wines-desc {
  display: none; }

body.provas #footer {
  position: relative;
  padding-bottom: 80px;
  z-index: 0; }

body.loja section.page article.title,
body.encomenda section.page article.title {
  margin-bottom: 2rem; }
  body.loja section.page article.title h1,
  body.encomenda section.page article.title h1 {
    font-size: 3rem; }
  body.loja section.page article.title h2,
  body.encomenda section.page article.title h2 {
    font: italic 1.3rem "Linden Hill", Times New Roman, serif; }

body.loja .shopitem,
body.encomenda .shopitem {
  margin-bottom: 3rem; }
  body.loja .shopitem__title,
  body.encomenda .shopitem__title {
    margin-bottom: 0px;
    font-weight: bold; }
  body.loja .shopitem__subtitle,
  body.encomenda .shopitem__subtitle {
    font-family: "Linden Hill", Times New Roman, serif;
    font-style: italic; }
  body.loja .shopitem__date,
  body.encomenda .shopitem__date {
    font-weight: bold; }
  body.loja .shopitem__description,
  body.encomenda .shopitem__description {
    margin-bottom: 12px;
    font: 1.125rem/1.5 "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body.loja .shopitem__description ul,
    body.encomenda .shopitem__description ul {
      padding-left: 6px;
      list-style: none; }
    body.loja .shopitem__description li:before,
    body.encomenda .shopitem__description li:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin: 0 9px 0 -18px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #bea558; }
  body.loja .shopitem__footer,
  body.encomenda .shopitem__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body.loja .shopitem__footer input,
    body.encomenda .shopitem__footer input {
      display: inline-block;
      width: 3.875rem;
      margin: 0 4px;
      font-size: 1.375rem; }
      body.loja .shopitem__footer input.shopitem__radioinput,
      body.encomenda .shopitem__footer input.shopitem__radioinput {
        width: auto; }
        body.loja .shopitem__footer input.shopitem__radioinput--singlevariant,
        body.encomenda .shopitem__footer input.shopitem__radioinput--singlevariant {
          display: none; }
  body.loja .shopitem__price,
  body.encomenda .shopitem__price {
    display: inline-flex;
    align-items: center;
    width: 72px;
    height: 36px;
    margin: 0 6px 6px;
    padding: 6px;
    border-radius: 36px;
    background: #aabac5;
    color: white; }
  body.loja .shopitem__pricevalue,
  body.encomenda .shopitem__pricevalue {
    flex-grow: 1;
    align-self: flex-end;
    padding-right: 3px;
    text-align: right; }

body.loja .shopitems__submit,
body.encomenda .shopitems__submit {
  text-align: center; }
  body.loja .shopitems__submit input,
  body.encomenda .shopitems__submit input {
    margin-right: 0;
    font-size: 1.675rem; }

body.loja .shopitems__phoneNo,
body.encomenda .shopitems__phoneNo {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.loja .shopitems__phoneNo .input--text,
  body.encomenda .shopitems__phoneNo .input--text {
    display: inline-block;
    width: 12rem;
    margin: 0 4px; }

body.loja .shopitemssummary,
body.encomenda .shopitemssummary {
  margin: 36px 0 12px;
  border-top: 1px dotted #7b9698;
  border-bottom: 1px dotted #7b9698;
  font: 1.25rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.loja .shopitemssummary__line,
  body.encomenda .shopitemssummary__line {
    margin: 6px 0; }
  body.loja .shopitemssummary__linevalue,
  body.encomenda .shopitemssummary__linevalue {
    float: right; }

body.loja .shoptotal,
body.encomenda .shoptotal {
  font: 1.5rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right; }
  body.loja .shoptotal__value,
  body.encomenda .shoptotal__value {
    margin-left: 6px; }

body.loja .shopitem__image {
  position: relative;
  width: 100%;
  height: 202px;
  margin-bottom: 1rem;
  background-size: cover; }
  body.loja .shopitem__image:hover .shopitem__header {
    background: none;
    opacity: 0.4;
    color: white; }

body.loja .shopitem__header {
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%; }

body.loja .shopitem__inputlabel {
  height: 36px;
  margin-left: 6px; }

body.loja .shopitem .input--date {
  width: 10.4rem; }

body.loja .shopitem .input--tel {
  width: 8.5rem; }

body.loja .loja-tripadvisor-review {
  float: right;
  margin: 0 0 12px 20px; }

body.loja .loja-rnaat {
  margin-top: 12px;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

body.loja .flatpickr-calendar {
  overflow: hidden;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body.loja .flatpickr-weekdays, body.loja .flatpickr-month {
  background: #bea558;
  color: white; }

body.loja .flatpickr-day.today {
  border-color: #aabac5; }
  body.loja .flatpickr-day.today:hover {
    background: #aabac5; }

body.loja .flatpickr-day.selected {
  background: #7b9698;
  border-color: #7b9698; }

body.loja .flatpickr-prev-month:hover svg,
body.loja .flatpickr-next-month:hover svg {
  fill: white; }

body.encomenda {
  padding: 24px; }
  body.encomenda .shopitems__title {
    font-weight: bold; }
  body.encomenda .shopitems__caption {
    margin-right: 6px;
    font-weight: bold; }
  body.encomenda .shopitems__value {
    margin-right: 12px; }
  body.encomenda .shopitems__total {
    margin-bottom: 24px;
    font: 1.5rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.encomenda .shopitem__footer {
    font-size: 1.25rem; }
  body.encomenda .shopitem__title {
    color: black;
    font-weight: normal; }

body.prehome #content {
  border-top: 2px solid #bea558;
  min-height: initial; }

.no-flexbox body.prehome section.page {
  padding: 25vh; }

body.home #footer,
body.contacto #footer {
  display: none; }

body.adega section.page,
body.vinhos section.page,
body.enoturismo section.page,
body.provas section.page {
  padding-top: 60px; }

.social-share a {
  position: relative;
  margin-right: -6px;
  z-index: 0; }
  .social-share a .fa {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: rgba(237, 237, 237, 0.4);
    line-height: 42px;
    text-align: center;
    font-size: 1.5rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); }
  .social-share a:hover {
    z-index: 1; }
    .social-share a:hover .fa {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      color: white; }
    .social-share a:hover .fa-facebook {
      background-color: #3b5998; }
    .social-share a:hover .fa-twitter {
      background-color: #3cf; }
    .social-share a:hover .fa-linkedin {
      background-color: #0077b5; }
    .social-share a:hover .fa-pinterest {
      background-color: #bd081c; }

section.about-page {
  text-align: center; }
  section.about-page section.about-section {
    margin: 30px; }
  section.about-page h1 {
    margin-bottom: 10px;
    font-size: 1.8rem; }
  section.about-page h2 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.3rem; }
  section.about-page a {
    font: 1.3em "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem; }

body.multi-page nav {
  position: fixed;
  top: 0;
  text-align: left;
  z-index: 50; }
  body.multi-page nav ul.pages-menu {
    margin: 0; }
    body.multi-page nav ul.pages-menu li.active {
      padding: 12px;
      background-color: #bea558;
      color: white;
      font: 1.4em/30px "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.4rem; }
    body.multi-page nav ul.pages-menu li.loggedin a {
      font-weight: bold;
      text-shadow: 0 0 12px #bea558; }

body.multi-page #content {
  padding-top: 52px; }

@media only screen and (min-width: 40.063em) {
  h1 {
    font-size: 1.8rem; }
  section.page article {
    width: 640px; }
    section.page article .article-content {
      bottom: 9px; }
      section.page article .article-content p,
      section.page article .article-content li {
        font: 1.2em/1.5 "Linden Hill", Times New Roman, serif;
        font-size: 1.2rem; }
  #footer-about .footer-about-logos {
    max-width: 560px; }
  body.prehome #content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    padding: 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  section#techsheet-specs .techsheet-field {
    width: 50%; }
    section#techsheet-specs .techsheet-field.techsheet-full-width {
      width: 100%; }
  section#techsheet-wine-photo img {
    top: -130%;
    height: auto; }
  section.gallery {
    max-width: 690px; }
    section.gallery ul > li {
      float: left; }
    section.gallery ul > li:nth-of-type(3n + 1) {
      clear: both; }
    section.gallery:last-child:after {
      display: block;
      content: " ";
      clear: both; }
  section.wines-page header h1 {
    font-size: 1.675rem; }
  section.wines-page #send-wine-notes input {
    font-size: 1.675rem; }
  section.provas-vinho-page .wine-notes form .label {
    font-size: 1.675rem; }
  section.provas-vinho-page .wine-notes form .wine-notes__text {
    font-size: 1.325rem; }
  section.provas-vinho-page .wine-notes form .wine-notes__keywords label {
    font: 1.25rem "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.provas-vinho-page .wine-notes form .wine-notes__rating {
    margin-left: 12px;
    font-size: 1rem; }
    section.provas-vinho-page .wine-notes form .wine-notes__rating .fa {
      margin-right: 6px; }
  section#equipa.page section.static .team-person {
    width: 640px;
    padding: 0 24px; }
  section#equipa.page section.static .team-person-details--info header {
    display: flex;
    justify-content: space-between; }
  section#equipa.page section.static .team-person-details--back-link {
    display: block; }
  section#infusoes.page section.static .infusion {
    width: 640px;
    padding: 0 24px; }
  section#infusoes.page section.static .infusion-details--info header {
    display: flex;
    justify-content: space-between; }
  section#infusoes.page section.static .infusion-details--back-link {
    display: block; } }

@media only screen and (min-width: 60em) {
  #content {
    min-height: calc(100vh - 90px); }
  nav {
    border-bottom: 2px solid #bea558;
    background-color: white; }
    nav .title {
      display: none; }
    nav .pages-menu-show-button {
      display: none; }
    nav ul.pages-menu,
    nav ul.social-links-menu-link {
      display: block;
      position: static;
      min-width: initial;
      width: auto;
      min-height: initial;
      border-right: none; }
      nav ul.pages-menu li,
      nav ul.social-links-menu-link li {
        display: inline-block;
        background-color: black; }
        nav ul.pages-menu li.extra-menu-items,
        nav ul.social-links-menu-link li.extra-menu-items {
          display: none; }
        nav ul.pages-menu li a,
        nav ul.social-links-menu-link li a {
          color: white; }
      nav ul.pages-menu.menu-open,
      nav ul.social-links-menu-link.menu-open {
        box-shadow: none; }
    nav #top-link.sticky {
      display: block; }
    nav ul.sub-menu {
      display: block;
      background-color: #bea558; }
      nav ul.sub-menu li a {
        font-size: 1.4rem; }
        nav ul.sub-menu li a.active {
          color: #bea558;
          font-weight: bold;
          background-color: white; }
    nav > ul.social-links-menu-link {
      display: block;
      position: absolute;
      top: 0;
      margin-left: 1.1rem;
      overflow: hidden; }
      nav > ul.social-links-menu-link .fa {
        padding: 0 12px;
        color: #aabac5;
        font-size: 1rem;
        -webkit-transition: color 0.35s ease-in-out;
        -moz-transition: color 0.35s ease-in-out;
        -o-transition: color 0.35s ease-in-out;
        transition: color 0.35s ease-in-out; }
      nav > ul.social-links-menu-link a:hover .fa {
        color: #bea558; }
      nav > ul.social-links-menu-link li a {
        color: #aabac5;
        font-size: 1.1rem; }
    nav ul.social-links-menu .fa {
      color: #7b9698; }
      nav ul.social-links-menu .fa:hover {
        color: #bea558; }
  .top-nav > .social-links-menu.social-links-menu--open {
    display: block;
    position: absolute;
    margin: 2px 0 0;
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  #content ul.languages-menu {
    display: block;
    position: absolute;
    top: 64px;
    right: 12px;
    z-index: 1; }
  body.enoturismo .enoturismo-tripadvisor {
    top: calc(100vw * 0.2856355731 + 180px);
    right: calc((100vw - 720px) / 2); }
  body.multi-page nav {
    text-align: right; }
  body.media nav,
  body.tribo nav,
  body.adega nav,
  body.vinhos nav,
  body.enoturismo nav,
  body.provas nav {
    border-bottom: none; }
  body.media #content ul.languages-menu,
  body.tribo #content ul.languages-menu,
  body.adega #content ul.languages-menu,
  body.vinhos #content ul.languages-menu,
  body.enoturismo #content ul.languages-menu,
  body.provas #content ul.languages-menu {
    margin-top: 49px; } }

@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 2em; }
  body.adega section.page,
  body.vinhos section.page,
  body.enoturismo section.page,
  body.provas section.page {
    padding-top: 92px; }
  section {
    padding: 20px 0; }
    section article {
      max-width: 960px; }
  section.page {
    padding: 40px 0; }
    section.page h1 {
      margin: 0.64em 0; }
    section.page article {
      position: relative;
      width: 720px;
      height: 100%;
      margin-bottom: 12px; }
    section.page article .article-content {
      bottom: 12px; }
      section.page article .article-content p,
      section.page article .article-content li {
        font: 1.3em/1.5 "Linden Hill", Times New Roman, serif;
        font-size: 1.3rem; }
    section.page .static-img {
      width: 100%; }
  section.tribo-page {
    padding-top: 80px; }
  #footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 24px; }
  #footer-about {
    position: relative;
    clear: both; }
    #footer-about .about-link {
      display: block;
      position: absolute;
      left: 30px;
      bottom: 5px; }
    #footer-about .footer-about-logos {
      max-width: 640px; }
  section#home #hero-title {
    position: absolute;
    height: 100%;
    padding: 0; }
    section#home #hero-title img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  section#home .hero .article-content {
    margin: 0 0 0 220px;
    padding: 20px;
    border-top: none;
    border-left: 1px dotted #bea558; }
  section.news-page {
    background-color: rgba(254, 233, 161, 0.4); }
    section.news-page .newslist {
      width: 720px;
      margin: auto; }
    section.news-page #search-query {
      width: 720px;
      margin: auto; }
  section.newslist .newslist-content .news-article,
  section.newslist .news-wines .news-wine,
  section.news-expanded .newslist-content .news-article,
  section.news-expanded .news-wines .news-wine {
    float: left;
    width: 33%; }
    section.newslist .newslist-content .news-article:nth-child(3n + 1),
    section.newslist .news-wines .news-wine:nth-child(3n + 1),
    section.news-expanded .newslist-content .news-article:nth-child(3n + 1),
    section.news-expanded .news-wines .news-wine:nth-child(3n + 1) {
      clear: both; }
  section.wines-page section {
    background-size: 0; }
  section.wines-page .static-img img {
    display: inherit;
    margin: auto; }
  section.gallery-page {
    background-color: rgba(170, 186, 197, 0.2); }
  #techsheet {
    margin: 0 auto;
    width: 960px; }
  section#techsheet-wine-photo {
    float: left;
    width: 240px;
    height: 640px;
    padding-top: 60px; }
    section#techsheet-wine-photo img {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  section#techsheet-specs {
    padding: 0; }
    section#techsheet-specs p {
      font-size: 1.3rem;
      line-height: 1.5; }
  section#techsheet-reviews {
    padding: 0 0 20px; }
    section#techsheet-reviews section.techsheet-review {
      padding: 20px 0; }
  section#techsheet-news {
    padding: 0 0 20px; }
  #techsheet-data,
  #techsheet-reviews,
  #techsheet-news {
    margin-left: 240px; }
  #techsheet-footer {
    margin: 0 20px 20px 240px; }
  section.contacts-page .entry .entry-title {
    position: absolute;
    height: 100%;
    padding: 0;
    text-align: center; }
    section.contacts-page .entry .entry-title img {
      display: inline-block;
      vertical-align: middle; }
  section.contacts-page .entry .entry-title:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  section.contacts-page .entry dl {
    margin: 0 0 0 220px;
    padding: 20px;
    border-top: none;
    border-left: 1px dotted #58bea6; }
  section#equipa.page {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto; }
    section#equipa.page section.static:not(:first-of-type) {
      width: 33%; }
      section#equipa.page section.static:not(:first-of-type) h1 {
        font-size: 1.5rem;
        margin-bottom: 0; }
      section#equipa.page section.static:not(:first-of-type) .article-content p {
        font-size: 1.15rem; }
      section#equipa.page section.static:not(:first-of-type).show-person-details {
        width: 100%; }
    section#equipa.page section.static .article-links {
      font-size: 1.06rem; }
      section#equipa.page section.static .article-links .fa.fa-chevron-right {
        font-size: 0.6275rem; }
    section#equipa.page section.static article {
      width: 100%;
      margin: 12px;
      max-width: calc(100% - 24px); }
    section#equipa.page section.static .team-person {
      width: auto;
      max-width: none;
      padding: 0; }
      section#equipa.page section.static .team-person .static-imgs {
        width: 125px; }
      section#equipa.page section.static .team-person article {
        margin: 6px 12px; }
  section#infusoes.page {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto; }
    section#infusoes.page section.static:not(:first-of-type) {
      width: 33%; }
      section#infusoes.page section.static:not(:first-of-type) h1 {
        font-size: 1.5rem;
        margin-bottom: 0; }
      section#infusoes.page section.static:not(:first-of-type) .article-content p {
        font-size: 1.15rem; }
      section#infusoes.page section.static:not(:first-of-type).show-infusion-details {
        width: 100%; }
    section#infusoes.page section.static .article-links {
      font-size: 1.06rem; }
      section#infusoes.page section.static .article-links .fa.fa-chevron-right {
        font-size: 0.6275rem; }
    section#infusoes.page section.static article {
      width: 100%;
      margin: 12px;
      max-width: calc(100% - 24px); }
    section#infusoes.page section.static .infusion {
      width: auto;
      max-width: none;
      padding: 0; }
      section#infusoes.page section.static .infusion .static-imgs {
        width: 125px; }
      section#infusoes.page section.static .infusion article {
        margin: 6px 12px; }
  section.static {
    padding: 24px 0 0; }
  section.stockist {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px; }
    section.stockist p {
      margin: -10px 0; }
  section.wines-page section.winelist header {
    margin-right: 280px; }
    section.wines-page section.winelist header h1 {
      text-align: left; }
  section.wines-page section.winelist .wines-grid {
    float: right; }
  body.provas section.wines-page section.winelist {
    padding: 10px 0; }
  body.provas #footer {
    position: fixed;
    padding-bottom: 24px; }
  body.provas_vinho #content {
    /* min-height does not propagate size to child element so set a specific height to do this */
    height: 1px; }
  section.gallery {
    max-width: 960px; }
    section.gallery .gallery-title,
    section.gallery .gallery-item {
      margin: 10px; }
    section.gallery ul > li:nth-of-type(3n + 1) {
      clear: none; }
    section.gallery ul > li:nth-of-type(4n + 1) {
      clear: both; }
  section.page:not(.gallery-page) section.gallery {
    max-width: 720px; } }

@media only screen and (min-width: 72em) {
  nav > ul.social-links-menu-link .caption {
    display: inline; } }

@media only print {
  nav {
    display: none; }
  body {
    height: 100%; }
  body.multi-page #content {
    padding: 0; }
  #techsheet {
    margin: 0 auto;
    width: 100%; }
    #techsheet .social-share {
      display: none; }
    #techsheet h1.techsheet-title {
      margin: 0 0 20px;
      font-size: 2.5rem;
      font-weight: bold; }
      #techsheet h1.techsheet-title i.fa {
        display: none; }
  section#techsheet-specs .techsheet-field {
    margin-bottom: 10px; }
    section#techsheet-specs .techsheet-field dt {
      font-size: 1.2rem; }
    section#techsheet-specs .techsheet-field p {
      margin-bottom: 0; }
  section#techsheet-wine-photo img {
    top: -130%;
    height: auto; }
  section#techsheet-wine-photo {
    float: left;
    width: 180px;
    height: 640px;
    padding-top: 60px; }
    section#techsheet-wine-photo img {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      zoom: 0.9; }
  section#techsheet-specs {
    padding: 0; }
    section#techsheet-specs p {
      font-size: 1.3rem;
      line-height: 1.5; }
  section#techsheet-reviews,
  section#techsheet-news {
    display: none; }
  #techsheet-data {
    height: 100%;
    margin-left: 180px;
    padding: 10px 0 0 30px;
    border-left: 1px dotted #bea558; }
  #techsheet-specs-introduction,
  #techsheet-fields {
    zoom: 0.7; } }

body.phoneapp-iOS.multi-page nav {
  padding-top: 15px; }
  body.phoneapp-iOS.multi-page nav .title {
    line-height: 20px; }
  body.phoneapp-iOS.multi-page nav .fa {
    line-height: 20px; }

section#home #_special_home_suggestions * {
  text-align: center; }

section#home #_special_home_suggestions img {
  margin-top: 10px;
  margin-bottom: 10px; }
