/*!
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

All client changes should be added to client.css
Any changes made in style.css will be overwritten and removed
*/
/* 
 * In this file you should centralize your imports
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* 
 * In this file Are opinionated base styles that come in after the normalize Reset.
 * We may want to merge some of these into the normalize stylesheet if they become common enough.
 * 
 * imported by style.scss
 */
:root {
  box-sizing: border-box; }

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

html {
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0 !important;
  margin-bottom: 1.5rem; }

.x-bar-footer {
  position: static !important; }

/* 
 * In this file you should declare any global variables
 * For example: brand colours, typefaces, etc.
 * imported by style.scss
 */
/* Usage Example
.selector {
  color: red;
  
  @include breakpoint('small') {
    color: blue;
  }
}
*/
/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
/* 
 * In this file you should style any forms
 * imported by style.scss
 */
footer .gform_wrapper form {
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    footer .gform_wrapper form {
      flex-direction: column !important; } }
  footer .gform_wrapper form #gform_fields_1 {
    height: 2.3em !important; }
    @media (max-width: 768px) {
      footer .gform_wrapper form #gform_fields_1 {
        height: 2.9em !important; } }
  footer .gform_wrapper form .gform_body {
    width: calc(100% - 6em); }
    @media (max-width: 768px) {
      footer .gform_wrapper form .gform_body {
        width: 100% !important; } }
    footer .gform_wrapper form .gform_body input {
      font-size: 1em;
      line-height: 1.4em;
      padding: 0.3em 0.5em;
      border: none; }
  footer .gform_wrapper form .gform_footer {
    margin: 0 0 0 .6em !important;
    padding: 0 !important;
    display: flex; }
    @media (max-width: 768px) {
      footer .gform_wrapper form .gform_footer {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: .6em !important; } }
    footer .gform_wrapper form .gform_footer .button {
      margin-bottom: 0;
      padding: 0.5em 1em;
      border: 2px solid white;
      color: white;
      font-weight: 300;
      text-transform: none;
      font-size: 1em !important; }
      @media (max-width: 768px) {
        footer .gform_wrapper form .gform_footer .button {
          width: 100% !important; } }
      footer .gform_wrapper form .gform_footer .button:hover {
        background: white !important;
        color: #000 !important;
        border-color: white !important; }

.gform_wrapper legend {
  border-bottom: none !important; }
.gform_wrapper form {
  margin-bottom: 0px !important; }
.gform_wrapper .button {
  padding: 0.55em 1.2em;
  border-width: 2px;
  text-transform: none !important;
  font-weight: 400;
  font-size: 1em; }
  .gform_wrapper .button:hover {
    text-transform: none !important;
    background: #43a147 !important;
    color: white !important;
    border-width: 2px;
    border-color: #43a147 !important; }

.tablepress {
  margin-bottom: 0 !important; }
  .tablepress tbody tr:nth-child(1) td {
    padding-top: .8em !important; }
  .tablepress tbody td, .tablepress tbody th, .tablepress tfoot td, .tablepress tfoot th {
    padding: 4px 0 !important;
    border-top: none !important; }
  .tablepress tbody .column-2, .tablepress tfoot .column-2 {
    text-align: right !important; }
  .tablepress thead th {
    background: transparent !important;
    font-family: "calluna", serif !important;
    font-weight: 300;
    font-size: 1.5em !important;
    padding: 4px 0 !important; }
  .tablepress thead .column-2 {
    text-align: right !important; }

.ingredients-list {
  padding: 1.3rem 1.3em .5em; }
  .ingredients-list__single {
    margin-bottom: 1.5em; }
    .ingredients-list__single__title {
      color: #000;
      font-size: 1.3em;
      text-transform: uppercase;
      line-height: 1.1em;
      margin-bottom: 1rem;
      display: block;
      font-weight: 500 !important; }
  .ingredients-list .ingredient-items__single {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    line-height: 1.3em;
    margin-bottom: 0.4em; }
    .ingredients-list .ingredient-items__single--name {
      margin-right: auto; }
    .ingredients-list .ingredient-items__single--number {
      padding: 0 4px; }

/* 
 * In this file you should declare any utility styles
 * For example: visually-hidden, center-text etc.
 * All classes here should be prefixed with "u-" Ex: u-visually-hidden
 * imported by style.scss
 */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important; }

.u-clearfix:after {
  content: ' ';
  display: table;
  clear: both; }

.u-center-text {
  text-align: center !important; }

/* Card Fill */
.product-fill-container:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: -1px;
  left: 0;
  transition: height 1.25s ease-in;
  -webkit-transition: height 1.25s ease;
  -moz-transition: height 1.25s ease;
  -ms-transition: height 1.25s ease;
  -o-transition: height 1.25s ease; }

