@charset "UTF-8";
/**
 * Theme Name:  Bexlife
 * Version:     1.1.1
 * Author:      WP Site Care
 * Author URI:  https://www.wpsitecare.com
 * Theme URI:   https://github.com/wpsitecare/bexlife
 * Description: The WP Site Care Starter Theme.
 * Tags:        white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
 * Text Domain: bexlife
 * Domain Path: /languages
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*
HTML5 Reset
----------------------------------------------------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 4rem;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.2rem;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*
Defaults
----------------------------------------------------------------------------- */
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.clearfix::after,
.entry::after,
.entry-content::after,
.site-footer::after,
.footer-widgets::after,
.site-header::after,
.pagination::after,
.site-container::after,
.site-inner::after,
.wrap::after {
  clear: both;
  content: " ";
  display: block;
}

html,
body {
  overflow-x: hidden;
}

/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #666;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #1c1e1f;
  color: #fff;
}

::selection {
  background-color: #1c1e1f;
  color: #fff;
}

a {
  color: #89005d;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #bc0080;
}

a:active, a:focus {
  color: #bc0080;
  outline: none;
}

p {
  margin: 0 0 1.6rem;
  padding: 0;
}

@media only screen and (min-width: 810px) {
  p {
    margin-bottom: 2.6rem;
  }
}

b,
strong {
  font-weight: 700;
}

hr {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 2rem 0;
}

pre {
  background: #f3f3f4;
  color: #1c1e1f;
  font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 3% 10% 3% 5%;
  position: relative;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}

code,
kbd,
tt,
var {
  font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.6rem;
}

address {
  font-style: italic;
  margin: 0 0 2.6rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  background: #f3deeb;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #5d646b;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin: 3rem;
}

blockquote cite {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 1.5rem;
}

blockquote cite::before {
  content: "\2014";
  padding-right: 1rem;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c1e1f;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 3.2rem;
}

@media only screen and (min-width: 810px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 2.6rem;
}

@media only screen and (min-width: 810px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 2.2rem;
}

