/* ==========================================================================
    1. Reset
    2. Base styles: opinionated defaults
    3. Variables
    4. Mixins
    5. Fonts
    6. Custom styles
    7. Content blocks
    8. Browser Fixes
    9. Plugins
    10. Responsive
 ========================================================================== */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=dcc6a810-3bbf-4875-9a7b-223609743766&fontids=1560996");
html {
  font-family: 'Lustria', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* colours */
fieldset, #add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-add-payment-method #payment ul.payment_methods, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce table {
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: rem-calc(4px); }

/* 
 * Font Sizes
 */
/*
 * Inputs
 */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* css3 elements */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
/*Fonts here*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-SemiBold.eot");
  src: url("../fonts/roboto/RobotoSlab-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-SemiBold.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-SemiBold.woff") format("woff"), url("../fonts/roboto/RobotoSlab-SemiBold.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-SemiBold.svg#RobotoSlab-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Regular.eot");
  src: url("../fonts/roboto/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Regular.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Regular.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-ExtraBold.eot");
  src: url("../fonts/roboto/RobotoSlab-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-ExtraBold.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-ExtraBold.woff") format("woff"), url("../fonts/roboto/RobotoSlab-ExtraBold.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-ExtraBold.svg#RobotoSlab-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-ExtraLight.eot");
  src: url("../fonts/roboto/RobotoSlab-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-ExtraLight.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-ExtraLight.woff") format("woff"), url("../fonts/roboto/RobotoSlab-ExtraLight.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-ExtraLight.svg#RobotoSlab-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Bold.eot");
  src: url("../fonts/roboto/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Bold.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Light.eot");
  src: url("../fonts/roboto/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Light.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Light.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Light.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Light.svg#RobotoSlab-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Medium.eot");
  src: url("../fonts/roboto/RobotoSlab-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Medium.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Medium.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Medium.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Medium.svg#RobotoSlab-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Black.eot");
  src: url("../fonts/roboto/RobotoSlab-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Black.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Black.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Black.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Black.svg#RobotoSlab-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/roboto/RobotoSlab-Thin.eot");
  src: url("../fonts/roboto/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/RobotoSlab-Thin.woff2") format("woff2"), url("../fonts/roboto/RobotoSlab-Thin.woff") format("woff"), url("../fonts/roboto/RobotoSlab-Thin.ttf") format("truetype"), url("../fonts/roboto/RobotoSlab-Thin.svg#RobotoSlab-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Light.eot");
  src: url("../fonts/lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Light.woff2") format("woff2"), url("../fonts/lato/Lato-Light.woff") format("woff"), url("../fonts/lato/Lato-Light.ttf") format("truetype"), url("../fonts/lato/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Bold.eot");
  src: url("../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Bold.woff2") format("woff2"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("truetype"), url("../fonts/lato/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/lato/Lato-HairlineItalic.eot");
  src: url("../fonts/lato/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-HairlineItalic.woff2") format("woff2"), url("../fonts/lato/Lato-HairlineItalic.woff") format("woff"), url("../fonts/lato/Lato-HairlineItalic.ttf") format("truetype"), url("../fonts/lato/Lato-HairlineItalic.svg#Lato-HairlineItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-LightItalic.eot");
  src: url("../fonts/lato/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-LightItalic.woff2") format("woff2"), url("../fonts/lato/Lato-LightItalic.woff") format("woff"), url("../fonts/lato/Lato-LightItalic.ttf") format("truetype"), url("../fonts/lato/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Regular.eot");
  src: url("../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype"), url("../fonts/lato/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/lato/Lato-Hairline.eot");
  src: url("../fonts/lato/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Hairline.woff2") format("woff2"), url("../fonts/lato/Lato-Hairline.woff") format("woff"), url("../fonts/lato/Lato-Hairline.ttf") format("truetype"), url("../fonts/lato/Lato-Hairline.svg#Lato-Hairline") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-BoldItalic.eot");
  src: url("../fonts/lato/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/lato/Lato-BoldItalic.woff") format("woff"), url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype"), url("../fonts/lato/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-BlackItalic.eot");
  src: url("../fonts/lato/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/lato/Lato-BlackItalic.woff") format("woff"), url("../fonts/lato/Lato-BlackItalic.ttf") format("truetype"), url("../fonts/lato/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Medium.eot");
  src: url("../fonts/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Medium.woff2") format("woff2"), url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.ttf") format("truetype"), url("../fonts/lato/Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Black.eot");
  src: url("../fonts/lato/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Black.woff2") format("woff2"), url("../fonts/lato/Lato-Black.woff") format("woff"), url("../fonts/lato/Lato-Black.ttf") format("truetype"), url("../fonts/lato/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Italic.eot");
  src: url("../fonts/lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Italic.woff2") format("woff2"), url("../fonts/lato/Lato-Italic.woff") format("woff"), url("../fonts/lato/Lato-Italic.ttf") format("truetype"), url("../fonts/lato/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Quickpen';
  src: url("../fonts/quickpen/QuickpenW05-Regular.eot");
  src: url("../fonts/quickpen/QuickpenW05-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quickpen/QuickpenW05-Regular.woff2") format("woff2"), url("../fonts/quickpen/QuickpenW05-Regular.woff") format("woff"), url("../fonts/quickpen/QuickpenW05-Regular.ttf") format("truetype"), url("../fonts/quickpen/QuickpenW05-Regular.svg#QuickpenW05-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* ==========================================================================
   6. Custom Styles

      Below are the included style sass files which make up the site
      All files are seperated out into blocks/pages/globalised/vendor
   ========================================================================== */
/* ==========================================================================
   6.1 Custom Global Styles
   ========================================================================== */
.no-format {
  list-style: none;
  padding: 0;
  margin: 0; }

