html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: 400;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Breakpoints
 * ----------------
 * For each breakpoint styles will be applied
 * from the size e.g. for "large" styles will
 * be applied once the width of the viewport
 * is 1200px.
 *
 * Use default styles that are applicable
 * from 0px and only override
 * styles using breakpoints
 * when needed.
 */
/**
 * Fonts
 */
/* Font size labels correspond to breakpoints */
/**
 * Boxgrid variables
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/*
----------------------------------
BoxGrid
----------------------------------
Author: Ashley Needham
Description: A flexbox based grid
Version: 1.2
License: MIT
URL: http://flexbox.net
*/
.boxgrid {
  width: 103%;
  margin-left: -1.5%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .boxgrid > .col {
    margin: 0.5em 1.5%;
    width: 97%;
    box-sizing: border-box; }
    .boxgrid > .col > .inner {
      display: block;
      box-sizing: border-box; }
  .boxgrid:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden; }

@media screen and (min-width: 300px) {
  .boxgrid > .tiny_12 {
    width: 97%;
    display: block; }

  .boxgrid > .tiny_11 {
    width: 88.66667%;
    display: block; }

  .boxgrid > .tiny_10 {
    width: 80.33333%;
    display: block; }

  .boxgrid > .tiny_9 {
    width: 72%;
    display: block; }

  .boxgrid > .tiny_8 {
    width: 63.66667%;
    display: block; }

  .boxgrid > .tiny_7 {
    width: 55.33333%;
    display: block; }

  .boxgrid > .tiny_6 {
    width: 47%;
    display: block; }

  .boxgrid > .tiny_5 {
    width: 38.66667%;
    display: block; }

  .boxgrid > .tiny_4 {
    width: 30.33333%;
    display: block; }

  .boxgrid > .tiny_3 {
    width: 22%;
    display: block; }

  .boxgrid > .tiny_2 {
    width: 13.66667%;
    display: block; }

  .boxgrid > .tiny_1 {
    width: 5.33333%;
    display: block; }

  .boxgrid > .tiny_0 {
    display: none; }

  .boxgrid > .tiny_pre_11 {
    margin-left: 93.16667%; }

  .boxgrid > .tiny_pre_10 {
    margin-left: 84.83333%; }

  .boxgrid > .tiny_pre_9 {
    margin-left: 76.5%; }

  .boxgrid > .tiny_pre_8 {
    margin-left: 68.16667%; }

  .boxgrid > .tiny_pre_7 {
    margin-left: 59.83333%; }

  .boxgrid > .tiny_pre_6 {
    margin-left: 51.5%; }

  .boxgrid > .tiny_pre_5 {
    margin-left: 43.16667%; }

  .boxgrid > .tiny_pre_4 {
    margin-left: 34.83333%; }

  .boxgrid > .tiny_pre_3 {
    margin-left: 26.5%; }

  .boxgrid > .tiny_pre_2 {
    margin-left: 18.16667%; }

  .boxgrid > .tiny_pre_1 {
    margin-left: 9.83333%; }

  .boxgrid > .tiny_pre_0 {
    margin-left: 1.5%; }

  .boxgrid > .tiny_post_11 {
    margin-right: 93.16667%; }

  .boxgrid > .tiny_post_10 {
    margin-right: 84.83333%; }

  .boxgrid > .tiny_post_9 {
    margin-right: 76.5%; }

  .boxgrid > .tiny_post_8 {
    margin-right: 68.16667%; }

  .boxgrid > .tiny_post_7 {
    margin-right: 59.83333%; }

  .boxgrid > .tiny_post_6 {
    margin-right: 51.5%; }

  .boxgrid > .tiny_post_5 {
    margin-right: 43.16667%; }

  .boxgrid > .tiny_post_4 {
    margin-right: 34.83333%; }

  .boxgrid > .tiny_post_3 {
    margin-right: 26.5%; }

  .boxgrid > .tiny_post_2 {
    margin-right: 18.16667%; }

  .boxgrid > .tiny_post_1 {
    margin-right: 9.83333%; }

  .boxgrid > .tiny_post_0 {
    margin-right: 1.5%; }

  .boxgrid > .col[data-bg_tiny_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_tiny_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_tiny_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_tiny_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_tiny_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_tiny_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_tiny_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_tiny_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_tiny_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_tiny_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_tiny_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_tiny_order="12"] {
    order: 12; }

  .boxgrid > .tiny_first {
    order: -1; }

  .boxgrid > .tiny_last {
    order: 999; }

  .boxgrid > .tiny_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .tiny_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .tiny_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .tiny_text_left {
    text-align: left; }

  .boxgrid > .tiny_text_center {
    text-align: center; }

  .boxgrid > .tiny_text_right {
    text-align: right; }

  .boxgrid > .tiny_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .tiny_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .tiny_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 550px) {
  .boxgrid > .small_12 {
    width: 97%;
    display: block; }

  .boxgrid > .small_11 {
    width: 88.66667%;
    display: block; }

  .boxgrid > .small_10 {
    width: 80.33333%;
    display: block; }

  .boxgrid > .small_9 {
    width: 72%;
    display: block; }

  .boxgrid > .small_8 {
    width: 63.66667%;
    display: block; }

  .boxgrid > .small_7 {
    width: 55.33333%;
    display: block; }

  .boxgrid > .small_6 {
    width: 47%;
    display: block; }

  .boxgrid > .small_5 {
    width: 38.66667%;
    display: block; }

  .boxgrid > .small_4 {
    width: 30.33333%;
    display: block; }

  .boxgrid > .small_3 {
    width: 22%;
    display: block; }

  .boxgrid > .small_2 {
    width: 13.66667%;
    display: block; }

  .boxgrid > .small_1 {
    width: 5.33333%;
    display: block; }

  .boxgrid > .small_0 {
    display: none; }

  .boxgrid > .small_pre_11 {
    margin-left: 93.16667%; }

  .boxgrid > .small_pre_10 {
    margin-left: 84.83333%; }

  .boxgrid > .small_pre_9 {
    margin-left: 76.5%; }

  .boxgrid > .small_pre_8 {
    margin-left: 68.16667%; }

  .boxgrid > .small_pre_7 {
    margin-left: 59.83333%; }

  .boxgrid > .small_pre_6 {
    margin-left: 51.5%; }

  .boxgrid > .small_pre_5 {
    margin-left: 43.16667%; }

  .boxgrid > .small_pre_4 {
    margin-left: 34.83333%; }

  .boxgrid > .small_pre_3 {
    margin-left: 26.5%; }

  .boxgrid > .small_pre_2 {
    margin-left: 18.16667%; }

  .boxgrid > .small_pre_1 {
    margin-left: 9.83333%; }

  .boxgrid > .small_pre_0 {
    margin-left: 1.5%; }

  .boxgrid > .small_post_11 {
    margin-right: 93.16667%; }

  .boxgrid > .small_post_10 {
    margin-right: 84.83333%; }

  .boxgrid > .small_post_9 {
    margin-right: 76.5%; }

  .boxgrid > .small_post_8 {
    margin-right: 68.16667%; }

  .boxgrid > .small_post_7 {
    margin-right: 59.83333%; }

  .boxgrid > .small_post_6 {
    margin-right: 51.5%; }

  .boxgrid > .small_post_5 {
    margin-right: 43.16667%; }

  .boxgrid > .small_post_4 {
    margin-right: 34.83333%; }

  .boxgrid > .small_post_3 {
    margin-right: 26.5%; }

  .boxgrid > .small_post_2 {
    margin-right: 18.16667%; }

  .boxgrid > .small_post_1 {
    margin-right: 9.83333%; }

  .boxgrid > .small_post_0 {
    margin-right: 1.5%; }

  .boxgrid > .col[data-bg_small_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_small_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_small_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_small_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_small_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_small_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_small_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_small_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_small_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_small_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_small_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_small_order="12"] {
    order: 12; }

  .boxgrid > .small_first {
    order: -1; }

  .boxgrid > .small_last {
    order: 999; }

  .boxgrid > .small_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .small_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .small_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .small_text_left {
    text-align: left; }

  .boxgrid > .small_text_center {
    text-align: center; }

  .boxgrid > .small_text_right {
    text-align: right; }

  .boxgrid > .small_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .small_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .small_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 800px) {
  .boxgrid > .medium_12 {
    width: 97%;
    display: block; }

  .boxgrid > .medium_11 {
    width: 88.66667%;
    display: block; }

  .boxgrid > .medium_10 {
    width: 80.33333%;
    display: block; }

  .boxgrid > .medium_9 {
    width: 72%;
    display: block; }

  .boxgrid > .medium_8 {
    width: 63.66667%;
    display: block; }

  .boxgrid > .medium_7 {
    width: 55.33333%;
    display: block; }

  .boxgrid > .medium_6 {
    width: 47%;
    display: block; }

  .boxgrid > .medium_5 {
    width: 38.66667%;
    display: block; }

  .boxgrid > .medium_4 {
    width: 30.33333%;
    display: block; }

  .boxgrid > .medium_3 {
    width: 22%;
    display: block; }

  .boxgrid > .medium_2 {
    width: 13.66667%;
    display: block; }

  .boxgrid > .medium_1 {
    width: 5.33333%;
    display: block; }

  .boxgrid > .medium_0 {
    display: none; }

  .boxgrid > .medium_pre_11 {
    margin-left: 93.16667%; }

  .boxgrid > .medium_pre_10 {
    margin-left: 84.83333%; }

  .boxgrid > .medium_pre_9 {
    margin-left: 76.5%; }

  .boxgrid > .medium_pre_8 {
    margin-left: 68.16667%; }

  .boxgrid > .medium_pre_7 {
    margin-left: 59.83333%; }

  .boxgrid > .medium_pre_6 {
    margin-left: 51.5%; }

  .boxgrid > .medium_pre_5 {
    margin-left: 43.16667%; }

  .boxgrid > .medium_pre_4 {
    margin-left: 34.83333%; }

  .boxgrid > .medium_pre_3 {
    margin-left: 26.5%; }

  .boxgrid > .medium_pre_2 {
    margin-left: 18.16667%; }

  .boxgrid > .medium_pre_1 {
    margin-left: 9.83333%; }

  .boxgrid > .medium_pre_0 {
    margin-left: 1.5%; }

  .boxgrid > .medium_post_11 {
    margin-right: 93.16667%; }

  .boxgrid > .medium_post_10 {
    margin-right: 84.83333%; }

  .boxgrid > .medium_post_9 {
    margin-right: 76.5%; }

  .boxgrid > .medium_post_8 {
    margin-right: 68.16667%; }

  .boxgrid > .medium_post_7 {
    margin-right: 59.83333%; }

  .boxgrid > .medium_post_6 {
    margin-right: 51.5%; }

  .boxgrid > .medium_post_5 {
    margin-right: 43.16667%; }

  .boxgrid > .medium_post_4 {
    margin-right: 34.83333%; }

  .boxgrid > .medium_post_3 {
    margin-right: 26.5%; }

  .boxgrid > .medium_post_2 {
    margin-right: 18.16667%; }

  .boxgrid > .medium_post_1 {
    margin-right: 9.83333%; }

  .boxgrid > .medium_post_0 {
    margin-right: 1.5%; }

  .boxgrid > .col[data-bg_medium_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_medium_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_medium_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_medium_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_medium_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_medium_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_medium_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_medium_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_medium_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_medium_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_medium_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_medium_order="12"] {
    order: 12; }

  .boxgrid > .medium_first {
    order: -1; }

  .boxgrid > .medium_last {
    order: 999; }

  .boxgrid > .medium_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .medium_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .medium_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .medium_text_left {
    text-align: left; }

  .boxgrid > .medium_text_center {
    text-align: center; }

  .boxgrid > .medium_text_right {
    text-align: right; }

  .boxgrid > .medium_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .medium_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .medium_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 1000px) {
  .boxgrid > .large_12 {
    width: 97%;
    display: block; }

  .boxgrid > .large_11 {
    width: 88.66667%;
    display: block; }

  .boxgrid > .large_10 {
    width: 80.33333%;
    display: block; }

  .boxgrid > .large_9 {
    width: 72%;
    display: block; }

  .boxgrid > .large_8 {
    width: 63.66667%;
    display: block; }

  .boxgrid > .large_7 {
    width: 55.33333%;
    display: block; }

  .boxgrid > .large_6 {
    width: 47%;
    display: block; }

  .boxgrid > .large_5 {
    width: 38.66667%;
    display: block; }

  .boxgrid > .large_4 {
    width: 30.33333%;
    display: block; }

  .boxgrid > .large_3 {
    width: 22%;
    display: block; }

  .boxgrid > .large_2 {
    width: 13.66667%;
    display: block; }

  .boxgrid > .large_1 {
    width: 5.33333%;
    display: block; }

  .boxgrid > .large_0 {
    display: none; }

  .boxgrid > .large_pre_11 {
    margin-left: 93.16667%; }

  .boxgrid > .large_pre_10 {
    margin-left: 84.83333%; }

  .boxgrid > .large_pre_9 {
    margin-left: 76.5%; }

  .boxgrid > .large_pre_8 {
    margin-left: 68.16667%; }

  .boxgrid > .large_pre_7 {
    margin-left: 59.83333%; }

  .boxgrid > .large_pre_6 {
    margin-left: 51.5%; }

  .boxgrid > .large_pre_5 {
    margin-left: 43.16667%; }

  .boxgrid > .large_pre_4 {
    margin-left: 34.83333%; }

  .boxgrid > .large_pre_3 {
    margin-left: 26.5%; }

  .boxgrid > .large_pre_2 {
    margin-left: 18.16667%; }

  .boxgrid > .large_pre_1 {
    margin-left: 9.83333%; }

  .boxgrid > .large_pre_0 {
    margin-left: 1.5%; }

  .boxgrid > .large_post_11 {
    margin-right: 93.16667%; }

  .boxgrid > .large_post_10 {
    margin-right: 84.83333%; }

  .boxgrid > .large_post_9 {
    margin-right: 76.5%; }

  .boxgrid > .large_post_8 {
    margin-right: 68.16667%; }

  .boxgrid > .large_post_7 {
    margin-right: 59.83333%; }

  .boxgrid > .large_post_6 {
    margin-right: 51.5%; }

  .boxgrid > .large_post_5 {
    margin-right: 43.16667%; }

  .boxgrid > .large_post_4 {
    margin-right: 34.83333%; }

  .boxgrid > .large_post_3 {
    margin-right: 26.5%; }

  .boxgrid > .large_post_2 {
    margin-right: 18.16667%; }

  .boxgrid > .large_post_1 {
    margin-right: 9.83333%; }

  .boxgrid > .large_post_0 {
    margin-right: 1.5%; }

  .boxgrid > .col[data-bg_large_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_large_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_large_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_large_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_large_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_large_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_large_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_large_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_large_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_large_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_large_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_large_order="12"] {
    order: 12; }

  .boxgrid > .large_first {
    order: -1; }

  .boxgrid > .large_last {
    order: 999; }

  .boxgrid > .large_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .large_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .large_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .large_text_left {
    text-align: left; }

  .boxgrid > .large_text_center {
    text-align: center; }

  .boxgrid > .large_text_right {
    text-align: right; }

  .boxgrid > .large_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .large_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .large_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 1400px) {
  .boxgrid > .massive_12 {
    width: 97%;
    display: block; }

  .boxgrid > .massive_11 {
    width: 88.66667%;
    display: block; }

  .boxgrid > .massive_10 {
    width: 80.33333%;
    display: block; }

  .boxgrid > .massive_9 {
    width: 72%;
    display: block; }

  .boxgrid > .massive_8 {
    width: 63.66667%;
    display: block; }

  .boxgrid > .massive_7 {
    width: 55.33333%;
    display: block; }

  .boxgrid > .massive_6 {
    width: 47%;
    display: block; }

  .boxgrid > .massive_5 {
    width: 38.66667%;
    display: block; }

  .boxgrid > .massive_4 {
    width: 30.33333%;
    display: block; }

  .boxgrid > .massive_3 {
    width: 22%;
    display: block; }

  .boxgrid > .massive_2 {
    width: 13.66667%;
    display: block; }

  .boxgrid > .massive_1 {
    width: 5.33333%;
    display: block; }

  .boxgrid > .massive_0 {
    display: none; }

  .boxgrid > .massive_pre_11 {
    margin-left: 93.16667%; }

  .boxgrid > .massive_pre_10 {
    margin-left: 84.83333%; }

  .boxgrid > .massive_pre_9 {
    margin-left: 76.5%; }

  .boxgrid > .massive_pre_8 {
    margin-left: 68.16667%; }

  .boxgrid > .massive_pre_7 {
    margin-left: 59.83333%; }

  .boxgrid > .massive_pre_6 {
    margin-left: 51.5%; }

  .boxgrid > .massive_pre_5 {
    margin-left: 43.16667%; }

  .boxgrid > .massive_pre_4 {
    margin-left: 34.83333%; }

  .boxgrid > .massive_pre_3 {
    margin-left: 26.5%; }

  .boxgrid > .massive_pre_2 {
    margin-left: 18.16667%; }

  .boxgrid > .massive_pre_1 {
    margin-left: 9.83333%; }

  .boxgrid > .massive_pre_0 {
    margin-left: 1.5%; }

  .boxgrid > .massive_post_11 {
    margin-right: 93.16667%; }

  .boxgrid > .massive_post_10 {
    margin-right: 84.83333%; }

  .boxgrid > .massive_post_9 {
    margin-right: 76.5%; }

  .boxgrid > .massive_post_8 {
    margin-right: 68.16667%; }

  .boxgrid > .massive_post_7 {
    margin-right: 59.83333%; }

  .boxgrid > .massive_post_6 {
    margin-right: 51.5%; }

  .boxgrid > .massive_post_5 {
    margin-right: 43.16667%; }

  .boxgrid > .massive_post_4 {
    margin-right: 34.83333%; }

  .boxgrid > .massive_post_3 {
    margin-right: 26.5%; }

  .boxgrid > .massive_post_2 {
    margin-right: 18.16667%; }

  .boxgrid > .massive_post_1 {
    margin-right: 9.83333%; }

  .boxgrid > .massive_post_0 {
    margin-right: 1.5%; }

  .boxgrid > .col[data-bg_massive_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_massive_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_massive_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_massive_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_massive_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_massive_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_massive_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_massive_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_massive_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_massive_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_massive_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_massive_order="12"] {
    order: 12; }

  .boxgrid > .massive_first {
    order: -1; }

  .boxgrid > .massive_last {
    order: 999; }

  .boxgrid > .massive_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .massive_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .massive_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .massive_text_left {
    text-align: left; }

  .boxgrid > .massive_text_center {
    text-align: center; }

  .boxgrid > .massive_text_right {
    text-align: right; }

  .boxgrid > .massive_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .massive_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .massive_bottom {
    display: flex;
    align-items: flex-end; } }