@media only screen and (min-width: 810px) {
  h3,
  .h3 {
    font-size: 2.8rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

/* Media Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

a:hover img,
a:focus img {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* Forms
--------------------------------------------- */
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"],
select,
textarea {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%;
}

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"],
select,
textarea {
  background-color: #f3f3f4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #666;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
  outline: none;
}

input[type="color"] {
  padding: 0.5rem;
}

input[type="range"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28px;
  margin: 1rem 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #adadad;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #adadad;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #adadad;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #e0e0e0;
  border: 0 none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: #af3d83;
  border: 0 none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer;
  height: 28px;
  margin-top: -1.4rem;
  width: 28px;
}

input[type="range"]::-moz-range-track {
  background: #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

input[type="range"]::-moz-range-thumb {
  background: #af3d83;
  border: 0 none;
  border-radius: 100%;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

input[type="range"]::-ms-fill-lower {
  background: #e0e0e0;
  border-radius: 3px;
}

input[type="range"]::-ms-fill-upper {
  background: #e0e0e0;
  border-radius: 3px;
}

input[type="range"]::-ms-thumb {
  background: #af3d83;
  border: 0 none;
  border-radius: 100%;
  cursor: pointer;
  height: 28px;
  margin-top: 0;
  width: 28px;
}

select, .fl-builder-settings-fields select,
.fl-builder-settings-fields select:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("images/select-bg.svg");
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
  padding-right: 2rem;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7c7c7;
  font-weight: 400;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #c7c7c7;
  font-weight: 400;
  opacity: 1;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 3rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #e0e0e0;
}

td,
th {
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0;
  text-align: left;
}

th {
  font-weight: 400;
}

/* Lists
--------------------------------------------- */
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
  margin-top: 1rem;
}

dl dd {
  margin: 0;
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.6rem 2.4rem;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #af3d83;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  background-color: #c55a9c;
  color: #fff;
}

.alt.button {
  background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#89005d));
  background: -webkit-linear-gradient(left, #1b1464 0%, #89005d 100%);
  background: linear-gradient(90deg, #1b1464 0%, #89005d 100%);
  color: #fff;
}

.alt.button:focus, .alt.button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#8b2787), to(#af3d83));
  background: -webkit-linear-gradient(left, #8b2787 0%, #af3d83 100%);
  background: linear-gradient(90deg, #8b2787 0%, #af3d83 100%);
}

.cta.button, .hero-form .gform_wrapper .gform_footer .button, .hero-form .button {
  background-color: #e0884a;
  color: #fff;
}

.cta.button:hover, .hero-form .gform_wrapper .gform_footer .button:hover, .hero-form .button:hover, .cta.button:focus, .hero-form .gform_wrapper .gform_footer .button:focus, .hero-form .button:focus {
  background-color: #d36c24;
  color: #fff;
}

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

.block-button,
.block.button {
  display: block;
}

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

/*
Structure and Layout
----------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (min-width: 810px) {
  .site-inner, .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1023px) {
  .site-inner, .wrap {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1400px) {
  .site-inner, .wrap {
    max-width: 1100px;
  }
}

.site-container {
  position: relative;
}

.site-inner {
  clear: both;
  padding-top: 5%;
  word-break: normal;
  word-wrap: break-word;
}

@media only screen and (min-width: 480px) {
  .site-inner {
    padding-top: 3rem;
  }
}

/* Content
--------------------------------------------- */
.layout-1c-narrow .content {
  padding: 0;
}

@media only screen and (min-width: 1023px) {
  .layout-1c-narrow .content {
    width: 64.9122807018%;
    float: left;
    margin-right: 5.2631578947%;
    margin-left: 17.5438596491%;
    margin-right: 17.5438596491%;
  }
  .layout-2c-l .content,
  .layout-2c-r .content {
    width: 64.9122807018%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .layout-2c-l .content {
    float: right;
    margin-right: 0;
  }
  .sidebar {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .layout-2c-r .sidebar {
    float: right;
    margin-right: 0;
  }
}

.layout-1c .sidebar,
.layout-1c-narrow .sidebar {
  display: none;
}

/* Column Classes
--------------------------------------------- */
@media only screen and (min-width: 810px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .one-third,
  .two-sixths {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .four-sixths,
  .two-thirds {
    width: 64.9122807018%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .one-fourth {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .three-fourths {
    width: 73.6842105263%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .one-sixth {
    width: 12.2807017544%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .five-sixths {
    width: 82.4561403509%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .last {
    float: right;
    margin-right: 0;
  }
}

/*
Common Classes
----------------------------------------------------------------------------- */
/* Search Form
--------------------------------------------- */
.search-form {
  display: block;
  position: relative;
}

.search-form input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  margin: 0;
  padding: 1rem;
  width: 100%;
}

.search-form button[type=submit] {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  bottom: 0;
  outline: none;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form button[type=submit]::before {
  font-size: 1.6rem;
  line-height: 1.625;
}

/* Post Password Form
--------------------------------------------- */
.post-password-form input {
  display: block;
  width: 100%;
}

.post-password-form input[type="password"] {
  margin-bottom: 2rem;
}

/* Avatar
--------------------------------------------- */
.avatar {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block;
}

@media only screen and (min-width: 480px) {
  .alignleft .avatar {
    margin-right: 2.4rem;
  }
}

/* Archives
--------------------------------------------- */
.archive-header {
  width: 100%;
}

.archive-title {
  font-size: 3.2rem;
  color: #8b2787;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: capitalize;
}

@media only screen and (min-width: 810px) {
  .archive-title {
    font-size: 4rem;
  }
}

.archive-description {
  margin-bottom: 3rem;
}

.archive-description p:last-child {
  margin-bottom: 0;
}

/* WordPress Images
--------------------------------------------- */
img.centered,
.aligncenter,
.alignleft,
.alignright,
img.alignnone,
.alignnone {
  display: block;
  margin: 0 auto 1.6rem;
  max-width: 100%;
}

@media only screen and (min-width: 810px) {
  img.centered,
  .aligncenter,
  .alignleft,
  .alignright,
  img.alignnone,
  .alignnone {
    margin-bottom: 2.6rem;
  }
}

@media only screen and (min-width: 480px) {
  .alignleft {
    float: left;
    text-align: left;
  }
  .alignright {
    float: right;
    text-align: right;
  }
  .alignright .avatar {
    margin-left: 3rem;
  }
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 3rem 5rem 0;
  }
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 5rem 3rem;
  }
}

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

.wp-smiley,
.emoji {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline;
  height: 1em;
  margin: 0 0.2em;
  padding: 0;
  vertical-align: -0.1em;
  width: 1em;
}

/* WordPress Galleries
--------------------------------------------- */
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery img {
  width: auto;
}

.gallery-item {
  line-height: 0;
  list-style: none;
  margin: 0 0 2.35765%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 810px) {
  .gallery-columns-2 .gallery-item,
  .gallery-col-2 .gallery-item {
    width: 47.3684210526%;
    float: left;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n + 1),
  .gallery-col-2 .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n + 2),
  .gallery-col-2 .gallery-item:nth-child(2n + 2) {
    margin-left: 52.6315789474%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-3 .gallery-item,
  .gallery-col-3 .gallery-item {
    width: 29.8245614035%;
    float: left;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n + 1),
  .gallery-col-3 .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n + 2),
  .gallery-col-3 .gallery-item:nth-child(3n + 2) {
    margin-left: 35.0877192982%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n + 3),
  .gallery-col-3 .gallery-item:nth-child(3n + 3) {
    margin-left: 70.1754385965%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-4 .gallery-item,
  .gallery-col-4 .gallery-item {
    width: 21.0526315789%;
    float: left;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n + 1),
  .gallery-col-4 .gallery-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n + 2),
  .gallery-col-4 .gallery-item:nth-child(4n + 2) {
    margin-left: 26.3157894737%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n + 3),
  .gallery-col-4 .gallery-item:nth-child(4n + 3) {
    margin-left: 52.6315789474%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n + 4),
  .gallery-col-4 .gallery-item:nth-child(4n + 4) {
    margin-left: 78.9473684211%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-col-5 .gallery-item {
    width: 15.7894736842%;
    float: left;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n + 1),
  .gallery-col-5 .gallery-item:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n + 2),
  .gallery-col-5 .gallery-item:nth-child(5n + 2) {
    margin-left: 21.0526315789%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n + 3),
  .gallery-col-5 .gallery-item:nth-child(5n + 3) {
    margin-left: 42.1052631579%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n + 4),
  .gallery-col-5 .gallery-item:nth-child(5n + 4) {
    margin-left: 63.1578947368%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-5 .gallery-item:nth-child(5n + 5),
  .gallery-col-5 .gallery-item:nth-child(5n + 5) {
    margin-left: 84.2105263158%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-6 .gallery-item,
  .gallery-col-6 .gallery-item {
    width: 12.2807017544%;
    float: left;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 1),
  .gallery-col-6 .gallery-item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 2),
  .gallery-col-6 .gallery-item:nth-child(6n + 2) {
    margin-left: 17.5438596491%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 3),
  .gallery-col-6 .gallery-item:nth-child(6n + 3) {
    margin-left: 35.0877192982%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 4),
  .gallery-col-6 .gallery-item:nth-child(6n + 4) {
    margin-left: 52.6315789474%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 5),
  .gallery-col-6 .gallery-item:nth-child(6n + 5) {
    margin-left: 70.1754385965%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-6 .gallery-item:nth-child(6n + 6),
  .gallery-col-6 .gallery-item:nth-child(6n + 6) {
    margin-left: 87.7192982456%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item,
  .gallery-col-7 .gallery-item {
    width: 9.7368421053%;
    float: left;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 1),
  .gallery-col-7 .gallery-item:nth-child(7n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 2),
  .gallery-col-7 .gallery-item:nth-child(7n + 2) {
    margin-left: 15%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 3),
  .gallery-col-7 .gallery-item:nth-child(7n + 3) {
    margin-left: 30%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 4),
  .gallery-col-7 .gallery-item:nth-child(7n + 4) {
    margin-left: 45%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 5),
  .gallery-col-7 .gallery-item:nth-child(7n + 5) {
    margin-left: 60%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 6),
  .gallery-col-7 .gallery-item:nth-child(7n + 6) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-7 .gallery-item:nth-child(7n + 7),
  .gallery-col-7 .gallery-item:nth-child(7n + 7) {
    margin-left: 90%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item,
  .gallery-col-8 .gallery-item {
    width: 7.8947368421%;
    float: left;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 1),
  .gallery-col-8 .gallery-item:nth-child(8n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 2),
  .gallery-col-8 .gallery-item:nth-child(8n + 2) {
    margin-left: 13.1578947368%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 3),
  .gallery-col-8 .gallery-item:nth-child(8n + 3) {
    margin-left: 26.3157894737%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 4),
  .gallery-col-8 .gallery-item:nth-child(8n + 4) {
    margin-left: 39.4736842105%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 5),
  .gallery-col-8 .gallery-item:nth-child(8n + 5) {
    margin-left: 52.6315789474%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 6),
  .gallery-col-8 .gallery-item:nth-child(8n + 6) {
    margin-left: 65.7894736842%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 7),
  .gallery-col-8 .gallery-item:nth-child(8n + 7) {
    margin-left: 78.9473684211%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-8 .gallery-item:nth-child(8n + 8),
  .gallery-col-8 .gallery-item:nth-child(8n + 8) {
    margin-left: 92.1052631579%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item,
  .gallery-col-9 .gallery-item {
    width: 6.4035087719%;
    float: left;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 1),
  .gallery-col-9 .gallery-item:nth-child(9n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 2),
  .gallery-col-9 .gallery-item:nth-child(9n + 2) {
    margin-left: 11.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 3),
  .gallery-col-9 .gallery-item:nth-child(9n + 3) {
    margin-left: 23.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 4),
  .gallery-col-9 .gallery-item:nth-child(9n + 4) {
    margin-left: 35%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 5),
  .gallery-col-9 .gallery-item:nth-child(9n + 5) {
    margin-left: 46.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 6),
  .gallery-col-9 .gallery-item:nth-child(9n + 6) {
    margin-left: 58.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 7),
  .gallery-col-9 .gallery-item:nth-child(9n + 7) {
    margin-left: 70%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 8),
  .gallery-col-9 .gallery-item:nth-child(9n + 8) {
    margin-left: 81.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-columns-9 .gallery-item:nth-child(9n + 9),
  .gallery-col-9 .gallery-item:nth-child(9n + 9) {
    margin-left: 93.3333333333%;
    margin-right: -100%;
    clear: none;
  }
}

.gallery-item .gallery-caption {
  background: rgba(28, 30, 31, 0.5);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.65;
  opacity: 0;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  width: 100%;
}

.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption {
  opacity: 1;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  visibility: visible;
}

.gallery-item:hover .gallery-caption:hover, .gallery-item:hover .gallery-caption:focus,
.gallery-item:focus .gallery-caption:hover,
.gallery-item:focus .gallery-caption:focus {
  overflow: visible;
  white-space: normal;
}

.gallery-icon a {
  display: block;
  line-height: 0;
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
}

/* Screen Readers
--------------------------------------------- */
.off-screen,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.off-screen:focus,
.screen-reader-text:focus {
  outline: 0;
}

.skip-link .screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 2rem;
  padding: 1.5rem;
  width: auto;
  z-index: 100;
}

/* Admin Bar
--------------------------------------------- */
.admin-bar .menu-mobile {
  top: 46px;
}

@media only screen and (min-width: 782px) {
  .admin-bar .menu-mobile {
    top: 32px;
  }
}

.menu-open #wpadminbar {
  position: fixed;
}

/*
Icons
----------------------------------------------------------------------------- */
.pagination .prev::before,
.page-links .prev::before, .pagination .next::after,
.page-links .next::after, .nav-single .nav-previous a::before, .nav-single .nav-next a::after, .rtl .pagination .prev::before,
.rtl .page-links .prev::before, .rtl .pagination .next::after,
.rtl .page-links .next::after, .rtl .nav-single .nav-previous a::before, .rtl .nav-single .nav-next a::after, .search-form button[type=submit]::before, .menu-toggle::before, .menu-toggle.activated::before, .entry-meta.categories .entry-terms::before, .entry-meta.tags .entry-terms::before, .faq-toggle-arrow::before, .active.faq-toggle-arrow::before {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  speak: none;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

/* Pagination Icons
--------------------------------------------- */
.pagination .prev::before,
.page-links .prev::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

.pagination .next::after,
.page-links .next::after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 0;
}

.pagination .prev::before,
.pagination .next::after,
.page-links .prev::before,
.page-links .next::after {
  line-height: 1;
}

.nav-single .nav-previous a::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 1rem;
}

.nav-single .nav-next a::after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 1rem;
}

.rtl .pagination .prev::before,
.rtl .page-links .prev::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

.rtl .pagination .next::after,
.rtl .page-links .next::after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 0;
}

.rtl .nav-single .nav-previous a::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 1rem;
}

.rtl .nav-single .nav-next a::after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 1rem;
}

/* Search Form Icons
--------------------------------------------- */
.search-form button[type=submit]::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

/* Menu Icons
--------------------------------------------- */
.menu-toggle::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

.menu-toggle.activated::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

/* Meta Icons
--------------------------------------------- */
.entry-meta.categories .entry-terms::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}

.entry-meta.tags .entry-terms::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}

/* FAQ Icons
--------------------------------------------- */
.faq-toggle-arrow::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

.active.faq-toggle-arrow::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 0;
}

/*
SiteCare Styles
----------------------------------------------------------------------------- */
/* Typography Formats
--------------------------------------------- */
.dropcap {
  float: left;
  font-size: 300%;
  line-height: 0.6;
  margin: 0.7rem 0.5rem 0 0;
}

@media only screen and (min-width: 810px) {
  .pull-quote {
    max-width: 60%;
  }
  .pull-quote.alignright {
    border-left: 0;
    border-right: 7px solid #f3f3f4;
    margin: 3rem 0 3rem 5%;
    padding: 0 5% 0 0;
  }
}

.intro-pagragraph {
  border-bottom: 1px solid #f3f3f4;
  border-top: 1px solid #f3f3f4;
  padding: 2rem 0;
}

/*
Site Header
----------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  color: #666;
  padding: 1rem 0 0.7rem;
}

@media only screen and (min-width: 810px) {
  .site-header {
    padding: 2rem 0 1.4rem;
  }
}

@media only screen and (min-width: 1023px) {
  .site-header {
    padding: 4rem 0 2.8rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}

.site-header .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1023px) {
  .site-header .wrap {
    display: block;
  }
}

@media only screen and (min-width: 1023px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

/* Title Area
--------------------------------------------- */
.site-branding {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}

.site-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  background: url("images/logo.svg") no-repeat scroll center center/contain transparent;
  display: block;
  max-width: 456px;
  min-height: 40px;
}

@media only screen and (min-width: 1023px) {
  .site-title a,
  .site-title a:hover,
  .site-title a:focus {
    margin: 0 auto;
  }
}

.site-description {
  color: #662d80;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.site-description span {
  color: #89005d;
  font-weight: 400;
}

.site-title {
  text-indent: -9999px;
}

.site-description,
.site-title {
  display: block;
  margin-bottom: 0;
}

/*
Site Navigation
----------------------------------------------------------------------------- */
.nav-menu {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-size: 0.001px;
  line-height: 1;
  width: 100%;
}

.nav-menu .menu-item {
  display: inline-block;
  font-size: 1.6rem;
  text-align: left;
}

.nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.nav-menu li > a {
  color: #666;
  display: block;
  padding: 1.6rem 1rem;
}

@media only screen and (min-width: 1400px) {
  .nav-menu li > a {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.nav-menu li a:hover,
.nav-menu li a:focus,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-parent > a {
  color: #89005d;
}

.nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 100;
}

.nav-menu .sub-menu a {
  background-color: #8b2787;
  color: #f3f3f4;
  font-size: 1.4rem;
  padding: 1.4rem;
  position: relative;
  width: 200px;
}

.nav-menu .sub-menu a:hover, .nav-menu .sub-menu a:focus {
  background-color: #c738c1;
  color: #fff;
}

.nav-menu .sub-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-ancestor > a,
.nav-menu .sub-menu .current-menu-parent > a {
  color: #fff;
}

.nav-menu .sub-menu .current-menu-item > a:hover, .nav-menu .sub-menu .current-menu-item > a:focus,
.nav-menu .sub-menu .current-menu-ancestor > a:hover,
.nav-menu .sub-menu .current-menu-ancestor > a:focus,
.nav-menu .sub-menu .current-menu-parent > a:hover,
.nav-menu .sub-menu .current-menu-parent > a:focus {
  color: #fff;
}

.nav-menu .sub-menu .sub-menu {
  margin: -5.4rem 0 0 20rem;
}

.nav-menu .menu-item:hover > .sub-menu,
.nav-menu .menu-item-hover > .sub-menu,
.nav-menu .menu-item:focus > .sub-menu {
  left: auto;
  opacity: 1;
}

.menu-primary {
  display: none;
}

@media only screen and (min-width: 1023px) {
  .menu-primary {
    display: block;
  }
}

/* Primary Navigation
--------------------------------------------- */
.menu-primary {
  text-align: center;
}

.menu-primary li > a {
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
}

/* Social Navigation
--------------------------------------------- */
.menu-social li {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}

.menu-social li:last-of-type {
  margin-right: 0;
}

.menu-social li > a {
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #fff;
  font-size: 0.7em;
  height: 48px;
  padding: 1.4rem;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 48px;
}

.menu-social li > a:focus, .menu-social li > a:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Footer Navigation
--------------------------------------------- */
.menu-footer li:first-of-type > a {
  padding-left: 0;
}

@media only screen and (min-width: 1023px) {
  .menu-footer li:first-of-type > a {
    border-left: 0 none;
  }
}

.menu-footer li > a {
  color: #fff;
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
}

@media only screen and (min-width: 1023px) {
  .menu-footer li > a {
    border-left: 1px solid #fff;
  }
}

.menu-footer li > a:focus, .menu-footer li > a:hover {
  color: #a09cbf;
}

/* Responsive Menu
--------------------------------------------- */
body {
  left: 0;
  position: relative;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

body.menu-open {
  left: -260px;
}

.menu-toggle {
  background: transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #89005d;
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
}

@media only screen and (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background: transparent;
  color: #af3d83;
  outline: none;
}

@media only screen and (min-width: 1023px) {
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    display: none;
  }
}

.menu-toggle::before {
  font-size: 4rem;
}

.menu-mobile {
  background: #980067;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  width: 260px;
  z-index: 1000;
}

.menu-mobile:focus {
  outline: none;
}

.menu-mobile.visible {
  right: 0;
}

.menu-mobile .wrap {
  padding: 0;
}

.menu-mobile .nav-menu .menu-item {
  display: block;
}

.menu-mobile .nav-menu li a {
  color: #fff;
  padding: 2rem;
}

.menu-mobile .nav-menu li a:hover,
.menu-mobile .nav-menu li a:focus {
  background: #a80072;
  color: #fff;
}

.menu-mobile .sub-menu,
.menu-mobile .sub-menu .sub-menu {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  opacity: 1;
  position: static;
  width: 100%;
}

.menu-mobile .sub-menu li a,
.menu-mobile .sub-menu .sub-menu li a {
  background: #980067;
  color: #fff;
  padding: 2rem;
  padding-left: 3rem;
  width: auto;
}

.menu-mobile .sub-menu li a:hover,
.menu-mobile .sub-menu li a:focus,
.menu-mobile .sub-menu .sub-menu li a:hover,
.menu-mobile .sub-menu .sub-menu li a:focus {
  background: #a80072;
  color: #fff;
}

.menu-mobile .sub-menu .sub-menu li a {
  padding-left: 4rem;
}

/*
Content Area
----------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 3rem;
  padding: 0;
  position: relative;
}

.entry-title {
  color: #8b2787;
  font-weight: 700;
}

.entry-title a {
  color: #1c1e1f;
}

.entry-title a:hover, .entry-title a:focus {
  color: #89005d;
}

.corner-ribbon {
  height: 85px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}

.corner-ribbon .ribbon-content {
  background-color: #89005d;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
  padding: 0.2rem 0.7rem;
  text-align: center;
}

.content a:not(.button) {
  font-weight: 700;
}

.entry-content p,
.entry-content > ol,
.entry-content > ul,
.entry-content > dl {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 810px) {
  .entry-content p,
  .entry-content > ol,
  .entry-content > ul,
  .entry-content > dl {
    margin-bottom: 2.6rem;
  }
}

.entry-content ol,
.entry-content ul {
  margin-left: 2rem;
}

@media only screen and (min-width: 810px) {
  .entry-content ol,
  .entry-content ul {
    margin-left: 4rem;
  }
}

.entry-content li {
  margin-bottom: 1%;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content li ol,
.entry-content li ul {
  margin-top: 1%;
}

.entry-content blockquote {
  border-left: 7px solid #f3f3f4;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 5%;
}

.entry-content table {
  border: 1px solid #e0e0e0;
  border-collapse: separate;
  border-left: 0;
  margin: 2rem 0;
  width: 100%;
}

.entry-content table th,
.entry-content table td {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.2;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.entry-content table thead:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child td {
  border-top: 0 none;
}

.entry-content code {
  background: #f3f3f4;
  color: #1c1e1f;
  padding: 0.2rem 0.4rem;
}

.entry-content .wp-caption .wp-caption-text {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 1rem 0;
  text-transform: uppercase;
}

.entry-content .search-form {
  margin-bottom: 2.6rem;
}

.singular-post .entry-title {
  font-weight: 400;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  color: #5d646b;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-meta span,
.entry-meta time,
.entry-meta a {
  margin-right: 0.5rem;
}

.entry-meta span:last-child,
.entry-meta time:last-child,
.entry-meta a:last-child {
  margin-right: 0;
}

.entry-meta a {
  color: #5d646b;
}

.entry-meta a:hover, .entry-meta a:focus {
  color: #89005d;
}

.entry-terms {
  display: block;
  padding-bottom: 0.5rem;
}

.entry-terms:last-child {
  padding-bottom: 0;
}

.entry-terms span,
.entry-terms time,
.entry-terms a {
  margin-right: 0;
}

.entry-header .entry-meta {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 810px) {
  .entry-header .entry-meta {
    margin-bottom: 2.6rem;
  }
}

.entry-footer .entry-meta {
  margin: 0;
}

.entry-footer .entry-meta:last-of-type {
  padding: 0 0 2.6rem;
}

/* Featured Media
--------------------------------------------- */
.featured-media {
  display: block;
  margin: 0 0 2.6rem;
  overflow: hidden;
}

.featured-media > a {
  display: block;
  line-height: 0;
}

.featured-media img {
  display: block;
  margin: 0 auto;
}

/* Section Blocks
--------------------------------------------- */
.section-block > .wrap {
  padding-bottom: 3rem;
  padding-top: 2.8rem;
}

@media only screen and (min-width: 1023px) {
  .section-block > .wrap {
    padding-bottom: 6rem;
    padding-top: 5.6rem;
  }
}

/*
Content Area
----------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  .plural:not(.woocommerce) .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.plural:not(.woocommerce) .entry:not(.testimonial) {
  margin-bottom: 4rem;
  overflow: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 1022px) {
  .plural:not(.woocommerce) .entry:not(.testimonial) {
    width: 47.1698113208%;
    float: left;
    margin-right: 5.6603773585%;
  }
  .plural:not(.woocommerce) .entry:not(.testimonial):nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1023px) {
  .plural:not(.woocommerce) .entry:not(.testimonial) {
    width: 29.5597484277%;
    float: left;
    margin-right: 5.6603773585%;
    margin-bottom: 6rem;
  }
  .plural:not(.woocommerce) .entry:not(.testimonial):nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .plural:not(.woocommerce) .entry:not(.testimonial) {
    margin-bottom: 8rem;
  }
}

.plural:not(.woocommerce) .entry-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.plural:not(.woocommerce) .entry-title a {
  color: #8b2787;
  font-weight: 400;
}

.plural:not(.woocommerce) .entry-title a:focus, .plural:not(.woocommerce) .entry-title a:hover {
  color: #89005d;
}

.plural:not(.woocommerce) .post-header {
  position: relative;
}

.plural:not(.woocommerce) .entry-meta {
  color: #8b2787;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.plural:not(.woocommerce) .featured-media + .entry-meta {
  background: rgba(255, 255, 255, 0.9);
  bottom: 10px;
  font-weight: 700;
  padding: 2rem 2.5rem;
  position: absolute;
}

/*
Pagination
----------------------------------------------------------------------------- */
/* Archive Pagination
--------------------------------------------- */
.pagination {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.pagination .page-numbers {
  background: #eee;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination .current {
  background: #af3d83;
}

.pagination a {
  color: #fff;
}

.pagination a:hover, .pagination a:focus {
  background: #af3d83;
}

/* Single Post Pagination
--------------------------------------------- */
.page-links {
  display: block;
  margin: 3rem 0;
}

.page-links span,
.page-links a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-links span {
  background: #af3d83;
}

.page-links a {
  background: #eee;
}

.page-links a:hover, .page-links a:focus {
  background: #af3d83;
  color: #fff;
}

/* Page Links
--------------------------------------------- */
@media only screen and (min-width: 1023px) {
  .nav-next a {
    float: right;
  }
}

@media only screen and (min-width: 1023px) {
  .nav-previous a {
    float: left;
  }
}

.nav-next a,
.nav-previous a {
  background: #eee;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  display: block;
  margin: 0 0 1rem;
  padding: 1.6rem 2rem 1.4rem;
  text-align: center;
}

.nav-next a:hover,
.nav-previous a:hover,
.nav-next a:focus,
.nav-previous a:focus {
  background: #af3d83;
  color: #fff;
}

/* Archive Page Links
--------------------------------------------- */
.nav-archive {
  clear: both;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}

/* Single Entry Page Links
--------------------------------------------- */
.nav-single {
  clear: both;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}

.nav-single a {
  background: #af3d83;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.nav-single a:focus, .nav-single a:hover {
  background: #eee;
}

/*
Comments
----------------------------------------------------------------------------- */
.comments-number {
  margin-bottom: 1.5rem;
}

.comment-container {
  margin-bottom: 3rem;
}

.comment-container table {
  background-color: #fff;
}

.comment {
  padding-left: 4rem;
  position: relative;
}

@media only screen and (min-width: 810px) {
  .comment {
    padding-left: 6rem;
  }
}

.comment header {
  background-color: #f3f3f4;
  clear: both;
  font-size: 1.6rem;
  padding: 0.5rem;
  position: relative;
}

@media only screen and (min-width: 810px) {
  .comment header {
    padding: 1rem 2rem;
  }
}

.comment header::before, .comment header::after {
  content: " ";
  display: block;
  height: 0;
  left: -16px;
  margin-top: -0.8rem;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

.comment header::after {
  margin-left: 0.2rem;
  margin-top: -0.7rem;
  top: 50%;
}

.comment header cite {
  margin-right: 0.5rem;
}

.comment header .comment-edit-link {
  margin-left: 0.5rem;
}

.comment .avatar {
  left: 0;
  margin: 0;
  position: absolute;
  width: 30px;
}

@media only screen and (min-width: 810px) {
  .comment .avatar {
    width: 48px;
  }
}

.comment .comment {
  margin-left: -4rem;
  margin-top: 2rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 810px) {
  .comment .comment {
    margin-left: -3rem;
  }
}

.comment .comment:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 810px) {
  .comment footer {
    padding: 0 2rem 2rem;
  }
}

.bypostauthor > .comment-container header {
  background-color: #faf1f7;
}

.comment-meta a {
  color: #5d646b;
}

.comment-meta a:hover, .comment-meta a:focus {
  color: #89005d;
}

/* Comment Content
--------------------------------------------- */
.comment-content {
  clear: both;
  padding-top: 1rem;
}

.comment-content p,
.comment-content > ol,
.comment-content > ul,
.comment-content > dl {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 810px) {
  .comment-content p,
  .comment-content > ol,
  .comment-content > ul,
  .comment-content > dl {
    margin-bottom: 2.6rem;
  }
}

.comment-content ol,
.comment-content ul {
  margin-left: 2rem;
}

@media only screen and (min-width: 810px) {
  .comment-content ol,
  .comment-content ul {
    margin-left: 4rem;
  }
}

.comment-content li {
  margin-bottom: 1%;
}

.comment-content ol > li {
  list-style-type: decimal;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-content li ol,
.comment-content li ul {
  margin-top: 1%;
}

.comment-content blockquote {
  border-left: 7px solid #f3f3f4;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 5%;
}

.comment-content table {
  border: 1px solid #e0e0e0;
  border-collapse: separate;
  border-left: 0;
  margin: 2rem 0;
  width: 100%;
}

.comment-content table th,
.comment-content table td {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.2;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.comment-content table thead:first-child tr:first-child th,
.comment-content table tbody:first-child tr:first-child th,
.comment-content table tbody:first-child tr:first-child td {
  border-top: 0 none;
}

.comment-content code {
  background: #f3f3f4;
  color: #1c1e1f;
  padding: 0.2rem 0.4rem;
}

.comment-content .wp-caption .wp-caption-text {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 1rem 0;
  text-transform: uppercase;
}

.comment-content .search-form {
  margin-bottom: 2.6rem;
}

@media only screen and (min-width: 810px) {
  .comment-content {
    padding: 2rem 2rem 0;
  }
}

/* Pingbacks & Trackbacks
--------------------------------------------- */
.pingback,
.trackback {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}

/* Comment Respond Form
--------------------------------------------- */
.comment-respond {
  margin-bottom: 3rem;
}

.comment-respond label {
  display: block;
}

.comment-respond .submit {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 810px) {
  .comment-respond .submit {
    display: inline-block;
    width: auto;
  }
}

.form-allowed-tags {
  background-color: #f3f3f4;
  font-size: 1.6rem;
  padding: 1rem;
}

@media only screen and (min-width: 810px) {
  .form-allowed-tags {
    padding: 2rem;
  }
}

/*
Widgets
----------------------------------------------------------------------------- */
.widget-title {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.widget {
  margin-bottom: 3rem;
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 2rem;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 3rem;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
}

/*
Sidebars
----------------------------------------------------------------------------- */
/* General sidebars
--------------------------------------------- */
.sidebar {
  font-size: 1.4rem;
}

.sidebar a {
  color: #5d646b;
}

.sidebar a:hover, .sidebar a:focus {
  color: #89005d;
}

.sidebar li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-title a {
  color: #1c1e1f;
}

/* Footer Widgets
--------------------------------------------- */
.footer-widgets {
  color: #666;
  font-size: 1.4rem;
  padding: 4rem 0 1rem;
}

@media only screen and (min-width: 1023px) {
  .footer-widgets .widget {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .footer-widgets .widget:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.footer-widgets .widget-title {
  color: #1c1e1f;
}

.footer-widgets a {
  color: #5d646b;
}

.footer-widgets a:hover, .footer-widgets a:focus {
  color: #89005d;
}

.footer-widgets li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child {
  margin-bottom: 0;
}

.footer-widgets .entry {
  margin-bottom: 1rem;
}

/*
Site Footer
----------------------------------------------------------------------------- */
.site-footer {
  background: #8b2787;
  color: #fff;
  font-size: 1.4rem;
  padding: 4rem 0;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:focus, .site-footer ahover {
  color: #eee;
}

.site-footer .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  .site-footer .footer-content {
    display: block;
    text-align: left;
  }
}

.site-footer .footer-left,
.site-footer .footer-right {
  margin-bottom: 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 1023px) {
  .site-footer .footer-left,
  .site-footer .footer-right {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
}

@media only screen and (min-width: 1023px) {
  .site-footer .footer-right {
    float: right;
    margin-right: 0;
  }
}

.site-footer .footer-logo {
  background: url("images/logo-white.svg") no-repeat scroll left center/contain transparent;
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 400px;
  min-height: 30px;
  width: 100%;
}

@media only screen and (min-width: 1023px) {
  .site-footer .footer-logo {
    margin-left: 0;
  }
}

/*
Plugins
----------------------------------------------------------------------------- */
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumbs {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.breadcrumbs .sep {
  padding: 0 0.4rem;
}

/* Content Highlighter
--------------------------------------------- */
.featured-content img {
  width: auto;
}

.featured-content .entry {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 2rem;
  padding: 0 0 2.4rem;
}

.featured-content .entry-title {
  font-size: 2rem;
}

/* Beaver Builder
--------------------------------------------- */
/* Slick Slider
--------------------------------------------- */
.slick-loading .slick-list {
  background: url("images/ajax-loader.gif") no-repeat scroll center center #fff;
}

/* Gravity Forms
-------------------------------------------- */
/**
 * Gravity Forms Styles
 *
 * Version: 1.0.0
 * License: MIT - http://wpsitecare.mit-license.org/
 */
/*
Gravity Forms
----------------------------------------------------------------------------- */
.gform_wrapper {
  text-align: left;
}

.gform_wrapper ul {
  margin-left: 0;
}

.gform_wrapper ul li {
  list-style-type: none;
  margin: 1.6rem 0 0;
}

.gform_wrapper .gform_title,
.gform_wrapper .gsection_title {
  font-size: 1.8rem;
}

.gform_wrapper .gform_fields {
  padding: 0;
}

.gform_wrapper .gfield {
  clear: both;
}

.gform_wrapper .gfield_label {
  clear: both;
  display: inline-block;
  font-weight: 600;
  margin: 0.8rem 0;
}

@media only screen and (min-width: 810px) {
  .gform_wrapper .gfield_label {
    margin-top: 1.3rem;
  }
}

.gform_wrapper .gfield_description {
  font-size: 1.4rem;
}

.gform_wrapper .gfield_required {
  color: #f00;
  padding-left: 0.2rem;
}

.gform_wrapper .field_description_above .gfield_description {
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 810px) {
  .gform_wrapper .field_description_above .gfield_description {
    margin-bottom: 1.3rem;
  }
}

.gform_wrapper .ginput_container .small {
  width: 25%;
}

.gform_wrapper .ginput_container .medium {
  width: 50%;
}

.gform_wrapper .ginput_container .large {
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin-top: 1.6rem;
}

/* Gravity Forms Progress Bar
--------------------------------------------- */
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dotted #a4a5a5;
  margin: 0 0 0.8rem;
  padding: 0 0 0.8rem;
}

@media only screen and (min-width: 810px) {
  .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 1.4rem;
  font-weight: normal;
}

.gform_wrapper .gf_progressbar {
  background: #a4a5a5;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 20px;
  line-height: 2rem;
  overflow: hidden;
}

.gform_wrapper .gf_progressbar_percentage {
  font-size: 1.4rem;
  height: 20px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(28, 30, 31, 0.5);
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  float: right;
  margin: 0 0.5rem;
  width: auto;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #a4a5a5;
  text-shadow: none;
}

.gform_wrapper .percentbar_blue {
  background-color: #0072bc;
  color: #fff;
}

.gform_wrapper .percentbar_gray {
  background-color: #666;
  color: #fff;
}

.gform_wrapper .percentbar_green {
  background-color: #94dc21;
  color: #fff;
}

.gform_wrapper .percentbar_orange {
  background-color: #dc7021;
  color: #fff;
}

.gform_wrapper .percentbar_red {
  background-color: #dc2521;
  color: #fff;
}

.gform_wrapper .gf_page_steps {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dotted #a4a5a5;
  margin: 0 0 0.8rem;
  padding: 0 0 0.8rem;
}

@media only screen and (min-width: 810px) {
  .gform_wrapper .gf_page_steps {
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

.gform_wrapper .gf_step {
  display: inline-block;
  height: 18px;
  line-height: 1.25;
  margin: 0 1.6rem 1rem 0;
  opacity: 0.2;
}

.gform_wrapper .gf_step span {
  vertical-align: top;
}

.gform_wrapper .gf_step_active {
  opacity: 1;
}

.gform_wrapper .gf_step_number {
  font-size: 1.8rem;
}

.gform_wrapper .gf_step_clear {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* Gravity Forms Textareas
--------------------------------------------- */
.gform_wrapper .ginput_container textarea {
  resize: none;
}

.gform_wrapper .ginput_container textarea.small, .gform_wrapper .ginput_container textarea.medium {
  width: 100%;
}

.gform_wrapper .ginput_container textarea.small {
  height: 5em;
}

.gform_wrapper .ginput_container textarea.medium {
  height: 9.375em;
}

.gform_wrapper .ginput_container textarea.large {
  height: 15.625em;
}

/* Gravity Forms Select
--------------------------------------------- */
.gform_wrapper select {
  padding: 1rem;
}

.gform_wrapper .ginput_container_multiselect select {
  background: #fff;
  padding: 0;
}

.gform_wrapper .ginput_container_multiselect select option {
  padding: 0.5rem;
}

/* Gravity Forms Numbers
--------------------------------------------- */
.gform_wrapper .ginput_container_number input {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* Gravity Forms Checkboxes and Radios
--------------------------------------------- */
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin-top: 0;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin: 0 0 0.8rem;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
  margin-right: 0.8rem;
}

/* Gravity Forms Section Breaks and HTML
--------------------------------------------- */
.gform_wrapper .gfield_html,
.gform_wrapper .gsection {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px dotted #a4a5a5;
  margin: 0 0 8px;
  padding: 0 0 8px;
}

@media only screen and (min-width: 810px) {
  .gform_wrapper .gfield_html,
  .gform_wrapper .gsection {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
}

.gform_wrapper .gfield_html {
  border-bottom: 0 none;
}

/* Gravity Forms Names, Address, etc. (Complex)
--------------------------------------------- */
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper .ginput_complex.ginput_container_address {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gform_wrapper .ginput_complex span {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1.6949152542%;
}

.gform_wrapper .ginput_complex span:last-of-type {
  margin-right: 0;
}

.gform_wrapper .ginput_complex .name_prefix_select {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.gform_wrapper .ginput_complex .ginput_full {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0;
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}

.gform_wrapper .ginput_complex .ginput_right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 47.3684210526%;
  float: right;
  margin-right: 0;
}

/* Gravity Forms Dates
--------------------------------------------- */
.gform_wrapper .datepicker_with_icon {
  margin-right: 1rem;
}

.gform_wrapper .clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper .clear-multi div {
  margin-right: 1.6949152542%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gform_wrapper .clear-multi div:last-child {
  margin-right: 0;
}

/* Gravity Forms Datepicker
--------------------------------------------- */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 0.5rem auto 0;
  font-size: 1.2rem;
  z-index: 9999;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker thead {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(#f3f3f4));
  background: -webkit-linear-gradient(top, #f3f3f4 0%, #f3f3f4 100%);
  background: linear-gradient(to bottom, #f3f3f4 0%, #f3f3f4 100%);
  border-bottom: 1px solid #ccc;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 0.5rem 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #ccc;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0 none;
}

.ui-datepicker td a,
.ui-datepicker td span {
  color: #666;
  display: inline-block;
  font-weight: 600;
  height: 30px;
  line-height: 3rem;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  line-height: 3rem;
  min-height: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  -webkit-background-size: 10px 8px;
          background-size: 10px 8px;
  margin-top: 2.5%;
  padding: 0;
  width: 32%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(images/gf-arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker-calendar {
  margin-bottom: 0;
}

.ui-datepicker-calendar .ui-state-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f4), to(#e0e0e0));
  background: -webkit-linear-gradient(top, #f3f3f4 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f3f3f4 0%, #e0e0e0 100%);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(243, 243, 244, 0.5);
          box-shadow: inset 1px 1px 0px 0px rgba(243, 243, 244, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  border: 1px solid #dc2521;
  color: #666;
  position: relative;
  margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #fff;
  color: #a4a5a5;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #f3f3f4;
}

/* Gravity Forms Uploads
--------------------------------------------- */
.gform_wrapper .gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 1rem;
  padding: 2.5rem;
  text-align: center;
}

/* Gravity Forms Tables
--------------------------------------------- */
.gform_wrapper table {
  border: 0 none;
  margin: 0;
}

.gform_wrapper table td {
  border: 0 none;
  padding: 0;
}

.gform_wrapper tbody {
  border: 0 none;
}

.gform_wrapper .gfield_list_icons {
  padding-left: 1rem;
}

/* Gravity Forms Pricing
--------------------------------------------- */
.gform_wrapper .gfield_price .ginput_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_wrapper .gfield_price .ginput_container input {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: auto;
}

.gform_wrapper .gfield_price .ginput_container span {
  margin-right: 1.6949152542%;
}

.gform_wrapper .ginput_product_price {
  color: #94dc21;
}

/* Gravity Forms Errors
--------------------------------------------- */
.gform_wrapper .gfield_error {
  background: #fff;
  border-left: 5px solid #cc0000;
  padding: 1.5rem 1.5rem 1rem;
}

.gform_wrapper .gfield_error > label {
  color: #ff3333;
}

.gform_wrapper .gfield_error input[type="color"],
.gform_wrapper .gfield_error input[type="date"],
.gform_wrapper .gfield_error input[type="datetime"],
.gform_wrapper .gfield_error input[type="datetime-local"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="month"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error input[type="password"],
.gform_wrapper .gfield_error input[type="search"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="time"],
.gform_wrapper .gfield_error input[type="url"],
.gform_wrapper .gfield_error input[type="week"],
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #cc0000;
}

.gform_wrapper .gfield_error input[type="color"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="date"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="datetime"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="email"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="month"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="number"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="password"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="search"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="text"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="time"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="url"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type="week"]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input::-webkit-input-placeholder,
.gform_wrapper .gfield_error select::-webkit-input-placeholder,
.gform_wrapper .gfield_error textarea::-webkit-input-placeholder {
  color: #cc0000;
  opacity: 0.7;
}

.gform_wrapper .gfield_error input[type="color"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="date"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="datetime"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="email"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="month"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="number"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="password"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="search"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="tel"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="text"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="time"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="url"]:-moz-placeholder,
.gform_wrapper .gfield_error input[type="week"]:-moz-placeholder,
.gform_wrapper .gfield_error input:-moz-placeholder,
.gform_wrapper .gfield_error select:-moz-placeholder,
.gform_wrapper .gfield_error textarea:-moz-placeholder {
  color: #cc0000;
  opacity: 0.7;
}

.gform_wrapper .gfield_error input[type="color"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="date"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="datetime"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="email"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="month"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="number"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="password"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="search"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="tel"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="text"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="time"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="url"]::-moz-placeholder,
.gform_wrapper .gfield_error input[type="week"]::-moz-placeholder,
.gform_wrapper .gfield_error input::-moz-placeholder,
.gform_wrapper .gfield_error select::-moz-placeholder,
.gform_wrapper .gfield_error textarea::-moz-placeholder {
  color: #cc0000;
  opacity: 0.7;
}

.gform_wrapper .gfield_error input[type="color"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="date"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="datetime"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="email"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="month"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="number"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="password"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="search"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="tel"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="text"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="time"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="url"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type="week"]:-ms-input-placeholder,
.gform_wrapper .gfield_error input:-ms-input-placeholder,
.gform_wrapper .gfield_error select:-ms-input-placeholder,
.gform_wrapper .gfield_error textarea:-ms-input-placeholder {
  color: #cc0000;
  opacity: 0.7;
}

.gform_wrapper .gfield_error input[type="color"]::placeholder,
.gform_wrapper .gfield_error input[type="date"]::placeholder,
.gform_wrapper .gfield_error input[type="datetime"]::placeholder,
.gform_wrapper .gfield_error input[type="datetime-local"]::placeholder,
.gform_wrapper .gfield_error input[type="email"]::placeholder,
.gform_wrapper .gfield_error input[type="month"]::placeholder,
.gform_wrapper .gfield_error input[type="number"]::placeholder,
.gform_wrapper .gfield_error input[type="password"]::placeholder,
.gform_wrapper .gfield_error input[type="search"]::placeholder,
.gform_wrapper .gfield_error input[type="tel"]::placeholder,
.gform_wrapper .gfield_error input[type="text"]::placeholder,
.gform_wrapper .gfield_error input[type="time"]::placeholder,
.gform_wrapper .gfield_error input[type="url"]::placeholder,
.gform_wrapper .gfield_error input[type="week"]::placeholder,
.gform_wrapper .gfield_error input::placeholder,
.gform_wrapper .gfield_error select::placeholder,
.gform_wrapper .gfield_error textarea::placeholder {
  color: #cc0000;
  opacity: 0.7;
}

/* Gravity Forms Hidden
--------------------------------------------- */
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.gform_wrapper .gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

/* WooCommerce
-------------------------------------------- */
/**
 * WooCommerce Styles
 *
 * Version: 1.0.0
 * License: MIT - http://wpsitecare.mit-license.org/
 */
/*
WooCommerce Fonts
--------------------------------------------- */
@font-face {
  font-family: "star";
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/*
WooCommerce Animation
--------------------------------------------- */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
WooCommerce General Styles
--------------------------------------------- */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 47.3684210526%;
    float: right;
    margin-right: 0;
  }
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media only screen and (min-width: 810px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: right;
    margin-right: 0;
  }
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}

.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1.6rem 0 0;
  float: left;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}

@media only screen and (min-width: 810px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 0 none;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 810px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
    margin-bottom: 2.6rem;
    padding: 0;
    position: relative;
  }
  .woocommerce ul.products li.product:nth-of-type(3n),
  .woocommerce-page ul.products li.product:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce-page.columns-2 ul.products li.product {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
}

.woocommerce.columns-2 ul.products li.product:nth-of-type(2n),
.woocommerce-page.columns-2 ul.products li.product:nth-of-type(2n) {
  float: right;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
  }
}

.woocommerce.columns-3 ul.products li.product:nth-of-type(3n),
.woocommerce-page.columns-3 ul.products li.product:nth-of-type(3n) {
  float: right;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce-page.columns-5 ul.products li.product {
    width: 17.5257731959%;
    float: left;
    margin-right: 3.0927835052%;
  }
}

.woocommerce.columns-5 ul.products li.product:nth-of-type(5n),
.woocommerce-page.columns-5 ul.products li.product:nth-of-type(5n) {
  float: right;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce.columns-6 ul.products li.product,
  .woocommerce-page.columns-6 ul.products li.product {
    width: 14.5299145299%;
    float: left;
    margin-right: 2.5641025641%;
  }
}

.woocommerce.columns-6 ul.products li.product:nth-of-type(6n),
.woocommerce-page.columns-6 ul.products li.product:nth-of-type(6n) {
  float: right;
  margin-right: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 47.3684210526%;
  float: left;
  margin-right: 5.2631578947%;
}

.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}

.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after {
  content: " ";
  display: table;
}

.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after {
  clear: both;
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product div.thumbnails a,
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
    margin-bottom: 2.6rem;
  }
  .woocommerce div.product div.thumbnails a:nth-of-type(3n),
  .woocommerce #content div.product div.thumbnails a:nth-of-type(3n),
  .woocommerce-page div.product div.thumbnails a:nth-of-type(3n),
  .woocommerce-page #content div.product div.thumbnails a:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product div.thumbnails.columns-2 a,
  .woocommerce #content div.product div.thumbnails.columns-2 a,
  .woocommerce-page div.product div.thumbnails.columns-2 a,
  .woocommerce-page #content div.product div.thumbnails.columns-2 a {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce div.product div.thumbnails.columns-2 a:nth-of-type(2n),
  .woocommerce #content div.product div.thumbnails.columns-2 a:nth-of-type(2n),
  .woocommerce-page div.product div.thumbnails.columns-2 a:nth-of-type(2n),
  .woocommerce-page #content div.product div.thumbnails.columns-2 a:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product div.thumbnails.columns-4 a,
  .woocommerce #content div.product div.thumbnails.columns-4 a,
  .woocommerce-page div.product div.thumbnails.columns-4 a,
  .woocommerce-page #content div.product div.thumbnails.columns-4 a {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce div.product div.thumbnails.columns-4 a:nth-of-type(4n),
  .woocommerce #content div.product div.thumbnails.columns-4 a:nth-of-type(4n),
  .woocommerce-page div.product div.thumbnails.columns-4 a:nth-of-type(4n),
  .woocommerce-page #content div.product div.thumbnails.columns-4 a:nth-of-type(4n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product div.thumbnails.columns-5 a,
  .woocommerce #content div.product div.thumbnails.columns-5 a,
  .woocommerce-page div.product div.thumbnails.columns-5 a,
  .woocommerce-page #content div.product div.thumbnails.columns-5 a {
    width: 17.5257731959%;
    float: left;
    margin-right: 3.0927835052%;
  }
  .woocommerce div.product div.thumbnails.columns-5 a:nth-of-type(5n),
  .woocommerce #content div.product div.thumbnails.columns-5 a:nth-of-type(5n),
  .woocommerce-page div.product div.thumbnails.columns-5 a:nth-of-type(5n),
  .woocommerce-page #content div.product div.thumbnails.columns-5 a:nth-of-type(5n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 47.3684210526%;
    float: right;
    margin-right: 0;
  }
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
  content: " ";
  display: table;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}

.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}

.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after {
  content: " ";
  display: table;
}

.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after {
  clear: both;
}

.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  max-width: 100px;
}

@media only screen and (min-width: 1023px) {
  .woocommerce table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
  }
}

.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}

.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 810px) {
  .woocommerce .cart-collaterals .related,
  .woocommerce-page .cart-collaterals .related {
    width: 29.8245614035%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li:nth-of-type(2n),
  .woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 47.3684210526%;
    float: right;
    margin-right: 0;
  }
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 810px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 47.3684210526%;
    float: right;
    margin-right: 0;
  }
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}

.woocommerce .blockUI.blockOverlay,
.woocommerce-page .blockUI.blockOverlay {
  position: relative;
}

.woocommerce .blockUI.blockOverlay::before,
.woocommerce-page .blockUI.blockOverlay::before {
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  background: url(images/icons/loader.svg) center center;
  -webkit-background-size: cover;
          background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce .loader::before,
.woocommerce-page .loader::before {
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  background: url(images/icons/loader.svg) center center;
  -webkit-background-size: cover;
          background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce a.remove,
.woocommerce-page a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #b13c42;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.woocommerce a.remove:hover,
.woocommerce-page a.remove:hover {
  color: #fff;
  background: #b13c42;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  *zoom: 1;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: white;
  color: #666;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-info:after {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-message li,
.woocommerce-page .woocommerce-error li,
.woocommerce-page .woocommerce-info li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top-color: #85ad74;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: "\e015";
  color: #85ad74;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top-color: #418bb6;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  color: #418bb6;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top-color: #b13c42;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: "\e016";
  border-top-color: #b13c42;
}

.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 1rem;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}

.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777;
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  width: 3.631em;
  text-align: center;
}

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button.disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce a.button:disabled[disabled]:focus,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:focus,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce-page a.button:disabled[disabled]:hover,
.woocommerce-page a.button.disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce-page a.button:disabled[disabled]:focus,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page button.button.disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce-page button.button:disabled[disabled]:focus,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button:disabled:hover,
.woocommerce-page input.button:disabled[disabled]:hover,
.woocommerce-page input.button.disabled:focus,
.woocommerce-page input.button:disabled:focus,
.woocommerce-page input.button:disabled[disabled]:focus,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled[disabled],
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page #respond input#submit:disabled:hover,
.woocommerce-page #respond input#submit:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.disabled:focus,
.woocommerce-page #respond input#submit:disabled:focus,
.woocommerce-page #respond input#submit:disabled[disabled]:focus {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt {
  background-color: #e0884a;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.alt:focus,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt:focus,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.alt:focus,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:focus {
  background-color: #d36c24;
  color: #fff;
}

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled:focus, .woocommerce a.button.alt:disabled:focus, .woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt:disabled:focus,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt:disabled:focus,
.woocommerce input.button.alt:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt:disabled:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page a.button.alt.disabled:focus,
.woocommerce-page a.button.alt:disabled:focus,
.woocommerce-page a.button.alt:disabled[disabled]:focus,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt.disabled:focus,
.woocommerce-page button.button.alt:disabled:focus,
.woocommerce-page button.button.alt:disabled[disabled]:focus,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page input.button.alt:disabled:hover,
.woocommerce-page input.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button.alt.disabled:focus,
.woocommerce-page input.button.alt:disabled:focus,
.woocommerce-page input.button.alt:disabled[disabled]:focus,
.woocommerce-page #respond input#submit.alt.disabled,
.woocommerce-page #respond input#submit.alt:disabled,
.woocommerce-page #respond input#submit.alt:disabled[disabled],
.woocommerce-page #respond input#submit.alt.disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.alt.disabled:focus,
.woocommerce-page #respond input#submit.alt:disabled:focus,
.woocommerce-page #respond input#submit.alt:disabled[disabled]:focus {
  background-color: inherit;
  color: inherit;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
  float: none;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0.3rem;
  margin: 0 0 0.6rem;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 2;
}

.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}

.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: #b13c42;
  font-weight: 700;
  border: 0;
}

.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -0.2rem 0.8rem 0 0;
  text-align: center;
  vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page form .form-row.woocommerce-invalid label {
  color: #b13c42;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-page form .form-row.woocommerce-invalid .select2-container,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid select {
  border-color: #b13c42;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce-page form .form-row.woocommerce-validated .select2-container,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated select {
  border-color: #749c63;
}

.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  border: 1px solid #e0e0e0;
  padding: 2rem;
  margin: 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 2.2rem;
  text-indent: -22px;
  list-style: none outside;
}

.woocommerce ul#shipping_method li input,
.woocommerce-page ul#shipping_method li input {
  margin: 0.3rem 0.5em;
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
  display: inline;
}

.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(28, 30, 31, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 0.8rem;
  border-top: 0;
  border-bottom: 1px dotted rgba(28, 30, 31, 0.1);
  margin: 0;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(28, 30, 31, 0.1);
  margin: 0;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 0.8rem 0;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(28, 30, 31, 0.025);
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 1px solid rgba(28, 30, 31, 0.1);
  margin: 0 -1px 2.4rem 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 700;
  padding: 0.9rem 1.2rem;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid rgba(28, 30, 31, 0.1);
  padding: 0.6rem 1.2rem;
  vertical-align: middle;
}

.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce-page table.shop_table tbody:first-child tr:first-child th,
.woocommerce-page table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(28, 30, 31, 0.1);
}

.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.my_account_orders td {
  padding: 0.4rem 0.8rem;
  vertical-align: middle;
}

.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  margin: .25em 0;
  *zoom: 1;
}

.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:after {
  content: " ";
  display: table;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 0.4rem 0 0;
  clear: left;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  padding: 0 0 0.25em;
}

.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}

.woocommerce div.product,
.woocommerce-page div.product {
  margin-bottom: 0;
  position: relative;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #85ad74;
  font-size: 1.25em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
  background: inherit;
  font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
  opacity: 0.5;
}

.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock {
  font-size: 0.92em;
}

.woocommerce div.product .stock,
.woocommerce-page div.product .stock {
  color: #85ad74;
}

.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
  color: #b13c42;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  margin-bottom: 2em;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  padding-top: 1em;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  margin-bottom: 2em;
}

.woocommerce div.product div.social,
.woocommerce-page div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}

.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span {
  margin: 0 0 0 0.2rem;
}

.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span {
  margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets {
  padding-left: 1.6rem;
  width: 0;
}

.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe {
  float: left;
  margin-top: 0.3rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #e0e0e0;
  background-color: #f3f3f4;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  margin: 0 -0.5rem;
  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #89005d;
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #bc0080;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  -webkit-box-shadow: 2px 2px 0 #fff;
          box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  -webkit-box-shadow: -2px 2px 0 #fff;
          box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d8d8dc;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #f3f3f4;
          box-shadow: 2px 2px 0 #f3f3f4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 #f3f3f4;
          box-shadow: -2px 2px 0 #f3f3f4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d8d8dc;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart {
  *zoom: 1;
  margin-bottom: 2em;
}

.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:before,
.woocommerce-page div.product p.cart:after {
  content: " ";
  display: table;
}

.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after {
  clear: both;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  *zoom: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:before,
.woocommerce-page div.product form.cart:after {
  content: " ";
  display: table;
}

.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
  clear: both;
}

@media only screen and (min-width: 810px) {
  .woocommerce div.product form.cart,
  .woocommerce-page div.product form.cart {
    margin-bottom: 2.6rem;
  }
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}

.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table {
  border-width: 0 0 1px 0;
}

.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td {
  padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}

.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock {
  display: block;
  float: none;
}

.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
.woocommerce-page div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
  font-weight: 700;
}

.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  padding-right: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p,
.woocommerce-page div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations,
.woocommerce-page div.product form.cart .wc-no-matching-variations {
  display: none;
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
  vertical-align: middle;
  float: left;
}

.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}