.ib {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.indent {
  text-transform: capitalize;
  text-align: left;
  text-indent: -99999px; }

.rel {
  position: relative; }

.box {
  box-sizing: border-box; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .thumbnail.contain {
    background-size: contain; }

.text-align.center {
  text-align: center; }

.text-align.left {
  text-align: left; }

.text-align.right {
  text-align: right; }

.table {
  width: 100%;
  height: 100%;
  display: table; }

.cell {
  display: table-cell;
  width: 100%; }
  .cell.middle {
    vertical-align: middle; }
  .cell.bottom {
    vertical-align: bottom; }
  .cell.top {
    vertical-align: top; }

body {
  overflow-x: hidden; }

.menu-active {
  overflow: hidden; }

.woocommerce-page #main,
.container {
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out; }

html {
  font-family: "Host Grotesk", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

img {
  max-width: 100%;
  height: auto; }

.page__main {
  padding-top: 11.7rem; 
}
@media only screen and (max-width: 767px) {
    .page__main {
      padding-top: 5.8rem; } 
}

h2 {
    font-size: 44px;
    font-weight: 900;
}

:root body main .paszone_container {
  display: block !important;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: .2rem;
  width: 100%;
  margin: 0 auto;
  max-width: 100% !important;
  box-sizing: border-box; }
  :root body main .paszone_container * {
    width: 100%;
    height: auto;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important; }

.content-area .site-main {
  min-height: 40vh; }
  .content-area .site-main .woocommerce-products-header + .woocommerce-info {
    margin-top: 20px; }

:root body .advertisement-label {
  display: block !important; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.btn,
.simplefavorites-clear,
.timeline-listings .navigation a,
.button {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  padding: 1rem 2.3rem 0.8rem 2.3rem !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 7.5px;
  font-size: 0.75rem;
  font-weight: 400;
  font-weight: 'Host Grotesk', 'Lustria', sans-serif;
  background: #e62168;
  color: #fff;
  letter-spacing: 0.2em;
  border-color: #e62168;
  border: 1px solid #e62168;
  box-shadow: 0 2px 0 #bf1552;
  font-family: 'Host Grotesk', 'Lustria', sans-serif;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 3px; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .btn:hover,
  .simplefavorites-clear:hover,
  .timeline-listings .navigation a:hover,
  .button:hover {
    color: #ffffff;
    background: #cc1758;
    border-color: #cc1758; }
  .woocommerce #respond input#submit.buy, .woocommerce #respond input#submit.buy-button, .woocommerce #respond input#submit.product_type_external, .woocommerce #respond input#submit.outline,
  .woocommerce a.button.buy,
  .woocommerce a.button.buy-button,
  .woocommerce a.button.product_type_external,
  .woocommerce a.button.outline,
  .woocommerce button.button.buy,
  .woocommerce button.button.buy-button,
  .woocommerce button.button.product_type_external,
  .woocommerce button.button.outline,
  .woocommerce input.button.buy,
  .woocommerce input.button.buy-button,
  .woocommerce input.button.product_type_external,
  .woocommerce input.button.outline,
  .woocommerce #respond input#submit.alt.buy,
  .woocommerce #respond input#submit.alt.buy-button,
  .woocommerce #respond input#submit.alt.product_type_external,
  .woocommerce #respond input#submit.alt.outline,
  .woocommerce a.button.alt.buy,
  .woocommerce a.button.alt.buy-button,
  .woocommerce a.button.alt.product_type_external,
  .woocommerce a.button.alt.outline,
  .woocommerce button.button.alt.buy,
  .woocommerce button.button.alt.buy-button,
  .woocommerce button.button.alt.product_type_external,
  .woocommerce button.button.alt.outline,
  .woocommerce input.button.alt.buy,
  .woocommerce input.button.alt.buy-button,
  .woocommerce input.button.alt.product_type_external,
  .woocommerce input.button.alt.outline,
  .btn.buy,
  .btn.buy-button,
  .btn.product_type_external,
  .btn.outline,
  .simplefavorites-clear.buy,
  .simplefavorites-clear.buy-button,
  .simplefavorites-clear.product_type_external,
  .simplefavorites-clear.outline,
  .timeline-listings .navigation a.buy,
  .timeline-listings .navigation a.buy-button,
  .timeline-listings .navigation a.product_type_external,
  .timeline-listings .navigation a.outline,
  .button.buy,
  .button.buy-button,
  .button.product_type_external,
  .button.outline {
    background: transparent;
    border-color: #e62168;
    color: #e62168;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 0.9rem 2.25rem !important;
    box-shadow: none; }
    .woocommerce #respond input#submit.buy:hover, .woocommerce #respond input#submit.buy-button:hover, .woocommerce #respond input#submit.product_type_external:hover, .woocommerce #respond input#submit.outline:hover,
    .woocommerce a.button.buy:hover,
    .woocommerce a.button.buy-button:hover,
    .woocommerce a.button.product_type_external:hover,
    .woocommerce a.button.outline:hover,
    .woocommerce button.button.buy:hover,
    .woocommerce button.button.buy-button:hover,
    .woocommerce button.button.product_type_external:hover,
    .woocommerce button.button.outline:hover,
    .woocommerce input.button.buy:hover,
    .woocommerce input.button.buy-button:hover,
    .woocommerce input.button.product_type_external:hover,
    .woocommerce input.button.outline:hover,
    .woocommerce #respond input#submit.alt.buy:hover,
    .woocommerce #respond input#submit.alt.buy-button:hover,
    .woocommerce #respond input#submit.alt.product_type_external:hover,
    .woocommerce #respond input#submit.alt.outline:hover,
    .woocommerce a.button.alt.buy:hover,
    .woocommerce a.button.alt.buy-button:hover,
    .woocommerce a.button.alt.product_type_external:hover,
    .woocommerce a.button.alt.outline:hover,
    .woocommerce button.button.alt.buy:hover,
    .woocommerce button.button.alt.buy-button:hover,
    .woocommerce button.button.alt.product_type_external:hover,
    .woocommerce button.button.alt.outline:hover,
    .woocommerce input.button.alt.buy:hover,
    .woocommerce input.button.alt.buy-button:hover,
    .woocommerce input.button.alt.product_type_external:hover,
    .woocommerce input.button.alt.outline:hover,
    .btn.buy:hover,
    .btn.buy-button:hover,
    .btn.product_type_external:hover,
    .btn.outline:hover,
    .simplefavorites-clear.buy:hover,
    .simplefavorites-clear.buy-button:hover,
    .simplefavorites-clear.product_type_external:hover,
    .simplefavorites-clear.outline:hover,
    .timeline-listings .navigation a.buy:hover,
    .timeline-listings .navigation a.buy-button:hover,
    .timeline-listings .navigation a.product_type_external:hover,
    .timeline-listings .navigation a.outline:hover,
    .button.buy:hover,
    .button.buy-button:hover,
    .button.product_type_external:hover,
    .button.outline:hover {
      color: #fff;
      background-color: #e62168;
      border-color: #e62168; }
  .woocommerce #respond input#submit--white,
  .woocommerce a.button--white,
  .woocommerce button.button--white,
  .woocommerce input.button--white,
  .woocommerce #respond input#submit.alt--white,
  .woocommerce a.button.alt--white,
  .woocommerce button.button.alt--white,
  .woocommerce input.button.alt--white,
  .btn--white,
  .simplefavorites-clear--white,
  .timeline-listings .navigation a--white,
  .button--white {
    color: #9D91B0;
    background-color: #ffffff;
    box-shadow: 0 2px 0 #e6e6e6;
    border-color: #ffffff; }
    .woocommerce #respond input#submit--white:hover,
    .woocommerce a.button--white:hover,
    .woocommerce button.button--white:hover,
    .woocommerce input.button--white:hover,
    .woocommerce #respond input#submit.alt--white:hover,
    .woocommerce a.button.alt--white:hover,
    .woocommerce button.button.alt--white:hover,
    .woocommerce input.button.alt--white:hover,
    .btn--white:hover,
    .simplefavorites-clear--white:hover,
    .timeline-listings .navigation a--white:hover,
    .button--white:hover {
      color: #9D91B0 !important;
      border-color: #ffffff !important;
      background-color: #f2f2f2; }
  .woocommerce #respond input#submit--load-more,
  .woocommerce a.button--load-more,
  .woocommerce button.button--load-more,
  .woocommerce input.button--load-more,
  .woocommerce #respond input#submit.alt--load-more,
  .woocommerce a.button.alt--load-more,
  .woocommerce button.button.alt--load-more,
  .woocommerce input.button.alt--load-more,
  .btn--load-more,
  .simplefavorites-clear--load-more,
  .timeline-listings .navigation a--load-more,
  .button--load-more, .button-load-more {
    font-size: 15px;
    font-weight: 500;
    width: auto;
    background: #ed7070;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    line-height: 1;
    padding: 1rem 4rem !important; }
    .woocommerce #respond input#submit--load-more:hover,
    .woocommerce a.button--load-more:hover,
    .woocommerce button.button--load-more:hover,
    .woocommerce input.button--load-more:hover,
    .woocommerce #respond input#submit.alt--load-more:hover,
    .woocommerce a.button.alt--load-more:hover,
    .woocommerce button.button.alt--load-more:hover,
    .woocommerce input.button.alt--load-more:hover,
    .btn--load-more:hover,
    .simplefavorites-clear--load-more:hover,
    .timeline-listings .navigation a--load-more:hover,
    .button--load-more:hover {
      background-color: #e06161;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .woocommerce #respond input#submit--load-more::before,
    .woocommerce a.button--load-more::before,
    .woocommerce button.button--load-more::before,
    .woocommerce input.button--load-more::before,
    .woocommerce #respond input#submit.alt--load-more::before,
    .woocommerce a.button.alt--load-more::before,
    .woocommerce button.button.alt--load-more::before,
    .woocommerce input.button.alt--load-more::before,
    .btn--load-more::before,
    .simplefavorites-clear--load-more::before,
    .timeline-listings .navigation a--load-more::before,
    .button--load-more::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      border-radius: .2rem;
      height: 30px;
      width: 30px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #ffffff;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/loading.gif);
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .woocommerce #respond input#submit--load-more.loading::before,
    .woocommerce a.button--load-more.loading::before,
    .woocommerce button.button--load-more.loading::before,
    .woocommerce input.button--load-more.loading::before,
    .woocommerce #respond input#submit.alt--load-more.loading::before,
    .woocommerce a.button.alt--load-more.loading::before,
    .woocommerce button.button.alt--load-more.loading::before,
    .woocommerce input.button.alt--load-more.loading::before,
    .btn--load-more.loading::before,
    .simplefavorites-clear--load-more.loading::before,
    .timeline-listings .navigation a--load-more.loading::before,
    .button--load-more.loading::before {
      opacity: 1; }

.view-more {
  text-align: center;
  margin: 0 auto; }
  .view-more .button {
    background-color: #9F8D90;
    border-color: #9F8D90;
    box-shadow: 0 2px 0 #9F8D90; }

.view-more .button:hover{
	background-color: #e62168;
    border-color: #e62168;
    box-shadow: 0 2px 0 #e62168;
}

.footer {
  padding-top: 3.5rem;
  margin-bottom: 3.8rem;
  border-top: 1px solid #E6E6E6; }
  .footer > .container > * {
    box-sizing: border-box;
    margin-bottom: 20px; }
    .footer > .container > *:not(last-child) {
      padding-right: 2%; }
    @media only screen and (max-width: 1024px) {
      .footer > .container > * {
        width: 50%;
        padding-right: 0 !important; }
        .footer > .container > *:last-child {
          width: 100%; } }
    @media only screen and (max-width: 600px) {
      .footer > .container > * {
        width: 100%;
        padding-right: 0; }
        .footer > .container > *:last-child {
          width: 100%; } }
  .footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .footer h5 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.5rem;
	font-family: 'Host Grotesk', 'Lustria', sans-serif;
	font-size: 16px;
	font-weight: 900;
	}
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer ul li {
      margin-bottom: 1rem; }
    .footer ul i.fa {
      font-size: 1.25rem;
      display: inline-block;
      width: 2rem;
      text-align: left;
      vertical-align: middle; }
    .footer ul a {
      color: #202020;
      letter-spacing: .15rem;
      text-transform: capitalize;
      font-size: .625rem;
      display: block;
	  font-family: 'Host Grotesk', 'Lustria', sans-serif;
	  font-size: 16px;
	}
      .footer ul a:hover {
        color: #e62168; }
  .footer__newsletter {
    width: 25%;	}
    .footer__newsletter h4 {
      font-family: 'Host Grotesk', 'Lustria', sans-serif;
	  font-size: 16px;
      font-weight: 300;
      text-transform: none;
      font-size: 1rem;
      margin-bottom: 0.3rem; }
    .footer__newsletter p {
      font-size: .75rem;
      font-weight: 400; }
    .footer__newsletter button,
    .footer__newsletter input[type="submit"] {
      width: 100%; }
  .footer-sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    display: block;
    background-color: #e62168;
    padding: 1.5rem 0;
    box-sizing: border-box;
    max-width: 33.125rem;
    width: calc(100% - 20px);
    transition: all 0.5s ease-in-out;
    opacity: 1; }
    .footer-sticky h1, .footer-sticky h2, .footer-sticky h3, .footer-sticky h4, .footer-sticky h5, .footer-sticky h6, .footer-sticky p, .footer-sticky li {
      color: #ffffff; }
    .footer-sticky .container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .footer-sticky .icon.close {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0.8rem 1.25rem;
      font-style: normal;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1;
      cursor: pointer;
      color: #ffffff; }
    .footer-sticky:not(.active) {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      opacity: .75; }
    .footer-sticky__image {
      width: 25rem;
      box-sizing: border-box;
      padding-right: 1em; }
      .footer-sticky__image img {
        max-width: 100%; }
    .footer-sticky__content h1, .footer-sticky__content h2, .footer-sticky__content h3, .footer-sticky__content h4, .footer-sticky__content h5, .footer-sticky__content h6 {
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .footer-sticky__content h2, .footer-sticky__content h3, .footer-sticky__content h4 {
      font-size: 15px;
      font-size: 1.5rem; }
    .footer-sticky__content p {
      font-weight: 300;
      font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }

input[type="search"] {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) !important; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="color"],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0.7rem 1rem 0.7rem;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  background-color: #ebebeb;
  border: 0.0625rem solid #E0E0E0;
  border-radius: rem-calc(2px);
  outline: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  transition: none;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  box-shadow: inset 0 1px 2px #dfdfdf;
  border-top: #C8C8C8;
  border-bottom: #ECECEC;
  border-left: #DFDFDF;
  border-right: #DFDFDF;
  border-radius: 0.2rem;
  background-position: right calc(1.35rem/2) center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  background-size: 1.35rem;
  transition: all 0.5s ease-in-out; }
  input[type="email"]:focus, input[type="email"]:hover,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="text"]:focus,
  input[type="text"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="url"]:focus,
  input[type="url"]:hover,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="date"]:focus,
  input[type="date"]:hover,
  input[type="color"]:focus,
  input[type="color"]:hover,
  textarea:focus,
  textarea:hover,
  select:focus,
  select:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0.25rem #e62168 !important; }
  input[type="email"]:placeholder,
  input[type="number"]:placeholder,
  input[type="search"]:placeholder,
  input[type="text"]:placeholder,
  input[type="tel"]:placeholder,
  input[type="url"]:placeholder,
  input[type="password"]:placeholder,
  input[type="date"]:placeholder,
  input[type="color"]:placeholder,
  textarea:placeholder,
  select:placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  input[type="email"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="date"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    color: #000000; }
  input[type="email"]:placeholder,
  input[type="number"]:placeholder,
  input[type="search"]:placeholder,
  input[type="text"]:placeholder,
  input[type="tel"]:placeholder,
  input[type="url"]:placeholder,
  input[type="password"]:placeholder,
  input[type="date"]:placeholder,
  input[type="color"]:placeholder,
  textarea:placeholder,
  select:placeholder {
    color: rgba(0, 0, 0, 0.65); }
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  input[type="email"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="date"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: rgba(0, 0, 0, 0.65); }

.gform_submission_error,
.gform_confirmation_message {
  text-align: left;
  color: #e62168;
  font-size: 1rem;
  margin-bottom: 1rem !important; }

.gform_confirmation_message {
  font-weight: bold; }

.validation_message {
  margin-top: 1rem;
  font-size: .8rem;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  display: block; }

label {
    display: block;
    margin-bottom: 10px !important;
    cursor: pointer;
	font-family: 'Host Grotesk', 'Lustria', sans-serif !important;
}

.search-sidebar input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}

label {
  color: #000000;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  font-size: .6875rem;
  letter-spacing: .15rem;
  text-transform: uppercase;
  margin-bottom: 0; }

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid lightgray;
  padding: 0.32rem;
  height: 1.375rem;
  width: 1.375rem !important; }
  input[type="radio"] + label,
  input[type="radio"] + span {
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    text-transform: none;
    padding-top: .04rem;
    vertical-align: middle;
    font-size: .817rem;
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 300;
    color: #000000;
    letter-spacing: initial !important; }
  input[type="radio"]::before {
    content: '';
    display: block;
    background: transparent;
    height: 100%;
    width: 100%;
    border-radius: 50%; }
  input[type="radio"]:hover {
    box-shadow: 0 0 5px 0px orange inset; }
  input[type="radio"]:checked::before {
    background: #E21E5D; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 50%;
  border: 1px solid lightgray;
  padding: 0.32rem;
  height: 20px;
  width: 20px;
  border-radius: 0;
  position: relative; }
  input[type="checkbox"] + label,
  input[type="checkbox"] + span {
    font-family: 'Lustria', 'Host Grotesk', sans-serif;
    text-transform: none;
    padding-top: .04rem;
    vertical-align: middle;
    font-size: .817rem;
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 300;
    color: #000000;
    letter-spacing: initial !important; }
  input[type="checkbox"]::before {
    content: '';
    display: block;
    background: transparent;
    height: 100%;
    width: 100%;
    border-radius: 50%; }
  input[type="checkbox"]:hover {
    box-shadow: 0 0 5px 0px orange inset; }
  input[type="checkbox"]:checked::before {
    background: #E21E5D; }
  input[type="checkbox"]::before {
    border-radius: 0; }
  input[type="checkbox"]:checked::before {
    content: "\2713";
    color: #000;
    font-size: 1.5rem;
    line-height: 0;
    margin-top: 0.31rem;
    margin-left: -0.2rem;
    background: transparent;
    position: absolute; }

select {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0.7rem 1rem 0.7rem;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  background-color: #ebebeb;
  border: 0.0625rem solid #E0E0E0;
  border-radius: rem-calc(2px);
  outline: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  transition: none;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  box-shadow: inset 0 1px 2px #dfdfdf;
  border-top: #C8C8C8;
  border-bottom: #ECECEC;
  border-left: #DFDFDF;
  border-right: #DFDFDF;
  border-radius: 0.2rem;
  background-position: right calc(1.35rem/2) center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  background-size: 1.35rem;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  background-image: url(../img/caret-down.svg);
  background-size: 9px 6px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  font-weight: 500;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: .75rem;
  padding-right: 2rem; }
  select:focus, select:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0.25rem #e62168 !important; }
  select:placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  select::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  select::-moz-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  select::-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  select::placeholder {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    font-size: .675rem; }
  select:focus {
    color: #000000; }
  select:placeholder {
    color: rgba(0, 0, 0, 0.65); }
  select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.65); }
  select::placeholder {
    color: rgba(0, 0, 0, 0.65); }

fieldset {
  margin-top: 2rem;
  padding: 1.5rem; }

form legend {
  font-weight: 700;
  font-size: .817rem;
  padding: 0 1em;
  margin-left: -1em;
  position: relative;
  line-height: 0;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }

/* 
 * Select 2 container
 */
.select2-container {
  width: 100%;
  display: block;
  border-radius: rem-calc(2px);
  outline: none;
  background-color: #ffffff;
  color: #b6b6b6;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  min-width: 10rem;
  border: none;
  font-size: 6.25px;
  font-size: 0.625rem;
  letter-spacing: .02em; }
  .select2-container .select2-choice {
    padding: 0.8rem 1rem;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent; }

.woocommerce-checkout .woocommerce-form-login label {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: none;
  font-size: 8.2px;
  font-size: 0.82rem;
  margin-bottom: .25rem;
  font-weight: 300;
  letter-spacing: 0; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: transparent;
  font-size: 6.25px;
  font-size: 0.625rem; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-color: transparent;
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-active {
  border-color: transparent;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15); }

.select2-results {
  background: transparent;
  font-size: 6.25px;
  font-size: 0.625rem;
  letter-spacing: .02em; }
  .select2-results__option {
    margin-bottom: 0;
    font-size: 6.25px;
    font-size: 0.625rem; }

.select2-search input {
  border-radius: 0;
  background-position-y: rem-calc(-21px);
  margin-top: 0.4rem; }

:root body .page .woocommerce .checkbox > *,
:root body .page .woocommerce .woocommerce-form__label-for-checkbox > *,
:root body .page .woocommerce .woocommerce-form__label-for-checkbox > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: .15rem !important;
  font-size: .66rem !important; }
  :root body .page .woocommerce .checkbox > *:not(:last-child),
  :root body .page .woocommerce .woocommerce-form__label-for-checkbox > *:not(:last-child),
  :root body .page .woocommerce .woocommerce-form__label-for-checkbox > *:not(:last-child) {
    margin-right: 10px; }
  :root body .page .woocommerce .checkbox > *:last-child,
  :root body .page .woocommerce .woocommerce-form__label-for-checkbox > *:last-child,
  :root body .page .woocommerce .woocommerce-form__label-for-checkbox > *:last-child {
    padding-top: .33rem; }

.woocommerce-form-login__submit {
  float: right !important;
  margin-right: 0 !important; }
  @media only screen and (max-width: 768px) {
    .woocommerce-form-login__submit {
      float: left !important;
      margin-right: 1em !important; } }

:root body .page .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: .5rem !important; }
  :root body .page .woocommerce-form-login .woocommerce-form-login__rememberme * {
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif !important;
    text-transform: none !important;
    letter-spacing: initial !important;
    font-weight: 300 !important; }
  :root body .page .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: .85rem !important; }

.form-row {
  margin-bottom: 1rem !important; }
  .form-row .required {
    text-decoration: none;
    color: #000000;
    margin-left: -0.2rem; }
  .form-row .create-account {
    border-top: 1px solid #DDDDDD;
    margin-top: 2rem;
    padding-top: 2rem; }
  .form-row .password-input {
    position: relative; }
    .form-row .password-input .show-password-input {
      line-height: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px;
      right: 20px; }
      .form-row .password-input .show-password-input::before, .form-row .password-input .show-password-input::after {
        display: block;
        margin: 0; }
  .form-row:not(.woocommerce-validated) .select2-container,
  .form-row:not(.woocommerce-validated) input.input-text,
  .form-row:not(.woocommerce-validated) select, .form-row.woocommerce-invalid .select2-container,
  .form-row.woocommerce-invalid input.input-text,
  .form-row.woocommerce-invalid select {
    border-color: #ebebeb; }
  .form-row:not(.woocommerce-validated) input.input-text:not([type="password"]), .form-row.woocommerce-invalid input.input-text:not([type="password"]) {
    background-image: url("../img/icon-tick-gray.svg");
    border-top: #C8C8C8;
    border-bottom: #ECECEC;
    border-left: #DFDFDF;
    border-right: #DFDFDF; }
  .form-row.woocommerce-validated input[type="email"],
  .form-row.woocommerce-validated input[type="number"],
  .form-row.woocommerce-validated input[type="search"],
  .form-row.woocommerce-validated input[type="text"],
  .form-row.woocommerce-validated input[type="tel"],
  .form-row.woocommerce-validated input[type="url"],
  .form-row.woocommerce-validated input[type="password"],
  .form-row.woocommerce-validated input[type="date"],
  .form-row.woocommerce-validated input[type="color"],
  .form-row.woocommerce-validated textarea,
  .form-row.woocommerce-validated select {
    background-image: url("../img/icon-tick-pink.svg");
    box-shadow: 0 0 0.25rem #e62168 !important;
    border-color: #e62168 !important; }

.gform_fields .hidden_label > label {
  display: none; }

.gform_fields .gfield {
  margin-bottom: 23px; }

.page__header {
  position: relative;
  display: block;
  font-weight: 700; }

.page__main,
.page__footer {
  transition: all 0.4s ease-in-out; }

html.menu-active .page__main,
html.menu-active .page__footer {
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px); }

html.menu-active .header__mobile {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

div.page {
  overflow: hidden; }

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #3A3432;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  z-index: 100; }
  .header.fixed {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding-top: 0.6rem; }
  .header__logo {
    max-width: 13.8125rem; }
    .header__logo img {
      max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .header__basket, .header__custom-links, .header__font-sizing, .header__search, .header__desktop, .header__breadcrumbs {
      display: none; }
    .header #menu-toggle {
      display: block; } }
  .header__breadcrumbs {
    position: relative;
    z-index: 1;
    padding: 1.5rem 0px 1.5rem;
    /*background: #f3f3f3;*/ }
    .header__breadcrumbs + .post-listings {
      margin-top: 2rem; }
    .header__breadcrumbs .container {
      position: relative;
      z-index: 2; }
      .header__breadcrumbs .container * {
        font-family: 'Host Grotesk';
		text-transform: capitalize;
		font-weight: 500;
		font-size: 14px;
       }
       a.search-breadcrumb::after {
			display: none !important;
		}
      .header__breadcrumbs .container a {
        color: #202020; }
        .header__breadcrumbs .container a::after {
          content: ' / ';
          display: inline-block;
          padding: 0 1rem; }
        .header__breadcrumbs .container a:hover {
          color: #e62168; }
      .header__breadcrumbs .container span {
        color: #666666; }
      .header__breadcrumbs .container span.breadcrumb_last {
        color: #e62168; }
    .header__breadcrumbs::before {
      content: '';
      display: block;
      z-index: 1; }
  .header__basket a {
    color: #9f8d90;
    line-height: 1.5;
    font-size: .6875rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700; }
    .header__basket a:hover {
      color: #e62168; }
    .header__basket a::before {
      content: '';
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-right: .3rem;
      top: -.1em;
      position: relative;
      background-image: url(../img/icon-basket.png); }
  .header__custom-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .header__custom-links li {
    margin: 0 10px;
    position: relative; }
    .header__custom-links li::after {
      content: '';
      display: block;
      width: 100%;
      height: 1rem;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
    .header__custom-links li .sub-menu {
      border: 1px solid #dddddd;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
      border-radius: .25rem;
      list-style: none;
      position: absolute;
      z-index: 999;
      right: -1.75rem;
      margin-top: 1rem;
      min-width: 14.375rem;
      padding: 0.5rem 1.5rem 0.8rem 1.5rem;
      background-color: #ffffff;
      display: none; }
      .header__custom-links li .sub-menu li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd;
        padding: 0.5rem 0;
        margin: 0; }
        .header__custom-links li .sub-menu li:last-child {
          padding-bottom: 0;
          margin: 0;
          border: none; }
        .header__custom-links li .sub-menu li a {
          font-size: .6875rem;
          letter-spacing: .15rem;
          text-transform: uppercase;
          margin-right: 0.5rem;
          color: #9f8d90; }
          .header__custom-links li .sub-menu li a:hover {
            color: #e62168; }
      .header__custom-links li .sub-menu::before, .header__custom-links li .sub-menu::after {
        bottom: 100%;
        left: 84%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .header__custom-links li .sub-menu::before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #dddddd;
        border-width: 12px;
        margin-left: -12px; }
      .header__custom-links li .sub-menu::after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
    .header__custom-links li:hover .sub-menu {
      display: block; }
    .header__custom-links li a {
      text-transform: uppercase; }
      .header__custom-links li a.login-modal, .header__custom-links li a.newsletter-modal {
        color: #9f8d90;
        line-height: 1.5;
        font-size: .6875rem;
        letter-spacing: .2em;
        font-weight: 700; }
        .header__custom-links li a.login-modal:hover, .header__custom-links li a.newsletter-modal:hover {
          color: #e62168; }
        .header__custom-links li a.login-modal::before, .header__custom-links li a.newsletter-modal::before {
          content: '';
          display: inline-block;
          width: .75rem;
          height: .75rem;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          vertical-align: middle;
          margin-right: .3rem;
          top: -.1em;
          position: relative; }
      .header__custom-links li a.login-modal::before {
        background-image: url(../img/icon-user.png); }
      .header__custom-links li a.newsletter-modal::before {
        background-image: url(../img/icon-email.png); }
  .header__font-sizing ul {
    display: block;
    white-space: nowrap; }
  .header__font-sizing li {
    position: relative;
    color: #9f8d90;
    display: inline-block;
    margin-bottom: 0; }
    .header__font-sizing li a {
      color: inherit !important; }
    .header__font-sizing li:not(:last-child) {
      margin-right: .7rem; }
    .header__font-sizing li::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #e62168;
      display: block;
      position: absolute;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .header__font-sizing li:hover::after, .header__font-sizing li.active::after {
      opacity: 1 !important; }
    .header__font-sizing li:nth-child(1) {
      font-size: .75rem; }
    .header__font-sizing li:nth-child(2) {
      font-size: 1.125rem; }
    .header__font-sizing li:nth-child(3) {
      font-size: 1.5rem; }
  .header__search {
    position: relative;
    z-index: 10; 
	padding: 1px 40px 0px; }
    .header__search .toggle-search {
      font-size: 0;
      line-height: 0;
      width: 3.25rem;
      height: 3.25rem;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 0px;
      border: 1px solid #9f8d90;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 33.333% auto;
      background-image: url(../img/icon-search.png);
      display: block; }
    .header__search form {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #ffffff;
      border-radius: .1rem;
      padding: 1rem;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
      display: none; }
      .header__search form.active {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
    .header__search input[type="text"], .header__search input[type="search"] {
      margin-right: 2px;
      min-width: 13rem; }
  .header__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
	margin-top: 10px;
    position: relative; }
	.header__top .headertop-right{
		display: flex;
		align-items: center;
		justify-content: right;
	}
  .header__desktop {
    display: block;
	background: #F7F1EC;
	height: 60px;
  }
    @media only screen and (max-width: 1024px) {
      .header__desktop {
        display: none; } }
  .header__mobile {
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    z-index: 100;
    background-color: #9f8d90;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    @media only screen and (max-width: 1024px) {
      .header__mobile {
        display: block; } }
    .header__mobile a {
      color: #ffffff; }
    .header__mobile input[type="text"],
    .header__mobile input[type="search"] {
      border-radius: 0px;
      box-shadow: none !important; }
    .header__mobile ul {
      list-style: none;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      padding: 0 1rem !important; }
      .header__mobile ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 0; }
        .header__mobile ul li a {
          display: block;
          padding: .5rem 1em;
          color: #ffffff !important; }
        .header__mobile ul li ul {
          padding: 0 !important;
          display: none !important;
          background-color: #ffffff; }
          .header__mobile ul li ul a {
            color: #9f8d90 !important; }
        .header__mobile ul li li {
          border: none;
          border-top: 1px solid #9f8d90 !important; }
        .header__mobile ul li.menu-item-has-children > a::after {
          background-image: url('/wp-content/uploads/2024/12/arrow-black-down.png');
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: middle;
          position: relative;
          top: -.1em;
          width: .65rem;
          height: calc(.65rem/2);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        .header__mobile ul li.menu-item-has-children.active > a::after {
          height: .65rem;
          width: calc(.65rem/2);
          margin-left: .5rem; }
  .header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .header ul#menu-header-nav-desktop, .header ul#menu-mega-menu {
      display: flex;
      flex-direction: row;
      justify-content: space-between; 
	  width: 100%;
}
      .header ul#menu-header-nav-desktop a{
        font-size: .875rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #9f8d90;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold; }
      .header ul#menu-header-nav-desktop li {
         }
        .header ul#menu-header-nav-desktop li.current-menu-parent > a, .header ul#menu-header-nav-desktop li.current-menu-ancestor > a, .header ul#menu-header-nav-desktop li.current_menu_parent > a, .header ul#menu-header-nav-desktop li.current_menu_ancestor > a, .header ul#menu-header-nav-desktop li.current-menu-item > a, .header ul#menu-header-nav-desktop li.current_menu_item > a, .header ul#menu-header-nav-desktop li:hover > a {
          color: #e62168; }
         .header ul#menu-mega-menu li.current-menu-parent > a, .header ul#menu-mega-menu li.current-menu-ancestor > a, .header ul#menu-mega-menu li.current_menu_parent > a, .header ul#menu-mega-menu li.current_menu_ancestor > a, .header ul#menu-mega-menu li.current-menu-item > a, .header ul#menu-mega-menu li.current_menu_item > a, .header ul#menu-mega-menu li:hover > a {
          color: #e62168; }
        .header ul#menu-header-nav-desktop li.menu-item-has-children > a::after, .header ul#menu-mega-menu li.menu-item-has-children > a::after {
		  content: "";
          display: inline-block;
          zoom: 1;
          *display: inline;
          vertical-align: middle;
          position: relative;
          top: -.1em;
          width: 1.65rem;
          height: calc(1.0rem/2);
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url(/wp-content/uploads/2024/12/arrow-black-down.png); }
        .header ul#menu-header-nav-desktop li:hover > ul.sub-menu {
          display: block; }
      .header ul#menu-header-nav-desktop .sub-menu, .header ul#menu-mega-menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        font-size: .6875rem;
        letter-spacing: .15rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #666666;
        background: #ffffff;
        border: 1px solid #F8F8F8;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 0.7rem;
        width: 17.5rem;
        z-index: 10; }
        .header ul#menu-header-nav-desktop .sub-menu li {
          margin: 0; }
        .header ul#menu-header-nav-desktop .sub-menu::before {
          content: '';
          width: 100%;
          height: .7rem;
          bottom: 100%;
          left: 0;
          right: 0;
          position: absolute;
          display: block; }
        .header ul#menu-header-nav-desktop .sub-menu a {
          display: block;
          font-size: .6875rem;
          padding: 1rem 2.5rem;
          transition: none;
          color: #666666;
          background-color: #ffffff;
          transition: all 0.2s ease-in-out; }
          .header ul#menu-header-nav-desktop .sub-menu a:hover {
            color: #ffffff;
            background-color: #e62168; }

#menu-toggle {
  width: 40px;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 20px;
  z-index: 9999;
  top: 2.5rem;
  right: 20px; }
  @media only screen and (min-width: 1025px) {
    #menu-toggle {
      display: none; } }

#menu-toggle .menu-line {
  background-color: #9f8d90;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s; }

#menu-toggle .line-1 {
  top: 0; }

#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 9px; }

#menu-toggle .line-4 {
  top: 18px; }

#menu-toggle.open .line-1,
#menu-toggle.open .line-4 {
  opacity: 0; }

#menu-toggle.open .line-2 {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

#menu-toggle.open .line-3 {
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg); }

#menu-toggle.open .line-2,
#menu-toggle.open .line-3 {
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%; }

#menu-toggle:hover .menu-line,
#menu-toggle:focus .menu-line,
#menu-toggle.open .menu-line {
  background-color: #e62168; }

.popup-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  max-width: 62.5rem;
  display: block;
  pointer-events: none;
  visibility: hidden;
  margin-top: 100px;
  z-index: -1;
  transition: all 0.2s ease-in-out; }
  .popup-modal.active {
    visibility: visible;
    margin-top: 0px;
    pointer-events: all;
    z-index: 9999999; }
  .popup-modal .wrap {
    overflow: auto;
    max-height: calc(100vh - 60px);
    box-sizing: border-box; }
    .popup-modal .wrap hr {
      max-width: 150px;
      height: 3px;
      display: block;
      margin: 0 auto 1.6rem 0;
      background-color: #e62168;
      border: none; }
  .popup-modal .close.icon {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    font-style: normal;
    font-weight: 300;
    background: #ffffff;
    border-radius: 50%;
    color: #B9B9B9;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
  .popup-modal h4 {
    font-weight: 300; }
  .popup-modal.popup-subscribe form {
    max-width: 380px; }
  .popup-modal.popup-magazine .wrap {
    background-color: #9D91B0;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .popup-modal.popup-magazine .wrap {
        flex-direction: column; }
        .popup-modal.popup-magazine .wrap > * {
          width: 100% !important; } }
  .popup-modal.popup-magazine .popup-magazine__image {
    width: 50%; }
    @media only screen and (min-width: 769px) {
      .popup-modal.popup-magazine .popup-magazine__image {
        border-right: 1px solid #ffffff; } }
    .popup-modal.popup-magazine .popup-magazine__image img {
      max-width: 21.875rem;
      height: auto;
      width: 100%;
      display: block;
      margin: 0 auto 0 0; }
  .popup-modal.popup-magazine .popup-magazine__content {
    width: 50%;
    margin: 1.8rem auto; }
    @media only screen and (min-width: 769px) {
      .popup-modal.popup-magazine .popup-magazine__content {
        padding: 0 1rem 0 3.5rem; } }
    @media only screen and (max-width: 768px) {
      .popup-modal.popup-magazine .popup-magazine__content:not(:first-child) {
        margin-top: 30px;
        border-top: 1px solid #ffffff;
        padding-top: 30px; } }
    .popup-modal.popup-magazine .popup-magazine__content h1, .popup-modal.popup-magazine .popup-magazine__content h2, .popup-modal.popup-magazine .popup-magazine__content h3, .popup-modal.popup-magazine .popup-magazine__content h4, .popup-modal.popup-magazine .popup-magazine__content h5, .popup-modal.popup-magazine .popup-magazine__content h6, .popup-modal.popup-magazine .popup-magazine__content p, .popup-modal.popup-magazine .popup-magazine__content li {
      color: #ffffff; }
    .popup-modal.popup-magazine .popup-magazine__content .button {
      margin: 2rem 0 1rem auto;
      float: right; }
    .popup-modal.popup-magazine .popup-magazine__content .close {
      display: block;
      text-align: right;
      color: #ffffff;
      clear: both;
      text-decoration: underline;
      font-size: .875rem; }
  .popup-modal .wrap {
    padding: 3.5rem; }
  .popup-modal form {
    margin: 0 !important; }
    .popup-modal form .form-row {
      margin-bottom: 6px !important; }

.wc-social-login > p {
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  .wc-social-login > p::before, .wc-social-login > p::after {
    content: '';
    height: .125rem;
    background: #dddddd;
    width: 100%; }
  .wc-social-login > p::before {
    margin-right: 1rem; }
  .wc-social-login > p::after {
    margin-left: 1rem; }

.wc-social-login .button-social-login {
  box-sizing: border-box;
  height: 63px;
  line-height: 33px;
  text-align: center;
  font-size: .6875rem;
  letter-spacing: .15rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .wc-social-login .button-social-login span.si {
    height: 61px !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 100%;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    margin-right: .7em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.8em 1.8em;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    box-sizing: border-box;
    background-color: #ffffff !important;
    opacity: 1 !important;
    transition: all 0.2s ease-in-out; }
  .wc-social-login .button-social-login:hover span.si {
    background-color: rgba(255, 255, 255, 0.75) !important; }

.page__popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .page__popups.active {
    z-index: 9999;
    opacity: 1; }

.popup-modal.popup-magazine .no-thanks {
  position: static;
  background: transparent;
  width: auto;
  box-shadow: none;
  float: right;
  margin-right: 45px;
  margin-top: 20px; }

.popup-modal.popup-magazine .popup-magazine__content h3 {
  font-family: "Bitter",sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 2rem; }

.favourites-save-link,
.simplefavorite-button {
  font-size: 7px;
  font-size: 0.7rem;
  display: inline-block;
  color: #666666;
  vertical-align: middle;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: uppercase; }
  .favourites-save-link .icon,
  .simplefavorite-button .icon {
    display: inline-block;
    background: #9f8d90;
    padding: 1.65rem;
    border-radius: 50%;
    margin-right: 0.4rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    position: relative; }
    .favourites-save-link .icon::before,
    .simplefavorite-button .icon::before {
      content: "";
      display: block;
      background: url("../img/icon-heart.svg");
      width: 37%;
      height: 37%;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .favourites-save-link:hover,
  .simplefavorite-button:hover {
    background: none;
    color: #e62168; }
  .favourites-save-link[disabled],
  .simplefavorite-button[disabled] {
    background: transparent; }
    .favourites-save-link[disabled]:hover,
    .simplefavorite-button[disabled]:hover {
      background: transparent; }
  .favourites-save-link.active,
  .simplefavorite-button.active {
    opacity: 1 !important; }
    .favourites-save-link.active .icon,
    .simplefavorite-button.active .icon {
      background: #e62168; }

.post-item {
  transition: all 0.2s ease-in-out;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .post-item span.cat {
    min-width: 60px;
    text-align: left;
    font-size: .625rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: .15rem;
    padding-top: .5rem;
    margin-bottom: .8rem;
    border-top: 0.25rem solid #e62168;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #e62168;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .625rem;
    padding-top: .7rem; }
  .post-item h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 300; }
    .post-item h2 a {
      color: #9f8d90;
      overflow: hidden;
      min-height: 3em;
      display: block; }
  .post-item__bookmark {
    position: relative;
    padding: 1rem;
    position: relative;
    text-transform: uppercase;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    border-top: none; }
    .post-item__bookmark::before {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: url(../img/background-dotted-line.png); }
  .post-item__header {
    box-sizing: border-box; }
    .post-item__header .promotion {
      text-align: center;
      text-transform: uppercase;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      border-radius: .25rem .25rem 0 0;
      background-color: #9f8d90;
      color: #ffffff;
      width: calc(100% + 2px);
      margin-left: -1px;
      font-size: 10px;
      font-size: 1rem;
      display: block;
      padding: .465rem 0;
      line-height: calc(22/15);
      position: absolute;
      top: 0;
      left: -1px;
      right: -1px; }
  .post-item__excerpt {
    box-sizing: border-box;
    margin-bottom: 0; }
    .post-item__excerpt p {
      font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
      color: #9f8d90;
      margin-bottom: 0;
      overflow: hidden;
      height: 5.5em;
      transition: all 0.2s ease-in-out; }
  .post-item__image {
    position: relative;
    overflow: hidden; }
    .post-item__image::before {
      content: '';
      display: block;
      width: 100%;
	  height: 180px;
      /*padding-top: 66%;*/ }
    .post-item__image a, .post-item__image span {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all 0.2s ease-in-out;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .post-item__image:hover span {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .post-item:hover h2 a {
    color: #e62168; }
  .post-item__standard {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem; }
    .post-item__standard h4 {
      min-height: 36px;
      box-sizing: border-box; }
    .post-item__standard:hover {
      box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4); }
    .post-item__standard .post-item__header {
      padding: 2rem calc(2rem*0.66); }
      .post-item__standard .post-item__header h2 {
        line-height: 1.2;
        min-height: 4em; }
      .post-item__standard .post-item__header.promotion-header {
        padding-top: 2.687rem; }
        .post-item__standard .post-item__header.promotion-header .cat {
          pointer-events: none;
          opacity: 0; }
    .post-item__standard .post-item__excerpt {
      padding: 0rem calc(2rem*0.66) 1.5rem;
      font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
      font-weight: 300;
      height: 100%;
      overflow: hidden; }
  .post-item__header-second {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem; }
    .post-item__header-second:hover {
      box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4); }
    .post-item__header-second .wrap {
      padding: 20px; }
      .post-item__header-second .wrap h2 {
        margin-bottom: 15px !important; }
      .post-item__header-second .wrap .button.outline {
        margin-top: 2.25rem;
        padding-top: 24px !important;
        padding-bottom: 24px !important; }
  .post-item__alt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    .post-item__alt h2, .post-item__alt p {
      transition: all 0.2s ease-in-out; }
    .post-item__alt:hover * {
      color: #e62168 !important; }
    .post-item__alt .post-item__image {
      width: 33.333%;
      max-width: 7.5rem;
      margin-right: 1rem; }
      .post-item__alt .post-item__image::before {
        padding-top: 100%; }
    .post-item__alt .post-item__header {
      width: 66.666%;
      max-width: calc(100% - 8.5rem); }
      .post-item__alt .post-item__header h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 1rem;
        margin-bottom: .5rem;
        text-transform: uppercase;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .post-item__alt .post-item__header h2 a {
          max-height: calc(1.3*3);
          height: auto !important;
          color: #202020; }
      .post-item__alt .post-item__header p {
        height: 5.5em;
        overflow: hidden;
        font-size: .75rem;
        padding-right: 25px; }
        .post-item__alt .post-item__header p a {
          color: #202020; }
  .post-item__competition {
    border: 1px solid #dddddd;
    border-radius: .25rem;
    box-sizing: border-box;
    border-top: 4px solid #e62168;
    padding: 1rem 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
    .post-item__competition .post-item__header {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 0.6rem;
      padding-bottom: 1.7rem; }
      .post-item__competition .post-item__header h2 {
        font-size: 1rem;
        line-height: 1.25em; }
        .post-item__competition .post-item__header h2 a {
          height: auto;
          max-height: none;
          overflow: visible;
          color: #000000;
          font-weight: bold;
          font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .post-item__competition .post-item__excerpt {
      box-sizing: border-box;
      padding: 1.5rem 1.875rem 1rem 1.875rem; }
      .post-item__competition .post-item__excerpt p,
      .post-item__competition .post-item__excerpt p a {
        color: #000000; }
    .post-item__competition:hover .post-item__header h2 a {
      color: #e62168 !important; }
    .post-item__competition:hover .post-item__excerpt p,
    .post-item__competition:hover .post-item__excerpt p a {
      color: #e62168; }

html {
  font-size: 95%;
  color: #202020; }

html[data-font-size="small"] {
  font-size: 95%; }
  html[data-font-size="small"] span[data-font-size="small"] {
    border-bottom: 2px solid #e62168; }

html[data-font-size="medium"] {
  font-size: 110%; }
  html[data-font-size="medium"] span[data-font-size="medium"] {
    border-bottom: 2px solid #e62168; }

html[data-font-size="large"] {
  font-size: 120%; }
  html[data-font-size="large"] span[data-font-size="large"] {
    border-bottom: 2px solid #e62168; }

.more-link {
  display: none; }

html:not([data-font-size]) span[data-font-size="small"] {
  border-bottom: 2px solid #e62168; }

img.alignleft,
img.alignright {
  margin-top: .3125rem;
  border-radius: 0.4rem;
  margin-bottom: .75em; }

img.alignleft {
  float: left;
  margin-right: .9375rem; }

img.alignright {
  float: right;
  margin-left: .9375rem; }

html, body {
  height: 100%; }

body {
  padding: 0;
  color: #202020; }

a {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  color: #e62168;
  text-decoration: none; }
  a:hover {
    color: #000000; }

ul {
  margin-bottom: 15px; }

li {
  margin: 0; }

figure {
  padding: 0;
  margin: 0; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.5em;
  padding-bottom: 1.65;
  transition: all 0.2s ease-in-out; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin: 0; }

.parent-iframe-wrap {
  padding-top: 56.25%;
  position: relative;
  display: block;
  margin-bottom: 1.5em; }
  .parent-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.h1,
h1 {
  font-size: 37.5px;
  font-size: 3.75rem; }
  @media only screen and (max-width: 980px) {
    .h1,
    h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

.h2,
h2 {
  font-size: 20px;
  font-size: 2rem; }

.h3,
h3 {
  font-size: 17.5px;
  font-size: 1.75rem; }

.h4,
h4 {
  font-size: 15px;
  font-size: 20px;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  margin-bottom: .75rem;
  line-height: 1.1; }

.h5,
h5 {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: .75rem; }

li, p, address {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Host Grotesk', 'Lustria', sans-serif; }
  li:last-child, p:last-child, address:last-child {
    margin: 0; }

#main p, #main ul li, #main ol li {
  font-family: 'Host Grotesk', 'Lustria', sans-serif;
  font-weight: 300; }

p,
address {
  margin-bottom: 1.5em;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300; }

.advertisement-label,
.adlab {
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-size: .75rem;
  text-align: center;
  margin-top: 0.5rem;
  font-weight: bold;
  color: #9f8d90;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: .5rem !important; }

blockquote {
  position: relative;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  margin: 3rem 0 3.2rem;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: .9375rem;
  background: #ffffff;
  padding: 2rem;
  outline: none;
  border-radius: .3125rem;
  font-style: normal;
  line-height: 1.56rem;
  position: relative;
  font-size: 1rem; }
  blockquote::before, blockquote::after {
    background-size: contain;
    position: absolute;
    display: block;
    content: '';
    z-index: 9;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  blockquote::before {
    background-image: url(../img/icon-quote-open.png);
    width: 2.375rem;
    height: 1.875rem;
    left: -0.7rem;
    top: -0.7rem; }
  blockquote::after {
    background-image: url(../img/icon-quote-close.png);
    width: 2.4375rem;
    height: 2rem;
    bottom: -0.7rem;
    right: -0.4rem; }

figure {
  position: relative;
  font-size: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* ==========================================================================
   6.2 Custom Block Styles
   ========================================================================== */
.banner {
  height: 350px;
  margin-bottom: 5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.banner.centered {
  max-height: 250px;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out; }

.block.content {
  margin-bottom: 10rem; }
  .block.content:first-child {
    margin-top: 4.5rem; }
  .block.content .container {
    max-width: calc(51.4375rem - 50px); }
  .block.content h1 {
    line-height: 1.25;
    font-weight: 400;
    font-size: 3.75rem;
    color: #9f8d90;
    font-size: 2.5rem; }
    @media only screen and (min-width: 61.25em) {
      .block.content h1 {
        font-size: 3.75rem; } }
    @media only screen and (min-width: 1400px) {
      .block.content h1 {
        font-size: 3.75rem; } }
  .block.content h2 {
    font-weight: 400;
    font-size: 2rem;
    margin-top: 2.3rem;
    line-height: 1.2em; }
  .block.content h3, .block.content h4, .block.content h5, .block.content h6 {
    font-weight: 400;
    margin-top: 1.8rem;
    font-size: 1.225em;
    line-height: 1.23449em;
    margin-bottom: .75em; }
    .block.content h3 i, .block.content h4 i, .block.content h5 i, .block.content h6 i {
      font-weight: 300; }
  .block.content h3 {
    font-size: 1.8rem; }
  .block.content h4 {
    font-size: 1.6rem; }
  .block.content h5 {
    font-size: 1.4rem; }
  .block.content h1:first-child, .block.content h2:first-child, .block.content h3:first-child, .block.content h4:first-child, .block.content h5:first-child, .block.content h6:first-child, .block.content h6:first-child {
    margin-top: 0; }
  .block.content ol,
  .block.content ul {
    padding: 0;
    margin-left: 1rem;
    color: #373737; }
  .block.content p,
  .block.content li {
    line-height: 1.8;
    color: #373737; }
    .block.content p a,
    .block.content p strong,
    .block.content p b,
    .block.content li a,
    .block.content li strong,
    .block.content li b {
      font-weight: bolder; }
  .block.content li {
    margin-bottom: .75em; }
  .block.content .content--header {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem; }
  .block.content .content--image {
    margin-bottom: 1.5em; }
    .block.content .content--image img {
      border-radius: 0.4rem; }
  .block.content .content--content > p:first-of-type:first-letter {
    float: left;
    color: #e62168;
    font-size: 2.875rem;
    font-weight: bold;
    line-height: 2rem;
    padding-top: 0.4rem;
    padding-right: 0.4rem; }

.hero-slider {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .hero-slider {
      margin-bottom: 40px; } }
  .hero-slider.archive-var {
    margin-bottom: 30px; }
  .hero-slider .container {
    position: relative; }
    .hero-slider .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 0;
      line-height: 0;
      padding: 0;
      margin: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      border: none;
      box-shadow: none;
      background-color: #fafafa;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 50;
      width: 3.25rem;
      height: 4.75rem; }
      @media only screen and (max-width: 768px) {
        .hero-slider .container .slick-arrow {
          top: 175px; } }
      /*.hero-slider .slick-arrow.slick-prev {
        background-image: url(../img/left-arrow.png);
        right: 49.5%; }*/
        @media only screen and (min-width: 767px) and (max-width: 1299px) {
          .hero-slider .container .slick-arrow.slick-prev {
            -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%); } }
        @media only screen and (min-width: 1300px) {
          .hero-slider .container .slick-arrow.slick-prev {
            left: auto;
            right: calc(100% + 25px); } }

      /*.hero-slider .slick-arrow.slick-next {
        background-image: url(../img/right-arrow.png);
        right: 10px; }*/
        @media only screen and (min-width: 767px) and (max-width: 1299px) {
          .hero-slider .container .slick-arrow.slick-next {
            -webkit-transform: translateX(50%) translateY(-50%);
                    transform: translateX(50%) translateY(-50%); } }
        @media only screen and (min-width: 1300px) {
          .hero-slider .container .slick-arrow.slick-next {
            right: auto;
            left: calc(100% + 25px); } }
  .hero-slider .slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box; }
    @media only screen and (min-width: 769px) {
      .hero-slider .slide {
        border: none; } }
    @media only screen and (max-width: 768px) {
      .hero-slider .slide {
        flex-direction: column; }
        .hero-slider .slide > * {
          width: 100% !important; }
          .hero-slider .slide > *:not(:first-child) {
            margin-top: 15px; } }
    .hero-slider .slide .image {
      width: 66.666%;
      display: block;
      position: relative; }
      .hero-slider .slide .image a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 2; }
      .hero-slider .slide .image::before {
        content: '';
        padding-top: 58%;
        max-height: 440px;
        box-sizing: border-box;
        display: block; }
        @media only screen and (max-width: 768px) {
          .hero-slider .slide .image::before {
            min-height: 350px;
            max-height: 350px;
            height: 350px;
            padding: 0; } }
    .hero-slider .slide .content {
      width: 640px;
	  background-color:#fff;
	  padding:40px 70px !important;
	  height: 100%;
      box-sizing: border-box;}
      @media only screen and (min-width: 769px) {
        .hero-slider .slide .content {
          padding: 0 3%; } }
      .hero-slider .slide .content h1 {
        	font-size: 2rem;
			line-height: calc(36 / 24);
			color: #9f8d90;
			/* text-transform: uppercase; */
			font-family:"Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
			font-weight: 300;
			}
        @media only screen and (max-width: 768px) {
          .hero-slider .slide .content h1 {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500; } }
      .hero-slider .slide .content h4 {
        min-width: 60px;
        text-align: left;
        font-size: .625rem;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: .15rem;
        padding-top: .5rem;
        margin-bottom: .8rem;
        border-top: 0.25rem solid #e62168;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        color: #e62168;
        text-transform: uppercase;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .hero-slider .slide .content .button {
        margin-top: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .hero-slider .slide .content .button {
            margin-top: 1.6rem;
            max-width: 450px;
            width: 100%; } }

.category-podcasts-videos .hero-slider .container, .search-results .hero-slider .container {
  display: block; }

.popular-posts__header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.1rem;
  margin-bottom: 1.75rem; }
  .popular-posts__header * {
    font-size: 1rem;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 300; }
    .popular-posts__header *:last-child {
      margin-bottom: 0; }

.popular-posts__listings {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  width: calc(100% + 30px);
  flex-wrap: wrap; }
  .popular-posts__listings .post-item {
    margin: 0 15px 30px;
    width: calc(33.3333% - 30px); }
    @media only screen and (max-width: 991px) {
      .popular-posts__listings .post-item {
        width: calc(50% - 30px); }
        .popular-posts__listings .post-item .post-item__image {
          width: 7.5rem; }
        .popular-posts__listings .post-item .post-item__header {
          max-width: calc(100% - 7.5rem) !important;
          width: calc(100% - 7.5rem) !important; }
        .popular-posts__listings .post-item:nth-child(3n+3):last-child {
          width: calc(100% - 30px); } }
    @media only screen and (max-width: 767px) {
      .popular-posts__listings .post-item {
        width: calc(100% - 30px); } }

.post-grid {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .post-grid {
      margin-bottom: 40px; } }
  .post-grid .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .post-grid--main:not(:only-child) {
      width: 66%; } }
  .post-grid--main__listings {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .post-grid--main__listings .post-item {
      margin: 0 15px 3rem;
      width: calc(50% - 30px); }
      @media only screen and (max-width: 767px) {
        .post-grid--main__listings .post-item {
          width: calc(100% - 30px); } }
    .post-grid--main__listings .post-item__header-second h2 {
      line-height: 1.2;
      min-height: 3.7em; }
  .post-grid--main__advertisement {
    margin: 2rem 15px  5rem;
    width: calc(100% - 30px); }
  @media only screen and (min-width: 992px) {
    .post-grid--side:not(:only-child) {
      width: 30%; } }
  .post-grid--side__competition article:not(:last-child) {
    margin-bottom: 2rem; }
  .post-grid--side__advertisement {
    margin-bottom: 5rem;
    margin-top: 2rem; }
  .post-grid--side__newsletter {
    padding: 1.8rem 2.4rem; }
    .post-grid--side__newsletter button,
    .post-grid--side__newsletter input[type="submit"] {
      width: 100%; }
    .post-grid--side__newsletter h4::before {
      content: "";
      display: block;
      background: #e62168;
      width: 10rem;
      height: .25rem;
      margin-bottom: 1.6rem; }
    .post-grid--side__newsletter .button {
      width: 100%; }
  .post-grid--side__social {
    padding: 2.8rem 2.4rem; }
    .post-grid--side__social ul {
      margin-top: 2rem;
      margin-bottom: 1.1rem; }
      .post-grid--side__social ul:before, .post-grid--side__social ul:after {
        content: " ";
        display: table; }
      .post-grid--side__social ul:after {
        clear: both; }
      .post-grid--side__social ul li {
        display: block;
        padding-right: 10px;
        box-sizing: border-box;
        float: left;
        width: 50%; }
    .post-grid--side__social i.fa {
      font-size: 1.25rem;
      width: 1.5rem;
      text-align: left;
      vertical-align: top; }
    .post-grid--side__social a {
      color: #202020;
      font-size: 1rem;
      display: block;
      font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
      text-transform: capitalize;
      font-weight: 300; }
    .post-grid--side__social a {
      color: #9f8d90; }
      .post-grid--side__social a:hover {
        color: #e62168; }
  .post-grid--side__newsletter, .post-grid--side__social {
    border: 1px solid #dddddd;
    border-radius: .2rem;
    box-sizing: border-box;
    margin-bottom: 2rem; }
    .post-grid--side__newsletter h4, .post-grid--side__social h4 {
      font-weight: 400;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.4; }

.latest-posts__listings {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -20px; }
  .latest-posts__listings .post-item {
    width: calc(25% - 30px);
    margin: 0 15px 3em; }
    @media only screen and (max-width: 991px) {
      .latest-posts__listings .post-item {
        width: calc(50% - 30px); } }
    @media only screen and (max-width: 767px) {
      .latest-posts__listings .post-item {
        width: calc(100% - 30px); } }
  .latest-posts__listings .post-item__header h2 {
    line-height: 1.2em;
    font-size: 20px; }
    .latest-posts__listings .post-item__header h2 a {
      min-height: 3.5em; }
  .latest-posts__listings .post-item__excerpt {
    min-height: 13em; }

.subscribe-bar {
  background: #d0c7c9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 2rem; }
  .subscribe-bar:last-child {
    margin-bottom: 0; }
  .subscribe-bar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 992px) {
      .subscribe-bar .container > * {
        width: 45%; } }
    @media only screen and (max-width: 991px) {
      .subscribe-bar .container > * {
        width: 100%; }
        .subscribe-bar .container > *:not(:last-child) {
          margin-bottom: 30px; } }
  .subscribe-bar .ginput_container_email input[type="text"],
  .subscribe-bar input[type="email"] {
    min-width: 18.75rem;
    color: #ffffff;
    background: #c7bcbe;
    border: none;
    box-shadow: inset 0px 1px 3px rgba(159, 150, 152, 0.6);
    padding: 0.7rem 1.5rem;
    border-radius: .125rem;
    margin-bottom: 1rem; }
    .subscribe-bar .ginput_container_email input[type="text"]:placeholder,
    .subscribe-bar input[type="email"]:placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-bar .ginput_container_email input[type="text"]::-webkit-input-placeholder,
    .subscribe-bar input[type="email"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-bar .ginput_container_email input[type="text"]::-moz-placeholder,
    .subscribe-bar input[type="email"]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-bar .ginput_container_email input[type="text"]::-ms-input-placeholder,
    .subscribe-bar input[type="email"]::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-bar .ginput_container_email input[type="text"]::placeholder,
    .subscribe-bar input[type="email"]::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .subscribe-bar input[type="submit"],
  .subscribe-bar button {
    color: #9D91B0;
    background-color: #ffffff;
    box-shadow: 0 2px 0 #e6e6e6;
    border-color: #ffffff; }
    .subscribe-bar input[type="submit"]:hover,
    .subscribe-bar button:hover {
      background-color: rgba(255, 255, 255, 0.9); }

section.one-three-header {
  clear: both;
  margin-bottom: 60px;
	}
  section.one-three-header .header-left {
    width: 100%;
    /*background-color: #9F8D90;
    float: left;*/ }
    section.one-three-header .header-left .header-left-container {
      display: block;
      justify-content: space-between;
      /*min-height: 400px;*/ }
      section.one-three-header .header-left .header-left-container .header-left-image {
        flex: 1;
		height: 450px;
		}
		section.one-three-header .header-left .header-left-container .post-item__image:hover span{
			-webkit-transform: scale(1.0);
			transform: scale(1.0);
		}
      section.one-three-header .header-left .header-left-container .header-left-content {
        flex: 1; text-align:center; }
        section.one-three-header .header-left .header-left-container .header-left-content .title {
          color: #9f8d90;
		  /* text-transform: uppercase; */
		  font-size: 2.5rem;
		  margin: 30px 0px 30px 0px;
		  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }
        section.one-three-header .header-left .header-left-container .header-left-content .button {
          margin: 0 45px 30px 45px; transition:0.2s all ease-in-out;}
		section.one-three-header .header-left .header-left-container .header-left-content .button:hover{
			color: #fff;
			background: #9f8d90;
		}
        section.one-three-header .header-left .header-left-container .header-left-content .orange {
          background-color: #ff6600;
          border-color: #ff6600;
          box-shadow: 0 2px 0 #ff6600; }
    @media only screen and (max-width: 991px) {
      section.one-three-header .header-left {
        width: 100%;
        margin-bottom: 30px; }
        section.one-three-header .header-left .header-left-container {
          min-height: auto; } }
  section.one-three-header .header-right {
    width: 100%;
    float: right;
	background-color: #f2f2f2;
	padding:50px 0px;
	margin-bottom:50px; }
    section.one-three-header .header-right .header-right-container {
      display: flex;
      /*flex-wrap: wrap;*/  }
      section.one-three-header .header-right .header-right-container .right_hand_side_blocks {
        	width: 33%;
			border: 1px solid #dddddd;
			margin-right: 40px;
			transition:0.2s all ease-in-out;
			background-color:#fff;
			}
	  section.one-three-header .header-right .header-right-container .right_hand_side_blocks:hover{
			box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4);
		}
        section.one-three-header .header-right .header-right-container .right_hand_side_blocks:nth-child(3) {
          margin-right: 0px; }
        section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link {
          /*display: flex;*/
          min-height: 114px;}
          section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-image {
            flex: 0.7; 
			max-height: 230px; }
          section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content {
            flex: 1.3; background-color:#fff;text-align:center; padding: 30px; }
            section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content .title {
              min-width: 60px;
              font-size: 2rem;
              /*font-weight: 900;
              line-height: 1.1;
              letter-spacing: .15rem;
              display: inline-block;
              zoom: 1;
              *display: inline;
              vertical-align: top;*/
              color: #e62168;
              /*text-transform: uppercase;*/
			  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
			  margin: 0px;
    		  padding: 0px;
			  padding-bottom: 10px; }
            section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content .orange {
              color: #9f8d90; }
            section.one-three-header .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content p {
              color: #9f8d90;
              font-size: 14px;
              font-weight: 300; }
    @media only screen and (max-width: 991px) {
      section.one-three-header .header-right {
        width: 100%; } }

.offers .title {
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 600;
  color: #9f8d90;
  text-transform: uppercase;
  text-align: left;
  margin-top: 50px; }

.offers .subtitle {
  line-height: 1.2em;
  font-size: 1.4rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #9f8d90;
  text-align: left; }

.offers .latest-posts__listings {
  align-items: stretch; }
  .offers .latest-posts__listings .post-item__offers {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
    text-align: center; }
    .offers .latest-posts__listings .post-item__offers .post-item__image .offers-category {
      position: absolute;
      bottom: 15px !important;
      padding: 5px 10px;
      margin: 0 auto;
      background-color: #ebebeb;
      color: #ff6600;
      top: auto;
      left: 10%;
      right: 10%;
      height: auto;
      width: auto;
      text-transform: uppercase;
      font-size: 0.8rem;
      font-weight: 900; }
    .offers .latest-posts__listings .post-item__offers .offers-text {
      min-height: 36px;
      box-sizing: border-box;
      margin: 20px 15px; }
      .offers .latest-posts__listings .post-item__offers .offers-text h4 {
        font-size: 1.2rem;
        color: #9f8d90; }
      .offers .latest-posts__listings .post-item__offers .offers-text small {
        font-size: 0.95rem;
        font-weight: 500;
        color: #9f8d90; }
      .offers .latest-posts__listings .post-item__offers .offers-text .button {
        margin-top: 15px;
        background-color: #ff6600;
        border-color: #ff6600;
        box-shadow: 0 2px 0 #ff6600; }
        @media only screen and (max-width: 991px) {
          .offers .latest-posts__listings .post-item__offers .offers-text .button {
            display: block; } }
    .offers .latest-posts__listings .post-item__offers:hover {
      box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4); }

.offers .view-more {
  margin-bottom: 60px; }

.home-shop .title {
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 600;
  color: #9f8d90;
  text-transform: uppercase;
  text-align: left;
  margin-top: 50px; }

.home-shop .subtitle {
  line-height: 1.2em;
  font-size: 1.4rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #9f8d90;
  text-align: left; }

.home-shop .latest-posts__listings {
  align-items: stretch; }
  .home-shop .latest-posts__listings .post-item__shop {
    text-align: center; }
    .home-shop .latest-posts__listings .post-item__shop .post-item__image {
      min-height: 250px; }
      .home-shop .latest-posts__listings .post-item__shop .post-item__image .shop-category {
        position: absolute;
        bottom: 15px !important;
        padding: 7px 10px;
        margin: 0 auto;
        background-color: #fff;
        color: #ff6600;
        top: auto;
        left: 7%;
        right: 7%;
        height: auto;
        width: auto;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 900; }
    .home-shop .latest-posts__listings .post-item__shop:hover {
      box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4); }

.home-newsletter .container {
  display: block !important;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  margin: 40px auto;
  box-sizing: border-box; }
  .home-newsletter .container .title {
    line-height: 1.2em;
    font-size: 2rem;
    font-weight: 600;
    color: #9f8d90;
    text-align: center;
    margin-top: 30px; }
  .home-newsletter .container .subtitle {
    line-height: 1.2em;
    font-size: 1.4rem;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #9f8d90;
    text-align: center; }
  .home-newsletter .container .newsletter-content {
    margin: 0 10%; }
    .home-newsletter .container .newsletter-content .gform_wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      margin-bottom: 60px; }
      .home-newsletter .container .newsletter-content .gform_wrapper .gform_required_legend,
      .home-newsletter .container .newsletter-content .gform_wrapper .hidden_label legend {
        display: none; }
      .home-newsletter .container .newsletter-content .gform_wrapper form {
        min-height: 80px; }
        .home-newsletter .container .newsletter-content .gform_wrapper form .gfield {
          border: none;
          box-shadow: none;
          border-radius: unset; }
        .home-newsletter .container .newsletter-content .gform_wrapper form .ginput_container_text {
          width: 23%;
          float: left;
          margin-right: 14px;
          margin-left: 1px; }
        .home-newsletter .container .newsletter-content .gform_wrapper form .ginput_container_email {
          width: 45%;
          float: left;
          margin-right: 14px; }
        .home-newsletter .container .newsletter-content .gform_wrapper form .gform_footer {
          width: 28%;
          float: left; }
        .home-newsletter .container .newsletter-content .gform_wrapper form fieldset.gfield {
          position: absolute;
          bottom: 0px;
          left: 0;
          margin: 0;
          padding: 0; }
        @media only screen and (max-width: 991px) {
          .home-newsletter .container .newsletter-content .gform_wrapper form .ginput_container_text,
          .home-newsletter .container .newsletter-content .gform_wrapper form .ginput_container_email,
          .home-newsletter .container .newsletter-content .gform_wrapper form fieldset.gfield {
            width: 100%;
            position: relative;
            margin-bottom: 20px; } }
  .home-newsletter .container .newsletter-content.orange .button {
    background-color: #ff6600;
    border-color: #ff6600;
    box-shadow: 0 2px 0 #ff6600; }

.home-latest .title {
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 600;
  color: #9f8d90;
  text-transform: uppercase;
  text-align: left;
  margin-top: 50px; }

.home-latest .subtitle {
  line-height: 1.2em;
  font-size: 1.4rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #9f8d90;
  text-align: left; }

.home-latest .latest-posts__listings {
  align-items: stretch; }
  .home-latest .latest-posts__listings .post-item__latest {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
    text-align: center; }
    .home-latest .latest-posts__listings .post-item__latest .post-item__image .latest-category {
      position: absolute;
      bottom: 15px !important;
      padding: 5px 10px;
      margin: 0 auto;
      background-color: #ebebeb;
      color: #e62168;
      top: auto;
      left: 10%;
      right: 10%;
      height: auto;
      width: auto;
      text-transform: uppercase;
      font-size: 0.8rem;
      font-weight: 900; }
    .home-latest .latest-posts__listings .post-item__latest .latest-text {
      min-height: 36px;
      box-sizing: border-box;
      margin: 20px 15px; }
      .home-latest .latest-posts__listings .post-item__latest .latest-text h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #9f8d90; }
      .home-latest .latest-posts__listings .post-item__latest .latest-text p {
        font-size: 0.95rem;
        font-weight: 400;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #9f8d90; }
    .home-latest .latest-posts__listings .post-item__latest:hover {
      box-shadow: 0 0.25rem 2.125rem 0.0625rem rgba(230, 33, 104, 0.4); }

.home-tunein .container .title {
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 600;
  color: #9f8d90;
  text-align: left;
  margin-top: 30px; }

.home-tunein .container .subtitle {
  line-height: 1.2em;
  font-size: 1.4rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #9f8d90;
  text-align: left; }

.home-tunein .container .tunein-content {
  margin: 0 0%; }

.four-one-header {
  display: flex;
  justify-content: space-between;
  clear: both;
  margin-bottom: 50px; }
  .four-one-header .title {
    line-height: 1.2em;
    font-size: 2rem;
    font-weight: 600;
    color: #9f8d90;
    text-transform: uppercase;
    text-align: left;
    margin-top: 50px; }
  .four-one-header .subtitle {
    line-height: 1.2em;
    font-size: 1.4rem;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #9f8d90;
    text-align: left; }
  .four-one-header .four-one-header-wrapper {
    display: flex;
    justify-content: space-between; }
    .four-one-header .four-one-header-wrapper .header-left {
      flex: 0.65; }
      .four-one-header .four-one-header-wrapper .header-left .header-left-container {
        /*display: flex;*/
        justify-content: space-between;
        min-height: 200px; }
        .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one {
          width: calc(50% - 30px);
          text-align: center;
          margin-bottom: 30px; }
          .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one .post-item__image::before {
            padding-top: 0%; height: 280px; }
          .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one h2 {
            text-transform: uppercase;
            font-size: 2rem;
            font-weight: 900;
            font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
            position: relative; }
          .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one .button {
            position: relative;
            display: inline-block;
            width: auto;
            height: auto;
            margin-bottom: 20px; }
          .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one .orange {
            background-color: #ff6600;
            border-color: #ff6600;
            box-shadow: 0 2px 0 #ff6600; }
    .four-one-header .four-one-header-wrapper .header-right {
      flex: 0.32; }
      .four-one-header .four-one-header-wrapper .header-right .header-right-container {
        display: flex;
        flex-wrap: wrap; }
        .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks {
          width: 100%;
          border: 1px solid #dddddd; }
          .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks:nth-child(2) {
            margin: 25px 0; }
          .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link {
            display: flex;
            min-height: 114px; }
            .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-image {
              flex: 0.7; }
            .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content {
              flex: 1.3; }
              .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content .title {
                margin: 15px 20px 15px 20px;
                min-width: 60px;
                font-size: .625rem;
                font-weight: bold;
                line-height: 1.1;
                letter-spacing: .15rem;
                display: inline-block;
                zoom: 1;
                *display: inline;
                vertical-align: top;
                color: #e62168;
                text-transform: uppercase;
                font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .four-one-header .four-one-header-wrapper .header-right .header-right-container .right_hand_side_blocks .right_hand_side_link .header-right-content p {
                margin: 0 20px 15px 20px;
                color: #9f8d90;
                font-size: 14px; }
      .four-one-header .four-one-header-wrapper .header-right .header-right-container.videos {
        background-color: #9F8D90;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .four-one-header .four-one-header-wrapper .header-right .header-right-container.videos .right-title {
          color: #fff;
          text-align: center;
          width: 100%;
          margin-bottom: 0; }
        .four-one-header .four-one-header-wrapper .header-right .header-right-container.videos .videos-item {
          flex: 1 1 140px;
          margin: 6px 10px; }
          .four-one-header .four-one-header-wrapper .header-right .header-right-container.videos .videos-item .post-item__image {
            max-height: 80px; }
  @media only screen and (max-width: 991px) {
    .four-one-header .four-one-header-wrapper {
      display: block; }
      .four-one-header .four-one-header-wrapper .header-left,
      .four-one-header .four-one-header-wrapper .header-right {
        flex: 1; }
      .four-one-header .four-one-header-wrapper .header-right .header-right-container {
        display: block; }
      .four-one-header .four-one-header-wrapper .view-more {
        margin-bottom: 30px; } }

/* ==========================================================================
   6.3 Custom Page Styles
   ========================================================================== */
#error404page .container {
  max-width: 51.4375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 5rem; }

#error404page h1 {
  text-transform: uppercase;
  padding-left: 0;
  margin-top: 0.3rem;
  padding-bottom: 1.6rem;
  line-height: 1.25;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 400;
  font-size: 3.75rem;
  margin-bottom: 2rem;
  color: #9f8d90;
  font-size: 2.5rem; }
  @media only screen and (min-width: 61.25em) {
    #error404page h1 {
      font-size: 3.75rem; } }
  @media only screen and (min-width: 1400px) {
    #error404page h1 {
      font-size: 3.75rem; } }

#error404page p {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }
  #error404page p:first-letter {
    float: left;
    color: #e62168;
    font-size: 2.875rem;
    font-weight: bold;
    line-height: 2rem;
    padding-top: 0.4rem;
    padding-right: 0.4rem; }

#error404page form {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #error404page form {
      flex-direction: column; } }
  #error404page form input[type="text"],
  #error404page form input[type="search"] {
    width: calc(100% - 102px); }
    @media only screen and (max-width: 767px) {
      #error404page form input[type="text"],
      #error404page form input[type="search"] {
        width: 100%; } }
  #error404page form input[type="submit"] button {
    width: 100px; }
    @media only screen and (max-width: 767px) {
      #error404page form input[type="submit"] button {
        width: 100%; } }

/* 
 * My Account
 */
.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm p {
  margin-bottom: 1.5rem; }

.woocommerce .cart-collaterals .upsells,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .upsells {
  display: none; }

.woocommerce-page h3 {
  font-size: 1.225em;
  line-height: 1.23449em;
  margin-bottom: .75em; }

.woocommerce-page strong,
.woocommerce-page b {
  font-weight: bolder; }

.woocommerce-page__custom .container {
  padding: 3rem 1.5rem 5rem;
  box-sizing: border-box; }

.woocommerce-page__header {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem; }
  .woocommerce-page__header h1 {
    line-height: 1.25;
    font-weight: 400;
    font-size: 3.75rem;
    color: #9f8d90;
    font-size: 2.5rem;
    display: block;
    text-transform: uppercase; }
    @media only screen and (min-width: 61.25em) {
      .woocommerce-page__header h1 {
        font-size: 3.75rem; } }
    @media only screen and (min-width: 1400px) {
      .woocommerce-page__header h1 {
        font-size: 3.75rem; } }

@media only screen and (min-width: 768px) {
  .woocommerce-page.sign-up form.register {
    max-width: rem-calc(400px); } }

.woocommerce-page.sign-up form.register input[type="submit"] {
  float: right; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: .75em; }

.woocommerce-account label {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: .817rem;
  margin-bottom: 0.25rem;
  line-height: 2;
  color: #000000;
  text-transform: none;
  font-weight: 300;
  letter-spacing: initial; }

.woocommerce-Address h3 {
  margin-top: 0; }

.woocommerce .coupon,
.woocommerce .checkout_coupon {
  display: inline-block; }
  .woocommerce .coupon label,
  .woocommerce .checkout_coupon label {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: .25rem; }
  .woocommerce .coupon input[type="text"],
  .woocommerce .checkout_coupon input[type="text"] {
    width: auto;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .woocommerce .coupon input[type="text"],
      .woocommerce .checkout_coupon input[type="text"] {
        min-width: 320px; } }
    @media only screen and (max-width: 767px) {
      .woocommerce .coupon input[type="text"],
      .woocommerce .checkout_coupon input[type="text"] {
        width: 100% !important; } }
  .woocommerce .coupon input[type="submit"],
  .woocommerce .checkout_coupon input[type="submit"] {
    background: none;
    color: #e62168;
    border: none;
    padding: 0;
    box-shadow: none;
    margin-top: 0.75rem;
    margin-left: 1rem;
    font-size: .75rem;
    letter-spacing: 0; }

.woocommerce table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  color: #616161;
  background: transparent;
  border: none;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.04);
  box-shadow: none; }
  .woocommerce table p {
    font-size: inherit; }
  .woocommerce table td {
    font-size: .9em;
    border: none;
    color: inherit;
    line-height: 1.5; }
    .woocommerce table td.actions input[type="submit"] {
      background: transparent;
      padding: 0;
      border-radius: 0;
      border: none;
      letter-spacing: 0;
      color: #e62168;
      box-shadow: none;
      font-weight: 400;
      border: none;
      margin-top: 0.75rem;
      margin-left: 1rem;
      font-size: .75rem;
      letter-spacing: 0; }
      @media only screen and (min-width: 768px) {
        .woocommerce table td.actions input[type="submit"] {
          margin-top: .9rem !important;
          float: right; } }
      .woocommerce table td.actions input[type="submit"]:hover {
        background: none;
        color: #bf1552; }

/* 
 * Login/Register
 */
body:not(.woocommerce-checkout) form.login,
body:not(.woocommerce-checkout) form.register,
body:not(.woocommerce-checkout) form.register,
.page__popups form.login,
.page__popups form.register,
.page__popups form.register {
  border: none;
  padding: 0; }

#customer_login {
  margin-top: 2rem; }
  #customer_login h2 {
    font-family: "Bitter", sans-serif;
    font-weight: 400;
    font-size: rem-calc(24);
    color: #000000;
    margin-top: 0; }
  #customer_login form .form-row input.input-text {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0.5rem; }
  #customer_login form input[type="submit"] {
    float: right; }
  #customer_login form p.lost_password {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    #customer_login form p.lost_password a {
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #000000;
      text-decoration: underline;
      font-weight: normal;
      font-size: .875rem;
      margin-top: 1em; }
  #customer_login .col-1 {
    border-right: 1px solid #EFEFEF;
    padding-right: 5%;
    box-sizing: border-box; }
  #customer_login .col-2 .register {
    float: right; }
  #customer_login label[for="rememberme"] {
    vertical-align: middle;
    padding-top: 0.04rem; }
  @media only screen and (max-width: 768px) {
    #customer_login .col-1,
    #customer_login .col-2 {
      width: 100%;
      float: none;
      padding-right: 0 !important; }
    #customer_login .col-2:not(:first-child) {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 1px solid #efefef; } }

/* 
 * Popup
 */
.ui.login-popup.modal {
  border-radius: 0.2rem;
  z-index: 9999;
  padding: 1.5rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    .ui.login-popup.modal {
      padding: 3.5rem; } }
  .ui.login-popup.modal p {
    line-height: 1.5; }
  .ui.login-popup.modal #customer_login {
    margin-top: 0; }
  .ui.login-popup.modal .button {
    line-height: 2; }
  .ui.login-popup.modal .woocommerce {
    margin-bottom: 0; }
  .ui.login-popup.modal .close.icon {
    font-style: normal;
    background: #B9B9B9;
    border-radius: 50%;
    font-size: 2.5rem;
    line-height: 1;
    padding: 0;
    color: #ffffff;
    opacity: 1;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 0.8;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }

.login-link {
  outline: 0; }

/* 
 * Social logins
 */
.wc-social-login {
  margin-top: 6rem; }
  .wc-social-login > p {
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: rem-calc(12);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .wc-social-login > p::before, .wc-social-login > p::after {
      content: "";
      height: rem-calc(2px);
      background: #dddddd;
      width: 100%; }
    .wc-social-login > p::before {
      margin-right: 1rem; }
    .wc-social-login > p::after {
      margin-left: 1rem; }
  .wc-social-login .button-social-login {
    width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    text-shadow: none;
    padding: 1.1rem;
    border-radius: 0.3rem;
    text-shadow: none;
    text-align: center;
    position: relative;
    padding-left: 5.5rem;
    box-shadow: 0 2px 0 #2d4373; }
    .wc-social-login .button-social-login span.si {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      font-size: 2rem;
      line-height: 1.7;
      padding: 0 1.4rem 0 1.1rem;
      border-right-color: #334779; }

.button-social-login:hover:before,
a.button-social-login:hover:before,
input.button-social-login:hover:before,
button.button-social-login:hover:before,
.widget-area a.button-social-login:hover:before {
  background: rgba(0, 0, 0, 0.05); }

.wc-social-login-profile h2 {
  font-family: "Bitter",sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  margin-top: 0; }

.woocommerce-account h2 {
  font-family: "Bitter",sans-serif; }

.post-listings:first-child {
  margin-top: 2rem; }

.post-listings.no-posts {
  margin-top: 50px;
  margin-bottom: 50px; }
  .post-listings.no-posts h2 {
    font-size: 1.355em;
    line-height: 1.11701em;
    margin-bottom: .75em;
    font-weight: bold; }
  .post-listings.no-posts p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .post-listings.no-posts p a {
      color: #202020; }
      .post-listings.no-posts p a:hover {
        color: #e62168; }

.post-listings__sort .sort-by p,
.post-listings__sort .sort-by form {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.post-listings__sort p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 1em;
  letter-spacing: .15rem;
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
  font-size: .75rem; }

.post-listings__sort + .post-listings__items {
  margin-top: 30px; }

.post-listings__breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem; }
  .post-listings__breadcrumbs ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0; }
    .post-listings__breadcrumbs ul li:not(:last-child)::after {
      content: " / ";
      margin: 1rem; }
    .post-listings__breadcrumbs ul li a {
      color: #666666;
      text-transform: uppercase;
      font-size: .75rem;
      font-weight: bold;
      letter-spacing: .2em;
      left: .25rem; }
    .post-listings__breadcrumbs ul li.current-cat a,
    .post-listings__breadcrumbs ul li:hover a {
      color: #e62168; }

@media only screen and (min-width: 992px) {
  .post-listings__breadcrumbs {
    float: right; }
    .post-listings__breadcrumbs ul {
      margin-top: 0.9rem; } }

.post-listings__breadcrumbs + .post-listings__items {
  padding-top: 50px; }

@media only screen and (min-width: 992px) {
  .post-listings__sort.floated {
    float: left; } }

.post-listings__order select {
  min-width: 12rem;
  padding: .9rem 2rem .9rem 1rem; }

.post-listings__filter {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1200px) {
    .post-listings__filter {
      padding: 0 30px; } }
  .post-listings__filter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .post-listings__filter li {
    margin: 0 20px 0 0; }
    .post-listings__filter li:first-child a {
      margin-left: 40px !important; }
    .post-listings__filter li:last-child a {
      margin-right: 40px !important; }
    .post-listings__filter li.current-menu-item a {
      color: #fff;
      background-color: #e62168;
      border-color: #e62168; }
  .post-listings__filter a {
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    padding: 1rem 2.3rem 0.8rem 2.3rem !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 7.5px;
    font-size: 0.75rem;
    font-weight: 400;
    font-weight: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #e62168;
    color: #fff;
    letter-spacing: 0.2em;
    border-color: #e62168;
    border: 1px solid #e62168;
    box-shadow: 0 2px 0 #bf1552;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 3px;
    background: transparent;
    border-color: #e62168;
    color: #e62168;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 0.9rem 2.25rem;
    box-shadow: none;
    white-space: nowrap; }
    .post-listings__filter a:hover {
      color: #ffffff;
      background: #cc1758;
      border-color: #cc1758; }
    .post-listings__filter a.buy, .post-listings__filter a.buy-button, .post-listings__filter a.product_type_external, .post-listings__filter a.outline {
      background: transparent;
      border-color: #e62168;
      color: #e62168;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.2em;
      padding: 0.9rem 2.25rem !important;
      box-shadow: none; }
      .post-listings__filter a.buy:hover, .post-listings__filter a.buy-button:hover, .post-listings__filter a.product_type_external:hover, .post-listings__filter a.outline:hover {
        color: #fff;
        background-color: #e62168;
        border-color: #e62168; }
    .post-listings__filter a--white {
      color: #9D91B0;
      background-color: #ffffff;
      box-shadow: 0 2px 0 #e6e6e6;
      border-color: #ffffff; }
      .post-listings__filter a--white:hover {
        color: #9D91B0 !important;
        border-color: #ffffff !important;
        background-color: #f2f2f2; }
    .post-listings__filter a--load-more {
      font-size: 15px;
      font-weight: 500;
      width: auto;
      background: #ed7070;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      color: #fff;
      border: none;
      border-radius: 4px;
      margin: 0;
      display: inline-block;
      position: relative;
      transition: all 0.2s ease-in-out;
      text-align: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      line-height: 1;
      padding: 1rem 4rem !important; }
      .post-listings__filter a--load-more:hover {
        background-color: #e06161;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
      .post-listings__filter a--load-more::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        border-radius: .2rem;
        height: 30px;
        width: 30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #ffffff;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/loading.gif);
        opacity: 0;
        transition: all 0.2s ease-in-out; }
      .post-listings__filter a--load-more.loading::before {
        opacity: 1; }
    .post-listings__filter a:hover {
      color: #fff;
      background-color: #e62168;
      border-color: #e62168; }
  .post-listings__filter .flickity-enabled {
    position: relative; }
    .post-listings__filter .flickity-enabled::before, .post-listings__filter .flickity-enabled::after {
      content: '';
      display: block;
      height: 120%;
      width: 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none;
      z-index: 3;
      transition: ease-in-out all .2s; }
    .post-listings__filter .flickity-enabled:hover::before, .post-listings__filter .flickity-enabled:hover::after {
      opacity: 0; }
    .post-listings__filter .flickity-enabled::before {
      left: 0;
      background: white;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .post-listings__filter .flickity-enabled::after {
      right: 0;
      background: white;
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .post-listings__filter .flickity-enabled .flickity-button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px;
      width: 42px;
      height: 100%;
      color: #e62168;
      box-sizing: border-box;
      transition: ease-in-out all 0.2s;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px;
      cursor: pointer; }
      .post-listings__filter .flickity-enabled .flickity-button svg {
        display: none; }
      .post-listings__filter .flickity-enabled .flickity-button[disabled] {
        opacity: 0;
        cursor: not-allowed; }
      .post-listings__filter .flickity-enabled .flickity-button.previous {
        right: 100%;
        background-image: url(../img/left-arrow.png);
        left: auto; }
      .post-listings__filter .flickity-enabled .flickity-button.next {
        left: 100%;
        background-image: url(../img/right-arrow.png);
        right: auto; }

.post-listings__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  padding-top: 50px;
}
  .post-listings__items .post-item {
    margin: 0 15px 30px;
    width: calc(33.333% - 30px); }
    @media only screen and (max-width: 991px) {
      .post-listings__items .post-item {
        width: calc(50% - 30px); } }
    @media only screen and (max-width: 767px) {
      .post-listings__items .post-item {
        width: calc(100% - 30px); } }

.post-listings__pagination {
  width: 100%; }
  .post-listings__pagination .hide {
    display: none; }
  .post-listings__pagination .load-more-button {
    margin: 3rem auto 5rem; }

.glossary .title {
  line-height: 1.2em;
  font-size: 2rem;
  color: #9f8d90;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px; }

.glossary ul {
  background-color: #EBEBEB;
  width: 100%;
  max-height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 40px; }
  .glossary ul li {
    flex: 1 1 80px;
    list-style-type: none;
    margin: 15px; }
    .glossary ul li a {
      display: block;
      color: #fff;
      padding: 10px 20px;
      text-align: center;
      background-color: #9F8D90;
      border-radius: 3px; }
    .glossary ul li a.active, .glossary ul li a:hover {
      background-color: #ff6600; }

@media only screen and (max-width: 991px) {
  .glossary ul {
    display: block;
    max-height: none;
    overflow: hidden; }
    .glossary ul li {
      display: block;
      float: left;
      width: 26%; } }

.post-listings.categories .post-listings__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .post-listings.categories .post-listings__items .post-item {
    flex: 1 0 21%;
    max-width: 23%; }
    .post-listings.categories .post-listings__items .post-item .post-item__header h2 {
      text-align: center;
      color: #9f8d90;
      font-size: 1rem;
      font-weight: 600; }
    .post-listings.categories .post-listings__items .post-item .post-item__excerpt {
      text-align: center; }
      .post-listings.categories .post-listings__items .post-item .post-item__excerpt p {
        height: auto;
        font-size: 0.95rem;
        font-weight: 400;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .post-listings.categories .post-listings__items .post-item .button {
      margin-top: 15px;
      background-color: #ff6600;
      border-color: #ff6600;
      box-shadow: 0 2px 0 #ff6600; }
    @media only screen and (max-width: 991px) {
      .post-listings.categories .post-listings__items .post-item {
        flex: 1 0 90%;
        max-width: 100%; } }

section.bookmarks {
  padding: 5rem 0; }
  section.bookmarks .bookmarks__header {
    padding-bottom: 3.6rem; }
    section.bookmarks .bookmarks__header.npb {
      padding-bottom: 0; }
    section.bookmarks .bookmarks__header h1 {
      line-height: 1.25;
      font-weight: 400;
      font-size: 3.75rem;
      color: #9f8d90;
      font-size: 2.5rem; }
      @media only screen and (min-width: 61.25em) {
        section.bookmarks .bookmarks__header h1 {
          font-size: 3.75rem; } }
      @media only screen and (min-width: 1400px) {
        section.bookmarks .bookmarks__header h1 {
          font-size: 3.75rem; } }
    section.bookmarks .bookmarks__header p {
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }

.woocommerce-checkout .page__main h3 {
  font-size: 1.4rem;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  margin-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.woocommerce-checkout .page__main form.login {
  margin-top: -2.5rem !important;
  margin-bottom: 2rem !important; }

.woocommerce #billing_company_field {
  display: none; }

.woocommerce table.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-weight: 700;
  color: #000000; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot th {
  border: none; }

.woocommerce table.shop_table tfoot th {
  background: transparent; }

.woocommerce table.shop_table tfoot td {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #000000; }

.woocommerce form.checkout_coupon {
  padding: 0;
  margin: 0;
  border: none; }
  .woocommerce form.checkout_coupon .form-row {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0; }
  .woocommerce form.checkout_coupon input[type="submit"] {
    margin-top: 0.3rem; }

/* 
  * Payment
  */
#order_review_heading {
  margin-top: 3rem; }

/* 
 * Methods
 */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-add-payment-method #payment {
  background: transparent;
  border: none;
  margin-top: 1.5rem; }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce-add-payment-method #payment ul.payment_methods {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0; }
  #add_payment_method #payment li.wc_payment_method,
  #add_payment_method #payment li.woocommerce-PaymentMethod,
  .woocommerce-cart #payment li.wc_payment_method,
  .woocommerce-cart #payment li.woocommerce-PaymentMethod,
  .woocommerce-checkout #payment li.wc_payment_method,
  .woocommerce-checkout #payment li.woocommerce-PaymentMethod,
  .woocommerce-add-payment-method #payment li.wc_payment_method,
  .woocommerce-add-payment-method #payment li.woocommerce-PaymentMethod {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    #add_payment_method #payment li.wc_payment_method:nth-of-type(odd),
    #add_payment_method #payment li.woocommerce-PaymentMethod:nth-of-type(odd),
    .woocommerce-cart #payment li.wc_payment_method:nth-of-type(odd),
    .woocommerce-cart #payment li.woocommerce-PaymentMethod:nth-of-type(odd),
    .woocommerce-checkout #payment li.wc_payment_method:nth-of-type(odd),
    .woocommerce-checkout #payment li.woocommerce-PaymentMethod:nth-of-type(odd),
    .woocommerce-add-payment-method #payment li.wc_payment_method:nth-of-type(odd),
    .woocommerce-add-payment-method #payment li.woocommerce-PaymentMethod:nth-of-type(odd) {
      background: #F8F8F8; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  .woocommerce-add-payment-method #payment div.payment_box {
    padding: 0; }
    #add_payment_method #payment div.payment_box::before,
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before,
    .woocommerce-add-payment-method #payment div.payment_box::before {
      display: none; }
    #add_payment_method #payment div.payment_box fieldset,
    .woocommerce-cart #payment div.payment_box fieldset,
    .woocommerce-checkout #payment div.payment_box fieldset,
    .woocommerce-add-payment-method #payment div.payment_box fieldset {
      padding: 0;
      margin: 0;
      margin-top: 0.3rem;
      border: none;
      box-shadow: none; }
    #add_payment_method #payment div.payment_box .form-row,
    .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout #payment div.payment_box .form-row,
    .woocommerce-add-payment-method #payment div.payment_box .form-row {
      padding-left: 0;
      padding-right: 0; }
  #add_payment_method #payment .form-row.place-order,
  .woocommerce-cart #payment .form-row.place-order,
  .woocommerce-checkout #payment .form-row.place-order,
  .woocommerce-add-payment-method #payment .form-row.place-order {
    margin-bottom: 0;
    padding: 0;
    padding-top: 2rem; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box,
  .woocommerce-add-payment-method #payment div.payment_box {
    background-color: transparent; }

/*
 * Order Recived
 */
body.woocommerce-order-received .woocommerce table.shop_table {
  margin-bottom: 4rem; }

.woocommerce-order-received .woocommerce-thankyou-order-received {
  float: left;
  font-weight: 400; }

.woocommerce-order-received .woocommerce-thankyou-order-details {
  float: right; }

.woocommerce-order-received p {
  margin-bottom: 0.5rem; }

.post-content__body > h1,
.post-content__body > h2,
.post-content__body > h3,
.post-content__body > h4,
.post-content__body > h5,
.post-content__body > h6{
 font-family: "Roboto Slab",Georgia,Cambria,"Times New Roman",Times,serif;
}

.post-content {
  margin: 4.5rem auto 3rem;
  /*padding-bottom: 50px;*/ }
  .post-content .container {
    padding-bottom: 50px;
    /*border-bottom: 1px solid #dddddd;*/
    position: relative; }
  .post-content .simplefavorite-button {
    display: none !important; }
  .post-content__body > h1:first-child, .post-content__body > h2:first-child, .post-content__body > h3:first-child, .post-content__body > h4:first-child, .post-content__body > h5:first-child, .post-content__body > h6:first-child, .post-content__body > p:first-child,
  .post-content__body > ul:first-child li:first-child,
  .post-content__body > ol:first-child li:first-child {
    color: #373737;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }
    .post-content__body > h1:first-child:first-letter, .post-content__body > h2:first-child:first-letter, .post-content__body > h3:first-child:first-letter, .post-content__body > h4:first-child:first-letter, .post-content__body > h5:first-child:first-letter, .post-content__body > h6:first-child:first-letter, .post-content__body > p:first-child:first-letter,
    .post-content__body > ul:first-child li:first-child:first-letter,
    .post-content__body > ol:first-child li:first-child:first-letter {
      float: left;
      color: #e62168;
      font-size: 2.875rem;
      font-weight: bold;
      line-height: 2rem;
      padding-top: 0.4rem;
      padding-right: 0.4rem; }
  .post-content__body > h1 {
    font-weight: 400;
    margin-top: 1.8rem;
    font-size: 40px !important;
    line-height: 1.2em; }
  .post-content__body > h2 {
    font-weight: 400;
    font-size: 36px;
    margin-top: 2.3rem;
    line-height: 1.2em; }
  .post-content__body > h3, .post-content__body > h4, .post-content__body > h5, .post-content__body > h6 {
    font-weight: 400;
    margin-top: 1.8rem;
    font-size: 1.225em;
    line-height: 1.23449em;
    margin-bottom: .75em; }
 .post-content__wrap .post-content__body > h3 {
    font-size: 32px; }
  .post-content__body > h4 {
    font-size: 28px; }
  .post-content__body > h5 {
    font-size: 24px; }
  .post-content__body > h6 {
    font-size: 20px; }
  .post-content__body > ol,
  .post-content__body > ul {
    padding: 0;
    margin-left: 1rem;
    color: #373737; }
  .post-content__body > p,
  .post-content__body > li {
    line-height: 1.8;
    color: #373737; }
    .post-content__body > p a,
    .post-content__body > p b,
    .post-content__body > p strong,
    .post-content__body > li a,
    .post-content__body > li b,
    .post-content__body > li strong {
      font-weight: bolder; }
  .post-content__body > li {
    margin-bottom: .75em; }
  .post-content__wellbeing-wisdom {
    position: relative;
    clear: both;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddd;
    border-radius: 0.3125rem;
    padding: 6rem 3rem 1.5rem 2.5rem;
    margin-top: 4rem;
    margin-bottom: 3.65rem;
    max-width: 490px; }
    .post-content__wellbeing-wisdom h2 {
      position: absolute;
      background: #696;
      top: 0;
      left: 0;
      color: #ffffff;
      font-size: .875rem;
      width: 6.875rem;
      height: 6.75rem;
      display: flex;
      align-items: center;
      border-radius: 50%;
      text-align: center;
      margin-top: 0;
      -webkit-transform: translate(-30%, -30%);
              transform: translate(-30%, -30%);
      font-weight: 400; }
      .post-content__wellbeing-wisdom h2::before {
        content: "";
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        top: 0.5rem;
        position: absolute;
        border-radius: 50%;
        border: 1px dotted #ffffff; }
  .post-content__video {
    padding-top: 56.25%;
    position: relative;
    display: block;
    margin-bottom: 1.5em; }
    .post-content__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .post-content__share {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      .post-content__share:last-child {
        position: absolute;
        top: calc(100% - 1px);
        left: 0; } }
    .post-content__share ul {
      padding: 0 !important;
      margin: 0 0 2.7em 0 !important;
      list-style: none !important;
      display: flex;
      flex-wrap: wrap;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .post-content__share li {
      margin: 0;
      margin-bottom: 10px;
      padding: 0; }
      .post-content__share li:not(:last-child) {
        margin-right: 10px; }
      .post-content__share li a {
        height: 35px;
        width: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 1.33rem; }
      .post-content__share li i {
        color: #ffffff; }
      .post-content__share li span {
        display: none; }
      .post-content__share li.whatsapp {
        background-color: #06D755; }
      .post-content__share li.twitter {
        background-color: #00ACF1; }
      .post-content__share li.facebook {
        background-color: #38579A; }
      .post-content__share li.pinterest {
        background-color: #CC1A1F; }
      .post-content__share li.linkedin {
        background-color: #0072B1; }
      .post-content__share li.emailshare {
        background-color: #000000; }
  .post-content__image {
    margin: 2.3rem auto 2rem;
    padding: 0; }
    .post-content__image img {
      width: 100%;
      height: auto; }
    .post-content__image-inner {
      padding-bottom: 67%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .post-content__recipe-meta {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2.5rem;
    margin-top: 0.2rem; }
    .post-content__recipe-meta div {
      display: inline-block; }
    .post-content__recipe-meta .duration,
    .post-content__recipe-meta .serves {
      margin-right: 2rem;
      vertical-align: middle;
      letter-spacing: .15rem;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: .66rem; }
      .post-content__recipe-meta .duration::before,
      .post-content__recipe-meta .serves::before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.5rem;
        vertical-align: middle; }
    .post-content__recipe-meta .duration::before {
      background-image: url("../img/icon-duration.png");
      height: 28px;
      width: 28px; }
    .post-content__recipe-meta .serves::before {
      background-image: url("../img/icon-serves.png");
      height: 18px;
      width: 18px; }
  .post-content__primary-category {
    min-width: 60px;
    text-align: left;
    font-size: .625rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: .15rem;
    padding-top: .5rem;
    margin-bottom: .8rem;
    border-top: 0.25rem solid #e62168;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #e62168;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: .6rem;
    font-size: .75rem; }
  .post-content__title {
    font-size: 2.5rem;
    font-size: 8vw;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1.33rem;
    text-transform: initial;
    color: #9f8d90; }
    @media only screen and (min-width: 61.25em) {
      .post-content__title {
        font-size: 3.75rem; } }
    @media only screen and (min-width: 1400px) {
      .post-content__title {
        font-size: 3.75rem; } }
  .post-content__wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .post-content .main {
    width: 70%; }
  .post-content .side {
    width: 30%; }
    .post-content .side article h2,
    .post-content .side article h2 a {
      color: #e62168; }
    .post-content .side article:not(:last-child) {
      margin-bottom: 3rem; }
    .post-content .side__advertisement {
      margin: 2rem auto 5rem; }
  .post-content .main,
  .post-content .side {
    padding: 0 15px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .post-content .main,
      .post-content .side {
        width: 100%; } }
  .post-content .recipe__author {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-top: 25px !important;
    color: #272727 !important;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 0.04em !important; }
  .post-content .recipe__ingredients {
    margin-top: 50px; }
    .post-content .recipe__ingredients > h2 {
      color: #202020 !important;
      font-weight: 300; }
    .post-content .recipe__ingredients li {
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px !important;
      font-weight: 400 !important;
      letter-spacing: 0.35em !important;
      text-transform: uppercase;
      color: #373737; }
      .post-content .recipe__ingredients li:not(:last-child) {
        margin-bottom: 12px; }
  .post-content .recipe__method {
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid #CCCCCC; }
    .post-content .recipe__method li {
      color: #373737;
      font-weight: 300; }
      .post-content .recipe__method li:not(:last-child) {
        margin-bottom: 30px; }
    .post-content .recipe__method ol li {
      font-family: "Roboto Slab",Georgia,Cambria,"Times New Roman",Times,serif; }
  .post-content .recipe__method > h2, .post-content .recipe__ingredients > h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #9F8D90;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0; }
  .post-content .recipe__method > h3, .post-content .recipe__ingredients > h3 {
    font-size: 14px;
    line-height: 1.2;
    color: #373737;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .15rem; }
  .post-content .recipe__method ol,
  .post-content .recipe__method ul, .post-content .recipe__ingredients ol,
  .post-content .recipe__ingredients ul {
    margin-left: 1em;
    padding: 0; }
    .post-content .recipe__method ol li,
    .post-content .recipe__method ul li, .post-content .recipe__ingredients ol li,
    .post-content .recipe__ingredients ul li {
      margin-bottom: 0; }
      .post-content .recipe__method ol li:not(:last-child),
      .post-content .recipe__method ul li:not(:last-child), .post-content .recipe__ingredients ol li:not(:last-child),
      .post-content .recipe__ingredients ul li:not(:last-child) {
        margin-bottom: 1.75rem; }
    .post-content .recipe__method ol + h3,
    .post-content .recipe__method ul + h3, .post-content .recipe__ingredients ol + h3,
    .post-content .recipe__ingredients ul + h3 {
      margin-top: 1.8rem; }
  .post-content .print a {
    line-height: 1.4rem;
    margin-right: 2rem;
    vertical-align: middle;
    color: #E83375; }
    .post-content .print a::before {
      content: "";
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 0.5rem;
      vertical-align: middle;
      background-image: url("../img/print.png");
      height: 20px;
      width: 20px; }

@media print {
  .post-content .side, .recipe-share, .subscribe-bar, .post__image, .wellbeing-wisdom, .site-header, .breadcrumb, .site-footer, .recipe__meta {
    display: none; }
  .post-content .main > h3, .post-content .main > ul {
    display: none; }
  .fluid-container {
    padding-top: 0 !important; }
  .recipe__ingredients li {
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important; } }

.post-item h2 {
  font-weight: 400;
}

.post-content__body .gform_wrapper h3.gform_title {
  font-size: 19px;
  font-weight: 700; }

.post-content__body .gform_wrapper label.gfield_label {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700 !important;
  text-transform: none;
  font-size: 15.2px;
  letter-spacing: 0; }

.post-content__body .gform_wrapper .ginput_complex {
  display: flex;
  justify-content: space-between; }

@media (min-width: 768px) {
  .post-content__body .gform_wrapper .name_first, .post-content__body .gform_wrapper .name_last {
    width: 49%; } }

.post-content__body .gform_wrapper .name_first label, .post-content__body .gform_wrapper .name_last label {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: capitalize;
  font-size: 12.3576px;
  letter-spacing: 0;
  color: #373737;
  font-weight: 300; }

.post-content__body .gform_wrapper .ginput_container {
  margin-top: 8px; }

.post-content__body .gform_wrapper input {
  padding: 5px 4px; }

.post-content__body .gform_wrapper input[type="submit"] {
  font-size: 1em;
  font-weight: 700; }

.post-content__body .gform_wrapper .gfield_required {
  font-weight: 700;
  color: #790000;
  margin-left: 2px; }

.post-content__body .gform_wrapper .ginput_container_checkbox {
  margin-left: 20px;
  margin-top: 20px; }

.post-content__body .gform_wrapper ul {
  margin-left: 0;
  padding-left: 0; }

.post-content__body .gform_wrapper li {
  list-style-type: none; }
  .post-content__body .gform_wrapper li:before {
    display: none; }

.side .post-item__excerpt p {
  height: auto; }

.single-product .upsells,
.single-product .cross-sells {
  clear: both; }
  .single-product .upsells h2,
  .single-product .cross-sells h2 {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #e62168;
    margin-top: 30px; }

.single-product .woocommerce-variation-price {
  padding-bottom: 20px; }

.single-product .variations {
  border: none;
  padding-bottom: 10px;
  margin-bottom: 0;
  box-shadow: none; }
  .single-product .variations td label {
    display: block;
    padding-top: .7rem; }
  .single-product .variations tr:first-child td {
    padding-top: 0; }
  .single-product .variations tr:last-child td {
    padding-bottom: 0; }

.single-product .product_title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: normal;
  font-size: 2.125rem;
  color: #9f8d90;
  margin-top: 0.7rem;
  margin-bottom: 1rem; }

.single-product .summary .price,
.single-product .entry-summary .price {
  margin-bottom: 1rem; }

.single-product .summary .price,
.single-product .summary .price *,
.single-product .entry-summary .price,
.single-product .entry-summary .price * {
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  color: #e62168 !important;
  font-size: 1.375rem;
  font-weight: 400; }
  .single-product .summary .price + form,
  .single-product .summary .price * + form,
  .single-product .entry-summary .price + form,
  .single-product .entry-summary .price * + form {
    margin-top: 3rem;
    margin-bottom: 2em; }

.single-product .ui.accordion .title:not(.ui),
.single-product .ui.accordion.tabs .title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 300;
  border-bottom: 1px solid #C5C5C5;
  padding: 0.9rem 0; }
  .single-product .ui.accordion .title:not(.ui) .dropdown.icon,
  .single-product .ui.accordion.tabs .title .dropdown.icon {
    position: absolute;
    right: 0;
    content: '';
    width: .875rem;
    height: .5rem;
    background: url(../img/icon-arrow-down-accordion.png);
    margin-top: 0.5rem; }
  .single-product .ui.accordion .title:not(.ui).active .dropdown.icon,
  .single-product .ui.accordion.tabs .title.active .dropdown.icon {
    background: url(../img/icon-arrow-up-accordion.png); }

.single-product .ui.accordion.tabs .content {
  padding: .5em 0 1em;
  margin-top: 1.2rem; }
  .single-product .ui.accordion.tabs .content * {
    font-weight: 300;
    font-size: .9375rem;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }

.single-product .coupon-message * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.woocommerce-products-header {
  margin: 0 !important; }
  .woocommerce-products-header h1 {
    display: none; }
  .woocommerce-products-header .post-listings__sort {
    padding-top: 30px; }

.products .product h2 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.11701em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
  min-height: 4em; }

.products .product .price,
.products .product .price * {
  font-family: "Roboto Slab",Georgia,Cambria,"Times New Roman",Times,serif;
  font-weight: 300;
  color: #e62168;
  font-size: 1.125rem;
  font-weight: 400; }

.products .product .button {
  margin-top: 1rem !important;
  width: 100%;
  box-sizing: border-box; }

.woocommerce ul.products li.product .button.product_type_external {
  padding: 1rem 2.3rem 14px 2.3rem !important; }

.woocommerce-pagination {
  margin-bottom: 2.15rem; }
  .woocommerce-pagination * {
    color: #000000; }

.woocommerce span.onsale {
  background: #e62168; }

.timeline-listings .navigation {
  width: 100%; }
  .timeline-listings .navigation .nav-previous {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .timeline-listings .navigation .nav-next {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.timeline-listings .post-container {
  position: relative;
  padding: 0rem 0 11.25rem 0;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 991px) {
    .timeline-listings .post-container {
      padding: 0rem 0 7rem 0; } }
  .timeline-listings .post-container__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3rem; }
  @media only screen and (min-width: 992px) {
    .timeline-listings .post-container::before {
      content: '';
      position: absolute;
      top: 3rem;
      bottom: 1.875rem;
      width: .25rem;
      background-color: #eeeaeb;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: calc(100% - 3rem); } }
  .timeline-listings .post-container .h3 {
    color: #eeeaeb;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .75em;
    display: block;
    text-align: center;
    font-size: 1.355em;
    line-height: 1.11701em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .timeline-listings .post-container.loading {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed; }

.timeline-listings__item {
  width: 100%;
  margin: 3.5rem 0 0 0;
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
  box-shadow: 0.0625rem 0.3125rem 1.25rem 0.3125rem rgba(0, 0, 0, 0.15), 0 1.25rem 1.25rem -0.375rem rgba(0, 0, 0, 0.15);
  border: 0;
  overflow: visible; }
  .timeline-listings__item img {
    max-width: 100%;
    height: auto; }
  .timeline-listings__item time {
    min-width: 60px;
    text-align: left;
    font-size: .625rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: .15rem;
    padding-top: .5rem;
    margin-bottom: .8rem;
    border-top: 0.25rem solid #e62168;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    color: #e62168;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: .3125rem 0 0 0;
    margin-bottom: 1.25rem; }
  .timeline-listings__item h3 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #9f8d90;
    margin-bottom: 0; }
  .timeline-listings__item header {
    margin-bottom: 4rem; }
  @media only screen and (min-width: 992px) {
    .timeline-listings__item {
      width: 43%;
      position: relative; }
      .timeline-listings__item::before {
        content: '';
        display: block;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute; }
      .timeline-listings__item:nth-child(odd) {
        margin: 3.5rem 0 0 0; }
        .timeline-listings__item:nth-child(odd)::before {
          opacity: 1;
          right: -4.9125rem;
          transition: all 0.3s ease 0.3s;
          border-width: .625rem .625rem .625rem 0;
          border-color: transparent #eeeaeb transparent transparent; }
      .timeline-listings__item:nth-child(even) {
        margin: 7.5rem 0 0 0; }
        .timeline-listings__item:nth-child(even)::before {
          content: '';
          left: -4.9125rem;
          transition: all 0.3s ease 0.6s;
          border-width: .625rem 0 .625rem .625rem;
          border-color: transparent transparent transparent #eeeaeb; } }

/*
 * WooCommerce
 */
/* 
 * General
 */
.woocommerce a.remove,
.woocommerce table.shop_table a.remove {
  font-size: 2.1rem !important;
  color: #000000 !important;
  font-weight: 300 !important; }
  .woocommerce a.remove:hover,
  .woocommerce table.shop_table a.remove:hover {
    color: #e62168; }

.woocommerce a.remove,
.woocommerce table.shop_table a.remove {
  color: #000000 !important;
  font-size: 2.1rem;
  font-weight: 300; }
  .woocommerce a.remove:hover,
  .woocommerce table.shop_table a.remove:hover {
    background: transparent;
    color: #e62168 !important; }

.woocommerce .coupon,
.woocommerce .checkout_coupon {
  display: inline-block; }
  .woocommerce .coupon label,
  .woocommerce .checkout_coupon label {
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    display: block; }
  .woocommerce .coupon input[type="text"],
  .woocommerce .checkout_coupon input[type="text"] {
    width: auto;
    min-width: 320px;
    display: inline-block; }
  .woocommerce .coupon input[type="submit"],
  .woocommerce .checkout_coupon input[type="submit"] {
    background: none;
    color: #e62168;
    border: none;
    padding: 0;
    box-shadow: none;
    margin-top: 0.75rem;
    margin-left: 1rem;
    font-size: 12px;
    letter-spacing: 0; }

.woocommerce .woocommerce {
  /* Messages */ }
  .woocommerce .woocommerce-breadcrumb + .woocommerce-message,
  .woocommerce .woocommerce-breadcrumb + .woocommerce-error {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .woocommerce .woocommerce-error:not(ul):not(ol), .woocommerce .woocommerce-info:not(ul):not(ol), .woocommerce .woocommerce-message:not(ul):not(ol) {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .woocommerce .woocommerce-notice--success {
    margin-bottom: 20px !important;
    float: none !important; }
  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #ffffff;
    color: #000000;
    padding: 1rem 2rem !important;
    flex-wrap: wrap;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 300; }
    .woocommerce .woocommerce-error .wc-social-login, .woocommerce .woocommerce-info .wc-social-login, .woocommerce .woocommerce-message .wc-social-login {
      margin-top: 2rem !important; }
    .woocommerce .woocommerce-error p, .woocommerce .woocommerce-info p, .woocommerce .woocommerce-message p {
      width: calc(100% - 60px); }
    .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
      color: inherit;
      position: static;
      margin-right: 2rem; }
      @media only screen and (max-width: 768px) {
        .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
          margin-right: 1rem; } }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message a {
      margin-bottom: 0;
      order: 9999;
      margin-left: auto; }
      @media only screen and (max-width: 479px) {
        .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message a {
          margin-left: 0;
          margin-top: 1rem; } }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
      font-size: 1.125rem !important; }
      @media only screen and (max-width: 992px) {
        .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
          width: 100%;
          box-sizing: border-box;
          display: block;
          float: none;
          padding: 0;
          margin-top: 20px !important;
          background: transparent !important;
          text-align: left !important; } }
    @media only screen and (max-width: 479px) {
      .woocommerce .woocommerce-error a:not(.button), .woocommerce .woocommerce-info a:not(.button), .woocommerce .woocommerce-message a:not(.button) {
        display: block;
        width: 100%; } }
    .woocommerce .woocommerce-error a:not(.button):not(.button-social-login), .woocommerce .woocommerce-info a:not(.button):not(.button-social-login), .woocommerce .woocommerce-message a:not(.button):not(.button-social-login) {
      color: #e62168;
      text-decoration: none; }
    .woocommerce .woocommerce-error b, .woocommerce .woocommerce-error strong, .woocommerce .woocommerce-info b, .woocommerce .woocommerce-info strong, .woocommerce .woocommerce-message b, .woocommerce .woocommerce-message strong {
      vertical-align: baseline; }
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error {
    background: #e62168;
    color: #ffffff;
    border: none; }
    .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message a, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error a {
      font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
      font-weight: 300;
      font-weight: 500;
      letter-spacing: 0;
      text-transform: none;
      box-shadow: none;
      font-size: 18px;
      font-size: 1.8rem;
      color: #ffffff; }
      .woocommerce .woocommerce-message .button::after, .woocommerce .woocommerce-message a::after, .woocommerce .woocommerce-error .button::after, .woocommerce .woocommerce-error a::after {
        content: url("../img/icon-long-arrow.png");
        margin-left: 0.5rem; }
    .woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li {
      width: 90%;
      display: inline-block;
      margin-bottom: 0; }
  .woocommerce .woocommerce-products-header {
    position: relative; }
  .woocommerce .woocommerce-order-overview {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    float: none !important; }
    .woocommerce .woocommerce-order-overview::before {
      display: block;
      width: 100%; }
    .woocommerce .woocommerce-order-overview li {
      border: none !important;
      padding: 0 0 10px;
      margin: 0 auto 20px auto;
      width: 100%;
      display: block;
      border-bottom: 1px dashed #d3ced2 !important; }
  .woocommerce .woocommerce-breadcrumb {
    background: #f3f3f3;
    padding: 0.7rem 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #e62168; }
    .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb span {
      color: #666666; }
    .woocommerce .woocommerce-breadcrumb span {
      margin-left: 1.4rem;
      margin-right: 1.4rem; }
    @media only screen and (max-width: 767px) {
      .woocommerce .woocommerce-breadcrumb {
        display: none; } }
  .woocommerce .woocommerce-cart table.table-shop {
    margin-top: 3.5rem;
    margin-bottom: 0.5rem; }

.woocommerce table {
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  font-size: .7rem;
  border-color: #e2e2e2; }
  .woocommerce table.shop_table td {
    padding: 1.5rem 1rem;
    border-color: #e2e2e2;
    vertical-align: top; }
  .woocommerce table th,
  .woocommerce table td,
  .woocommerce table th *,
  .woocommerce table td * {
    font-size: .65rem !important; }
  .woocommerce table td,
  .woocommerce table th {
    vertical-align: top; }
  .woocommerce table th *,
  .woocommerce table td * {
    border: none !important; }
  .woocommerce table thead th {
    background: #e2e2e2;
    font-style: normal;
    color: #000000;
    border-bottom: none;
    padding: 1.4rem 1rem 1.2rem 1rem !important; }
  .woocommerce table td {
    padding: 1.5rem 1rem;
    vertical-align: top; }
  .woocommerce table tbody:first-child tr:first-child {
    border-top: 1px solid #dddddd !important; }
  .woocommerce table tr th,
  .woocommerce table tr td {
    border-bottom: 1px solid #dddddd !important; }
  .woocommerce table img {
    border-radius: 0;
    min-width: 80px; }
  .woocommerce table a {
    color: #000000;
    font-weight: 700; }
  .woocommerce table a.button {
    color: #ffffff; }
  .woocommerce table td.product-name > a {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500; }
    @media only screen and (min-width: 769px) {
      .woocommerce table td.product-name > a {
        float: left; } }
    @media only screen and (max-width: 768px) {
      .woocommerce table td.product-name > a {
        margin-bottom: 0 !important; } }
  @media only screen and (min-width: 769px) {
    .woocommerce table .product-quantity {
      margin-left: 0.5rem; } }
  @media only screen and (max-width: 768px) {
    .woocommerce table .product-quantity::before {
      margin-top: .6rem;
      margin-right: 1rem; } }
  .woocommerce table td.product-name dl.variation dt,
  .woocommerce table td.product-name dl.variation dd {
    font-weight: 500;
    color: #666666;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .woocommerce table td.product-name dl.variation dt p,
    .woocommerce table td.product-name dl.variation dd p {
      line-height: inherit; }
  .woocommerce table td.product-price span.amount {
    color: #000000;
    display: block; }
  .woocommerce table tfoot td,
  .woocommerce table tfoot th {
    padding: 0.5rem 1rem; }
  @media only screen and (max-width: 768px) {
    .woocommerce table td.actions {
      padding: 1.5rem 0 !important; } }
  .woocommerce table td.actions input[type="submit"] {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    letter-spacing: 0;
    color: #e62168;
    box-shadow: none; }
    @media only screen and (min-width: 768px) {
      .woocommerce table td.actions input[type="submit"] {
        margin-top: -1.8rem;
        float: right; } }
    .woocommerce table td.actions input[type="submit"]:hover {
      background: none;
      color: #bf1552; }

.woocommerce-products-header,
.single-product .product {
  margin-top: 2rem; }
  @media only screen and (min-width: 768px) {
    .woocommerce-products-header,
    .single-product .product {
      margin-top: 6rem; } }

@media only screen and (min-width: 768px) {
  .archive__filter.shop {
    position: absolute;
    right: 0;
    top: 0.5rem; } }

body.single-product .woocommerce-message {
  margin: 0 !important;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99999;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  border-radius: 0;
  box-shadow: -2px -1px 15px rgba(0, 0, 0, 0.3); }

/* 
 * Cart
 */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%; }
  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    border: none;
    box-shadow: none;
    width: 100%; }
    .woocommerce .cart-collaterals .cart_totals table tr:nth-child(2n) td,
    .woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(2n) td {
      background: transparent; }
    .woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td,
    .woocommerce-page .cart-collaterals .cart_totals table th,
    .woocommerce-page .cart-collaterals .cart_totals table td {
      background: none;
      border: none;
      padding: 0.5rem 0; }
  .woocommerce .cart-collaterals .cart_totals h2,
  .woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  float: right;
  margin-top: 1rem; }

body.woocommerce-cart .woocommerce {
  margin-bottom: 0; }

body.woocommerce-cart .post__content {
  padding-bottom: 0; }

/* 
 * Subscribe forms
 */
.niw-mailchimp-subscribe-form .message {
  padding: 0;
  margin-bottom: 0;
  font-size: 0.9rem; }

.niw-mailchimp-subscribe-form.loading {
  opacity: 0.4;
  transition: all 0.2s ease-out; }

/* 
 * Responsive
 */
@media only screen and (max-width: 767px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none !important;
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .checkout_basket__container {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .checkout_basket__container a {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em; } }

/* ==========================================================================
   6.4 Inqueued Vendor Styles
   ========================================================================== */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform; }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   7. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8 */
/* ie7 */
/* ==========================================================================
   8. Font Awesome
   ========================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "";
  background-image: url('/wp-content/uploads/2024/12/icon-facebook-logo.png');
  background-repeat: no-repeat;
}

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167";
  background-image: url('/wp-content/uploads/2024/12/icon-youtube-logo.png');
  background-repeat: no-repeat;
	
}

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d";
  background-image: url('/wp-content/uploads/2024/12/icon-instagram-logo.png');
  background-repeat: no-repeat;
	
}

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231";
  background-image: url('/wp-content/uploads/2024/12/icon-pintrest-logo.png');
  background-repeat: no-repeat;
  
}

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*Additional Code for Blog Posts */
.post-content__title,
.post-content__body > h2,
.post-content__body > h3,
.post-content__body > h4,
.post-content__body > h5,
.post-content__body > h6 {
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
}

/*.post-content__title {
    font-size: 40px;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    color: black;
}*/

.post-content__title {
    font-size: 56px;
    color: #9f8d90;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.35;
}

.post-content__body > h2 {
    font-size: 36px;
}

.post-content__body > h3 {
    font-size: 30px;
}

.post-content__body > h4 {
    font-size: 28px;
}

.post-content__body > h5 {
    font-size: 24px;
}

.post-content__body > h6 {
    font-size: 20px;
}

/* Book Launch CSS */

.book-header{
	background-color: #ebebeb;
}

.banner-heading{
    font-size: 34px;
    color: #000000;
}

.banner-container{
	display:flex;
	justify-content: center;
	gap: 40px;
	padding : 80px 0px;
}

.banner-content{
	position: relative;
	width:50%;
}

.image-container{
	
}
.pre-order{
	position: absolute;
	bottom: 0;
}

.quotes-section{
	/*background-color: #9F8D90;*/
	background-color: #1da194;
}

.quotes{
	display: flex;
	justify-content: center;
	padding: 80px 120px;
}

.content-value{
	display: flex;
	padding: 20px 0px;
	gap: 40px;
}

.content-image-section{
	margin: 40px 0px;
}

.container .content-value:nth-child(even){
	flex-direction: row-reverse;
}
.image-content{
	width: 60%;
}

.content-image{
	width: 40%;
}

.content-with-btn-section{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0px 80px 80px 80px;
}

@media screen and (max-width:767px){
	.post-content__title{
		font-size: 26px;
		line-height: 1.45;
	}
}

@media (max-width: 768px) {
	.post-content__title{
		font-size: 36px;
	}
	.banner-container{
		display:flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding : 20px;
	}
	.banner-content{
		position: relative;
		width: 100%;
	}

	.pre-order{
		position: relative;
		bottom: 0;
	}

	.quotes{
		padding: 20px;
	}

	.content-value , .container .content-value:nth-child(even){
		flex-direction: column;
		padding: 20px;
		gap:0px;
	}

	.image-content, .content-image{
		width: 100%;
	}
	
	.content-with-btn-section{
		padding: 20px;
	}
}

@media (max-width: 1024px) {
	.post-content__title{
		font-size: 52px;
	}
}

@media (max-width: 768px) {
	section.one-three-header .header-right .header-right-container{
	    flex-wrap: wrap;
	}
	section.one-three-header .header-right .header-right-container .right_hand_side_blocks{
	    width: 43%;
	}
section.one-three-header .header-right .header-right-container .right_hand_side_blocks:nth-child(2){
	    margin-right: 0px;
	    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
	section.one-three-header .header-right .header-right-container{
		display:block;
	}
	section.one-three-header .header-right .header-right-container .right_hand_side_blocks{
		width:100%;
		margin-right:0px;
		margin-bottom:30px;
	}
}

/* new style 16/11/2023 */
.header-navigation{
    display: flex;
    background-color: #ffffff;
	height: 110px;
}

.header-navigation .container {
    display: flex;
    padding: 20px 0px;
	justify-content: space-between;
}



.header-navigation .headerright-button li{
list-style:none;
}
.header ul#menu-header-nav-desktop>li{
	margin-bottom: 2rem !important;
    margin-right: 1.3rem;
}
.header-navigation .headerright-button li a {
    padding: 15px 20px 15px 20px !important;
}
.newsletter-content .getresponse label{
	font-weight: 300;
    margin-top: 11px;
}
.newsletter-section{
    display:flex;
}
.view-more .button:hover {
    background-color: #e62168;
    border-color: #e62168;
    box-shadow: 0 2px 0 #e62168;
}

@media (max-width: 768px) {
	.headerright-button {
		display:none;
	}
	.header__top{
		margin-bottom: auto;
		margin-top: auto;
	}
}

/* Signup new css */
.block.subscribe-bar .container{
	display: flex !important;
	align-items: center;
}

.block.subscribe-bar .newsletter-image {
    position: relative;
	padding: 30px;
	height: 384px;
}

.block.subscribe-bar .illustration-image.illustration-img-2 {
    position: absolute;
    left: 53px;
    transform: rotate(-3deg);
    top: 74px;
}

.newsletter-section {
  display: flex;
  flex-direction: column;
}

.block.subscribe-bar .illustration-image.illustration-img-0 {
    position: absolute;
    top: 60%;
    left: 41%;
    z-index: 10;
    transform: rotate(-3deg); /* Use 'transform' for rotation */
}
.block.subscribe-bar .illustration-image {
    width: 32%;
	border: 5px solid #fff;
}

.block.subscribe-bar .illustration-image.illustration-img-1 {
    position: absolute;
    right: 2%;
    top: 34%;
    z-index: 9;
}

.block.subscribe-bar .illustration-image.illustration-img-3 {
    position: inherit;
    top: -11%;
    left: 47%;
    z-index: 0;
    width: 36%;
    rotate: 5deg;
}

@media only screen and (max-width: 767px) {
	.block.subscribe-bar .container{
		display: flex !important;
		flex-direction: column; 
    }
	.block.subscribe-bar .newsletter-image{
		height: 250px;
		padding: 30px 0px;
	}
	
   .block.subscribe-bar .illustration-image.illustration-img-2 {
    position: absolute;
    left: 23px;
    transform: rotate(-3deg);
    top: 74px;
  }
}

.getresponse label{
	background: none;
}

.banner-container .banner-content{
	width: 60%;
}

.fa-x-twitter:before {
   content: "\e61b";
}

ul a:hover svg {
	fill: #e62168; 
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .offers .subtitle,
    .home-shop .title,
    .offers .title,
    .home-shop .subtitle,
    .home-latest .title,
    .home-latest .subtitle,
    .home-tunein .container .title,
    .home-tunein .container .subtitle,
    .four-one-header .title,
    .four-one-header .subtitle {
        text-align: center;
    }

    .four-one-header .four-one-header-wrapper .header-left .header-left-container .post-item__four-one {
        width: 100%;
    }

    .banner-container .banner-content h1 {
        font-size: 24px !important;
    }

    .banner-container .banner-content p span {
        font-size: 16px !important;
    }

    .banner-container .banner-content {
        width: 90%;
    }

    .quotes-section {
        display: none;
    }

    section.block.banner.centered {
        background-size: contain;
        height: 90px !important;
    }

    .hero-slider .slide .content h1,
    .hero-slider .slide .content h4 {
        text-align: center;
    }

    .slide.slick-slide .wrap,
    .post-content__wrap .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .post-content__title {
        font-size: 28px;
        text-align: center;
    }

    .main > .post-content__share:first-child , .subscribe-bar .newsletter-image{
        display: none;
    }

    .woocommerce-page__main,
    .woocommerce-page__header h1{
        text-align: center;
    }
	.content--header.block--header h1, .footer .container, .subscribe-bar--form.block--form,
	.content-value .image-content p{
      text-align: center;
    }
	.subscribe-bar{
	  margin-top: 0px;
	}
	.post-content{
	  padding: 0px;
	  margin: 0px;
	}
	section.one-three-header .header-left .header-left-container .header-left-image {
      height: 300px;
    }
	.content-image-section{
      margin: 0px;
	}
	.content-image{
	  display:flex;
	  justify-content: center;
	}
	.post-content__share li a{
	  width: 50px;
	}
}

.post-listing-design{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* post listing page */
.post-listings__sort .sort-by p{
	font-style: italic;
    margin: 0;
    padding-bottom: 10px;
    color: #bbb8b8;
}
.post-listings__sort .sort-by p, 
.post-listings__sort .sort-by form{
	display: block;
    text-transform: capitalize;
}
.post-listings__breadcrumbs ul li {
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin-right: 10px;
	margin-top:2.1rem;
}
.post-listings__breadcrumbs ul li:last-child{
	margin-right:0px;
}
.post-listings__breadcrumbs ul li:after{
	display:none;
}
.post-listings__breadcrumbs ul li a{
	color:#e62168;
}
.post-content__image{
        width: 100%;
}
.post-listings__order select{
	/*min-width: 12rem;
    padding: 0.5rem 1rem 0.5rem 1rem;*/
    /*background-color: #EA6B62;
    border: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
	position:relative;
	color: #fff;
    font-weight: 800;
	font-size: 16px;*/
	background-color: #EA6B62;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 0px;
}
.post-listings__sort .sort-by form{
	position:relative;
}
.post-listings__sort .sort-by form:after{
  	content: '';
    position: absolute;
    right: 15px;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    top: 5px;
    z-index: 999;
    width: 16px;
    height: 19px;
}
.post-item span.cat{
	border-top:none;
}
.button.button.button--load-more, .button.button.button-load-more{
	background-color: #e62168;
	padding:1.3rem 2rem !important;
}
.sliderbg{
	height: 500px;
	background-position-y: center;
}
.post-listings__sort .sort-by form:after{
	z-index:99;
}

.favourites-save-link, 
.simplefavorite-button{
	font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
	text-transform: capitalize;
    font-size: 1rem;
    display: inline-block;
    color: #666666;
    vertical-align: middle;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    letter-spacing: 0;
    cursor: pointer;
    color: #c1b5b7;
}
.post-item__bookmark:before{
	display:none;
}
.favourites-save-link .icon, 
.simplefavorite-button .icon{
	padding:0.85rem;
}
.favourites-save-link .icon:before, 
.simplefavorite-button .icon:before{
	width: 60%;
    height: 60%;
    top: 55%;
    left: 52%;
}

.title-design h2{
	color:#9f8d90;
	text-align:center;
	padding:50px 0px 27px;
	font-family:"Bitter",sans-serif;
	font-size:32px;
}

.wrap .button-wrap a{
	background: #EA6B62;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
	border-radius: 0px;
}

.slider-text .post-item-text{
	font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 300;
    height: 100%;
    overflow: hidden;
}

.post-listing-dropdown .post-listings__sort{
	float:left;
}
.post-listing-dropdown .post-listings__sort .sort-by p{
	font-family:"Roboto Slab",Georgia,Cambria,"Times New Roman",Times,serif;
	color: #bbb8b8;
    display: block;
    margin: 0;
    padding: 6px 0;
    font-style: italic;
    text-transform: math-auto;
	font-size:13px;
}
.post-listing-dropdown .post-listings__sort .sort-by .post-listings__order select{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 9rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #e62168;
    background-color: #f2f2f2;
    border: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    position: relative;
	font-weight: bold;
}

@media screen and (max-width: 2220px) {
	.hero-slider .slick-arrow{
		background-color:transparent;
	}
	/*.hero-slider .slick-arrow.slick-prev{
		left:48.5%;
	}
	.hero-slider .slick-arrow.slick-next{
		right:21%;
	}*/
}

.post-item span.cat{
	font-family:"Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
	text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: normal;
}

@media screen and (max-width: 768px) {
    .sliderbg {
        height: 100%;
		padding:0px 0px 0px;
		background-size:cover !important;
		background-image: none !important;
    }
	.hero-slider .slide .image{
		height:350px;
	}
	.hero-slider .slide .content h1, 
	.hero-slider .slide .content h4{
		text-align:left;
	}
	.hero-slider .slide .image{
		width:100% !important;
	}
	.hero-slider .slick-arrow.slick-prev{
		top:180px;
		background-color:#fff;
		left:9px;
	}
	.hero-slider .slick-arrow.slick-next{
		top:180px;
		background-color:#fff;
		width: 0px;
	}
	.hero-slider .slide .content{
		padding:0px 0px !important;
	}
	.hero-slider .slide .content .button{
		width:auto;
	}
	.hero-slider .slide .content h1{
		font-family:"Bitter",sans-serif;
		font-weight: normal;
		font-size:24px;
	}
	.slider-text .post-item-text{
		color:#9f8d90;
	}
}

/* Navigation menu */
.header__main--navigation {
    display: flex;
    justify-content: space-between; /* Adjust alignment if needed */
    align-items: center;
    z-index: 10; /* Ensure it stays above other elements */
}

/* Main menu styling */
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; /* Adjust spacing between menu items */
}

/* Menu items */
.main-menu > li {
    display: flex;
    align-items: center;
	padding: 10px 0px;
}

/* Top-level menu links */
.main-menu > li > a {
    text-decoration: none;
    color: #333; /* Main text color */
    font-size: 16px;
    font-weight: 500; /* Adjust weight as per design */
    padding: 10px 15px;
	font-weight: 600;
    transition: color 0.3s ease;
}

.main-menu > li > a:hover {
    color: #007acc; /* Change color on hover */
}

/* Mega menu dropdown wrapper */
.main-menu > li .mega-menu {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%; 
    background-color: #E7CBE6; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    z-index: 1000;
    padding: 40px 20px 80px 20px;
    box-sizing: border-box;
}

/* Left-half of the mega menu */
.mega-menu .left-half {
    width: 50%;
    float: left;
    box-sizing: border-box;
	padding-right: 60px;
	border-right: 1px solid #b3b3b3;
}

/* Child tags list inside the mega menu */
.mega-menu .child-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu .child-tags li {
    margin-bottom: 0px;
}

.mega-menu .child-tags li a {
    text-decoration: none;
    color: #333;
    padding: 5px 0px;
    display: block;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mega-menu .child-tags li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* Right-half of the mega menu */
.mega-menu .right-half {
    width: 50%;
    float: left;
    box-sizing: border-box;
	padding-left: 60px;
}

/* Featured Read Placeholder */
.mega-menu .featured-read {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #eaeaea;
    text-align: center;
}

/* More Articles Placeholder */
.mega-menu .more-articles {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #eaeaea;
    text-align: center;
}

/* Show mega menu on hover */
.main-menu > li:hover .mega-menu {
    display: block;
}

/* Clear floats inside the mega menu */
.mega-menu::after {
    content: '';
    display: table;
    clear: both;
}

.right-half-title {
    display: flex;
	gap: 40px;
}

.right-half-title>* {
    flex:1;
}

.content-section .featured-post{
	display: flex;
    gap: 20px;
    flex-direction: column;
}

ul.lizloves-posts.child-tags li {
    font-style: italic;
}

/* General styling for the header bar */
.header-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Arial, sans-serif;
    color: #000;
    padding: 10px;
}

/* Wishlist section */
.wishlist {
    display: flex;
    align-items: center;
    gap: 5px;
	color: #000;
}

.wishlist-count-container {
    display: flex;
    align-items: center;
}

.wishlist .fa-heart {
    font-size: 16px;
    color: #000;
}

#wishlist-count {
    margin-left: 5px;
}

/* Search section */
.search-bar {
    display: flex;
    align-items: center;
    gap: 5px;
	width: 300px;
}

.search-bar .fa-search {
    font-size: 16px;
    color: #000;
}

.search-bar input, .search-bar input:hover {
    background: #F7F1EC;
    color: #000;
    padding: 5px;
    outline: none;
}


.right-search{
	display: flex;
	text-align: end;
	padding: 15px 0px;
}

.right-search p{
	width : 100%;
}

/* Placeholder color for the search input */
.search-bar input::placeholder {
    color: #000;
    opacity: 1;
	text-transform: lowercase;
}
/*end the header css*/

.content-section{
	display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 40px;
}

.content-section > * {
    flex: 1;
}

h3.parent-title {
    font-size: 26px;
    font-weight: 700;
}

h4.parent-title {
    font-size: 20px;
    font-weight: 600;
	text-transform: capitalize;
}

.header ul.child-tags a {
    font-size: 16px;
    color: #000000;
    font-family: 'Host Grotesk', 'Lustria', sans-serif;
    font-weight: 400;
}


.header ul.main-menu>li>a {
    text-transform: uppercase;
}

.main-menu > li .mega-menu a {
    text-transform: capitalize;
	
}

.hero-section-content{
	font-family: 'Lustria', serif;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: start;
	height: 260px;
    width: 40%;
	background: #fff;
	color: #000000;
	padding: 40px;
	margin: 90px 0px;
}

.hero-title {
    font-weight: 500;
    font-size: 50px;
}
.hero-intro {
	font-weight: bold;
	font-size: 26px;
}
.container.hero-content .hero-image{
    height: 100%;
    display: flex;
    align-items: end;
	width:50%;
    justify-content: center;
}

.slider-section {
	display: flex;
    justify-content: space-between;
    text-align: start;
    margin: 40px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #d2d2d2;
}

.product-view-button {
    display: flex;
    align-items: end;
}

.slider-title {
    font-size: 44px;
    color: #333;
	font-weight: 900;
	font-family: 'lustria';
}

.slider-section-content p {
	font-size: 20px;
}

.product-slider {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-category a{
	font-size: 14px;
}

.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.related-product.slick-initialized.slick-slide{
   height: 460px !important;
}

.slick-prev:before, .slick-next:before {
    color: #000000 !important;
}

.better-half-section{
	display: flex;
	justify-content: center;
	margin: 85px auto;
}

.first-part, .second-part {
    width: 50%;
	height: 422px;
}

.first-part{
	background: #F0ECEA;
	display: flex;
	justify-content: end;
	align-items: center;
}

.first-part .text-content{
	width: 50%;
}

.full-width-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-second-half{
    font-weight: bolder;
	font-size: 26px;
	width: 80%;
}

.container{
	max-width:1280px;
}

.featured-container{
	background: #E7CBE6;
	padding: 75px 0px;
}

.featured-section {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: space-between;
	height: 390px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.slider-section-content p {
    font-weight: 500;
}

.featured-section.image-left .background-image {
    order: 1;
    width: 610px; /* Image takes 60% width */
	height: 100%;
}

.featured-section.image-left .content {
    order: 2;
    width: 590px; /* Content takes 40% width */
	height: 100%;
}

.featured-section.image-right .background-image {
    order: 2;
    width: 610px; /* Image takes 60% width */
	height: 100%;
}

.featured-section.image-right .content {
    order: 1;
    width: 590px; /* Content takes 40% width */
	height: 100%;
}

.background-image img {
    width: 100%; /* Ensure image fills the container */
    height: 100%;
    display: block;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-around; /* Center content vertically */
	padding: 0px 40px;
	background: #fff;
}

.content-header {
    border-bottom: 1px solid grey;
}

.content-header h3{
	font-weight: 900;
	font-size: 26px;
}

.products-list {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
}

.products-list > * {
    flex: 1; /* All items will have equal width */
}

.product {
	background-position: bottom;
	background-size: contain;
    display: flex;
	flex-direction: column;
    justify-content: end;
    align-items: center;
	text-align: center;
	height: 240px;
	width: 180px;
	background-color: #f4f4f4;
}

.product img{
	height: 150px
}

.product-content {
    height: 90px;
}

input[type="text"] {
    border: none;
	outline: none;
}

/* Blog container CSS start*/

.slider, .gallery-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
	height: 400px;
}

.slider-image {
    flex: 1; /* 50% width */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales properly */
}

.slider-content {
    flex: 1; /* 50% width */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
	background: #F7F1EC;
}

.slider-content .slider-content-title {
    font-weight: 900;
    font-size: 32px;
}

.slider-text {
    margin-bottom: 20px;
}

.button-wrap {
    margin-top: 20px;
}


.blog-container{
	display: flex;
	flex-direction: row;
}

.filtering-section {
    display: flex;
    gap: 30px;
    align-items: center;
}

.post-listings__items .post-item{
    width: calc(50% - 15px); /* 50% width with spacing adjustment */
    margin: 0px 0px 30px 15px !important;
    box-sizing: border-box;
	border-radius: 0px;
	height: 530px;
}

.post-item__image{
	height: 280px;
}

.post-item__content{
	height:250px;
	background: #F7F1EC;
	color: #000;
}

.post-item__standard .post-item__header {
    padding: 20px 20px 0px 20px !important;
}

.blog-content{
	flex: 2.2;
}

.blog-sidebar{
	flex: 1;
	padding: 0 20px 0px 40px;
}

.sidebar-product{
	display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    align-items: center;
	gap: 40px 0px;
	margin-right:10px;*/
	justify-content: center;
}

@media (max-width: 768px) {
    .sidebar-product {
       display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }
}


.selected-product {
    width: 180px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	justify-content: center;
	/*background: #F3F0EF;*/
	color: #000;
}

.product-thumbnail{
   height: 120px;
}

.button.button.button--load-more, .button.button.button-load-more {
    background-color: #EA6B62;
	border-radius: 0px;
}

.post-item__excerpt {
	font-size: 16px;
    font-family: 'Host Grotesk', 'Lustria', sans-serif !important; 
}

select#category-dropdown  {
	background-color: #EA6B62;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 0px;
}



/* Blog container CSS end*/


/* Wishlist page start */

.wishlist-container {
    padding: 10px 0px;
}

.wishlist-items {
    display: flex;
    flex-wrap: wrap;
	column-gap: 80px;
	row-gap:20px;
    justify-content: space-between;
	margin-top:40px;
	margin-bottom:80px;
}


.wishlist-item {
    display: flex;
    flex-direction: row;
    align-items: start;
	flex: 1 1 calc(50% - 40px);
	max-width: calc(50% - 40px); 
	padding: 45px 0px;
    border-bottom: 1px solid #D8D6D6;
}

.wishlist-item-image {
	display:flex;
	flex:1;
    width: 100%;
    margin-bottom: 15px;
	height: 100%;
}

.wishlist-item-details {
	display:flex;
	flex-direction: column;
	flex:1;
    text-align: start;
    margin-bottom: 15px;
}

.wishlist-item-title {
    font-size: 20px;
    font-weight: 900;
	margin:0 0 10px 0;
}

.wishlist-item-title a {
    font-size: 20px;
	color:#000;
	font-weight:700;
}
.wishlist-item-title a:hover {
	text-decoration:underline;	
	color:#000;
}
.wishlist-item-price {
    color: #898584;
	font-size:14px;
	margin-bottom:10px;
}

.wishlist-item-description {
    color: #000;
    font-size: 16px;
}
.wishlist-item-category {
	margin-bottom:10px;	
    color: #6a6a6a;
	font-size: 14px;
}
.wishlist-item-actions a {
    display: inline-block;
    margin: 5px 0;
    color: #6a6a6a;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
	font-size: 14px;
}

.wishlist-item-category a {
    color:#3A3432;
    text-decoration: none;
	font-size:14px;
}

.wishlist-item-category a:hover {
    text-decoration: underline;
}

.wishlist-item-actions{
    display: block;
	gap: 10px;
}

.wishlist-item-actions> * {
    flex: 1;
}

p {
    margin: 0;
}

.container.wishlist-container h1 {
    font-size: 40px;
}



/* Common styles for wishlist buttons */
button {
    border: none;
    background: none;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 5px 0;
}

.wishlist-save-button {
    background-color: #EA6B62; 
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    gap: 8px; 
	font-size: 14px;
	border-radius: 0px;
}

.wishlist-save-button .save-icon {
    width: 16px;
    height: 16px;
    background: url('save-icon-url.png') no-repeat center center; /* Add your save icon */
    background-size: cover;
}

.wishlist-remove-button {
    color: #9c9c9c; 
    font-weight: normal;
    gap: 8px;
}

.wishlist-remove-button .remove-icon {
    width: 16px;
    height: 16px;
    background: url('heart-icon-url.png') no-repeat center center; /* Add your remove icon */
    background-size: cover;
}

.wishlist-remove-button:hover {
    color: #555; 
    text-decoration: underline;
}

.wishlist-save-button:hover {
    background-color: #3e3a35;
}

@media only screen and (max-width: 768px) {
	.wishlist-items{
	   flex-direction: column;
	   width: 100%
	}
	.wishlist-item{
	  max-width: 100%;
	  flex-direction: column;
	  flex: 1;
	}
}

/* Wishlist page end */

/* Product Page Start*/

.product-single-container {
	display: flex;
	padding: 40px 0px;
}
.product-gallery {
	width: 50%;
	flex: 1;
	position: relative;
	height: 600px;
	background: #F3F0EF;
	display: flex;
    align-items: center;
    justify-content: center;
}

.product-slick-dots{
	bottom: -115px !important;
}

.product-slick-dots li.slick-active {
    border: 1px solid green;
}

.thumbnail-nav img {
    width: 80px !important;
	height: 80px !important;
}

.product-slick-dots li {
	width: 80px !important;
	height: 80px !important;
}

.main-gallery {
    width: 500px;
}

.wishlist-absolute-button{
	position: absolute;
	top: 00px;
	left: 10px;
	padding: 0px;
	display: flex;
    align-items: center;
}

.gallery-images img {
	max-width: 50%;
	margin-bottom: 10px;
	display: block;
}

.product-details {
	flex: 1;
	margin-left: 20px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-title {
	margin-bottom: 10px;
}
.product-price {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.discount-offer .offer-text {
	font-weight: bold;
	color: #e83e8c;
}
.accordion-item {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.accordion-title {
	padding: 10px;
	width: 100%;
	text-align: left;
	border: none;
	font-size: 24px;
	font-weight: bold;
}
.accordion-content {
	padding: 10px;
	display: none;
}
.accordion-item.active .accordion-content {
	display: block;
}

.related-products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*gap: 20px;*/
	gap: 38px;
	align-items:center;
}

.related-product{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 300px;
	height: 520px !important;
    justify-content: space-between;
}

.related-product-image {
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F0EF;
}

.related-product-image a{
	height: 100%;
}

.related-product-content {
	margin-top: 15px;
    display: flex;
    flex-direction: column;
    height: 52%;
    gap: 20px;
	width:100%;
}

.listing-section .intro-section {
    border-bottom: 2px solid #c2b0b0;
    margin: 20px 0px;
}

/* Product Page End */

/*Blog Article  */

.post-header {
    display: flex;
    justify-content: start;
}

.post-content__title {
    font-size: 44px;
	color: #000;
}

.custom-post-author {
    display: flex;
    gap: 10px;
	border-bottom: 1px solid #000;
	width: 50%;
}

.author-image {
    display: flex;
    align-items: end;
	flex:1;
	justify-content: center;
}

p.author-name {
    font-weight: 900;
}

.author-text {
    display: flex;
    flex-direction: column;
    align-items: start;
	flex:1;
	font-size: 16px;
	padding-top: 30px;
}

.post-content__image {
    width: 100%;
    height: 510px;
}

.post-content__image img {
    width: 100%;
    height: 100%;
}

.post-content__wrap .product-container, .post-content__wrap .multiple-product-container {
    display: flex;
    border: 1px solid;
    padding: 40px;
	margin: 40px 0px;
}

.post-content__wrap .product-container > *{
	flex: 1;
}

.post-content__wrap .product-container .product-image {
    display: flex;
    justify-content: center;
}

.post-content__wrap .multiple-product-container{
	flex-direction: column;
}

.blog-main-heading {
	font-size: 1.75rem;
	font-weight: bold;
	padding-block: 20px;
}

.main img + p {
    padding-top: 30px;
}


.post-content__wrap .product-container-intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-content__wrap .product-container-intro h2.intro-title {
    font-weight: 900;
}

.product-container-intro > h2 {
	font-size: 1.75rem;
	font-weight: bold;
}

.post-content__wrap .product-container.sidebar-product-container{
    flex-direction: column-reverse;
	justify-content: center;
    align-items: center;
    text-align: center;
	border: none;

}

.post-content__wrap .product-container.sidebar-product-container .product-item .wishlist-discount-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100px;
}

.post-content__wrap .product-container.sidebar-product-container .product-item .wishlist-discount-button .product-discount{
    padding: 20px;
    background: #000;
    color: #fff;
}

.related-posts-grid {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.related-posts-grid .related-post-item {
    flex: 1;
	margin-bottom: 15px;
    background: #F7F1EC;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.related-posts-grid .related-post-item .related-post-thumbnail img {
    width: 100%;
    height: 280px;
}

.related-posts-grid .related-post-item .related-post-content{
   padding: 15px;
	background-color: #F7F1EC;
}


/* Mobile view adjustments */
@media (max-width: 768px) {
    .post-header {
        flex-direction: column;  /* Stack items vertically */
        text-align: center; /* Center align content */
    }

    .custom-post-author {
        display: block; /* Make it block to stack the image and text */
        margin-top: 15px; /* Add margin to separate from the title */
    }

    .author-image img {
        width: 120px; /* Reduce image size */
        height: 120px;
    }

    .author-text {
        margin-left: 0;  /* Remove margin in mobile view */
        margin-top: 10px; /* Add margin to the top of the text */
    }
}

/* Basic styling for related posts grid */
.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns by default */
    gap: 20px; /* Space between items */
}



.related-post-content {
    padding-top: 10px;
}

/* Adjust the number of columns for tablets and mobile screens */
@media (max-width: 1024px) {
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }

    .related-post-item {
        padding: 10px;
    }

    .related-post-thumbnail img {
        max-width: 100%; /* Ensure images fit within the container */
        height: auto;
    }

    .related-post-content {
        font-size: 14px; /* Make text slightly smaller on mobile */
    }

    .blog-read-more {
        font-size: 16px; /* Adjust text size for smaller screens */
    }
}

/* Adjustments for smaller mobile devices (like portrait phones) */
@media (max-width: 480px) {
    .blog-read-more {
        font-size: 14px; /* Further reduce font size */
        text-align: center; /* Center the "Read More" link */
    }

    .related-post-item {
        padding: 8px; /* Less padding for smaller screens */
    }

    .related-post-content {
        font-size: 13px; /* Reduce font size further */
    }
}

.related-post-category {
	padding-block: 10px;
}

.related-post-excerpt {
	padding-bottom: 1.5rem;
}

.related-post-title {
	font-weight: bold;
}

.blog-read-more {
	font-size: 1.75rem;
	font-weight: bold;
}

.blog-read-more > a {
	font-size: 1.75rem;
	font-weight: bold;
}

.related-post-category > a {
	font-size: 14px;
}
.read-more-post-container .related-post__title {
    font-size: 16px;
	padding: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

button.wishlist-remove-button{
	display: none;
}

button.wishlist-remove-button.active {
    display: block;
}


.loader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Ensure it's above other elements */
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spinner animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/**
Search Page CSS started
**/

/* Search Bar */
/* Search Results Container */
.search-results-container {
    display: flex;
    gap: 40px;
    margin: 15px auto;
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
	padding-bottom: 10px;
}

.left-search h2 {
    font-weight: 900;
}

aside.search-sidebar {
    width: 20%;
	border-top: 1px solid #d2d2d2;
    padding: 15px 0px 15px 15px;
	margin: 30px 0px;
}

aside.search-sidebar h3{
	font-size: 20px;
    font-weight: 900;
}
   

/* Sidebar Filters */
input#s {
    border: 1px solid #000;
    outline: none;
    padding: 5px;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}

/* Style for the input box with the search icon inside */
#search input[type="text"] {
    width: 100%; 
    padding-left: 10px; 
    background-image: url('/wp-content/uploads/2024/12/icon-looking-glass.png');
    background-size: 20px 20px; 
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 40px; 
    font-size: 16px;
    font-family: 'Host Grotesk';
	border: none;
}

/* Style for placeholder */
#search input[type="text"]::placeholder {
    color: #999; 
    /*font-style: italic;*/
	font-size: 16px;
}

/* Wishlist Heart Icon */
.wishlist-heart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2024/12/icon-wishlist-heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px; /* Add spacing between the icon and the count */
}

/* Main Results Grid */
.search-results-main {
    flex: 1;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.result-item {
    border: 1px solid #b5b5b5;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    transition: box-shadow 0.3s;
}

.result-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.result-item a {
    text-decoration: none;
    color: #333;
}

.result-image{
	height: 200px;
}

.result-image img {
    width: 100%;
    height: 100%;
}

.result-details {
	height: 140px;
    padding: 15px;
	text-align: start;
}

.result-details h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.result-details p {
    font-size: 14px;
    color: #777;
}

/* Ensure pagination is centered */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    border: 2px solid #0073aa; /* Border for the active page */
    background-color: #f0f8ff; /* Light blue background for the active page */
    color: #0073aa; /* Text color for active page */
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
    color: #0073aa; /* Color for previous and next buttons */
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #005f8f; /* Darker color for hover state */
}

.pagination .prev,
.pagination .next {
    cursor: pointer;
}

.pagination .dots {
    font-weight: bold;
    color: #999;
}




/**
Search Page CSS ended
**/
.page__footer{
	background:#E7CBE6;
}

.footer ul a,.page__footer, .footer h5{
	color:#000000;
}


.post-item h2 a,a{
  color: #333;
}

.content-wrapper {
    display: flex;
    gap: 60px;
}

.sidebar {
    width: 20%;
}

.dropdown {
        margin-bottom: 1rem;
    }

.dropdown-toggle {
	background-color: #333;
	color: #fff;
	padding: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

.dropdown-menu {
	display: none;
	background-color: #f9f9f9;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}

.dropdown-menu li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #333;
}

.dropdown-menu li a:hover {
	background-color: #e6e6e6;
}

/* Highlight the current selected category/brand */
.current-category {
	background-color: #0073aa; /* WordPress admin blue */
	color: #fff !important;
	font-weight: bold;
}

/* Dropdown toggle functionality */
.dropdown-toggle.active + .dropdown-menu {
	display: block;
}

.product-listing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Add space between items */
    justify-content: space-between;
}

.listing-section {
    width: 80%;
}

.related-product-image img {
    height: 100%;
}

/** CTA BUTTON SECTION **/
.cta-button-section {     
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button-section > * {
   flex: 1;
}

.cta-button-section .cta-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    width: 290px;
    height: 300px;
    margin-bottom: 40px;
    border: 2px solid #000;
    overflow: hidden;
}

.cta-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; /* Adjust text color */
    text-decoration: none;
    font-size: 20px; /* Adjust as needed */
    z-index: 1;
}

.cta-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
    z-index: 0;
}

.cta-button span {
    z-index: 2;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

a.cta-link:hover {
    color: #959191;
}

/** READ AND PODCAST SECTION **/

.slider-posts .post-item {
	height: 520px;
	justify-content: start;
    gap: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #F3F0EF;
    text-align: start;
}

.slick-track {
    display: flex !important;
    text-align: start;
    gap: 25px;
	flex-direction: row;
}

.post-item .post-thumbnail {
    height: 280px;
    width: 100%;
}

.post-item .post-thumbnail img {
    height: 100%;
    width: 100%;
}

.slider-post-content {
    height: 200px;
    display: flex;
    flex-direction: column;
    margin: 20px;
    gap: 15px;
    overflow: hidden;
}

.slider-post-content .post-title {
    font-size: 20px;
	font-family: 'Host Grotesk', 'Lustria', sans-serif;
    font-weight: 800;
}

.post-desc {
	font-size: 16px;
	font-family: 'Host Grotesk', 'Lustria', sans-serif;
}

/** END OF READ AND PODCAST SECTION **/


/*mobile css*/
@media only screen and (max-width: 767px) {
  .container {
    width: calc(100% - 70px);
  }
	
 .better-half-section, .slider-section, .cta-button-section{
	  flex-direction: column;
	  text-align: center;
      align-items: center;
    
  }
  
  .cta-button-section > * {
		flex: none;
   }
	
  .first-part, .second-part {
     width: 100%; 
   }

	.cta-button-section .cta-button{
		width: 100%;
	}
}

.Hero-Section {
    display: flex;
    align-items: end;
}

.container.hero-content {
    display: flex;
    justify-content: flex-end;
	align-items: center;
	height: 100%;
}

a.button-btn, a.view-more-button, .discount-offer .offer-text {
    background: #EA6B62;
	display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
	font-size: 16px;
}

a.view-more-button::after, .discount-offer .offer-text::after{
	content: '';
	background-image: url('/wp-content/uploads/2024/12/arrow-white-down.png');
	height: 10px;
    width: 10px;
    display: inline-block; 
    margin-left: 8px; 
    background-size: contain; 
    background-repeat: no-repeat;
}

.wrap .button-wrap a::after, a.button-btn::after{
	content: '';
	background-image: url('/wp-content/uploads/2024/12/arrow-black-forward.png');
	height: 10px;
    width: 10px;
    display: inline-block; 
    margin-left: 8px; 
    background-size: contain; 
    background-repeat: no-repeat;
}

body {
    font-family: 'Lustria', 'Host Grotesk', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lustria', 'Host Grotesk', sans-serif;
}

h2 {
	font-size: 44px;
	font-weight: 900;
}

button.slick-arrow {
    display: flex;
    position: absolute;
    top: 50%;
}

button.next-button.slick-arrow{
	right: -55px;
}
button.previous-button.slick-arrow{
   left: -55px;
}

.site-logo {
    width: 200px;
    height: 60px;
}

.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

span.save-icon::before {
    content: '';
    display: inline-block;
    width: 14px; 
    height: 14px; 
    background-image: url('/wp-content/uploads/2024/12/icon-shopping-bag.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


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

a {
	font-family: 'Host Grotesk', 'Lustria', sans-serif;
	font-size: 16px;
}

p , button , h3 {
	font-family: 'Host Grotesk', 'Lustria', sans-serif;
	font-size: 16px;
}

/*Newsletter Section */

.newsletter-section{
    display: flex;
    flex-direction: row;
    height: 300px;
}

.newsletter-form {
    width: 70%;
    height: 100%;
}

.newsletter-image {
    width: 30%;
    height: 100%;
}

.newsletter-image img{
	height: 100%;
}

/*New css */
.post-item__header h2 a {
    font-size: 22px;
    font-weight: 900;
}

.filtering-section p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}

.styled-select {
    background-color: #F3706A; /* Matches button color */
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 150px; /* Adjust width as needed */
    text-align: center;
    text-transform: uppercase;
}

.styled-select option {
    color: black;
    background-color: white;
    font-size: 14px;
}

.styled-select:hover {
    background-color: #e65c55;
}

.filtering-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-listings__sort, .post-listings__breadcrumbs {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
	
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 1em;
    letter-spacing: .15rem;
    text-transform: uppercase;
    color: #666666;
}

.related-product-section {
    padding: 60px 0px;
}

p.short-description{
	height: 60px;
}

.mega-menu {
    height: 600px;
}

a.view-more-button.read-listen::after, .discount-offer .offer-text::after{
	transform: rotate(270deg);
}

.wishlist-btn button a.remove-wishlist, button a.add-to-wishlist {
    color: #919191;
}

.wishlist-absolute-button a.add-to-wishlist {
    color: #919191;
    padding: 8px 12px;
    margin: 5px 0px;
}

.product-short-description p, .product-brand a{
    font-size: 24px;
}

/*---------------------
	Listing Page
----------------------*/

.listing-section > .load-more-button {
    padding-block: 6rem !important;
}

.related-product-content > p:nth-of-type(2) {
	margin: auto 0;
}

.related-products > .related-product:nth-child(3) {
       background-color: #F7F1EC;
}

.related-products > .related-product:nth-child(3) > .related-product-content > a {
    padding-inline: 15px !important;
}

.related-products > .related-product:nth-child(3) > .related-product-content > p {
    padding-inline: 15px !important;
}


button.dropdown-toggle.active {
    color: black;
    border-top: 1px solid #333;
    background-color: #ffff;
    border-radius: 0;
}

ul.dropdown-menu {
    border: none;
    background-color: #fff;
}

.current-category {
    background-color: #F7F1EC;
    color: #333 !important;
    font-weight: bold;
}

button.dropdown-toggle.active {
    color: #333;
    border-top: 1px solid #333;
    background-color: #ffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0;
}


.dropdown-toggle {
    background-color: #fff;
    color: #333;
    padding: 10px;
    border-block: 1px solid #333;
    cursor: pointer;
    width: 100%;
	font-size: 20px;
    font-weight: bold;
    border-radius: 0;
    text-align: left;
}

.intro-section > h1 {
	margin: 0px;
}

.intro-section > p {
	font-size: 20px;
	padding-block: 2rem;
	color: #333;

}

/*New changes */
.product-view-button {
    position: relative;
}

.category-dropdown {
    display: none;
    position: absolute;
    top: 83%;
    left: 0;
    background: #EA6B62;
    list-style: none;
    padding: 10px;
    width: 100%;
    font-weight: 800;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    height: 200px;
    overflow-y: auto;
}

.category-dropdown::-webkit-scrollbar {
    width: 8px;
}

.category-dropdown::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.category-dropdown::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    transition: background 0.3s;
}

.category-dropdown::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.9);
}

.category-dropdown li {
    padding: 5px 0;
}

.category-dropdown li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 5px 10px;
    transition: background 0.3s, transform 0.2s;
    border-radius: 3px;
}

.category-dropdown li a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.accordion-content p {
    padding-bottom: 10px;
}

.accordion-content p a {
    color: blue;
}

.dropdown-menu ul {
    display: none;
    margin-left: 15px; /* Indentation for subcategories */
    list-style: none;
}

.dropdown-menu .expanded > ul {
    display: block; /* Ensure expanded categories are visible */
}

.dropdown-toggle {
    position: relative;
    padding-right: 20px; /* Ensure space for arrow */
    cursor: pointer;
}

.expanded > .dropdown-toggle::after {
    transform: rotate(180deg);
}


li a span.arrow {
    content: "";
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    width: 1.65rem;
    height: calc(1.0rem / 2);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/12/arrow-black-down.png);
    transform: rotate(270deg);
}

.dropdown .dropdown-menu {
    border: none;
    background: none;
}


@media (max-width: 768px) {
    .header__mobile .menu-item-has-children a {
        position: relative;
        width: 80%;
    }
}

/* === POPUP OVERLAY === */
#klaviyo-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  
}

/* Show popup */
#klaviyo-popup.active {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === POPUP CONTAINER === */
#klaviyo-popup .popup-inner {
  background: #F7F1EC !important;
  width: 90%;
  max-width: 600px;
  margin: 5% auto;
  padding: 2rem 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  animation: fadeSlideIn 0.3s ease forwards;
}

/* === CLOSE BUTTON === */
#close-popup {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 999;
}
#close-popup:hover {
  color: #000;
}

/* === FORM STYLING === */
.klaviyo-form-Sw7NBa * {
  box-sizing: border-box;
  font-family: inherit;
}

.klaviyo-form-Sw7NBa input[type="text"],
.klaviyo-form-Sw7NBa input[type="email"] {
  width: 100% !Important;
  padding: 12px 14px !Important;
  margin-bottom: 1rem !Important;
  border: 1px solid #ddd !Important;
  border-radius: 6px !Important;
  font-size: 16px !Important;
  transition: border 0.2s ease !Important;
}

.klaviyo-form-Sw7NBa input[type="text"]:focus,
.klaviyo-form-Sw7NBa input[type="email"]:focus {
  border-color: #e0006e;
  outline: none;
}

/* Checkbox */
.klaviyo-form-Sw7NBa input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}

/* === BUTTON === */
.klaviyo-form-Sw7NBa button {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.klaviyo-form-Sw7NBa button:hover {
  background-color: #c70062 !important;
}

/* === ANIMATION === */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}











/* NEW STYLES TO COPY */

