@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button,
.entry-content .excerpt-read-more,
.comment-reply-link,
.woocommerce-cart .woocommerce table.cart input.button,
.woocommerce-cart .cart-actions .update .button,
.woocommerce-cart .cart-actions .coupon input.button,
.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .cart_totals .checkout-button.alt,
.woocommerce-checkout form.login .button,
.woocommerce-checkout form.checkout_coupon .form-row-last .button,
.woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt,
.single.single-product button.single_add_to_cart_button.button.alt,
.single .post-navigation a,
.woocommerce-account .accordion-tabs-minimal form input[type="submit"],
.woocommerce .woocommerce-message .button,
.woocommerce #respond input#submit,
.single-product .buy-workshop-container a.block.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #8882BE;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .entry-content .excerpt-read-more:hover,
  .comment-reply-link:hover,
  .woocommerce-cart .woocommerce table.cart input.button:hover,
  .woocommerce-cart .cart-actions .update .button:hover,
  .woocommerce-cart .cart-actions .coupon input.button:hover,
  .woocommerce-cart .cart_totals .checkout-button:hover,
  .woocommerce-checkout form.login .button:hover,
  .woocommerce-checkout form.checkout_coupon .form-row-last .button:hover,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt:hover,
  .single.single-product button.single_add_to_cart_button.button.alt:hover,
  .single .post-navigation a:hover,
  .woocommerce-account .accordion-tabs-minimal form input[type="submit"]:hover,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce #respond input#submit:hover,
  .single-product .buy-workshop-container a.block.button:hover,
  .button:focus,
  .entry-content .excerpt-read-more:focus,
  .comment-reply-link:focus,
  .woocommerce-cart .woocommerce table.cart input.button:focus,
  .woocommerce-cart .cart-actions .update .button:focus,
  .woocommerce-cart .cart-actions .coupon input.button:focus,
  .woocommerce-cart .cart_totals .checkout-button:focus,
  .woocommerce-checkout form.login .button:focus,
  .woocommerce-checkout form.checkout_coupon .form-row-last .button:focus,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt:focus,
  .single.single-product button.single_add_to_cart_button.button.alt:focus,
  .single .post-navigation a:focus,
  .woocommerce-account .accordion-tabs-minimal form input[type="submit"]:focus,
  .woocommerce .woocommerce-message .button:focus,
  .woocommerce #respond input#submit:focus,
  .single-product .buy-workshop-container a.block.button:focus {
    background-color: #5b53a0;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled,
  .entry-content .excerpt-read-more:disabled,
  .comment-reply-link:disabled,
  .woocommerce-cart .woocommerce table.cart input.button:disabled,
  .woocommerce-cart .cart-actions .update .button:disabled,
  .woocommerce-cart .cart-actions .coupon input.button:disabled,
  .woocommerce-cart .cart_totals .checkout-button:disabled,
  .woocommerce-checkout form.login .button:disabled,
  .woocommerce-checkout form.checkout_coupon .form-row-last .button:disabled,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt:disabled,
  .single.single-product button.single_add_to_cart_button.button.alt:disabled,
  .single .post-navigation a:disabled,
  .woocommerce-account .accordion-tabs-minimal form input[type="submit"]:disabled,
  .woocommerce .woocommerce-message .button:disabled,
  .woocommerce #respond input#submit:disabled,
  .single-product .buy-workshop-container a.block.button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  button.block, input[type="button"].block, input[type="reset"].block, input[type="submit"].block,
  button.block,
  .button.block,
  .entry-content .block.excerpt-read-more,
  .block.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.block.button,
  .woocommerce-cart .cart-actions .update .block.button,
  .woocommerce-cart .cart-actions .coupon input.block.button,
  .woocommerce-cart .cart_totals .block.checkout-button,
  .woocommerce-checkout form.login .block.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .block.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .block.button.alt,
  .single.single-product button.block.single_add_to_cart_button.button.alt,
  .single .post-navigation a.block,
  .woocommerce-account .accordion-tabs-minimal form input.block[type="submit"],
  .woocommerce .woocommerce-message .block.button,
  .woocommerce #respond input.block#submit,
  .single-product .buy-workshop-container a.block.button {
    display: block;
    width: 100%; }
  button.green, input[type="button"].green, input[type="reset"].green, input[type="submit"].green,
  button.green,
  .button.green,
  .entry-content .green.excerpt-read-more,
  .green.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.green.button,
  .woocommerce-cart .cart-actions .update .green.button,
  .woocommerce-cart .cart-actions .coupon input.green.button,
  .woocommerce-cart .cart_totals .green.checkout-button,
  .woocommerce-checkout form.login .green.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .green.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .green.button.alt,
  .single.single-product button.green.single_add_to_cart_button.button.alt,
  .single .post-navigation a.green,
  .woocommerce-account .accordion-tabs-minimal form input.green[type="submit"],
  .woocommerce .woocommerce-message .green.button,
  .woocommerce #respond input.green#submit,
  .single-product .buy-workshop-container a.green.block.button {
    background-color: #B2D377; }
  button.orange, input[type="button"].orange, input[type="reset"].orange, input[type="submit"].orange,
  button.orange,
  .button.orange,
  .entry-content .orange.excerpt-read-more,
  .orange.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.orange.button,
  .woocommerce-cart .cart-actions .update .orange.button,
  .woocommerce-cart .cart-actions .coupon input.orange.button,
  .woocommerce-cart .cart_totals .orange.checkout-button,
  .woocommerce-checkout form.login .orange.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .orange.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .orange.button.alt,
  .single.single-product button.orange.single_add_to_cart_button.button.alt,
  .single .post-navigation a.orange,
  .woocommerce-account .accordion-tabs-minimal form input.orange[type="submit"],
  .woocommerce .woocommerce-message .orange.button,
  .woocommerce #respond input.orange#submit,
  .single-product .buy-workshop-container a.orange.block.button {
    background-color: #E5885C; }
  button.pink, input[type="button"].pink, input[type="reset"].pink, input[type="submit"].pink,
  button.pink,
  .button.pink,
  .entry-content .pink.excerpt-read-more,
  .pink.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.pink.button,
  .woocommerce-cart .cart-actions .update .pink.button,
  .woocommerce-cart .cart-actions .coupon input.pink.button,
  .woocommerce-cart .cart_totals .pink.checkout-button,
  .woocommerce-checkout form.login .pink.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .pink.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .pink.button.alt,
  .single.single-product button.pink.single_add_to_cart_button.button.alt,
  .single .post-navigation a.pink,
  .woocommerce-account .accordion-tabs-minimal form input.pink[type="submit"],
  .woocommerce .woocommerce-message .pink.button,
  .woocommerce #respond input.pink#submit,
  .single-product .buy-workshop-container a.pink.block.button {
    background-color: #E764A3; }
  button.teal, input[type="button"].teal, input[type="reset"].teal, input[type="submit"].teal,
  button.teal,
  .button.teal,
  .entry-content .teal.excerpt-read-more,
  .teal.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.teal.button,
  .woocommerce-cart .cart-actions .update .teal.button,
  .woocommerce-cart .cart-actions .coupon input.teal.button,
  .woocommerce-cart .cart_totals .teal.checkout-button,
  .woocommerce-checkout form.login .teal.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .teal.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .teal.button.alt,
  .single.single-product button.teal.single_add_to_cart_button.button.alt,
  .single .post-navigation a.teal,
  .woocommerce-account .accordion-tabs-minimal form input.teal[type="submit"],
  .woocommerce .woocommerce-message .teal.button,
  .woocommerce #respond input.teal#submit,
  .single-product .buy-workshop-container a.teal.block.button {
    background-color: #72C8CD; }
  button.yellow, input[type="button"].yellow, input[type="reset"].yellow, input[type="submit"].yellow,
  button.yellow,
  .button.yellow,
  .entry-content .yellow.excerpt-read-more,
  .yellow.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.yellow.button,
  .woocommerce-cart .cart-actions .update .yellow.button,
  .woocommerce-cart .cart-actions .coupon input.yellow.button,
  .woocommerce-cart .cart_totals .yellow.checkout-button,
  .woocommerce-checkout form.login .yellow.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .yellow.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .yellow.button.alt,
  .single.single-product button.yellow.single_add_to_cart_button.button.alt,
  .single .post-navigation a.yellow,
  .woocommerce-account .accordion-tabs-minimal form input.yellow[type="submit"],
  .woocommerce .woocommerce-message .yellow.button,
  .woocommerce #respond input.yellow#submit,
  .single-product .buy-workshop-container a.yellow.block.button {
    background-color: #FAD772; }
  button.medium, input[type="button"].medium, input[type="reset"].medium, input[type="submit"].medium,
  button.medium,
  .button.medium,
  .entry-content .medium.excerpt-read-more,
  .medium.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.medium.button,
  .woocommerce-cart .cart-actions .update .medium.button,
  .woocommerce-cart .cart-actions .coupon input.medium.button,
  .woocommerce-cart .cart_totals .medium.checkout-button,
  .woocommerce-checkout form.login .medium.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .medium.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .medium.button.alt,
  .single.single-product button.medium.single_add_to_cart_button.button.alt,
  .single .post-navigation a.medium,
  .woocommerce-account .accordion-tabs-minimal form input.medium[type="submit"],
  .woocommerce .woocommerce-message .medium.button,
  .woocommerce #respond input.medium#submit,
  .single-product .buy-workshop-container a.medium.block.button {
    font-size: 1.2em;
    padding: 1em; }
  button.large, input[type="button"].large, input[type="reset"].large, input[type="submit"].large,
  button.large,
  .button.large,
  .entry-content .large.excerpt-read-more,
  .large.comment-reply-link,
  .woocommerce-cart .woocommerce table.cart input.large.button,
  .woocommerce-cart .cart-actions .update .large.button,
  .woocommerce-cart .cart-actions .coupon input.large.button,
  .woocommerce-cart .cart_totals .large.checkout-button,
  .woocommerce-checkout form.login .large.button,
  .woocommerce-checkout form.checkout_coupon .form-row-last .large.button,
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .large.button.alt,
  .single.single-product button.large.single_add_to_cart_button.button.alt,
  .single .post-navigation a.large,
  .woocommerce-account .accordion-tabs-minimal form input.large[type="submit"],
  .woocommerce .woocommerce-message .large.button,
  .woocommerce #respond input.large#submit,
  .single-product .buy-workshop-container a.large.block.button {
    font-size: 1.2em;
    padding: 1.5em 2em; }

.btn-mobile-menu {
  color: inherit; }
  .btn-mobile-menu:hover, .btn-mobile-menu:visited {
    color: inherit; }
  .btn-mobile-menu:active {
    color: #C5C5C5; }

fieldset {
  background-color: #dfdede;
  border: 1px solid #C5C5C5;
  margin: 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em;
  text-transform: uppercase; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #FFF;
  border: 2px solid #C5C5C5;
  border-radius: 0;
  box-shadow: 0;
  box-sizing: border-box;
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="color"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="week"]:hover, input[type="week"]:focus, textarea:hover, textarea:focus,
  select[multiple=multiple]:hover,
  select[multiple=multiple]:focus,
  textarea:hover,
  textarea:focus {
    border-color: #b8b8b8;
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  
  .entry-content ol {
    list-style-type: decimal;
    margin-bottom: 1.5em;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.list-meta-inline, .footer .icons-social {
  display: inline; }
  .list-meta-inline li, .footer .icons-social li {
    display: inline; }

.entry-content ul {
  margin-bottom: 0.75em;
  padding-left: 2em; }
  .entry-content ul li {
    font-size: 1.2em;
    text-indent: -22px; }
    .entry-content ul li:before {
      color: #8882BE;
      content: "\002022";
      font-size: 1.4em;
      margin-right: 0.5em; }

.list-meta-inline li {
  display: inline-block; }
  .list-meta-inline li:not(:last-child):after {
    content: '|';
    padding: 0 0.5em; }

.lio-numbered-list {
  counter-reset: li; }
  .lio-numbered-list li {
    line-height: 0;
    padding-left: 3.6em;
    text-indent: -91px; }
    .lio-numbered-list li:before {
      background: #8882BE;
      border-radius: 100%;
      color: white;
      content: counter(li);
      counter-increment: li;
      font-size: 1.2em;
      font-weight: bold;
      height: 55px;
      left: 11.7em;
      line-height: 2em;
      margin: -1.3em 0.6em 0 0;
      padding: 12px 25px;
      text-align: center;
      top: 50%;
      width: 55px; }
    .lio-numbered-list li.green:before {
      background: #B2D377; }
    .lio-numbered-list li.orange:before {
      background: #E5885C; }
    .lio-numbered-list li.pink:before {
      background: #E764A3; }
    .lio-numbered-list li.teal:before {
      background: #72C8CD; }
    .lio-numbered-list li.yellow:before {
      background: #FAD772; }
    .lio-numbered-list li.gray:before {
      background: #C5C5C5;
      color: #444444; }
  .lio-numbered-list.large {
    font-size: 1.75em; }
    .lio-numbered-list.large li {
      margin-bottom: 2em; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #9f9f9f;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
  text-transform: uppercase; }

td {
  border-bottom: 1px solid #C5C5C5;
  padding: 0.75em 0; }

tr,
td,
th {
  text-transform: uppercase;
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  text-rendering: optimizelegibility;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 3em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3, .comment .vcard cite.fn {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  font-size: 1.1em;
  margin: 0 0 0.75em;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

a {
  color: #8882BE;
  text-decoration: none;
  transition: color 0.1s linear;
  /* mobile tap color */ }
  a:active, a:focus, a:hover {
    color: #5b53a0; }
  a:active, a:focus {
    outline: none; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

hr {
  border-bottom: 1px solid #C5C5C5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

body {
  overflow-x: hidden; }

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

.wrap {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 1.5em; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .wrap {
      padding: 0; } }

#logo {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  background-image: url("../images/logo-lio.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 68px;
  margin: 1em 0;
  width: 250px; }
  #logo:last-child {
    margin-right: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #logo {
      background-image: url("../images/logo-lio_2x.png");
      background-size: 58%; } }
  @media screen and (min-width: 53.75em) {
    #logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      height: 77px;
      margin-top: 1em; }
      #logo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 53.75em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 53.75em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 53.75em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 53.75em) and (min-resolution: 192dpi), only screen and (min-width: 53.75em) and (min-resolution: 2dppx) {
    #logo {
      background-size: 100%;
      background-position: center; } }
  #logo a {
    color: #000000;
    padding: 3.3em 10.9em; }
    @media screen and (min-width: 53.75em) {
      #logo a {
        height: 77px; } }

.hero {
  max-height: 810px; }
  .hero.no-image {
    height: 28vh; }
    @media screen and (min-width: 53.75em) {
      .hero.no-image {
        height: 40vh; }
        .hero.no-image .post-hero {
          height: 100%;
          min-height: initial; } }
  .hero .hero-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%; }
  .hero .article-header {
    max-width: 71.25em;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 18vh;
    text-align: center; }
    .hero .article-header::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 53.75em) {
      .hero .article-header {
        height: 65vh;
        text-align: initial; } }
    .hero .article-header .article-header-content .underlay {
      padding: 1em; }
      .hero .article-header .article-header-content .underlay.black {
        background-color: rgba(0, 0, 0, 0.7);
        color: #FFFFFF; }
      .hero .article-header .article-header-content .underlay.white {
        background-color: rgba(255, 255, 255, 0.7);
        color: #FFFFFF; }
    .hero .article-header .article-header-content h1 {
      font-size: 2.1em; }
      @media screen and (min-width: 53.75em) {
        .hero .article-header .article-header-content h1 {
          font-size: 3em; } }
  .hero .hero-cta {
    margin-top: 2em;
    position: relative;
    z-index: 1; }

.post-hero {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 7em 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .post-hero.with-overlay {
    color: #FFFFFF; }
    .post-hero.with-overlay:before {
      background: #000000 none repeat scroll 0 0;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0.3;
      position: absolute;
      top: 0;
      width: 100%; }
  @media screen and (min-width: 40em) {
    .post-hero {
      height: 410px;
      padding: 5em; } }
  @media screen and (min-width: 53.75em) {
    .post-hero {
      height: 810px;
      min-height: 805px; } }
  .post-hero .entry-header {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center; }
    @media screen and (max-width: 40em) {
      .post-hero .entry-header {
        left: 1em;
        right: 1em; } }
    @media screen and (min-width: 40em) {
      .post-hero .entry-header {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        top: 45%; } }
    .post-hero .entry-header .entry-title {
      line-height: 32px; }
      @media screen and (max-width: 40em) {
        .post-hero .entry-header .entry-title {
          font-size: 1.5em; } }
      @media screen and (min-width: 40em) {
        .post-hero .entry-header .entry-title {
          line-height: 50px;
          margin: 0 auto;
          width: 12em; } }

@media screen and (max-width: 40em) {
  .hero.no-image .post-hero {
    padding: 3em 0; } }

.hentry {
  margin-bottom: 2.5em; }
  .hentry header {
    padding: 1.5em 0; }
  .hentry footer {
    padding: 0 1.5em 1.5em;
    text-align: right; }
    .hentry footer p {
      margin: 0; }

.container-image-featured {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 0.6em; }
  .container-image-featured:last-child {
    margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .container-image-featured {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      margin-bottom: 0; }
      .container-image-featured:last-child {
        margin-right: 0; } }
  .container-image-featured img {
    border: 1px solid #000000;
    outline: 1px solid #000000;
    outline-offset: -10px;
    height: auto;
    width: auto; }

.single-title,
.page-title,
.entry-title {
  margin: 0; }

.post {
  border-bottom: 4px solid #EEEEEE; }
  .post:last-child {
    border-bottom: 0; }
  .post #main {
    margin-bottom: 4em; }
    @media screen and (min-width: 53.75em) {
      .post #main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%; }
        .post #main:last-child {
          margin-right: 0; } }
  .post .entry-title a {
    color: #666666; }
    .post .entry-title a:hover, .post .entry-title a:active {
      color: #000000; }
  .post .entry-meta {
    color: #9FA6B4;
    margin: 0 0 0.5em 0; }

.entry-content {
  padding: 0; }
  .entry-content p {
    font-size: 1.2em;
    hyphens: none;
    margin: 0 0 1.5em; }
  .entry-content ul, .entry-content ol {
    margin-bottom: 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #EAEDF2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9FA6B4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #EAEDF2; }
    .entry-content tr:nth-child(even) {
      background-color: #EEEEEE; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #EAEDF2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EAEDF2;
    border-right: 1px solid #EAEDF2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 6px solid #8882BE;
    font-style: italic;
    color: #9FA6B4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000000;
    color: #EEEEEE;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  @media screen and (max-width: 53.75em) {
    .entry-content .excerpt-read-more {
      float: left; } }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.tags {
  margin: 0; }

.author-bio {
  margin-bottom: 4em; }
  .author-bio .author-bio-img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center; }
    .author-bio .author-bio-img:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .author-bio .author-bio-img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-bottom: 0;
        text-align: left; }
        .author-bio .author-bio-img:last-child {
          margin-right: 0; } }
    .author-bio .author-bio-img img {
      border: 4px solid #C5C5C5;
      border-radius: 100%;
      height: 30%;
      position: relative;
      top: 8px;
      width: 30%; }
      @media screen and (min-width: 53.75em) {
        .author-bio .author-bio-img img {
          height: auto;
          width: auto; } }
  @media screen and (min-width: 53.75em) {
    .author-bio .author-bio-description {
      left: -1em;
      position: relative;
      z-index: -1; } }
  .author-bio .author-bio-description h2 {
    margin-bottom: 0.8em;
    text-align: center; }
    @media screen and (max-width: 53.75em) {
      .author-bio .author-bio-description h2 {
        font-size: 1.3em; } }
    @media screen and (min-width: 53.75em) {
      .author-bio .author-bio-description h2 {
        margin-bottom: 0.2em;
        text-align: initial; } }
  .author-bio .author-bio-description p {
    background-color: #EEEEEE;
    font-size: 1em;
    height: auto;
    margin-left: 0;
    overflow: hidden;
    padding: 1em; }
    @media screen and (min-width: 53.75em) {
      .author-bio .author-bio-description p {
        margin-left: 6.6em;
        padding-left: 6em;
        overflow: inherit; } }

.footer {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  border-top: 44px solid #eee;
  clear: both;
  padding: 2em 0;
  text-align: center; }
  .footer:last-child {
    margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .footer .footer-left-container,
    .footer .footer-right-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .footer .footer-left-container:last-child,
      .footer .footer-right-container:last-child {
        margin-right: 0; } }
  .footer .footer-left-container {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-left-container {
        margin-bottom: 0; } }
  .footer .footer-logo-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 1em; }
    .footer .footer-logo-wrapper:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-logo-wrapper {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 51.178825799%; }
        .footer .footer-logo-wrapper:last-child {
          margin-right: 0; } }
  .footer .footer-lio-logo-container,
  .footer .footer-ln-logo-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .footer .footer-lio-logo-container:last-child,
    .footer .footer-ln-logo-container:last-child {
      margin-right: 0; }
  .footer .footer-lio-logo-container {
    padding-right: 1em; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-lio-logo-container {
        margin-right: 0.4em; } }
  .footer .footer-ln-logo-container {
    border-left: 1px solid #EEEEEE; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-ln-logo-container {
        height: 45px;
        margin-right: 0; } }
  .footer .nav {
    font-size: 0.9em;
    text-align: center; }
    @media screen and (min-width: 53.75em) {
      .footer .nav {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        display: inline;
        padding: 0 0 1em 0;
        text-align: left; }
        .footer .nav:last-child {
          margin-right: 0; } }
  .footer .footer-links {
    margin-bottom: 1em; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-links {
        margin-bottom: 0; } }
  .footer .footer-links ul li {
    display: inline; }
    .footer .footer-links ul li a {
      font-size: 0.9em;
      padding: 0.25em 0.75em 0.25em 0; }
  .footer .logo-lio {
    background-image: url("../images/logo-lio.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 47px;
    margin: 0 auto;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .footer .logo-lio {
        background-image: url("../images/logo-lio_2x.png");
        background-size: 100%; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .footer .logo-lio {
        background-size: contain; } }
    @media screen and (max-width: 53.75em) {
      .footer .logo-lio {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        height: 75px; }
        .footer .logo-lio:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 53.75em) {
      .footer .logo-lio {
        background-position: left;
        height: 50px; } }
    @media screen and (min-width: 160em) {
      .footer .logo-lio {
        margin-left: 0; } }
  .footer .icons-social {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 0.8em; }
    .footer .icons-social:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .footer .icons-social {
        text-align: left; } }
    .footer .icons-social li {
      font-size: 1.5em;
      padding: 0 1em 0 0; }
      .footer .icons-social li:last-child {
        padding-right: 0; }
  .footer .copyright {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0; }
    .footer .copyright:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .footer .copyright {
        text-align: right; } }
    @media screen and (max-width: 40em) {
      .footer .copyright span {
        display: block; } }
  @media screen and (min-width: 53.75em) {
    .footer .developer {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      line-height: 1;
      text-align: center; }
      .footer .developer:last-child {
        margin-right: 0; } }
  .footer .developer .handcrafted {
    font-size: 0.8em; }
  .footer .developer a {
    color: inherit; }
    .footer .developer a .developer-logo {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background-image: url("../images/logo-lithiumnet.png");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain !important;
      height: 35px;
      margin: 0.2em auto 0.5em;
      width: 55%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .footer .developer a .developer-logo {
          background-image: url("../images/logo-lithiumnet_2x.png");
          background-size: 100%; } }
      @media screen and (min-width: 53.75em) {
        .footer .developer a .developer-logo {
          margin: 0 auto 0.5em; } }

body#tinymce.wp-editor {
  /* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
  /* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined in IE 8/9.
 */
  /**
 * Correct `inline-block` display not defined in IE 8/9.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
  /* ==========================================================================
   Base
   ========================================================================== */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /**
 * Remove default margin.
 */
  /* ==========================================================================
   Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* ==========================================================================
   Typography
   ========================================================================== */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in Safari 5 and Chrome.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
  /*
 * Addresses margins set differently in IE6/7.
 */
  /**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
  /**
 * Improve readability of pre-formatted text in all browsers.
 */
  /**
 * Set consistent quote types.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* ==========================================================================
  Lists
========================================================================== */
  /*
 * Addresses margins set differently in IE6/7.
 */
  /*
 * Addresses paddings set differently in IE6/7.
 */
  /*
 * Corrects list images handled incorrectly in IE7.
 */
  /* ==========================================================================
  Embedded content
========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9.
 */
  /**
 * Correct overflow displayed oddly in IE 9.
 */
  /* ==========================================================================
   Figures
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari 5.
 */
  /* ==========================================================================
   Forms
   ========================================================================== */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
  /**
 * 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.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
  /* ==========================================================================
   Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  width: 731px;
  -webkit-font-smoothing: antialiased;
  padding: 1.5em 1.5em 0; }
  body#tinymce.wp-editor article,
  body#tinymce.wp-editor aside,
  body#tinymce.wp-editor details,
  body#tinymce.wp-editor figcaption,
  body#tinymce.wp-editor figure,
  body#tinymce.wp-editor footer,
  body#tinymce.wp-editor header,
  body#tinymce.wp-editor hgroup,
  body#tinymce.wp-editor main,
  body#tinymce.wp-editor nav,
  body#tinymce.wp-editor section,
  body#tinymce.wp-editor summary {
    display: block; }
  body#tinymce.wp-editor audio,
  body#tinymce.wp-editor canvas,
  body#tinymce.wp-editor video {
    display: inline-block; }
  body#tinymce.wp-editor audio:not([controls]) {
    display: none;
    height: 0; }
  body#tinymce.wp-editor [hidden],
  body#tinymce.wp-editor template {
    display: none; }
  body#tinymce.wp-editor html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  body#tinymce.wp-editor body {
    margin: 0; }
  body#tinymce.wp-editor a {
    background: transparent; }
  body#tinymce.wp-editor a:focus {
    outline: thin dotted; }
  body#tinymce.wp-editor a:active,
  body#tinymce.wp-editor a:hover {
    outline: 0; }
  body#tinymce.wp-editor h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  body#tinymce.wp-editor abbr[title] {
    border-bottom: 1px dotted; }
  body#tinymce.wp-editor b,
  body#tinymce.wp-editor strong,
  body#tinymce.wp-editor .strong {
    font-weight: bold; }
  body#tinymce.wp-editor dfn,
  body#tinymce.wp-editor em,
  body#tinymce.wp-editor .em {
    font-style: italic; }
  body#tinymce.wp-editor hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  body#tinymce.wp-editor p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  body#tinymce.wp-editor pre {
    margin: 0; }
  body#tinymce.wp-editor code,
  body#tinymce.wp-editor kbd,
  body#tinymce.wp-editor pre,
  body#tinymce.wp-editor samp {
    font-family: monospace, serif;
    font-size: 1em; }
  body#tinymce.wp-editor pre {
    white-space: pre-wrap; }
  body#tinymce.wp-editor q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  body#tinymce.wp-editor q:before,
  body#tinymce.wp-editor q:after {
    content: '';
    content: none; }
  body#tinymce.wp-editor small, body#tinymce.wp-editor .small {
    font-size: 75%; }
  body#tinymce.wp-editor sub,
  body#tinymce.wp-editor sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  body#tinymce.wp-editor sup {
    top: -0.5em; }
  body#tinymce.wp-editor sub {
    bottom: -0.25em; }
  body#tinymce.wp-editor dl,
  body#tinymce.wp-editor menu,
  body#tinymce.wp-editor ol,
  body#tinymce.wp-editor ul {
    margin: 1em 0; }
  body#tinymce.wp-editor dd {
    margin: 0; }
  body#tinymce.wp-editor menu {
    padding: 0 0 0 40px; }
  body#tinymce.wp-editor ol,
  body#tinymce.wp-editor ul {
    padding: 0;
    list-style-type: none; }
  body#tinymce.wp-editor nav ul,
  body#tinymce.wp-editor nav ol {
    list-style: none;
    list-style-image: none; }
  body#tinymce.wp-editor img {
    border: 0; }
  body#tinymce.wp-editor svg:not(:root) {
    overflow: hidden; }
  body#tinymce.wp-editor figure {
    margin: 0; }
  body#tinymce.wp-editor fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  body#tinymce.wp-editor legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  body#tinymce.wp-editor button,
  body#tinymce.wp-editor input,
  body#tinymce.wp-editor select,
  body#tinymce.wp-editor textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */ }
  body#tinymce.wp-editor button,
  body#tinymce.wp-editor input {
    line-height: normal; }
  body#tinymce.wp-editor button,
  body#tinymce.wp-editor select {
    text-transform: none; }
  body#tinymce.wp-editor button,
  body#tinymce.wp-editor html input[type="button"],
  body#tinymce.wp-editor input[type="reset"],
  body#tinymce.wp-editor input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  body#tinymce.wp-editor button[disabled],
  body#tinymce.wp-editor html input[disabled] {
    cursor: default; }
  body#tinymce.wp-editor input[type="checkbox"],
  body#tinymce.wp-editor input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  body#tinymce.wp-editor input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  body#tinymce.wp-editor input[type="search"]::-webkit-search-cancel-button,
  body#tinymce.wp-editor input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  body#tinymce.wp-editor button::-moz-focus-inner,
  body#tinymce.wp-editor input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  body#tinymce.wp-editor textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }
  body#tinymce.wp-editor table {
    border-collapse: collapse;
    border-spacing: 0; }
  body#tinymce.wp-editor * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body#tinymce.wp-editor .image-replacement,
  body#tinymce.wp-editor .ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  body#tinymce.wp-editor .clearfix, body#tinymce.wp-editor .cf, body#tinymce.wp-editor .comment-respond {
    zoom: 1; }
    body#tinymce.wp-editor .clearfix:before, body#tinymce.wp-editor .clearfix:after, body#tinymce.wp-editor .cf:before, body#tinymce.wp-editor .comment-respond:before, body#tinymce.wp-editor .cf:after, body#tinymce.wp-editor .comment-respond:after {
      content: "";
      display: table; }
    body#tinymce.wp-editor .clearfix:after, body#tinymce.wp-editor .cf:after, body#tinymce.wp-editor .comment-respond:after {
      clear: both; }
  body#tinymce.wp-editor span.amp {
    font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
    font-style: italic; }
  body#tinymce.wp-editor a, body#tinymce.wp-editor a:visited {
    color: #8882BE;
    /* on hover */
    /* on click */ }
    body#tinymce.wp-editor a:hover, body#tinymce.wp-editor a:focus, body#tinymce.wp-editor a:visited:hover, body#tinymce.wp-editor a:visited:focus {
      color: #8882BE; }
    body#tinymce.wp-editor a:link, body#tinymce.wp-editor a:visited:link {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  body#tinymce.wp-editor h1, body#tinymce.wp-editor .h1, body#tinymce.wp-editor h2, body#tinymce.wp-editor .h2, body#tinymce.wp-editor h3, body#tinymce.wp-editor .h3, body#tinymce.wp-editor .comment .vcard cite.fn, .comment .vcard body#tinymce.wp-editor cite.fn, body#tinymce.wp-editor h4, body#tinymce.wp-editor .h4, body#tinymce.wp-editor h5, body#tinymce.wp-editor .h5 {
    text-rendering: optimizelegibility;
    font-weight: 500; }
    body#tinymce.wp-editor h1 a, body#tinymce.wp-editor .h1 a, body#tinymce.wp-editor h2 a, body#tinymce.wp-editor .h2 a, body#tinymce.wp-editor h3 a, body#tinymce.wp-editor .h3 a, body#tinymce.wp-editor .comment .vcard cite.fn a, .comment .vcard body#tinymce.wp-editor cite.fn a, body#tinymce.wp-editor h4 a, body#tinymce.wp-editor .h4 a, body#tinymce.wp-editor h5 a, body#tinymce.wp-editor .h5 a {
      text-decoration: none; }
  body#tinymce.wp-editor h1, body#tinymce.wp-editor .h1 {
    font-size: 2.5em;
    line-height: 1.333em; }
  body#tinymce.wp-editor h2, body#tinymce.wp-editor .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em; }
  body#tinymce.wp-editor h3, body#tinymce.wp-editor .h3, body#tinymce.wp-editor .comment .vcard cite.fn, .comment .vcard body#tinymce.wp-editor cite.fn {
    font-size: 1.125em; }
  body#tinymce.wp-editor h4, body#tinymce.wp-editor .h4 {
    font-size: 1.1em;
    font-weight: 700; }
  body#tinymce.wp-editor h5, body#tinymce.wp-editor .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px; }
  body#tinymce.wp-editor p {
    margin: 0 0 1.5em; }
  body#tinymce.wp-editor table {
    width: 100%;
    border: 1px solid #EAEDF2;
    margin-bottom: 1.5em; }
    body#tinymce.wp-editor table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9FA6B4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  body#tinymce.wp-editor tr {
    border-bottom: 1px solid #EAEDF2; }
    body#tinymce.wp-editor tr:nth-child(even) {
      background-color: #EEEEEE; }
  body#tinymce.wp-editor td {
    padding: 7px;
    border-right: 1px solid #EAEDF2; }
    body#tinymce.wp-editor td:last-child {
      border-right: 0; }
  body#tinymce.wp-editor th {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EAEDF2;
    border-right: 1px solid #EAEDF2; }
    body#tinymce.wp-editor th:last-child {
      border-right: 0; }
  body#tinymce.wp-editor blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #477DCA;
    font-style: italic;
    color: #9FA6B4; }
  body#tinymce.wp-editor dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  body#tinymce.wp-editor img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
    body#tinymce.wp-editor img.wp-more-tag {
      max-height: 20px; }
  body#tinymce.wp-editor .size-auto,
  body#tinymce.wp-editor .size-full,
  body#tinymce.wp-editor .size-large,
  body#tinymce.wp-editor .size-medium,
  body#tinymce.wp-editor .size-thumbnail {
    max-width: 100%;
    height: auto; }
  body#tinymce.wp-editor pre {
    background: #000000;
    color: #EEEEEE;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  @media only screen and (min-width: 481px) {
    body#tinymce.wp-editor {
      /* at this larger size, we can start to align images */ }
      body#tinymce.wp-editor .alignleft, body#tinymce.wp-editor img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left; }
      body#tinymce.wp-editor .alignright, body#tinymce.wp-editor img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right; }
      body#tinymce.wp-editor .aligncenter, body#tinymce.wp-editor img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both; } }