/*
* Minimal Grid
* A simple, readable grid system.
* Based on the display flex property.
* Options of padding and ordering.
*/
/*
* Viewport variables
*/
/*
* Markup example
<div class="mingrid">
    <div class="col tab-half">

    </div>
    <div class="col tab-quarter">

    </div>
    <div class="col tab-quarter">

    </div>
    <div class="col mob-full padding">

    </div>
</div>
*/
.mingrid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .mingrid .col {
    width: 100%; }
    .mingrid .col.padding {
      padding: 20px; }
    @media screen and (min-width: 300px) {
      .mingrid .col.mob-sixth {
        width: 16.666%; }
      .mingrid .col.mob-fifth {
        width: 20%; }
      .mingrid .col.mob-quarter {
        width: 25%; }
      .mingrid .col.mob-third {
        width: 33.333%; }
      .mingrid .col.mob-half {
        width: 50%; }
      .mingrid .col.mob-two-thirds {
        width: 66%; }
      .mingrid .col.mob-full {
        width: 100%; }
      .mingrid .col.mob-order-one {
        order: 1; }
      .mingrid .col.mob-order-two {
        order: 2; }
      .mingrid .col.mob-order-three {
        order: 3; }
      .mingrid .col.mob-order-four {
        order: 4; }
      .mingrid .col.mob-order-five {
        order: 5; }
      .mingrid .col.mob-order-six {
        order: 6; } }
    @media screen and (min-width: 550px) {
      .mingrid .col.tab-sixth {
        width: 16.666%; }
      .mingrid .col.tab-fifth {
        width: 20%; }
      .mingrid .col.tab-quarter {
        width: 25%; }
      .mingrid .col.tab-third {
        width: 33.333%; }
      .mingrid .col.tab-half {
        width: 50%; }
      .mingrid .col.tab-two-thirds {
        width: 66%; }
      .mingrid .col.tab-full {
        width: 100%; }
      .mingrid .col.tab-order-one {
        order: 1; }
      .mingrid .col.tab-order-two {
        order: 2; }
      .mingrid .col.tab-order-three {
        order: 3; }
      .mingrid .col.tab-order-four {
        order: 4; }
      .mingrid .col.tab-order-five {
        order: 5; }
      .mingrid .col.tab-order-six {
        order: 6; } }
    @media screen and (min-width: 800px) {
      .mingrid .col.lap-sixth {
        width: 16.666%; }
      .mingrid .col.lap-fifth {
        width: 20%; }
      .mingrid .col.lap-quarter {
        width: 25%; }
      .mingrid .col.lap-third {
        width: 33.333%; }
      .mingrid .col.lap-half {
        width: 50%; }
      .mingrid .col.lap-two-thirds {
        width: 66%; }
      .mingrid .col.lap-full {
        width: 100%; }
      .mingrid .col.lap-order-one {
        order: 1; }
      .mingrid .col.lap-order-two {
        order: 2; }
      .mingrid .col.lap-order-three {
        order: 3; }
      .mingrid .col.lap-order-four {
        order: 4; }
      .mingrid .col.lap-order-five {
        order: 5; }
      .mingrid .col.lap-order-six {
        order: 6; } }
    @media screen and (min-width: 1000px) {
      .mingrid .col.desk-sixth {
        width: 16.666%; }
      .mingrid .col.desk-fifth {
        width: 20%; }
      .mingrid .col.desk-quarter {
        width: 25%; }
      .mingrid .col.desk-third {
        width: 33.333%; }
      .mingrid .col.desk-half {
        width: 50%; }
      .mingrid .col.desk-two-thirds {
        width: 66%; }
      .mingrid .col.desk-full {
        width: 100%; }
      .mingrid .col.desk-order-one {
        order: 1; }
      .mingrid .col.desk-order-two {
        order: 2; }
      .mingrid .col.desk-order-three {
        order: 3; }
      .mingrid .col.desk-order-four {
        order: 4; }
      .mingrid .col.desk-order-five {
        order: 5; }
      .mingrid .col.desk-order-six {
        order: 6; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.28; }
  @media only screen and (min-width: 800px) {
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 1000px) {
    body {
      font-size: 14px; } }

::selection {
  background: #a7915a;
  color: #fff; }

::-moz-selection {
  background: #a7915a;
  color: #fff; }

/**
 * Headings
 */
h1, .h1, h1 a, a.h1, .h1 a {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: block;
  font-family: "PT Serif", serif;
  text-transform: uppercase; }

h2, .h2, h2 a, a.h2, .h2 a {
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 0.8em;
  display: block;
  font-family: "PT Serif", serif;
  text-transform: uppercase; }

h3, .h3, h3 a, a.h3, .h3 a {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: block;
  font-family: "PT Serif", serif;
  text-transform: uppercase; }

h4, .h4, h4 a, a.h4, .h4 a {
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: block;
  font-family: "PT Serif", serif;
  text-transform: uppercase; }

h1.primary_colour, h2.primary_colour, h3.primary_colour, h4.primary_colour, h5.primary_colour, h6.primary_colour, a.primary_colour, p.primary_colour, li.primary_colour, span.primary_colour {
  color: #a7915a; }
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, a.upper, p.upper, li.upper, span.upper {
  text-transform: uppercase; }
h1.lower, h2.lower, h3.lower, h4.lower, h5.lower, h6.lower, a.lower, p.lower, li.lower, span.lower {
  text-transform: initial; }

.page-title {
  font-size: 2.6em;
  font-weight: 400;
  font-family: "PT Serif", serif;
  margin-bottom: 0.8em;
  border-bottom: #0d0800 solid 1px;
  padding: 0 0.7em 0.6em 0;
  text-transform: uppercase;
  display: inline-block; }
  .page-title:after {
    content: "";
    display: block;
    height: 0px;
    width: 100%; }
  .page-title.primary_colour {
    border-bottom: 1px solid #a7915a;
    width: 100%; }

.sub-page-title {
  font-size: 1.5em;
  margin-bottom: 0;
  color: rgba(13, 8, 0, 0.65); }

.multi-line {
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal; }
  .multi-line .line1 {
    display: block; }
  .multi-line .line2 {
    display: block;
    font-size: 1.35em; }

.side-menu-title {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #a7915a;
  margin-bottom: 0.8em;
  display: block;
  font-family: "PT Serif", serif; }

/**
 * Paragraphs
 */
p {
  margin-bottom: 1em; }

/**
 * Block quotes
 */
blockquote {
  margin: 0.2em 0;
  padding: 0 2em 1.5em 2em;
  text-align: center;
  text-transform: uppercase;
  color: #8b7b53;
  font-size: 1.1em; }
  blockquote:before {
    content: "";
    display: block;
    width: 220px;
    max-width: 100%;
    margin: 0 auto 1.5em auto;
    border-top: #8b7b53 solid 1px; }

/**
 * Links
 */
a {
  color: #8b7b53;
  transition: color 0.3s;
  text-decoration: none; }
  a:hover {
    color: #a7915a;
    transition: color 0.3s; }

/**
 * Styling
 */
b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

/**
 * Lists
 */
ul, ol {
  padding-left: 1em;
  margin-bottom: 1em; }
  ul li, ol li {
    padding-bottom: 0.3em; }

.btn {
  color: #fff;
  background-color: #a7915a;
  font-size: 1em;
  display: inline-block;
  border: none;
  margin: 0.2em 0;
  padding: 0.45em 1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0; }
  .btn:hover {
    color: #fff;
    transition: background-color 0.3s;
    background-color: #38352D; }
  .btn.large {
    font-size: 1.6em; }
  .btn.dark {
    background-color: #38352D;
    color: #f2ebd6; }
    .btn.dark:hover {
      background-color: #D4C6A1;
      color: #0d0800; }
  .btn.arrow {
    position: relative; }
    .btn.arrow:after {
      content: url("../img/arrow-right.png");
      position: absolute;
      right: 10px;
      top: 10px; }

.product_type_simple {
  display: block;
  max-width: 140px; }

.pagination {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 25px 0 10px 0;
  padding: 0;
  font-size: 0;
  line-height: 3;
  overflow: hidden; }
  .pagination .page-numbers {
    display: inline-block; }
  .pagination .prev-page-link, .pagination .next-page-link {
    font-size: 12px;
    padding: 0 0.5em; }
    @media only screen and (min-width: 800px) {
      .pagination .prev-page-link, .pagination .next-page-link {
        font-size: 13px; } }
    @media only screen and (min-width: 1000px) {
      .pagination .prev-page-link, .pagination .next-page-link {
        font-size: 14px; } }
  .pagination li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px; }
    @media only screen and (min-width: 800px) {
      .pagination li {
        font-size: 13px; } }
    @media only screen and (min-width: 1000px) {
      .pagination li {
        font-size: 14px; } }
    .pagination li a, .pagination li span {
      position: relative;
      text-decoration: none;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0.4em 0.5em;
      text-align: center;
      font-size: 1.2em; }
      .pagination li a:after, .pagination li span:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: rgba(126, 139, 105, 0.3);
        bottom: -100%;
        left: 0;
        transition: bottom 0.3s; }
      .pagination li a:hover, .pagination li span:hover {
        color: #0d0800; }
      .pagination li a:hover:after, .pagination li span:hover:after {
        bottom: 0;
        transition: bottom 0.3s; }
    .pagination li.active span:after {
      bottom: 0;
      background-color: #7e8b69; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  overflow-x: scroll;
  display: block;
  margin-bottom: 1em; }
  table tbody {
    display: table;
    border: none;
    min-width: 100%; }
  @media only screen and (min-width: 1000px) {
    table {
      display: table;
      font-size: 0.9em; }
      table tbody {
        display: table-row-group;
        width: 100%;
        min-width: 0; }
        table tbody td {
          min-width: 9em; } }
  table th {
    min-width: 9em;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 0;
    vertical-align: top; }
    @media only screen and (min-width: 1000px) {
      table th {
        min-width: 0;
        padding-right: 1em; } }
  table td {
    padding: 0.5em 0.5em 0.5em 0;
    vertical-align: top; }
    @media only screen and (min-width: 1000px) {
      table td {
        padding-right: 1em; } }
  table tr {
    border-bottom: rgba(13, 8, 0, 0.35) solid 1px; }
    table tr.no-border {
      border: none; }
      table tr.no-border th, table tr.no-border td {
        padding-bottom: 0; }

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
  padding: 0.7em 0.65em;
  margin: 0 0 0.5em;
  border: #f1f1f1 solid 1px;
  background-color: #ffffff;
  line-height: 1.2;
  color: #0d0800;
  max-width: 100%;
  width: 230px;
  font-style: italic;
  transition: border-color 0.3s;
  font-size: 12px; }
  @media only screen and (min-width: 800px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
      font-size: 13px; } }
  @media only screen and (min-width: 1000px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
      font-size: 14px; } }
  @media only screen and (min-width: 550px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
      width: 300px; } }
  @media only screen and (min-width: 800px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
      width: 350px; } }
  @media only screen and (min-width: 1000px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=date], textarea, select {
      width: 425px; } }
  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus, select:focus {
    transition: border-color 0.3s;
    border-color: #a7915a; }
  input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=url].error, input[type=tel].error, input[type=search].error, input[type=date].error, textarea.error, select.error {
    transition: border-color 0.3s;
    border-color: #c94339; }

label {
  margin: 0 0 0.3em 0;
  display: block; }

textarea {
  min-height: 120px;
  font-family: "Open Sans", sans-serif; }

input[type=radio] {
  display: none; }
  input[type=radio] + label {
    width: auto;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 0.4em;
    padding-left: 1.8em;
    display: inline-block;
    position: relative; }
  input[type=radio] + label:before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0.1em;
    left: 0;
    vertical-align: middle;
    border: #38352D solid 1px;
    border-radius: 1em;
    width: 1em;
    height: 1em;
    margin: 0 0.4em 0 0;
    transition: border-color 0.3s; }
  input[type=radio]:checked + label:before {
    background-color: #0d0800;
    background: -moz-radial-gradient(center, ellipse cover, #0d0800 35%, #ffffff 35%);
    background: -webkit-radial-gradient(center, ellipse cover, #0d0800 35%, #ffffff 35%);
    background: radial-gradient(ellipse at center, #0d0800 35%, #ffffff 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$text_colour', endColorstr='$background_colour',GradientType=1 ); }
  input[type=radio] + label:focus:before {
    transition: border-color 0.3s;
    border-color: #a7915a; }
  input[type=radio].error + label:before {
    border-color: #c94339; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label {
    position: relative;
    width: auto;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 0.4em;
    padding-left: 1.8em;
    display: inline-block; }
  input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1em;
    background-color: #ffffff;
    vertical-align: middle;
    border: #38352D solid 1px;
    border-radius: 2px;
    width: 1em;
    height: 1em;
    margin: 0;
    transition: border-color 0.3s; }
  input[type=checkbox]:checked + label:before {
    content: "\2714";
    line-height: 0.9em;
    text-align: center;
    color: #0d0800; }
  input[type=checkbox] + label:focus:before {
    transition: border-color 0.3s;
    border-color: #a7915a; }
  input[type=checkbox].error + label:before {
    border-color: #c94339; }

hr {
  margin: 0.7em 0;
  border: none;
  border-top: #a7915a solid 1px; }

/**
 * Validation
 **/
form label.error, form .field.error {
  background: #c94339;
  color: #fff;
  padding: 0.5em 0.75em;
  display: inline-block;
  font-size: 0.95em; }
form .field.error {
  display: block; }
form input[type=submit] {
  color: #fff;
  background-color: #a7915a;
  font-size: 1em;
  display: inline-block;
  border: none;
  margin: 0.2em 0;
  padding: 0.45em 1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0; }
  form input[type=submit]:hover {
    color: #fff;
    transition: background-color 0.3s;
    background-color: #38352D; }

form.crush-formbuilder {
  margin-top: 1.5em; }
  form.crush-formbuilder .form-row {
    margin-bottom: 2em; }

.pop-up-header h2 {
  color: #fff; }
  .pop-up-header h2 span {
    color: #a7915c; }

.pop-up-footer {
  background: #596a79;
  padding: 15px 10px !important;
  text-align: center;
  width: 100%; }
  .pop-up-footer .pop-up-btn-no {
    background: #fff;
    color: #596a79;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block; }
  .pop-up-footer p {
    color: #fff;
    font-size: 12px;
    font-style: italic; }
    .pop-up-footer p a {
      color: #a7935e; }

.alert, .notifications {
  padding: 0.85em 1em;
  margin: 0.35em 0 1em 0;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #38352D; }
  .alert:after, .notifications:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both; }
  .alert.error, .notifications.error {
    background-color: #c94339;
    color: #ffffff; }
    .alert.error a, .notifications.error a {
      color: #ffffff;
      text-decoration: underline; }
  .alert.success, .notifications.success {
    background-color: #5A9148;
    color: #ffffff; }
    .alert.success a, .notifications.success a {
      color: #ffffff;
      text-decoration: underline; }
  .alert.warning, .notifications.warning {
    background-color: #5A9148;
    color: #ffffff; }
    .alert.warning a, .notifications.warning a {
      color: #ffffff;
      text-decoration: underline; }
  .alert ul, .notifications ul {
    margin-bottom: 0; }
  .alert .btn, .alert .button, .notifications .btn, .notifications .button {
    float: right;
    background-color: #38352D;
    color: #f2ebd6; }
    .alert .btn:hover, .alert .button:hover, .notifications .btn:hover, .notifications .button:hover {
      background-color: #D4C6A1;
      color: #0d0800; }

/** Breadcrumbs **/
.breadcrumbs {
  padding: 1.5em 0;
  font-style: italic;
  font-family: "PT Serif", serif; }
  .breadcrumbs ul {
    list-style: none;
    list-style: none;
    padding: 0;
    width: 100%;
    font-size: 0px; }
    .breadcrumbs ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 12px; }
      @media only screen and (min-width: 800px) {
        .breadcrumbs ul li {
          font-size: 13px; } }
      @media only screen and (min-width: 1000px) {
        .breadcrumbs ul li {
          font-size: 14px; } }
    .breadcrumbs ul a {
      color: #8b7b53;
      padding: 0.4em;
      vertical-align: middle; }
      @media only screen and (min-width: 550px) {
        .breadcrumbs ul a {
          padding: 0.7em; } }
      @media only screen and (min-width: 800px) {
        .breadcrumbs ul a {
          padding: 1em; } }
      .breadcrumbs ul a:hover {
        color: #8b7b53; }
    .breadcrumbs ul .current a {
      color: #8b7b53; }
    .breadcrumbs ul li:after {
      content: "/";
      font-style: normal;
      font-size: 1.2em;
      vertical-align: middle;
      color: rgba(13, 8, 0, 0.5); }
    .breadcrumbs ul li:first-child a {
      padding-left: 0;
      color: #0d0800; }
    .breadcrumbs ul li:last-child:after {
      display: none; }

/** Images **/
img {
  max-width: 100%;
  height: auto; }

.responsive-img {
  width: 100%;
  height: auto; }

.entry-content img {
  margin: 1em 0; }

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (min-width: 1000px) {
    .container {
      padding: 0; } }

/** Text block with icon **/
.text-with-icon {
  padding-left: 80px;
  position: relative;
  margin-bottom: 1.5em; }
  .text-with-icon img.icon {
    position: absolute;
    left: 0;
    top: -10px;
    margin: 0; }

/** Interactive Bottle **/
#bottle-navigation {
  background-image: url(../img/trade-mark-small.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 740px;
  min-height: 290px;
  margin-top: 20px;
  margin-bottom: 65px;
  display: none; }
  @media only screen and (min-width: 550px) {
    #bottle-navigation {
      display: block;
      transform: scale(0.8);
      transform-origin: center center; } }
  @media only screen and (min-width: 1000px) {
    #bottle-navigation {
      transform: none; } }
  #bottle-navigation #trademark_container {
    width: 242px;
    margin: 0 auto; }
    #bottle-navigation #trademark_container p.trademark-slogan {
      text-align: center;
      padding-top: 3em;
      padding-bottom: 1em;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #8b7b53; }
  #bottle-navigation .bottle-interaction-area {
    cursor: pointer; }
    #bottle-navigation .bottle-interaction-area .interaction-area-text {
      font-family: "PT Serif", serif;
      font-weight: bold;
      font-style: italic;
      color: #a7915a;
      font-size: 1.3em;
      width: 180px;
      text-align: center;
      margin-top: 0.65em; }
    #bottle-navigation .bottle-interaction-area:hover .interaction-area-text {
      color: #0d0800; }
    #bottle-navigation .bottle-interaction-area:hover .interaction-bottle-marker-fberio {
      background-position: bottom; }
  #bottle-navigation .interaction-bottle-marker {
    width: 23px;
    height: 23px;
    margin: 0 auto;
    cursor: pointer;
    background: url("../img/bottle-marker.png");
    -moz-transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out; }
  #bottle-navigation #berio-bottle {
    background: url("../img/berio-interactive-bottle.png") no-repeat 134px 91px;
    width: 100%;
    height: 580px; }
  #bottle-navigation #olive-oil {
    position: absolute;
    margin-top: 370px;
    margin-left: 32px; }
  #bottle-navigation #italian-oil {
    position: absolute;
    margin-top: -450px;
    margin-left: 67px; }
  #bottle-navigation #healthly-oil {
    position: absolute;
    margin-top: -563px;
    margin-left: 282px; }
  #bottle-navigation #face-oil {
    position: absolute;
    margin-top: -508px;
    margin-left: 481px; }
  #bottle-navigation #guarantee-oil {
    position: absolute;
    margin-top: -229px;
    margin-left: 490px; }
  #bottle-navigation #olive-hover {
    position: absolute;
    margin-top: -230px;
    margin-left: -8px;
    display: none; }
  #bottle-navigation #italian-hover {
    position: absolute;
    margin-top: -469px;
    margin-left: 21px;
    display: none; }
  #bottle-navigation #healthly-hover {
    position: absolute;
    margin-top: -583px;
    margin-left: 221px;
    display: none; }
  #bottle-navigation #face-hover {
    position: absolute;
    margin-top: -527px;
    margin-left: 438px;
    display: none; }
  #bottle-navigation #guarantee-hover {
    position: absolute;
    margin-top: -248px;
    margin-left: 450px;
    display: none; }
  #bottle-navigation .hover-description-bottle {
    border-radius: 50%;
    background-color: rgba(25, 24, 24, 0.8);
    width: 280px;
    height: 280px; }
    #bottle-navigation .hover-description-bottle div.hover-title {
      color: #a7915a;
      margin: 54px 0 0 58px;
      border-bottom: 1px solid #a7915a;
      width: 160px;
      font-family: "PT Serif", serif;
      font-size: 1.2em;
      font-style: italic;
      font-weight: bold;
      text-align: center; }
    #bottle-navigation .hover-description-bottle p.hover-text {
      max-width: 200px;
      text-align: center;
      color: #FFF;
      font-size: 0.9em;
      margin: 20px auto 0 auto; }