.product-card:hover > .product-fill-container:after {
  height: 100%; }

.after-color--primary-color:after {
  background-color: #43a147; }

.after-color--veg-dark:after {
  background-color: #2092bd; }

.after-color--corn-dark:after {
  background-color: #f78c2a; }

.after-color--bblend-dark:after {
  background-color: #f2633a; }

/* Home Banner Bottle Ease */
.home-banner__bottle {
  transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  -moz-transition: transform .8s ease;
  -ms-transition: transform .8s ease;
  -o-transition: transform .8s ease; }

/* Card bottle hover */
.product-card .product-card__bottle {
  transition: transform 1s ease-out;
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out; }

.product-card:hover .product-card__bottle {
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transform: translateY(-2%) translateX(-1%) rotate(-1deg); }

/* Diagnol Button Hover */
.diagonal, .diagonal--canola-dark, .diagonal--veg-dark, .diagonal--corn-dark, .diagonal--bblend-dark,
.diagonal--canola, .diagonal--veg, .diagonal--corn, .diagonal--bblend {
  position: relative;
  overflow: hidden; }

.diagonal:after {
  background-color: white; }

.diagonal--canola:after {
  background-color: #accd38;
  color: white; }

.diagonal--canola-dark:after {
  background-color: #43a147;
  color: white; }

.diagonal--veg:after {
  background-color: #2092bd;
  color: white; }

.diagonal--veg-dark:after {
  background-color: #2092bd;
  color: white; }

.diagonal--corn:after {
  background-color: #f78c2a;
  color: white; }

.diagonal--corn-dark:after {
  background-color: #f78c2a;
  color: white; }

.diagonal--bblend:after {
  background-color: #f2633a;
  color: white; }

.diagonal--bblend-dark:after {
  background-color: #f2633a;
  color: white; }

.diagonal span {
  transition: color .8s ease;
  -webkit-transition: color .8s ease;
  -moz-transition: color .8s ease;
  -ms-transition: color .8s ease;
  -o-transition: color .8s ease; }

.diagonal:hover span {
  color: black !important; }

.diagonal:after, .diagonal--canola-dark:after, .diagonal--veg-dark:after, .diagonal--corn-dark:after, .diagonal--bblend-dark:after {
  content: "";
  position: absolute;
  top: -100%;
  right: -80%;
  width: 300%;
  height: 1000%;
  z-index: 1;
  transform-origin: 0% 0%;
  transform: translateX(calc(-61%)) translateY(50%) rotate(-25deg);
  /*/transform: translateY(-61%) translateX(50%) rotate(-25deg);*/
  transition: transform 1.25s ease;
  -webkit-transition: transform 1.25s ease;
  -moz-transition: transform 1.25s ease;
  -ms-transition: transform 1.25s ease;
  -o-transition: transform 1.25s ease; }

.diagonal:hover::after {
  transform: translateY(20%) translateX(-55px) rotate(-45deg); }

#wpca-bar {
  padding: 2em !important;
  align-items: center !important; }
  #wpca-bar .wpca-lay-out-content p {
    line-height: 1.3em !important;
    font-weight: 300 !important; }
    #wpca-bar .wpca-lay-out-content p a {
      text-decoration: underline !important; }
  #wpca-bar #wpca-bar-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
  #wpca-bar #wpca-icon-settings {
    width: auto;
    text-align: center;
    border: 2px solid white;
    margin-bottom: 0.5em;
    padding: 0.3em 1.5em;
    font-size: 1em;
    min-width: 8em; }
  #wpca-bar .wpca-btn-accept {
    padding: .3em 2.1em !important;
    font-size: 1em;
    min-width: 8em; }

@media screen and (max-width: 1480px) {
  #wpca-bar.wpca-cc-settings-link.wpca-decline-not .wpca-lay-out-content {
    flex-basis: 100% !important; } }
@media screen and (max-width: 1024px) {
  #wpca-bar.wpca-cc-settings-link.wpca-decline-not .wpca-lay-out-meta .wpca-btn, #wpca-bar.wpca-cc-settings-link.wpca-decline-not .wpca-lay-out-meta #wpca-icon-settings {
    width: 100% !important;
    text-align: center !important; }

  #wpca-bar #wpca-bar-meta {
    width: 100% !important;
    max-width: 12em !important; } }
@media screen and (max-width: 600px) {
  #wpca-bar #wpca-bar-meta {
    width: 100% !important;
    max-width: none !important; } }

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