.alert-help,
.alert-yellow, .alert-info,
.alert-blue, .alert-error,
.alert-red, .alert-success,
.alert-green {
  border: 1px solid;
  margin: 10px;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase; }

.alert-help,
.alert-yellow {
  border-bottom-color: #f8c941;
  border-width: 0 0 1px 0;
  background: #FAD772; }

.alert-info,
.alert-blue {
  border-color: #bfe4f4;
  background: #D5EDF8; }

.alert-error,
.alert-red {
  border-color: #f8cdce;
  background: #FBE3E4; }

.alert-success,
.alert-green {
  border-color: #deeaae;
  background: #E6EfC2; }

.lio-notice {
  margin: 0 0 10px 0; }

@media screen and (min-width: 53.75em) {
  div.wpcf7 {
    margin: 0 auto;
    width: 50%; } }

.wpcf7-form p {
  font-size: 1em;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  input[type="submit"].wpcf7-submit {
    padding: 1.2em 0;
    width: 100%; } }

.divider {
  color: white;
  font-size: 1.2em;
  letter-spacing: -0.02em;
  margin: 0 -1.3em 2em;
  padding: 0.6em 1.5em;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase; }
  @media screen and (min-width: 53.75em) {
    .divider {
      font-size: 1.5em;
      margin: 0 -9999rem 2em;
      padding: 0.6em 0; } }
  .divider.thin {
    padding: 0.1em 0; }
  .divider.green {
    background-color: #B2D377; }
  .divider.orange {
    background-color: #E5885C; }
  .divider.pink {
    background-color: #E764A3; }
  .divider.purple {
    background-color: #8882BE; }
  .divider.teal {
    background-color: #72C8CD; }
  .divider.yellow {
    background-color: #FAD772; }
  .divider.dark-gray {
    background-color: #666666; }
  .divider.light-gray {
    background-color: #EEEEEE;
    color: #444444; }
  .divider.no-content {
    height: 47px; }
    @media screen and (min-width: 53.75em) {
      .divider.no-content {
        height: 59px; } }
  .divider.newsletter {
    height: 429px;
    padding: 1.5em 0; }
    @media screen and (min-width: 53.75em) {
      .divider.newsletter {
        padding: 3em 0; } }
    .divider.newsletter .newsletter-content {
      max-width: 71.25em;
      margin-left: auto;
      margin-right: auto;
      font-size: initial;
      max-width: 66.25em;
      padding: 0 1.5em;
      text-transform: initial; }
      .divider.newsletter .newsletter-content::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 53.75em) {
        .divider.newsletter .newsletter-content {
          padding: 0; } }
      .divider.newsletter .newsletter-content .newsletter-form {
        margin: 0 auto;
        padding: 2em 0; }
        @media screen and (min-width: 53.75em) {
          .divider.newsletter .newsletter-content .newsletter-form {
            width: 50%; } }
      .divider.newsletter .newsletter-content .newsletter-form .button, .divider.newsletter .newsletter-content .newsletter-form .entry-content .excerpt-read-more, .entry-content .divider.newsletter .newsletter-content .newsletter-form .excerpt-read-more, .divider.newsletter .newsletter-content .newsletter-form .comment-reply-link, .divider.newsletter .newsletter-content .newsletter-form .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .divider.newsletter .newsletter-content .newsletter-form .checkout-button, .divider.newsletter .newsletter-content .newsletter-form .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .divider.newsletter .newsletter-content .newsletter-form button.single_add_to_cart_button.button.alt, .divider.newsletter .newsletter-content .newsletter-form .single .post-navigation a, .single .post-navigation .divider.newsletter .newsletter-content .newsletter-form a, .divider.newsletter .newsletter-content .newsletter-form .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .divider.newsletter .newsletter-content .newsletter-form input[type="submit"], .divider.newsletter .newsletter-content .newsletter-form .woocommerce #respond input#submit, .woocommerce #respond .divider.newsletter .newsletter-content .newsletter-form input#submit {
        padding: 1.4em;
        width: 100%; }

.primary-nav-icon {
  float: left;
  display: block;
  width: 8.5298042998%;
  padding-top: 2em;
  float: right;
  text-align: center; }
  .primary-nav-icon:last-child {
    width: 6.1721527019%; }

.nav {
  border-bottom: 0;
  margin: 0; }
  @media screen and (min-width: 53.75em) {
    .nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      display: inline;
      float: right;
      padding: 2.5em 0 0;
      text-align: right;
      width: auto; }
      .nav:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .nav li {
      display: inline; } }
  .nav li a {
    color: #000000;
    padding: 0.75em;
    display: block;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      .nav li a {
        display: inline;
        padding: 0 0.75em 0 0; } }
    .nav li a:hover, .nav li a:focus {
      color: #8882BE; }
  .nav li:last-child a {
    padding-right: 0; }

.nav .menu-item-has-children {
  position: relative; }
  .nav .menu-item-has-children:focus > .sub-menu, .nav .menu-item-has-children:hover > .sub-menu {
    display: block; }
  .nav .menu-item-has-children a:focus {
    color: initial; }
    .nav .menu-item-has-children a:focus:hover {
      color: #8882BE; }
  .nav .menu-item-has-children ul.sub-menu {
    background-color: white;
    display: none;
    left: -1em;
    padding: 0.5em 1em;
    position: absolute;
    text-align: left;
    top: 1.1em;
    width: 150px;
    z-index: 999; }
    .nav .menu-item-has-children ul.sub-menu li {
      display: block;
      font-size: 0.9em;
      padding: 0.5em 0; }

.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #FFFFFF;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #EAEDF2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #8882BE; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #8882BE;
      color: #FFFFFF; }
  .pagination .current {
    cursor: default;
    color: #444444; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #FFFFFF;
      color: #444444; }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

#comments-title {
  padding: 0.75em;
  margin: 0; }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 4px solid #EEEEEE; }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-style: normal;
      text-transform: uppercase; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9FA6B4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0; }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #FFFFFF; }
  .comment.even {
    background: #EEEEEE; }

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.comment-reply-link {
  font-size: 0.9em;
  float: right; }

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

.comment-respond {
  padding: 1.5em 0; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9FA6B4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #444444; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  display: none; }

#submit {
  float: right;
  font-size: 1em; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

@media screen and (min-width: 53.75em) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .sidebar:last-child {
      margin-right: 0; } }

.sidebar .widgettitle {
  background-color: #EEEEEE;
  border-left: 16px solid white;
  font-size: 0.9em;
  font-weight: normal;
  padding: 1em 0.5em;
  margin-bottom: 2em; }
  .sidebar .widgettitle:before {
    background-image: url("../images/icon-sidebar-flower.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 83px;
    left: -24px;
    padding: 26px 35px;
    position: relative;
    width: 83px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .sidebar .widgettitle:before {
        background-image: url("../images/icon-sidebar-flower_2x.png");
        background-size: 100%; } }

.sidebar .widget {
  margin-bottom: 5em; }
  .sidebar .widget ul {
    padding-left: 2em; }

.sidebar .no-widgets {
  background-color: #FFFFFF;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
  margin-bottom: 1.5em; }

.sidebar #mc_mm_widget-4,
.sidebar #mc_mm_widget-5,
.sidebar #mc_mm_widget-6,
.sidebar #mc_mm_widget-7 {
  margin-bottom: 0; }
  .sidebar #mc_mm_widget-4:after,
  .sidebar #mc_mm_widget-5:after,
  .sidebar #mc_mm_widget-6:after,
  .sidebar #mc_mm_widget-7:after {
    content: '';
    background-color: white;
    padding: 3px 16.59em;
    position: relative;
    top: -36px; }

.widget_convertkit_form .widgettitle {
  display: none; }

#text-26, #text-27 {
  margin-bottom: 0; }
  #text-26 .widgettitle, #text-27 .widgettitle {
    display: none; }
  #text-26 .textwidget, #text-27 .textwidget {
    background-color: #e9e9e9;
    color: #4f4f4f;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase; }
    #text-26 .textwidget p:nth-child(1), #text-27 .textwidget p:nth-child(1) {
      color: #4f4f4f;
      font-weight: normal;
      margin-bottom: 0;
      padding: 27px;
      padding-bottom: 0px;
      text-align: center; }
    #text-26 .textwidget p:nth-child(2), #text-27 .textwidget p:nth-child(2) {
      color: #72C8CD;
      font-size: 1.4em;
      font-weight: 550;
      margin-top: 0;
      margin-bottom: 0px;
      padding: 0.5em;
      text-align: center;
      text-transform: none; }

#text-26 {
  height: 94px; }

#text-27 {
  height: 120px; }

.review-container .review-avatar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .review-container .review-avatar:last-child {
    margin-right: 0; }
  .review-container .review-avatar img {
    border: 4px solid #C5C5C5;
    border-radius: 100%; }
    @media screen and (max-width: 40em) {
      .review-container .review-avatar img {
        border-width: 2px; } }

.review-container .review-quote {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  padding-top: 2em; }
  .review-container .review-quote:last-child {
    margin-right: 0; }
  @media screen and (max-width: 40em) {
    .review-container .review-quote {
      padding-top: 0; } }
  .review-container .review-quote blockquote {
    color: #444444;
    font-size: 1.1em; }
    @media screen and (max-width: 40em) {
      .review-container .review-quote blockquote {
        font-size: 0.9em; } }
  .review-container .review-quote span {
    float: right; }
    @media screen and (max-width: 40em) {
      .review-container .review-quote span {
        font-size: 0.9em; } }
    .review-container .review-quote span:before {
      content: '—';
      padding-right: 0.5em; }

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

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

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

.aligncenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.desktop-only {
  display: none; }
  @media screen and (min-width: 53.75em) {
    .desktop-only {
      display: block; } }

@media screen and (min-width: 53.75em) {
  .mobile-only {
    display: none; } }

.vc_row .vc_single_image-wrapper img {
  margin-bottom: 0; }

.vc_row .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #EEEEEE;
  border: 1px solid #b8b8b8; }
  .vc_row .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #e1e1e1; }

.vc_row .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
  border: 1px solid #b8b8b8;
  border-top: 0; }

.vc_row .vc_btn3-color-green {
  background-color: #B2D377 !important; }

.vc_row .vc_btn3-color-grey {
  background-color: #EEEEEE !important; }

.vc_row .vc_btn3-color-orange {
  background-color: #E5885C !important; }

.vc_row .vc_btn3-color-pink {
  background-color: #E764A3 !important; }

.vc_row .vc_btn3-color-purple {
  background-color: #8882BE !important; }

.wpb_wl_product_title,
.wpb_wl_product_price .amount {
  font-weight: 400 !important; }

.wpb_wl_preview_area a.wpb_wl_preview {
  background: #8882BE;
  border-radius: 0 !important;
  text-transform: uppercase; }

.wpb_wl_quick_view_content .wpb_wl_summary .input-text {
  border-radius: 0 !important;
  border-width: 2px !important;
  max-width: 50px !important; }

.wpb_wl_quick_view_content .wpb_wl_summary .cart a,
.wpb_wl_quick_view_content .wpb_wl_summary .cart button {
  background-color: #8882BE !important;
  border-radius: 0 !important;
  line-height: 2.4; }

.wpb_wl_quick_view_content .mfp-close:hover {
  background-color: transparent; }

.widget_woodojo_tabs .tabbable .nav-tabs {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 0;
  padding: 0 0 5px 0;
  width: 100%; }
  @media screen and (max-width: 53.75em) {
    .widget_woodojo_tabs .tabbable .nav-tabs {
      padding: 0; } }
  .widget_woodojo_tabs .tabbable .nav-tabs > .active > a,
  .widget_woodojo_tabs .tabbable .nav-tabs > .active > a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #C5C5C5;
    border-bottom-color: transparent;
    cursor: default; }
  .widget_woodojo_tabs .tabbable .nav-tabs > .active > a {
    padding: 0.5em 0.8em; }
  .widget_woodojo_tabs .tabbable .nav-tabs li {
    font-size: 0.8em; }
  .widget_woodojo_tabs .tabbable .nav-tabs li a {
    border-radius: 0; }
  .widget_woodojo_tabs .tabbable .nav-tabs .tab-heading-tags {
    display: none; }

.widget_woodojo_tabs .tabbable:before, .widget_woodojo_tabs .tabbable:after {
  display: table;
  content: ''; }

.widget_woodojo_tabs .tabbable:after {
  clear: both; }

.widget_woodojo_tabs .tabbable .tab-content {
  border: 1px solid #C5C5C5;
  border-top: 0;
  overflow: hidden; }
  .widget_woodojo_tabs .tabbable .tab-content > .tab-pane {
    display: none; }
  .widget_woodojo_tabs .tabbable .tab-content > .active {
    display: block; }

.widget_woodojo_tabs .tabbable .tab-pane ul {
  padding: 15px; }

.widget_woodojo_tabs .tabbable .tab-pane li {
  border-bottom: 1px solid #C5C5C5;
  font-size: 0.9em;
  list-style: none;
  margin-bottom: 1.1em;
  overflow: hidden;
  padding-bottom: 1em; }
  .widget_woodojo_tabs .tabbable .tab-pane li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .widget_woodojo_tabs .tabbable .tab-pane li .meta {
    font-size: 0.9em; }

.widget_woodojo_tabs .tabbable .meta,
.widget_woodojo_tabs .tabbable .comment-content {
  display: block; }

.workshop-container {
  height: 268px;
  margin-bottom: 2.5em; }
  .workshop-container::after {
    clear: both;
    content: "";
    display: table; }

.workshop-img {
  height: inherit;
  outline: 2px solid #4d4c4c;
  outline-offset: -16px;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .workshop-img {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .workshop-img:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .workshop-img {
      float: left;
      display: block;
      width: 34.1192171993%; }
      .workshop-img:last-child {
        width: 31.7615656014%; } }
  .workshop-img.green {
    background-color: #B2D377; }
  .workshop-img.orange {
    background-color: #E5885C; }
  .workshop-img.pink {
    background-color: #E764A3;
    color: #373737;
    padding: 0 4.9em; }
  .workshop-img.purple {
    background-color: #8882BE; }
  .workshop-img.teal {
    background-color: #72C8CD; }
  .workshop-img.yellow {
    background-color: #FAD772;
    padding: 0 2em; }
  .workshop-img .workshop-name {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    width: 50%; }

.workshop-description {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background-color: #EEEEEE;
  padding: 1.5em; }
  .workshop-description:last-child {
    margin-right: 0; }
  @media screen and (max-width: 53.75em) {
    .workshop-description {
      margin-bottom: 2em; } }
  @media screen and (min-width: 53.75em) {
    .workshop-description {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      height: inherit; }
      .workshop-description:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .workshop-description p {
      height: 135px;
      margin-bottom: 0;
      overflow: scroll; } }
  .workshop-description .button, .workshop-description .entry-content .excerpt-read-more, .entry-content .workshop-description .excerpt-read-more, .workshop-description .comment-reply-link, .workshop-description .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .workshop-description input.button, .workshop-description .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .workshop-description .button, .workshop-description .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .workshop-description input.button, .workshop-description .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .workshop-description .checkout-button, .workshop-description .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .workshop-description .button, .workshop-description .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .workshop-description .button, .workshop-description .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .workshop-description .button.alt, .workshop-description .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .workshop-description button.single_add_to_cart_button.button.alt, .workshop-description .single .post-navigation a, .single .post-navigation .workshop-description a, .workshop-description .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .workshop-description input[type="submit"], .workshop-description .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .workshop-description .button, .workshop-description .woocommerce #respond input#submit, .woocommerce #respond .workshop-description input#submit, .workshop-description .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .workshop-description a.block.button {
    text-align: center; }
    @media screen and (min-width: 53.75em) {
      .workshop-description .button, .workshop-description .entry-content .excerpt-read-more, .entry-content .workshop-description .excerpt-read-more, .workshop-description .comment-reply-link, .workshop-description .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .workshop-description input.button, .workshop-description .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .workshop-description .button, .workshop-description .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .workshop-description input.button, .workshop-description .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .workshop-description .checkout-button, .workshop-description .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .workshop-description .button, .workshop-description .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .workshop-description .button, .workshop-description .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .workshop-description .button.alt, .workshop-description .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .workshop-description button.single_add_to_cart_button.button.alt, .workshop-description .single .post-navigation a, .single .post-navigation .workshop-description a, .workshop-description .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .workshop-description input[type="submit"], .workshop-description .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .workshop-description .button, .workshop-description .woocommerce #respond input#submit, .woocommerce #respond .workshop-description input#submit, .workshop-description .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .workshop-description a.block.button {
        position: relative;
        top: 35px; } }

.buy-workshop-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  float: none;
  margin-bottom: 3em;
  text-align: center; }
  .buy-workshop-container:last-child {
    margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .buy-workshop-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      float: none; }
      .buy-workshop-container:last-child {
        margin-right: 0; } }
  .buy-workshop-container .price-container {
    background-color: #FFFFFF;
    border: 3px solid #666666;
    border-radius: 4px;
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto;
    max-width: 35%;
    padding: 0.05em 0.4em;
    position: relative;
    text-align: center;
    top: -0.6em; }
    @media screen and (min-width: 53.75em) {
      .buy-workshop-container .price-container {
        font-size: 2.2em; } }
  .buy-workshop-container .buy-workshop-bg {
    margin: 0 auto;
    min-height: 287px;
    outline: 2px solid #4d4d4d;
    outline-offset: -16px;
    padding: 0 0 2.5em;
    position: relative; }
    .buy-workshop-container .buy-workshop-bg.green {
      background-color: #B2D377; }
      .buy-workshop-container .buy-workshop-bg.green.dark {
        background-color: #7C9353; }
    .buy-workshop-container .buy-workshop-bg.pink {
      background-color: #E764A3;
      color: #373737; }
      .buy-workshop-container .buy-workshop-bg.pink.dark {
        background-color: #9E4972; }
    .buy-workshop-container .buy-workshop-bg.yellow {
      background-color: #FAD772; }
      .buy-workshop-container .buy-workshop-bg.yellow.dark {
        background-color: #D3B459; }
    .buy-workshop-container .buy-workshop-bg.sold-out h1 {
      color: #FFFFFF;
      font-weight: bold; }
    .buy-workshop-container .buy-workshop-bg.sold-out h2 {
      color: #2b2a2a;
      margin-bottom: 0;
      top: -26px; }
    .buy-workshop-container .buy-workshop-bg.sold-out .button, .buy-workshop-container .buy-workshop-bg.sold-out .entry-content .excerpt-read-more, .entry-content .buy-workshop-container .buy-workshop-bg.sold-out .excerpt-read-more, .buy-workshop-container .buy-workshop-bg.sold-out .comment-reply-link, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .buy-workshop-container .buy-workshop-bg.sold-out input.button, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .buy-workshop-container .buy-workshop-bg.sold-out input.button, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .buy-workshop-container .buy-workshop-bg.sold-out .checkout-button, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .buy-workshop-container .buy-workshop-bg.sold-out .button, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .buy-workshop-container .buy-workshop-bg.sold-out .button.alt, .buy-workshop-container .buy-workshop-bg.sold-out .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .buy-workshop-container .buy-workshop-bg.sold-out button.single_add_to_cart_button.button.alt, .buy-workshop-container .buy-workshop-bg.sold-out .single .post-navigation a, .single .post-navigation .buy-workshop-container .buy-workshop-bg.sold-out a, .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .buy-workshop-container .buy-workshop-bg.sold-out input[type="submit"], .buy-workshop-container .buy-workshop-bg.sold-out .woocommerce #respond input#submit, .woocommerce #respond .buy-workshop-container .buy-workshop-bg.sold-out input#submit, .single-product .buy-workshop-container .buy-workshop-bg.sold-out a.block.button {
      font-size: 1em;
      padding: 1.5em 1em; }
    .buy-workshop-container .buy-workshop-bg .workshop-name {
      margin: 1em 0;
      padding: 0 2.9em; }
    .buy-workshop-container .buy-workshop-bg .cta-action {
      bottom: 2.5em;
      padding: 0 3em;
      position: absolute;
      width: 100%; }
    .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .entry-content .excerpt-read-more, .entry-content .buy-workshop-container .buy-workshop-bg .excerpt-read-more, .buy-workshop-container .buy-workshop-bg .comment-reply-link, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .buy-workshop-container .buy-workshop-bg input.button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .buy-workshop-container .buy-workshop-bg input.button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .buy-workshop-container .buy-workshop-bg .checkout-button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .buy-workshop-container .buy-workshop-bg .button.alt, .buy-workshop-container .buy-workshop-bg .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .buy-workshop-container .buy-workshop-bg button.single_add_to_cart_button.button.alt, .buy-workshop-container .buy-workshop-bg .single .post-navigation a, .single .post-navigation .buy-workshop-container .buy-workshop-bg a, .buy-workshop-container .buy-workshop-bg .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .buy-workshop-container .buy-workshop-bg input[type="submit"], .buy-workshop-container .buy-workshop-bg .woocommerce #respond input#submit, .woocommerce #respond .buy-workshop-container .buy-workshop-bg input#submit, .single-product .buy-workshop-container .buy-workshop-bg a.block.button {
      font-size: 1em;
      line-height: 0.5;
      margin: 0 auto;
      text-align: center; }
      @media screen and (min-width: 40em) {
        .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .entry-content .excerpt-read-more, .entry-content .buy-workshop-container .buy-workshop-bg .excerpt-read-more, .buy-workshop-container .buy-workshop-bg .comment-reply-link, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .buy-workshop-container .buy-workshop-bg input.button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .buy-workshop-container .buy-workshop-bg input.button, .buy-workshop-container .buy-workshop-bg .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .buy-workshop-container .buy-workshop-bg .checkout-button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .buy-workshop-container .buy-workshop-bg .button, .buy-workshop-container .buy-workshop-bg .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .buy-workshop-container .buy-workshop-bg .button.alt, .buy-workshop-container .buy-workshop-bg .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .buy-workshop-container .buy-workshop-bg button.single_add_to_cart_button.button.alt, .buy-workshop-container .buy-workshop-bg .single .post-navigation a, .single .post-navigation .buy-workshop-container .buy-workshop-bg a, .buy-workshop-container .buy-workshop-bg .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .buy-workshop-container .buy-workshop-bg input[type="submit"], .buy-workshop-container .buy-workshop-bg .woocommerce #respond input#submit, .woocommerce #respond .buy-workshop-container .buy-workshop-bg input#submit, .single-product .buy-workshop-container .buy-workshop-bg a.block.button {
          font-size: initial; } }

.vc_col-sm-4 .buy-workshop-container,
.vc_col-sm-6 .buy-workshop-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  float: none;
  margin-bottom: 3em;
  text-align: center; }
  .vc_col-sm-4 .buy-workshop-container:last-child,
  .vc_col-sm-6 .buy-workshop-container:last-child {
    margin-right: 0; }

.calendar {
  display: block;
  padding: 5em 0; }
  .calendar::after {
    clear: both;
    content: "";
    display: table; }
  .calendar a {
    color: inherit; }

.calendar-day {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 46.288514824%;
  padding-bottom: 2em;
  text-align: center;
  text-transform: uppercase; }
  .calendar-day:last-child {
    margin-right: 0; }
  .calendar-day:nth-child(2n) {
    margin-right: 0; }
  .calendar-day:nth-child(2n+1) {
    clear: left; }
  @media screen and (min-width: 53.75em) {
    .calendar-day {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .calendar-day:last-child {
        margin-right: 0; }
      .calendar-day:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .calendar-day:nth-child(2n+1) {
        clear: none; }
      .calendar-day:nth-child(6n) {
        margin-right: 0; }
      .calendar-day:nth-child(6n+1) {
        clear: left; } }

.day-header {
  color: white;
  padding: 0.5em; }
  .day-header.green {
    background-color: #B2D377; }
  .day-header.orange {
    background-color: #E5885C; }
  .day-header.pink {
    background-color: #E764A3; }
  .day-header.purple {
    background-color: #8882BE; }
  .day-header.teal {
    background-color: #72C8CD; }
  .day-header.yellow {
    background-color: #FAD772; }

.day-content {
  background-color: #EEEEEE;
  font-size: 1.1em;
  height: 126px;
  overflow: hidden;
  padding: 1em; }

.lio-list-item {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 2em 0;
  padding-left: 2.4em;
  text-indent: -40px; }
  @media screen and (min-width: 53.75em) {
    .lio-list-item {
      font-size: 1.25em;
      line-height: 0.9;
      padding-left: 3.6em;
      text-indent: -50px; } }
  .lio-list-item:before {
    background: #8882BE;
    border-radius: 100%;
    color: white;
    content: '';
    font-size: 0.9em;
    font-weight: bold;
    height: 55px;
    left: 11.7em;
    line-height: 2em;
    margin: -1.3em 0.6em 0 0;
    padding: 3px 10px;
    text-align: center;
    top: 50%;
    width: 55px; }
    @media screen and (min-width: 53.75em) {
      .lio-list-item:before {
        font-size: 1em;
        padding: 7px 14px; } }
  .lio-list-item.one:before {
    content: '1';
    padding: 3px 11px; }
    @media screen and (min-width: 53.75em) {
      .lio-list-item.one:before {
        padding: 7px 15px; } }
  .lio-list-item.two:before {
    content: '2'; }
  .lio-list-item.three:before {
    content: '3'; }
  .lio-list-item.four:before {
    content: '4'; }
  .lio-list-item.five:before {
    content: '5'; }
  .lio-list-item.six:before {
    content: '6'; }
  .lio-list-item.seven:before {
    content: '7'; }
  .lio-list-item.eight:before {
    content: '8'; }
  .lio-list-item.nine:before {
    content: '9'; }
  .lio-list-item.green:before {
    background: #B2D377; }
  .lio-list-item.orange:before {
    background: #E5885C; }
  .lio-list-item.pink:before {
    background: #E764A3; }
  .lio-list-item.teal:before {
    background: #72C8CD; }
  .lio-list-item.yellow:before {
    background: #FAD772; }
  .lio-list-item.default:before, .lio-list-item.light-gray:before {
    background: #EEEEEE;
    color: #444444; }
  .lio-list-item.dark-gray:before {
    background: #666666; }
  .lio-list-item.large {
    font-size: 1.75em; }
    .lio-list-item.large li {
      margin-bottom: 2em; }

.alm-reveal article {
  border-bottom: 4px solid #EEEEEE; }

.alm-btn-wrap .button, .alm-btn-wrap .entry-content .excerpt-read-more, .entry-content .alm-btn-wrap .excerpt-read-more, .alm-btn-wrap .comment-reply-link, .alm-btn-wrap .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .alm-btn-wrap input.button, .alm-btn-wrap .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .alm-btn-wrap .button, .alm-btn-wrap .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .alm-btn-wrap input.button, .alm-btn-wrap .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .alm-btn-wrap .checkout-button, .alm-btn-wrap .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .alm-btn-wrap .button, .alm-btn-wrap .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .alm-btn-wrap .button, .alm-btn-wrap .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .alm-btn-wrap .button.alt, .alm-btn-wrap .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .alm-btn-wrap button.single_add_to_cart_button.button.alt, .alm-btn-wrap .single .post-navigation a, .single .post-navigation .alm-btn-wrap a, .alm-btn-wrap .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .alm-btn-wrap input[type="submit"], .alm-btn-wrap .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .alm-btn-wrap .button, .alm-btn-wrap .woocommerce #respond input#submit, .woocommerce #respond .alm-btn-wrap input#submit, .alm-btn-wrap .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .alm-btn-wrap a.block.button {
  visibility: hidden; }

.newsletter-post-footer-widget .opt-in-text {
  font-weight: 700;
  text-align: center; }

.newsletter-post-footer-widget .newsletter-form {
  background-color: #EEEEEE;
  padding: 1em; }
  @media screen and (min-width: 53.75em) {
    .newsletter-post-footer-widget .newsletter-form {
      padding: 0.8em 1.5em 0 5em;
      position: relative; } }
  @media screen and (min-width: 53.75em) {
    .newsletter-post-footer-widget .newsletter-form:before {
      background-image: url("../images/icon-sidebar-flower.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 83px;
      left: -2.4em;
      padding: 26px 35px;
      position: absolute;
      top: -0.8em;
      width: 83px; } }
  @media only screen and (min-width: 53.75em) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 53.75em) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 53.75em) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 53.75em) and (min-resolution: 125dpi), only screen and (min-width: 53.75em) and (min-resolution: 1.3dppx) {
    .newsletter-post-footer-widget .newsletter-form:before {
      background-image: url("../images/icon-sidebar-flower_2x.png");
      background-size: 100%; } }
  .newsletter-post-footer-widget .newsletter-form .ck_field_row,
  .newsletter-post-footer-widget .newsletter-form .mc-field-row {
    display: block; }
    .newsletter-post-footer-widget .newsletter-form .ck_field_row::after,
    .newsletter-post-footer-widget .newsletter-form .mc-field-row::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 53.75em) {
    .newsletter-post-footer-widget .newsletter-form .mc-field-group,
    .newsletter-post-footer-widget .newsletter-form .ck_email_field_group {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .newsletter-post-footer-widget .newsletter-form .mc-field-group:last-child,
      .newsletter-post-footer-widget .newsletter-form .ck_email_field_group:last-child {
        margin-right: 0; } }
  .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit,
  .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit {
    float: left;
    display: block;
    width: 102.357651598%; }
    .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit:last-child,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit:last-child {
      width: 100%; }
    @media screen and (min-width: 53.75em) {
      .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit,
      .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit {
        float: left;
        display: block;
        width: 17.0596085997%; }
        .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit:last-child,
        .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit:last-child {
          width: 14.7019570017%; } }
    .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .button, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .entry-content .excerpt-read-more, .entry-content .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .excerpt-read-more, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .comment-reply-link, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .checkout-button, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit button.single_add_to_cart_button.button.alt, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .single .post-navigation a, .single .post-navigation .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit a, .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit input[type="submit"], .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .woocommerce #respond input#submit, .woocommerce #respond .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit input#submit,
    .newsletter-post-footer-widget .newsletter-form .ck_field_group.submit .ck_subscribe_button,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .button,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .entry-content .excerpt-read-more, .entry-content
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .excerpt-read-more,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .comment-reply-link,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .checkout-button,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit button.single_add_to_cart_button.button.alt,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .single .post-navigation a, .single .post-navigation
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit a,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit input[type="submit"],
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .woocommerce #respond input#submit, .woocommerce #respond
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit input#submit,
    .newsletter-post-footer-widget .newsletter-form .mc-field-group.submit .ck_subscribe_button {
      display: block;
      padding: 1.1em 1em;
      width: 100%; }

.visitor-path-wrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background-position: 0;
  background-size: cover;
  color: white;
  float: none;
  margin-bottom: 3em;
  text-align: center; }
  .visitor-path-wrapper:last-child {
    margin-right: 0; }
  .visitor-path-wrapper.business {
    background-image: url("../images/path-business-default.jpg"); }
  .visitor-path-wrapper.personal {
    background-image: url("../images/path-personal-default.jpg"); }
  .visitor-path-wrapper .visitor-path {
    padding: 4em 0; }
    .visitor-path-wrapper .visitor-path.green {
      background-color: rgba(178, 211, 119, 0.9); }
    .visitor-path-wrapper .visitor-path.orange {
      background-color: rgba(229, 136, 92, 0.9); }
    .visitor-path-wrapper .visitor-path.pink {
      background-color: rgba(231, 100, 163, 0.9); }
    .visitor-path-wrapper .visitor-path.purple {
      background-color: rgba(136, 130, 190, 0.9); }
    .visitor-path-wrapper .visitor-path.teal {
      background-color: rgba(114, 200, 205, 0.9); }
    .visitor-path-wrapper .visitor-path.yellow {
      background-color: rgba(250, 215, 114, 0.9); }
  .visitor-path-wrapper .path-title {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em; }
  .visitor-path-wrapper .path-subtitle {
    font-size: 3em;
    margin-bottom: 0; }

#wpadminbar {
  top: -46px; }
  @media screen and (min-width: 53.75em) {
    #wpadminbar {
      top: 0; } }

.archive .post {
  border-bottom: 4px solid #EEEEEE; }
  .archive .post:last-child {
    border-bottom: 0; }

.archive #main {
  margin-bottom: 4em; }
  @media screen and (min-width: 53.75em) {
    .archive #main {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .archive #main:last-child {
        margin-right: 0; } }

.archive .hentry header {
  padding: 0; }
  .archive .hentry header .entry-title {
    padding-bottom: 1em; }
    .archive .hentry header .entry-title:after {
      background-color: #72C8CD;
      content: '';
      display: block;
      height: 6px;
      position: relative;
      top: 0.2em;
      width: 61px; }

@media screen and (min-width: 53.75em) {
  .archive .container-article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .archive .container-article:last-child {
      margin-right: 0; }
    .archive .container-article.full {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .archive .container-article.full:last-child {
        margin-right: 0; } }

.archive .article-header.blog-page-title {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40vh; }

.blog .post {
  border-bottom: 4px solid #EEEEEE; }
  .blog .post:last-child {
    border-bottom: 0; }

.blog #main {
  margin-bottom: 0; }
  @media screen and (min-width: 53.75em) {
    .blog #main {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      margin-bottom: 4em; }
      .blog #main:last-child {
        margin-right: 0; } }

.blog article:nth-child(6n+1) .entry-title:after {
  background-color: #8882BE; }

.blog article:nth-child(6n+2) .entry-title:after {
  background-color: #72C8CD; }

.blog article:nth-child(6n+3) .entry-title:after {
  background-color: #FAD772; }

.blog article:nth-child(6n+4) .entry-title:after {
  background-color: #E5885C; }

.blog article:nth-child(6n+5) .entry-title:after {
  background-color: #E764A3; }

.blog article:nth-child(6n+6) .entry-title:after {
  background-color: #B2D377; }

.blog .hentry header {
  padding: 0; }
  .blog .hentry header .entry-title {
    padding-bottom: 1em; }
    .blog .hentry header .entry-title:after {
      content: '';
      display: block;
      height: 6px;
      position: relative;
      top: 0.2em;
      width: 61px; }

@media screen and (min-width: 53.75em) {
  .blog .container-article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .blog .container-article:last-child {
      margin-right: 0; }
    .blog .container-article.full {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .blog .container-article.full:last-child {
        margin-right: 0; } }

.blog .article-header.blog-page-title {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 40vh; }

@media screen and (max-width: 53.75em) {
  .blog .article-footer {
    padding-left: 0;
    padding-right: 0; } }

.woocommerce-cart .woocommerce table.cart {
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  border-radius: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 40em) {
    .woocommerce-cart .woocommerce table.cart {
      font-size: 0.8em; } }
  .woocommerce-cart .woocommerce table.cart a.remove {
    color: #D84A4A !important; }
    .woocommerce-cart .woocommerce table.cart a.remove:hover {
      background: #FBE3E4; }
  .woocommerce-cart .woocommerce table.cart .quantity input {
    border-color: #ececec; }
  .woocommerce-cart .woocommerce table.cart .cart_item td {
    border-bottom: 1px solid #E9E9E9 !important; }
  .woocommerce-cart .woocommerce table.cart td.actions {
    border-bottom: 1px solid #E9E9E9 !important;
    border-top: 1px solid #E9E9E9 !important; }
    .woocommerce-cart .woocommerce table.cart td.actions .input-text {
      font-size: 1em;
      padding: 6px 6px 6px;
      line-height: 1.3;
      width: 107px !important; }

.woocommerce-cart .cart-actions {
  display: block;
  background-color: #EEEEEE;
  margin-bottom: 4em;
  padding: 1em; }
  .woocommerce-cart .cart-actions::after {
    clear: both;
    content: "";
    display: table; }
  .woocommerce-cart .cart-actions .coupon,
  .woocommerce-cart .cart-actions .update {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .woocommerce-cart .cart-actions .coupon:last-child,
    .woocommerce-cart .cart-actions .update:last-child {
      margin-right: 0; }
  .woocommerce-cart .cart-actions .update {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0.5em;
    padding-bottom: 1em; }
    @media screen and (min-width: 53.75em) {
      .woocommerce-cart .cart-actions .update {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: right; } }
    .woocommerce-cart .cart-actions .update .entry-content .excerpt-read-more, .entry-content .woocommerce-cart .cart-actions .update .excerpt-read-more, .woocommerce-cart .cart-actions .update .comment-reply-link, .woocommerce-cart .cart-actions .update .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .cart-actions .update input.button, .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .coupon input.button, .woocommerce-cart .cart-actions .coupon .update input.button, .woocommerce-cart .cart-actions .update .cart_totals .checkout-button, .woocommerce-cart .cart_totals .cart-actions .update .checkout-button, .woocommerce-cart .cart-actions .update .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart-actions .update .button.alt, .woocommerce-cart .cart-actions .update .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .woocommerce-cart .cart-actions .update button.single_add_to_cart_button.button.alt, .woocommerce-cart .cart-actions .update .single .post-navigation a, .single .post-navigation .woocommerce-cart .cart-actions .update a, .woocommerce-cart .cart-actions .update .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .update input[type="submit"], .woocommerce-cart .cart-actions .update .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-cart .cart-actions .update input#submit, .woocommerce-cart .cart-actions .update .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .woocommerce-cart .cart-actions .update a.block.button {
      padding-bottom: 0.8em;
      padding-top: 0.8em;
      width: 100%; }
      @media screen and (min-width: 40em) {
        .woocommerce-cart .cart-actions .update .entry-content .excerpt-read-more, .entry-content .woocommerce-cart .cart-actions .update .excerpt-read-more, .woocommerce-cart .cart-actions .update .comment-reply-link, .woocommerce-cart .cart-actions .update .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .cart-actions .update input.button, .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .coupon input.button, .woocommerce-cart .cart-actions .coupon .update input.button, .woocommerce-cart .cart-actions .update .cart_totals .checkout-button, .woocommerce-cart .cart_totals .cart-actions .update .checkout-button, .woocommerce-cart .cart-actions .update .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart-actions .update .button.alt, .woocommerce-cart .cart-actions .update .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .woocommerce-cart .cart-actions .update button.single_add_to_cart_button.button.alt, .woocommerce-cart .cart-actions .update .single .post-navigation a, .single .post-navigation .woocommerce-cart .cart-actions .update a, .woocommerce-cart .cart-actions .update .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .update input[type="submit"], .woocommerce-cart .cart-actions .update .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-cart .cart-actions .update input#submit, .woocommerce-cart .cart-actions .update .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .woocommerce-cart .cart-actions .update a.block.button {
          padding-bottom: 1.1em;
          padding-top: 1.1em; } }
      @media screen and (min-width: 53.75em) {
        .woocommerce-cart .cart-actions .update .entry-content .excerpt-read-more, .entry-content .woocommerce-cart .cart-actions .update .excerpt-read-more, .woocommerce-cart .cart-actions .update .comment-reply-link, .woocommerce-cart .cart-actions .update .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .cart-actions .update input.button, .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .coupon input.button, .woocommerce-cart .cart-actions .coupon .update input.button, .woocommerce-cart .cart-actions .update .cart_totals .checkout-button, .woocommerce-cart .cart_totals .cart-actions .update .checkout-button, .woocommerce-cart .cart-actions .update .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .woocommerce-checkout .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart-actions .update .button.alt, .woocommerce-cart .cart-actions .update .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .woocommerce-cart .cart-actions .update button.single_add_to_cart_button.button.alt, .woocommerce-cart .cart-actions .update .single .post-navigation a, .single .post-navigation .woocommerce-cart .cart-actions .update a, .woocommerce-cart .cart-actions .update .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .update input[type="submit"], .woocommerce-cart .cart-actions .update .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-cart .cart-actions .update input#submit, .woocommerce-cart .cart-actions .update .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .woocommerce-cart .cart-actions .update a.block.button {
          width: auto; } }
  .woocommerce-cart .cart-actions .coupon input {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 0; }
    .woocommerce-cart .cart-actions .coupon input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 40em) {
      .woocommerce-cart .cart-actions .coupon input {
        font-size: 0.9em; } }
  .woocommerce-cart .cart-actions .coupon .entry-content input.excerpt-read-more, .entry-content .woocommerce-cart .cart-actions .coupon input.excerpt-read-more, .woocommerce-cart .cart-actions .coupon input.comment-reply-link, .woocommerce-cart .cart-actions .coupon .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .cart_totals input.checkout-button, .woocommerce-cart .cart_totals .cart-actions .coupon input.checkout-button, .woocommerce-cart .cart-actions .coupon .woocommerce-checkout .woocommerce-checkout-payment .place-order input.button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart-actions .coupon input.button.alt, .woocommerce-cart .cart-actions .coupon .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .coupon input[type="submit"], .woocommerce-cart .cart-actions .coupon .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-cart .cart-actions .coupon input#submit {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding-bottom: 0.8em;
    padding-top: 0.8em; }
    .woocommerce-cart .cart-actions .coupon .entry-content input.excerpt-read-more:last-child, .entry-content .woocommerce-cart .cart-actions .coupon input.excerpt-read-more:last-child, .woocommerce-cart .cart-actions .coupon input.comment-reply-link:last-child, .woocommerce-cart .cart-actions .coupon input.button:last-child, .woocommerce-cart .cart-actions .coupon .cart_totals input.checkout-button:last-child, .woocommerce-cart .cart_totals .cart-actions .coupon input.checkout-button:last-child, .woocommerce-cart .cart-actions .coupon .woocommerce-account .accordion-tabs-minimal form input[type="submit"]:last-child, .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .coupon input[type="submit"]:last-child, .woocommerce-cart .cart-actions .coupon .woocommerce #respond input#submit:last-child, .woocommerce #respond .woocommerce-cart .cart-actions .coupon input#submit:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .woocommerce-cart .cart-actions .coupon .entry-content input.excerpt-read-more, .entry-content .woocommerce-cart .cart-actions .coupon input.excerpt-read-more, .woocommerce-cart .cart-actions .coupon input.comment-reply-link, .woocommerce-cart .cart-actions .coupon .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .cart_totals input.checkout-button, .woocommerce-cart .cart_totals .cart-actions .coupon input.checkout-button, .woocommerce-cart .cart-actions .coupon .woocommerce-checkout .woocommerce-checkout-payment .place-order input.button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart-actions .coupon input.button.alt, .woocommerce-cart .cart-actions .coupon .woocommerce-account .accordion-tabs-minimal form input[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-cart .cart-actions .coupon input[type="submit"], .woocommerce-cart .cart-actions .coupon .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-cart .cart-actions .coupon input#submit {
        padding-bottom: 1.1em;
        padding-top: 1.1em; } }

.woocommerce-cart .cart_totals table {
  border-collapse: collapse !important; }
  @media screen and (max-width: 40em) {
    .woocommerce-cart .cart_totals table tbody {
      font-size: 0.8em; } }
  .woocommerce-cart .cart_totals table .cart-subtotal th,
  .woocommerce-cart .cart_totals table .order-total th {
    background-color: transparent;
    border: 1px solid #E9E9E9 !important;
    padding: 1em !important; }
  .woocommerce-cart .cart_totals table .cart-subtotal td,
  .woocommerce-cart .cart_totals table .order-total td {
    border: 1px solid #E9E9E9 !important;
    padding: 1em !important;
    text-align: right !important; }
  .woocommerce-cart .cart_totals table .order-total {
    background-color: transparent; }

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .cart_totals .checkout-button.alt {
  display: block;
  font-size: 1em;
  padding-bottom: 1.5em;
  padding-top: 1.5em; }
  .woocommerce-cart .cart_totals .checkout-button:hover,
  .woocommerce-cart .cart_totals .checkout-button.alt:hover {
    background-color: #5b53a0; }

.woocommerce-checkout .page-title {
  font-size: 2.5em;
  text-align: center; }

.woocommerce-checkout .woocommerce-info {
  background-color: transparent;
  margin-bottom: 1em !important;
  padding-left: 0.5em !important; }
  .woocommerce-checkout .woocommerce-info:before {
    display: none; }
  .woocommerce-checkout .woocommerce-info:first-child {
    border-top-color: #C5C5C5;
    border-width: 5px; }
  .woocommerce-checkout .woocommerce-info:nth-child(3) {
    border-bottom: 5px solid #C5C5C5;
    border-top: 0; }

.woocommerce-checkout form.login {
  border: 0 !important; }
  .woocommerce-checkout form.login .entry-content .excerpt-read-more, .entry-content .woocommerce-checkout form.login .excerpt-read-more, .woocommerce-checkout form.login .comment-reply-link, .woocommerce-checkout form.login .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .woocommerce-checkout form.login input.button, .woocommerce-checkout form.login .woocommerce-cart .cart-actions .update .button, .woocommerce-cart .cart-actions .update .woocommerce-checkout form.login .button, .woocommerce-checkout form.login .woocommerce-cart .cart-actions .coupon input.button, .woocommerce-cart .cart-actions .coupon .woocommerce-checkout form.login input.button, .woocommerce-checkout form.login .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .woocommerce-checkout form.login .checkout-button, .woocommerce-checkout form.login .button, .woocommerce-checkout form.login form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last form.login .button, .woocommerce-checkout form.login .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order form.login .button.alt, .woocommerce-checkout form.login .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .woocommerce-checkout form.login button.single_add_to_cart_button.button.alt, .woocommerce-checkout form.login .single .post-navigation a, .single .post-navigation .woocommerce-checkout form.login a, .woocommerce-checkout .woocommerce-account .accordion-tabs-minimal form.login input[type="submit"], .woocommerce-account .accordion-tabs-minimal .woocommerce-checkout form.login input[type="submit"], .woocommerce-checkout form.login .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-checkout form.login input#submit, .woocommerce-checkout form.login .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .woocommerce-checkout form.login a.block.button {
    display: block;
    margin-bottom: 1.5em; }

.woocommerce-checkout form.checkout_coupon {
  border: 0 !important; }
  @media screen and (max-width: 40em) {
    .woocommerce-checkout form.checkout_coupon {
      padding: 0; } }
  .woocommerce-checkout form.checkout_coupon .form-row-first,
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .woocommerce-checkout form.checkout_coupon .form-row-first:last-child,
    .woocommerce-checkout form.checkout_coupon .form-row-last:last-child {
      margin-right: 0; }
  .woocommerce-checkout form.checkout_coupon .form-row-first {
    margin-bottom: 1em; }
    .woocommerce-checkout form.checkout_coupon .form-row-first input {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .woocommerce-checkout form.checkout_coupon .form-row-first input:last-child {
        margin-right: 0; }
      @media screen and (min-width: 40em) {
        .woocommerce-checkout form.checkout_coupon .form-row-first input {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-left: 25.5894128995%; }
          .woocommerce-checkout form.checkout_coupon .form-row-first input:last-child {
            margin-right: 0; } }
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    text-align: center; }
    @media screen and (max-width: 40em) {
      .woocommerce-checkout form.checkout_coupon .form-row-last .entry-content .excerpt-read-more, .entry-content .woocommerce-checkout form.checkout_coupon .form-row-last .excerpt-read-more, .woocommerce-checkout form.checkout_coupon .form-row-last .comment-reply-link, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .woocommerce table.cart input.button, .woocommerce-cart .woocommerce table.cart .woocommerce-checkout form.checkout_coupon .form-row-last input.button, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .cart_totals .checkout-button, .woocommerce-cart .cart_totals .woocommerce-checkout form.checkout_coupon .form-row-last .checkout-button, .woocommerce-checkout form.checkout_coupon .form-row-last .button, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-checkout-payment .place-order .button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order form.checkout_coupon .form-row-last .button.alt, .woocommerce-checkout form.checkout_coupon .form-row-last .single.single-product button.single_add_to_cart_button.button.alt, .single.single-product .woocommerce-checkout form.checkout_coupon .form-row-last button.single_add_to_cart_button.button.alt, .woocommerce-checkout form.checkout_coupon .form-row-last .single .post-navigation a, .single .post-navigation .woocommerce-checkout form.checkout_coupon .form-row-last a, .woocommerce-checkout .woocommerce-account .accordion-tabs-minimal form.checkout_coupon .form-row-last input[type="submit"], .woocommerce-account .accordion-tabs-minimal .woocommerce-checkout form.checkout_coupon .form-row-last input[type="submit"], .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce #respond input#submit, .woocommerce #respond .woocommerce-checkout form.checkout_coupon .form-row-last input#submit {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding: 1.2em 0; }
        .woocommerce-checkout form.checkout_coupon .form-row-last .entry-content .excerpt-read-more:last-child, .entry-content .woocommerce-checkout form.checkout_coupon .form-row-last .excerpt-read-more:last-child, .woocommerce-checkout form.checkout_coupon .form-row-last .comment-reply-link:last-child, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce-cart .cart_totals .checkout-button:last-child, .woocommerce-cart .cart_totals .woocommerce-checkout form.checkout_coupon .form-row-last .checkout-button:last-child, .woocommerce-checkout form.checkout_coupon .form-row-last .button:last-child, .woocommerce-checkout form.checkout_coupon .form-row-last .single .post-navigation a:last-child, .single .post-navigation .woocommerce-checkout form.checkout_coupon .form-row-last a:last-child, .woocommerce-checkout .woocommerce-account .accordion-tabs-minimal form.checkout_coupon .form-row-last input[type="submit"]:last-child, .woocommerce-account .accordion-tabs-minimal .woocommerce-checkout form.checkout_coupon .form-row-last input[type="submit"]:last-child, .woocommerce-checkout form.checkout_coupon .form-row-last .woocommerce #respond input#submit:last-child, .woocommerce #respond .woocommerce-checkout form.checkout_coupon .form-row-last input#submit:last-child {
          margin-right: 0; } }

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .woocommerce-checkout #customer_details:last-child,
  .woocommerce-checkout #order_review:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .woocommerce-checkout #customer_details:last-child,
      .woocommerce-checkout #order_review:last-child {
        margin-right: 0; } }

.woocommerce-checkout form .form-row {
  margin-bottom: 2em; }

.woocommerce-checkout #customer_details .col-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .woocommerce-checkout #customer_details .col-1:last-child {
    margin-right: 0; }
  .woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
    margin-bottom: 2em; }
  .woocommerce-checkout #customer_details .col-1 #billing_email_field {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .woocommerce-checkout #customer_details .col-1 #billing_email_field:last-child {
      margin-right: 0; }
  .woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields {
    display: none; }

.woocommerce-checkout #order_review_heading {
  margin-bottom: 2em; }
  @media screen and (max-width: 53.75em) {
    .woocommerce-checkout #order_review_heading {
      margin-bottom: 1em; } }

.woocommerce-checkout .woocommerce-checkout-payment {
  background: transparent !important;
  border-radius: 0 !important; }
  .woocommerce-checkout .woocommerce-checkout-payment label[for="payment_method_stripe"],
  .woocommerce-checkout .woocommerce-checkout-payment label[for="payment_method_paypal"] {
    padding-left: 1em; }
  .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_stripe,
  .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal {
    background-color: #EEEEEE !important;
    width: 100% !important; }
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_stripe:after,
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal:after {
      border-bottom-color: #EEEEEE !important;
      top: -2px; }
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_stripe:before,
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal:before {
      border-bottom-color: #EEEEEE !important; }
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_stripe p,
    .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_paypal p {
      font-size: 1em;
      text-indent: 0px; }
  .woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_stripe fieldset {
    background-color: transparent; }
  @media screen and (max-width: 53.75em) {
    .woocommerce-checkout .woocommerce-checkout-payment .place-order {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .woocommerce-checkout .woocommerce-checkout-payment .place-order .entry-content .alt.excerpt-read-more, .entry-content .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.excerpt-read-more, .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.comment-reply-link, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart_totals .alt.checkout-button, .woocommerce-cart .cart_totals .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.checkout-button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .single.single-product button.alt.single_add_to_cart_button.button, .single.single-product .woocommerce-checkout .woocommerce-checkout-payment .place-order button.alt.single_add_to_cart_button.button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .single .post-navigation a.alt, .single .post-navigation .woocommerce-checkout .woocommerce-checkout-payment .place-order a.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-account .accordion-tabs-minimal form input.alt[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-checkout .woocommerce-checkout-payment .place-order input.alt[type="submit"], .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce #respond input.alt#submit, .woocommerce #respond .woocommerce-checkout .woocommerce-checkout-payment .place-order input.alt#submit {
    display: block;
    float: none;
    font-size: 1em;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    width: 100%; }
    @media screen and (max-width: 40em) {
      .woocommerce-checkout .woocommerce-checkout-payment .place-order .entry-content .alt.excerpt-read-more, .entry-content .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.excerpt-read-more, .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.comment-reply-link, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-cart .cart_totals .alt.checkout-button, .woocommerce-cart .cart_totals .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.checkout-button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .alt.button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .single.single-product button.alt.single_add_to_cart_button.button, .single.single-product .woocommerce-checkout .woocommerce-checkout-payment .place-order button.alt.single_add_to_cart_button.button, .woocommerce-checkout .woocommerce-checkout-payment .place-order .single .post-navigation a.alt, .single .post-navigation .woocommerce-checkout .woocommerce-checkout-payment .place-order a.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-account .accordion-tabs-minimal form input.alt[type="submit"], .woocommerce-account .accordion-tabs-minimal form .woocommerce-checkout .woocommerce-checkout-payment .place-order input.alt[type="submit"], .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce #respond input.alt#submit, .woocommerce #respond .woocommerce-checkout .woocommerce-checkout-payment .place-order input.alt#submit {
        padding-bottom: 1.2em;
        padding-top: 1.2em; } }

@media screen and (max-width: 40em) {
  .home .entry-title {
    font-size: 1.3em; } }

@media screen and (min-width: 53.75em) {
  .single-product #logo,
  .page-template-page-landing #logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background-position-x: 50%;
    background-size: 19%;
    margin-right: 0;
    text-align: center; }
    .single-product #logo:last-child,
    .page-template-page-landing #logo:last-child {
      margin-right: 0; } }

.single-product .mm-panel.mm-opened,
.page-template-page-landing .mm-panel.mm-opened {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 53.75em) {
  .single-product .nav,
  .page-template-page-landing .nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    line-height: 3;
    padding: 1.5em 0;
    text-align: center; }
    .single-product .nav:last-child,
    .page-template-page-landing .nav:last-child {
      margin-right: 0; } }

.single-product .nav.mm-listview,
.page-template-page-landing .nav.mm-listview {
  margin: 0; }

.single-product .nav li a,
.page-template-page-landing .nav li a {
  padding-right: 0; }
  @media screen and (min-width: 53.75em) {
    .single-product .nav li a,
    .page-template-page-landing .nav li a {
      padding-right: 3em; } }

.single-product .nav li:last-child a,
.page-template-page-landing .nav li:last-child a {
  padding-right: 0; }

.single-product .article-header,
.page-template-page-landing .article-header {
  text-align: center; }

body.login .login h1 a,
body.login #login h1 a {
  background: url(../images/logo-lio.png) no-repeat top center;
  background-size: contain !important;
  display: block;
  height: 75px;
  overflow: hidden;
  padding-bottom: 15px;
  text-indent: -9999px;
  width: 100%; }

body.login form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  box-shadow: none; }

body.login body form .input {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

body.login #wp-submit {
  background: #8882BE;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body.login .login h1 a,
  body.login #login h1 a {
    background: url(../images/logo-lio_2x.png) no-repeat top center;
    background-size: contain !important; } }

.page-template-default .hentry {
  margin-bottom: 0; }

.single.single-product .primary-nav-icon.mobile-only {
  visibility: hidden; }

@media screen and (min-width: 53.75em) {
  .single.single-product #main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 7em; }
    .single.single-product #main:last-child {
      margin-right: 0; } }

.single.single-product .hero.no-image {
  height: 20vh; }
  @media screen and (min-width: 53.75em) {
    .single.single-product .hero.no-image {
      height: 15vh; } }

.single.single-product .hero .article-header {
  height: 5vh; }
  @media screen and (min-width: 53.75em) {
    .single.single-product .hero .article-header {
      height: 10vh; } }

.single.single-product .entry-content button.single_add_to_cart_button.alt.excerpt-read-more, .entry-content .single.single-product button.single_add_to_cart_button.alt.excerpt-read-more, .single.single-product button.single_add_to_cart_button.alt.comment-reply-link, .single.single-product .woocommerce-cart .cart_totals button.single_add_to_cart_button.alt.checkout-button, .woocommerce-cart .cart_totals .single.single-product button.single_add_to_cart_button.alt.checkout-button, .single.single-product button.single_add_to_cart_button.alt.button {
  padding: 1.12em 1.5em; }

@media screen and (min-width: 53.75em) {
  .post-type-archive-product #main,
  .tax-product_cat #main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .post-type-archive-product #main:last-child,
    .tax-product_cat #main:last-child {
      margin-right: 0; } }

.post-type-archive-product .page-title,
.tax-product_cat .page-title {
  margin: 2em 0;
  text-align: center; }

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
  display: none; }

.post-type-archive-product ul.products li.product,
.post-type-archive-product ul.products li.product:last-child,
.tax-product_cat ul.products li.product,
.tax-product_cat ul.products li.product:last-child {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 17.35765%; }
  .post-type-archive-product ul.products li.product:last-child,
  .post-type-archive-product ul.products li.product:last-child:last-child,
  .tax-product_cat ul.products li.product:last-child,
  .tax-product_cat ul.products li.product:last-child:last-child {
    margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .post-type-archive-product ul.products li.product,
    .post-type-archive-product ul.products li.product:last-child,
    .tax-product_cat ul.products li.product,
    .tax-product_cat ul.products li.product:last-child {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      margin-right: 6.35765%; }
      .post-type-archive-product ul.products li.product:last-child,
      .post-type-archive-product ul.products li.product:last-child:last-child,
      .tax-product_cat ul.products li.product:last-child,
      .tax-product_cat ul.products li.product:last-child:last-child {
        margin-right: 0; }
      .post-type-archive-product ul.products li.product:nth-child(5n),
      .post-type-archive-product ul.products li.product:last-child:nth-child(5n),
      .tax-product_cat ul.products li.product:nth-child(5n),
      .tax-product_cat ul.products li.product:last-child:nth-child(5n) {
        margin-right: 0; }
      .post-type-archive-product ul.products li.product:nth-child(5n+1),
      .post-type-archive-product ul.products li.product:last-child:nth-child(5n+1),
      .tax-product_cat ul.products li.product:nth-child(5n+1),
      .tax-product_cat ul.products li.product:last-child:nth-child(5n+1) {
        clear: left; } }

.post-type-archive-product ul.products li.product:last-child,
.tax-product_cat ul.products li.product:last-child {
  margin-right: 17.35765%; }
  @media screen and (min-width: 53.75em) {
    .post-type-archive-product ul.products li.product:last-child,
    .tax-product_cat ul.products li.product:last-child {
      margin-right: 0; } }

.post-type-archive-product ul.products li.first,
.tax-product_cat ul.products li.first {
  clear: none; }

.tax-product_cat h3 {
  text-align: center; }

.tax-product_cat .product a.button, .tax-product_cat .product .entry-content a.excerpt-read-more, .entry-content .tax-product_cat .product a.excerpt-read-more, .tax-product_cat .product a.comment-reply-link, .tax-product_cat .product .woocommerce-cart .cart-actions .update a.button, .woocommerce-cart .cart-actions .update .tax-product_cat .product a.button, .tax-product_cat .product .woocommerce-cart .cart_totals a.checkout-button, .woocommerce-cart .cart_totals .tax-product_cat .product a.checkout-button, .tax-product_cat .product .woocommerce-checkout form.checkout_coupon .form-row-last a.button, .woocommerce-checkout form.checkout_coupon .form-row-last .tax-product_cat .product a.button, .tax-product_cat .product .woocommerce-checkout .woocommerce-checkout-payment .place-order a.button.alt, .woocommerce-checkout .woocommerce-checkout-payment .place-order .tax-product_cat .product a.button.alt, .tax-product_cat .product .single .post-navigation a, .single .post-navigation .tax-product_cat .product a, .tax-product_cat .product .single-product .buy-workshop-container a.block.button, .single-product .buy-workshop-container .tax-product_cat .product a.block.button {
  display: none; }

.post-type-archive-product #main {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .post-type-archive-product #main:last-child {
    margin-right: 0; }

.post-type-archive-product .page-title {
  text-align: center; }

.post-type-archive-product .products li {
  text-align: center; }
  .post-type-archive-product .products li a h3 {
    color: #000000; }
  .post-type-archive-product .products li .product_type_external {
    display: none; }
  .post-type-archive-product .products li .add_to_cart_button {
    background-color: #8882BE;
    color: #FFFFFF; }

.post-type-archive-product .woocommerce-ordering {
  display: none; }

@media screen and (min-width: 53.75em) {
  .single #main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .single #main:last-child {
      margin-right: 0; } }

.single .article-header {
  padding-bottom: 0;
  padding-top: 0; }
  .single .article-header .entry-title {
    font-size: 2.5em;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 53.75em) {
      .single .article-header .entry-title {
        margin-bottom: 1em; } }
  .single .article-header .entry-content ul, .single .article-header .entry-content ol {
    margin-bottom: 1.5em; }
  .single .article-header .entry-meta {
    margin-bottom: 1em; }
  .single .article-header .container-image-featured {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 1em;
    padding-top: 0.6em; }
    .single .article-header .container-image-featured:last-child {
      margin-right: 0; }
    @media screen and (min-width: 53.75em) {
      .single .article-header .container-image-featured {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
        margin-bottom: 1em; }
        .single .article-header .container-image-featured:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 53.75em) {
      .single .article-header .container-image-featured:last-child {
        margin-right: 1em; } }
    .single .article-header .container-image-featured img {
      border: 1px solid #000000;
      outline: 1px solid #000000;
      outline-offset: -10px;
      height: auto;
      width: auto; }

.single .article-footer {
  border-bottom: 4px solid #C5C5C5;
  border-top: 4px solid #C5C5C5;
  margin-bottom: 3em;
  padding: 1.5em 0; }
  @media screen and (min-width: 53.75em) {
    .single .article-footer {
      padding: 1.5em 3em 1.5em 4em; } }

.single .post-navigation {
  display: block;
  padding: 0 0 2em;
  text-align: center; }
  .single .post-navigation::after {
    clear: both;
    content: "";
    display: table; }

.woocommerce-order-received .article-header {
  margin-bottom: 2em; }

.woocommerce-order-received .hero-order-confirmation {
  border-bottom: 5px solid #C5C5C5;
  border-top: 5px solid #C5C5C5;
  padding: 3em 0;
  margin-bottom: 4em;
  text-align: center; }
  .woocommerce-order-received .hero-order-confirmation h2.order-sub-heading span {
    display: block; }
  .woocommerce-order-received .hero-order-confirmation h3 {
    margin-bottom: 2em; }
  .woocommerce-order-received .hero-order-confirmation .order h2, .woocommerce-order-received .hero-order-confirmation .order h3 {
    margin-bottom: 0; }

.woocommerce-order-received table.shop_table {
  border-radius: 0; }
  .woocommerce-order-received table.shop_table tr:nth-child(even) {
    background-color: transparent; }
  .woocommerce-order-received table.shop_table td {
    border-bottom: 0;
    padding: 1em 0.9em; }

.woocommerce-account form.login {
  border: 0;
  padding: 0; }
  .woocommerce-account form.login input[type="submit"] {
    background-color: #8882BE;
    border-radius: 0;
    color: #FFFFFF;
    margin: 1em 0.8em 0 0; }
    .woocommerce-account form.login input[type="submit"]:hover, .woocommerce-account form.login input[type="submit"]:focus, .woocommerce-account form.login input[type="submit"]:active {
      background-color: #5b53a0;
      color: #FFFFFF; }

.woocommerce-account .entry-content pre {
  background: transparent;
  color: black;
  font-size: 1em; }

.woocommerce-account .myaccount_user {
  display: block;
  margin-bottom: 5em; }
  .woocommerce-account .myaccount_user::after {
    clear: both;
    content: "";
    display: table; }
  .woocommerce-account .myaccount_user p {
    text-align: right; }

.woocommerce-account .myaccount_intro {
  margin-bottom: 5em;
  text-align: center; }

.woocommerce-account .accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0; }
  .woocommerce-account .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: table; }
  .woocommerce-account .accordion-tabs-minimal li.tab-header-and-content {
    list-style: none; }
    .woocommerce-account .accordion-tabs-minimal li.tab-header-and-content:before {
      content: '';
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .woocommerce-account .accordion-tabs-minimal li.tab-header-and-content {
        display: inline; } }
  .woocommerce-account .accordion-tabs-minimal a.tab-link {
    border-top: 1px solid #C5C5C5;
    color: #666666;
    display: block;
    padding: 0.9em 1.618em;
    text-decoration: none; }
    @media screen and (min-width: 40em) {
      .woocommerce-account .accordion-tabs-minimal a.tab-link {
        border-top: 0;
        display: inline-block; } }
    .woocommerce-account .accordion-tabs-minimal a.tab-link:hover {
      color: #8882BE; }
    .woocommerce-account .accordion-tabs-minimal a.tab-link:focus {
      outline: none; }
    .woocommerce-account .accordion-tabs-minimal a.tab-link.is-active {
      border-bottom: 0; }
      @media screen and (min-width: 40em) {
        .woocommerce-account .accordion-tabs-minimal a.tab-link.is-active {
          border: 1px solid #C5C5C5;
          border-bottom-color: #FFF;
          border-bottom-width: 2px;
          margin-bottom: -1px;
          text-indent: 0; } }
  .woocommerce-account .accordion-tabs-minimal .tab-content {
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .woocommerce-account .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #C5C5C5;
        float: left; } }

.woocommerce-account .tab-content h2,
.woocommerce-account .title-workshops {
  padding: 1em;
  text-align: center; }

.woocommerce-account .acct-subscriptions-list {
  padding-left: 0; }
  .woocommerce-account .acct-subscriptions-list li {
    border: 1px solid #C5C5C5;
    box-shadow: #EEEEEE 1px 2px 2px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s; }
    .woocommerce-account .acct-subscriptions-list li:before {
      display: none; }
    .woocommerce-account .acct-subscriptions-list li:not(:last-child) {
      margin-bottom: 0.7em; }
    .woocommerce-account .acct-subscriptions-list li:active, .woocommerce-account .acct-subscriptions-list li:hover {
      border: 1px solid #b8b8b8;
      box-shadow: #e1e1e1 1px 2px 2px; }
    .woocommerce-account .acct-subscriptions-list li a {
      display: block;
      color: #444444;
      padding: 1em;
      text-indent: 1px;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s; }
      .woocommerce-account .acct-subscriptions-list li a:hover {
        color: #1e1e1e; }
      .woocommerce-account .acct-subscriptions-list li a:before {
        background-color: #72C8CD;
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 0.5em;
        margin-right: 0.6em;
        position: relative;
        top: -3px;
        width: 0.5em; }

.woocommerce-account .acct-subscriptions-list-empty {
  padding-left: 0; }
  .woocommerce-account .acct-subscriptions-list-empty li {
    border: 2px dashed #d2d2d2;
    font-weight: 600;
    text-transform: uppercase; }
    .woocommerce-account .acct-subscriptions-list-empty li:before {
      display: none; }
    .woocommerce-account .acct-subscriptions-list-empty li:not(:last-child) {
      margin-bottom: 0.7em; }
    .woocommerce-account .acct-subscriptions-list-empty li span {
      display: block;
      color: #919090;
      padding: 1em;
      text-indent: 1px;
      -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s; }
      .woocommerce-account .acct-subscriptions-list-empty li span:before {
        background-color: #919090;
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 0.5em;
        margin-right: 0.6em;
        position: relative;
        top: -3px;
        width: 0.5em; }

.woocommerce-account .accordion-tabs-minimal form label {
  font-size: 0.8em;
  padding-left: 1em; }

.woocommerce-account .accordion-tabs-minimal form input {
  font-size: 1em; }

.woocommerce-account .accordion-tabs-minimal form p:last-child {
  margin: 1em 0 1.5em 1em; }

.woocommerce-account .shop_table.shop_table_responsive.my_account_orders tr.order td {
  text-indent: 0.2em; }

.woocommerce-account .shop_table.shop_table_responsive.my_account_orders span.nobr {
  padding-left: 1.5em; }

.woocommerce-account .shop_table.shop_table_responsive.my_account_orders .order-actions a {
  border-radius: 0; }

.woocommerce_account_subscriptions {
  margin-bottom: 8em; }

.woocommerce-edit-account .form-row {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-edit-account input[type="email"] {
  margin-bottom: 3em !important; }

.woocommerce-edit-account input[type="submit"] {
  background-color: #8882BE;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 1em; }
  .woocommerce-edit-account input[type="submit"]:hover, .woocommerce-edit-account input[type="submit"]:focus, .woocommerce-edit-account input[type="submit"]:active {
    background-color: #5b53a0;
    color: #FFFFFF; }

.woocommerce .woocommerce-error {
  border-top-color: #D84A4A; }
  .woocommerce .woocommerce-error:before {
    color: #D84A4A; }

.woocommerce .woocommerce-message {
  border-top-color: #B2D377;
  z-index: 2; }
  .woocommerce .woocommerce-message:before {
    color: #B2D377; }

.woocommerce .woocommerce-info {
  border-top-color: #72C8CD; }
  .woocommerce .woocommerce-info:before {
    color: #72C8CD; }

.woocommerce .select2-container .select2-choice {
  border: 2px solid #C5C5C5;
  border-radius: 0;
  padding: 0.4em 0 3.6px 0.5em; }

.woocommerce span.select2-chosen {
  color: #444444; }

.woocommerce .woocommerce-validated input.input-text {
  border-color: #B2D377 !important; }

.woocommerce .woocommerce-invalid input.input-text {
  border-color: #D84A4A !important; }

.woocommerce table.shop_table,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  border-color: #E9E9E9;
  border-radius: 0; }
  @media screen and (max-width: 40em) {
    .woocommerce table.shop_table,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
      font-size: 0.9em; } }
  .woocommerce table.shop_table .cart-subtotal th,
  .woocommerce table.shop_table .order-total th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th {
    background-color: transparent;
    border: 1px solid #E9E9E9 !important;
    padding: 1em !important; }
  .woocommerce table.shop_table .cart-subtotal td,
  .woocommerce table.shop_table .order-total td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td {
    border: 1px solid #E9E9E9 !important;
    padding: 1em !important;
    text-align: right !important; }
  .woocommerce table.shop_table .cart-subtotal th,
  .woocommerce table.shop_table .order-total th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th {
    border-right: 1px solid transparent !important; }
  .woocommerce table.shop_table th.product-total,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    text-align: right; }
  .woocommerce table.shop_table tr.order-total,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    background-color: transparent; }
  .woocommerce table.shop_table tr td,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
    border-bottom: initial; }
  .woocommerce table.shop_table tr td.product-name,
  .woocommerce table.shop_table tr td.product-total,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td.product-name,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td.product-total {
    border-bottom-color: #E9E9E9 !important;
    border-right: 0;
    padding: 1em; }
  .woocommerce table.shop_table tr td.product-total,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td.product-total {
    text-align: right; }
  .woocommerce table.shop_table .subscription-actions .pay,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .subscription-actions .pay {
    background-color: #8882BE;
    border-radius: 0;
    color: #FFFFFF; }
    .woocommerce table.shop_table .subscription-actions .pay:hover, .woocommerce table.shop_table .subscription-actions .pay:focus, .woocommerce table.shop_table .subscription-actions .pay:active,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table .subscription-actions .pay:hover,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table .subscription-actions .pay:focus,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table .subscription-actions .pay:active {
      background-color: #5b53a0; }
  .woocommerce table.shop_table .subscription-actions .cancel,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .subscription-actions .cancel {
    border-radius: 0; }

.woocommerce .woocommerce-tabs li.description_tab,
.woocommerce .woocommerce-tabs li.reviews_tab {
  border-radius: 0 !important; }
  .woocommerce .woocommerce-tabs li.description_tab:before, .woocommerce .woocommerce-tabs li.description_tab:after,
  .woocommerce .woocommerce-tabs li.reviews_tab:before,
  .woocommerce .woocommerce-tabs li.reviews_tab:after {
    display: none; }

.woocommerce .add_to_cart_button {
  border-radius: 0 !important;
  font-weight: 600; }

.single-product input#mc-embedded-subscribe {
  background-color: #8882BE;
  color: white;
  display: block;
  padding: 1.1em 1em;
  width: 100%; }

.product-category-menu {
  margin: 0 auto 6em;
  text-align: center; }
  .product-category-menu ul {
    font-size: 1.1em; }
    @media screen and (min-width: 53.75em) {
      .product-category-menu ul {
        display: inline; } }
    .product-category-menu ul li {
      padding: 0.3em 0; }
      @media screen and (min-width: 53.75em) {
        .product-category-menu ul li {
          padding: 0; } }
      @media screen and (min-width: 53.75em) {
        .product-category-menu ul li:not(:last-child):after {
          content: '|';
          margin: 0 1em; } }
      @media screen and (min-width: 53.75em) {
        .product-category-menu ul li {
          display: inline; } }

.error404 .hero-content {
  display: block; }
  .error404 .hero-content::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 53.75em) {
  .error404 .article-header,
  .error404 .featured-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .error404 .article-header:last-child,
    .error404 .featured-image:last-child {
      margin-right: 0; } }

.error404 .article-header h1 {
  font-size: 1.8em;
  text-align: center; }
  @media screen and (min-width: 53.75em) {
    .error404 .article-header h1 {
      font-size: 3em;
      padding: 2em 0 1.5em;
      text-align: left; } }

.error404 .featured-image {
  position: relative;
  text-align: center;
  top: 0.3em; }
  @media screen and (min-width: 53.75em) {
    .error404 .featured-image {
      top: 0.35em; } }
  .error404 .featured-image img {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .error404 .featured-image img {
        width: 70%; } }
    @media screen and (min-width: 53.75em) {
      .error404 .featured-image img {
        top: 0.35em;
        width: 100%; } }

.error404 .entry-content {
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .error404 .entry-content .entry-content-child {
      margin: 0 auto;
      width: 75%; } }
  .error404 .entry-content .search button {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .error404 .entry-content .search button {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width: auto; } }