/**
 * Image Alignment
 **/
img.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 1em 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 1em 0;
  margin: 0 auto; }

/**
 * Cookie notice
**/
#cookieChoiceInfo > div {
  max-width: 100% !important;
  width: 1000px !important;
  margin: 0 auto !important;
  padding: 1em !important; }
  #cookieChoiceInfo > div a {
    margin: 0 !important; }
  #cookieChoiceInfo > div #cookieChoiceDismiss {
    display: block;
    margin: 0.5em 0 0 0 !important; }
#cookieChoiceInfo #cookieChoiceDismissIcon {
  display: none !important; }

#site-header {
  background-color: #38352D;
  color: #f2ebd6;
  padding-top: 1em;
  padding-bottom: 0.75em;
  text-align: center;
  /** LOGO **/
  /** Mobile Menu Toggle **/
  /** Mobile Menu **/
  /** Desktop menu **/ }
  @media only screen and (min-width: 550px) {
    #site-header {
      padding-top: 1.5em; } }
  @media only screen and (min-width: 1000px) {
    #site-header {
      padding-top: 2em;
      padding-bottom: 0;
      text-align: left; } }
  #site-header .site-title {
    margin: 0 0 0.2em 0;
    display: inline-block; }
    #site-header .site-title a {
      margin: 0;
      display: block;
      background: url("../img/filippo-berio-logo_without-subtitle.png");
      background-size: contain;
      width: 165px;
      height: 102px;
      margin: 5px 0; }
      @media only screen and (min-width: 800px) {
        #site-header .site-title a {
          margin: 30px 0 20px; } }
      #site-header .site-title a span {
        display: none; }
      #site-header .site-title a:focus {
        outline: none; }
  #site-header .mobile-menu-toggle {
    position: absolute;
    top: 1em;
    right: 1em; }
    @media only screen and (min-width: 550px) {
      #site-header .mobile-menu-toggle {
        top: 2em;
        right: 2em; } }
    @media only screen and (min-width: 1000px) {
      #site-header .mobile-menu-toggle {
        display: none; } }
    #site-header .mobile-menu-toggle button {
      cursor: pointer;
      background: none;
      border: none;
      color: #f2ebd6;
      font-size: 2em;
      padding: 0; }
      #site-header .mobile-menu-toggle button span {
        display: none; }
    #site-header .mobile-menu-toggle#mm-open-btn button:before {
      content: "\e120";
      font-family: fberio_icons;
      font-size: 1.2em; }
    #site-header .mobile-menu-toggle#mm-close-btn {
      top: 0.4em;
      right: 0.6em; }
      @media only screen and (min-width: 550px) {
        #site-header .mobile-menu-toggle#mm-close-btn {
          top: 1.1em;
          right: 1.2em; } }
      #site-header .mobile-menu-toggle#mm-close-btn button:before {
        content: "\e117";
        font-family: fberio_icons; }
  #site-header #site-navigation {
    position: fixed;
    z-index: 99;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: "PT Serif", serif;
    background-color: rgba(0, 0, 0, 0.75);
    overflow-y: scroll;
    text-align: left;
    font-size: 1.4em;
    line-height: 1;
    /** Secondary menu **/
    /** Hiding elements **/
    /** Show elements **/ }
    #site-header #site-navigation #main-menu {
      position: relative;
      background: #fff;
      padding: 1.5em 0;
      width: 85%;
      height: 68%;
      left: 7.5%;
      top: 50px;
      overflow-y: scroll;
      overflow-x: hidden;
      /** Sub menus **/
      /** Slides menu **/ }
      @media only screen and (min-width: 550px) {
        #site-header #site-navigation #main-menu {
          width: 75%;
          height: 60%;
          left: 12.5%; } }
      @media only screen and (min-width: 800px) {
        #site-header #site-navigation #main-menu {
          height: 60%; } }
      #site-header #site-navigation #main-menu:before {
        content: "Main menu";
        font-size: 1.1em;
        display: block;
        text-align: center;
        margin-bottom: 0.75em;
        padding-bottom: 0.75em;
        color: #0d0800;
        border-bottom: #F1F2EC solid 1px; }
        @media only screen and (min-width: 550px) {
          #site-header #site-navigation #main-menu:before {
            font-size: 1.4em; } }
      #site-header #site-navigation #main-menu ul {
        width: 100%;
        list-style: none;
        padding: 0;
        position: absolute;
        transition: margin 0.5s; }
        #site-header #site-navigation #main-menu ul li {
          padding: 0 1em; }
          #site-header #site-navigation #main-menu ul li a, #site-header #site-navigation #main-menu ul li .back-link {
            display: block;
            padding: 0.6em 0.5em;
            cursor: pointer;
            color: #0d0800;
            transition: all 0.3s; }
            @media only screen and (min-width: 550px) {
              #site-header #site-navigation #main-menu ul li a, #site-header #site-navigation #main-menu ul li .back-link {
                padding: 0.6em 0.75em; } }
            #site-header #site-navigation #main-menu ul li a:focus, #site-header #site-navigation #main-menu ul li .back-link:focus {
              outline: none; }
            #site-header #site-navigation #main-menu ul li a:hover, #site-header #site-navigation #main-menu ul li .back-link:hover {
              background-color: #8b7b53;
              color: #f2ebd6;
              transition: all 0.3s; }
          #site-header #site-navigation #main-menu ul li .back-link {
            color: rgba(13, 8, 0, 0.5); }
            #site-header #site-navigation #main-menu ul li .back-link:hover {
              background-color: transparent;
              color: #8b7b53; }
            #site-header #site-navigation #main-menu ul li .back-link:before {
              content: "\e094";
              font-family: fberio_icons;
              margin-right: 0.6em;
              vertical-align: middle; }
          #site-header #site-navigation #main-menu ul li.menu-item-has-children > a:before {
            content: "+";
            display: inline-block;
            float: right; }
      #site-header #site-navigation #main-menu .sub-menu {
        display: none;
        left: 100%;
        top: 0; }
      #site-header #site-navigation #main-menu .current-submenu {
        display: block; }
      #site-header #site-navigation #main-menu .open-submenu-within {
        margin-left: -100%;
        display: block; }
    #site-header #site-navigation #secondary-menu {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 1em; }
      #site-header #site-navigation #secondary-menu ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0; }
        #site-header #site-navigation #secondary-menu ul li {
          display: inline-block;
          margin: 0 1px;
          padding: 0; }
      #site-header #site-navigation #secondary-menu .menu-search, #site-header #site-navigation #secondary-menu .menu-contact, #site-header #site-navigation #secondary-menu .social-link, #site-header #site-navigation #secondary-menu .shop-link, #site-header #site-navigation #secondary-menu .general-search-remodal {
        font-size: 0; }
        #site-header #site-navigation #secondary-menu .menu-search a, #site-header #site-navigation #secondary-menu .menu-contact a, #site-header #site-navigation #secondary-menu .social-link a, #site-header #site-navigation #secondary-menu .shop-link a, #site-header #site-navigation #secondary-menu .general-search-remodal a {
          display: block; }
          @media only screen and (min-width: 1000px) {
            #site-header #site-navigation #secondary-menu .menu-search a, #site-header #site-navigation #secondary-menu .menu-contact a, #site-header #site-navigation #secondary-menu .social-link a, #site-header #site-navigation #secondary-menu .shop-link a, #site-header #site-navigation #secondary-menu .general-search-remodal a {
              display: inline; } }
        #site-header #site-navigation #secondary-menu .menu-search a:before, #site-header #site-navigation #secondary-menu .menu-contact a:before, #site-header #site-navigation #secondary-menu .social-link a:before, #site-header #site-navigation #secondary-menu .shop-link a:before, #site-header #site-navigation #secondary-menu .general-search-remodal a:before {
          content: "\e036";
          font-family: fberio_icons;
          display: block;
          width: 34px;
          height: 34px;
          border-radius: 34px;
          line-height: 34px;
          font-size: 16px;
          text-align: center;
          background: #fff;
          color: #0d0800;
          transition: all 0.3s; }
          @media only screen and (min-width: 550px) {
            #site-header #site-navigation #secondary-menu .menu-search a:before, #site-header #site-navigation #secondary-menu .menu-contact a:before, #site-header #site-navigation #secondary-menu .social-link a:before, #site-header #site-navigation #secondary-menu .shop-link a:before, #site-header #site-navigation #secondary-menu .general-search-remodal a:before {
              width: 40px;
              height: 40px;
              border-radius: 40px;
              line-height: 40px;
              font-size: 18px; } }
          @media only screen and (min-width: 800px) {
            #site-header #site-navigation #secondary-menu .menu-search a:before, #site-header #site-navigation #secondary-menu .menu-contact a:before, #site-header #site-navigation #secondary-menu .social-link a:before, #site-header #site-navigation #secondary-menu .shop-link a:before, #site-header #site-navigation #secondary-menu .general-search-remodal a:before {
              width: 60px;
              height: 60px;
              border-radius: 60px;
              line-height: 60px;
              font-size: 28px; } }
        #site-header #site-navigation #secondary-menu .menu-search a:hover:before, #site-header #site-navigation #secondary-menu .menu-contact a:hover:before, #site-header #site-navigation #secondary-menu .social-link a:hover:before, #site-header #site-navigation #secondary-menu .shop-link a:hover:before, #site-header #site-navigation #secondary-menu .general-search-remodal a:hover:before {
          background: #a7915a;
          color: #f2ebd6;
          transition: all 0.3s; }
      #site-header #site-navigation #secondary-menu .social-link, #site-header #site-navigation #secondary-menu .shop-link {
        margin: 0 3px; }
      #site-header #site-navigation #secondary-menu .general-search-remodal a:before {
        content: "\e036"; }
      #site-header #site-navigation #secondary-menu .menu-contact a:before {
        content: "\e002"; }
      #site-header #site-navigation #secondary-menu .facebook a:before {
        content: "\f09a"; }
      #site-header #site-navigation #secondary-menu .twitter a:before {
        content: "\f099"; }
      #site-header #site-navigation #secondary-menu .pinterest a:before {
        content: "\f231"; }
      #site-header #site-navigation #secondary-menu .instagram a:before {
        content: "\f083"; }
      #site-header #site-navigation #secondary-menu .youtube a:before {
        content: "\f16a"; }
      #site-header #site-navigation #secondary-menu .myaccount a:before {
        content: "\f007"; }
      #site-header #site-navigation #secondary-menu .basket a:before {
        content: "\f291"; }
    #site-header #site-navigation .tiny_hide {
      display: none !important; }
    @media only screen and (min-width: 550px) {
      #site-header #site-navigation .small_hide {
        display: none !important; } }
    @media only screen and (min-width: 800px) {
      #site-header #site-navigation .medium_hide {
        display: none !important; } }
    @media only screen and (min-width: 1000px) {
      #site-header #site-navigation .large_hide {
        display: none !important; } }
    @media only screen and (min-width: 1400px) {
      #site-header #site-navigation .massive_hide {
        display: none !important; } }
    @media only screen and (min-width: 550px) {
      #site-header #site-navigation .small_show {
        display: inline-block !important; } }
    @media only screen and (min-width: 800px) {
      #site-header #site-navigation .medium_show {
        display: inline-block !important; } }
    @media only screen and (min-width: 1000px) {
      #site-header #site-navigation .large_show {
        display: inline-block !important; } }
    @media only screen and (min-width: 1400px) {
      #site-header #site-navigation .massive_show {
        display: inline-block !important; } }
  @media only screen and (min-width: 1000px) {
    #site-header #site-navigation {
      position: relative;
      z-index: 15;
      top: auto;
      left: auto;
      height: auto;
      width: 800px;
      float: right;
      background-color: transparent;
      overflow: visible;
      text-align: right;
      display: inline-block; }
      #site-header #site-navigation #main-menu {
        background: transparent;
        padding: 0;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        overflow: visible;
        /** Sub menus **/
        /** Slides menu **/ }
        #site-header #site-navigation #main-menu:before {
          display: none; }
        #site-header #site-navigation #main-menu ul {
          position: relative;
          font-size: 0px;
          text-align: right;
          transition: none; }
          #site-header #site-navigation #main-menu ul li {
            padding: 0;
            position: relative;
            display: inline-block;
            font-size: 12px; } }
        @media only screen and (min-width: 1000px) and (min-width: 800px) {
          #site-header #site-navigation #main-menu ul li {
            font-size: 13px; } }
        @media only screen and (min-width: 1000px) and (min-width: 1000px) {
          #site-header #site-navigation #main-menu ul li {
            font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
            #site-header #site-navigation #main-menu ul li a {
              padding: 0.3em 0.75em 1.9em 0.75em;
              font-size: 1.15em;
              color: #f2ebd6; }
            #site-header #site-navigation #main-menu ul li:hover > a {
              background-color: transparent;
              color: #a7915a; }
            #site-header #site-navigation #main-menu ul li .back-link {
              display: none; }
            #site-header #site-navigation #main-menu ul li.menu-item-has-children > a:before {
              display: none; }
            #site-header #site-navigation #main-menu ul li:hover > .sub-menu {
              display: block;
              animation: menuExpand 0.75s both; }
        #site-header #site-navigation #main-menu ul.menu > li:last-child > a {
          padding-right: 0; }
        #site-header #site-navigation #main-menu .sub-menu {
          position: absolute;
          z-index: 20;
          top: 100%;
          left: auto;
          margin: 0;
          width: 740px;
          height: 500px;
          color: #fff;
          text-align: left;
          overflow: hidden;
          font-size: 12px;
          /** Sub-menu inside a sub-menu **/ } }
      @media only screen and (min-width: 1000px) and (min-width: 800px) {
        #site-header #site-navigation #main-menu .sub-menu {
          font-size: 13px; } }
      @media only screen and (min-width: 1000px) and (min-width: 1000px) {
        #site-header #site-navigation #main-menu .sub-menu {
          font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
          #site-header #site-navigation #main-menu .sub-menu li {
            width: 185px;
            display: block;
            border-bottom: #fff solid 1px; }
            #site-header #site-navigation #main-menu .sub-menu li.back-link-li + li, #site-header #site-navigation #main-menu .sub-menu li:first-child {
              border-top: #8b7b53 solid 3px; }
            #site-header #site-navigation #main-menu .sub-menu li:last-child {
              border: none; }
            #site-header #site-navigation #main-menu .sub-menu li:hover > .sub-menu {
              display: block;
              animation: menuExpand 0.75s both; }
            #site-header #site-navigation #main-menu .sub-menu li a {
              text-align: left;
              padding: 0.5em 0.8em;
              color: #fff;
              background-color: #38352D;
              font-size: 12px; } }
          @media only screen and (min-width: 1000px) and (min-width: 800px) {
            #site-header #site-navigation #main-menu .sub-menu li a {
              font-size: 13px; } }
          @media only screen and (min-width: 1000px) and (min-width: 1000px) {
            #site-header #site-navigation #main-menu .sub-menu li a {
              font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
            #site-header #site-navigation #main-menu .sub-menu li.menu-item-has-children > a:before {
              content: "+";
              display: inline-block;
              float: right; }
            #site-header #site-navigation #main-menu .sub-menu li:hover > a {
              background-color: #a7915a;
              color: #f2ebd6; }
          #site-header #site-navigation #main-menu .sub-menu .back-link, #site-header #site-navigation #main-menu .sub-menu .back-link-li {
            display: none; }
          #site-header #site-navigation #main-menu .sub-menu .sub-menu {
            display: none;
            left: 100%;
            top: -3px; }
            #site-header #site-navigation #main-menu .sub-menu .sub-menu li {
              border-left: #8b7b53 solid 1px; }
        #site-header #site-navigation #main-menu ul.menu > li:nth-last-child(1) .sub-menu .sub-menu, #site-header #site-navigation #main-menu ul.menu > li:nth-last-child(2) .sub-menu .sub-menu, #site-header #site-navigation #main-menu ul.menu > li:nth-last-child(3) .sub-menu .sub-menu {
          margin-left: -85%;
          margin-top: 22px; }
        #site-header #site-navigation #main-menu ul.menu > li:last-child > .sub-menu {
          margin-left: -120px; }
        #site-header #site-navigation #main-menu .current-submenu {
          display: inherit; }
        #site-header #site-navigation #main-menu .sub-menu.open-submenu-within {
          margin-left: 0;
          display: none; }
        #site-header #site-navigation #main-menu .menu.open-submenu-within {
          margin-left: 0;
          display: block; }
      #site-header #site-navigation #secondary-menu {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-bottom: 1em;
        text-align: right;
        text-transform: uppercase;
        padding: 0; }
        #site-header #site-navigation #secondary-menu ul {
          display: block; }
          #site-header #site-navigation #secondary-menu ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            font-size: 12px; } }
        @media only screen and (min-width: 1000px) and (min-width: 800px) {
          #site-header #site-navigation #secondary-menu ul li {
            font-size: 13px; } }
        @media only screen and (min-width: 1000px) and (min-width: 1000px) {
          #site-header #site-navigation #secondary-menu ul li {
            font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
            #site-header #site-navigation #secondary-menu ul li a {
              padding: 0 0.5em;
              color: #f2ebd6; }
              #site-header #site-navigation #secondary-menu ul li a:hover {
                color: #a7915a; }
            #site-header #site-navigation #secondary-menu ul li:last-child {
              padding-right: 0;
              margin-right: 0; }
              #site-header #site-navigation #secondary-menu ul li:last-child a {
                padding-right: 0; }
            #site-header #site-navigation #secondary-menu ul li:after {
              content: "\2022";
              padding: 0 0.4em; }
        #site-header #site-navigation #secondary-menu .social-link, #site-header #site-navigation #secondary-menu .shop-link {
          font-size: 0; }
          #site-header #site-navigation #secondary-menu .social-link a:before, #site-header #site-navigation #secondary-menu .shop-link a:before {
            width: 30px;
            height: 30px;
            border-radius: 30px;
            line-height: 30px;
            font-size: 15px;
            display: inline-block;
            background-color: #a7915a;
            color: #fff; }
          #site-header #site-navigation #secondary-menu .social-link a:hover:before, #site-header #site-navigation #secondary-menu .shop-link a:hover:before {
            background-color: #f2ebd6;
            color: #a7915a; }
        #site-header #site-navigation #secondary-menu .shop-link:nth-last-child(2) {
          margin-left: 30px; }
        #site-header #site-navigation #secondary-menu .menu-search, #site-header #site-navigation #secondary-menu .menu-contact, #site-header #site-navigation #secondary-menu .general-search-remodal {
          font-size: 12px; } }
      @media only screen and (min-width: 1000px) and (min-width: 800px) {
        #site-header #site-navigation #secondary-menu .menu-search, #site-header #site-navigation #secondary-menu .menu-contact, #site-header #site-navigation #secondary-menu .general-search-remodal {
          font-size: 13px; } }
      @media only screen and (min-width: 1000px) and (min-width: 1000px) {
        #site-header #site-navigation #secondary-menu .menu-search, #site-header #site-navigation #secondary-menu .menu-contact, #site-header #site-navigation #secondary-menu .general-search-remodal {
          font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
          #site-header #site-navigation #secondary-menu .menu-search a:before, #site-header #site-navigation #secondary-menu .menu-contact a:before, #site-header #site-navigation #secondary-menu .general-search-remodal a:before {
            display: none; }
        #site-header #site-navigation #secondary-menu .facebook:before {
          content: "Follow us";
          margin-right: 1em;
          font-size: 0.9em;
          font-size: 12px; } }
      @media only screen and (min-width: 1000px) and (min-width: 800px) {
        #site-header #site-navigation #secondary-menu .facebook:before {
          font-size: 13px; } }
      @media only screen and (min-width: 1000px) and (min-width: 1000px) {
        #site-header #site-navigation #secondary-menu .facebook:before {
          font-size: 14px; } }

  #site-header .header-sign-up {
    border: 1px solid #a7915a;
    border-radius: 0px;
    display: none;
    font-size: 12px;
    margin-bottom: 1.7em;
    padding: 5px 8px; }
    @media only screen and (min-width: 1000px) {
      #site-header .header-sign-up {
        display: inline-block; } }
    #site-header .header-sign-up .btn {
      background-color: transparent;
      transition: background-color 0.3s;
      border: 1px solid #a7915a;
      border-radius: 50px;
      color: #fff;
      margin-right: 5px; }
      #site-header .header-sign-up .btn:hover {
        background-color: #a7915a;
        transition: background-color 0.3s; }