.woocommerce div.product .related,
.woocommerce-page div.product .related {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #af3d83;
  color: #fff;
  font-size: 0.857em;
  -webkit-font-smoothing: antialiased;
}

.woocommerce .woocommerce-variation-add-to-cart,
.woocommerce-page .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity,
.woocommerce-page .woocommerce-variation-add-to-cart .quantity {
  width: 21.0526315789%;
  float: left;
  margin-right: 5.2631578947%;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity .qty,
.woocommerce-page .woocommerce-variation-add-to-cart .quantity .qty {
  height: 100%;
  width: 100%;
}

.woocommerce .single_variation_wrap,
.woocommerce-page .single_variation_wrap {
  width: 100%;
}

.woocommerce .pagination,
.woocommerce-page .pagination {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}

.woocommerce .pagination .page-numbers,
.woocommerce-page .pagination .page-numbers {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #eee;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.woocommerce .pagination .current,
.woocommerce-page .pagination .current {
  background: #af3d83;
}

.woocommerce .pagination a,
.woocommerce-page .pagination a {
  color: #fff;
}

.woocommerce .pagination a:hover, .woocommerce .pagination a:focus,
.woocommerce-page .pagination a:hover,
.woocommerce-page .pagination a:focus {
  background: #af3d83;
  border: 1px solid #e0e0e0;
}

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}

.woocommerce .products ul:before, .woocommerce .products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page .products ul:before,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  content: " ";
  display: table;
}

