@charset "UTF-8";
/*!
Theme Name: WordPress Starter Theme
Theme URI: http://www.THEME.com
Author: Matt Banks
Author URI: http://mattbanks.me
Description: WordPress Starter Theme for use as a starting template for building custom themes.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _mbbasetheme
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _mbbasetheme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/* ==========================================================================
   Variables
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased !important;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  clear: both;
  float: left;
  width: 100%;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.page-id-9 .rightSidebar .bottleSidebar img {
  max-width: 50px;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* override broken susy mixin */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/** Compass vertical rhythm settings **/
html {
  font-size: 62.5%;
}

html {
  font-size: 5.5px;
}
@media screen and (min-width: 400px) {
  html {
    font-size: 6px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 7px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1180px) {
  html {
    font-size: 10px;
  }
}

p, li, a, body {
  font-size: 16px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 16px;
  height: 75px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #666;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev {
  left: -10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -10px;
}
.slick-prev:before {
  background-image: url(/wp-content/themes/vitaminwell/assets/images/slick-prev.svg);
}
[dir="rtl"] .slick-prev:before {
  background-image: url(/wp-content/themes/vitaminwell/assets/images/slick-next.svg);
}

.slick-next {
  right: -10px;
}
[dir="rtl"] .slick-next {
  left: -10px;
  right: auto;
}
.slick-next:before {
  background-image: url(/wp-content/themes/vitaminwell/assets/images/slick-next.svg);
}
[dir="rtl"] .slick-next:before {
  background-image: url(/wp-content/themes/vitaminwell/assets/images/slick-prev.svg);
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #666;
}

html {
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: orange;
  text-shadow: none;
}

::selection {
  background: orange;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/*hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}*/
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition-property: color, background, opacity, border;
  transition-duration: .15s;
}

/* ==========================================================================
   General
   ========================================================================== */
html {
  background-color: #eee;
}

body {
  font-family: arial, sans-serif;
  min-width: 300px;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
  color: #27aae1;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  font-weight: normal;
}
a:hover {
  color: #146a8e;
}
a.focus {
  outline: 0;
}

/* ==========================================================================
   Images
   ========================================================================== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  outline: 0;
  border-style: none;
}
img:focus {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1 {
  font-size: 6.4rem;
}
h1.super, .h1.super {
  font-size: 10rem;
}

h2, .h2 {
  font-size: 24px;
}
h2.super, .h2.super {
  font-size: 36px;
}

h3, .h3,
.preamble {
  font-size: 20px;
}

.rich h3 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  color: #000;
  text-transform: uppercase;
  clear: both;
  font-weight: normal;
  margin: 1em 0 .5em;
  /*
  // subheading rule: h* tag (excluding h1) followed by other h* tag will be serif
  + h2, + h3, + h4, + h5, + h6 {
  	font-family: $serif;
  }*/
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  line-height: 1.15;
  margin: .2em 0;
}
hgroup h1:first-child, hgroup h2:first-child, hgroup h3:first-child, hgroup h4:first-child, hgroup h5:first-child, hgroup h6:first-child {
  line-height: 1;
  margin: 0 0 .1em;
}