/** Mobile Menu **/
body.menu-open #site-header #site-navigation {
  animation: fadeIn 0.3s linear backwards;
  top: 0; }
  @media only screen and (min-width: 1000px) {
    body.menu-open #site-header #site-navigation {
      animation: none;
      top: auto; } }
  body.menu-open #site-header #site-navigation #main-menu {
    animation: fadeInContract 0.2s 0.2s backwards; }
    @media only screen and (min-width: 1000px) {
      body.menu-open #site-header #site-navigation #main-menu {
        animation: none; } }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(1) {
    animation: fadeInContract 0.3s 0.3s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(2) {
    animation: fadeInContract 0.3s 0.35s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(3) {
    animation: fadeInContract 0.3s 0.4s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(4) {
    animation: fadeInContract 0.3s 0.45s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(5) {
    animation: fadeInContract 0.3s 0.5s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(6) {
    animation: fadeInContract 0.3s 0.55s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(7) {
    animation: fadeInContract 0.3s 0.6s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(8) {
    animation: fadeInContract 0.3s 0.65s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(9) {
    animation: fadeInContract 0.3s 0.7s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(10) {
    animation: fadeInContract 0.3s 75s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(11) {
    animation: fadeInContract 0.3s 8s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(12) {
    animation: fadeInContract 0.3s 85s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(13) {
    animation: fadeInContract 0.3s 9s backwards; }
  body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(14) {
    animation: fadeInContract 0.3s 95s backwards; }
  @media only screen and (min-width: 1000px) {
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(1) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(2) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(3) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(4) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(5) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(6) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(7) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(8) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(9) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(10) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(11) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(12) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(13) {
      animation: none; }
    body.menu-open #site-header #site-navigation #secondary-menu li:nth-child(14) {
      animation: none; } }

body.menu-closed #site-header #site-navigation {
  animation: fadeOut 0.3s forwards;
  top: 0; }
  @media only screen and (min-width: 1000px) {
    body.menu-closed #site-header #site-navigation {
      animation: none;
      top: auto; } }
  body.menu-closed #site-header #site-navigation #main-menu {
    animation: fadeOutExpand 0.4s forwards; }
    @media only screen and (min-width: 1000px) {
      body.menu-closed #site-header #site-navigation #main-menu {
        animation: none; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    top: 0; }
  100% {
    opacity: 0;
    top: -100%; } }
@keyframes fadeInContract {
  0% {
    transform: scale(2);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fadeOutExpand {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(2); } }
@keyframes menuExpand {
  0% {
    overflow: hidden;
    height: 0px; }
  100% {
    overflow: visible;
    height: 500px; } }
#site-footer {
  margin-top: 2em;
  font-family: "PT Serif", serif;
  font-size: 0.95em;
  text-align: center; }
  @media only screen and (min-width: 800px) {
    #site-footer {
      text-align: left; } }
  #site-footer .content {
    border-top: #38352D solid 1px;
    padding-bottom: 1em; }
    #site-footer .content.no-border {
      border-top: none; }
  #site-footer #footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      #site-footer #footer-nav ul {
        text-align: right; } }
    #site-footer #footer-nav ul li {
      padding: 0;
      display: inline-block; }
      #site-footer #footer-nav ul li a {
        padding: 0 1em;
        color: #0d0800; }
      @media only screen and (min-width: 800px) {
        #site-footer #footer-nav ul li:last-child a {
          padding-right: 0; } }

.my-berio-banner {
  background-image: url(../img/sign-up-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 10px;
  text-align: center; }
  .my-berio-banner .my-berio-banner-inner {
    border: 1px solid #a7915a;
    padding: 20px; }
  .my-berio-banner h3 {
    font-weight: 400;
    margin-bottom: 5px; }
  .my-berio-banner .btn {
    background-color: transparent;
    transition: background-color 0.3s;
    border: 1px solid #a7915a;
    border-radius: 50px;
    color: #fff; }
    .my-berio-banner .btn:hover {
      background-color: #a7915a;
      transition: background-color 0.3s; }

.woocommerce-cart .my-berio-banner,
.woocommerce-checkout .my-berio-banner {
  display: none; }

body.home #page-wrapper {
  padding-top: 2em; }
body.home #homepage-blocks .col {
  position: relative;
  overflow: hidden; }
  body.home #homepage-blocks .col img {
    width: 100%; }
  body.home #homepage-blocks .col:hover .overlay, body.home #homepage-blocks .col:focus .overlay {
    opacity: 1;
    top: 0;
    transition: all 0.3s; }
    body.home #homepage-blocks .col:hover .overlay .inner, body.home #homepage-blocks .col:focus .overlay .inner {
      margin-top: 0;
      transition: margin-top 0.3s; }
  body.home #homepage-blocks .col:hover h2, body.home #homepage-blocks .col:hover h3, body.home #homepage-blocks .col:focus h2, body.home #homepage-blocks .col:focus h3 {
    bottom: -100%;
    transition: all 0.6s; }
body.home #homepage-blocks .overlay {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  padding: 2.5em;
  font-size: 1.2em;
  font-family: "PT Serif", serif;
  opacity: 0;
  transition: all 0.3s; }
  @media only screen and (min-width: 550px) {
    body.home #homepage-blocks .overlay {
      padding: 3em; } }
  @media only screen and (min-width: 800px) {
    body.home #homepage-blocks .overlay {
      padding: 4em; } }
  body.home #homepage-blocks .overlay .title {
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    border-bottom: #f2ebd6 solid 1px;
    padding-bottom: 0.5em; }
  body.home #homepage-blocks .overlay .excerpt {
    font-style: italic;
    margin-bottom: 0; }
  body.home #homepage-blocks .overlay .btn {
    margin-top: 0.7em; }
  body.home #homepage-blocks .overlay .inner {
    margin-top: -3.5em;
    transition: margin-top 0.3s; }
body.home #homepage-blocks .small_4 .overlay {
  padding: 2em; }
  body.home #homepage-blocks .small_4 .overlay .excerpt {
    padding: 0.8em 0;
    border-top: #f2ebd6 solid 1px;
    border-bottom: #f2ebd6 solid 1px;
    font-size: 0.9em; }
body.home #homepage-blocks h2, body.home #homepage-blocks h3 {
  display: block;
  width: 100%;
  background: #38352D;
  color: #f2ebd6;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 1em 0.5em;
  margin: 0;
  transition: all 0.3s;
  z-index: 2; }
body.home #homepage-blocks h3 {
  font-size: 1.2em; }

.crush_slider_wrapper .crush_sliders_slider {
  height: 250px !important; }
  @media only screen and (min-width: 550px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 350px !important; } }
  @media only screen and (min-width: 800px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 430px !important; } }
  @media only screen and (min-width: 1000px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 500px !important; } }