.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:after {
  clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li,
.woocommerce-page .products ul li,
.woocommerce-page ul.products li {
  list-style: none outside;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
  z-index: 99;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
  display: block;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  font-size: 0.857em;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-top: 1em;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #85ad74;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: block;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  background: none;
  font-weight: 700;
}

.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -0.2rem 0 0;
  text-transform: uppercase;
  color: #bdd3b4;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #e0e0e0;
  border-right: 0;
  margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border-right: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus {
  background: #eee;
  color: #fff;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 0.4rem 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 0.4rem;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  *zoom: 1;
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(28, 30, 31, 0.1);
}

.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 0.4rem 0 0;
  clear: left;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #f3f3f4;
  padding: 0.4rem 0 0;
}

.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page.widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce-page.widget_shopping_cart .cart_list li a.remove,
.woocommerce-page .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}

.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}

.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  color: #777;
  font-size: 1.5rem;
  margin: 1rem 0 0;
}

.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777;
}

.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0;
}

.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}

.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  *zoom: 1;
}

.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  clear: none;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
}

.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 2rem;
  border: 0;
  list-style-type: none;
  position: relative;
  background: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  width: 32px;
  height: auto;
  background: #f3f3f4;
  border: 1px solid #ebebed;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  *zoom: 1;
  margin: 0 0 0 5rem;
  border: 1px solid #ebebed;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 2rem 0 0 5rem;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
  border: 1px solid #ebebed;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 1em 1em 0;
  margin: 2rem 0 0 5rem;
}

