/*!
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
 */
.default-btn {
  background: linear-gradient(90deg, #f37d20 0%, #fcb415 100%) !important;
  transition: .3s ease-in !important; }
  .default-btn:hover, .default-btn:focus, .default-btn:active {
    background: #2d2c29 !important; }

.default-light-btn {
  background: linear-gradient(90deg, white 0%, #ffe1c0 100%) !important;
  transition: .3s ease-in !important; }
  .default-light-btn:hover, .default-light-btn:focus, .default-light-btn:active {
    background: #2d2c29 !important; }

.x-btn, .button, [type=submit], .wc-block-components-button {
  text-shadow: none !important;
  border-radius: .4em !important;
  border: none !important;
  font-size: 1em !important;
  font-family: "latienne-pro", serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  padding: .65em 1.25em !important;
  line-height: 1.4em !important;
  background: linear-gradient(90deg, #f37d20 0%, #fcb415 100%) !important;
  transition: .3s ease-in !important;
  color: #2d2c29 !important;
  min-height: 0px !important; }
  .x-btn:hover, .x-btn:focus, .x-btn:active, .button:hover, .button:focus, .button:active, [type=submit]:hover, [type=submit]:focus, [type=submit]:active, .wc-block-components-button:hover, .wc-block-components-button:focus, .wc-block-components-button:active {
    background: #2d2c29 !important;
    color: white !important; }

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.h-subscribe {
  clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0 11%); }
  .h-subscribe .gform_wrapper form {
    margin: 0px !important; }
    .h-subscribe .gform_wrapper form .gform_body .gform_fields {
      grid-row-gap: 1em !important;
      grid-column-gap: 1em !important; }
      .h-subscribe .gform_wrapper form .gform_body .gform_fields textarea, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=text], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=password], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime-local], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=date], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=month], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=time], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=week], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=number], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=email], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=url], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=search], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=tel], .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=color], .h-subscribe .gform_wrapper form .gform_body .gform_fields .uneditable-input {
        font-size: 1em !important;
        border-radius: .3em !important;
        border: 2px solid white !important;
        padding: .4em .8em !important;
        font-weight: 300 !important;
        color: #2d2c29 !important; }
        .h-subscribe .gform_wrapper form .gform_body .gform_fields textarea::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=text]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=password]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime-local]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=date]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=month]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=time]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=week]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=number]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=email]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=url]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=search]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=tel]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=color]::placeholder, .h-subscribe .gform_wrapper form .gform_body .gform_fields .uneditable-input::placeholder {
          font-weight: 300 !important; }
        .h-subscribe .gform_wrapper form .gform_body .gform_fields textarea:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=text]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=password]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime-local]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=date]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=month]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=time]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=week]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=number]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=email]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=url]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=search]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=tel]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=color]:hover, .h-subscribe .gform_wrapper form .gform_body .gform_fields .uneditable-input:hover {
          border-color: #442e12 !important; }
        .h-subscribe .gform_wrapper form .gform_body .gform_fields textarea:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields textarea:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=text]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=text]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=password]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=password]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime-local]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=datetime-local]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=date]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=date]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=month]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=month]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=time]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=time]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=week]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=week]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=number]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=number]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=email]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=email]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=url]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=url]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=search]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=search]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=tel]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=tel]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=color]:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields input[type=color]:focus, .h-subscribe .gform_wrapper form .gform_body .gform_fields .uneditable-input:active, .h-subscribe .gform_wrapper form .gform_body .gform_fields .uneditable-input:focus {
          border-color: #181e6b !important; }
    .h-subscribe .gform_wrapper form .gform_footer {
      padding: 10px 0 0 !important; }
      .h-subscribe .gform_wrapper form .gform_footer .x-btn, .h-subscribe .gform_wrapper form .gform_footer .button, .h-subscribe .gform_wrapper form .gform_footer [type=submit] {
        background: linear-gradient(90deg, white 0%, #ffe1c0 100%) !important;
        color: #2d2c29 !important;
        padding: .7em 1.3em !important;
        border-radius: .4em !important;
        border: 0px !important;
        transition: .3s ease-in !important;
        text-shadow: none !important;
        font-family: "latienne-pro", serif !important;
        font-weight: 500 !important;
        text-transform: uppercase !important; }
        .h-subscribe .gform_wrapper form .gform_footer .x-btn:hover, .h-subscribe .gform_wrapper form .gform_footer .x-btn:active, .h-subscribe .gform_wrapper form .gform_footer .x-btn:focus, .h-subscribe .gform_wrapper form .gform_footer .button:hover, .h-subscribe .gform_wrapper form .gform_footer .button:active, .h-subscribe .gform_wrapper form .gform_footer .button:focus, .h-subscribe .gform_wrapper form .gform_footer [type=submit]:hover, .h-subscribe .gform_wrapper form .gform_footer [type=submit]:active, .h-subscribe .gform_wrapper form .gform_footer [type=submit]:focus {
          transform: scale(1.05) !important;
          background: #2d2c29 !important;
          color: white !important; }

.h-form .gform_wrapper form {
  margin-bottom: 0px !important; }
  .h-form .gform_wrapper form .gform_body legend {
    border-bottom: 0px !important; }
  .h-form .gform_wrapper form .gform_body .gform_fields {
    font-size: 1em !important; }
  .h-form .gform_wrapper form .gform_body textarea, .h-form .gform_wrapper form .gform_body input[type=text], .h-form .gform_wrapper form .gform_body input[type=password], .h-form .gform_wrapper form .gform_body input[type=datetime], .h-form .gform_wrapper form .gform_body input[type=datetime-local], .h-form .gform_wrapper form .gform_body input[type=date], .h-form .gform_wrapper form .gform_body input[type=month], .h-form .gform_wrapper form .gform_body input[type=time], .h-form .gform_wrapper form .gform_body input[type=week], .h-form .gform_wrapper form .gform_body input[type=number], .h-form .gform_wrapper form .gform_body input[type=email], .h-form .gform_wrapper form .gform_body input[type=url], .h-form .gform_wrapper form .gform_body input[type=search], .h-form .gform_wrapper form .gform_body input[type=tel], .h-form .gform_wrapper form .gform_body input[type=color], .h-form .gform_wrapper form .gform_body .uneditable-input, .h-form .gform_wrapper form .gform_body select {
    font-size: 1em !important;
    border-radius: .35em !important;
    border: 2px solid #fff4e8 !important;
    padding: .4em .8em !important;
    font-weight: 300 !important;
    color: #2d2c29 !important; }
    .h-form .gform_wrapper form .gform_body textarea::placeholder, .h-form .gform_wrapper form .gform_body input[type=text]::placeholder, .h-form .gform_wrapper form .gform_body input[type=password]::placeholder, .h-form .gform_wrapper form .gform_body input[type=datetime]::placeholder, .h-form .gform_wrapper form .gform_body input[type=datetime-local]::placeholder, .h-form .gform_wrapper form .gform_body input[type=date]::placeholder, .h-form .gform_wrapper form .gform_body input[type=month]::placeholder, .h-form .gform_wrapper form .gform_body input[type=time]::placeholder, .h-form .gform_wrapper form .gform_body input[type=week]::placeholder, .h-form .gform_wrapper form .gform_body input[type=number]::placeholder, .h-form .gform_wrapper form .gform_body input[type=email]::placeholder, .h-form .gform_wrapper form .gform_body input[type=url]::placeholder, .h-form .gform_wrapper form .gform_body input[type=search]::placeholder, .h-form .gform_wrapper form .gform_body input[type=tel]::placeholder, .h-form .gform_wrapper form .gform_body input[type=color]::placeholder, .h-form .gform_wrapper form .gform_body .uneditable-input::placeholder, .h-form .gform_wrapper form .gform_body select::placeholder {
      font-weight: 300 !important; }
    .h-form .gform_wrapper form .gform_body textarea:hover, .h-form .gform_wrapper form .gform_body input[type=text]:hover, .h-form .gform_wrapper form .gform_body input[type=password]:hover, .h-form .gform_wrapper form .gform_body input[type=datetime]:hover, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:hover, .h-form .gform_wrapper form .gform_body input[type=date]:hover, .h-form .gform_wrapper form .gform_body input[type=month]:hover, .h-form .gform_wrapper form .gform_body input[type=time]:hover, .h-form .gform_wrapper form .gform_body input[type=week]:hover, .h-form .gform_wrapper form .gform_body input[type=number]:hover, .h-form .gform_wrapper form .gform_body input[type=email]:hover, .h-form .gform_wrapper form .gform_body input[type=url]:hover, .h-form .gform_wrapper form .gform_body input[type=search]:hover, .h-form .gform_wrapper form .gform_body input[type=tel]:hover, .h-form .gform_wrapper form .gform_body input[type=color]:hover, .h-form .gform_wrapper form .gform_body .uneditable-input:hover, .h-form .gform_wrapper form .gform_body select:hover {
      border-color: #442e12 !important; }
    .h-form .gform_wrapper form .gform_body textarea:active, .h-form .gform_wrapper form .gform_body textarea:focus, .h-form .gform_wrapper form .gform_body input[type=text]:active, .h-form .gform_wrapper form .gform_body input[type=text]:focus, .h-form .gform_wrapper form .gform_body input[type=password]:active, .h-form .gform_wrapper form .gform_body input[type=password]:focus, .h-form .gform_wrapper form .gform_body input[type=datetime]:active, .h-form .gform_wrapper form .gform_body input[type=datetime]:focus, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:active, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:focus, .h-form .gform_wrapper form .gform_body input[type=date]:active, .h-form .gform_wrapper form .gform_body input[type=date]:focus, .h-form .gform_wrapper form .gform_body input[type=month]:active, .h-form .gform_wrapper form .gform_body input[type=month]:focus, .h-form .gform_wrapper form .gform_body input[type=time]:active, .h-form .gform_wrapper form .gform_body input[type=time]:focus, .h-form .gform_wrapper form .gform_body input[type=week]:active, .h-form .gform_wrapper form .gform_body input[type=week]:focus, .h-form .gform_wrapper form .gform_body input[type=number]:active, .h-form .gform_wrapper form .gform_body input[type=number]:focus, .h-form .gform_wrapper form .gform_body input[type=email]:active, .h-form .gform_wrapper form .gform_body input[type=email]:focus, .h-form .gform_wrapper form .gform_body input[type=url]:active, .h-form .gform_wrapper form .gform_body input[type=url]:focus, .h-form .gform_wrapper form .gform_body input[type=search]:active, .h-form .gform_wrapper form .gform_body input[type=search]:focus, .h-form .gform_wrapper form .gform_body input[type=tel]:active, .h-form .gform_wrapper form .gform_body input[type=tel]:focus, .h-form .gform_wrapper form .gform_body input[type=color]:active, .h-form .gform_wrapper form .gform_body input[type=color]:focus, .h-form .gform_wrapper form .gform_body .uneditable-input:active, .h-form .gform_wrapper form .gform_body .uneditable-input:focus, .h-form .gform_wrapper form .gform_body select:active, .h-form .gform_wrapper form .gform_body select:focus {
      border-color: #f37d20 !important; }
  .h-form .gform_wrapper form .gform_footer {
    padding-bottom: 0px !important; }

@media (max-width: 796px) {
  .product-cat-card .x-bg .x-bg-layer-lower-image {
    display: none !important; } }
.product-cat-card .x-bg .x-bg-layer-upper-image {
  display: none !important; }
  @media (max-width: 796px) {
    .product-cat-card .x-bg .x-bg-layer-upper-image {
      display: block !important; } }

.product-feed .product-card .woocommerce-product-attributes-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }
  .product-feed .product-card .woocommerce-product-attributes-item th, .product-feed .product-card .woocommerce-product-attributes-item td {
    padding: .4em !important; }

@media (max-width: 796px) {
  .partner-cta .x-bg .x-bg-layer-lower-image {
    display: none !important; } }
.partner-cta .x-bg .x-bg-layer-upper-image {
  display: none !important; }
  @media (max-width: 796px) {
    .partner-cta .x-bg .x-bg-layer-upper-image {
      display: block !important; } }

@media (max-width: 1080px) {
  .faq-section .x-bg .x-bg-layer-upper-image {
    background-image: url("/wp-content/uploads/2024/05/UpO.png") !important;
    background-size: 100% 40% !important;
    background-position: center bottom !important; } }

.split-left-section__img {
  clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%) !important; }
  @media (max-width: 1080px) {
    .split-left-section__img {
      clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 88%, 0% 100%) !important; } }

.split-right-section__img {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 10% 50%) !important; }
  @media (max-width: 1080px) {
    .split-right-section__img {
      clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 88%, 0% 100%) !important; } }