.crush_slider_wrapper .crushSlider_pagination {
  margin-bottom: -36px; }
  .crush_slider_wrapper .crushSlider_pagination .crushSlider_paginationItem {
    font-size: 0;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background-color: #38352D;
    transition: background 0.3s; }
    .crush_slider_wrapper .crushSlider_pagination .crushSlider_paginationItem.active {
      background-color: #a7915a;
      transition: background 0.3s; }

section.sidebar {
  /**
   * Widgets
   **/ }
  section.sidebar .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "PT Serif", serif; }
    section.sidebar .menu li {
      padding: 0;
      margin: 0 0 1em 0; }
      section.sidebar .menu li a {
        display: block;
        text-transform: uppercase;
        color: #a7915a;
        font-size: 1.5em;
        font-weight: bold;
        padding: 0 0 0.75em 0; }
        section.sidebar .menu li a:focus {
          outline: none; }
  section.sidebar .sub-menu {
    list-style: none;
    padding: 0;
    font-family: "PT Serif", serif;
    /**
     * Sub Sub Menu
     **/ }
    section.sidebar .sub-menu li {
      margin: 0;
      border-bottom: #0d0800 solid 1px; }
      section.sidebar .sub-menu li a {
        font-size: 1.05em;
        font-weight: normal;
        text-transform: capitalize;
        padding: 1.1em 0;
        color: #0d0800; }
        section.sidebar .sub-menu li a:hover {
          color: #a7915a; }
      section.sidebar .sub-menu li.current_page_item a {
        color: #a7915a;
        font-weight: bold; }
    section.sidebar .sub-menu .sub-menu {
      border-top: #0d0800 solid 1px;
      padding: 1em 0 0 0.3em;
      font-size: 0.85em; }
      section.sidebar .sub-menu .sub-menu li, section.sidebar .sub-menu .sub-menu a {
        border: none; }
      section.sidebar .sub-menu .sub-menu li {
        list-style: disc inside;
        text-indent: -1em;
        padding: 0.2em 0 0.2em 1em; }
        section.sidebar .sub-menu .sub-menu li a {
          padding: 0;
          display: inline;
          width: auto; }
        section.sidebar .sub-menu .sub-menu li .sub-menu {
          border-top: none; }
  section.sidebar .widget {
    margin-bottom: 1.5em; }

.product-archive {
  /** A Product **/
  /**
   * Gran Cru products
   **/ }
  .product-archive .page-title {
    margin-top: 0.2em; }
  .product-archive .description {
    margin-bottom: 2.5em; }
  .product-archive .product {
    padding-left: 150px;
    margin-bottom: 3em; }
    .product-archive .product .thumb {
      float: left;
      margin-left: -150px;
      width: 150px;
      text-align: center; }
      .product-archive .product .thumb img {
        height: inherit; }
    .product-archive .product .entry-title.h4 a {
      color: #0d0800;
      font-family: "Open Sans", sans-serif; }
  .product-archive.gran-cru .product {
    padding-left: 0;
    text-align: center; }
    .product-archive.gran-cru .product .thumb {
      float: none;
      width: 100%;
      margin: 0;
      margin-bottom: 3em; }
      .product-archive.gran-cru .product .thumb img {
        max-height: 280px;
        width: auto; }
  .product-archive.gran-cru .description {
    margin-top: 2em;
    margin-bottom: 3.5em; }

.product-details, .woo-product-details {
  /**
   * Variable bottle products
   **/
  /**
   * Standard products
   **/
  /**
   * Gran Cru products
   **/ }
  .product-details main, .woo-product-details main {
    position: relative; }
  @media only screen and (min-width: 550px) {
    .product-details article, .woo-product-details article {
      padding-left: 230px;
      min-height: 650px; } }
  @media only screen and (min-width: 800px) {
    .product-details article, .woo-product-details article {
      padding-left: 0;
      min-height: 0px; } }
  .product-details .category, .woo-product-details .category {
    margin-bottom: -0.2em;
    color: #8e9788; }
  .product-details .site-main .page-title, .woo-product-details .site-main .page-title {
    padding-bottom: 0.2em;
    color: #a7915a;
    border-color: #a7915a;
    text-transform: none; }
  .product-details .product-content, .woo-product-details .product-content {
    padding-left: 120px;
    /** Product photo **/
    /** Content **/
    /** Packaging details **/
    /** Meta tabs **/
    /** Usage tab **/
    /** Recipes **/ }
    @media only screen and (min-width: 550px) {
      .product-details .product-content, .woo-product-details .product-content {
        padding-left: 0; } }
    @media only screen and (min-width: 800px) {
      .product-details .product-content, .woo-product-details .product-content {
        margin-top: 70px; } }
    @media only screen and (min-width: 1000px) {
      .product-details .product-content, .woo-product-details .product-content {
        margin-top: 100px; } }
    .product-details .product-content .image, .woo-product-details .product-content .image {
      text-align: center; }
      @media only screen and (min-width: 800px) {
        .product-details .product-content .image, .woo-product-details .product-content .image {
          order: 2;
          /*                height: 360px;*/ } }
      .product-details .product-content .image img, .woo-product-details .product-content .image img {
        position: absolute;
        left: 0;
        max-width: 100px;
        height: auto; }
        @media only screen and (min-width: 550px) {
          .product-details .product-content .image img, .woo-product-details .product-content .image img {
            top: 0;
            max-width: 210px; } }
        @media only screen and (min-width: 800px) {
          .product-details .product-content .image img, .woo-product-details .product-content .image img {
            position: static;
            max-width: 100%; } }
    @media only screen and (min-width: 800px) {
      .product-details .product-content .entry-content, .woo-product-details .product-content .entry-content {
        order: 3; } }
    .product-details .product-content .packaging, .woo-product-details .product-content .packaging {
      margin-bottom: 25px; }
      @media only screen and (min-width: 800px) {
        .product-details .product-content .packaging, .woo-product-details .product-content .packaging {
          order: 1; } }
      .product-details .product-content .packaging p, .woo-product-details .product-content .packaging p {
        display: block;
        position: relative;
        font-size: 1.2em;
        font-style: italic;
        width: 100%;
        padding-bottom: 0.5em;
        margin-bottom: 1.4em;
        border-bottom: #8b7b53 solid 1px; }
        .product-details .product-content .packaging p:after, .woo-product-details .product-content .packaging p:after {
          content: "";
          display: block;
          height: 200%;
          width: 1px;
          position: absolute;
          right: 0;
          top: 0;
          border-right: #8b7b53 solid 1px; }
      .product-details .product-content .packaging dl dt, .woo-product-details .product-content .packaging dl dt {
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        margin: 0.4em 0; }
        .product-details .product-content .packaging dl dt:before, .woo-product-details .product-content .packaging dl dt:before {
          content: "";
          display: inline-block;
          background: url("../img/open-popup-black.png") center top;
          width: 15px;
          height: 15px;
          margin-right: 0.5em;
          -moz-transition: background 300ms ease-in-out;
          -webkit-transition: background 300ms ease-in-out;
          transition: background 300ms ease-in-out; }
        .product-details .product-content .packaging dl dt:hover:before, .product-details .product-content .packaging dl dt.active:before, .woo-product-details .product-content .packaging dl dt:hover:before, .woo-product-details .product-content .packaging dl dt.active:before {
          background-position: center bottom;
          -moz-transition: background 300ms ease-in-out;
          -webkit-transition: background 300ms ease-in-out;
          transition: background 300ms ease-in-out; }
        .product-details .product-content .packaging dl dt.active, .woo-product-details .product-content .packaging dl dt.active {
          color: #8b7b53; }
      .product-details .product-content .packaging dl dd, .woo-product-details .product-content .packaging dl dd {
        padding-left: 1.6em;
        color: #8e9788; }
    .product-details .product-content .meta-tabs, .woo-product-details .product-content .meta-tabs {
      margin-top: 1.5em; }
      @media only screen and (min-width: 800px) {
        .product-details .product-content .meta-tabs, .woo-product-details .product-content .meta-tabs {
          margin-top: 0;
          order: 4; } }
      .product-details .product-content .meta-tabs ul.tab-links, .woo-product-details .product-content .meta-tabs ul.tab-links {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 0px; }
        .product-details .product-content .meta-tabs ul.tab-links li, .woo-product-details .product-content .meta-tabs ul.tab-links li {
          display: inline-block;
          font-size: 12px;
          margin: 0;
          padding: 0 0.3em;
          border-right: #8b7b53 solid 1px; }
          @media only screen and (min-width: 800px) {
            .product-details .product-content .meta-tabs ul.tab-links li, .woo-product-details .product-content .meta-tabs ul.tab-links li {
              font-size: 13px; } }
          @media only screen and (min-width: 1000px) {
            .product-details .product-content .meta-tabs ul.tab-links li, .woo-product-details .product-content .meta-tabs ul.tab-links li {
              font-size: 14px; } }
          @media only screen and (min-width: 1000px) {
            .product-details .product-content .meta-tabs ul.tab-links li, .woo-product-details .product-content .meta-tabs ul.tab-links li {
              padding: 0 0.5em; } }
          .product-details .product-content .meta-tabs ul.tab-links li:first-child, .woo-product-details .product-content .meta-tabs ul.tab-links li:first-child {
            padding-left: 0; }
          .product-details .product-content .meta-tabs ul.tab-links li:last-child, .woo-product-details .product-content .meta-tabs ul.tab-links li:last-child {
            padding-right: 0;
            border: none; }
          .product-details .product-content .meta-tabs ul.tab-links li a, .woo-product-details .product-content .meta-tabs ul.tab-links li a {
            display: block;
            font-weight: bold;
            color: #0d0800;
            text-transform: uppercase; }
            @media only screen and (min-width: 800px) {
              .product-details .product-content .meta-tabs ul.tab-links li a, .woo-product-details .product-content .meta-tabs ul.tab-links li a {
                font-size: 0.9em; } }
            @media only screen and (min-width: 1000px) {
              .product-details .product-content .meta-tabs ul.tab-links li a, .woo-product-details .product-content .meta-tabs ul.tab-links li a {
                font-size: 1em; } }
            .product-details .product-content .meta-tabs ul.tab-links li a:hover, .product-details .product-content .meta-tabs ul.tab-links li a.active, .woo-product-details .product-content .meta-tabs ul.tab-links li a:hover, .woo-product-details .product-content .meta-tabs ul.tab-links li a.active {
              color: #8b7b53; }
            .product-details .product-content .meta-tabs ul.tab-links li a:focus, .woo-product-details .product-content .meta-tabs ul.tab-links li a:focus {
              outline: none; }
    .product-details .product-content #usage, .woo-product-details .product-content #usage {
      padding-bottom: 50px;
      background: url("../img/olive-graphic.png") no-repeat bottom left; }
    .product-details .product-content .recipes, .woo-product-details .product-content .recipes {
      min-height: 150px; }
      @media only screen and (min-width: 800px) {
        .product-details .product-content .recipes, .woo-product-details .product-content .recipes {
          margin-top: -50px;
          order: 4; } }
  @media only screen and (min-width: 800px) {
    .product-details.variable-bottle-product#page-wrapper, .woo-product-details.variable-bottle-product#page-wrapper {
      background: url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat;
      /*            background: url('../img/gold-strip.png') center 778px / 2560px 13px no-repeat,
                              url("../img/filippo-berio-bg.jpg") center top / 1920px 645px no-repeat;*/ } }
  @media only screen and (min-width: 1000px) {
    .product-details.variable-bottle-product#page-wrapper, .woo-product-details.variable-bottle-product#page-wrapper {
      background: url("../img/gold-strip.png") center 910px/2560px 13px no-repeat, url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat; } }
  @media only screen and (min-width: 800px) {
    .product-details.standard-product#page-wrapper .meta-tabs, .woo-product-details.standard-product#page-wrapper .meta-tabs {
      order: 1; } }
  .product-details.gran-cru-product#page-wrapper, .woo-product-details.gran-cru-product#page-wrapper {
    /** Gran Cru Coloured Strips **/
    /** Content **/
    /** Recipes **/
    /** Origin info **/
    /** Match info **/ }
    .product-details.gran-cru-product#page-wrapper.green-strip, .woo-product-details.gran-cru-product#page-wrapper.green-strip {
      /*            @include breakpoint('medium') {
                      background: url('../img/green-strip.png') center 590px / 2560px 200px no-repeat,
                      url("../img/filippo-berio-bg.jpg") center top / 1920px 645px no-repeat;
                  }*/ }
      @media only screen and (min-width: 800px) {
        .product-details.gran-cru-product#page-wrapper.green-strip, .woo-product-details.gran-cru-product#page-wrapper.green-strip {
          background: url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat; } }
      @media only screen and (min-width: 1000px) {
        .product-details.gran-cru-product#page-wrapper.green-strip, .woo-product-details.gran-cru-product#page-wrapper.green-strip {
          background: url("../img/green-strip.png") center 800px/2560px 200px no-repeat, url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat;
          padding-bottom: 150px; } }
    .product-details.gran-cru-product#page-wrapper.purple-strip, .woo-product-details.gran-cru-product#page-wrapper.purple-strip {
      /*            @include breakpoint('medium') {
                      background: url('../img/purple-strip.png') center 590px / 2560px 200px no-repeat,
                      url("../img/filippo-berio-bg.jpg") center top / 1920px 645px no-repeat;
                  }*/ }
      @media only screen and (min-width: 800px) {
        .product-details.gran-cru-product#page-wrapper.purple-strip, .woo-product-details.gran-cru-product#page-wrapper.purple-strip {
          background: url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat; } }
      @media only screen and (min-width: 1000px) {
        .product-details.gran-cru-product#page-wrapper.purple-strip, .woo-product-details.gran-cru-product#page-wrapper.purple-strip {
          background: url("../img/purple-strip.png") center 800px/2560px 200px no-repeat, url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat;
          padding-bottom: 150px; } }
    .product-details.gran-cru-product#page-wrapper.orange-strip, .woo-product-details.gran-cru-product#page-wrapper.orange-strip {
      /*            @include breakpoint('medium') {
                      background: url('../img/orange-strip.png') center 590px / 2560px 200px no-repeat,
                      url("../img/filippo-berio-bg.jpg") center top / 1920px 645px no-repeat;
                  }*/ }
      @media only screen and (min-width: 800px) {
        .product-details.gran-cru-product#page-wrapper.orange-strip, .woo-product-details.gran-cru-product#page-wrapper.orange-strip {
          background: url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat; } }
      @media only screen and (min-width: 1000px) {
        .product-details.gran-cru-product#page-wrapper.orange-strip, .woo-product-details.gran-cru-product#page-wrapper.orange-strip {
          background: url("../img/orange-strip.png") center 800px/2560px 200px no-repeat, url("../img/filippo-berio-bg.jpg") center top/1920px 645px no-repeat;
          padding-bottom: 150px; } }
    @media only screen and (min-width: 800px) {
      .product-details.gran-cru-product#page-wrapper .product-content, .woo-product-details.gran-cru-product#page-wrapper .product-content {
        margin-top: 40px; } }
    @media only screen and (min-width: 1000px) {
      .product-details.gran-cru-product#page-wrapper .product-content, .woo-product-details.gran-cru-product#page-wrapper .product-content {
        margin-top: 68px; } }
    @media only screen and (min-width: 800px) {
      .product-details.gran-cru-product#page-wrapper .meta-tabs, .woo-product-details.gran-cru-product#page-wrapper .meta-tabs {
        order: 1; } }
    @media only screen and (min-width: 800px) {
      .product-details.gran-cru-product#page-wrapper .meta-tabs .tab-links, .woo-product-details.gran-cru-product#page-wrapper .meta-tabs .tab-links {
        width: 150%; } }
    .product-details.gran-cru-product#page-wrapper .entry-content, .woo-product-details.gran-cru-product#page-wrapper .entry-content {
      padding-top: 90px;
      background: url("../img/grancru-logo.png") no-repeat top left; }
      @media only screen and (min-width: 800px) {
        .product-details.gran-cru-product#page-wrapper .entry-content, .woo-product-details.gran-cru-product#page-wrapper .entry-content {
          margin-top: -45px; } }
    @media only screen and (min-width: 800px) {
      .product-details.gran-cru-product#page-wrapper .image img, .woo-product-details.gran-cru-product#page-wrapper .image img {
        position: static;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1000px) {
      .product-details.gran-cru-product#page-wrapper .image img, .woo-product-details.gran-cru-product#page-wrapper .image img {
        margin-bottom: 0; } }
    @media only screen and (min-width: 800px) {
      .product-details.gran-cru-product#page-wrapper .recipes, .woo-product-details.gran-cru-product#page-wrapper .recipes {
        margin-top: -230px;
        margin-bottom: 90px; } }
    .product-details.gran-cru-product#page-wrapper #origin, .woo-product-details.gran-cru-product#page-wrapper #origin {
      padding-bottom: 130px;
      background: url("../img/tree-graphic.png") no-repeat left bottom; }
    .product-details.gran-cru-product#page-wrapper #match, .woo-product-details.gran-cru-product#page-wrapper #match {
      padding-bottom: 100px;
      background: url("../img/spoon-graphic.png") no-repeat left bottom; }