.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}

.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
  content: "\73\73\73\73\73";
  color: #ccc;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}

.woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after,
.woocommerce-page .woocommerce-product-rating:before,
.woocommerce-page .woocommerce-product-rating:after {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce-page .woocommerce-product-rating:after {
  clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: 0.5em 0.4rem 0 0;
  float: left;
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 1rem 0 0;
}

.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}

.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:before,
.woocommerce-page #review_form #respond:after {
  content: " ";
  display: table;
}

.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}

.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 1rem;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}

.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a::before,
.woocommerce-page p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a:before,
.woocommerce-page p.stars a:hover ~ a:before {
  content: "\e021";
}

.woocommerce p.stars:hover a:before,
.woocommerce-page p.stars:hover a:before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active::before,
.woocommerce-page p.stars.selected a.active::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a:before,
.woocommerce-page p.stars.selected a.active ~ a:before {
  content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce-page p.stars.selected a:not(.active)::before {
  content: "\e020";
}

.woocommerce .order_details,
.woocommerce-page .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}

.woocommerce .order_details:before, .woocommerce .order_details:after,
.woocommerce-page .order_details:before,
.woocommerce-page .order_details:after {
  content: " ";
  display: table;
}

.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #ccc;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}

.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: 0 none;
}

.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #b13c42;
}

