@charset "UTF-8";
/*!
Theme Name: Naomi Findlay
Theme URI: http://www.naomifindlay.com
Description: A custom theme for Naomi Findlay. This is a child theme that requires the <a href="http://shrsl.com/?~4nmf">Genesis Framework</a>
Author: David Wang
Author URI: https://dw.my
Version: 2.0-beta1

Tags: left-sidebar, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments

Template: genesis
Template Version: 2.2.3

License: WTFPL
License URI: http://www.wtfpl.net/txt/copying/
*/
/*!
# Table of Contents
- HTML5 Reset
	- Normalize
	- Box Sizing
- Global
	- Typography
	- Lists
	- Tables
	- Objects
	- Forms
	- Buttons
	- Accessibility
- WordPress
	- Images
	- Galleries
	- Other
	- Blocks
- Theme Modules
	- Header
	- Page Headers
	- Navigation Menus
	- Content
	- Comments
	- Widgets
	- After Post Widgets
	- Sidebar Widgets
	- Footer Widgets
	- Site Footer
	- Members Area
- Plugins
	- WooCommerce
	- Jetpack
	- eNews Extended
	- Genesis Simple Share
- Structure and Layout
	- Column Classes
	- Block Grid
	- Site Containers
	- Column Widths and Positions
	- Margins
- Shame
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Normalize
--------------------------------------------- */
/* 
If you are not minifying this file, replace this section with the contents of this page:
https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/* # Global
---------------------------------------------------------------------------------------------------- */
:root {
  --White: #ffffff;
  --Mercury: #e6e5e6;
  --Nobel: #b6acae;
  --DarkGray: #333333;
  --Black: #000000;
  --Navy: #1d0e37;
  --Pink: #E09C91;
  --SoftPink: #f1d2cd; }

/* ## Typography
--------------------------------------------- */
/*!
Base font size is 16px (1em). Base line height is 26px (1.625em) to approximate Golden Ratio.
Table below shows font size x measures; measures made up with margins

| ELEMENT 	| DEFAULT/SMALL     	| >=MEDIUM          	|
|---------	|-------------------	|-------------------	|
| p       	| 1em (16px) x 1 me 	| 1em (16px) x 1 me 	|
| h1      	| 2em (32px) x 5 me 	| 2.5em (40px) x 6 me  	|
| h2      	| 1.625em (26px) x 5 me	| 2em (32px) x 5 me 	|
| h3      	| 1.375em (21px) x 3 me	| 1.5em (22px) x 4 me 	|
| h4      	| 1.125em (18px) x 2 me	| 1.125em (18px) x 2 me	|
| h5/6    	| 1em (16px) x 2 me 	| 1em (16px) x 2 me 	|

*/
body {
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px; }

h1,
h2,
h3,
.widgettitle {
  font-family: "Josefin Sans", "Century Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  .widgettitle:first-child {
    margin-top: 0; }

h4,
h5,
h6 {
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase; }

/* Default font sizes */
h1 {
  font-size: 2em;
  line-height: 1.21875em;
  margin: 1.5em 0 0.75em; }

h2 {
  font-size: 1.625em;
  line-height: 1.5em;
  margin: 1.8461538462em 0 0.9230769231em; }

h3, .widgettitle {
  font-size: 1.3125em;
  line-height: 1.0909090909em;
  margin: 1.0909090909em 0; }

h4 {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin: 0 0 1.3333333333em; }

h5, h6 {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  margin: 1.7142857143em 0 0; }

/* Larger font sizes for larger screens */
@media (min-width: 640px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 1.2em 0 1.2em; }
  h2 {
    font-size: 2em;
    line-height: 1.5em;
    margin: 1.5em 0 0.75em; }
  h3, .widgettitle {
    font-size: 1.375em;
    line-height: 1.0909090909em;
    margin: 1.0909090909em 0; }
  h4 {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    margin: 0 0 1.3333333333em; }
  h5, h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0 0; } }

.headline {
  font-weight: bold;
  margin-bottom: 24px; }

p,
pre,
address {
  margin: 0 0 24px; }
  .content p:last-child, .content pre:last-child, .content address:last-child {
    margin-bottom: 0; }

blockquote {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 1.375em;
  line-height: 1.0909090909em;
  margin: 1.5em 0;
  padding-left: 40px;
  position: relative; }
  @media (min-width: 640px) {
    blockquote {
      font-size: 1.125em;
      line-height: 1.5555555556em;
      margin: 1em 40px; } }
  blockquote:before {
    content: "“";
    color: #AAAAAA;
    font-size: 2.5em;
    line-height: 0.9;
    position: absolute;
    left: 5px; }