/** Sidebar **/
.product-archive .sidebar, .product-details .sidebar, .woo-product-details .sidebar {
  /** menu **/ }
  .product-archive .sidebar .description, .product-details .sidebar .description, .woo-product-details .sidebar .description {
    margin-bottom: 1em; }
  .product-archive .sidebar .menu a, .product-details .sidebar .menu a, .woo-product-details .sidebar .menu a {
    color: #0d0800;
    font-weight: normal;
    font-size: 1.15em;
    text-transform: none;
    border-bottom: #0d0800 solid 1px; }
    .product-archive .sidebar .menu a:hover, .product-details .sidebar .menu a:hover, .woo-product-details .sidebar .menu a:hover {
      color: #8b7b53; }
  .product-archive .sidebar .menu .sub-menu, .product-details .sidebar .menu .sub-menu, .woo-product-details .sidebar .menu .sub-menu {
    padding: 1.2em 0 1.5em 0.3em;
    font-size: 0.85em;
    border-bottom: #0d0800 solid 1px; }
    .product-archive .sidebar .menu .sub-menu li, .product-archive .sidebar .menu .sub-menu a, .product-details .sidebar .menu .sub-menu li, .product-details .sidebar .menu .sub-menu a, .woo-product-details .sidebar .menu .sub-menu li, .woo-product-details .sidebar .menu .sub-menu a {
      border: none; }
    .product-archive .sidebar .menu .sub-menu li, .product-details .sidebar .menu .sub-menu li, .woo-product-details .sidebar .menu .sub-menu li {
      list-style: disc inside;
      text-indent: -1em;
      padding: 0.2em 0 0.2em 1em; }
      .product-archive .sidebar .menu .sub-menu li a, .product-details .sidebar .menu .sub-menu li a, .woo-product-details .sidebar .menu .sub-menu li a {
        padding: 0;
        display: inline;
        width: auto; }
  .product-archive .sidebar .menu .current-menu-item > a, .product-details .sidebar .menu .current-menu-item > a, .woo-product-details .sidebar .menu .current-menu-item > a {
    font-weight: bold;
    color: #8b7b53; }
  .product-archive .sidebar #menu-shop-sidebar a, .product-details .sidebar #menu-shop-sidebar a, .woo-product-details .sidebar #menu-shop-sidebar a {
    border-style: dotted; }
  .product-archive .sidebar .widget, .product-details .sidebar .widget, .woo-product-details .sidebar .widget {
    margin: 3em 0; }
  .product-archive .sidebar .widget_shopping_cart .mini_cart_item img, .product-details .sidebar .widget_shopping_cart .mini_cart_item img, .woo-product-details .sidebar .widget_shopping_cart .mini_cart_item img {
    display: none; }
  .product-archive .sidebar .widget_shopping_cart .remove, .product-details .sidebar .widget_shopping_cart .remove, .woo-product-details .sidebar .widget_shopping_cart .remove {
    color: #c94339 !important; }
    .product-archive .sidebar .widget_shopping_cart .remove:hover, .product-details .sidebar .widget_shopping_cart .remove:hover, .woo-product-details .sidebar .widget_shopping_cart .remove:hover {
      background-color: #c94339 !important;
      color: #fff !important; }
  .product-archive .sidebar .widget_shopping_cart .total, .product-details .sidebar .widget_shopping_cart .total, .woo-product-details .sidebar .widget_shopping_cart .total {
    border-top: #0d0800 dotted 1px !important;
    padding-top: 0.75em;
    margin-top: 0.75em; }
  .product-archive .sidebar .widget_shopping_cart .cart_list .empty, .product-details .sidebar .widget_shopping_cart .cart_list .empty, .woo-product-details .sidebar .widget_shopping_cart .cart_list .empty {
    padding: 0; }

#nutrition table th {
  word-break: break-all; }

/**
 * Recipe Archives
 */
.recipe-archive .recipe, .recipe-search .recipe {
  max-width: 320px; }
  .recipe-archive .recipe a, .recipe-search .recipe a {
    display: block;
    position: relative;
    overflow: hidden; }
    .recipe-archive .recipe a .entry-title, .recipe-search .recipe a .entry-title {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 3em;
      padding: 0.2em 0.4em;
      margin: 0;
      background-color: #38352D;
      color: #f2ebd6;
      font-size: 1em;
      text-decoration: none;
      transition: bottom 0.5s; }
    .recipe-archive .recipe a:hover .entry-title, .recipe-search .recipe a:hover .entry-title {
      bottom: -50%;
      transition: bottom 0.5s; }
    .recipe-archive .recipe a:hover .details, .recipe-search .recipe a:hover .details {
      opacity: 1;
      transition: 0.3s; }
      .recipe-archive .recipe a:hover .details .title, .recipe-archive .recipe a:hover .details .makes, .recipe-archive .recipe a:hover .details .prep, .recipe-archive .recipe a:hover .details .cook, .recipe-search .recipe a:hover .details .title, .recipe-search .recipe a:hover .details .makes, .recipe-search .recipe a:hover .details .prep, .recipe-search .recipe a:hover .details .cook {
        margin-top: 0;
        transition: margin 0.4s; }
  .recipe-archive .recipe .details, .recipe-search .recipe .details {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 53, 45, 0.6);
    color: #fff;
    padding: 1em;
    transition: opacity 0.3s; }
    .recipe-archive .recipe .details .title, .recipe-search .recipe .details .title {
      font-size: 1.15em;
      text-transform: uppercase;
      font-family: "PT Serif", serif;
      padding-bottom: 0.5em;
      border-bottom: #fff solid 1px;
      margin-bottom: 0.5em; }
    .recipe-archive .recipe .details .makes, .recipe-archive .recipe .details .prep, .recipe-archive .recipe .details .cook, .recipe-search .recipe .details .makes, .recipe-search .recipe .details .prep, .recipe-search .recipe .details .cook {
      text-transform: uppercase;
      padding: 0.2em 0;
      font-size: 0.95em; }
      .recipe-archive .recipe .details .makes .value, .recipe-archive .recipe .details .prep .value, .recipe-archive .recipe .details .cook .value, .recipe-search .recipe .details .makes .value, .recipe-search .recipe .details .prep .value, .recipe-search .recipe .details .cook .value {
        text-transform: none; }
    .recipe-archive .recipe .details .cook, .recipe-search .recipe .details .cook {
      padding-bottom: 0.9em;
      border-bottom: #fff solid 1px; }
    .recipe-archive .recipe .details .title, .recipe-archive .recipe .details .makes, .recipe-archive .recipe .details .prep, .recipe-archive .recipe .details .cook, .recipe-search .recipe .details .title, .recipe-search .recipe .details .makes, .recipe-search .recipe .details .prep, .recipe-search .recipe .details .cook {
      margin-top: -50%;
      transition: margin 0.4s; }

/**
 * Single recipe
 */
.recipe-details {
  line-height: 1.5; }
  .recipe-details .category {
    margin-bottom: -0.2em;
    color: #8e9788; }
  .recipe-details .page-title {
    padding-bottom: 0.2em;
    color: #a7915a;
    border-color: #a7915a;
    text-transform: none; }
  .recipe-details .intro {
    margin-bottom: 2.2em; }
  .recipe-details .image {
    box-shadow: 0 25px 25px -25px #000;
    display: block;
    padding: 0;
    max-width: 358px; }
    @media only screen and (min-width: 800px) {
      .recipe-details .image {
        margin-bottom: 3em; } }
    .recipe-details .image img {
      display: block;
      margin: 0; }
  .recipe-details .partner {
    padding-left: 2.2em; }
    .recipe-details .partner img {
      margin: 0 0 1em;
      width: 170px; }
  .recipe-details .details {
    padding-top: 0.75em;
    text-transform: uppercase;
    margin-bottom: 2em; }
    .recipe-details .details .value {
      font-weight: bold;
      text-transform: none;
      padding-left: 0.3em; }
  .recipe-details .ingredients, .recipe-details .method, .recipe-details .cooks-tips {
    margin-bottom: 2em; }
    .recipe-details .ingredients h4, .recipe-details .method h4, .recipe-details .cooks-tips h4 {
      font-family: "Open Sans", sans-serif; }
  .recipe-details .ingredients h4 {
    font-size: 1.1em;
    color: #a7915a; }
  .recipe-details .ingredients .heading {
    font-weight: bold; }
  .recipe-details .ingredients ul li {
    padding-bottom: 0.5em;
    font-size: 0.95em; }
  .recipe-details .ingredients, .recipe-details .details, .recipe-details .method, .recipe-details .cooks-tips {
    padding-left: 2.2em; }
  .recipe-details .related-product {
    position: relative;
    margin-top: 2em;
    background: url("../img/background-angled-small.png") no-repeat left top;
    background-size: contain; }
    .recipe-details .related-product:after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      visibility: hidden;
      clear: both; }
    @media only screen and (min-width: 800px) {
      .recipe-details .related-product {
        padding-left: 200px;
        margin-left: -140px;
        width: 398px;
        height: 263px; } }
    .recipe-details .related-product .thumb {
      display: block;
      max-width: 40px;
      float: left;
      margin-right: 1.5em; }
      @media only screen and (min-width: 800px) {
        .recipe-details .related-product .thumb {
          position: absolute;
          max-width: 60px;
          left: 140px; } }
    .recipe-details .related-product .title {
      padding-top: 2em;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.5em;
      max-width: 300px;
      line-height: 1.1; }
      @media only screen and (min-width: 800px) {
        .recipe-details .related-product .title {
          padding-top: 2.8em;
          font-size: 1em; } }
      .recipe-details .related-product .title .small {
        text-transform: none;
        font-style: italic;
        font-weight: normal; }
  .recipe-details .related-product.small {
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center; }
    .recipe-details .related-product.small:after {
      display: none; }
    .recipe-details .related-product.small .thumb {
      max-width: 35px;
      margin: 0 2em 0 1.5em;
      float: left;
      position: relative;
      left: auto; }
    .recipe-details .related-product.small .title {
      padding-top: 0;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.5em;
      max-width: 200px;
      line-height: 1.1; }
      @media only screen and (min-width: 800px) {
        .recipe-details .related-product.small .title {
          padding-top: 0;
          font-size: 1em; } }
      .recipe-details .related-product.small .title .small {
        text-transform: none;
        font-style: italic;
        font-weight: normal; }
  .recipe-details .makes, .recipe-details .prep, .recipe-details .cook {
    margin-bottom: 0.5em;
    color: #a7915a;
    font-weight: bold; }
    .recipe-details .makes .value, .recipe-details .prep .value, .recipe-details .cook .value {
      color: #0d0800; }
  .recipe-details .method-list {
    border-top: #a7915a solid 1px;
    border-bottom: #a7915a solid 1px;
    padding: 2em 0 1em 0;
    counter-reset: fancy-numbers; }
    .recipe-details .method-list h4 {
      color: #a7915a;
      font-size: 1.3em; }
    .recipe-details .method-list ol {
      list-style: none;
      padding: 0; }
      .recipe-details .method-list ol li {
        margin-bottom: 1.5em;
        margin-left: 2.5em;
        border-left: #a7915a solid 1px;
        padding-left: 0.4em;
        counter-increment: fancy-numbers; }
        .recipe-details .method-list ol li:before {
          content: counter(fancy-numbers);
          display: block;
          position: absolute;
          margin-left: -1.5em;
          color: #a7915a;
          line-height: 1;
          font-size: 2em;
          font-family: "PT Serif", serif; }
  .recipe-details .cooks-tips-bottom {
    margin: 2em 0; }
    .recipe-details .cooks-tips-bottom h4 {
      color: #a7915a;
      font-size: 1.3em; }

/**
 * Search page
 */
.recipe-search .recipe-search-form {
  margin-bottom: 2em; }
.recipe-search .natural-search {
  font-size: 2.6em;
  margin-top: 1em; }
  .recipe-search .natural-search .placeholder {
    color: #8b7b53;
    border-bottom: #a7915a dashed 1px;
    cursor: pointer; }
.recipe-search .category {
  margin-bottom: -0.2em;
  color: #8e9788; }
.recipe-search .no-results-heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #a7915a;
  text-align: center;
  margin: 1.5em 0; }

/**
 * Sidebar
 */
.recipe-archive .sidebar, .recipe-details .sidebar, .recipe-search .sidebar {
  /** menu **/ }
  .recipe-archive .sidebar .menu li.spacer, .recipe-details .sidebar .menu li.spacer, .recipe-search .sidebar .menu li.spacer {
    margin-top: 4em; }
  .recipe-archive .sidebar .menu a, .recipe-details .sidebar .menu a, .recipe-search .sidebar .menu a {
    color: #0d0800;
    font-weight: normal;
    font-size: 1.15em;
    text-transform: none;
    border-bottom: #0d0800 dotted 1px; }
    .recipe-archive .sidebar .menu a:hover, .recipe-details .sidebar .menu a:hover, .recipe-search .sidebar .menu a:hover {
      color: #8b7b53; }
  .recipe-archive .sidebar .menu .sub-menu, .recipe-details .sidebar .menu .sub-menu, .recipe-search .sidebar .menu .sub-menu {
    padding: 1.2em 0 1.5em 0.3em;
    font-size: 0.85em;
    border-bottom: #0d0800 dotted 1px; }
    .recipe-archive .sidebar .menu .sub-menu li, .recipe-archive .sidebar .menu .sub-menu a, .recipe-details .sidebar .menu .sub-menu li, .recipe-details .sidebar .menu .sub-menu a, .recipe-search .sidebar .menu .sub-menu li, .recipe-search .sidebar .menu .sub-menu a {
      border: none; }
    .recipe-archive .sidebar .menu .sub-menu li, .recipe-details .sidebar .menu .sub-menu li, .recipe-search .sidebar .menu .sub-menu li {
      list-style: disc inside;
      text-indent: -1em;
      padding: 0.2em 0 0.2em 1em; }
      .recipe-archive .sidebar .menu .sub-menu li a, .recipe-details .sidebar .menu .sub-menu li a, .recipe-search .sidebar .menu .sub-menu li a {
        padding: 0;
        display: inline;
        width: auto; }
  .recipe-archive .sidebar .menu .current-menu-item > a, .recipe-details .sidebar .menu .current-menu-item > a, .recipe-search .sidebar .menu .current-menu-item > a {
    font-weight: bold;
    color: #8b7b53; }

#main-search-form {
  background: #ffffff;
  color: #0d0800; }
  @media only screen and (min-width: 800px) {
    #main-search-form {
      border-radius: 100%;
      width: 500px;
      height: 500px; } }
  #main-search-form form .h3 {
    margin-bottom: 1em; }
  #main-search-form form input[type=search] {
    border: #0d0800 solid 1px;
    margin-bottom: 2em;
    padding: 0.75em 1em;
    line-height: 2; }
  @media only screen and (min-width: 800px) {
    #main-search-form form {
      padding-top: 130px; } }
  #main-search-form form .search-submit.btn {
    margin-top: 0;
    vertical-align: middle; }
  #main-search-form .remodal-cancel {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 3em;
    position: absolute;
    top: -1em;
    right: 0;
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    opacity: 0.8;
    transition: opacity 0.2s; }
    @media only screen and (min-width: 800px) {
      #main-search-form .remodal-cancel {
        right: -1em; } }
    #main-search-form .remodal-cancel:hover {
      opacity: 1;
      transition: opacity 0.2s; }

#search-results article {
  margin-bottom: 2em; }
  #search-results article .entry-title {
    margin-bottom: 0.2em; }
    #search-results article .entry-title a {
      margin-bottom: 0; }
  #search-results article .post-type {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em; }