.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #b13c42;
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
          border-radius: 1em;
  background-color: #602053;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce .widget_rating_filter ul,
.woocommerce-page .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.woocommerce .widget_rating_filter ul li,
.woocommerce-page .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li:before, .woocommerce .widget_rating_filter ul li:after,
.woocommerce-page .widget_rating_filter ul li:before,
.woocommerce-page .widget_rating_filter ul li:after {
  content: " ";
  display: table;
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce-page .widget_rating_filter ul li:after {
  clear: both;
}

.woocommerce .widget_rating_filter ul li a,
.woocommerce-page .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating,
.woocommerce-page .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce-page .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #b13c42;
}

/*
Global Styles
--------------------------------------------- */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  padding: 1em 0;
  text-align: center;
  background-color: #af3d83;
  color: #fff;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 16px rgba(224, 224, 224, 0.2);
          box-shadow: 0 1px 16px rgba(224, 224, 224, 0.2);
}

p.demo_store a {
  color: #fff;
}

.admin-bar p.demo_store {
  top: 32px;
}

.clear {
  clear: both;
}

/*
Global Account Styles
--------------------------------------------- */
.woocommerce-account .addresses .title {
  *zoom: 1;
}

.woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title:after {
  clear: both;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

@media only screen and (min-width: 1023px) {
  .entry-content .woocommerce-MyAccount-navigation {
    width: 21.0526315789%;
    float: left;
    margin-right: 5.2631578947%;
    border-right: 1px solid #e0e0e0;
  }
}

.entry-content .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}