a {
  color: #b6acae;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #E09C91; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 48px auto; }

/* ## Lists
--------------------------------------------- */
ul,
ol {
  list-style-type: none;
  margin: 0 0 24px;
  padding: 0; }
  .comment-content ul, .entry-content ul {
    list-style-type: disc;
    padding-left: 24px; }
  
  .comment-content ol,
  .entry-content ol {
    list-style-type: decimal;
    padding-left: 24px; }
  .content ul:last-child, .content ol:last-child {
    margin-bottom: 0; }

ol ol,
ul ul {
  margin-bottom: 0; }

dl {
  margin-bottom: 24px; }
  dl dt {
    font-weight: bold;
    margin-top: 12px; }
  dl dd {
    margin: 0; }

/* ## Tables
--------------------------------------------- */
table {
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 24px 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #DDDDDD; }

th {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  padding: 12px 6px;
  text-align: left; }

td {
  border-bottom: 1px solid #EFEFEF;
  padding: 12px 6px; }

tr,
td,
th {
  vertical-align: top; }

/* More specific table styles */
table .col-utility {
  width: 40px; }

/* ## Objects
--------------------------------------------- */
.fluid-width-video-wrapper, embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%; }

embed,
iframe,
object,
video {
  margin-left: auto;
  margin-right: auto; }

/* ## Forms
--------------------------------------------- */
fieldset {
  background-color: #EEEEEE;
  border: 1px solid #EFEFEF;
  margin: 0 0 12px;
  padding: 24px; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px; }

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 6px; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select,
select[multiple=multiple],
textarea {
  background-color: #F9F9F9;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.428;
  transition: border-color;
  width: 100%; }
  @media (max-width: 640px) {
    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"], input:not([type]), textarea,
    select,
    select[multiple=multiple],
    textarea {
      font-size: 16px; } }
  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, input:not([type]):focus, textarea:focus,
  select:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #DDDDDD;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(226, 226, 226, 0.7);
    outline: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea {
  margin-bottom: 12px;
  padding: 9px 8px; }

textarea {
  resize: vertical; }

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

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

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

select {
  margin-bottom: 24px;
  max-width: 100%;
  width: auto; }

.form-field {
  margin-bottom: 12px; }
  .form-field input[type="color"], .form-field input[type="date"], .form-field input[type="datetime"], .form-field input[type="datetime-local"], .form-field input[type="email"], .form-field input[type="month"], .form-field input[type="number"], .form-field input[type="password"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="text"], .form-field input[type="time"], .form-field input[type="url"], .form-field input[type="week"], .form-field input:not([type]), .form-field textarea,
  .form-field select[multiple=multiple],
  .form-field textarea {
    margin-bottom: 0; }

.form-layout-inline input[type="text"],
.form-layout-inline input[type="email"],
.form-layout-inline input[type="submit"] {
  text-align: center; }

@media (min-width: 960px) {
  .form-layout-inline {
    display: flex; }
    .form-layout-inline > .form-field {
      flex: 3; }
    .form-layout-inline > .form-button {
      flex: 4; }
    .form-layout-inline .form-field:nth-child(n+2) input[type="text"],
    .form-layout-inline .form-field:nth-child(n+2) input[type="email"] {
      border-left: 0; } }

.search-form, .woocommerce .woocommerce-product-search {
  display: flex; }
  .search-form input[type="search"], .woocommerce .woocommerce-product-search input[type="search"] {
    margin: 0;
    width: 100%; }

.select2-container .select2-dropdown,
.select2-container .select2-selection--single {
  border-color: #EFEFEF; }

/* ## Button
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: var(--Nobel);
  border: 1px solid var(--Nobel);
  color: var(--White);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.428;
  font-weight: 600;
  padding: 9px 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 0.2s ease-in-out; }
  button.expanded, input.expanded[type="button"], input.expanded[type="reset"], input.expanded[type="submit"],
  button.expanded,
  .button.expanded {
    width: 100%; }
  
  button:hover,
  button:focus, .entry button:hover, .entry button:focus, input[type="button"]:hover, input[type="button"]:focus, .entry input[type="button"]:hover, .entry input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .entry input[type="reset"]:hover, .entry input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .entry input[type="submit"]:hover, .entry input[type="submit"]:focus,
  .button:hover,
  .button:focus, .entry .button:hover, .entry .button:focus {
    background-color: var(--Mercury);
    border-color: var(--Mercury);
    color: var(--Navy); }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .entry button, .author-box button, .entry input[type="button"], .author-box input[type="button"], .entry input[type="reset"], .author-box input[type="reset"], .entry input[type="submit"], .author-box input[type="submit"], .entry button, .entry .button, .author-box .button {
    color: inherit;
    text-decoration: none; }

/*
.fl-builder .fl-builder-content a.fl-button, 
.fl-builder .fl-builder-content a.fl-button:visited {
	background: var(--Nobel);
	border: none;
	// border-color: $primary-color;
	color: $primary-color;
	font-weight: bold;
}

.fl-builder .fl-builder-content a.fl-button:hover,
.fl-builder .fl-builder-content a.fl-button:hover * {
	background-color: darken(var(--Nobel), 15%);
	color: $white;	
}

.fl-builder .fl-builder-content a.fl-button *, 
.fl-builder .fl-builder-content a.fl-button:visited * {
	color: $primary-color;
}

.fl-builder-content .fl-subscribe-form-inline a.fl-button,
.fl-subscribe-form-inline .fl-form-field input, 
.fl-subscribe-form-inline .fl-form-field input[type=text] {
	line-height: initial !important;
}
*/
/* ## Accessibility
--------------------------------------------- */
/* ### Skip links */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  color: #333333;
  outline: #AAAAAA solid 1px; }

/* ### Screen reader text */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  color: #333;
  background: #fff; }
  .screen-reader-text:focus,
  .screen-reader-text .genesis-nav-menu .search input[type="submit"]:focus,
  .screen-reader-text .widget_search input[type="submit"]:focus,
  .screen-reader-text span:focus,
  .screen-reader-text span .genesis-nav-menu .search input[type="submit"]:focus,
  .screen-reader-text span .widget_search input[type="submit"]:focus,
  .screen-reader-shortcut:focus,
  .screen-reader-shortcut .genesis-nav-menu .search input[type="submit"]:focus,
  .screen-reader-shortcut .widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* # WordPress
---------------------------------------------------------------------------------------------------- */
/* ## Images
--------------------------------------------- */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

.gallery img {
  width: auto; }

.entry-content img, .widget img {
  display: block; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

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

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  border-bottom: 1px solid #EFEFEF;
  font-size: 13px;
  padding: 8px 0; }
  .entry-content .wp-caption-text {
    margin-bottom: 0; }

/* ### Custom styles */
img.circle {
  border-radius: 100%; }

.grayscale img,
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  transition: 0.5s; }

.grayscale img:hover,
img.grayscale:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0); }

/* ## Galleries
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img:hover {
    border-color: #867679; }

.gallery-item {
  float: left;
  margin: 0 0 12px;
  text-align: center;
  padding: 6px; }

@media (min-width: 960px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: 16.6666%; }
  .gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    width: 11.1111%; } }

/* ## Other
--------------------------------------------- */
/* ### Sticky posts */
.sticky {
  /* Styling for sticky posts */ }

/* ### Post formats */
.format-aside {
  /* Styling for aside post format */ }

.format-audio {
  /* Styling for audio post format */ }

.format-chat {
  /* Styling for chat post format */ }

.format-gallery {
  /* Styling for gallery post format */ }

.format-image {
  /* Styling for image post format */ }

.format-link {
  /* Styling for link post format */ }

.format-video {
  /* Styling for video post format */ }

.format-quote {
  /* Styling for quote post format */ }

.format-status {
  /* Styling for status post format */ }