.nocase {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: .7em 0 1.5em;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

/* ==========================================================================
   Elements
   ========================================================================== */
button {
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  background: transparent;
  border: 1px solid;
  padding: 1em;
  width: 100%;
  border-radius: 4px;
  line-height: 20px;
  line-height: 2rem;
  color: #ccc;
}
button:hover {
  color: gray;
}
button.black, button.blue {
  background: #000;
  border-radius: 2px;
  color: #fff !important;
  opacity: 1;
  text-transform: uppercase;
  border: 1px solid #000;
}
button.black:hover, button.blue:hover {
  background: transparent;
  color: #000 !important;
}
button.blue {
  background: #27aae1;
  border: 1px solid #27aae1;
}
button.blue:hover {
  color: #27aae1 !important;
}

.ball {
  display: none;
  position: absolute;
  top: 1em;
  margin-left: 5.7em;
  background: black;
  color: white;
  border-radius: 50%;
  line-height: 2;
  width: 120px;
  height: 120px;
  padding-top: 44px;
  text-align: center;
}

table {
  border: 1px solid #ccc;
  margin: 1em 0;
}
table td, table th {
  padding: 5px 10px;
}

hr {
  border: none;
  overflow: hidden;
  height: 1em;
  text-overflow: ellipsis;
  width: calc(100% + 2.8ex);
  color: transparent;
  float: none;
  margin: 4rem 0;
}
hr::after {
  content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  font-size: 2em;
  letter-spacing: 0.15em;
  color: #eee;
  line-height: .5;
}
hr + hr {
  display: none;
}

.border-between + .border-between {
  border-top: 1px solid #eee;
}

ul.semantic {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Alignment
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Wordpress-stuff
   ========================================================================== */
.single .entry-meta .byline {
  display: none;
}

.entry-footer {
  text-align: right;
  margin-bottom: 1rem;
}
.entry-footer .edit-link {
  margin: 0 10px;
}

/* ==========================================================================
   Accessiblity
   ========================================================================== */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* ==========================================================================
   Clearings
   ========================================================================== */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ==========================================================================
   Infinite Scroll
   ========================================================================== */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/* ==========================================================================
   Grid
   ========================================================================== */
/**
 * Susy options
 */
[class*='group-of'] {
  font-size: 0.1%;
  line-height: 0;
  margin: -1.5rem;
}
[class*='group-of'] > * {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  text-align: left;
  font-size: 100000%;
  line-height: 1.4;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  [class*='group-of'] > * {
    width: 90%;
  }
}

[class*='group-of']::after {
  content: '';
  display: inline-block;
  *display: inline;
  width: 100%;
  height: 0;
  overflow: hidden;
}
[class*='group-of'] > [class*='group-of'] {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .group-of-two > * {
    width: 50%;
  }
}

@media (min-width: 512px) {
  .group-of-four > * {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .group-of-four > * {
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .group-of-four > * {
    width: 25%;
  }
}

.right-sidebar ul {
  list-style: none;
  padding: 0;
}
.right-sidebar ul li {
  background: #e6e6e6;
  margin: 16px 0;
  padding: 6px 16px;
  cursor: pointer;
}
.right-sidebar ul li a {
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  font-size: 90%;
}
.right-sidebar ul li.detailIngredientsLink a:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  margin-top: 7px;
  float: right;
}
.right-sidebar ul li.detailIngredientsLink a.rotate:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.right-sidebar ul li p {
  font-size: 90%;
}
.right-sidebar ul.expandList li {
  background: none;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.right-sidebar ul.expandList li a {
  color: #666;
}
.right-sidebar ul.expandList li:hover {
  border-color: #b3b3b3;
}
.right-sidebar .callToAction {
  padding: 2em;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.right-sidebar .callToAction .icon {
  width: 14.52991%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
  font-size: 400%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.right-sidebar .callToAction .message {
  width: 82.90598%;
  float: left;
  margin-right: 2.5641%;
  font-size: 200%;
}
.right-sidebar .callToAction hr {
  clear: both;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.right-sidebar .callToAction .uppercase {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.rightSidebar .bottleSidebar {
  text-align: center;
}
.rightSidebar .bottleSidebar img {
  max-width: 200px;
}

.left-sidebar {
  text-align: center;
}
.left-sidebar button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

/* ==========================================================================
   Layout
   ========================================================================== */
#content {
  margin-top: 8rem;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 5rem;
}

.left-sidebar {
  float: right;
  width: 25%;
  padding: 1.5rem;
}

.center {
  float: left;
  width: 75%;
  padding: 1.5rem;
}

.right-sidebar {
  float: left;
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 960px) {
  .left-sidebar {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
    padding: 0 2.5641%;
  }

  .right-sidebar {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
    padding: 0 2.5641%;
    float: right;
    margin-right: 0;
  }

  .center {
    width: 40.17094%;
    float: left;
    margin-right: 2.5641%;
    float: left;
  }

  .sectionHeader {
    font-size: 38px !important;
  }
}
.footerHr {
  width: 90%;
  margin: 2em auto;
  float: none;
}

.sectionHeader {
  font-size: 23px;
  line-height: 1;
  margin-top: 0;
}

.news .news_content h2 {
  font-size: 22px;
}

@media (min-width: 599px) {
  .leftContent {
    width: 57.26496%;
    float: left;
    margin-right: 2.5641%;
  }

  .leftSidebar {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
  }

  .rightContent {
    width: 65.81197%;
    float: left;
    margin-right: 2.5641%;
    float: right;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .rightSidebar {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
    float: right;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 500px) {
  .sectionHeader {
    font-size: 27px;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
#masthead {
  position: relative;
}

.site-header {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.site-branding {
  width: 175px;
  position: relative;
  z-index: 10;
  float: left;
}
.site-branding img {
  height: 54px;
}

.site-title {
  margin: 0;
  line-height: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footerImage {
  text-align: center;
}

.footerWrapper {
  background-color: #333333;
  position: relative;
}
.footerWrapper a {
  color: inherit;
  font-size: inherit;
}
.footerWrapper a:hover {
  color: #bfbfbf;
}
.footerWrapper .footerInner {
  margin: 10rem 0 7rem;
  overflow: hidden;
}
.footerWrapper .footerInner .site-info {
  width: 33.333%;
  float: left !important;
}
@media (min-width: 520px) and (max-width: 829px) {
  .footerWrapper .footerInner .site-info {
    width: 25%;
  }
}
@media (min-width: 928px) and (max-width: 1123px) {
  .footerWrapper .footerInner .site-info {
    width: 20%;
  }
}
.footerWrapper .footerInner .site-info img {
  width: 128px;
  margin-top: 4px;
}
.footerWrapper .footerInner .kontrollrapport {
  width: 60px;
  position: absolute;
  bottom: 54px;
  right: 10px;
  padding: 0 1rem;
}
.footerWrapper .footerInner .widgets {
  float: right;
  width: 66.666%;
}
@media (min-width: 928px) and (max-width: 1123px) {
  .footerWrapper .footerInner .widgets {
    width: 80%;
  }
}
.footerWrapper .footerInner .widgets .widget {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 370px) {
  .footerWrapper .footerInner .widgets .widget {
    width: 50%;
  }
}
@media (min-width: 928px) {
  .footerWrapper .footerInner .widgets .widget {
    width: 25%;
  }
}
.footerWrapper .footerInner .widget, .footerWrapper .footerInner .site-info {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.footerWrapper .footerInner .widget h4, .footerWrapper .footerInner .site-info h4 {
  margin: 0 0 .5rem;
  color: #fff;
  font-weight: normal;
}
.footerWrapper .footerInner .widget p, .footerWrapper .footerInner .site-info p {
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  word-break: break-word;
}
@media (min-width: 520px) and (max-width: 629px) {
  .footerWrapper .footerInner .widget h4, .footerWrapper .footerInner .site-info h4 {
    font-size: 15px;
  }
  .footerWrapper .footerInner .widget p, .footerWrapper .footerInner .site-info p {
    font-size: 13px;
  }
}
@media (max-width: 519px) {
  .footerWrapper .footerInner .site-info {
    width: 100%;
    margin-bottom: 5rem;
  }
  .footerWrapper .footerInner .widgets {
    width: 100%;
  }
  .footerWrapper .footerInner .widgets h4 {
    font-size: 16px;
  }
  .footerWrapper .footerInner .widgets p {
    font-size: 14px;
  }
  .footerWrapper a, .footerWrapper p {
      color: inherit;
      font-size: 13px !important;
      font-size: inherit;
  }
}
.footerWrapper .thegeneration {
  position: absolute;
  right: 16px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 100;
  font-family: sans-serif;
  display: none;
}

.footerWrapper .vw-cookie-link {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 12px;
  font-weight: 100;
  font-family: sans-serif;
}

/* ==========================================================================
   Menus
   ========================================================================== */
@media (min-width: 800px) {
  .nav-wrapper hr, .nav-wrapper .mobile-menu-activate {
    display: none;
  }

  .main-navigation {
    position: relative;
    z-index: 10;
    font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
    margin: 4rem -1.5rem 0;
    float: right;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    line-height: 1;
    float: right;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    padding: 0 1.5rem;
    font-size: 12px;
    text-transform: uppercase;
  }
  .main-navigation ul li a {
    color: #000;
  }
  .main-navigation ul li.current_page_item a, .main-navigation ul li a:hover {
    color: #999;
  }
}
.page-id-5 .main-navigation ul li a {
  color: #878787;
}
.page-id-5 .main-navigation ul li.current_page_item a, .page-id-5 .main-navigation ul li a:hover {
  color: #999;
}

.page-id-1713 .main-navigation ul li.current_page_item a, .page-id-1713 .main-navigation ul li a:hover {
  color: #999;
}

@media (max-width: 799px) {
  .mobile-menu-activate {
    cursor: pointer;
    padding: 15px;
    position: absolute;
    left: -50px;
    top: 5px;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    z-index: 100000000;
    left: 100%;
    width: 70%;
    height: 100%;
    background-color: white;
    transition: transform .3s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .nav-wrapper.active {
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
  }
  .nav-wrapper ul, .nav-wrapper li {
    visibility: visible;
    list-style: none;
    display: block !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
  }
  .nav-wrapper a {
    text-transform: uppercase;
    color: #0032a0 !important;
    font-size: 16px !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    transition: none;
    line-height: 1.5 !important;
  }
  .nav-wrapper a:hover {
    color: #1a8bbb !important;
  }

  .nav-slider {
    overflow-y: scroll;
    height: 100%;
    padding: 4rem;
  }

  .site-header {
    border: none;
  }

  .icl_lang_sel_translated {
    display: none;
  }

  .main-navigation ul {
    display: block;
    padding: 0;
  }
  .main-navigation a {
    text-transform: uppercase;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ==========================================================================
   Posts and pages
   ========================================================================== */
.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

#overlay_wrapper {
  padding: 5em 0;
}
#overlay_wrapper #overlay {
  display: inline !important;
}
#overlay_wrapper #overlay .content-area {
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
  margin: 0 auto;
  float: none;
}
#overlay_wrapper #overlay .content-area #main {
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  padding: 12.82051% 5.12821%;
  position: relative;
}
#overlay_wrapper #overlay .content-area .left-sidebar {
  width: 31.62393%;
  float: left;
  margin-right: 2.5641%;
  padding: 2.5641%;
}
#overlay_wrapper #overlay .content-area .left-sidebar img {
  max-width: 125px;
}
#overlay_wrapper #overlay .content-area .left-sidebar button {
  margin-top: 16px;
  margin-top: 1rem;
}
#overlay_wrapper #overlay .content-area .right-sidebar, #overlay_wrapper #overlay .content-area .center {
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
  padding: 2.5641%;
}
#overlay_wrapper #overlay .content-area .center {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#overlay_wrapper #overlay .content-area .callToAction {
  display: none;
}
#overlay_wrapper .borderSvg {
  display: none;
}

.overlay_close {
  float: right;
  margin: 0 1em;
  position: relative;
  bottom: -2.5em;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/vitaminwell/assets/images/popup-close.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  text-indent: -100%;
  overflow: hidden;
}
.overlay_close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#overlay .popup-nav {
  display: none;
}
#overlay .popup-nav a {
  position: absolute;
  right: -80px;
  top: 300px;
  width: 43px;
  height: 77px;
  background-image: url(/wp-content/themes/vitaminwell/assets/images/popup-next.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -100%;
  overflow: hidden;
}
#overlay .popup-nav.prev a {
  background-image: url(/wp-content/themes/vitaminwell/assets/images/popup-prev.svg);
  right: auto;
  left: -80px;
}

#overlay .loader {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -11px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white url(/wp-content/themes/vitaminwell/loading.gif) no-repeat 4px 4px;
}

#overlay #main .loader {
  top: 45px;
}

.single-livewell .the-wrapper {
  width: 70%;
  margin: 0 auto;
}
.single-livewell .wp-post-image {
  margin-bottom: 5rem;
}
.single-livewell .post-wrapper {
  width: 30.76923%;
  float: left;
  margin-right: 2.5641%;
  float: left;
}
.single-livewell .latest-posts {
  width: 100%;
  float: left;
  padding: 0.5rem 1rem;
}
.single-livewell .latest-posts .post {
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}
.single-livewell .latest-posts .post .devided {
  background: #fff;
  position: absolute;
  width: 100%;
  color: #000;
  bottom: 0;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.single-livewell .latest-posts .post .devided h3 {
  color: #000;
  position: relative;
  padding: 0 0.2em;
}
.single-livewell .latest-posts .post .devided p {
  font-family: Georgia, serif;
  font-style: italic;
  padding: 0 0.2em;
  margin: 0;
}
.single-livewell .latest-posts .post .darken-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.single-livewell .latest-posts .post .postDate {
  font-family: Georgia, serif;
  font-style: italic;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 30%;
  opacity: 0.7;
  padding-left: 5px;
  margin: 0;
}
.single-livewell .latest-posts .post h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.2em;
}
.single-livewell .btn-section {
  float: left;
  width: 100%;
}
.single-livewell .btn-wrapper {
  clear: both;
  width: 204.703px;
  margin: 0 auto;
}
.single-livewell button.blue {
  margin: 2rem 0;
  width: auto;
}
@media (max-width: 800px) {
  .single-livewell .post-wrapper {
    width: 100%;
  }
}

/* ==========================================================================
   Blog pages
   ========================================================================== */
body.blog .entry-meta,
body.blog .comments-link {
  display: none;
}
body.blog .post {
  margin-bottom: 5rem;
  border-bottom: 1px solid #eee;
}

body.archive h2.entry-title {
  margin: 2em 0 1.5em;
  font-size: 4rem;
}

.post .wp-post-image {
  margin-bottom: 5rem;
}

.contactPage h1 {
  line-height: 1;
  margin: 0;
}
.contactPage a {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contactPage .topContent {
  padding-bottom: 2em;
}
.contactPage .leftContent {
  width: 40.17094%;
  float: left;
  margin-right: 2.5641%;
}
@media (max-width: 1023px) {
  .contactPage .leftContent {
    width: 57.26496%;
    float: left;
    margin-right: 2.5641%;
  }
}
@media (max-width: 679px) {
  .contactPage .leftContent {
    width: auto;
    float: none;
  }
}
.contactPage .rightSidebar {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .contactPage .rightSidebar {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
    float: right;
  }
}
@media (max-width: 679px) {
  .contactPage .rightSidebar {
    width: auto;
    float: none;
  }
}
@media (min-width: 500px) {
  .contactPage .rightSidebar .half {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
  }
  .contactPage .rightSidebar .half.right {
    margin-right: 0;
  }
}
@media (min-width: 680px) and (max-width: 1023px) {
  .contactPage .rightSidebar .half {
    width: 100%;
    margin-right: 0;
    float: 0;
  }
}
.contactPage .rightSidebar strong {
  font: normal 2.4rem 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  color: #000;
}
.contactPage .department h2 {
  margin: 3rem 0 4.5rem;
}
.contactPage .contact {
  margin-bottom: 3rem;
}
.contactPage .contact .sub-field {
  margin: .2rem 0;
}
.contactPage .contact .name {
  margin: 0;
}
.contactPage .contact .title {
  margin: 0 0 1rem;
}

.startPage .sliderExtra {
  margin: 60px 0 100px;
  margin: 60px 0 7rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.startPage .sliderExtra .readMore {
  vertical-align: bottom;
}
@media (max-width: 680px) {
  .startPage .sliderExtra .blue {
    display: none;
  }
}
.startPage .instagramFeed {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: right;
  margin-right: 0;
  margin-bottom: 3rem;
}
.startPage .latest-posts {
  border-bottom: 1px solid #eee;
  padding-bottom: 7rem;
}
.startPage .liveWell-post {
  height: 56rem;
  background-size: cover;
  background-position: 50%;
  padding-top: 7rem;
}
.startPage .liveWell-post .darken {
  width: 50%;
  background: rgba(0, 0, 0, 0.4);
  padding: 3rem;
}
.startPage .liveWell-post .darken h3 {
  font-size: 4rem;
  color: #fff;
}
.startPage .liveWell-post .darken p {
  font-family: Georgia, serif;
  font-style: italic;
  color: #fff;
}
.startPage .lw-devider {
  margin-bottom: 6rem;
}
.startPage .news {
  width: 30.76923%;
  float: left;
  margin-right: 2.5641%;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
.startPage .news .news_content {
  margin: 1em 0;
}
.startPage .news .news_content .intro {
  font-family: Georgia, serif;
  font-style: italic;
  color: #000;
}

.page-id-7960 .ls-video-layer {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 172% !important;
  transform: none !important;
}
@media (max-width: 800px) {
  .startPage .news, .startPage .instagramFeed {
    width: 100%;
    margin-right: 0;
  }
  .startPage .liveWell-post .darken {
    width: 80%;
  }
  .startPage .page-id-1713 .heroSpace {
    max-height: 66rem !important;
  }
  .startPage .page-id-6632 .heroSpace {
    max-height: 41rem !important;
  }
  .startPage .heroSpace {
    max-height: 36rem !important;
  }
  .startPage .ls-slide img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .startPage #content {
    margin-top: 0rem;
  }
}
@media (max-width: 665px) {
  .startPage .liveWell-post .darken {
    width: 80%;
  }
}
@media (max-width: 507px) {
  .startPage .liveWell-post .darken p {
    display: none;
  }

  .ball {
      display: none;
      position: absolute;
      top: 1em;
      margin-left: 3.7em;
      background: black;
      color: white;
      border-radius: 50%;
      line-height: 2;
      width: 120px;
      height: 120px;
      padding-top: 44px;
      text-align: center;
  }

}

@media (max-width: 1000px) {
  body.page-template-faq .leftContent {
    width: 100% !important;
  }
  body.page-template-faq .rightSidebar {
    display: none !important;
  }
}

.faq {
  margin: 4rem 0 10rem;
}
.faq .CommonQuestions {
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #666;
  font-size: 130%;
}
.faq p.question {
  cursor: pointer;
  font-size: 120%;
  color: #000;
}
.faq p.question:before {
  content: '?';
  position: absolute;
  top: .12em;
  left: 0;
  font-size: 150%;
  line-height: .7;
  margin-right: 1em;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  color: #ccc;
}
.faq p.question:after {
  content: ' ';
  position: absolute;
  top: 3px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  margin-top: 7px;
  float: right;
  border-top-color: #27aae1;
}
.faq p.question.rotate:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faqBox {
  border-top: 1px solid #ccc;
}
.faq .faqBox .faqContent {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0 40px;
}
.faq .faqBox p {
  margin-bottom: .7em;
  padding: 0 40px;
  position: relative;
}

.page-template-livewell #lwImage img {
  margin-top: -93px !important;
}
.page-template-livewell .heroSpace {
  margin-bottom: 0;
  position: relative;
}
.page-template-livewell .page-entry {
  position: absolute;
  padding: 0 5rem;
  margin-top: -41rem;
  max-width: 960px;
  width: 50%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.page-template-livewell .page-entry h1 {
  color: #fff;
  margin: 0;
}
.page-template-livewell .page-entry p {
  color: #fff;
  max-width: 960px;
  font-family: Georgia, serif;
  font-style: italic;
}
.page-template-livewell #content {
  margin-top: 0rem;
}
.page-template-livewell .post-wrapper {
  width: 25%;
  float: left;
  padding: 2rem 1rem 0rem 1rem;
}
.page-template-livewell .post-wrapper .post {
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}
.page-template-livewell .post-wrapper .post .devided {
  background: #fff;
  position: absolute;
  width: 100%;
  color: #000;
  bottom: 0;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.page-template-livewell .post-wrapper .post .devided h3 {
  color: #000;
  position: relative;
  padding: 0 0.2em;
}
.page-template-livewell .post-wrapper .post .devided p {
  font-family: Georgia, serif;
  font-style: italic;
  padding: 0 0.2em;
  margin: 0;
}
.page-template-livewell .post-wrapper .post .darken-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.page-template-livewell .post-wrapper .post .postDate {
  font-family: Georgia, serif;
  font-style: italic;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 30%;
  opacity: 0.7;
  padding-left: 5px;
  margin: 0;
}
.page-template-livewell .post-wrapper .post h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.2em;
}
@media screen and (max-width: 1100px) {
  .main-navigation ul li a {
      font-size: 11px;
  }

  .main-navigation ul li {
      padding: 0 1.2rem;
  }
}
@media screen and (max-width: 895px) {
  .page-template-livewell .page-entry {
    margin-top: -22rem;
    width: 80%;
  }
  .page-template-livewell .page-entry p {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .page-template-livewell #lwImage img {
    margin-top: -25px !important;
  }
  .page-template-livewell .post-wrapper {
    width: 33.3333%;
  }
  .page-template-livewell .post-wrapper .post .postDate {
    width: 25%;
  }
}
@media screen and (max-width: 660px) {
  .page-template-livewell .post-wrapper {
    width: 50%;
  }
  .page-template-livewell .post-wrapper .post .postDate {
    width: 30%;
  }
}
@media screen and (max-width: 465px) {
  .page-template-livewell .post-wrapper {
    width: 100%;
  }
  .page-template-livewell .post-wrapper .post {
    height: 270px;
  }
  .page-template-livewell .post-wrapper .post .postDate {
    width: 25%;
  }
}

.page-template-work .main-navigation ul li a {
  color: #fff;
}
.page-template-work .heroSpace {
  top: -115px;
  margin-bottom: -115px;
  position: relative;
}
.page-template-work .work-post {
  float: left;
  width: 50%;
  position: relative;
  height: 43rem;
  overflow: hidden;
  padding: 2rem 1rem;
}
.page-template-work .work-post .post-content {
  background-size: cover;
  background-position: 50%;
  float: left;
  width: 100%;
  position: relative;
  height: 93%;
}
.page-template-work .work-post .post-content img {
  height: 100%;
}
.page-template-work .work-post .post-content.has-border {
  border: 1px solid #cecece;
}
.page-template-work .work-post .post-content.linkedin {
  background: url("../vitaminwell/assets/images/linkedin.png");
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.page-template-work .work-post .post-content.text-centerd p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.page-template-work .work-post .post-content.text-centerd p:first-child {
  margin-top: 20%;
}
.page-template-work .work-post .post-content.text-centerd .s1, .page-template-work .work-post .post-content.text-centerd .s2 a {
  font-size: 1.5em;
  font-style: italic;
  font-family: initial;
}
.page-template-work .work-post .post-content.text-centerd .s1 {
  color: #333;
}
.page-template-work .work-post .post-content .play-icon {
  width: 100%;
  height: 100%;
  background-image: url("../vitaminwell/assets/images/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px 70px;
  opacity: .8;
}
.page-template-work .work-post .post-content .play-icon::before {
  color: #fff;
}
.page-template-work .work-post .post-content .play-icon:hover {
  opacity: 1;
}
.page-template-work .work-post .post-content .darken {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.page-template-work .work-post .post-content .darken p {
  font-size: 16px;
  margin: 5% 0px;
}
.page-template-work .work-post .post-content .darken p .playlist-link {
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 799px) {
  .page-template-work .work-post .post-content {
    height: 87%;
  }
  .page-template-work .work-post .post-content.text-centerd .s1, .page-template-work .work-post .post-content.text-centerd .s2 a {
    font-size: 1.2em;
  }
  .page-template-work .work-post .post-content .darken p {
    font-size: 14px;
  }
  .page-template-work .work-post .post-content .darken p .playlist-link {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-work .work-post {
    height: 50rem;
    width: 100%;
  }
  .page-template-work .work-post .post-content {
    height: 84%;
  }
  .page-template-work .work-post .post-content .playlist-link {
    width: 100%;
  }
  .page-template-work .work-post .post-content.text-centerd p:first-child {
    margin-top: 10%;
  }
}
/***********************
* VWPlus product page
***********************/
.page-id-11171,
.page-id-11057,
.page-id-25005,
.page-id-30038,
.page-id-36133,
.page-id-49307 {
  background: #000;
  color: #fff;
}
.page-id-11171 .site-header,
.page-id-11057 .site-header,
.page-id-25005 .site-header,
.page-id-30038 .site-header,
.page-id-36133 .site-header,
.page-id-49307 .site-header {
  background: #000;
}
.page-id-11171 .main-navigation ul li a,
.page-id-11057 .main-navigation ul li a,
.page-id-25005 .main-navigation ul li a,
.page-id-30038 .main-navigation ul li a,
.page-id-36133 .main-navigation ul li a,
.page-id-49307 .main-navigation ul li a {
  color: #fff;
}

.page-id-36133 .main-navigation ul li a:hover,
.page-id-11171 .main-navigation ul li a:hover,
.page-id-11057 .main-navigation ul li a:hover,
.page-id-25005 .main-navigation ul li a:hover,
.page-id-30038 .main-navigation ul li a:hover,
.page-id-49307 .main-navigation ul li a:hover {
  color: #999;
}

.page-id-36133 h1, .page-id-36133 h2,
.page-id-11171 h1, .page-id-11171 h2,
.page-id-11057 h1,
.page-id-11057 h2,
.page-id-25005 h1,
.page-id-25005 h2,
.page-id-30038 h1,
.page-id-30038 h2,
.page-id-49307 h1, .page-id-49307 h2 {
  color: #fff;
}

.page-id-36133 .productCarousel,
.page-id-11171 .productCarousel,
.page-id-11057 .productCarousel,
.page-id-25005 .productCarousel,
.page-id-30038 .productCarousel,
.page-id-49307 .productCarousel {
  display: none;
}

.page-id-36133 hr:first-of-type,
.page-id-11171 hr:first-of-type,
.page-id-11057 hr:first-of-type,
.page-id-25005 hr:first-of-type,
.page-id-30038 hr:first-of-type,
.page-id-49307 hr:first-of-type {
    display: none;
}

#sb_instagram .sbi_meta {
  display: none;
}

.instagramFeed .picture {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
  position: relative;
  margin-bottom: 5.12821%;
}
.instagramFeed .picture:nth-of-type(even) {
  margin-right: 0;
}
.instagramFeed .picture .pictureMeta {
  color: white;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  padding: 2rem;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 170, 225, 0.7);
}
.instagramFeed .picture:hover .pictureMeta {
  opacity: 1;
}
.instagramFeed .picture p {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0;
}
.instagramFeed .picture .likes {
  line-height: 1;
  font-size: 3.6rem;
}
.instagramFeed .picture .likes strong {
  font-size: 6.4rem;
  font-weight: normal;
  display: block;
}
.instagramFeed .picture .time {
  position: absolute;
  bottom: 2rem;
  font-size: 1.8rem;
}

.heroSpace {
  margin-top: -1px;
  margin-bottom: 7rem;
  max-height: 100rem;
  overflow: hidden;
}
.heroSpace p {
  margin: 0;
}
.heroSpace .inner {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  padding-left: 4.2735%;
}
.heroSpace .ls-slide {
  padding-top: 20px;
}
.heroSpace .ls-slide img {
  width: 100% !important;
  height: initial !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

/*body.home .super-header + .heroSpace {
  top: -115px;
  margin-bottom: -115px;
  position: relative;
}*/
body.home .super-header + .heroSpace .ls-slide {
  padding-top: 158px;
}

.heroSpace .ls-wp-container .ls-inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.heroSpace .ls-wp-container img {
    width: 100% !important;
    height: initial !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
  h1.ls-l {
    font-size: 7rem !important;
    width: 1170px !important;
    margin: 0 auto !important;
    padding: 0 5rem !important;
    box-sizing: border-box !important;
    display: block;
    float: none;
    left: 0em !important;
  }
}
.productCarousel {
  margin: 3rem 2rem 0;
}
.productCarousel .bottleText {
  display: none;
}
.productCarousel .slick-slide {
  padding: 0 0.6%;
}
body.home .productCarousel {
  margin: 3em auto 2em;
  width: 90%;
  float: none;
  margin-top: 64px;
  margin-top: 4rem;
}
body.home .productCarousel .bottleText {
  display: block;
  margin-left: calc(42% - 50px);
  margin-top: -2rem;
  background-color: white;
  padding: 0 10px;
}
body.home .productCarousel .bottleText h2 {
  font-size: 24px;
  margin: 0 0 3px;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  color: #666;
}
body.home .productCarousel .bottleText h3 {
  font-size: 16px;
  margin: 3px 0;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.home .productCarousel .bottleImage {
  height: 380px;
  text-align: center;
}
body.home .productCarousel .bottle img {
  display: inline;
  width: auto;
  height: 380px;
  margin: 0;
}
body.home .productCarousel .slick-prev {
  width: 40px;
  top: 27%;
  left: -25px;
}
body.home .productCarousel .slick-next {
  width: 40px;
  top: 27%;
  right: -25px;
}
body.home .productCarousel .bottle.slick-slide {
  padding: 0;
}

.pseudoTable .tableHeader {
  font-weight: bold;
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
  margin-left: 51.28205%;
  margin-right: 0;
  font-size: 13px;
}
.pseudoTable .tableHeader.Last {
  float: right;
  margin-right: 0;
  margin-left: 0%;
  float: left;
}
.pseudoTable ul {
  clear: both;
  padding: 0;
  list-style: none;
}
.pseudoTable ul li {
  margin: 0;
  padding: 4px 16px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.pseudoTable ul li:nth-child(odd) {
  background: #eee;
}
.pseudoTable ul li strong, .pseudoTable ul li em {
  font-weight: normal;
  font-style: normal;
}
.pseudoTable ul li strong:first-child {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
}
.pseudoTable ul li strong:last-child {
  float: right;
  margin-right: 0;
  float: left;
  width: initial;
  word-spacing: -.22em;
}
.pseudoTable ul li em {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
  word-spacing: -.22em;
}

@media (min-width: 800px) {
  #lang_sel {
    position: absolute;
    z-index: 10;
    height: auto;
    top: 0;
    right: 2rem;
    text-transform: uppercase;
    text-align: right;
  }
  #lang_sel > ul {
    color: #999;
    overflow: visible;
  }
  #lang_sel > ul:hover {
    color: #000 !important;
  }
  #lang_sel > ul:hover ul {
    height: auto;
  }
  #lang_sel > ul:hover a.lang_sel_sel span:after {
    border-top-color: #000;
  }
  #lang_sel li {
    width: auto;
    position: relative;
    float: none;
    z-index: 10;
  }
  #lang_sel li ul {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff !important;
    height: 1px;
    overflow: hidden;
    top: auto;
    position: relative;
    width: 100%;
    z-index: -1;
    margin: -20px 11px 0 -11px !important;
    padding: 19px 10px 7px !important;
    max-width: 86px;
    top: 10px;
    left: 11px;
  }
  #lang_sel li ul a {
    background-color: transparent !important;
    border: none;
    color: #999 !important;
    font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
    font-size: 10px;
  }
  #lang_sel li ul a:hover {
    color: #000 !important;
  }
  #lang_sel a {
    transition-duration: .05s;
    line-height: 1.4 !important;
    padding: 0 !important;
  }
  #lang_sel a span {
    display: inline-block;
    margin-top: -1px;
  }
  #lang_sel a.lang_sel_sel {
    background: #fff;
    color: #8c8c8c;
    border: none;
    font-size: 10px;
    padding: 3px 25px 2px 5px !important;
    border: 1px solid #ccc;
    margin-right: 11px;
    text-align: right;
    max-width: 86px;
    min-width: 86px;
  }
  #lang_sel a.lang_sel_sel span:after {
    content: "";
    display: inline-block;
    margin: 0 2em .1em .3em;
    width: 0;
    height: 0;
    border: .4em solid transparent;
    border-bottom-width: 0;
    border-color: #999 transparent transparent;
  }
  #lang_sel .icl_lang_sel_translated {
    display: none;
  }
}

