@font-face {
  font-family: GardenGrown-Regular;
  src: url("/wp-content/themes/obela/fonts/349D58_0_0.eot");
  src: url("/wp-content/themes/obela/fonts/349D58_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/349D58_0_0.woff2") format("woff2"), url("/wp-content/themes/obela/fonts/349D58_0_0.woff") format("woff"), url("/wp-content/themes/obela/fonts/349D58_0_0.ttf") format("truetype"), url("/wp-content/themes/obela/fonts/349D58_0_0.svg#wf") format("svg"); }

@font-face {
  font-family: Nexa-Bold;
  src: url("/wp-content/themes/obela/fonts/349D58_1_0.eot");
  src: url("/wp-content/themes/obela/fonts/349D58_1_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/349D58_1_0.woff2") format("woff2"), url("/wp-content/themes/obela/fonts/349D58_1_0.woff") format("woff"), url("/wp-content/themes/obela/fonts/349D58_1_0.ttf") format("truetype"), url("/wp-content/themes/obela/fonts/349D58_1_0.svg#wf") format("svg"); }

@font-face {
  font-family: Nexa-Regular;
  src: url("/wp-content/themes/obela/fonts/349D58_2_0.eot");
  src: url("/wp-content/themes/obela/fonts/349D58_2_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/349D58_2_0.woff2") format("woff2"), url("/wp-content/themes/obela/fonts/349D58_2_0.woff") format("woff"), url("/wp-content/themes/obela/fonts/349D58_2_0.ttf") format("truetype"), url("/wp-content/themes/obela/fonts/349D58_2_0.svg#wf") format("svg"); }

@font-face {
  font-family: Nexa-XBold;
  src: url("/wp-content/themes/obela/fonts/349D58_3_0.eot");
  src: url("/wp-content/themes/obela/fonts/349D58_3_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/349D58_3_0.woff2") format("woff2"), url("/wp-content/themes/obela/fonts/349D58_3_0.woff") format("woff"), url("/wp-content/themes/obela/fonts/349D58_3_0.ttf") format("truetype"), url("/wp-content/themes/obela/fonts/349D58_3_0.svg#wf") format("svg"); }