/* # Theme Modules
---------------------------------------------------------------------------------------------------- */
/* ## Header
--------------------------------------------- */
.site-header {
  background: #1d0e37;
  color: #FFFFFF; }
  .site-header a {
    color: #FFFFFF; }
    .site-header a:hover {
      color: #b6acae; }
  .site-header .wrap {
    min-height: 100px;
    padding-top: 24px; }
    @media (min-width: 960px) {
      .site-header .wrap {
        padding-top: 0; } }
/* ### Title Area */
.title-area {
  text-align: center;
  margin-bottom: 12px; }

.site-title {
  font-family: "Josefin Sans", "Century Gothic", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.625;
  margin: 0;
  text-transform: uppercase; }

.site-description {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0; }

.header-image .site-title > a {
  /*
		background: url(images/logo.png) no-repeat left;
		float: left;
		min-height: 60px;
		width: 100%;
		*/ }

.header-image .site-title,
.header-image .site-description {
  /* @include hide-text; */ }

@media (min-width: 960px) {
  .site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .site-header .wrap:after {
      display: none; }
    .site-header .wrap .title-area {
      margin-right: auto;
      margin-bottom: 0; }
    .site-header .wrap .header-widget-area {
      order: 99; } }

/* ## Page Header
--------------------------------------------- */
.page-header {
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-header.image-center {
    background-position: center center; }
  .page-header .page-header-viewport {
    padding-top: 20%; }
    @media (orientation: portrait) {
      .page-header .page-header-viewport {
        padding-top: 30%; } }
  .page-header .wrap {
    max-height: 320px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .page-header .page-header-text {
    color: var(--White);
    font-family: "Josefin Sans", "Century Gothic", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(100, 100, 100, 0.4);
    text-transform: uppercase;
    position: absolute;
    right: 10%;
    bottom: 50%;
    transform: translateY(50%); }

/* ## Menus
--------------------------------------------- */
.menu {
  width: 100%;
  font-size: 0.75em;
  line-height: 1;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }
  .menu::after {
    clear: both;
    content: "";
    display: table; }

.menu-item {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  position: relative; }
  @media (min-width: 960px) {
    .menu-item {
      display: inline-block;
      padding: 0;
      width: auto; }
      .menu-item:first-of-type > a {
        padding-left: 0; }
      .menu-item:last-of-type a {
        padding-right: 0; } }
  .menu-item.right {
    margin-left: auto; }
  .menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
    color: #FFFFFF;
    /*
		@include breakpoint(lg) {
			padding: 1.82em 1.25em;
		}
*/ }
    @media (min-width: 960px) {
      .menu-item a {
        padding: 1.6em 1em; } }
  .menu-item a:hover,
  .menu-item a:focus, .menu-item.current-menu-item > a {
    color: #b6acae; }

@media (min-width: 960px) {
  .menu > .menu-item-has-children {
    margin-right: 6px; }
    .menu > .menu-item-has-children::after {
      content: " ";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      margin: -2px 0 0;
      border: 4px solid transparent;
      border-top-color: #FFFFFF;
      top: 50%;
      right: 0; } }

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
  display: none;
  font-size: 14px; }
  .sub-menu::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 960px) {
    .sub-menu {
      top: 100%;
      position: absolute;
      width: 200px;
      z-index: 99;
      background-color: #FFFFFF;
      border: 1px solid #EFEFEF;
      padding: 0.5em 0;
      margin-left: -60px; } }
  .sub-menu li {
    width: 100%; }
    .sub-menu li:first-of-type {
      margin-top: 0.5em; }
      @media (min-width: 960px) {
        .sub-menu li:first-of-type {
          margin-top: 0; } }
      .sub-menu li:first-of-type a {
        padding-left: 1em; }
  .sub-menu a {
    color: #1d0e37;
    padding-left: 1em;
    /*
		@include breakpoint(xl) {
			padding: 1em;
		}
*/ }
    @media (min-width: 960px) {
      .sub-menu a {
        padding: 1em;
        position: relative;
        word-wrap: break-word; } }
    .sub-menu a:hover {
      color: #b6acae; }
  .sub-menu .sub-menu {
    padding-left: 1em; }
    @media (min-width: 960px) {
      .sub-menu .sub-menu {
        margin: -0.1rem 0 0 19.9rem;
        padding-left: 0;
        left: -0.1rem;
        top: -0.5em;
        border: 1px solid #EFEFEF; } }
/* ## Specific Menus
--------------------------------------------- */
.widget_nav_menu .nav-header,
.nav-primary {
  width: 100vw;
  margin: 0;
  padding: 0 5vw;
  background-color: #1d0e37;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  /*
	@include breakpoint(sm) {
		margin: 0 -5vw;
	}
*/ }
  @media (min-width: 960px) {
    .widget_nav_menu .nav-header,
    .nav-primary {
      border: none;
      position: relative;
      left: auto;
      width: auto;
      display: block;
      margin: 0;
      padding: 0; } }
  .no-js .widget_nav_menu .nav-header, .no-js .nav-primary {
    width: 100%;
    position: relative;
    display: block; }
    @media (min-width: 960px) {
      .no-js .widget_nav_menu .nav-header, .no-js .nav-primary {
        display: block;
        width: auto; } }
    .no-js .widget_nav_menu .nav-header .wrap, .no-js .nav-primary .wrap {
      padding: 0 5%; }
    .no-js .widget_nav_menu .nav-header .menu-item, .no-js .nav-primary .menu-item {
      display: inline-block;
      width: auto;
      margin: 0 0.5em; }
  .widget_nav_menu .nav-header .menu,
  .nav-primary .menu {
    padding: 0.5em 0; }
    @media (min-width: 960px) {
      .widget_nav_menu .nav-header .menu,
      .nav-primary .menu {
        padding: 0; } }
.nav-secondary {
  width: 100%; }
  @media (min-width: 960px) {
    .nav-secondary {
      width: 100%;
      border-top: 1px solid #EFEFEF; } }
.nav-footer .menu {
  justify-content: center;
  margin-bottom: 1em;
  /*
		@include breakpoint(sm) {
			margin-bottom: 1.5em;
		}
*/ }

.nav-footer .menu-item {
  width: auto; }
  .nav-footer .menu-item a {
    padding: 0;
    margin: 0 1em; }

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
  padding: 0.75em 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  display: block;
  margin: 0.5em auto;
  position: relative;
  line-height: 1;
  color: #FFFFFF; }
  .menu-toggle:hover, .menu-toggle:focus {
    background: none;
    outline: none;
    box-shadow: none; }
  .menu-toggle:focus {
    outline: 1px solid #EFEFEF;
    background: none; }
  @media (min-width: 960px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    display: block;
    float: right;
    position: relative;
    height: 2px;
    background: #FFFFFF;
    transition: background 0s 0.2s;
    width: 20px;
    margin-left: 0.236em;
    margin-top: 7px;
    border-radius: 3px; }
    .menu-toggle span::before, .menu-toggle span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #FFFFFF;
      border-radius: 3px;
      content: " "; }
    .menu-toggle span::before {
      top: -7px;
      transition: top 0.2s 0.2s, transform 0.2s 0s; }
    .menu-toggle span::after {
      bottom: -7px;
      transition: bottom 0.2s 0.2s, transform 0.2s 0s; }
  .menu-toggle.activated span {
    background: none; }
    .menu-toggle.activated span::before {
      top: 0;
      transform: rotate(45deg);
      transition: top 0.2s 0s, transform 0.2s 0.2s; }
    .menu-toggle.activated span::after {
      bottom: 0;
      transform: rotate(-45deg);
      transition: bottom 0.2s 0s, transform 0.2s 0.2s; }

.sub-menu-toggle {
  color: #FFFFFF;
  border: 0;
  position: absolute;
  right: 0;
  top: 0.25em;
  background: none;
  padding: 0.75em;
  margin: 0 -0.75em; }
  @media (min-width: 960px) {
    .sub-menu-toggle {
      display: none; } }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    background: none; }
  .sub-menu-toggle:before {
    content: "";
    display: block;
    margin: 2px 0 -2px;
    border: 4px solid transparent;
    border-top-color: #FFFFFF; }
  .sub-menu-toggle.activated:before {
    transform: rotate(180deg);
    margin: 2px 0 2px; }

/* ## Content
--------------------------------------------- */
/* ### Entries */
.entry-header {
  margin-bottom: 24px; }

.entry-title {
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 0 0.5416666667em; }
  .entry .entry-title a, .author-box .entry-title a {
    text-decoration: none; }

.entry, .author-box {
  margin-bottom: 48px; }

.entry-content {
  word-wrap: break-word; }
  .entry-content a {
    color: var(--Navy);
    text-decoration: underline; }
  .entry-content a:active,
  .entry-content a:hover,
  .entry-content a:focus {
    color: var(--Nobel); }

@media (max-width: 639px) {
  .content img.entry-image {
    float: none;
    margin: 0 auto 24px; } }

/* ### Entry Meta */
.entry-meta {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 14px; }

.entry-comments-link:before {
  content: " — "; }

.entry-footer {
  border-top: 1px solid #DDDDDD;
  margin-top: 24px;
  padding-top: 12px; }

/* ### Author box */
.author-box {
  background: #b6acae;
  margin: 24px 0;
  padding: 24px; }
  .author-box .avatar {
    float: left;
    margin: 0 24px 24px 0; }
  .author-box .author-box-title {
    margin-bottom: 0.75em; }

/* ### Pagination */
.pagination {
  clear: both;
  margin: 48px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #AAAAAA;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #1d0e37; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 48px; }

.comment-header {
  font-size: 14px;
  line-height: 1.5; }
  .comment-header .comment-author {
    margin-bottom: 0; }
  .comment-header span[itemprop="name"] {
    font-weight: bold; }
  .comment-header .avatar {
    float: left;
    margin: 0 12px 24px 0; }

li.comment {
  background-color: #F5F5F5;
  border: 2px solid #FFFFFF;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list .comment {
  margin-top: 24px;
  padding: 36px; }

.comment-list .comment .comment {
  margin-right: -36px; }

@media (min-width: 960px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%; } }

.comment-respond label {
  display: block;
  margin-right: 24px; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #F5F5F5;
  font-size: 14px;
  padding: 24px; }

/* ## Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 48px;
  word-wrap: break-word; }
  .widget:last-of-type,
  .widget p:last-child {
    margin-bottom: 0; }

.widgettitle {
  font-family: "Josefin Sans", "Century Gothic", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 12px; }
  .widgettitle:after {
    content: "";
    width: 70%;
    max-width: 150px;
    height: 3px;
    background: #b6acae;
    display: block;
    position: relative;
    top: 12px; }

.widget_calendar {
  /* Placeholder */ }

.widget_categories {
  /* Placeholder */ }

.widget_recent_entries a {
  font-weight: bold; }

/* ### Featured Post */
.widget.featured-content .entry-title {
  font-size: inherit; }

.widget.featured-content .entry, .widget.featured-content .author-box {
  margin-bottom: 30px; }

.widget.featured-content .entry:last-of-type, .widget.featured-content .author-box:last-of-type {
  margin-bottom: 0; }

.content .widget.featured-content {
  /* when within the main content area */ }

/* ## After Post Widgets
--------------------------------------------- */
.after-entry {
  margin-bottom: 48px; }

/* ## Sidebar Widgets
--------------------------------------------- */
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

/* ## Before Footer Widgets
--------------------------------------------- */
.before-footer {
  background-color: #b6acae;
  clear: both;
  padding: 24px 0; }
  .before-footer .widget {
    margin: 12px 0; }
    .before-footer .widget img {
      display: block; }
  @media (min-width: 640px) {
    .before-footer .widget {
      float: left;
      width: 47.5%; }
    .before-footer .widget:nth-of-type(odd) {
      float: right; } }
/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  background-color: var(--Navy);
  color: var(--White);
  clear: both;
  font-family: "Merriweather", "Georgia", serif;
  padding: 48px 0; }
  .footer-widgets a {
    color: var(--Mercury); }
    .footer-widgets a:hover {
      color: var(--SoftPink); }
  .footer-widgets .button {
    color: var(--Navy); }

@media (min-width: 960px) {
  .footer-widgets-1 {
    float: left;
    width: 47.5%; }
  .footer-widgets-2 {
    float: right;
    width: 47.5%; } }

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  background: #1d0e37;
  color: #FFFFFF;
  font-size: 14px;
  padding: 24px 0; }
  .site-footer a {
    color: #b6acae; }
    .site-footer a:hover {
      color: #928386; }
  .site-footer p:last-of-type {
    margin-bottom: 0; }
  .site-footer .creds {
    clear: both; }

/* ## Members Area
--------------------------------------------- */
/* ### Trade Directory */
#frm_form_6_container #frm_field_75_container {
  display: none; }

/* Trade Directory Detail */
.td-business-name,
.td-fave {
  display: inline-block;
  vertical-align: top; }

.td-fave {
  color: #f08a24; }

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

.has-white-color {
  color: #FFFFFF; }

.has-dark-gray-color {
  color: #333333; }

.has-navy-color {
  color: #1d0e37; }

.has-pink-color {
  color: #E09C91; }

.has-soft-pink-color {
  color: #b6acae; }

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

.has-white-background-color {
  background-color: #FFFFFF; }

.has-dark-gray-background-color {
  background-color: #333333; }

.has-navy-background-color {
  background-color: #1d0e37; }

.has-pink-background-color {
  background-color: #E09C91; }

.has-soft-pink-background-color {
  background-color: #b6acae; }

.has-drop-cap:not(:focus)::first-letter {
  font-size: 5em; }

/*
 * Button block
 */
.wp-block-button__link {
  border-radius: 0; }
  .wp-block-button__link:hover {
    box-shadow: inset 0px 0px 25px 20px rgba(255, 255, 255, 0.2); }

/*
 * Separator block
 */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

/*
 * Image block
 */
.wp-block-image {
  margin-bottom: 24px; }
  .wp-block-image figcaption {
    border-bottom: 1px solid #EFEFEF;
    font-size: 13px;
    padding: 8px 0;
    margin: 0;
    text-align: left; }

/*
 * Latest Posts block
 */
.wp-block-latest-posts, .entry-content .wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
  overflow: auto; }

.wp-block-latest-posts a {
  font-size: 1.125em; }

.wp-block-latest-posts.wp-block-latest-posts__list li {
  overflow: auto;
  margin-bottom: 1em; }

.wp-block-latest-posts.hide-first-post li:first-child {
  display: none; }

/*
 * Media & Text block
 */
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  padding-bottom: 24px; }

@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    display: flex;
    flex-direction: column; } }

/* ## Applies to block editor only
--------------------------------------------- */
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  padding: 0; }

/* ## Applies to front-end only
--------------------------------------------- */
.entry-content .wp-block-buttons {
  margin-bottom: 24px; }

@media screen and (max-width: 599px) {
  .entry-content .wp-block-column:not(:last-child) {
    margin-bottom: 24px; } }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## WooCommerce
--------------------------------------------- */
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #b6acae;
  color: #FFFFFF;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }

.admin-bar p.demo_store {
  top: 32px; }

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * WooCommerce Layout
 */
.woocommerce.fl-theme-builder-archive ul.products li.product {
  margin-bottom: 24px; }

.woocommerce.fl-theme-builder-archive .fl-module-fl-woo-product-upsells ul.products li.product,
.woocommerce.fl-theme-builder-archive .fl-module-fl-woo-related-products ul.products li.product {
  float: left;
  margin: 0 3% 24px;
  width: 44%; }

.uabb-woo-products-grid .woocommerce.fl-theme-builder-archive .fl-module-fl-woo-product-upsells ul.products li.product, .uabb-woo-products-grid .woocommerce.fl-theme-builder-archive .fl-module-fl-woo-related-products ul.products li.product {
  margin: 0 0 24px; }

.woocommerce.fl-theme-builder-archive .uabb-woo-products .uabb-woocommerce li.product {
  padding: 0 10px;
  margin-right: 0;
  margin-bottom: 24px; }

.woocommerce.fl-theme-builder-archive .uabb-woo-products .products.columns-2 li.product {
  width: 50%; }

@media screen and (min-width: 641px) {
  .woocommerce.fl-theme-builder-archive .uabb-woo-products .products.columns-3 li.product {
    width: 33.33%; }
  .woocommerce.fl-theme-builder-archive .uabb-woo-products .products.columns-4 li.product {
    width: 25%; } }

@media screen and (max-width: 640px) {
  .woocommerce.fl-theme-builder-archive .uabb-woo-products .uabb-woo-products-summary-wrap {
    padding: 0 10px 10px 10px; } }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
	 * Product Page
	 */
  /*
	 * BB Themer Product Page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Buttons
	 */
  /**
	 * Reviews
	 */
  /**
	 * Star ratings
	 */
  /**
	 * Tables
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay:before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      margin-top: -.5em;
      -webkit-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      font-family: FontAwesome;
      content: "\f1ce";
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    font-family: FontAwesome;
    content: "\f1ce";
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
    .woocommerce a.remove:hover {
      color: #fff !important;
      background: red; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #EEEEEE;
    list-style: none outside !important;
    width: auto; }
    .woocommerce .woocommerce-message::after,
    .woocommerce .woocommerce-error::after,
    .woocommerce .woocommerce-info::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce .woocommerce-message:before,
    .woocommerce .woocommerce-error:before,
    .woocommerce .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 {
      float: right;
      margin: -6px 0 -6px 24px; }
    .woocommerce .woocommerce-message li,
    .woocommerce .woocommerce-error li,
    .woocommerce .woocommerce-info li {
      list-style: none outside !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
  .woocommerce .woocommerce-message:before {
    content: "\e015"; }
  .woocommerce .woocommerce-info {
    border-top-color: #1e85be; }
    .woocommerce .woocommerce-info:before {
      color: #1e85be; }
  .woocommerce .woocommerce-error {
    border-top-color: #b81c23; }
    .woocommerce .woocommerce-error:before {
      content: "\e016";
      color: #b81c23; }
  .woocommerce small.note {
    display: block;
    color: #777777;
    font-size: .857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #777777; }
    .woocommerce .woocommerce-breadcrumb::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce .woocommerce-breadcrumb a {
      color: #777777; }
  .woocommerce .quantity .qty {
    display: inline-block;
    width: 5em;
    text-align: center; }
  .woocommerce .product {
    margin-bottom: 0;
    position: relative; }
    .woocommerce .product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0; }
    .woocommerce .product span.price,
    .woocommerce .product p.price {
      color: #E09C91;
      font-size: 1.25em; }
      .woocommerce .product span.price ins,
      .woocommerce .product p.price ins {
        background: inherit;
        font-weight: 700;
        text-decoration: none; }
      .woocommerce .product span.price del,
      .woocommerce .product p.price del {
        color: #DDDDDD; }
    .woocommerce .product p.stock {
      font-size: 0.92em; }
    .woocommerce .product .stock {
      color: #333333; }
    .woocommerce .product .out-of-stock {
      color: red; }
    .woocommerce .product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    .woocommerce .product div.images {
      margin-bottom: 2em; }
      .woocommerce .product div.images img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none; }
      .woocommerce .product div.images div.thumbnails {
        padding-top: 1em; }
      .woocommerce .product div.images.woocommerce-product-gallery {
        position: relative; }
      .woocommerce .product div.images .woocommerce-product-gallery__wrapper {
        transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
        margin: 0;
        padding: 0; }
      .woocommerce .product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        background-color: #fff;
        opacity: 0; }
      .woocommerce .product div.images .woocommerce-product-gallery__image--placeholder {
        border: 1px solid #f2f2f2; }
      .woocommerce .product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 25%;
        display: inline-block; }
      .woocommerce .product div.images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        font-size: 2em;
        z-index: 9;
        width: 36px;
        height: 36px;
        background: #fff;
        text-indent: -9999px;
        border-radius: 100%;
        box-sizing: content-box; }
        .woocommerce .product div.images .woocommerce-product-gallery__trigger::before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border: 2px solid #000;
          border-radius: 100%;
          position: absolute;
          top: 9px;
          left: 9px;
          box-sizing: content-box; }
        .woocommerce .product div.images .woocommerce-product-gallery__trigger::after {
          content: "";
          display: block;
          width: 2px;
          height: 8px;
          background: #000;
          border-radius: 6px;
          position: absolute;
          top: 19px;
          left: 22px;
          transform: rotate(-45deg);
          box-sizing: content-box; }
      .woocommerce .product div.images .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 2% 0 0 0;
        padding: 0; }
        .woocommerce .product div.images .flex-control-thumbs li {
          width: 23.5%;
          float: left;
          margin: 0 2% 2% 0;
          list-style: none; }
          .woocommerce .product div.images .flex-control-thumbs li img {
            cursor: pointer;
            opacity: 0.5;
            margin: 0; }
            .woocommerce .product div.images .flex-control-thumbs li img.flex-active, .woocommerce .product div.images .flex-control-thumbs li img:hover {
              opacity: 1; }
        .woocommerce .product div.images .flex-control-thumbs li:nth-child(4n+4) {
          margin-right: 0; }
    .woocommerce .product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
      clear: left; }
    .woocommerce .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
      clear: left; }
    .woocommerce .product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
      clear: left; }
    .woocommerce .product div.summary {
      margin-bottom: 2em; }
    .woocommerce .product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce .product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce .product div.social span span {
          margin: 0; }
        .woocommerce .product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce .product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce .product .woocommerce-tabs ul.tabs {
      list-style: none;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative; }
      .woocommerce .product .woocommerce-tabs ul.tabs li {
        display: inline-block;
        position: relative;
        z-index: 0;
        margin-right: 2em; }
        .woocommerce .product .woocommerce-tabs ul.tabs li:last-child {
          margin-right: 0; }
        .woocommerce .product .woocommerce-tabs ul.tabs li a {
          color: #777777;
          display: inline-block;
          padding: .5em 0;
          font-weight: 700;
          text-decoration: none; }
          .woocommerce .product .woocommerce-tabs ul.tabs li a:hover {
            text-decoration: none; }
        .woocommerce .product .woocommerce-tabs ul.tabs li.active {
          z-index: 2;
          border-bottom: 2px solid #EFEFEF; }
          .woocommerce .product .woocommerce-tabs ul.tabs li.active a {
            color: inherit;
            text-shadow: inherit; }
          .woocommerce .product .woocommerce-tabs ul.tabs li.active:before {
            box-shadow: 2px 2px 0 #EFEFEF; }
          .woocommerce .product .woocommerce-tabs ul.tabs li.active:after {
            box-shadow: -2px 2px 0 #EFEFEF; }
      .woocommerce .product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 2px solid #EFEFEF;
        z-index: 1; }
    .woocommerce .product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0; }
    .woocommerce .product p.cart {
      margin-bottom: 2em; }
      .woocommerce .product p.cart::after {
        clear: both;
        content: "";
        display: table; }
    .woocommerce .product form.cart {
      margin: 2em 0; }
      .woocommerce .product form.cart::after {
        clear: both;
        content: "";
        display: table; }
      .woocommerce .product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce .product form.cart table {
        border-width: 0; }
        .woocommerce .product form.cart table td {
          padding-left: 0; }
        .woocommerce .product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce .product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce .product form.cart .variations td {
        border: 0;
        display: block;
        padding: 0;
        width: 100%; }
      .woocommerce .product form.cart .variations select {
        display: inline-block;
        margin-right: 1em; }
      .woocommerce .product form.cart .woocommerce-variation-price {
        margin-bottom: 24px; }
      .woocommerce .product form.cart .button {
        vertical-align: middle;
        float: left; }
      .woocommerce .product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce .product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0; }
  .woocommerce.single-product .woocommerce-product-details__short-description a,
  .woocommerce.single-product .fl-module-fl-woo-product-tabs a {
    color: #E09C91; }
    .woocommerce.single-product .woocommerce-product-details__short-description a:hover, .woocommerce.single-product .woocommerce-product-details__short-description a:focus,
    .woocommerce.single-product .fl-module-fl-woo-product-tabs a:hover,
    .woocommerce.single-product .fl-module-fl-woo-product-tabs a:focus {
      color: #b6acae; }
  .woocommerce span.featured,
  .woocommerce span.onsale {
    background: #b6acae;
    border-radius: 100%;
    color: #fff;
    display: block;
    margin: 9px 0 0 9px;
    min-width: 3em;
    min-height: 3em;
    line-height: 3em;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 10; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both; }
    .woocommerce .products ul::after,
    .woocommerce ul.products::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside; }
  .woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0; }
  .woocommerce ul.products li.product h3, .woocommerce ul.products li.product .widgettitle {
    padding: .5em 0;
    margin: 0;
    font-size: 1em; }
  .woocommerce ul.products li.product a {
    text-decoration: none; }
  .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none; }
  .woocommerce ul.products li.product strong {
    display: block; }
  .woocommerce ul.products li.product .star-rating {
    font-size: .857em; }
  .woocommerce ul.products li.product .button {
    margin-top: 1em; }
  .woocommerce ul.products li.product .price {
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: .5em;
    font-size: 0.8125em; }
    .woocommerce ul.products li.product .price del {
      color: inherit;
      opacity: 0.5; }
    .woocommerce ul.products li.product .price ins {
      background: none;
      font-weight: 700; }
    .woocommerce ul.products li.product .price .from {
      font-size: 0.67em;
      margin: -2px 0 0 0;
      text-transform: uppercase;
      color: rgba(51, 51, 51, 0.5); }
  .woocommerce .upsells.products > h2, .woocommerce .upsells.products > h3, .woocommerce .upsells.products > .widgettitle, .woocommerce .upsells.products > h4,
  .woocommerce .related.products > h2,
  .woocommerce .related.products > h3,
  .woocommerce .related.products > .widgettitle,
  .woocommerce .related.products > h4 {
    font-size: 1.375em;
    text-align: center;
    text-transform: uppercase; }
    .woocommerce .upsells.products > h2::after, .woocommerce .upsells.products > h3::after, .woocommerce .upsells.products > .widgettitle::after, .woocommerce .upsells.products > h4::after,
    .woocommerce .related.products > h2::after,
    .woocommerce .related.products > h3::after,
    .woocommerce .related.products > .widgettitle::after,
    .woocommerce .related.products > h4::after {
      border-bottom: 1px solid #e09c91;
      content: " ";
      display: block;
      margin: 0.75em auto 2em;
      width: 10%; }
  .woocommerce .upsells.products a,
  .woocommerce .related.products a {
    color: #1d0e37; }
    .woocommerce .upsells.products a:hover, .woocommerce .upsells.products a:focus,
    .woocommerce .related.products a:hover,
    .woocommerce .related.products a:focus {
      color: #E09C91; }
  .woocommerce .woocommerce-loop-product__title {
    font-size: 1em;
    margin: 12px 0 0; }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border: 1px solid #EFEFEF;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li {
        border-right: 1px solid #EFEFEF;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce 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 {
          background: #1d0e37;
          color: #b6acae; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    left: auto;
    white-space: nowrap; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover {
      text-decoration: none;
      background-image: none; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt {
      background-color: #1d0e37;
      border: 0;
      color: #FFFFFF;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        background-color: #b6acae;
        color: #222222; }
      .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 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 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 #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 {
        background-color: #b6acae;
        color: #FFFFFF; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button[disabled]:disabled,
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button[disabled]:disabled,
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button[disabled]:disabled,
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit[disabled]:disabled {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button[disabled]:disabled:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button[disabled]:disabled:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button[disabled]:disabled:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit[disabled]:disabled:hover {
        color: inherit;
        background-color: #1d0e37; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    color: #777777;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a {
      text-decoration: none;
      color: #777777; }
  .woocommerce #reviews h3, .woocommerce #reviews .widgettitle {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review::after {
    clear: both;
    content: "";
    display: table; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        color: #777777;
        font-size: 0.75em; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        border-radius: 64px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px;
        width: 64px;
        height: auto;
        border: 1px solid #DDDDDD;
        margin: 0;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 82px;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        padding: 1em 1em 0; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
          clear: both;
          content: "";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #170b2b;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .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 {
      content: "\73\73\73\73\73";
      color: #08040e;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: .5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      width: 100%; }
  .woocommerce p.stars {
    position: relative;
    font-size: 1em; }
    .woocommerce p.stars a {
      display: inline-block;
      font-weight: 700;
      margin-right: 1em;
      text-indent: -9999px;
      position: relative;
      border-bottom: 0 !important;
      outline: 0; }
      .woocommerce p.stars a:last-child {
        border-right: 0; }
      .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
        border-right: 1px solid #ccc; }
        .woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
          font-family: "WooCommerce";
          text-indent: 0;
          position: absolute;
          top: 0;
          left: 0; }
      .woocommerce p.stars a.star-1 {
        width: 2em; }
        .woocommerce p.stars a.star-1:after {
          content: "\e021"; }
        .woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after {
          content: "\e020"; }
      .woocommerce p.stars a.star-2 {
        width: 3em; }
        .woocommerce p.stars a.star-2:after {
          content: "\e021\e021"; }
        .woocommerce p.stars a.star-2:hover:after, .woocommerce p.stars a.star-2.active:after {
          content: "\e020\e020"; }
      .woocommerce p.stars a.star-3 {
        width: 4em; }
        .woocommerce p.stars a.star-3:after {
          content: "\e021\e021\e021"; }
        .woocommerce p.stars a.star-3:hover:after, .woocommerce p.stars a.star-3.active:after {
          content: "\e020\e020\e020"; }
      .woocommerce p.stars a.star-4 {
        width: 5em; }
        .woocommerce p.stars a.star-4:after {
          content: "\e021\e021\e021\e021"; }
        .woocommerce p.stars a.star-4:hover:after, .woocommerce p.stars a.star-4.active:after {
          content: "\e020\e020\e020\e020"; }
      .woocommerce p.stars a.star-5 {
        width: 6em;
        border: 0; }
        .woocommerce p.stars a.star-5:after {
          content: "\e021\e021\e021\e021\e021"; }
        .woocommerce p.stars a.star-5:hover:after, .woocommerce p.stars a.star-5.active:after {
          content: "\e020\e020\e020\e020\e020"; }
  .woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce 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 {
    border-top: 0; }
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table tfoot td {
    font-weight: 700; }
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table tfoot td {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce td.product-name dl.variation {
    margin: .25em 0; }
    .woocommerce td.product-name dl.variation::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation dd {
      display: inline-block;
      float: left;
      margin-bottom: 1em; }
    .woocommerce td.product-name dl.variation dt {
      font-weight: 700;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0;
      clear: left; }
    .woocommerce td.product-name dl.variation dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
      padding: 4px 0;
      margin: 0;
      list-style: none; }
      .woocommerce ul.cart_list li::after,
      .woocommerce ul.product_list_widget li::after {
        clear: both;
        content: "";
        display: table; }
      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        display: block;
        font-weight: 700; }
      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 60px;
        height: auto;
        box-shadow: none; }
      .woocommerce ul.cart_list li dl,
      .woocommerce ul.product_list_widget li dl {
        margin: 0;
        padding-left: 1em;
        border-left: 2px solid rgba(0, 0, 0, 0.1); }
        .woocommerce ul.cart_list li dl::after,
        .woocommerce ul.product_list_widget li dl::after {
          clear: both;
          content: "";
          display: table; }
        .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 {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.product_list_widget li dl dt {
          font-weight: 700;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dd {
          padding: 0 0 .25em 0; }
          .woocommerce ul.cart_list li dl dd p:last-child,
          .woocommerce 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 {
        float: none; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    border-top: 3px double #1d0e37;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .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 {
    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 {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons::after,
  .woocommerce .widget_shopping_cart .buttons::after {
    clear: both;
    content: "";
    display: table; }
  .woocommerce form input {
    width: auto; }
  .woocommerce form input[type="submit"] {
    line-height: 16px !important; }
  .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px; }
    .woocommerce 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 {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 3em; }
      .woocommerce form .form-row .select2-container .select2-choice {
        height: auto;
        padding: 5px 0 5px 8px; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #f04124; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #69bf29; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    border: 1px solid #EFEFEF;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    border-radius: 5px; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: .25em 0;
      list-style: none outside; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #08040e;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce .order_details li:last-of-type {
        border: none; }
  .woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_layered_nav ul li {
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav ul li::after {
        clear: both;
        content: "";
        display: table; }
      .woocommerce .widget_layered_nav ul li a,
      .woocommerce .widget_layered_nav ul li span {
        padding: 1px 0; }
    .woocommerce .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: .618em;
      content: "";
      text-decoration: none;
      color: #f04124; }
  .woocommerce .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 {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .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: .618em;
          content: "";
          text-decoration: none;
          color: #f04124; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .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 {
      font-size: 1.15em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #b6acae;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #b6acae; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #72686a;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

/**
 * Account page
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f5f5f5;
  margin-bottom: 48px;
  padding: 24px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:before {
    content: "\f0da ";
    font-family: "Fontawesome"; }

.woocommerce-account .addresses .title::after {
  clear: both;
  content: "";
  display: table; }

.woocommerce-account .addresses .title h3, .woocommerce-account .addresses .title .widgettitle {
  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: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 60px; }

.woocommerce-cart table.cart img {
  width: 60px;
  box-shadow: none; }

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle; }

@media (min-width: 769px) {
  .woocommerce-cart table.cart .product-remove {
    width: 5%; }
  .woocommerce-cart table.cart .product-thumbnail {
    width: 12%; }
  .woocommerce-cart table.cart .product-name {
    width: 40%; } }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1; }
  @media (min-width: 769px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
      width: auto;
      max-width: 45%; } }
.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: table; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 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: .618em;
  content: "";
  text-decoration: none; }

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777777;
  font-size: 0.83em; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  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: 25%; }
  .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: 2em; }
  .woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777777; }
  .woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #333333; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

/**
 * Checkout
 */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 #ship-to-different-address.widgettitle {
  float: left;
  clear: none; }

.woocommerce-checkout .checkout .col-2 .notes {
  clear: left; }

.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left; }

.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777777;
  font-weight: normal; }

.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.woocommerce-checkout .checkout .shipping_address {
  clear: both; }

.woocommerce-checkout #payment {
  background: #EEEEEE;
  border-radius: 5px; }
  .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
    list-style: none outside; }
    .woocommerce-checkout #payment ul.payment_methods::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce-checkout #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal; }
      .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-checkout #payment ul.payment_methods li img {
        display: inline;
        vertical-align: middle;
        margin: -2px 0 0 .5em;
        padding: 0;
        position: relative;
        box-shadow: none; }
      .woocommerce-checkout #payment ul.payment_methods li img + img {
        margin-left: 2px; }
    .woocommerce-checkout #payment ul.payment_methods label {
      display: initial; }
  .woocommerce-checkout #payment div.form-row {
    padding: 1em; }
  .woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #aa9ea1; }
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
      color: black; }
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
      color: black; }
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
      color: black; }
    .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 {
      font-size: 1.5em;
      padding: 8px;
      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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        background-image: url(../images/icons/credit-cards/discover.png); }
    .woocommerce-checkout #payment div.payment_box span.help {
      font-size: .857em;
      color: #777777;
      font-weight: normal; }
    .woocommerce-checkout #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-checkout #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-checkout #payment div.payment_box:after {
      content: "";
      display: block;
      border: 8px solid #aa9ea1;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -1px;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em; }
  .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