.page-id-1713 #lang_sel > ul {
  color: #999;
  overflow: visible;
}
.page-id-1713 #lang_sel > ul:hover {
  color: #000 !important;
}
.page-id-1713 #lang_sel > ul:hover ul {
  height: auto;
}
.page-id-1713 #lang_sel > ul:hover a.lang_sel_sel span:after {
  border-top-color: #000;
}
.page-id-1713 #lang_sel li {
  width: auto;
  position: relative;
  float: none;
  z-index: 10;
}
/*.page-id-1713 #lang_sel li ul {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff !important;
    height: 1px;
    overflow: hidden;
    top: auto;
    position: relative;
    width: 100%;
    max-width: 86px;
    top: 10px;
    left: 11px;
    z-index: -1;
    margin: -20px 11px 0 -11px !important;
    padding: 19px 10px 7px !important;
}*/
.page-id-1713 #lang_sel li ul a {
  background-color: transparent !important;
  border: none;
  color: #999 !important;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  font-size: 10px;
}
.page-id-1713 #lang_sel li ul a:hover {
  color: #000 !important;
}
.page-id-1713 #lang_sel a {
  transition-duration: .05s;
  line-height: 1.4 !important;
}
.page-id-1713 #lang_sel a span {
  display: inline-block;
  margin-top: -1px;
}
/*#lang_sel a.lang_sel_sel {
  background: none;
  color: #fff;
  border: none;
  font-size: 10px;
}*/
.page-id-1713 #lang_sel a.lang_sel_sel span:after {
  content: "";
  display: inline-block;
  margin: 0 2em .1em .3em;
  width: 0;
  height: 0;
  border: .4em solid transparent;
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
}
.page-id-1713 #lang_sel .icl_lang_sel_translated {
  display: none;
}