.remodal .title {
  font-family: "Open Sans", sans-serif;
  color: #a7915a; }
.remodal ul {
  font-size: 1.7em;
  list-style: none; }
  .remodal ul li {
    cursor: pointer; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(13, 8, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background: #38352D; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #fff; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.woo-product-details .product-content {
  margin-top: 0; }
  .woo-product-details .product-content .image img {
    margin: 0; }
  .woo-product-details .product-content .info-pane {
    margin-top: 2em; }
  .woo-product-details .product-content .quantity {
    display: inline-block; }
  .woo-product-details .product-content .price-label {
    font-size: 1.15em;
    margin-bottom: 0;
    margin-top: 1em; }
  .woo-product-details .product-content .price {
    font-size: 2em;
    font-style: italic;
    display: inline;
    margin-bottom: 0; }
  .woo-product-details .product-content .stock {
    font-size: 1.35em;
    display: inline-block;
    margin-left: 0.75em;
    margin-bottom: 0; }
.woo-product-details .site-main .page-title {
  border: none; }

.price-label {
  font-size: 1.15em;
  margin-bottom: 0;
  margin-top: 1em;
  display: inline-block;
  margin-bottom: 20px; }

/** Woocommerce Archive **/
.woocommerce.archive .product .price-label {
  display: inline;
  font-size: 1.1em; }
.woocommerce.archive .product .price {
  display: inline;
  font-weight: bold;
  font-size: 1.1em; }
  .woocommerce.archive .product .price:after {
    content: "";
    display: block;
    margin-bottom: 1em; }
.woocommerce.archive .cat-title {
  margin-bottom: 1.5em;
  font-size: 1.8em;
  color: #8b7b53;
  text-transform: none; }

/**
 * Cart
 **/
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  float: none; }
.woocommerce-page.woocommerce-cart table.cart {
  background: #ffffff; }
  .woocommerce-page.woocommerce-cart table.cart th.product-remove, .woocommerce-page.woocommerce-cart table.cart td.product-remove {
    width: 50px; }
  .woocommerce-page.woocommerce-cart table.cart th.product-thumbnail, .woocommerce-page.woocommerce-cart table.cart td.product-thumbnail {
    width: 80px;
    text-align: center; }
  .woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 0.7em 0.65em;
    margin: 0 0 0.5em;
    border: #f1f1f1 solid 1px;
    background-color: #ffffff;
    line-height: 1.2;
    color: #0d0800;
    max-width: 100%;
    width: 230px;
    font-style: italic;
    transition: border-color 0.3s;
    margin-right: 1.5em; }
.woocommerce-page.woocommerce-cart a.remove {
  color: #c94339 !important; }
  .woocommerce-page.woocommerce-cart a.remove:hover {
    background-color: #c94339 !important;
    color: #fff !important; }

/**
 * Checkout
 **/
.checkout_coupon {
  background: #ffffff; }

.payment_method_sagepayform label:before {
  margin-top: 0.25em !important; }

.woocommerce form .form-row .required {
  color: #c94339 !important; }

.woocommerce form .form-row .input-checkbox {
  display: none; }

.woocommerce-checkout #newsletter-signup label:before {
  margin-top: 0.25em; }

/**
 * Buttons
 **/
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  color: #fff;
  background-color: #a7915a;
  font-size: 1em;
  display: inline-block;
  border: none;
  margin: 0.2em 0;
  padding: 0.45em 1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0; }
  .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
    color: #fff;
    transition: background-color 0.3s;
    background-color: #38352D; }

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce .alert a.button, .alert .button {
  color: #fff;
  background-color: #a7915a;
  font-size: 1em;
  display: inline-block;
  border: none;
  margin: 0.2em 0;
  padding: 0.45em 1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #38352D;
  color: #f2ebd6;
  text-decoration: none; }
  .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button.alt:hover, .woocommerce .alert a.button:hover, .alert .button:hover {
    color: #fff;
    transition: background-color 0.3s;
    background-color: #38352D; }
  .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button.alt:hover, .woocommerce .alert a.button:hover, .alert .button:hover {
    background-color: #D4C6A1;
    color: #0d0800; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: #a7915a;
  font-size: 1em;
  display: inline-block;
  border: none;
  margin: 0.2em 0;
  padding: 0.45em 1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6em; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff;
    transition: background-color 0.3s;
    background-color: #38352D; }

/**
 * My Account
 **/
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "PT Serif", serif; }
.woocommerce-MyAccount-navigation li {
  padding: 0;
  margin: 0 0 1em 0; }
  .woocommerce-MyAccount-navigation li a {
    display: block;
    color: #0d0800;
    font-weight: normal;
    font-size: 1.15em;
    text-transform: none;
    border-bottom: #0d0800 dotted 1px;
    padding: 0 0 0.75em 0; }
    .woocommerce-MyAccount-navigation li a:hover {
      color: #8b7b53; }
  .woocommerce-MyAccount-navigation li .current-menu-item > a {
    font-weight: bold;
    color: #8b7b53; }

.woocommerce-MyAccount-orders.shop_table {
  background: #ffffff; }

/**
 * Login
 **/
.woocommerce form.login {
  background: #ffffff; }

.free-shipping {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  font-style: italic; }

/**
 * Archive page
 **/
body.blog .results-range, body.single-post .results-range {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  text-transform: uppercase; }
  @media only screen and (min-width: 550px) {
    body.blog .results-range, body.single-post .results-range {
      padding: 0.5em 1em;
      margin: 0; } }
body.blog article, body.single-post article {
  display: flex;
  margin-bottom: 2em; }
  body.blog article .thumb, body.single-post article .thumb {
    height: 85px;
    overflow: hidden;
    flex: 0 0 85px;
    background-color: #F1F2EC;
    border: #a7915a solid 1px; }
    @media only screen and (min-width: 550px) {
      body.blog article .thumb, body.single-post article .thumb {
        height: 110px;
        flex: 0 0 110px; } }
    @media only screen and (min-width: 800px) {
      body.blog article .thumb, body.single-post article .thumb {
        height: 170px;
        flex: 0 0 170px; } }
    @media only screen and (min-width: 1000px) {
      body.blog article .thumb, body.single-post article .thumb {
        height: 220px;
        flex: 0 0 220px; } }
  body.blog article .content, body.single-post article .content {
    padding-left: 1.5em; }
  body.blog article .entry-date, body.single-post article .entry-date {
    padding: 0.1em 0.3em;
    background: #a7915a;
    color: #ffffff;
    margin-bottom: 0.6em;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 1.1em; }
  body.blog article .entry-title, body.single-post article .entry-title {
    font-size: 0.85em; }
  body.blog article .link, body.single-post article .link {
    font-weight: bold;
    color: #0d0800;
    text-transform: uppercase; }
    body.blog article .link:hover, body.single-post article .link:hover {
      color: #a7915a; }

/**
 * Single Post
 **/
body.single-post a.all-news-link {
  font-weight: bold;
  text-transform: uppercase;
  color: #0d0800;
  margin-bottom: 2em; }
body.single-post .the_content h1 {
  font-size: 1.8em; }

.crush_banners_banner.standard_title {
  max-width: 450px; }
  .crush_banners_banner.standard_title .inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .crush_banners_banner.standard_title .link {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .crush_banners_banner.standard_title .link .title {
      background: #38352D;
      color: #f2ebd6;
      font-family: "PT Serif", serif;
      font-size: 1.2em;
      text-transform: uppercase;
      padding: 1em;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

/**
 * Single Competition
 **/
body.single-competitions .image {
  margin-bottom: 2em; }
body.single-competitions .closing-date {
  font-weight: bold; }
body.single-competitions #competition-form section {
  margin-bottom: 2em; }
body.single-competitions #competition-form #terms {
  margin-bottom: 1.5em; }
body.single-competitions #submitButton {
  margin-top: 1.5em; }
body.single-competitions .promo-code {
  text-transform: uppercase; }

/**
 * Archive
 **/
body.post-type-archive-competitions .results-range {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  text-transform: uppercase; }
  @media only screen and (min-width: 550px) {
    body.post-type-archive-competitions .results-range {
      padding: 0.5em 1em;
      margin: 0; } }
body.post-type-archive-competitions article {
  display: flex;
  margin-bottom: 2em; }
  body.post-type-archive-competitions article .thumb {
    height: 85px;
    overflow: hidden;
    flex: 0 0 85px;
    background-color: #F1F2EC;
    border: #a7915a solid 1px; }
    @media only screen and (min-width: 550px) {
      body.post-type-archive-competitions article .thumb {
        height: 110px;
        flex: 0 0 110px; } }
    @media only screen and (min-width: 800px) {
      body.post-type-archive-competitions article .thumb {
        height: 170px;
        flex: 0 0 170px; } }
    @media only screen and (min-width: 1000px) {
      body.post-type-archive-competitions article .thumb {
        height: 220px;
        flex: 0 0 220px; } }
  body.post-type-archive-competitions article .content {
    padding-left: 1.5em; }
  body.post-type-archive-competitions article .end-date {
    padding: 0.1em 0.3em;
    background: #a7915a;
    color: #ffffff;
    margin-bottom: 0.6em;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 1.1em; }
  body.post-type-archive-competitions article .entry-title {
    font-size: 0.85em; }
  body.post-type-archive-competitions article .link {
    font-weight: bold;
    color: #0d0800;
    text-transform: uppercase; }
    body.post-type-archive-competitions article .link:hover {
      color: #a7915a; }
@media only screen and (min-width: 550px) {
  body.post-type-archive-competitions .archive.btn {
    margin-top: 1.5em; } }

body.post-type-archive-recipe-booklet article {
  margin-bottom: 2em; }
  body.post-type-archive-recipe-booklet article .entry-title {
    color: #a7915a;
    border-bottom: #0d0800 dotted 1px;
    font-style: italic;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.3em 0; }
  body.post-type-archive-recipe-booklet article .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    display: inline; }
    body.post-type-archive-recipe-booklet article .woocommerce.add_to_cart_inline .amount {
      display: none; }
  body.post-type-archive-recipe-booklet article .entry-content {
    margin-bottom: 2em; }
  body.post-type-archive-recipe-booklet article .btn {
    margin-right: 1em; }

.view-video-box {
  background-color: #a7915a;
  color: #38352D;
  margin-top: -3px;
  padding: 10px 20px;
  text-align: center;
  text-transform: initial;
  opacity: 1;
  transition: opacity 0.4s; }
  .view-video-box .icon,
  .view-video-box .text {
    display: inline-block;
    vertical-align: middle; }
  .view-video-box .icon {
    margin-right: 10px; }
  .view-video-box .text {
    font-size: 14px; }
  .view-video-box:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.4s; }

.thumb.open-recipe-video:hover {
  cursor: pointer; }

.recipe-lightbox {
  display: none;
  background-color: transparent;
  transition: background-color 0.4s; }
  .recipe-lightbox.open {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.4s;
    width: 100%;
    height: 100%; }
  .recipe-lightbox .close-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
    .recipe-lightbox .close-btn:hover {
      cursor: pointer; }
  .recipe-lightbox iframe {
    width: 100%;
    position: relative;
    top: 10%;
    padding: 80px;
    min-height: 300px; }
    @media only screen and (min-width: 550px) {
      .recipe-lightbox iframe {
        min-height: 350px; } }
    @media only screen and (min-width: 800px) {
      .recipe-lightbox iframe {
        min-height: 550px; } }
    @media only screen and (min-width: 1000px) {
      .recipe-lightbox iframe {
        min-height: 750px; } }

.single-video-embed {
  margin: 0 0 10px 0; }

.post-type-archive-events article, .single-events article {
  margin-bottom: 2em; }
  .post-type-archive-events article h2.entry-title, .single-events article h2.entry-title {
    margin-bottom: 0; }
    .post-type-archive-events article h2.entry-title a, .single-events article h2.entry-title a {
      margin-bottom: 0.2em; }
  .post-type-archive-events article .entry-content, .single-events article .entry-content {
    margin-top: 0.9em; }
  .post-type-archive-events article .details p, .single-events article .details p {
    display: inline-block;
    margin: 0; }
    .post-type-archive-events article .details p.label, .single-events article .details p.label {
      width: 70px;
      font-weight: bold; }
  .post-type-archive-events article .details .location, .post-type-archive-events article .details .date, .post-type-archive-events article .details .time, .post-type-archive-events article .details .seats, .post-type-archive-events article .details .price, .single-events article .details .location, .single-events article .details .date, .single-events article .details .time, .single-events article .details .seats, .single-events article .details .price {
    padding: 0.9em 0;
    border-bottom: rgba(13, 8, 0, 0.65) dotted 1px; }
  .post-type-archive-events article .details :last-child, .single-events article .details :last-child {
    border: none; }
.post-type-archive-events .btn.archive, .single-events .btn.archive {
  margin-top: 1em; }

.single-events .the_content, .single-events .chef, .single-events .menu, .single-events .other {
  margin-bottom: 2em; }
  .single-events .the_content h3, .single-events .chef h3, .single-events .menu h3, .single-events .other h3 {
    border-bottom: #0d0800 solid 1px; }
.single-events .btn {
  width: 100%;
  margin-top: 0.5em; }

body.error404 .site-main {
  padding: 2em 0;
  text-align: center; }
  @media only screen and (min-width: 800px) {
    body.error404 .site-main {
      padding: 4em 0; } }
  body.error404 .site-main:before {
    content: "404";
    font-weight: bold;
    color: rgba(13, 8, 0, 0.3);
    font-size: 12em; }
    @media only screen and (min-width: 550px) {
      body.error404 .site-main:before {
        font-size: 20em; } }

/*
*   -------------------
*   Big audition ------
*   -------------------
*/
.big-audition .black-border-top {
  border-top: 1px solid #000;
  padding-top: 40px; }
.big-audition .img-sidebar img {
  margin: 0; }
.big-audition .view-video-box {
  margin-top: 20px; }
  .big-audition .view-video-box a {
    color: #fff; }
.big-audition .olive-breaker {
  margin: 20px 0 10px 0; }
.big-audition .gold-border {
  border-top: 2px solid #a58e56;
  margin: 40px 0; }

/*
*   -------------------
*   Vegan diet ------
*   -------------------
*/
.vegan-diet .quote-title {
  font-weight: 300;
  color: #a7915a;
  text-transform: uppercase; }
.vegan-diet .quote {
  font-size: 20px;
  font-style: italic; }
@media screen and (min-width: 520px) {
  .vegan-diet .what-vegans-eat {
    padding: 30px 0; }
    .vegan-diet .what-vegans-eat .title {
      margin-top: 60px; } }
.vegan-diet .favourite-recipe,
.vegan-diet .growth {
  background-color: #f6f6f6;
  width: 100%;
  padding: 20px 30px;
  margin: 40px 0; }
  .vegan-diet .favourite-recipe .img-block .view-video-box,
  .vegan-diet .growth .img-block .view-video-box {
    background-color: rgba(56, 53, 45, 0.8);
    color: #a7915a;
    max-height: 50px;
    margin-top: -65px;
    z-index: 100;
    position: relative; }
  .vegan-diet .favourite-recipe .img-block .icon img,
  .vegan-diet .growth .img-block .icon img {
    margin: 0; }
  .vegan-diet .favourite-recipe .text-block,
  .vegan-diet .growth .text-block {
    margin-top: 38px; }
.vegan-diet .vegan-recipe-grid.vegan-item {
  position: relative; }
  .vegan-diet .vegan-recipe-grid.vegan-item img {
    max-height: 250px;
    object-fit: cover;
    margin: 0; }
    .vegan-diet .vegan-recipe-grid.vegan-item img:hover + .subtitle-box {
      height: 255px;
      transition: height 0.2s; }
      .vegan-diet .vegan-recipe-grid.vegan-item img:hover + .subtitle-box p {
        padding-top: 100px; }
  .vegan-diet .vegan-recipe-grid.vegan-item .subtitle-box {
    font-family: "PT Serif", serif;
    background-color: rgba(56, 53, 45, 0.9);
    color: #fff;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 50px;
    transition: height 0.2s;
    font-size: 14px; }
    .vegan-diet .vegan-recipe-grid.vegan-item .subtitle-box:hover {
      height: 255px;
      transition: height 0.2s; }
      .vegan-diet .vegan-recipe-grid.vegan-item .subtitle-box:hover p {
        padding-top: 100px; }
.vegan-diet .vegan-products-grid {
  text-align: center; }
  .vegan-diet .vegan-products-grid img {
    width: auto;
    margin: 0;
    height: 270px; }
.vegan-diet .olive-branch-bg {
  background-image: url("../img/olive-branch.jpg");
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat; }
  .vegan-diet .olive-branch-bg .recipes {
    margin: 60px 0;
    text-align: center;
    text-transform: uppercase; }
    .vegan-diet .olive-branch-bg .recipes a {
      text-decoration: underline; }
  .vegan-diet .olive-branch-bg .vegan-menu {
    margin: 40px 0; }
    .vegan-diet .olive-branch-bg .vegan-menu li {
      border-bottom: 1px dashed #000;
      font-size: 14px; }
      .vegan-diet .olive-branch-bg .vegan-menu li a {
        font-size: inherit;
        color: #000; }
      .vegan-diet .olive-branch-bg .vegan-menu li:last-child {
        border-bottom: none; }
    .vegan-diet .olive-branch-bg .vegan-menu .view-products {
      text-align: center; }
      .vegan-diet .olive-branch-bg .vegan-menu .view-products .view-all {
        color: #a7915a;
        text-transform: uppercase;
        text-decoration: underline; }
.vegan-diet .sidebar .meal-plan {
  text-align: center; }
  @media screen and (min-width: 560px) {
    .vegan-diet .sidebar .meal-plan {
      text-align: left; } }
  .vegan-diet .sidebar .meal-plan .subtitle {
    margin: 30px 0; }
.vegan-diet .sidebar .vegan-chef {
  text-align: center; }
  @media screen and (min-width: 560px) {
    .vegan-diet .sidebar .vegan-chef {
      text-align: left; } }
.vegan-diet .epivegan {
  position: relative; }
  .vegan-diet .epivegan:before {
    content: url("../img/epivegan.png");
    position: absolute;
    right: -5px;
    top: 40px; }
.vegan-diet .btn {
  background-color: transparent;
  transition: background-color 0.3s;
  border: 1px solid #a7915a;
  border-radius: 50px;
  color: #353535; }
  .vegan-diet .btn:hover {
    background-color: #a7915a;
    transition: background-color 0.3s; }

/*
*   -------------------
*   Where to buy ------
*   -------------------
*/
.where-to-buy .separator {
  height: 125px; }
  @media only screen and (min-width: 550px) {
    .where-to-buy .separator {
      height: 200px; } }
.where-to-buy .where-to-buy-container {
  position: relative;
  margin-bottom: 120px; }
  .where-to-buy .where-to-buy-container .where-to-buy-product {
    background-color: #f9f9f9;
    position: relative;
    transition: background-color 0.3s;
    text-align: center; }
    .where-to-buy .where-to-buy-container .where-to-buy-product:hover {
      background-color: #a7915a;
      transition: background-color 0.3s;
      cursor: pointer; }
    .where-to-buy .where-to-buy-container .where-to-buy-product.open {
      background-color: #a7915a;
      transition: background-color 0.3s; }
    .where-to-buy .where-to-buy-container .where-to-buy-product .title {
      color: #a7915a;
      text-align: left; }
    .where-to-buy .where-to-buy-container .where-to-buy-product .product-img {
      /*max-height: 220px;*/
      max-width: 150px; }
      @media only screen and (min-width: 550px) {
        .where-to-buy .where-to-buy-container .where-to-buy-product .product-img {
          margin-top: -70px;
          max-height: 212px;
          width: auto; } }
      @media only screen and (min-width: 1000px) {
        .where-to-buy .where-to-buy-container .where-to-buy-product .product-img {
          max-height: 280px; } }
  .where-to-buy .where-to-buy-container .stores-popout {
    display: none;
    background-color: #38352d;
    color: #fff;
    position: absolute;
    width: 100%;
    min-height: 320px;
    left: 0;
    top: 0;
    z-index: 50;
    padding: 20px 30px;
    text-align: left; }
    @media only screen and (min-width: 550px) {
      .where-to-buy .where-to-buy-container .stores-popout {
        right: -280px;
        left: initial;
        width: 250px;
        top: -75px; }
        .where-to-buy .where-to-buy-container .stores-popout:before {
          content: url("../img/triangle.png");
          position: absolute;
          left: -31px;
          top: 125px; } }
    .where-to-buy .where-to-buy-container .stores-popout.open {
      display: block; }
    .where-to-buy .where-to-buy-container .stores-popout .location-marker,
    .where-to-buy .where-to-buy-container .stores-popout .stores-popout-close {
      position: absolute;
      top: 20px; }
    .where-to-buy .where-to-buy-container .stores-popout .location-marker {
      left: 30px; }
    .where-to-buy .where-to-buy-container .stores-popout .stores-popout-close {
      position: absolute;
      right: 30px;
      padding: 5px; }
      .where-to-buy .where-to-buy-container .stores-popout .stores-popout-close:hover {
        cursor: pointer; }
    .where-to-buy .where-to-buy-container .stores-popout .title {
      font-size: 1.3em;
      margin: 0 0 0 40px;
      color: #fff; }
    .where-to-buy .where-to-buy-container .stores-popout ul {
      list-style-type: none;
      padding: 0;
      margin: 40px 0 0 0; }
      .where-to-buy .where-to-buy-container .stores-popout ul li {
        margin-bottom: 10px; }
.where-to-buy .product-title {
  color: #a7915a;
  margin-top: 20px;
  text-transform: capitalize; }

/*
*   -------------------
*   My berio ----------
*   -------------------
*/
.my-berio-title {
  color: #a7915a;
  border-bottom: 1px solid #a7915a;
  font-weight: 600; }
  @media only screen and (min-width: 550px) {
    .my-berio-title {
      margin-top: 60px; } }

.unsubscribe_page input {
  border: 1px solid #a7915a; }

/*
*   -------------------
*   Christmas 2020 ----
*   -------------------
*/
.page-template-page-fb-xmas-2020 {
  background-image: url("/wp-content/uploads/2020/12/paul-crop-lightened.jpg");
  background-position: top left;
  background-size: auto;
  height: initial; }
  @media only screen and (min-width: 800px) {
    .page-template-page-fb-xmas-2020 {
      background-position: top right; } }
  @media only screen and (min-width: 1400px) {
    .page-template-page-fb-xmas-2020 {
      background-size: cover; } }

/**
* All about pesto
**/
.all-about-pesto .title,
.pesto-recipes .title,
.pesto-products .title,
.pesto-videos .title {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a7915a; }
.all-about-pesto .subtitle,
.pesto-recipes .subtitle,
.pesto-products .subtitle,
.pesto-videos .subtitle {
  margin-bottom: 20px;
  color: #a7915a;
  text-transform: uppercase;
  font-weight: 300; }
.all-about-pesto .intro.videos,
.pesto-recipes .intro.videos,
.pesto-products .intro.videos,
.pesto-videos .intro.videos {
  padding: 20px 0; }
  @media only screen and (min-width: 800px) {
    .all-about-pesto .intro.videos,
    .pesto-recipes .intro.videos,
    .pesto-products .intro.videos,
    .pesto-videos .intro.videos {
      padding: 60px 0; } }
  .all-about-pesto .intro.videos .pesto-intro,
  .pesto-recipes .intro.videos .pesto-intro,
  .pesto-products .intro.videos .pesto-intro,
  .pesto-videos .intro.videos .pesto-intro {
    font-size: 1.6em;
    font-weight: 300; }
.all-about-pesto .hero,
.pesto-recipes .hero,
.pesto-products .hero,
.pesto-videos .hero {
  background-size: cover;
  padding: 40px 0;
  background-position: top right; }
  @media only screen and (min-width: 800px) {
    .all-about-pesto .hero,
    .pesto-recipes .hero,
    .pesto-products .hero,
    .pesto-videos .hero {
      padding: 160px 0;
      background-position: top left; } }
  .all-about-pesto .hero .hero-title,
  .pesto-recipes .hero .hero-title,
  .pesto-products .hero .hero-title,
  .pesto-videos .hero .hero-title {
    font-weight: 300;
    padding: 20px; }
    @media only screen and (min-width: 1000px) {
      .all-about-pesto .hero .hero-title,
      .pesto-recipes .hero .hero-title,
      .pesto-products .hero .hero-title,
      .pesto-videos .hero .hero-title {
        padding: 0; } }
  .all-about-pesto .hero.pesto,
  .pesto-recipes .hero.pesto,
  .pesto-products .hero.pesto,
  .pesto-videos .hero.pesto {
    background-image: url("../img/pesto-hero.jpg"); }
.all-about-pesto .faqs .faq-row,
.pesto-recipes .faqs .faq-row,
.pesto-products .faqs .faq-row,
.pesto-videos .faqs .faq-row {
  border-bottom: 1px solid #a7915a;
  padding: 20px 0; }
  .all-about-pesto .faqs .faq-row .pesto-thumb,
  .pesto-recipes .faqs .faq-row .pesto-thumb,
  .pesto-products .faqs .faq-row .pesto-thumb,
  .pesto-videos .faqs .faq-row .pesto-thumb {
    background-image: url("../img/pesto-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; }
.all-about-pesto .recipes .recipe-box,
.pesto-recipes .recipes .recipe-box,
.pesto-products .recipes .recipe-box,
.pesto-videos .recipes .recipe-box {
  display: block;
  min-height: 200px;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-bottom: 20px; }
  .all-about-pesto .recipes .recipe-box .caption,
  .pesto-recipes .recipes .recipe-box .caption,
  .pesto-products .recipes .recipe-box .caption,
  .pesto-videos .recipes .recipe-box .caption {
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: #39352c;
    transition: background-color 0.3s;
    color: #fff;
    margin: 0; }
  .all-about-pesto .recipes .recipe-box .detail,
  .pesto-recipes .recipes .recipe-box .detail,
  .pesto-products .recipes .recipe-box .detail,
  .pesto-videos .recipes .recipe-box .detail {
    position: absolute;
    opacity: 0;
    background-color: rgba(56, 53, 44, 0.8);
    color: #fff;
    transition: opacity 0.3s;
    width: 100%;
    height: 100%;
    padding: 10px; }
    .all-about-pesto .recipes .recipe-box .detail p.border,
    .pesto-recipes .recipes .recipe-box .detail p.border,
    .pesto-products .recipes .recipe-box .detail p.border,
    .pesto-videos .recipes .recipe-box .detail p.border {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px; }
  .all-about-pesto .recipes .recipe-box:hover,
  .pesto-recipes .recipes .recipe-box:hover,
  .pesto-products .recipes .recipe-box:hover,
  .pesto-videos .recipes .recipe-box:hover {
    cursor: pointer; }
    .all-about-pesto .recipes .recipe-box:hover > .detail,
    .pesto-recipes .recipes .recipe-box:hover > .detail,
    .pesto-products .recipes .recipe-box:hover > .detail,
    .pesto-videos .recipes .recipe-box:hover > .detail {
      opacity: 1;
      transition: opacity 0.3s; }
.all-about-pesto .video-content,
.pesto-recipes .video-content,
.pesto-products .video-content,
.pesto-videos .video-content {
  background-color: #f4f4f4;
  padding: 20px 0; }
  @media only screen and (min-width: 800px) {
    .all-about-pesto .video-content,
    .pesto-recipes .video-content,
    .pesto-products .video-content,
    .pesto-videos .video-content {
      padding: 60px 0; } }
  .all-about-pesto .video-content .thumb,
  .pesto-recipes .video-content .thumb,
  .pesto-products .video-content .thumb,
  .pesto-videos .video-content .thumb {
    min-height: 250px;
    background-size: cover;
    background-position: center right; }
    .all-about-pesto .video-content .thumb .view-video-box,
    .pesto-recipes .video-content .thumb .view-video-box,
    .pesto-products .video-content .thumb .view-video-box,
    .pesto-videos .video-content .thumb .view-video-box {
      background-color: transparent;
      text-align: left;
      min-height: 300px;
      position: relative; }
      .all-about-pesto .video-content .thumb .view-video-box .caption,
      .pesto-recipes .video-content .thumb .view-video-box .caption,
      .pesto-products .video-content .thumb .view-video-box .caption,
      .pesto-videos .video-content .thumb .view-video-box .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background-color: #39352c;
        padding: 10px; }
        .all-about-pesto .video-content .thumb .view-video-box .caption .text,
        .all-about-pesto .video-content .thumb .view-video-box .caption .icon,
        .pesto-recipes .video-content .thumb .view-video-box .caption .text,
        .pesto-recipes .video-content .thumb .view-video-box .caption .icon,
        .pesto-products .video-content .thumb .view-video-box .caption .text,
        .pesto-products .video-content .thumb .view-video-box .caption .icon,
        .pesto-videos .video-content .thumb .view-video-box .caption .text,
        .pesto-videos .video-content .thumb .view-video-box .caption .icon {
          color: #fff;
          display: inline-block;
          vertical-align: top;
          margin-left: 10px; }
        .all-about-pesto .video-content .thumb .view-video-box .caption .text,
        .pesto-recipes .video-content .thumb .view-video-box .caption .text,
        .pesto-products .video-content .thumb .view-video-box .caption .text,
        .pesto-videos .video-content .thumb .view-video-box .caption .text {
          width: 80%;
          font-size: 20px;
          margin-bottom: 0;
          font-weight: 300; }
  .all-about-pesto .video-content .title-link,
  .pesto-recipes .video-content .title-link,
  .pesto-products .video-content .title-link,
  .pesto-videos .video-content .title-link {
    color: #a7915a;
    text-transform: uppercase;
    padding: 50px 30px;
    display: block; }
.all-about-pesto .sidebar .btn,
.pesto-recipes .sidebar .btn,
.pesto-products .sidebar .btn,
.pesto-videos .sidebar .btn {
  width: 100%;
  background-color: #39352c;
  transition: background-color 0.3s;
  color: #a7915a;
  text-align: left;
  margin: 2px 0;
  padding: 0.65em 1em; }
  .all-about-pesto .sidebar .btn:hover,
  .pesto-recipes .sidebar .btn:hover,
  .pesto-products .sidebar .btn:hover,
  .pesto-videos .sidebar .btn:hover {
    background-color: #a7915a;
    transition: background-color 0.3s;
    color: #39352c; }
.all-about-pesto .sidebar .newsletter-sign-up,
.pesto-recipes .sidebar .newsletter-sign-up,
.pesto-products .sidebar .newsletter-sign-up,
.pesto-videos .sidebar .newsletter-sign-up {
  background-color: #f4f4f4;
  color: #a7915a;
  padding: 20px;
  margin: 30px 0; }
  .all-about-pesto .sidebar .newsletter-sign-up .btn,
  .pesto-recipes .sidebar .newsletter-sign-up .btn,
  .pesto-products .sidebar .newsletter-sign-up .btn,
  .pesto-videos .sidebar .newsletter-sign-up .btn {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #a7915a;
    color: #000; }
.all-about-pesto .sidebar .pesto-recipes,
.pesto-recipes .sidebar .pesto-recipes,
.pesto-products .sidebar .pesto-recipes,
.pesto-videos .sidebar .pesto-recipes {
  margin-bottom: 30px; }
  .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box,
  .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box,
  .pesto-products .sidebar .pesto-recipes .pesto-recipe-box,
  .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box {
    min-height: 200px;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin-bottom: 20px; }
    .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box .caption,
    .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box .caption,
    .pesto-products .sidebar .pesto-recipes .pesto-recipe-box .caption,
    .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box .caption {
      opacity: 1;
      transition: opacity 0.3s;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 5px 10px;
      background-color: #39352c;
      transition: background-color 0.3s;
      color: #a7915a; }
    .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box .detail,
    .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box .detail,
    .pesto-products .sidebar .pesto-recipes .pesto-recipe-box .detail,
    .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box .detail {
      position: absolute;
      opacity: 0;
      background-color: rgba(56, 53, 44, 0.8);
      color: #fff;
      transition: opacity 0.3s;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box .detail .recipe-title,
      .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box .detail .recipe-title,
      .pesto-products .sidebar .pesto-recipes .pesto-recipe-box .detail .recipe-title,
      .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box .detail .recipe-title {
        text-transform: uppercase; }
      .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box .detail p.border,
      .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box .detail p.border,
      .pesto-products .sidebar .pesto-recipes .pesto-recipe-box .detail p.border,
      .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box .detail p.border {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px; }
    .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box:hover,
    .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box:hover,
    .pesto-products .sidebar .pesto-recipes .pesto-recipe-box:hover,
    .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box:hover {
      cursor: pointer; }
      .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box:hover > .caption,
      .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box:hover > .caption,
      .pesto-products .sidebar .pesto-recipes .pesto-recipe-box:hover > .caption,
      .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box:hover > .caption {
        opacity: 0;
        transition: opacity 0.3s; }
      .all-about-pesto .sidebar .pesto-recipes .pesto-recipe-box:hover > .detail,
      .pesto-recipes .sidebar .pesto-recipes .pesto-recipe-box:hover > .detail,
      .pesto-products .sidebar .pesto-recipes .pesto-recipe-box:hover > .detail,
      .pesto-videos .sidebar .pesto-recipes .pesto-recipe-box:hover > .detail {
        opacity: 1;
        transition: opacity 0.3s; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%; }

body {
  background: #ffffff;
  color: #0d0800;
  min-height: 100%;
  overflow-x: hidden; }

#site-header > .content, #page-wrapper > .content, #site-footer > .content {
  max-width: 992px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em; }
  @media only screen and (min-width: 1000px) {
    #site-header > .content, #page-wrapper > .content, #site-footer > .content {
      padding-left: 0;
      padding-right: 0; } }

#page-wrapper {
  background: url("../img/filippo-berio-bg.jpg") center top/960px 322px no-repeat; }
  @media only screen and (min-width: 800px) {
    #page-wrapper {
      background-size: 1920px 645px; } }

/*# sourceMappingURL=frontend.css.map */
