/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
* Woocommerce mixins 
*
*/
a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 800px;
}

.page .site-inner,
.archive .site-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .page .site-inner,
.archive .site-inner {
    padding: 0px 0;
  }
}

.woocommerce .site-inner {
  position: relative;
  max-width: 1168px;
  margin: 40px auto;
  padding: 0 32px;
}

.tax-product_cat .site-inner {
  margin: 0 auto;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area,
.content-sidebar .site-inner {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main,
.content-sidebar .woocommerce {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }

  .sidebar-content .site-main {
    float: right;
    width: 65.7534246575%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .sidebar-content .content-area,
.sidebar-content .site-inner {
      display: grid;
      grid-template-columns: 300px 1fr;
      grid-column-gap: 32px;
      grid-auto-flow: dense;
    }
    .sidebar-content .site-main,
.sidebar-content .woocommerce {
      float: none;
      width: 100%;
      max-width: 768px;
      grid-column: 2;
    }
    .sidebar-content .sidebar-primary {
      float: none;
      width: 100%;
      grid-column: 1;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 24px;
  height: 35px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Forms
--------------------------------------------- */
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  color: #757575;
  font-size: 16px;
  padding: 5px 30% 5px 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 35px;
  left: auto;
  color: #fff;
  background: #FF941F;
  border: none;
  border-radius: 4px;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
    font-size: 18px;
  }
}
button a,
input[type=button] a,
input[type=reset] a,
input[type=submit] a,
.button a {
  color: #fff;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #ffac52;
  text-decoration: none;
  background-image: none;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #FF941F;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #757575;
}
@media print {
  body {
    font-family: sans-serif;
  }
}

.sidebar-primary {
  font-size: 14px;
}

a {
  color: #FF941F;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #757575;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.title-bar {
  background: linear-gradient(90deg, #ff941f 0%, rgba(255, 148, 31, 0) 100%);
  border: none;
  margin-bottom: 30px;
  width: 100%;
  height: 3px;
  color: #FF941F;
  position: relative;
}
.title-bar::before {
  background: #FF941F;
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 10%;
  margin-top: -0.1px;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

.sidebar-title-section {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #FF941F;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #757575;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-weight: 800;
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-weight: 500;
  font-size: 22px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-weight: 500;
  font-size: 18px;
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 35px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #FF941F;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #eb7b00;
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #FF941F;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #eb7b00;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #A1C686;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #86b663;
}
.wp-block-button__link.has-light_green-color:hover, .wp-block-button__link.has-light_green-color:focus {
  color: #CCCA9B;
}
.wp-block-button__link.has-light_green-background-color:hover, .wp-block-button__link.has-light_green-background-color:focus {
  background-color: #bbb879;
}
.wp-block-button__link.has-text-color:hover, .wp-block-button__link.has-text-color:focus {
  color: #757575;
}
.wp-block-button__link.has-text-background-color:hover, .wp-block-button__link.has-text-background-color:focus {
  background-color: #5c5c5c;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #757575;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #757575;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 20px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

.title-bar {
  background: linear-gradient(90deg, #ff941f 0%, rgba(255, 148, 31, 0) 100%);
  border: none;
  margin-bottom: 30px;
  width: 100%;
  height: 3px;
  color: #FF941F;
  position: relative;
}
.title-bar::before {
  background: #FF941F;
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 10%;
  margin-top: -0.1px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-orange-color {
  color: #FF941F;
}

.has-orange-background-color {
  background-color: #FF941F;
}

.has-green-color {
  color: #A1C686;
}

.has-green-background-color {
  background-color: #A1C686;
}

.has-light_green-color {
  color: #CCCA9B;
}

.has-light_green-background-color {
  background-color: #CCCA9B;
}

.has-text-color {
  color: #757575;
}

.has-text-background-color {
  background-color: #757575;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* Block Areas
--------------------------------------------- */
.footer-banner {
  margin: 0px !important;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #FF941F;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* dmkt Hero Block
--------------------------------------------- */
.dmkt-hero {
  max-width: 100%;
  height: 100vh;
  padding: 0px 0;
  margin-top: -115px !important;
  position: relative;
  background-position: center;
  background-size: cover;
}
.dmkt-hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dmkt-hero .dmkt-hero--wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*.dmkt-hero--box{
      position:relative;
      max-width: 40vw;
      margin: 0;
      padding: 60px;
      height: 100%;
      //background-color: $highlight;
  }*/
}
.dmkt-hero .dmkt-hero--wrap .dmkt-hero--content {
  position: relative;
  background-color: #fff;
  height: auto;
  max-width: 480px;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
@media (min-width: 768px) {
  .dmkt-hero .dmkt-hero--wrap .dmkt-hero--content {
    width: 480px;
  }
}
.dmkt-hero .dmkt-hero--wrap .dmkt-hero--content p {
  font-weight: 900;
  font-size: 70px;
}
.dmkt-hero .dmkt-hero--wrap .dmkt-hero--content h1 {
  font-size: 22px;
  font-weight: 300;
}
.dmkt-hero .dmkt-hero--wrap .dmkt-hero--content h1 span {
  font-size: 26px;
  font-weight: 600;
}
.dmkt-hero .dmkt-hero--wrap .dmkt-hero--content .dmkt-hero--search {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .dmkt-banner .dmkt-banner--wrap .dmkt-banner--box {
    flex-basis: 50%;
  }
}
/* dmkt WC Product slider Block
--------------------------------------------- */
.dmkt-wc-product-slider {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap {
  position: relative;
  width: 100%;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  margin-left: 0;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .price {
  position: absolute;
  top: 150px;
  background-color: #FF941F;
  color: #fff;
  border-radius: 0 5px 5px 0;
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 5px 20px;
  width: 130px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(171, 144, 115, 0.5);
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .price .amount {
  font-size: 24px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-title {
  position: relative;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-title .woocommerce-loop-product__title {
  padding: 0.5em 0;
  margin: 0 0 5px 0;
  font-size: 1em;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-info {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-info .dmkt-wc-card-info--wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-info .dmkt-wc-card-info--wrap .dmkt-wc-card-info--item {
  position: relative;
  width: 50%;
  color: #757575;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-info .dmkt-wc-card-info--wrap .dmkt-wc-card-info--item svg {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .dmkt-wc-product-slider--item .dmkt-wc-card-info .dmkt-wc-card-info--wrap .dmkt-wc-card-info--item p {
  margin-bottom: 2px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -60px;
  width: 50px;
}
.dmkt-wc-product-slider .dmkt-wc-product-slider--wrap .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -25px;
  width: 50px;
}

/* dmkt Itinerary slider Block
--------------------------------------------- */
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--item {
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--item:hover .dmkt-itinerary-slider--overlay {
  opacity: 1;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--item .dmkt-itinerary-slider--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--item .dmkt-itinerary-slider--overlay h4 {
  text-align: center;
  color: #fff;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--responsive-title {
  text-align: center;
}
@media (min-width: 768px) {
  .dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .dmkt-itinerary-slider--responsive-title {
    display: none;
  }
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -60px;
  width: 50px;
}
.dmkt-itinerary-slider .dmkt-itinerary-slider--wrap .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -25px;
  width: 50px;
}

/* dmkt Login form
--------------------------------------------- */
.dmkt-login-form {
  position: relative;
}
.dmkt-login-form .woocommerce-form-register {
  position: relative;
  padding: 10px;
  border: solid 1px #E0E0E0;
  border-radius: 3px;
}
.dmkt-login-form .woocommerce-form-register .dmkt-wc-register-form--2-col {
  position: relative;
  display: flex;
}
.dmkt-login-form .woocommerce-form-register .form-row {
  margin-left: 5px;
}
.dmkt-login-form #dmkt-register-form {
  display: none;
}
.dmkt-login-form .dmkt-inscription-btn {
  background-color: transparent;
  color: #FF941F;
  font-size: 15px;
  font-weight: 600;
}
.dmkt-login-form .dmkt-inscription-btn:hover {
  color: #000;
}
.dmkt-login-form .woocommerce-form-login {
  position: relative;
  padding: 10px;
  border: solid 1px #E0E0E0;
  border-radius: 3px;
}
.dmkt-login-form .checkout-confidentiality {
  font-size: 14px;
}
.dmkt-login-form #dmkt-privacity-modal {
  display: none;
}
.dmkt-login-form .dmkt-privacity-btn {
  background-color: transparent;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
}
.dmkt-login-form .dmkt-privacity-btn:hover {
  color: #FF941F;
}
.dmkt-login-form .dmkt-login-form--modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.dmkt-login-form .dmkt-login-form--modal .dmkt-login-form--content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.dmkt-login-form .dmkt-login-form--modal .dmkt-close-btn {
  color: #FF941F;
  background-color: transparent;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
}
.dmkt-login-form .dmkt-login-form--modal .dmkt-close-btn:hover, .dmkt-login-form .dmkt-login-form--modal .dmkt-close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* dmkt Itinerary day info
--------------------------------------------- */
.dmkt-itinerary-day {
  position: relative;
  margin-bottom: 125px !important;
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--slider {
  position: relative;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--slider {
    width: 50%;
  }
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--slider .dmkt-itinerary-day--image {
  position: relative;
  height: 350px;
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--slider .dmkt-itinerary-day--image img {
  height: 350px;
  object-fit: cover;
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content {
  position: relative;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content {
    width: 50%;
  }
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content h2 {
  font-family: "Pacifico", cursive;
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content h2 {
    font-size: 38px;
  }
}
.dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  .dmkt-itinerary-day .dmkt-itinerary-day--wrap .dmkt-itinerary-day--content h3 {
    font-size: 24px;
  }
}

/* dmkt Itinerary duration
--------------------------------------------- */
.dmkt-itinerary-duration {
  position: relative;
  margin-top: -140px !important;
}
.dmkt-itinerary-duration .dmkt-duration--content {
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.dmkt-itinerary-duration .dmkt-duration--content h2 {
  margin-bottom: 0px;
}

/* dmkt Itinerary map
--------------------------------------------- */
.dmkt-itinerary-map {
  position: relative;
  margin: 100px 0 50px 0;
}
.dmkt-itinerary-map .dmkt-itinerary-map--wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
  background-image: url("https://www.only-combi.com/refonte/wp-content/themes/OnlyCombi5_theme/assets/icons/map.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dmkt-itinerary-map .dmkt-itinerary-map--wrap .dmkt-itinerary-map--content {
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .dmkt-itinerary-map .dmkt-itinerary-map--wrap .dmkt-itinerary-map--content {
    width: 50%;
  }
}
.dmkt-itinerary-map .dmkt-itinerary-map--wrap .dmkt-itinerary-map--map {
  width: 100%;
}
@media (min-width: 768px) {
  .dmkt-itinerary-map .dmkt-itinerary-map--wrap .dmkt-itinerary-map--map {
    width: 50%;
  }
}
.dmkt-itinerary-map .dmkt-itinerary-map--wrap iframe {
  position: relative;
  z-index: 999;
  width: 340px;
  height: 380px;
}
@media (min-width: 768px) {
  .dmkt-itinerary-map .dmkt-itinerary-map--wrap iframe {
    width: 640px;
    height: 480px;
    margin-top: -50px;
  }
}

/* dmkt Social Share Buttons
--------------------------------------------- */
.dmkt-share-buttons {
  position: relative;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
}
.dmkt-share-buttons .dmkt-share-buttons--wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.dmkt-share-buttons .dmkt-share-buttons--wrap .dmkt-share-buttons--title {
  margin-right: 20px;
}
.dmkt-share-buttons .dmkt-share-buttons--wrap .dmkt-share-buttons--buttons {
  position: relative;
  width: 100%;
  display: flex;
}
.dmkt-share-buttons .dmkt-share-buttons--wrap .dmkt-share-buttons--buttons .dmkt-share-buttons--item {
  margin-right: 10px;
  width: 25px;
}
.dmkt-share-buttons .dmkt-share-buttons--wrap .dmkt-share-buttons--buttons .dmkt-share-buttons--item:hover svg {
  fill: #FF941F;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header,
.site-product .site-header {
  background: #fff;
  position: relative;
  padding: 5px;
  min-height: 49px;
}
.site-header .wrap,
.site-product .site-header .wrap {
  display: flex;
  align-items: center;
}
.site-header:before,
.site-product .site-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -3px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff941f 0%, rgba(255, 148, 31, 0) 100%);
}

.single .site-header,
.front-page .site-header {
  background: transparent;
  z-index: 50;
}
.single .site-header:before,
.front-page .site-header:before {
  content: "";
  background: transparent;
}

.title-area {
  float: left;
  width: 100%;
  max-width: 80px;
  text-align: left;
  margin: 0 auto;
  /*
  	.site-title a {
  	  	background: url(../icons/logo.svg) no-repeat center;
  	  	background-size: contain;
  		display: block;
  		text-indent: -9999em;
  		width: 100%;
  		height: 0;
  		padding-bottom: 139px / 623px * 100%;
  	}
  */
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #757575;
  text-decoration: none;
}
@media (max-width: 768px) {
  .title-area {
    float: none;
    text-align: center;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto 42px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item a:after {
  position: absolute;
  bottom: 15px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #FF941F;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transform: translateY(20px);
}
.nav-menu .menu-item:hover > a:after {
  opacity: 1;
  transform: translateY(15px);
}
.nav-menu .menu-item.current-menu-item > a:after, .nav-menu .menu-item.current-menu-ancestor > a:after {
  opacity: 1;
  transform: translateY(15px);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
@media (min-width: 768px) {
  .nav-menu .submenu-expand {
    display: none;
  }
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc( 100% - 112px );
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: #fff;
    border: solid 1px #E0E0E0;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    color: #FF941F;
  }
  .nav-menu .sub-menu .menu-item:hover > a:after {
    opacity: 0;
  }
  .nav-menu .sub-menu .menu-item.current-menu-item > a:after, .nav-menu .sub-menu .menu-item.current-menu-ancestor > a:after {
    opacity: 0;
    color: #FF941F;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    position: absolute;
    top: 0;
    left: 0;
    background: #CCCA9B;
    border-top: 1px solid #CCCA9B;
    display: block;
    margin: 0 0px;
    padding: 20px 0 20px 60px;
    width: 100vw;
    z-index: 900;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Negative Menus */
.single .menu-item a,
.front-page .menu-item a {
  color: #fff;
}
.single .menu-item svg path,
.front-page .menu-item svg path {
  fill: #fff;
}

.single button svg path,
.front-page button svg path {
  fill: #fff;
}

.front-page .sub-menu .menu-item a,
.single .sub-menu .menu-item a {
  color: #000;
}

.single-product .menu-item a,
.single-product .secondary-menu-toggle a {
  color: #000;
}
.single-product .menu-item svg path,
.single-product .secondary-menu-toggle svg path {
  fill: #000;
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle,
.secondary-menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close,
.secondary-menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active, .search-toggle:hover svg path,
.menu-toggle:hover,
.menu-toggle.active,
.menu-toggle:hover svg path,
.secondary-menu-toggle:hover,
.secondary-menu-toggle.active,
.secondary-menu-toggle:hover svg path {
  background: transparent;
  fill: #FF941F;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.secondary-menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.secondary-menu-toggle.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 0px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 999;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Secondary Menu
--------------------------------------------- */
.secondary-menu ul .menu-item a {
  transition: 0.3s;
  display: block;
  padding: 8px 8px 8px 32px;
  color: #000;
}
.secondary-menu ul .menu-item a:hover {
  color: #757575;
}

/* The Modal (background) */
.side-menu {
  width: 0px;
  position: fixed;
  height: 50vh;
  background-color: #CCCA9B;
  border-radius: 3px 0 0 3px;
  padding: 60px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  overflow-x: hidden;
  transition: 0.5s;
}
.side-menu .close-sidemenu-btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.animate {
  animation: animatezoom 0.6s;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 0 -48px;
    width: calc( 100% + 96px );
  }
}
.header-search:not(.active) {
  display: none;
}

/* Sticky Menu
--------------------------------------------- */
#sticky_navbar {
  display: none;
}

@media (min-width: 769px) {
  #sticky_navbar {
    background-color: #fff;
    position: fixed;
    display: block;
    padding: 10px;
    top: -90px;
    width: 100%;
    transition: top 0.3s;
    z-index: 100;
  }
  #sticky_navbar a {
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
  }
  #sticky_navbar a:hover {
    color: #FF941F;
  }

  .dmkt-sticky-bar {
    position: relative;
    width: 100%;
  }
  .dmkt-sticky-bar .dmkt-sticky-bar--wrap {
    position: relative;
    max-width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .dmkt-sticky-bar .dmkt-sticky-bar--wrap img {
    width: 60px;
    margin-right: 10%;
  }

  .nav-sticky--menu {
    display: block;
  }
  .nav-sticky--menu .menu-item {
    position: relative;
    display: inline-block;
    float: none;
  }

  .nav-sticky {
    clear: both;
    width: auto;
  }
}
/* Connection menu
--------------------------------------------- */
.navConnection > * {
  line-height: 0;
}
.navConnection ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.navConnection .menu-item {
  list-style: none;
  position: relative;
}
.navConnection .menu-item a {
  border: none;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.navConnection .menu-item:hover > a svg path {
  fill: #FF941F;
}
.navConnection .menu-item.current-menu-item > a, .navConnection .menu-item.current-menu-ancestor > a {
  color: #FF941F;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 64px;
  margin-top: 64px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #FF941F;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}
.post-summary__image img {
  height: 250px;
  object-fit: cover;
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #FF941F;
}

.single .entry-category {
  position: relative;
  z-index: 15;
}
.single .entry-category a {
  color: #fff;
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .archive .site-main > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  background-image: url("../icons/page-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 20px 10%;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}
.archive-description .archive-title {
  color: #fff;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 34px;
}
@media (min-width: 768px) {
  .archive-description .archive-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .archive-description .archive-title {
    font-size: 50px;
  }
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #757575;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #FF941F;
}
.pagination ul li.active > a {
  background: #FF941F;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Title
--------------------------------------------- */
.page .entry-title {
  color: #fff;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 34px;
}
@media (min-width: 768px) {
  .page .entry-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .page .entry-title {
    font-size: 50px;
  }
}

.single .entry-title {
  position: relative;
  color: #fff;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 34px;
  z-index: 15;
}
@media (min-width: 768px) {
  .single .entry-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .single .entry-title {
    font-size: 50px;
  }
}

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc( 2 * 20px);
  margin-bottom: calc( 2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: 0px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #757575;
  text-decoration: none;
}
.entry-author a:hover {
  color: #FF941F;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #757575;
}
.breadcrumb a:hover {
  color: #FF941F;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.single .entry-author {
  position: relative;
  color: #fff;
  z-index: 15;
}
.single .entry-author a {
  color: #fff;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.page .entry-header {
  background-image: url("../icons/page-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  margin-top: 0;
  max-width: 100vw;
  width: 100vw;
  padding: 20px 10%;
  /*&:before{
  	content:'';
  	background-image: url('../icons/map.png');
  	position:absolute;
  	width:100%;
  	height:33%;
  	top:0;
  	left:0;
  	content: '';
  	background-image: url("../icons/map.png");
  	background-repeat: no-repeat;
  	background-position:right;
  	z-index: -1;
  }*/
}
@media (min-width: 768px) {
  .page .entry-header {
    margin: calc( 2 * 20px ) calc(50% - 50vw);
    margin-bottom: 48px;
    overflow: hidden;
    margin-top: auto;
    padding: 50px 10%;
  }
}

.single .entry-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  width: 100%;
  width: 100vw;
  padding: 120px 5%;
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  width: 100vw;
  margin-top: -130px;
  align-items: center;
  text-align: center;
}
.single .entry-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .single .entry-header {
    margin-top: -140px;
    padding: 200px 10%;
    z-index: -10;
  }
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(255, 148, 31, 0.05);
  border-left: 2px solid #FF941F;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #757575;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #757575;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #FF941F;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #FF941F;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px );
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: rgba(204, 202, 155, 0.65);
  color: #757575;
  padding: 40px 0 10px;
  position: relative;
  /*@include media("<tablet") {
  		.social-links li {
  				display: inline-block;
  				margin: 0;
  		}

  		.social-links .label {
  			display: none;
  		}

  		.footer-widgets-1 {
  			float: left;
  			width: calc( 50% - 8px );
  		}

  		.footer-widgets-2 {
  			float: right;
  			width: calc( 50% - 8px );
  		}

  		.footer-widgets-3 {
  			overflow: hidden;
  			width: 100%;
  		}
  	}

  	@include media(">=tablet") {
  		.wrap {
  			@include columns( 3, 'div' );
  		}
  	}
  }*/
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer-widgets .widget-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.footer-widgets a {
  font-size: 15px;
  color: #757575;
  text-decoration: none;
}
.footer-widgets a:hover {
  color: #000;
}
.footer-widgets a svg {
  fill: #757575;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer-widgets p {
  font-size: 15px;
  color: #757575;
  text-decoration: none;
}
.footer-widgets .wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  /*.footer--item{
  	position: relative;
  	width: 100%;
  	text-align: center;
  	margin-right: $wrap_edge;
  	display: flex;
  	flex-direction: column;
  	@include media(">=tablet"){
  		text-align: left;
  	}
  }*/
}
.footer-widgets .wrap .footer-widgets--box {
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  flex-basis: 359.3333333333px;
}
.footer-widgets .wrap .footer--data {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-widgets .wrap .footer--data {
    flex-wrap: nowrap;
  }
}
.footer-widgets .wrap .footer--social {
  padding-bottom: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-widgets .wrap .footer--social {
    text-align: left;
  }
}
.footer-widgets .wrap .footer--menus {
  position: relative;
}
@media (min-width: 768px) {
  .footer-widgets .wrap .footer--menus {
    display: flex;
    justify-content: space-between;
    flex-basis: 748.6666666667px;
  }
}
.footer-widgets .wrap .footer--menus a {
  color: #757575;
}
.footer-widgets .wrap .footer--menus a:hover {
  color: #FF941F;
}
.footer-widgets .wrap .footer--menu {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #ffac52;
  color: #757575;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  /*.cafemedia {
  	text-transform: uppercase;
  }

  .backtotop {
  	background: rgba( $black, .75 );
  	border-radius: 3px;
  	display: inline-block;
  	line-height: 20px;
  	padding: 10px;
  	text-decoration: none;

  	svg {
  		fill: $white;
  		margin-left: 4px;
  		vertical-align: middle;
  	}

  	&:hover {
  		background: rgba( $black, 1 );
  	}
  }*/
}
.site-footer p {
  margin: 0px;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer .wrap a {
  color: #757575;
}
.site-footer .wrap a:hover {
  color: #000;
}
.site-footer .wrap .footer-links a + a {
  margin-left: 12px;
}
.site-footer .wrap .footer--box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
    /*.backtotop {
    	float: right;
    }*/
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
}

/**
 * FacetWP styles
 */
.facetwp-load-more {
  display: block !important;
}

.sidebar-primary .facetwp-facet {
  margin-bottom: 10px !important;
}

.facetwp-facet-disponibilite input {
  padding: 5px;
  width: 350px;
}

/**
 * Styles for dmkt-itinerary template
 */
.single-itinerary .entry-header {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .single-itinerary .entry-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: calc( 2 * 20px ) calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    margin-top: -140px;
    padding: 200px 10%;
    z-index: -10;
  }
  .single-itinerary .entry-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.single-itinerary .entry-header .itinerary-info {
  position: relative;
  color: #fff;
  font-weight: 500;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  z-index: 50;
}

/**
 * WC Deposits
 */
.switch-candy {
  background-color: rgba(204, 202, 155, 0.2);
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  height: 60px;
  /* text-shadow: 1px 1px 1px #191b1e; */
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
}