#lang_sel a.lang_sel_sel span:after {
  border-color: #fff transparent transparent;
  position: absolute;
  top: 7px;
}

.social-media-list {
  list-style: none;
  font-size: 0;
  margin: 3rem 0;
  padding: 0;
}
.social-media-list li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.social-media-list a {
  display: inline-block;
  color: transparent;
  text-transform: uppercase;
}
.social-media-list a:hover {
  color: #517FA6;
}
.social-media-list a:hover i {
  background-color: #517FA6;
}
.social-media-list i {
  color: #fff;
  background-color: #ccc;
  display: block;
  width: 9rem;
  line-height: 9rem;
  font-size: 6rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 0rem;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

.widget-area {
  width: 100%;
}
.widget-area h2 {
  margin: 2em 0 1.5em;
}
.widget-area .search-title {
  margin: 0 0 1rem;
}
.widget-area ul {
  list-style: none;
  padding: 0;
}
.widget-area li {
  padding: .5rem 0;
}
.widget-area li + li {
  border-top: 1px solid #eee;
}

form.search-form {
  position: relative;
}
form.search-form:after {
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  opacity: 0;
}

input.search-field {
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  background-color: #eee;
  border: none;
  line-height: 36px;
  width: 100%;
  padding: 0 3.5rem 0 1rem;
  box-sizing: border-box;
  outline: none;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-content a {
  word-wrap: break-word;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* Gravity Forms */
.page-template-products .bottlesProducts {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.page-template-products .bottlesProducts h2 {
  font-size: 250%;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (min-width: 800px) {
  .page-template-products .bottlesProducts .detailedTerm {
    width: 66%;
    display: inline-block;
    margin-right: 3rem;
  }
}
.page-template-products .bottlesProducts .detailedTerm .blue {
  margin: 1em 0;
  display: block;
  text-transform: uppercase;
}
.page-template-products .bottlesProducts .detailedTermHide {
  margin-top: 32px;
  margin-top: 2rem;
  font-weight: normal;
}
.page-template-products .bottlesProducts .button {
  background: transparent;
  border: 1px solid;
  padding: 0.5em 1em;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  vertical-align: top;
  margin-bottom: 3rem;
  display: inline-block;
  width: auto;
}
.page-template-products .bottlesProducts .button:hover {
  opacity: 1;
}
.page-template-products .bottlesProducts .bottlesWrapper {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.page-template-products .bottlesProducts .bottlesWrapper .bottle {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.page-template-products .bottlesProducts .bottlesWrapper .bottle img {
  width: 31.62393%;
  float: left;
  margin-right: 2.5641%;
  max-width: 125px;
}
.page-template-products .bottlesProducts .bottlesWrapper .bottle .bottleText {
  padding: 30% 0em 0 0;
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
  float: right;
  margin-right: 0;
}
.page-template-products .bottlesProducts .bottlesWrapper .bottle .bottleText h2 {
  font-size: 24px;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-bottom: 0.4rem;
}
.page-template-products .bottlesProducts .bottlesWrapper .bottle .bottleText h3 {
  font-size: 14px;
  font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  color: #666;
  width: 100%;
}

.single-product.content-area {
  margin: 2em 0 8em;
}
.single-product .center {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-product h1, .single-product h2, .single-product h3, .single-product h4, .single-product h5, .single-product h6 {
  color: #666;
}
.single-product .site-header {
  border-bottom: 0;
}
.single-product #content {
  margin-top: 0;
}
.single-product .product-reference {
  padding: 2rem 0;
}
@media (max-width: 600px) {
  .single-product .left-sidebar {
    margin: 0 auto;
    padding: 0;
    float: none;
  }
  .single-product .left-sidebar a {
    display: none;
  }
  .single-product .center {
    width: 100%;
  }
}

.page-id-26382 .gform_wrapper input[type="text"],
.page-id-26382 .gform_wrapper input[type="email"],
.page-id-29345 .gform_wrapper input[type="text"],
.page-id-29345 .gform_wrapper input[type="email"],
.page-id-29088 .gform_wrapper input[type="text"],
.page-id-29088 .gform_wrapper input[type="email"],
.page-id-29044 .gform_wrapper input[type="text"],
.page-id-29044 .gform_wrapper input[type="email"] {
    padding: 15px !important;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #efefef;
}

.page-id-26382 .gfield_checkbox li input[type=checkbox],
.page-id-29345 .gfield_checkbox li input[type=checkbox],
.page-id-29088 .gfield_checkbox li input[type=checkbox],
.page-id-29044 .gfield_checkbox li input[type=checkbox] {
    margin-top: -1px !important;
}

.page-id-26382 .gform_wrapper .gfield_label,
.page-id-29345 .gform_wrapper .gfield_label,
.page-id-29088 .gform_wrapper .gfield_label,
.page-id-29044 .gform_wrapper .gfield_label {
    display: none !important;
}

.page-id-26382 .gform_wrapper ul li.gfield,
.page-id-26382 .gform_wrapper ul li.gfield,
.page-id-29345 .gform_wrapper ul li.gfield,
.page-id-29088 .gform_wrapper ul li.gfield,
.page-id-29044 .gform_wrapper ul li.gfield {
    margin-top: 5px !important;
}

.page-id-29345 .gform_wrapper #input_1_8,
.page-id-29088 .gform_wrapper #input_1_8,
.page-id-29044 .gform_wrapper #input_1_8 {
    width: 100% !important;
}

.page-id-29345 .leftContent p,
.page-id-29088 .leftContent p {
    max-width: 85%;
    line-height: 1.9;
}

.page-id-29345 .rightSidebar,
.page-id-29088 .rightSidebar,
.page-id-29044 .rightSidebar {
  float: left;
}


.page-id-26382 .gform_button,
.page-id-29345 .gform_button,
.page-id-29088 .gform_button,
.page-id-29044 .gform_button {
    border: none !important;
    background-color: #fff;
    font-family: 'ITC Avant Garde Gothic W01 Bd', sans-serif;
    font-weight: normal;
    color: #27aae1 !important;
    margin: 0 !important;
    padding: 0;
}

.page-id-26382 .gform_wrapper .gform_footer,
.page-id-29345 .gform_wrapper .gform_footer,
.page-id-29088 .gform_wrapper .gform_footer,
.page-id-29044 .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
}

.facts-container-plus {
    display: none;
}

.facts-container-plus.opened {
    display: block;
}

.splash-bottleflip {
    display: none;
}

@media (max-width: 600px) {

    .splash-bottleflip {
        display: block;
        box-shadow: 0 0 30px #ccc;
        border-radius: 100%;
    }

    .page-id-29088 .leftContent p, .page-id-29044 .leftContent p {
        max-width: 100%;
        line-height: 1.9;
    }

    

}

.borderSvg {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%;
}

.popup-nav {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Used for grids
 */
.justify {
  text-align: justify;
}

/*
 * Colors
 */
.blue {
  color: #27aae1 !important;
}

.darkgrey {
  color: #666;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.upgrade {
  color: #0029A2 !important;
}

.drive {
  color: #6AE600 !important;
}

.antioxidant {
  color: #FF7D3B !important;
}

.reload {
  color: #000000 !important;
}

.defence {
  color: #FAC800 !important;
}

.everyday {
  color: #2DB312 !important;
}

.care {
  color: #FF1236 !important;
}

.focus {
  color: #A600FF !important;
}

.hydrate {
  color: #D97A66 !important;
}

.awake {
  color: #9a0e4d !important;
}

.passion {
  color: #CF7AB5 !important;
}

.melon {
  color: #F5D300 !important;
}

.persika {
  color: #FFA67D !important;
}

.hallon {
  color: #FB54C0 !important;
}

.naturell {
  color: #009ADE !important;
}

.water-persika {
  color: #FBAB69 !important;
}

.ride {
  color: #2787BE !important;
}

.mind {
  color: #EF674B !important;
}

.spirit {
  color: #25B594 !important;
}

.style {
  color: #000 !important;
}

.celebrate {
  color: #165892 !important;
}

.prepare {
  color: #006747 !important;
}

.refresh {
	color: #2dccd3 !important;
}

.no1 {
  color: #000 !important;
}

.no2 {
  color: #233f92 !important;
}

.no3 {
  color: #007a4c !important;
}

.preparezero,
.prepare-zero {
  color: #00965E !important;
}

.celebratezero,
.celebrate-zero {
  color: #C69214 !important;
}

.reloadzero,
.reload-zero {
  color: #C0C0C0 !important;
}

.hydratezero,
.hydrate-zero {
  color: #dc938d !important;
}

.box-drive {
  background-color: #6AE600 !important;
  color: #fff;
}

.box-antioxidant {
  background-color: #FF7D3B !important;
  color: #fff;
}

.box-reload {
  background-color: #000000 !important;
  color: #fff;
}

.box-defence {
  background-color: #FAC800 !important;
  color: #fff;
}

.box-everyday {
  background-color: #2DB312 !important;
  color: #fff;
}

.box-care {
  background-color: #E73639 !important;
  color: #fff;
}

.box-focus {
  background-color: #A600FF !important;
  color: #fff;
}

.box-hydrate {
  background-color: #D97A66 !important;
  color: #fff;
}

.box-upgrade {
  background-color: #0029A2 !important;
  color: #fff;
}

.box-passion {
  background-color: #CF7AB5 !important;
  color: #fff;
}

.box-melon {
  background-color: #F5D300 !important;
  color: #fff;
}

.box-persika {
  background-color: #FF8A3F !important;
  color: #fff;
}

.box-hallon {
  background-color: #FB54C0 !important;
  color: #fff;
}

.box-naturell {
  background-color: #009ADE !important;
  color: #fff;
}

.box-water-persika {
  background-color: #FBAB69 !important;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none !important;
}

.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}