.entry-content .woocommerce-MyAccount-navigation ul > li {
  border-right: 1px solid #e0e0e0;
  display: inline-block;
  list-style-type: none;
  margin: 0 1rem 1.5rem 0;
  padding-right: 1rem;
}

@media only screen and (min-width: 1023px) {
  .entry-content .woocommerce-MyAccount-navigation ul > li {
    border: 0 none;
    display: block;
    margin: 0 0 1rem;
    padding: 0;
  }
}

.entry-content .woocommerce-MyAccount-navigation ul > li:last-of-type {
  border: 0 none;
  margin-right: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1023px) {
  .entry-content .woocommerce-MyAccount-content {
    width: 73.6842105263%;
    float: right;
    margin-right: 0;
  }
}

/*
Global Cart Styles
--------------------------------------------- */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px;
}

.woocommerce-cart table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  border: 1px solid #ccc;
  margin-right: 0.4rem;
  padding: 1.5rem;
}

.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0;
}

.woocommerce-cart .wc-proceed-to-checkout::after {
  clear: both;
  content: " ";
  display: block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 0.6rem;
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 40%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #777;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #85ad74;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #f3f3f4;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

/*
Global Checkout Styles
--------------------------------------------- */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}

.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}

.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 1.2rem;
  color: #777;
  font-weight: normal;
}

.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}

.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #f3f3f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  margin: 0;
  list-style: none outside;
}

.woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
#add_payment_method #payment ul.payment_methods:after {
  content: " ";
  display: table;
}

.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:after {
  clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  list-style-type: none;
  font-weight: normal;
}

.woocommerce-checkout #payment ul.payment_methods li::after,
#add_payment_method #payment ul.payment_methods li::after {
  clear: both;
  content: " ";
  display: block;
}

.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -0.2rem 0 0 .5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 0.2rem;
}

.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  float: right;
  padding: 1em;
}