/**
 * WC Memberships
 */
.woocommerce-account .my-membership .my-membership-tabs-wrapper {
  margin-bottom: 24px; }

.woocommerce-account .my-membership .my-membership-tabs {
  padding-left: 0; }

.woocommerce-account .my-membership .membership-content-title {
  width: 50%; }

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

.sharedaddy {
  /* Sharing buttons */ }

/* ## Gravity Forms
--------------------------------------------- */
.ui-datepicker-title select {
  display: initial;
  margin-bottom: 0; }

/* ## Max Mega Menu
--------------------------------------------- */
.header-widget-area .mega-menu {
  text-align: center !important; }

@media screen and (max-width: 600px) {
  .mega-menu-item a.wpmenucart-contents {
    color: #666;
    padding-left: 10px;
    padding-right: 10px; }
    .mega-menu-item a.wpmenucart-contents:hover {
      color: #E09C91; } }

/* ## Newsletter Sign-Up
--------------------------------------------- */
.sidebar .nsu_widget {
  background: #F5F5F5;
  padding: 24px; }
  .sidebar .nsu_widget .nsu-text-before-form,
  .sidebar .nsu_widget .nsu-text-after-form {
    font-size: 14px; }
  .sidebar .nsu_widget .nsu-text-after-form {
    text-align: center; }
  .sidebar .nsu_widget .nsu-text-before-form,
  .sidebar .nsu_widget .nsu-form {
    margin-bottom: 1em; }
  .sidebar .nsu_widget label {
    display: none; }
  .sidebar .nsu_widget input {
    text-align: center;
    width: 100%; }
  .sidebar .nsu_widget input[type="submit"] {
    background-color: #1d0e37;
    border-color: #1d0e37;
    color: #FFFFFF; }
    .sidebar .nsu_widget input[type="submit"]:focus, .sidebar .nsu_widget input[type="submit"]:hover {
      background-color: #928386;
      border-color: #928386;
      color: #FFFFFF; }

/* ## Miscelaneous
--------------------------------------------- */
.snapwidget-widget {
  max-width: 600px; }

/* ## Genesis eNews
--------------------------------------------- */
.widget.enews-widget .enews p {
  margin: 10px 0; }

.content .widget.enews-widget .enews::after {
  clear: both;
  content: "";
  display: table; }

.content .widget.enews-widget .enews form {
  display: flex;
  font-size: 20px;
  flex-flow: row wrap; }
  .content .widget.enews-widget .enews form input[type="text"],
  .content .widget.enews-widget .enews form input[type="email"] {
    flex: 1; }
  .content .widget.enews-widget .enews form input[type="submit"] {
    flex: 1 100%; }
  .content .widget.enews-widget .enews form input[type="text"],
  .content .widget.enews-widget .enews form input[type="email"] {
    border: 0;
    margin: 10px;
    padding: 7px; }

.content .widget.enews-widget .enews input[type="text"],
.content .widget.enews-widget .enews input[type="email"] {
  padding: 13px 10px; }

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after,
.share-before {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
.cf::after, .content::after, .content-sidebar-wrap::after, .author-box::after,
.clear::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.wrap::after, .widget::after, .widget .widget-wrap::after {
  clear: both;
  content: "";
  display: table; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  margin-bottom: 24px; }

@media (min-width: 960px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

/* ## Block Grid
--------------------------------------------- */
/* Simplified from: http://foundation.zurb.com/docs/components/block_grid.html */
.block-grid > .gallery-item {
  clear: none;
  display: block;
  float: left;
  max-width: 50%; }

.block-grid > .gallery-item:nth-of-type(2n+1) {
  clear: both; }

@media (min-width: 640px) {
  .content-sidebar .block-grid > .gallery-item,
  .sidebar-content .block-grid > .gallery-item,
  .full-width-content .block-grid > .gallery-item {
    clear: none;
    max-width: 33.33333%; }
  .content-sidebar .block-grid > .gallery-item:nth-of-type(3n+1),
  .sidebar-content .block-grid > .gallery-item:nth-of-type(3n+1),
  .full-width-content .block-grid > .gallery-item:nth-of-type(3n+1) {
    clear: both; } }

@media (min-width: 960px) {
  .full-width-content .content .block-grid > .gallery-item {
    clear: none;
    max-width: 25%; }
  .full-width-content .content .block-grid > .gallery-item:nth-of-type(4n+1) {
    clear: both; } }

/* ## Site Containers
--------------------------------------------- */
.site-container {
  margin: 0 auto; }

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px; }

.site-inner {
  clear: both;
  margin: 48px auto;
  max-width: 1200px; }
  [class*="fl-theme-builder"] .site-inner, .fl-builder-full .site-inner {
    max-width: none;
    margin-top: 0; }

/* ### z-index */
.site-header,
.site-inner {
  position: relative;
  z-index: 10; }

.site-header {
  z-index: 12; }

.page-header {
  position: relative;
  z-index: 10; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
  padding: 0 10px; }

@media (min-width: 960px) {
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 81.66667%;
    /* Approximately 980px in 3-col layouts */ }
  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left; }
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right; } }

/* ### Content */
.content {
  margin-bottom: 48px; }
  .full-width-content .content {
    float: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 960px) {
  .content {
    width: 64.407%; }
    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
      float: left; }
    .sidebar-content .content {
      float: right; }
    .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
      width: 59.1837%; }
    .full-width-content .content {
      width: 100%; } }