.recipes-feed .recipes-card__article {
  clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0 100%, 0 12%); }

@media (max-width: 796px) {
  .home-banner__decal .x-bg .x-bg-layer-lower-image {
    display: none !important; } }
.home-banner__decal .x-bg .x-bg-layer-upper-image {
  display: none !important; }
  @media (max-width: 796px) {
    .home-banner__decal .x-bg .x-bg-layer-upper-image {
      display: block !important; } }

.single-product .x-wc-add-to-cart-form form {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; }
  .single-product .x-wc-add-to-cart-form form .quantity {
    margin-bottom: 0px !important;
    margin-right: .5em !important; }
    .single-product .x-wc-add-to-cart-form form .quantity input {
      font-size: 1em !important;
      border-radius: .4em !important;
      border-color: #fff4e8 !important; }
      .single-product .x-wc-add-to-cart-form form .quantity input:hover, .single-product .x-wc-add-to-cart-form form .quantity input:focus, .single-product .x-wc-add-to-cart-form form .quantity input:active {
        border-color: #fcb415 !important; }
.single-product .body-text ul li::marker {
  color: #f37d20 !important; }

.body-text ul li::marker {
  color: #f37d20 !important; }

.h-sidebar h3 {
  font-size: 1.5em !important;
  line-height: 1em !important;
  margin-bottom: .5em !important; }
.h-sidebar .wp-block-search__label {
  font-size: 1.5em !important;
  line-height: 1em !important;
  font-family: "latienne-pro", serif !important;
  margin-bottom: .5em !important; }
.h-sidebar .wc-block-price-filter__range-input-progress {
  background: #f37d20 !important;
  --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100% !important;
  --range-color: #f37d20 !important; }
.h-sidebar .wc-block-price-filter, .h-sidebar .wc-block-price-filter__controls, .h-sidebar .wc-block-price-slider {
  border-color: #fff4e8 !important;
  font-weight: 300 !important; }
  .h-sidebar .wc-block-price-filter:hover, .h-sidebar .wc-block-price-filter:active, .h-sidebar .wc-block-price-filter:focus, .h-sidebar .wc-block-price-filter__controls:hover, .h-sidebar .wc-block-price-filter__controls:active, .h-sidebar .wc-block-price-filter__controls:focus, .h-sidebar .wc-block-price-slider:hover, .h-sidebar .wc-block-price-slider:active, .h-sidebar .wc-block-price-slider:focus {
    border-color: #fcb415 !important; }
.h-sidebar .wp-block-search__input {
  font-size: 1em !important;
  margin-bottom: 0px !important;
  border-radius: .4em !important;
  border-color: #fff4e8 !important;
  font-weight: 300 !important; }
  .h-sidebar .wp-block-search__input:hover, .h-sidebar .wp-block-search__input:active, .h-sidebar .wp-block-search__input:focus {
    border-color: #f37d20 !important; }
.h-sidebar .wp-block-search__button.has-icon {
  width: 2.65em !important;
  height: 2.65em !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: .3em !important; }
.h-sidebar .widget ul li, .h-sidebar .widget ol li {
  background-color: transparent !important;
  padding: .4em 0 !important;
  transition: .3s ease-in !important; }
  .h-sidebar .widget ul li:hover .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ul li:active .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ul li:focus .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ol li:hover .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ol li:active .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ol li:focus .wc-block-product-categories-list-item__name::before {
    background-color: #f37d20 !important; }
  .h-sidebar .widget ul li:hover a, .h-sidebar .widget ul li:active a, .h-sidebar .widget ul li:focus a, .h-sidebar .widget ol li:hover a, .h-sidebar .widget ol li:active a, .h-sidebar .widget ol li:focus a {
    color: #f37d20 !important; }
  .h-sidebar .widget ul li a, .h-sidebar .widget ol li a {
    color: #2d2c29 !important;
    transition: .3s ease-in !important; }
    .h-sidebar .widget ul li a:active, .h-sidebar .widget ol li a:active {
      color: #f37d20 !important; }
      .h-sidebar .widget ul li a:active .wc-block-product-categories-list-item__name::before, .h-sidebar .widget ol li a:active .wc-block-product-categories-list-item__name::before {
        background-color: #f37d20 !important; }
  .h-sidebar .widget ul li span, .h-sidebar .widget ol li span {
    display: flex !important;
    align-items: center !important; }
    .h-sidebar .widget ul li span::before, .h-sidebar .widget ol li span::before {
      content: "";
      width: 10px;
      height: 10px;
      margin-right: .5em;
      border-radius: 2px;
      background-color: #fff4e8;
      transition: .3s ease-in;
      position: relative;
      display: flex; }

.woocommerce-page .wc-block-cart-items__header th {
  font-family: "latienne-pro", serif !important;
  font-weight: 400 !important;
  font-size: 1.4em !important; }
.woocommerce-page .wp-block-woocommerce-cart-order-summary-heading-block {
  font-family: "latienne-pro", serif !important;
  font-weight: 400 !important;
  font-size: 1.1em !important; }
.woocommerce-page .wc-block-components-product-name {
  font-size: 1.2em !important;
  font-weight: 600 !important;
  font-family: "latienne-pro", serif !important;
  color: #2d2c29 !important; }
  .woocommerce-page .wc-block-components-product-name:hover, .woocommerce-page .wc-block-components-product-name:active, .woocommerce-page .wc-block-components-product-name:focus {
    color: #f37d20 !important; }
.woocommerce-page .x-alert-block, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  align-items: center !important; }
  .woocommerce-page .x-alert-block .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    text-decoration: none !important;
    text-align: center !important; }
  @media (max-width: 520px) {
    .woocommerce-page .x-alert-block, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
      flex-direction: column-reverse !important; }
      .woocommerce-page .x-alert-block .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        width: 100% !important;
        margin: 10px 0 0 !important; } }

.woocommerce-mini-cart {
  list-style: none !important;
  margin: 0px !important; }
  .woocommerce-mini-cart-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    padding: .4em 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .woocommerce-mini-cart-item .remove {
      line-height: 1em !important;
      margin-left: auto !important;
      font-family: "roboto", sans-serif !important;
      font-size: 1em !important;
      margin-bottom: -0.75em !important; }
    .woocommerce-mini-cart-item a {
      display: flex !important;
      justify-content: flex-start !important;
      align-items: center !important;
      line-height: 1em !important;
      font-family: "latienne-pro", serif !important;
      font-size: 1.1em !important; }
      .woocommerce-mini-cart-item a img {
        width: 60px !important;
        margin-right: .3em !important; }
    .woocommerce-mini-cart-item .quantity {
      margin-bottom: 0px !important; }
  .woocommerce-mini-cart__total {
    text-align: center !important;
    padding: .4em 0 !important;
    margin-bottom: 1em !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .woocommerce-mini-cart__buttons {
    margin: 0px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
    grid-gap: .4em !important;
    font-size: .9em !important; }

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

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