@font-face {
  font-family: BELLABOO;
  src: url("/wp-content/themes/obela/fonts/BELLABOO-Regular.woff") format("woff"), url("/wp-content/themes/obela/fonts/BELLABOO-Regular.ttf") format("truetype"), url("/wp-content/themes/obela/fonts/BELLABOO-Regular.svg#BELLABOO-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: ZonaProRegular;
  src: url("/wp-content/themes/obela/fonts/ZonaPro-Regular.otf"); 
}
@font-face {
  font-family: ZonaProBold;
  src: url("/wp-content/themes/obela/fonts/ZonaPro-Bold.otf"); 
}
@font-face {
  font-family: InterRegular;
  src: url("/wp-content/themes/obela/fonts/Inter-Regular.otf"); 
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

html *,
html *:before,
html *:after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

html {
  font-size: 10px;
  line-height: 0;
  scroll-behavior: smooth; }

html, body {
  position: relative;
  width: 100%;
  height: 100%; }

body {
  height: auto;
  font-family: Nexa-Regular, Helvetica, Arial, sans-serif;
  font-size: 0; }
  body b {
    font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
    font-weight: normal; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

ul, ol {
  padding-inline-start: 0;
  list-style-type: none;
  counter-reset: subsection; }
  ul > .text--li, ol > .text--li {
    position: relative;
    padding-left: 35px;
    counter-increment: subsection; }
    ul > .text--li:before, ol > .text--li:before {
      position: absolute;
      left: 1px; }

ul > .text--li:before {
  content: "-"; }

ol > .text--li:before {
  content: counter(subsection) "."; }

body.admin-bar #wpadminbar {
  background-color: rgba(0, 0, 0, 0.8); }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.text--h1 {
  font-family: BELLABOO, Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 75px;
  text-transform: lowercase; }

.text--h2 {
  font-family: GardenGrown-Regular, Georgia, "Times New Roman", Times, serif;
  font-size: 49px;
  line-height: 55px; }

.text--h3 {
  font-family: BELLABOO, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 47px;
  text-transform: lowercase; }

.text--h4 {
  font-family: GardenGrown-Regular, Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 41px; }

.text--h5 {
  font-family: Nexa-Regular, Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 39px; }

.text--h6 {
  font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px; }

/* .text--p {
  font-size: 15px;
  line-height: 25px; } */

.text--li {
  padding-left: 15px; }

.button {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #A80532;
  display: inline-block;
  margin: auto;
  padding: 10px 15px;
  letter-spacing: 2px;
  border-radius: 19px;
  background-color: transparent;
  color: #A80532;
  transition: all 300ms ease;
  font-family: Nexa-Bold, Helvetica, Arial, sans-serif; }
  .button:hover {
    background-color: #A80532;
    color: #FFFFFF; }
  .button.button--red {
    background-color: #A80532;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .button.button--red:hover {
      background-color: #FFFFFF;
      color: #A80532;
      border-color: #A80532; }
  .button.button--80 {
    width: 80%; }

header {
  height: 53px;
  background: #DA203A;
  transition: all 300ms ease; 
}
  @media (min-width: 768px) {
    header {
      height: 105px; } }
  header .header--contents {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 20;
    transition: all 300ms ease; 
	  background: #DA203A;
}
header .header-top-wrapper{ background: #FFF5E5; }
  header .header--contents--background {
/*     position: absolute;
    left: 0;
    top: -56px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/obela/assets/img/bg-nav-desktop@3x.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 250% 110px;  */
}
    @media (min-width: 768px) {
      header .header--contents--background {
        top: 0;
        background-size: 100% 110px; } }
    header .header--contents--background:before {
      content: "";
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #A80532;
      pointer-events: none;
      opacity: 0;
      transition: all 300ms ease; }
  header .header--contents--top,
  header .header--contents--bottom {
    margin: auto;
    align-items: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      header .header--contents--top,
      header .header--contents--bottom {
        max-width: 100%; } }
    @media (min-width: 984px) {
      header .header--contents--top,
      header .header--contents--bottom {
        max-width: 90%; } }
    @media (min-width: 1200px) {
      header .header--contents--top,
      header .header--contents--bottom {
        max-width: 90%; 
/* 		max-width: 1170px;  */
		} }
  header .header--contents--top {
    display: none;
    justify-content: flex-end;
    height: 54px;
    background-color: transparent;
    transition: all 300ms ease; }
    @media (min-width: 768px) {
      header .header--contents--top {
        display: flex; } }
    header .header--contents--top .header--contents--top--follow {
      margin-right: 21px;
      font-size: 15px;
      line-height: 20px;
      margin-top: -6px; }
    header .header--contents--top .header--contents--top--facebook,
    header .header--contents--top .header--contents--top--instagram,
    header .header--contents--top .header--contents--top--linkedin,
    header .header--contents--top .header--contents--top--pinterest {
      text-decoration: none;
      margin-top: -4px;
      margin-left: 27px; }
      header .header--contents--top .header--contents--top--facebook .fa,
      header .header--contents--top .header--contents--top--instagram .fa,
      header .header--contents--top .header--contents--top--linkedin .fa,
      header .header--contents--top .header--contents--top--pinterest .fa {
        width: 31px;
        height: 31px;
        line-height: 31px;
        display: block;
        text-align: center;
        font-size: 18px;
        border-radius: 100%;
        background-color: #D22536;
        color: #F4E7C4;
		margin-left: 10px;
        transition: all 300ms ease; }
        header .header--contents--top .header--contents--top--facebook .fa:before,
        header .header--contents--top .header--contents--top--instagram .fa:before,
        header .header--contents--top .header--contents--top--linkedin .fa:before,
        header .header--contents--top .header--contents--top--pinterest .fa:before {
          display: inline-block;
          vertical-align: middle; }
      header .header--contents--top .header--contents--top--facebook:hover .fa,
      header .header--contents--top .header--contents--top--instagram:hover .fa,
      header .header--contents--top .header--contents--top--linkedin:hover .fa,
      header .header--contents--top .header--contents--top--pinterest:hover .fa {
        color: #FCB617; }
    header .header--contents--top .header--contents--top--facebook {
      margin-left: 0px; }
    header .header--contents--top .header--contents--top--region {
      margin-left: 29px;
      text-decoration: none;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -3px;
      position: relative; }
      header .header--contents--top .header--contents--top--region .header--contents--top--region--default {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        width: 100%;
        justify-content: center;
        padding: 4px 15.125px;
        border: 2px solid #D22536;
        border-radius: 16px;
        background-color: transparent;
        color: #D22536;
        transition: all 300ms ease;
        overflow: hidden;
        user-select: none; }
        header .header--contents--top .header--contents--top--region .header--contents--top--region--default .fa-globe {
          vertical-align: middle;
          font-size: 10px;
          margin-right: 6px;
          margin-top: -2px; }
        header .header--contents--top .header--contents--top--region .header--contents--top--region--default .header--contents--top--region--default--label {
          font-family: InterRegular;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin-right: 3px;
          display: inline-block; }
        header .header--contents--top .header--contents--top--region .header--contents--top--region--default:before {
          display: block;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          pointer-events: none;
          opacity: 0;
          transition: all 300ms ease; }
      header .header--contents--top .header--contents--top--region:hover .header--contents--top--region--default {
        background-color: #D22536;
        color: #FFFFFF; }
      header .header--contents--top .header--contents--top--region .header--contents--top--region--submenu {
        position: absolute;
        background-color: #FFFFFF;
        right: 0;
        min-width: 160px;
        top: 100%;
        text-align: left;
        opacity: 0;
        z-index: 1;
        padding: 5px 0;
        margin: 2px 0 0;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        pointer-events: none;
        box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.27);
        background-clip: padding-box;
        transition: all 300ms ease; }
        header .header--contents--top .header--contents--top--region .header--contents--top--region--submenu .header--contents--top--region--submenu--item {
          display: block;
          font-size: 15px;
          line-height: 25px;
          padding: 3px 20px;
          color: #A80532;
          text-decoration: none;
          transition: all 300ms ease; }
          header .header--contents--top .header--contents--top--region .header--contents--top--region--submenu .header--contents--top--region--submenu--item:hover {
            background-color: #D22536;
            color: #FFFFFF; }
      header .header--contents--top .header--contents--top--region.header--contents--top--region--active .header--contents--top--region--default {
        border-color: #000000;
        background-color: #FFFFFF;
        color: #D22536; }
        header .header--contents--top .header--contents--top--region.header--contents--top--region--active .header--contents--top--region--default:before {
          opacity: 1; }
      header .header--contents--top .header--contents--top--region.header--contents--top--region--active .header--contents--top--region--submenu {
        opacity: 1;
        pointer-events: all; }
  header .header--contents--bottom {
    height: 51px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    transition: all 300ms ease; }
    @media (min-width: 768px) {
      header .header--contents--bottom {
        position: relative; 
	} }
    header .header--contents--bottom .header--contents--bottom--logo {
      position: absolute;
      left: 50%;
      top: 3px;
      background-image: url("/wp-content/themes/obela/assets/img/obela-logo-244x244.png");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 300ms ease;
      width: 78px;
      height: 78px;
      margin-left: -39px;
      z-index: 1; }
      @media (min-width: 768px) {
        header .header--contents--bottom .header--contents--bottom--logo {
          left: 50px;
          top: -15px; } }
      @media (min-width: 1200px) {
        header .header--contents--bottom .header--contents--bottom--logo {
          left: 0;
          margin-left: 0;
          width: 110px;
          height: 110px;
          top: -28px; } }
    header .header--contents--bottom .header--contents--bottom--nav {
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      overflow: hidden;
      padding-top: 21px;
      background-color: #DA203A;
      text-align: center;
      height: 0;
      transition: all 300ms ease;
      transition-property: top, height; }
      @media (min-width: 768px) {
        header .header--contents--bottom .header--contents--bottom--nav {
          position: relative;
          top: 0 !important;
          height: auto !important;
          left: auto;
          width: auto;
          display: block;
          margin-top: 5px;
          padding: 0;
          background-color: transparent;
          overflow: visible;  } }
      html.hamburger--active header .header--contents--bottom .header--contents--bottom--nav {
        height: 157px;
        top: 50px; }
    header .header--contents--bottom .header--contents--bottom--nav--item {
      position: relative;
      display: block; }
      @media (min-width: 768px) {
        header .header--contents--bottom .header--contents--bottom--nav--item {
          display: inline-block; } }
      header .header--contents--bottom .header--contents--bottom--nav--item + .header--contents--bottom--nav--item {
        margin-top: 5px; }
        @media (min-width: 768px) {
          header .header--contents--bottom .header--contents--bottom--nav--item + .header--contents--bottom--nav--item {
            margin-top: 0; } }
      header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--link {
        display: block;
		font-family: 'ZonaProRegular';
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
        text-decoration: none;
        color: #FFFFFF; }
        @media (min-width: 768px) {
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--link {
            padding: 15px 20px; 
			font-size: 12px;
		} }
        @media (min-width: 984px) {
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--link {
            padding: 15px 15px; } }
        @media (min-width: 1200px) {
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--link {
            padding: 15px 25px; } }
      header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding-top: 7px;
        padding-bottom: 5px;
        text-align: center;
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.27);
        background-clip: padding-box;
        border: none;
        border-radius: 8px;
        min-width: 100px;
        opacity: 0;
        pointer-events: none;
        transition: all 300ms ease;
        transition-property: opacity;
        display: none; }
        @media (min-width: 768px) {
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu {
            display: block;
            width: 150px;
            right: 0;
            left: 50%;
            margin-left: -75px; } }
        @media (min-width: 1200px) {
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu {
            width: auto;
            left: -12px;
            right: -12px;
            margin: 0; } }
        header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu:before {
          position: absolute;
          top: -10px;
          left: 50%;
          right: auto;
          margin-left: -10px;
          display: inline-block;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #333333;
          border-left: 10px solid transparent;
          border-bottom-color: rgba(0, 0, 0, 0.2);
          content: ''; }
        header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu:after {
          position: absolute;
          top: -9px;
          left: 50%;
          right: auto;
          margin-left: -9px;
          display: inline-block;
          border-right: 9px solid transparent;
          border-bottom: 9px solid #FFFFFF;
          border-left: 9px solid transparent;
          content: ''; }
        header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu .header--contents--bottom--nav--item--submenu--link {
          display: block;
          text-decoration: none;
		  font-family: 'ZonaProRegular';
          font-size: 16px;
          line-height: 25px;
          color: #db263e;
          transition: all 300ms ease;
          padding: 3px 15px; }
          header .header--contents--bottom .header--contents--bottom--nav--item .header--contents--bottom--nav--item--submenu .header--contents--bottom--nav--item--submenu--link:hover {
            color: #333333; }
      header .header--contents--bottom .header--contents--bottom--nav--item.header--contents--bottom--nav--item--has-submenu--active .header--contents--bottom--nav--item--link, header .header--contents--bottom .header--contents--bottom--nav--item:hover .header--contents--bottom--nav--item--link {
        color: #FCB617;
        transition: all 300ms ease; }
      header .header--contents--bottom .header--contents--bottom--nav--item.header--contents--bottom--nav--item--has-submenu--active .header--contents--bottom--nav--item--submenu, header .header--contents--bottom .header--contents--bottom--nav--item:hover .header--contents--bottom--nav--item--submenu {
        opacity: 1;
        pointer-events: all; }
    header .header--contents--bottom .header--contents--bottom--hamburger {
      position: absolute;
      right: 21px;
      top: 50%;
      display: flex;
      height: 36px;
      width: 36px;
      margin-top: -15px;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #FFFFFF;
      transition: all 300ms ease;
      z-index: 1; }
      header .header--contents--bottom .header--contents--bottom--hamburger:hover {
        opacity: 0.8; }
      header .header--contents--bottom .header--contents--bottom--hamburger .ion {
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        pointer-events: none;
        transition: all 300ms ease; }
        header .header--contents--bottom .header--contents--bottom--hamburger .ion.ion-ios-close-empty {
          opacity: 0; }
      html.hamburger--active header .header--contents--bottom .header--contents--bottom--hamburger .ion.ion-ios-close-empty {
        opacity: 1; }
      html.hamburger--active header .header--contents--bottom .header--contents--bottom--hamburger .ion.ion-navicon {
        opacity: 0; }
      @media (min-width: 768px) {
        header .header--contents--bottom .header--contents--bottom--hamburger {
          display: none; } }

html.page--scrolled header {
  height: 71px; }
  html.page--scrolled header .header--contents--bottom {
    height: 40px; background: #DA203A; }
    @media (min-width: 768px) {
      html.page--scrolled header .header--contents--bottom {
        height: 51px; } }
    html.page--scrolled header .header--contents--bottom .header--contents--bottom--logo {
      width: 50px;
      height: 50px;
      margin-left: -25px;
      top: 3px; }
    html.page--scrolled header .header--contents--bottom .header--contents--bottom--nav {
      top: 20px; }
  html.page--scrolled header .header--contents--background {
    top: -65px; }
  @media (min-width: 768px) {
    html.page--scrolled header {
      height: 71px; }
      html.page--scrolled header .header--contents {
        top: -54px; }
        html.page--scrolled header .header--contents .header--contents--top {
/*           height: 58px;  */
	  	}
        html.page--scrolled header .header--contents .header--contents--bottom .header--contents--bottom--logo {
          width: 58px;
          height: 58px;
          top: 1px;
          margin: 0; }
        html.page--scrolled header .header--contents .header--contents--background {
          top: 0; }
          html.page--scrolled header .header--contents .header--contents--background:before {
            opacity: 1; } }

html.page--scrolled.hamburger--active header .header--contents--bottom .header--contents--bottom--nav {
  top: 40px; }

@media (max-width: 767px) {
  html.hamburger--active header .header--contents--bottom .header--contents--bottom--nav {
    height: auto;
    padding-bottom: 15px; }
  header .header--contents--bottom .header--contents--bottom--nav--item.header--contents--bottom--nav--item--has-submenu--active .header--contents--bottom--nav--item--submenu {
    position: relative;
    display: block; } }

footer {
  background-color: #FFF5E5;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 32px; }
  footer .footer--background {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 92px;
    transform: rotate(180deg); }
    @media (min-width: 640px) {
      footer .footer--background {
        background-size: 100% 138px; } }
  footer .footer--logo {
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: -43px;
    margin-left: -43px;
    background-image: url("/wp-content/themes/obela/assets/img/obela-logo-244x244.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 300ms ease;
    z-index: 10; }
    @media (min-width: 984px) {
      footer .footer--logo {
        top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px; } }

.footer--nav--link {
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  color: #D22536;
  padding: 5px 8px;
  display: inline-block;
  transition: all 300ms ease; }
  .footer--nav--link:hover {
    color: #FCB617; }
  .footer--nav--link + .footer--nav--link {
    margin-left: 4px; }

.footer--nav--separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  width: 1px;
  background-color: #D22536;
  height: 17px; }

.footer--nav--layer {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer--nav--layer .fa {
    width: 39px;
    height: 39px;
    line-height: 39px;
    display: block;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    background-color: #D22536;
    color: #ffffff;
    transition: all 300ms ease; }
    .footer--nav--layer .fa:hover {
      background-color: #FCB617; }
  .footer--nav--layer + .footer--nav--layer {
    margin-top: 17px; }
  .footer--nav--layer .footer--nav--layer--copyright {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: 10px;
	color: #D22536;
}

.footer--nav--facebook,
.footer--nav--instagram,
.footer--nav--linkedin,
.footer--nav--pinterest {
  text-decoration: none;
  margin-top: 7px;
  margin-left: 26px; }

.footer--nav--facebook {
  margin-left: 0; }

main article {
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 100px; }
  main article .text--h1,
  main article .text--h2,
  main article .text--h3 {
    text-align: center;
    color: #A80532; }
  main article .text--h5 {
    color: #A80532; }
  main article .text--h1 + .text--h3 {
    margin-top: 15px; }
  main article .text--h1 + .text--p {
    margin-top: 15px; }
  main article .text--h2 {
    margin-top: 20px;
    margin-bottom: 15px; }
  main article .text--h3 {
    margin-top: 12.5px;
    margin-bottom: 15px; }
  main article .text--h5 {
    margin-top: 20px;
    margin-bottom: 15px; }
  main article .text--p {
    margin-bottom: 12.5px; }
    main article .text--p a {
      color: #A80532;
      text-decoration: none;
      transition: all 300ms ease;
      transition-property: color; }
      main article .text--p a:hover {
        color: #333333; }

.recipes {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px; }
  .recipes .recipes-container {
    width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .recipes .recipes-container {
        max-width: 750px; } }
    @media (min-width: 984px) {
      .recipes .recipes-container {
        max-width: 962px; } }
    @media (min-width: 1200px) {
      .recipes .recipes-container {
        max-width: 1170px; } }
    .recipes .recipes-container .text--h1,
    .recipes .recipes-container .text--h3 {
      color: #A80532; }
    .recipes .recipes-container .text--h1 {
      margin-bottom: 15px; }
    .recipes .recipes-container .text--h3 {
      margin-bottom: 45px; }
    .recipes .recipes-container .text--p {
      margin-bottom: 43px; }
    .recipes .recipes-container .recipes-list {
      margin-bottom: 30px;
      padding-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      @media (min-width: 984px) {
        .recipes .recipes-container .recipes-list {
          justify-content: left; } }
      .recipes .recipes-container .recipes-list .recipes-single {
        width: calc((100% - 2px) / 2);
        text-align: left;
        position: relative;
        margin-bottom: 10px; }
        .recipes .recipes-container .recipes-list .recipes-single:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: url("/wp-content/themes/obela/assets/img/bg-recipe-bottom.png");
          background-repeat: no-repeat;
          background-position: 0 bottom;
          background-size: 100% 100%; }
        .recipes .recipes-container .recipes-list .recipes-single:nth-child(2n+1):before {
          transform: scaleX(-1); }
        @media (min-width: 984px) {
          .recipes .recipes-container .recipes-list .recipes-single {
            width: calc((100% - 2px * 3) / 4);
            margin-bottom: 0;
            margin-left: 2px; }
            .recipes .recipes-container .recipes-list .recipes-single:nth-child(4n+1) {
              margin-left: 0; } }
        .recipes .recipes-container .recipes-list .recipes-single .recipes-single-link {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top {
          position: relative;
          height: 436px;
          display: flex;
          align-items: flex-end;
          padding: 10px 15px;
          overflow: hidden; 
		  border-radius: 50px;
}
          .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top .recipes-single-top-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-size: cover; }
          .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top .recipes-single-top-author {
            position: relative;
            display: flex;
            align-items: center; }
            .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top .recipes-single-top-author .recipes-single-top-author-image {
              width: 50px;
              height: 50px;
              border-radius: 100%; }
            .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top .recipes-single-top-author .recipes-single-top-author-name {
              text-shadow: 2px 2px 3px rgba(64, 64, 64, 0.8);
              margin-left: 10px;
              font-size: 15px;
              line-height: 18px;
              color: #FFFFFF; }
              .recipes .recipes-container .recipes-list .recipes-single .recipes-single-top .recipes-single-top-author .recipes-single-top-author-name:before {
                display: block;
                content: "Created By:"; }
        .recipes .recipes-container .recipes-list .recipes-single .recipes-single-bottom {
          min-height: 85px;
          height: auto;
          padding: 20px;
          padding-top: 24px;
          padding-right: 30px;
          position: relative; }
          .recipes .recipes-container .recipes-list .recipes-single .recipes-single-bottom .recipes-single-bottom-title {
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF;
            font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
            transition: all 300ms ease;
            transition-property: color; }
        .recipes .recipes-container .recipes-list .recipes-single:hover .recipes-single-bottom .recipes-single-bottom-title {
          color: #FCB617; }
      @media (min-width: 984px) {
        .recipes .recipes-container .recipes-list.recipes-list--x3 {
          justify-content: left; } }
      @media (min-width: 984px) {
        .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single {
          width: calc((100% - 2px * 3) / 3);
          margin-left: 3px; }
          .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single:nth-child(3n+1) {
            margin-left: 0; } }
      .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single .recipes-single-top {
        height: 374px; }
        @media (min-width: 984px) {
          .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single .recipes-single-top {
            height: 583px; } }
      .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single .recipes-single-bottom:before {
        content: '';
        background-image: url("/wp-content/themes/obela/assets/img/bg-recipe-top.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% 100%;
        background-size: 100%;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 15px;
        z-index: 8; }
      @media (min-width: 984px) {
        .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single .recipes-single-bottom {
          min-height: 67px;
          height: auto; } }
      .recipes .recipes-container .recipes-list.recipes-list--x3 .recipes-single:nth-child(2n+1) .recipes-single-bottom:before {
        transform: scaleX(-1); }

.main-recipes {
  text-align: center; }
  .main-recipes .recipes {
    padding-bottom: 47px; }

.products--row {
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .products--row:last-of-type {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .products--row:last-of-type {
        padding-bottom: 100px; } }
  .products--row:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-position: bottom left;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.07)); }
  .products--row.products--row--no-shadow:after, .products--row.products--row--wobble:after {
    display: none; }
  .products--row.products--row--wobble {
    background-color: #A80532;
    color: #FFFFFF; }
    .products--row.products--row--wobble:before {
      content: "";
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      height: 20px;
      background-color: transparent;
      background-image: url("/wp-content/themes/obela/assets/img/bg-nav-mobile@3x.png");
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: 100% 92px;
      transform: rotate(180deg); }
      @media (min-width: 640px) {
        .products--row.products--row--wobble:before {
          background-size: 100% 138px; } }
    @media (min-width: 768px) {
      .products--row.products--row--wobble {
        padding-top: 55px;
        padding-bottom: 78px; } }
    .products--row.products--row--wobble .products--column .products--cell .products--cell--text--heading {
      color: inherit;
      text-align: center; }
    .products--row.products--row--wobble .products--column .products--cell .products--cell--text--description {
      margin-top: 12.5px; }
  .products--row .products--row--contents {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center; }
    @media (min-width: 768px) {
      .products--row .products--row--contents {
        max-width: 750px; } }
    @media (min-width: 984px) {
      .products--row .products--row--contents {
        max-width: 962px; } }
    @media (min-width: 1200px) {
      .products--row .products--row--contents {
        max-width: 1170px; } }
  .products--row .products--column {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap; }
    .products--row .products--column .products--column--text {
      font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 20px;
      display: inline-block; }
      .products--row .products--column .products--column--text.products--column--text--hint {
        width: 100%;
        text-align: center; }
        @media (min-width: 984px) {
          .products--row .products--column .products--column--text.products--column--text--hint {
            width: auto; } }
      .products--row .products--column .products--column--text.products--column--text--link {
        color: #A80532;
        text-decoration: none;
        padding: 3px; }
        @media (min-width: 768px) {
          .products--row .products--column .products--column--text.products--column--text--link {
            padding: 0; } }
      .products--row .products--column .products--column--text + .products--column--text {
        margin-left: 20px; }
        @media (min-width: 768px) {
          .products--row .products--column .products--column--text + .products--column--text {
            margin-left: 44px; } }
    .products--row .products--column.products--column--fast-forward {
      padding-right: 10px;
      padding-top: 2px;
      padding-bottom: 2px;
      justify-content: center; }
      @media (min-width: 768px) {
        .products--row .products--column.products--column--fast-forward {
          padding-top: 3px;
          padding-right: 20px; } }
    .products--row .products--column.products--column--slider {
      justify-content: center; }
      .products--row .products--column.products--column--slider .products--column--slider--link {
        border-radius: 13px;
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #A80532;
        font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        padding: 7px 15px;
        border-radius: 15px;
        transition: all 300ms ease; }
        .products--row .products--column.products--column--slider .products--column--slider--link + .products--column--slider--link {
          margin-left: 1px; }
        .products--row .products--column.products--column--slider .products--column--slider--link:hover {
          color: #FCB617; }
        .products--row .products--column.products--column--slider .products--column--slider--link.products--column--slider--link--active {
          background-color: #FCB617;
          color: white; }
      .products--row .products--column.products--column--slider .products--column--slider--drawer {
        width: 100%;
        position: relative;
        padding-top: 10px;
        padding-left: 69px;
        padding-right: 69px; }
        .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--arrow {
          width: 26px;
          height: 26px;
          font-size: 15px;
          line-height: 26px;
          position: absolute;
          top: 50%;
          background: #A80532;
          margin-top: -23px;
          color: white;
          text-decoration: none;
          border-radius: 100%;
          transition: all 300ms ease; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--arrow:hover {
            background-color: #FCB617; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--arrow.products--column--slider--drawer--arrow--left {
            left: 17px; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--arrow.products--column--slider--drawer--arrow--right {
            right: 17px; }
        .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--inside {
          position: relative;
          width: 100%;
          height: 117px;
          overflow: hidden; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--column--slider--drawer--inside .products--column--slider--drawer--inside--contents {
            position: absolute;
            display: flex;
            transition: all 600ms ease;
            transition-property: left;
            left: 0;
            min-width: 100%;
            justify-content: center; }
        .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single {
          position: relative;
          padding: 0 10px;
          width: 172px; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single.products--item--single--hidden {
            display: none; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single .products--item--single--link {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single .products--item--single--image {
            width: 82px;
            height: 82px;
            margin: auto; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single .products--item--single--title {
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            margin-top: 5px;
            font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
            color: #A80532;
            transition: all 300ms ease; }
          .products--row .products--column.products--column--slider .products--column--slider--drawer .products--item--single:hover .products--item--single--title {
            color: #FCB617; }
    @media (min-width: 768px) {
      .products--row .products--column.products--column--range {
        width: 50%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; } }
    @media (min-width: 984px) {
      .products--row .products--column.products--column--range {
        width: 41.66666667%;
        text-align: left;
        margin-bottom: 0; } }
    .products--row .products--column.products--column--items {
      margin-top: 20px; }
      .products--row .products--column.products--column--items .products--item--single {
        position: relative;
        text-align: center;
        width: 50%;
        margin-bottom: 2%; }
        .products--row .products--column.products--column--items .products--item--single .products--item--single--link {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .products--row .products--column.products--column--items .products--item--single .products--item--single--image {
          width: 160px;
          height: 160px;
          margin: auto;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          transition: all 300ms ease; }
        .products--row .products--column.products--column--items .products--item--single .products--item--single--title {
          font-size: 15px;
          line-height: 17px;
          color: #4a4a4a;
          display: inline-block;
          margin-top: 9px;
          transition: all 300ms ease;
          transition-property: color; }
        .products--row .products--column.products--column--items .products--item--single:hover .products--item--single--image {
          transform: scale(1.05); }
        .products--row .products--column.products--column--items .products--item--single:hover .products--item--single--title {
          color: #A80532; }
      .products--row .products--column.products--column--items .products--item--drawer {
        display: block;
        width: 100%;
        text-align: center; }
        .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--contents {
          position: relative;
          overflow: hidden;
          transition: all 600ms ease; }
          .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--contents .products--item--drawer--contents--inside {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: left;
            align-items: flex-start; }
        .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--handle {
          font-size: 15px;
          line-height: 25px;
          color: #A80532;
          text-decoration: none;
          margin-top: 10px;
          text-transform: uppercase;
          font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
          letter-spacing: 2px;
          transition: all 300ms ease;
          display: flex;
          justify-content: center;
          align-items: center;
          user-select: none; }
          .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--handle:hover {
            color: #FCB617; }
          .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--handle .ion-ios-arrow-down {
            display: inline-block;
            margin-left: 5px;
            margin-top: -2px; }
          .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--handle .products--item--drawer--handle--expand:before {
            content: "All "; }
          .products--row .products--column.products--column--items .products--item--drawer .products--item--drawer--handle .products--item--drawer--handle--collapse {
            display: none; }
        .products--row .products--column.products--column--items .products--item--drawer.products--item--drawer--open .products--item--drawer--handle .products--item--drawer--handle--collapse {
          display: block; }
        .products--row .products--column.products--column--items .products--item--drawer.products--item--drawer--open .products--item--drawer--handle .products--item--drawer--handle--expand {
          display: none; }
        .products--row .products--column.products--column--items .products--item--drawer.products--item--drawer--open .products--item--drawer--handle .ion-ios-arrow-down {
          transform: rotateZ(180deg); }
        .products--row .products--column.products--column--items .products--item--drawer:not(.products--item--drawer--open) .products--item--drawer--contents {
          height: 208px !important; }
          @media (min-width: 768px) {
            .products--row .products--column.products--column--items .products--item--drawer:not(.products--item--drawer--open) .products--item--drawer--contents {
              height: 208px !important; } }
      @media (min-width: 768px) {
        .products--row .products--column.products--column--items {
          width: 75%;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto; }
          .products--row .products--column.products--column--items .products--item--single {
            width: 32%;
            margin-left: 2%; }
            .products--row .products--column.products--column--items .products--item--single:nth-child(3n+1) {
              margin-left: 0; } }
      @media (min-width: 984px) {
        .products--row .products--column.products--column--items {
          width: 58.33333333%; } }
    @media (min-width: 768px) {
      .products--row .products--column.products--column--feature--left {
        width: 41.66666667%;
        text-align: left; } }
    .products--row .products--column.products--column--feature--right {
      margin-top: 20px;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        .products--row .products--column.products--column--feature--right {
          width: 58.33333333%;
          margin-top: 0; } }
      .products--row .products--column.products--column--feature--right .products--cell .products--cell--text--description {
        margin-top: 15px; }
    @media (min-width: 768px) {
      .products--row .products--column.products--column--detail--left {
        width: 50%;
        text-align: left; } }
    .products--row .products--column.products--column--detail--left .products--cell--detail--legend {
      display: flex;
      align-items: flex-start;
      justify-content: left;
      width: 100%;
      flex-wrap: wrap;
      padding-top: 30px;
      margin-top: 12px; }
      .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item {
        text-align: center;
        margin-bottom: 30px;
        width: 33.33333%; }
        @media (min-width: 768px) {
          .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item {
            width: 50%; } }
        @media (min-width: 984px) {
          .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item {
            width: 33.33333%;
            margin-bottom: 45px; } }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--vegan .products--cell--detail--legend--item--image {
          background-image: url("/wp-content/themes/obela/assets/img/icon-vegan.svg"); }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--vegan .products--cell--detail--legend--item--label:before {
          content: "Vegan"; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--vegetarian .products--cell--detail--legend--item--image {
          background-image: url("/wp-content/themes/obela/assets/img/icon-vegetarian.svg"); }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--vegetarian .products--cell--detail--legend--item--label:before {
          content: "Vegetarian"; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--kosher .products--cell--detail--legend--item--image {
          background-image: url("/wp-content/themes/obela/assets/img/icon-kosher.svg"); }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--kosher .products--cell--detail--legend--item--label:before {
          content: "Kosher"; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--gluten-free .products--cell--detail--legend--item--image {
          background-image: url("/wp-content/themes/obela/assets/img/icon-gluten-free.svg"); }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--gluten-free .products--cell--detail--legend--item--label:before {
          content: "Gluten-Free"; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--dairy-free .products--cell--detail--legend--item--image {
          background-image: url("/wp-content/themes/obela/assets/img/icon-dairy-free.svg"); }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item.products--cell--detail--legend--item--dairy-free .products--cell--detail--legend--item--label:before {
          content: "Dairy-Free"; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item .products--cell--detail--legend--item--image {
          background-size: contain;
          background-repeat: no-repeat;
          padding-top: 50%; }
        .products--row .products--column.products--column--detail--left .products--cell--detail--legend .products--cell--detail--legend--item .products--cell--detail--legend--item--label {
          font-size: 15px;
          line-height: 17px;
          margin-top: 15px;
          font-family: Nexa-Bold, Helvetica, Arial, sans-serif; }
    .products--row .products--column.products--column--detail--right {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .products--row .products--column.products--column--detail--right {
          width: 50%;
          margin-top: 0; } }
      .products--row .products--column.products--column--detail--right .products--cell .products--cell--text--description {
        margin-top: 15px; }
      .products--row .products--column.products--column--detail--right table.table.nutrition {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
        width: 100%;
        border-top: solid 3px white;
        margin-top: 20px; }
        .products--row .products--column.products--column--detail--right table.table.nutrition thead th {
          padding-top: 20px;
          padding-bottom: 8px;
          padding-left: 8px; }
      .products--row .products--column.products--column--detail--right tbody th {
        font-weight: normal; }
      .products--row .products--column.products--column--detail--right tbody tr {
        border-top: 1px solid white; }
        .products--row .products--column.products--column--detail--right tbody tr:first-of-type {
          border-width: 2px; }
        .products--row .products--column.products--column--detail--right tbody tr.secondary th {
          padding-left: 30px; }
        .products--row .products--column.products--column--detail--right tbody tr th,
        .products--row .products--column.products--column--detail--right tbody tr td {
          padding-top: 8px;
          padding-bottom: 8px; }
        .products--row .products--column.products--column--detail--right tbody tr th {
          font-family: Nexa-XBold, Helvetica, Arial, sans-serif; }
        .products--row .products--column.products--column--detail--right tbody tr td {
          font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
          text-align: right; }
        .products--row .products--column.products--column--detail--right tbody tr .products--column--detail--right--offset {
          display: inline-block;
          width: 35px; }
    .products--row .products--column .products--cell {
      padding-left: 15px;
      padding-right: 15px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: left;
      align-items: flex-start; }
      .products--row .products--column .products--cell .products--cell--text--heading {
        display: block;
        width: 100%;
		text-align: center;
		color: #D22536;
		font-family: "ZonaProBold", BELLABOO;
		font-size: 42px;
		font-weight: 600;
		line-height: 45px;
		margin-bottom: 20px;
		letter-spacing: 0.32px;
		text-transform: capitalize; }
      .products--row .products--column .products--cell .products--cell--text--description {
		font-size: 16px;
		font-family: "ZonaProRegular", BELLABOO;
		color: #D22536;
		text-align: center;
		line-height: 1.5em;
        display: block;
        width: 100%;
		margin-bottom: 50px;
        margin-top: 10px; }
        .products--row .products--column .products--cell .products--cell--text--description .text--p + .text--p {
          margin-top: 12.5px; }
      .products--row .products--column .products--cell .products--cell--image {
        display: block;
        width: 100%;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
      .products--row .products--column .products--cell .products--cell--button {
        width: 100%;
        text-align: center;
        margin-top: 25px; }
  .products--row[data-range-items="1"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle, .products--row[data-range-items="2"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle, .products--row[data-range-items="3"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle, .products--row[data-range-items="4"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle {
/*     display: none;  */
}
  @media (min-width: 768px) {
    .products--row[data-range-items="4"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle {
      display: flex; } }
  .products--row[data-range-section="hommus"] .products--column.products--column--items .products--item--drawer .products--item--drawer--handle .products--item--drawer--handle--expand:after {
    content: " Dips"; }

body.page-template-template-where-to-buy main article {
  text-align: center; }

.stockists {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (min-width: 768px) {
    .stockists {
      justify-content: left; } }
  .stockists .stockists--single {
    width: 220px;
    text-align: center;
    position: relative;
    margin-bottom: 45px; }
    .stockists .stockists--single:after {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #DDDDDD;
      pointer-events: none; }
    .stockists .stockists--single .stockists--single--image {
      position: relative;
      width: 100%;
      padding-top: 65.625%;
      transition: all 300ms ease; }
    .stockists .stockists--single .stockists--single--link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 300ms ease;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(168, 5, 50, 0.85);
      text-decoration: none;
      opacity: 0; }
      .stockists .stockists--single .stockists--single--link .stockists--single--link--text {
        display: inline-block;
        color: #FFFFFF;
        margin: 0; }
    @media (min-width: 768px) {
      .stockists .stockists--single + .stockists--single {
        margin-left: 30px; }
        .stockists .stockists--single + .stockists--single:nth-child(3n+1) {
          margin-left: 0; } }
    .stockists .stockists--single:hover .stockists--single--link {
      opacity: 1; }

#player-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #player-container #player-wrapper {
    position: relative;
    padding-top: 56.25%; }
    #player-container #player-wrapper .video-container-player {
      width: 100%;
      height: 100%;
      border: none;
      position: absolute;
      left: 0;
      top: 0; }

.product-box {
  position: relative;
  min-height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .product-box {
      max-height: 400px; } }
  @media (min-width: 1200px) {
    .product-box {
      max-height: 675px; } }
  .product-box .callout-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .product-box .callout-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: center; } }
    @media (min-width: 1200px) {
      .product-box .callout-container {
        margin-right: auto;
        margin-left: auto;
        width: 1170px; } }
    .product-box .callout-container .callout {
      padding: 30px;
      color: #FFFFFF;
      z-index: 5;
      text-align: center;
      background-color: #A80532;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .product-box .callout-container .callout {
          background-image: url("/wp-content/themes/obela/assets/img/bg-wobble-box-red@3x.png");
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: 0 top;
          background-size: 100% 100%;
          width: 400px; } }
      @media (min-width: 984px) {
        .product-box .callout-container .callout {
          width: 330px; } }
      @media (min-width: 1200px) {
        .product-box .callout-container .callout {
          margin-top: -30px;
          width: 360px; } }
      .product-box .callout-container .callout .text--p {
        margin-top: 12.5px;
        margin-bottom: 12.5px; }
    .product-box .callout-container .callout .text--h3 {
      padding-top: 0.25em; }
    .share--contents--top {
      position: absolute;
      bottom: 30px;
      right: 0;
      padding: 30px;
      background: white;
      border-radius: 50px;
    }
    .share--contents--top .contents--top--share {
      margin-right: 21px;
      font-size: 15px;
      line-height: 20px;
      margin-top: -6px;
      color: #a80532;
    }
    .callout-container .header--contents--top--facebook,
    .callout-container .header--contents--top--instagram,
    .callout-container .header--contents--top--linkedin,
    .callout-container .header--contents--top--pinterest {
      text-decoration: none;
      margin-top: -4px;
      margin-left: 9px;
      display: inline-block; }
      .callout-container .header--contents--top--facebook .fa,
      .callout-container .header--contents--top--instagram .fa,
      .callout-container .header--contents--top--linkedin .fa,
      .callout-container .header--contents--top--pinterest .fa {
        width: 31px;
        height: 31px;
        line-height: 31px;
        display: block;
        text-align: center;
        font-size: 18px;
        border-radius: 100%;
        background-color: #A80532;
        color: #F4E7C4;
        transition: all 300ms ease; }
        .callout-container .header--contents--top--facebook .fa:before,
        .callout-container .header--contents--top--instagram .fa:before,
        .callout-container .header--contents--top--linkedin .fa:before,
        .callout-container .header--contents--top--pinterest .fa:before {
          display: inline-block;
          vertical-align: middle; }
      .callout-container .header--contents--top--facebook:hover .fa,
      .callout-container .header--contents--top--instagram:hover .fa,
      .callout-container .header--contents--top--linkedin:hover .fa,
      .callout-container .header--contents--top--pinterest:hover .fa {
        color: #FCB617; }

  .product-box .img-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }
    @media (min-width: 768px) {
      .product-box .img-container {
        height: 400px;
        overflow: hidden; } }
    @media (min-width: 1200px) {
      .product-box .img-container {
        height: 675px; } }
    .product-box .img-container img.img {
      width: 100%;
      max-width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .product-box .img-container img.img {
          display: none; } }

.recipe-hero {
  position: relative;
  min-height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .recipe-hero {
      max-height: 400px; } }
  @media (min-width: 1200px) {
    .recipe-hero {
      max-height: 675px; } }
  .recipe-hero .callout-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .recipe-hero .callout-container {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        left: 20px;
        align-items: center; } }
    @media (min-width: 1200px) {
      .recipe-hero .callout-container {
        margin-right: auto;
        margin-left: auto;
        width: 1170px; } }
    .recipe-hero .callout-container .callout {
      padding: 30px;
      color: #FFFFFF;
      z-index: 5;
      text-align: center;
      background-color: #A80532;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .recipe-hero .callout-container .callout {
          background-image: url("/wp-content/themes/obela/assets/img/bg-wobble-box-red@3x.png");
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: 0 top;
          background-size: 100% 100%;
          width: 400px; } }
      @media (min-width: 984px) {
        .recipe-hero .callout-container .callout {
          width: 330px; } }
      @media (min-width: 1200px) {
        .recipe-hero .callout-container .callout {
          margin-top: -30px;
          width: 360px; } }
      .recipe-hero .callout-container .callout .text--p {
        margin-top: 12.5px;
        margin-bottom: 12.5px; }
    .recipe-hero .callout-container .callout .text--h3 {
      margin-bottom: 15px; }
  .recipe-hero .img-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    align-items: flex-end;
    display: flex; }
    @media (min-width: 768px) {
      .recipe-hero .img-container {
        height: 400px;
        overflow: hidden; } }
    @media (min-width: 1200px) {
      .recipe-hero .img-container {
        height: 675px; } }
    .recipe-hero .img-container img.img {
      width: 100%;
      max-width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .recipe-hero .img-container img.img {
          display: none; } }
    .recipe-hero .img-container .author {
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      padding: 15px;
      color: #FFFFFF;
      align-items: center; }
      @media (min-width: 1200px) {
        .recipe-hero .img-container .author {
          padding: 30px; } }
      .recipe-hero .img-container .author .author-name {
        font-size: 12px;
        line-height: 20px;
        color: white; }
        .recipe-hero .img-container .author .author-name:before {
          display: block;
          content: "Created By:"; }
      .recipe-hero .img-container .author .author-image {
        border-radius: 100%;
        margin-right: 10px;
        width: 40px;
        height: auto; }

.instructions {
  width: 100%;
  margin: auto;
  padding-bottom: 26px; }
  @media (min-width: 768px) {
    .instructions {
      max-width: 750px; } }
  @media (min-width: 984px) {
    .instructions {
      max-width: 962px; } }
  @media (min-width: 1200px) {
    .instructions {
      max-width: 1170px; } }
  .instructions .instructions-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 15px; }
    .instructions .instructions-row .instructions-heading {
      text-align: center;
      color: #A80532; }
      .instructions .instructions-row .instructions-heading + .text--h6 {
        margin-top: -4px; }
      .instructions .instructions-row .instructions-heading + ol, .instructions .instructions-row .instructions-heading + ul {
        margin-top: 12.5px; }
    .instructions .instructions-row .text--h6 {
      margin-top: 40px;
      margin-bottom: 0; }
      .instructions .instructions-row .text--h6 + ol, .instructions .instructions-row .text--h6 + ul {
        margin-top: 5px; }
    .instructions .instructions-row .text--p {
      margin-bottom: 12.5px; }
    .instructions .instructions-row + .instructions-row {
      border-top: 2px solid #DDDDDD; }
    .instructions .instructions-row.instructions-row--top {
      text-align: center;
      padding-bottom: 29px;
      align-items: center; }
      .instructions .instructions-row.instructions-row--top .instructions-column {
        display: flex;
        justify-content: center;
        align-items: center; }
    .instructions .instructions-row.instructions-row--middle {
      padding-top: 38px;
      padding-bottom: 38px; }
    .instructions .instructions-row.instructions-row--enjoy:before {
      left: 50%;
      margin-left: -90px;
      top: -2px;
      height: 2px;
      width: 180px;
      background: #FFFFFF;
      content: "";
      display: block;
      position: absolute; }
    .instructions .instructions-row.instructions-row--enjoy .enjoy {
      display: block;
      position: absolute;
      width: 150px;
      left: 50%;
      margin-left: -75px;
      top: 0;
      margin-top: -25px;
      height: 51px;
      background-image: url("/wp-content/themes/obela/assets/img/enjoy-banner.svg"); }
    .instructions .instructions-row.instructions-row--video {
      padding-bottom: 30px; }
      .instructions .instructions-row.instructions-row--video .video-container {
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        .instructions .instructions-row.instructions-row--video .video-container .video-container-player {
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          top: 0; }
    .instructions .instructions-row.instructions-row--manus-fast-five {
      justify-content: center; }
      .instructions .instructions-row.instructions-row--manus-fast-five .instructions-column.instructions-left {
        text-align: center; }
        .instructions .instructions-row.instructions-row--manus-fast-five .instructions-column.instructions-left .text--h3 {
          color: #A80532; }
      .instructions .instructions-row.instructions-row--manus-fast-five .instructions-column.instructions-right {
        width: 375px;
        max-width: 100%; }
      @media (min-width: 768px) {
        .instructions .instructions-row.instructions-row--manus-fast-five .instructions-column.instructions-left {
          width: 25%; }
        .instructions .instructions-row.instructions-row--manus-fast-five .instructions-column.instructions-right {
          width: 75%; } }
    .instructions .instructions-row .instructions-column {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; }
      .instructions .instructions-row .instructions-column.instructions-right {
        margin-top: 20px; }
      @media (min-width: 768px) {
        .instructions .instructions-row .instructions-column.instructions-left {
          width: 41.66666667%; }
        .instructions .instructions-row .instructions-column.instructions-right {
          width: 50%;
          margin-top: 0; } }
    .instructions .instructions-row .instructions-stat {
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 984px) {
        .instructions .instructions-row .instructions-stat {
          padding-left: 18px;
          padding-right: 18px; } }
      .instructions .instructions-row .instructions-stat + .instructions-stat {
        border-left: 1px solid #A80532; }
      .instructions .instructions-row .instructions-stat .instructions-stat-top,
      .instructions .instructions-row .instructions-stat .instructions-stat-middle,
      .instructions .instructions-row .instructions-stat .instructions-stat-bottom {
        display: block; }
      .instructions .instructions-row .instructions-stat .instructions-stat-top {
        font-size: 15px;
        line-height: 25px;
        font-family: Nexa-XBold, Helvetica, Arial, sans-serif; }
      .instructions .instructions-row .instructions-stat .instructions-stat-middle {
        font-size: 23px;
        color: #a80532;
        line-height: 26px;
        padding-top: 4px; }
      .instructions .instructions-row .instructions-stat .instructions-stat-bottom {
        font-size: 11px;
        line-height: 18px; }
    .instructions .instructions-row .instructions-dietary {
      font-size: 15px;
      line-height: 25px;
      font-family: Nexa-XBold, Helvetica, Arial, sans-serif; }
    .instructions .instructions-row .instructions-ingredients-item {
      display: flex;
      align-items: center;
      padding: 10px 0;
      font-size: 15px;
      line-height: 25px; }
      .instructions .instructions-row .instructions-ingredients-item + .instructions-ingredients-item {
        border-top: 1px solid #DDDDDD; }
      .instructions .instructions-row .instructions-ingredients-item .instructions-ingredients-item-unit {
        width: 60px;
        font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
        flex-shrink: 0; }
      .instructions .instructions-row .instructions-ingredients-item .instructions-ingredients-item-name {
        margin-left: 4px; }
      .instructions .instructions-row .instructions-ingredients-item .instructions-ingredients-item-link {
        color: #A80532;
        font-family: Nexa-Bold, Helvetica, Arial, sans-serif;
        text-decoration: none; }
    @media (min-width: 768px) {
      .instructions .instructions-row .instructions-column.instructions-left {
        width: 41.66666667%;
        justify-content: left; }
      .instructions .instructions-row.instructions-row--video .instructions-column {
        padding: 0; } }
    @media (min-width: 984px) {
      .instructions .instructions-row.instructions-row--top .instructions-column {
        padding: 0; }
      .instructions .instructions-row.instructions-row--top, .instructions .instructions-row.instructions-row--video, .instructions .instructions-row.instructions-row--manus-fast-five {
        max-width: 78.65%;
        margin: auto; }
      .instructions .instructions-row .instructions-stat:first-child {
        padding-left: 0; } }

.recommendations {
  width: 100%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .recommendations {
      max-width: 750px; } }
  @media (min-width: 984px) {
    .recommendations {
      max-width: 962px;
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .recommendations {
      max-width: 1170px; } }
  .recommendations .recommendations--items {
    display: flex;
    width: 100%;
    padding: 30px 0; }
    .recommendations .recommendations--items .recommendations--items--single {
      position: relative;
      text-align: center;
      margin-bottom: 2%;
      width: 50%; }
      @media (min-width: 768px) {
        .recommendations .recommendations--items .recommendations--items--single {
          width: 23.49%; } }
      .recommendations .recommendations--items .recommendations--items--single .recommendations--items--single--link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .recommendations .recommendations--items .recommendations--items--single .recommendations--items--single--image {
        width: 160px;
        height: 160px;
        margin: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        transition: all 300ms ease; }
      .recommendations .recommendations--items .recommendations--items--single .recommendations--items--single--title {
        font-size: 12px;
        line-height: 14px;
        color: #4a4a4a;
        display: inline-block;
        margin-top: 9px;
        transition: all 300ms ease;
        transition-property: color; }
      .recommendations .recommendations--items .recommendations--items--single:hover .recommendations--items--single--image {
        transform: scale(1.05); }
      .recommendations .recommendations--items .recommendations--items--single:hover .recommendations--items--single--title {
        color: #A80532; }
      .recommendations .recommendations--items .recommendations--items--single[data-recommendations-type="recipes"] .recommendations--items--single--image {
        background-size: cover;
        border-radius: 100%; }
  .recommendations .recommendations--heading {
    color: #A80532; }

@font-face {
  font-family: 'VivaBeautiful';
  src: url("/wp-content/themes/obela/fonts/vivabeautiful/3249AD_0_0.eot");
  src: url("/wp-content/themes/obela/fonts/vivabeautiful/3249AD_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/vivabeautiful/3249AD_0_0.woff2") format("woff2"), url("/wp-content/themes/obela/fonts/vivabeautiful/3249AD_0_0.woff") format("woff"), url("/wp-content/themes/obela/fonts/vivabeautiful/3249AD_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CeraPro';
  src: url("/wp-content/themes/obela/fonts/cerapro/CeraPro-Regular.eot");
  src: url("/wp-content/themes/obela/fonts/cerapro/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/obela/fonts/cerapro/CeraPro-Regular.woff") format("woff"), url("/wp-content/themes/obela/fonts/cerapro/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-y: scroll; }

.text--h7 {
  font-family: BELLABOO, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-transform: lowercase;
  letter-spacing: 0.2px; }

.button.button--red {
  font-size: 18px;
  line-height: 22px;
  padding: 5px 18px;
  background: transparent;
  font-family: 'CeraPro';
  letter-spacing: 2.5px; }

.button + .button {
  margin-left: 47px; }

.slice {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: auto;
  /*
	max-width: 1440px;
	*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.slice-mobile {
  display: none; }

.slice > img {
  display: block; }

@media (width: 375px) {
  .slice-desktop {
    display: none; }
  .slice-mobile {
    display: block; } }

.cwwa .text--h3.text--h3--alt1 {
  letter-spacing: 0.4px;
  font-size: 47px;
  line-height: 55px; }

.cwwa .text--h3.text--h3--alt2 {
  font-size: 30px;
  line-height: 45px; }

.cwwa .text--h4 {
  font-family: 'VivaBeautiful';
  font-size: 35px;
  line-height: 38px; }
  .cwwa .text--h4.text--h4--alt1 {
    line-height: 45px;
    letter-spacing: 0.25px; }

.cwwa .text--p {
  font-family: 'CeraPro'; }
  .cwwa .text--p.text--p--alt {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1px; }

@media (max-width: 1023px) {
  .cwwa .text--h3.text--h3--alt1 {
    font-size: 27px;
    line-height: 32px; }
  .cwwa .text--h3.text--h3--alt2 {
    font-size: 28px;
    line-height: 45px; }
  .cwwa .text--p.text--p--alt {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px; } }

.slice.slice-a {
  background-image: url("/wp-content/themes/obela/assets/cwwa/a-bg.png"); }

.slice.slice-a .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin: auto;
  color: white; }

.slice.slice-a .slice-outside .slice-inside {
  width: 480px;
  padding-top: 221px;
  padding-bottom: 179px; }

.slice.slice-a .slice-outside .slice-inside .text--p {
  margin-top: 34px; }

.slice.slice-b {
  background-image: url("/wp-content/themes/obela/assets/cwwa/b-bg.png"); }

.slice.slice-b .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center; }

.slice.slice-b .slice-outside .slice-inside {
  width: 770px;
  margin: auto;
  padding-top: 84px;
  padding-bottom: 235px; }

.slice.slice-b .slice-outside .slice-inside .text--h4 {
  margin-top: 90px;
  color: #B00F3A; }

.slice.slice-c {
  background-color: #A80532; }
  .slice.slice-c:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 36px;
    bottom: 100%;
    margin-bottom: -1px;
    background-image: url("/wp-content/themes/obela/assets/cwwa/wave-above-red.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto; }

.slice.slice-c .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin: auto;
  color: white;
  text-align: center; }

.slice.slice-c .slice-outside .slice-inside {
  width: 100%;
  padding-top: 98px;
  padding-bottom: 117px; }

.slice.slice-c .slice-outside .slice-inside .text--p {
  margin-top: 37px; }

.slice.slice-c .slice-outside .slice-inside .text--p + .button {
  margin-top: 35px; }

.slice.slice-d:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 36px;
  bottom: 100%;
  margin-bottom: -1px;
  background-image: url("/wp-content/themes/obela/assets/cwwa/wave-above-white.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto; }

.slice.slice-d .slice-outside {
  width: 1190px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center;
  height: 2538px;
  padding-top: 73px; }

.slice.slice-d .slice-outside .slice-inside {
  width: 610px;
  margin: auto; }

.slice.slice-d .slice-outside .slice-inside .text--h4 {
  margin-top: 29px; }

.slice.slice-d .slice-outside .slice-d-grid {
  position: relative;
  width: 1190px;
  margin-top: 32px;
  left: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/themes/obela/assets/cwwa/d-grid.png");
  padding-top: 14px;
  padding-left: 28px;
  padding-right: 24px;
  padding-bottom: 66px; }

.slice.slice-d .slice-d-grid-row {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center; }

.slice.slice-d .slice-d-grid-row-cell {
  width: 50%; }

.slice.slice-d .slice-d-grid-row-cell.slice-d-grid-row-cell-image img {
  display: block;
  margin: auto; }

.slice.slice-d .slice-d-grid-row-cell.slice-d-grid-row-cell-text {
  text-align: left;
  padding-left: 77px;
  padding-right: 80px;
  padding-bottom: 38px; }

.slice.slice-d .slice-d-grid-row-cell.slice-d-grid-row-cell-text .text--h4 {
  font-size: 36px;
  line-height: 39px; }

.slice.slice-d .slice-d-grid-row-cell.slice-d-grid-row-cell-text .text--h4 + .text--p {
  margin-top: 21px; }

.slice.slice-d .slice-d-grid-row:nth-child(2n+0) .slice-d-grid-row-cell.slice-d-grid-row-cell-text {
  padding-right: 62px;
  padding-bottom: 0;
  padding-top: 37px; }

.slice.slice-d .slice-d-grid-row:nth-child(2n+0) .slice-d-grid-row-cell.slice-d-grid-row-cell-image {
  order: 2; }

.slice.slice-e {
  background-color: #FEE1A7; }

.slice.slice-e .slice-outside {
  width: 1190px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center;
  padding-top: 79px;
  padding-bottom: 123px; }

.slice.slice-e .slice-outside .slice-inside {
  width: 750px;
  margin: auto; }

.slice.slice-e .slice-outside .slice-inside .text--h4 {
  margin-top: 29px; }

.slice.slice-e .slice-e-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px; }

.slice.slice-e .slice-e-grid-item {
  width: 230px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 54px; }

.slice.slice-e .slice-e-grid-item img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slice.slice-e .slice-e-grid-item-row.slice-e-grid-item-row-image {
  height: 120px;
  display: flex;
  align-items: flex-end; }

.slice.slice-e .slice-e-grid-item-row.slice-e-grid-item-row-text {
  margin-top: 10px; }

.slice.slice-e .slice-e-grid-item-row.slice-e-grid-item-row-text .text--p {
  margin-top: 12px;
  color: black;
  letter-spacing: 0; }

.slice.slice-f {
  height: 719px;
  background-image: url("/wp-content/themes/obela/assets/cwwa/f.png");
  align-items: center; }

.slice.slice-g {
  background-color: #A80532; }

.slice.slice-g .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center; }

.slice.slice-g .slice-outside .slice-inside {
  width: 100%;
  padding-top: 104px;
  padding-bottom: 115px; }

.slice.slice-g .slice-outside .slice-inside .text--p {
  margin-top: 20px; }

.slice.slice-g .slice-outside .slice-inside .button {
  margin-top: 31px; }

.slice.slice-h {
  background-color: #F7E7C6; }
  .slice.slice-h:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 36px;
    bottom: 100%;
    margin-bottom: -1px;
    background-image: url("/wp-content/themes/obela/assets/cwwa/wave-above-yellow.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto; }

.slice.slice-h .slice-outside {
  width: 1190px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 144px; }

.slice.slice-h .slice-outside .slice-inside {
  width: 800px;
  margin: auto; }

.slice.slice-h .slice-outside .slice-inside .text--h4 {
  margin-top: 29px; }

.slice.slice-h .slice-h-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 14px; }

.slice.slice-h .slice-h-grid-item {
  width: 288px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 66px; }

.slice.slice-h .slice-h-grid-item img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-image {
  height: 112px;
  display: flex;
  align-items: flex-end; }

.slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-text {
  margin-top: 24px; }

.slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-text .text--p {
  margin-top: 12px;
  color: black; }

.slice.slice-i {
  background-image: url("/wp-content/themes/obela/assets/cwwa/i-bg.png"); }

.slice.slice-i .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center; }

.slice.slice-i .slice-outside .slice-inside {
  width: 512px;
  padding-top: 268px;
  padding-bottom: 174px; }

.slice.slice-i .slice-outside .slice-inside .text--p {
  margin-top: 20px; }

.slice.slice-i .slice-outside .slice-inside .button {
  margin-top: 51px; }

.slice.slice-j {
  background-image: url("/wp-content/themes/obela/assets/cwwa/j-bg.png"); }

.slice.slice-j .slice-outside {
  width: 1112px;
  max-width: 100%;
  margin: auto;
  color: white; }

.slice.slice-j .slice-outside .slice-inside {
  width: 500px;
  padding-top: 220px;
  padding-bottom: 192px; }

.slice.slice-j .slice-outside .slice-inside .text--p {
  margin-top: 36px; }

.slice.slice-k {
  background-image: url("/wp-content/themes/obela/assets/cwwa/k-bg.png"); }

.slice.slice-k .slice-outside {
  width: 912px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding-top: 87px;
  padding-bottom: 128px; }

.slice.slice-k .slice-outside .slice-inside {
  margin: auto;
  display: flex;
  width: 100%; }

.slice.slice-k .slice-outside .slice-inside-column {
  width: 47.9%;
  text-align: left; }

.slice.slice-k .slice-outside .slice-inside-column + .slice-inside-column {
  margin-left: 4.2%; }

.slice.slice-k .slice-outside .slice-inside .text--h4 {
  font-size: 64px;
  line-height: 80px; }

.slice.slice-k .slice-outside .slice-inside .text--h4 + .text--p {
  margin-top: 27px; }

.slice.slice-k .slice-outside .slice-inside .text--p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1px; }

.slice.slice-l {
  background-color: #FEE1A7; }

.slice.slice-l .slice-outside {
  width: 1190px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center;
  padding-top: 79px;
  padding-bottom: 123px; }

.slice.slice-l .slice-outside .slice-inside {
  width: 750px;
  margin: auto; }

.slice.slice-l .slice-outside .slice-inside .text--h4 {
  margin-top: 29px; }

.slice.slice-l .slice-l-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px; }

.slice.slice-l .slice-l-grid-item {
  width: 230px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 54px; }

.slice.slice-l .slice-l-grid-item img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slice.slice-l .slice-l-grid-item-row.slice-l-grid-item-row-image {
  height: 120px;
  display: flex;
  align-items: flex-end; }

.slice.slice-l .slice-l-grid-item-row.slice-l-grid-item-row-text {
  margin-top: 10px; }

.slice.slice-l .slice-l-grid-item-row.slice-l-grid-item-row-text .text--p {
  margin-top: 12px;
  color: black;
  letter-spacing: 0; }

.slice.slice-m {
  background-color: #A80532; }
  .slice.slice-m:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 36px;
    bottom: 100%;
    margin-bottom: -1px;
    background-image: url("/wp-content/themes/obela/assets/cwwa/wave-above-red.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto; }

.slice.slice-m .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center; }

.slice.slice-m .slice-outside .slice-inside {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 114px; }

.slice.slice-m .slice-outside .slice-inside .text--p {
  margin-top: 20px; }

.slice.slice-m .slice-outside .slice-inside .button {
  margin-top: 35px; }

.slice.slice-n:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 36px;
  bottom: 100%;
  margin-bottom: -1px;
  background-image: url("/wp-content/themes/obela/assets/cwwa/wave-above-white.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto; }

.slice.slice-n .slice-outside {
  width: 1240px;
  max-width: 100%;
  margin: auto;
  color: #A80532;
  text-align: center;
  padding-top: 102px;
  padding-bottom: 151px; }

.slice.slice-n .slice-outside .slice-inside {
  width: 1000px;
  margin: auto; }

.slice.slice-n .slice-outside .slice-inside .text--p {
  width: 560px;
  max-width: 100%;
  margin: auto;
  margin-top: 24px;
  font-size: 15px;
  line-height: 20px; }

.slice.slice-n .slice-outside .slice-inside .text--h4 {
  margin-top: 25px; }

.slice.slice-n .slice-n-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 26px; }

.slice.slice-n .slice-n-grid-item {
  width: 288px;
  margin-left: 61px;
  margin-right: 61px;
  margin-top: 79px;
  text-align: left; }

.slice.slice-n .slice-n-grid-item img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-image {
  display: flex;
  align-items: flex-end;
  height: 298px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.slice.slice-n .slice-n-grid-item:nth-child(1) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-1.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(2) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-2.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(3) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-3.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(4) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-4.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(5) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-5.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(6) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-6.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(7) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-7.jpg"); }

.slice.slice-n .slice-n-grid-item:nth-child(8) .slice-n-grid-item-row.slice-n-grid-item-row-image {
  background-image: url("/wp-content/themes/obela/assets/cwwa/n-8.jpg"); }

.slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text {
  margin-top: 56px; }

.slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text .text--p {
  margin-top: 12px;
  color: black; }

.slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text .text--p--header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px; }

.slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text .button {
  margin-top: 46px; }

.slice.slice-o {
  background-image: url("/wp-content/themes/obela/assets/cwwa/o-bg.png"); }

.slice.slice-o .slice-outside {
  width: 1104px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-align: center; }

.slice.slice-o .slice-outside .slice-inside {
  width: 576px;
  margin: auto;
  padding-top: 173px;
  padding-bottom: 132px; }

.slice.slice-o .slice-outside .slice-inside .text--h4 {
  margin-top: 48px;
  font-size: 48px;
  line-height: 52px; }

.slice.slice-o .slice-outside .slice-inside .button {
  margin-top: 64px; }

@media (max-width: 1023px) {
  .slice {
    width: auto;
    overflow: hidden; }
  .slice-outside {
    max-width: 100%; }
  .slice-outside .slice-inside {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-a {
    padding-left: 54px;
    padding-right: 54px; }
  .slice.slice-a .slice-outside .slice-inside {
    padding-top: 284px;
    padding-bottom: 51px;
    width: auto; }
  .slice.slice-a .slice-outside .slice-inside .text--h3 {
    padding-right: 50px; }
  .slice.slice-a .slice-outside .slice-inside .text--p {
    margin-top: 20px; }
  .slice.slice-b .slice-outside {
    padding: 0 47px; }
  .slice.slice-b .slice-outside .slice-inside .text--h4 {
    margin-top: 64px; }
  .slice.slice-b .slice-outside .slice-inside {
    padding-top: 93px;
    padding-bottom: 79px;
    width: auto; }
  .slice.slice-b .text--h4 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.2px; }
  .slice.slice-c .slice-outside {
    padding: 0 33px; }
  .slice.slice-c .slice-outside .slice-inside {
    padding-top: 61px;
    padding-bottom: 73px; }
  .slice.slice-c .slice-outside .slice-inside .text--p {
    margin-top: 86px; }
  .slice.slice-c .slice-outside .slice-inside .text--h3 + .text--p {
    margin-top: 27px; }
  .slice.slice-c .slice-outside .slice-inside .text--p + .button {
    margin-top: 53px; }
  .slice.slice-d .text--h4 {
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-d .slice-outside {
    padding-top: 73px;
    padding-bottom: 134px;
    height: auto; }
  .slice.slice-d .slice-outside .slice-inside {
    padding-left: 32px;
    padding-right: 32px; }
  .slice.slice-d .slice-outside .slice-inside .text--h4 {
    margin-top: 41px; }
  .slice.slice-d .slice-outside .slice-inside .text--h4 + .text--h4 {
    margin-top: 30px; }
  .slice.slice-d .slice-outside .slice-d-grid {
    max-width: 100%;
    background-size: auto;
    background-position: 0px 40px;
    background-image: url("/wp-content/themes/obela/assets/cwwa/d-grid-mobile.png");
    margin-top: 30px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    min-height: 2020px; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row {
    flex-wrap: wrap;
    text-align: left;
    padding: 0; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell {
    width: 100%;
    padding: 50px 11px; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell .text--h4 {
    font-size: 28px; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell.slice-d-grid-row-cell-image img {
    max-width: 100%; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell.slice-d-grid-row-cell-text {
    padding: 14px;
    padding-top: 40px; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell.slice-d-grid-row-cell-image {
    order: 1;
    padding-top: 70px;
    padding-bottom: 30px; }
  .slice.slice-d .slice-outside .slice-d-grid .slice-d-grid-row-cell.slice-d-grid-row-cell-text {
    order: 2;
    padding-top: 0px; }
  .slice.slice-e .slice-outside {
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    padding-bottom: 154px;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-e .slice-outside .slice-inside {
    width: auto; }
  .slice.slice-e .slice-outside .slice-inside .text--h4 {
    margin-top: 41px;
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-e .slice-e-grid-item-row.slice-e-grid-item-row-text .text--p {
    font-size: 14px;
    line-height: 20px; }
  .slice.slice-e .slice-e-grid-item-row.slice-e-grid-item-row-image {
    height: 128px;
    align-items: center; }
  .slice.slice-e .slice-e-grid {
    margin-top: 0; }
  .slice.slice-e .slice-e-grid-item {
    width: 256px;
    margin: auto;
    margin-top: 52px;
    padding-left: 16px;
    padding-right: 16px; }
  .slice.slice-e .slice-e-grid-item + .slice-e-grid-item {
    margin-top: 63px; }
  .slice.slice-g .text--h3 {
    font-size: 28px;
    line-height: 45px; }
  .slice.slice-g .slice-outside {
    height: auto;
    padding-left: 40px;
    padding-right: 40px; }
  .slice.slice-g .slice-outside .slice-inside {
    padding-top: 110px;
    padding-bottom: 121px;
    max-width: 400px; }
  .slice.slice-g .slice-outside .slice-inside .text--p {
    margin-top: 26px;
    padding-left: 40px;
    padding-right: 40px; }
  .slice.slice-g .slice-outside .slice-inside .button {
    margin-top: 53px; }
  .slice.slice-h .slice-outside {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 68px;
    padding-bottom: 228px;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-h .slice-outside .slice-inside .text--h4 {
    margin-top: 37px;
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-h .slice-outside .slice-inside {
    width: auto; }
  .slice.slice-h .slice-h-grid {
    margin-top: 67px; }
  .slice.slice-h .slice-h-grid-item {
    width: 264px;
    margin: auto;
    margin-top: 52px; }
  .slice.slice-h .slice-h-grid-item + .slice-h-grid-item {
    margin-top: 63px; }
  .slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-text .text--p {
    font-size: 14px;
    line-height: 20px; }
  .slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-image {
    height: 128px;
    align-items: center; }
  .slice.slice-h .slice-h-grid-item-row.slice-h-grid-item-row-text {
    margin-top: 5px; }
  .slice.slice-i .slice-outside {
    height: auto;
    padding-left: 38px;
    padding-right: 38px; }
  .slice.slice-i .slice-outside .slice-inside {
    width: auto;
    max-width: 400px; }
  .slice.slice-i .slice-outside .slice-inside .text--p {
    margin-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
  .slice.slice-i .slice-outside .slice-inside .text--h3 {
    font-size: 28px;
    line-height: 37px; }
  .slice.slice-i .slice-outside .slice-inside .button {
    margin-top: 44px; }
  .slice.slice-i .slice-outside .slice-inside {
    padding-top: 217px;
    padding-bottom: 203px; }
  .slice.slice-j {
    padding-left: 50px;
    padding-right: 50px;
    background-position: left center; }
  .slice.slice-j .slice-outside .slice-inside {
    width: auto;
    padding-top: 352px;
    padding-bottom: 91px; }
  .slice.slice-j .slice-outside .slice-inside .text--h3 {
    padding-right: 50px; }
  .slice.slice-j .slice-outside .slice-inside .text--p {
    margin-top: 27px; }
  .slice.slice-k .slice-outside {
    padding-top: 60px;
    padding-bottom: 169px; }
  .slice.slice-k .slice-outside .slice-inside {
    flex-wrap: wrap; }
  .slice.slice-k .slice-outside .slice-inside-column {
    width: 100%;
    margin: 0;
    padding: 22px 49px;
    padding-right: 41px; }
  .slice.slice-k .slice-outside .slice-inside-column + .slice-inside-column {
    margin: 0; }
  .slice.slice-k .slice-outside .slice-inside-column + .slice-inside-column .text--h4 {
    display: none; }
  .slice.slice-k .slice-outside .slice-inside .text--h4 {
    text-align: center; }
  .slice.slice-k .slice-outside .slice-inside .text--p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
    letter-spacing: 0; }
  .slice.slice-k .slice-outside .slice-inside-column .text--h4 + .text--p {
    margin-top: 23px; }
  .slice.slice-k .slice-outside .slice-inside-column:first-child .text--h4 + .text--p {
    margin-top: 50px; }
  .slice.slice-l .slice-outside {
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    padding-bottom: 154px;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-l .slice-outside .slice-inside {
    width: auto; }
  .slice.slice-l .slice-outside .slice-inside .text--h4 {
    margin-top: 41px;
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-l .slice-l-grid-item-row.slice-l-grid-item-row-text .text--p {
    font-size: 14px;
    line-height: 20px; }
  .slice.slice-l .slice-l-grid-item-row.slice-l-grid-item-row-image {
    height: 128px;
    align-items: center; }
  .slice.slice-l .slice-l-grid {
    margin-top: 0;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-l .slice-l-grid-item {
    width: 220px;
    margin: auto;
    margin-top: 52px; }
  .slice.slice-l .slice-l-grid-item + .slice-l-grid-item {
    margin-top: 63px; }
  .slice.slice-m {
    height: 466px; }
  .slice.slice-m .text--h3 {
    font-size: 28px;
    line-height: 45px; }
  .slice.slice-m .slice-outside {
    height: auto;
    padding-left: 40px;
    padding-right: 40px; }
  .slice.slice-m .slice-outside .slice-inside {
    padding-top: 97px;
    padding-bottom: 148px;
    max-width: 400px; }
  .slice.slice-m .slice-outside .slice-inside .text--p {
    margin-top: 27px;
    padding-left: 40px;
    padding-right: 40px; }
  .slice.slice-m .slice-outside .slice-inside .button {
    margin-top: 53px; }
  .slice.slice-n .slice-outside {
    height: auto;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 64px;
    padding-bottom: 167px;
    margin: 0; }
  .slice.slice-n .slice-outside .slice-inside {
    width: auto; }
  .slice.slice-n .slice-outside .text--h3 {
    padding-left: 30px;
    padding-right: 30px; }
  .slice.slice-n .slice-outside .slice-inside .text--p {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px; }
  .slice.slice-n .slice-n-grid-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px; }
  .slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text .text--p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px; }
  .slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text .text--p--header {
    font-size: 13px;
    letter-spacing: 0.1px;
    margin-top: 14px;
    min-height: 40px; }
  .slice.slice-n .slice-n-grid-item + .slice-n-grid-item {
    margin-top: 88px; }
  .slice.slice-n .slice-n-grid-item-row.slice-n-grid-item-row-text {
    margin-top: 58px; }
  .slice.slice-o .slice-outside .slice-inside .text--h4 {
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-o .slice-outside .slice-inside {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 202px;
    padding-bottom: 137px; }
  .slice.slice-o .slice-outside .slice-inside .button {
    margin-top: 40px; }
  .slice.slice-o .slice-outside .slice-inside .button + .button {
    margin-left: 0;
    margin-top: 24px; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .slice.slice-a .slice-outside,
  .slice.slice-c .slice-outside,
  .slice.slice-d .slice-outside,
  .slice.slice-d .slice-outside .slice-d-grid,
  .slice.slice-i .slice-outside,
  .slice.slice-j .slice-outside,
  .slice.slice-l .slice-outside,
  .slice.slice-m .slice-outside,
  .slice.slice-n .slice-outside,
  .slice.slice-n .slice-outside .slice-inside,
  .slice.slice-o .slice-outside {
    width: 900px; }
  .slice.slice-d .slice-d-grid-row-cell.slice-d-grid-row-cell-image img {
    max-width: 80%; }
  .slice.slice-d .slice-outside {
    height: auto;
    padding-bottom: 80px; }
  .slice.slice-n .slice-n-grid {
    justify-content: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .slice.slice-a .slice-outside,
  .slice.slice-j .slice-outside {
    max-width: 640px; }
  .slice.slice-a .slice-outside .slice-inside,
  .slice.slice-j .slice-outside .slice-inside {
    margin-left: 0; }
  .slice.slice-e .slice-e-grid,
  .slice.slice-h .slice-h-grid {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-k .slice-outside .slice-inside {
    max-width: 640px; }
  .slice.slice-k .slice-outside .slice-inside-column {
    width: 50%; }
  .slice.slice-k .slice-outside .slice-inside-column + .slice-inside-column .text--h4 {
    display: block; }
  .slice.slice-k .slice-outside .slice-inside-column:last-child .text--h4 + .text--p {
    margin-top: 50px; }
  .slice.slice-l .slice-l-grid {
    max-width: 640px; }
  .slice.slice-n .slice-n-grid {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between; }
  .slice.slice-n .slice-n-grid-item {
    margin-left: 20px;
    margin-right: 20px; }
  .slice.slice-n .slice-n-grid-item,
  .slice.slice-n .slice-n-grid-item + .slice-n-grid-item {
    margin: 0;
    margin-top: 56px; } }

.slice.slice-h.slice-h--5 {
  background-color: #FEE1A7; }
  .slice.slice-h.slice-h--5:before {
    display: none; }
  .slice.slice-h.slice-h--5 .slice-outside {
    width: 1190px;
    max-width: 100%;
    margin: auto;
    color: #A80532;
    text-align: center;
    padding-top: 79px;
    padding-bottom: 123px; }
    .slice.slice-h.slice-h--5 .slice-outside .slice-inside {
      width: 750px;
      margin: auto; }
      .slice.slice-h.slice-h--5 .slice-outside .slice-inside .text--h4 {
        margin-top: 29px; }
      .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px; }
        .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid .slice-h-grid-item {
          width: 230px;
          margin-left: 50px;
          margin-right: 50px;
          margin-top: 54px; }
        .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid .slice-h-grid-item img {
          display: block;
          margin-left: auto;
          margin-right: auto; }
        .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid .slice-h-grid-item-row.slice-h-grid-item-row-image {
          height: 120px;
          display: flex;
          align-items: flex-end; }
        .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid .slice-h-grid-item-row.slice-h-grid-item-row-text {
          margin-top: 10px; }
        .slice.slice-h.slice-h--5 .slice-outside .slice-inside .slice-h-grid .slice-h-grid-item-row.slice-h-grid-item-row-text .text--p {
          margin-top: 12px;
          color: black;
          letter-spacing: 0; }

@media (max-width: 1023px) {
  .slice.slice-h.slice-h--5 .slice-outside {
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    padding-bottom: 154px;
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-h.slice-h--5 .slice-outside .slice-inside {
    width: auto; }
  .slice.slice-h.slice-h--5 .slice-outside .slice-inside .text--h4 {
    margin-top: 41px;
    font-size: 28px;
    line-height: 35px; }
  .slice.slice-h.slice-h--5 .slice-h-grid-item-row.slice-h-grid-item-row-text .text--p {
    font-size: 14px;
    line-height: 20px; }
  .slice.slice-h.slice-h--5 .slice-h-grid-item-row.slice-h-grid-item-row-image {
    height: 128px;
    align-items: center; }
  .slice.slice-h.slice-h--5 .slice-h-grid {
    margin-top: 0;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }
  .slice.slice-h.slice-h--5 .slice-h-grid-item {
    width: 220px;
    margin: auto;
    margin-top: 52px; }
  .slice.slice-h.slice-h--5 .slice-h-grid-item + .slice-h-grid-item {
    margin-top: 63px; } }

@media (max-width: 1023px) {
  #main.main-who-we-are .slice.slice-c .slice-outside {
    padding-left: 40px;
    padding-right: 40px; }
    #main.main-who-we-are .slice.slice-c .slice-outside .slice-inside {
      padding-top: 61px;
      padding-bottom: 73px; } }

@media (max-width: 1023px) {
  #main.main-who-we-are .slice.slice-a:first-child {
    background-position: left center; } }

#main.main-who-we-are .slice.slice-a:last-child {
  text-align: center; }
  #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside {
    width: 576px;
    margin: auto;
    padding-top: 173px;
    padding-bottom: 132px; }
    @media (max-width: 1023px) {
      #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 202px;
        padding-bottom: 137px; } }
    #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .text--h3 {
      font-family: BELLABOO, Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 47px;
      text-transform: lowercase; }
      @media (max-width: 1023px) {
        #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .text--h3 {
          padding-right: 0; } }
    #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .text--p {
      margin-top: 48px;
      font-size: 48px;
      line-height: 52px;
      font-family: 'VivaBeautiful'; }
      @media (max-width: 1023px) {
        #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .text--p {
          font-size: 28px;
          line-height: 35px; } }
    #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .button {
      margin-top: 64px; }
      @media (max-width: 1023px) {
        #main.main-who-we-are .slice.slice-a:last-child .slice-outside .slice-inside .button {
          margin-left: 0;
          margin-top: 40px; } }
  @media (max-width: 1023px) {
    #main.main-who-we-are .slice.slice-a:last-child {
      padding-left: 0;
      padding-right: 0; } }

#main.main-careers .slice.slice-a:last-child {
  text-align: center; }
  #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside {
    width: 560px;
    max-width: 100%;
    padding-top: 268px;
    padding-bottom: 174px; }
  #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside .text--p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0; }
  #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside .text--h3 {
    font-size: 36px;
    line-height: 47px;
    padding-right: 0; }
    @media (max-width: 1023px) {
      #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside .text--h3 {
        font-size: 28px;
        line-height: 37px; } }
  #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside .button {
    margin-top: 44px; }
  #main.main-careers .slice.slice-a:last-child .slice-outside .slice-inside {
    padding-top: 217px;
    padding-bottom: 203px; }

/*# sourceMappingURL=style.css.map */