.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 1.5;
  background-color: #e6e6e8;
  color: #666;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #cbcbcf;
  border-top-color: #bebec3;
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #bebec3;
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #bebec3;
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #bebec3;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 0.8rem;
  background-repeat: no-repeat;
  background-position: right;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(images/icons/credit-cards/visa.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(images/icons/credit-cards/mastercard.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(images/icons/credit-cards/laser.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(images/icons/credit-cards/diners.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(images/icons/credit-cards/maestro.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(images/icons/credit-cards/jcb.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(images/icons/credit-cards/amex.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(images/icons/credit-cards/discover.png);
}

.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box:before,
#add_payment_method #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #e6e6e8;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 5.2rem;
  font-size: 0.83em;
}

.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

/*
Global Password Meter Styles
--------------------------------------------- */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 0.3rem .5em;
  font-size: 1em;
}

.woocommerce-password-strength.strong {
  background-color: #afc9a4;
  border-color: #85ad74;
}

.woocommerce-password-strength.short {
  background-color: #cd6c71;
  border-color: #b13c42;
}

.woocommerce-password-strength.bad {
  background-color: #fabb9a;
  border-color: #f78a51;
}

.woocommerce-password-strength.good {
  background-color: #ffe39a;
  border-color: #ffce4d;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/*
Global Extra Styles
--------------------------------------------- */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 0.3rem .5em;
  font-size: 1em;
}

.woocommerce-password-strength.strong {
  background-color: #afc9a4;
  border-color: #85ad74;
}

.woocommerce-password-strength.short {
  background-color: #cd6c71;
  border-color: #b13c42;
}

.woocommerce-password-strength.bad {
  background-color: #fabb9a;
  border-color: #f78a51;
}

.woocommerce-password-strength.good {
  background-color: #ffe39a;
  border-color: #ffce4d;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/*
Hero Area
----------------------------------------------------------------------------- */
@media only screen and (min-width: 1023px) {
  .hero-area {
    padding-top: 17rem;
  }
}

.hero-area .hero-image img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

/*
Hero Form
----------------------------------------------------------------------------- */
.hero-form {
  background: -webkit-gradient(linear, left top, right top, from(#89005d), to(#1b1464));
  background: -webkit-linear-gradient(left, #89005d 0%, #1b1464 100%);
  background: linear-gradient(90deg, #89005d 0%, #1b1464 100%);
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .hero-form {
    background: -webkit-gradient(linear, left top, right top, from(rgba(137, 0, 93, 0.83)), to(rgba(27, 20, 100, 0.9)));
    background: -webkit-linear-gradient(left, rgba(137, 0, 93, 0.83) 0%, rgba(27, 20, 100, 0.9) 100%);
    background: linear-gradient(90deg, rgba(137, 0, 93, 0.83) 0%, rgba(27, 20, 100, 0.9) 100%);
  }
}

.hero-form .area-title {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-form .area-subtitle {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.hero-form .form-wrap {
  margin: 0 auto;
  max-width: 1023px;
}

.hero-form .gform_wrapper {
  font-size: 1.4rem;
  text-align: center;
}

.hero-form .gform_wrapper .gform_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper .gform_body {
    width: 61.038961039%;
    float: left;
    margin-right: 3.8961038961%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper .gform_body .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper .gform_body .gfield {
    width: 46.8085106383%;
    float: left;
    margin-right: 6.3829787234%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper .gform_body .gfield:last-child, .hero-form .gform_wrapper .gform_body .gfield:nth-last-child(2) {
    float: right;
    margin-right: 0;
  }
}

.hero-form .gform_wrapper .ginput_container {
  height: 100%;
}

.hero-form .gform_wrapper .ginput_container input {
  height: 100%;
}

.hero-form .gform_wrapper .gform_footer {
  width: 100%;
}

@media only screen and (min-width: 810px) {
  .hero-form .gform_wrapper .gform_footer {
    width: 35.0649350649%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}

.hero-form .gform_wrapper .gform_footer .button {
  width: 100%;
}

.hero-form .gform_wrapper .gform_heading {
  margin-bottom: 2rem;
  width: 100%;
}

.hero-form .button-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-form .button-area .button {
  margin: 0.5rem;
}

/*
Logos
----------------------------------------------------------------------------- */
.home-logos .area-title {
  color: #d36c24;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.home-logos .logos-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 3rem;
}

@media only screen and (min-width: 1023px) {
  .home-logos .logos-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-logos .logos-area .single-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.home-logos .logos-area .single-logo img {
  max-width: 180px;
}

/*
Boxes
----------------------------------------------------------------------------- */
.home-boxes .wrap {
  padding-top: 2rem;
}

@media only screen and (min-width: 600px) {
  .home-boxes .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.home-boxes .single-box {
  display: block;
  margin-bottom: 3rem;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .home-boxes .single-box {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
  .home-boxes .single-box:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

.home-boxes .single-box:nth-child(4n + 1) .box-title {
  color: #af3d83;
}

.home-boxes .single-box:nth-child(4n + 2) .box-title {
  color: #8b2787;
}

.home-boxes .single-box:nth-child(4n + 3) .box-title {
  color: #d36c24;
}

.home-boxes .single-box:nth-child(4n + 4) .box-title {
  color: #8dc04a;
}

.home-boxes .single-box img {
  display: block;
  width: 100%;
}

.home-boxes .single-box .box-title {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  left: 11%;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 78%;
}

/*
Video
----------------------------------------------------------------------------- */
.home-video {
  background: -webkit-gradient(linear, left top, right top, from(#89005d), to(#1b1464));
  background: -webkit-linear-gradient(left, #89005d 0%, #1b1464 100%);
  background: linear-gradient(90deg, #89005d 0%, #1b1464 100%);
  color: #fff;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .home-video {
    background: -webkit-gradient(linear, left top, right top, from(rgba(137, 0, 93, 0.83)), to(rgba(27, 20, 100, 0.9)));
    background: -webkit-linear-gradient(left, rgba(137, 0, 93, 0.83) 0%, rgba(27, 20, 100, 0.9) 100%);
    background: linear-gradient(90deg, rgba(137, 0, 93, 0.83) 0%, rgba(27, 20, 100, 0.9) 100%);
  }
}

.home-video .area-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.home-video span {
  font-weight: 400;
}

/*
Testimonials
----------------------------------------------------------------------------- */
.bexlife-testimonials {
  background: #eee;
}

@media only screen and (min-width: 1023px) {
  .bexlife-testimonials {
    background: url("images/love-note-bg.png") no-repeat center bottom #eee;
  }
}

.bexlife-testimonials .area-title {
  color: #8b2787;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.bexlife-testimonials .area-title span {
  font-weight: 400;
}

.bexlife-testimonials .testimonials-area {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding-top: 3rem;
}

@media only screen and (min-width: 1023px) {
  .bexlife-testimonials .testimonials-area {
    padding-top: 6rem;
  }
}

.bexlife-testimonials .testimonial {
  background: #fff;
  color: #8b2787;
  margin-bottom: 3rem;
  overflow: visible;
  padding: 2rem;
}

@media only screen and (min-width: 810px) {
  .bexlife-testimonials .testimonial {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
    padding: 3rem;
  }
}

@media only screen and (min-width: 810px) and (max-width: 1022px) {
  .bexlife-testimonials .testimonial:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1023px) {
  .bexlife-testimonials .testimonial {
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
    padding: 4rem;
  }
  .bexlife-testimonials .testimonial:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.bexlife-testimonials .testimonial.has-post-thumbnail {
  margin-top: 10rem;
}

@media only screen and (min-width: 1023px) {
  .bexlife-testimonials .testimonial.has-post-thumbnail {
    margin-top: 7rem;
  }
}

.bexlife-testimonials .featured-media {
  margin-top: -9rem;
}

@media only screen and (min-width: 810px) {
  .bexlife-testimonials .featured-media {
    margin-top: -10rem;
  }
}

@media only screen and (min-width: 1023px) {
  .bexlife-testimonials .featured-media {
    margin-top: -11rem;
  }
}

.bexlife-testimonials .featured-media img {
  border: 3px solid #8b2787;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.bexlife-testimonials .testimonial-name,
.bexlife-testimonials .testimonial-title {
  margin-bottom: 0;
}

.bexlife-testimonials .testimonial-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

/*
Recent Posts
----------------------------------------------------------------------------- */
.recent-posts .area-title {
  color: #8b2787;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.recent-posts .area-title span {
  font-weight: 400;
}

.recent-posts .posts-area {
  padding-top: 3rem;
}

@media only screen and (min-width: 480px) {
  .recent-posts .posts-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 480px) {
  .recent-posts .entry {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1022px) {
  .recent-posts .entry:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1023px) {
  .recent-posts .entry {
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
  }
  .recent-posts .entry:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.recent-posts .post-header {
  position: relative;
}

.recent-posts .category {
  color: #8b2787;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.recent-posts .featured-media + .category {
  background: rgba(255, 255, 255, 0.9);
  bottom: 10px;
  padding: 2rem 2.5rem;
  position: absolute;
}

.recent-posts .entry-title {
  font-size: 1.6rem;
  font-weight: 400;
}

.recent-posts .button-area {
  text-align: center;
}

.recent-posts .button-area .button {
  font-size: 1.8rem;
  font-weight: 400;
}

/*
About
----------------------------------------------------------------------------- */
.home-about .wrap {
  border-top: 2px solid #8b2787;
  padding-bottom: 0;
}

@media only screen and (min-width: 810px) {
  .home-about .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.home-about .about-main-content {
  margin: 0 auto;
  max-width: 1023px;
}

@media only screen and (min-width: 600px) {
  .home-about .about-image {
    width: 42.5287356322%;
    float: left;
    margin-right: 3.4482758621%;
  }
}

.home-about .about-image img {
  display: block;
}

.home-about .about-content {
  font-size: 1.8rem;
}

@media only screen and (min-width: 600px) {
  .home-about .about-content {
    width: 54.0229885057%;
    float: right;
    margin-right: 0;
  }
}

.home-about .area-subtitle,
.home-about .area-title {
  color: #8b2787;
  margin-bottom: 3rem;
}

.home-about .area-title {
  font-weight: 700;
  text-transform: uppercase;
}

.home-about .area-subtitle {
  font-weight: 400;
}

/*
Calls to Action
----------------------------------------------------------------------------- */
.bottom-newsletter {
  background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#89005d));
  background: -webkit-linear-gradient(left, #1b1464 0%, #89005d 100%);
  background: linear-gradient(90deg, #1b1464 0%, #89005d 100%);
}

.bottom-newsletter .area-title {
  color: #fff;
  text-transform: uppercase;
}

.bottom-newsletter .form-wrap {
  margin: 0 auto;
  max-width: 1023px;
}

/*
Frequently Asked Questions
----------------------------------------------------------------------------- */
.bexlife-faq .area-title {
  color: #8b2787;
  font-size: 2.2rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}

.bexlife-faq .faq-list {
  background: #f9f7fa;
}

.bexlife-faq .faq-item {
  border-bottom: 1px #8b2787 dashed;
  color: #8b2787;
  padding: 4rem 3rem 3rem;
  position: relative;
}

.bexlife-faq .faq-item:last-of-type {
  border-bottom: 0 none;
}

.bexlife-faq .faq-question {
  color: #8b2787;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.bexlife-faq .faq-toggle-arrow {
  background: #a09cbf;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

.bexlife-faq .faq-content {
  display: none;
}
/*# sourceMappingURL=style.css.map */