/* ### Primary Sidebar */
@media (min-width: 960px) {
  .sidebar-primary {
    float: right;
    width: 30.5085%;
    /* The following rules are unnecessary if you use px based layouts */ }
    .sidebar-content .sidebar-primary {
      float: left; }
    .content-sidebar-sidebar .sidebar-primary, .sidebar-content-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
      width: 36.7347%; } }

/* ### Secondary Sidebar */
@media (min-width: 960px) {
  .sidebar-secondary {
    float: left;
    width: 15%; }
    .content-sidebar-sidebar .sidebar-secondary {
      float: right; } }

/* ## Margins
--------------------------------------------- */
.content > article:last-child, .content > section:last-child, .content > div:last-child,
.sidebar > article:last-child,
.sidebar > section:last-child,
.sidebar > div:last-child,
.widget-area > article:last-child,
.widget-area > section:last-child,
.widget-area > div:last-child {
  margin-bottom: 0; }

/* # Shame
---------------------------------------------------------------------------------------------------- */
/* ## General Modules
--------------------------------------------- */
.callout {
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  margin-bottom: 24px;
  padding: 12px; }
  .callout--primary {
    background-color: #1d0e37;
    border-color: black;
    color: #FFFFFF; }
  .callout--secondary {
    background-color: #b6acae;
    border-color: #928386; }
  .callout--info {
    background-color: #a0d3e8;
    border-color: #62b6d9; }

/* ## Testimonials
--------------------------------------------- */
.testimonial {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
  padding: 24px;
  margin: 0 auto 48px;
  max-width: 600px; }
  .testimonial .testimonial-image {
    border-radius: 100%;
    display: block;
    margin: 0 auto; }
  .testimonial .testimonial-author {
    text-align: center; }
    .testimonial .testimonial-author small {
      display: block; }
/*# sourceMappingURL=style.css.map */